Using saved parent location: http://bzr.savannah.gnu.org/r/emacs/trunk/ Now on revision 101498. ------------------------------------------------------------ revno: 101498 committer: Katsumi Yamaoka branch nick: trunk timestamp: Mon 2010-09-20 01:57:46 +0000 message: Make Gnus work for Emacs 22 and XEmacs. diff: === modified file 'lisp/gnus/ChangeLog' --- lisp/gnus/ChangeLog 2010-09-20 01:20:32 +0000 +++ lisp/gnus/ChangeLog 2010-09-20 01:57:46 +0000 @@ -1,3 +1,10 @@ +2010-09-20 Katsumi Yamaoka + + * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer. + + * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string + by mm-subst-char-in-string. + 2010-09-19 Lars Magne Ingebrigtsen * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while === modified file 'lisp/gnus/gnus-html.el' --- lisp/gnus/gnus-html.el 2010-09-20 00:36:54 +0000 +++ lisp/gnus/gnus-html.el 2010-09-20 01:57:46 +0000 @@ -339,7 +339,7 @@ (when (search-forward "\n\n" nil t) ;; Write region (image data) silently (write-region (point) (point-max) file nil 1) - (kill-buffer) + (kill-buffer (current-buffer)) (when (and (buffer-live-p buffer) ;; If the `image' has no marker, do not replace anything (cadr image) === modified file 'lisp/gnus/gnus-sum.el' --- lisp/gnus/gnus-sum.el 2010-09-20 00:36:54 +0000 +++ lisp/gnus/gnus-sum.el 2010-09-20 01:57:46 +0000 @@ -10769,8 +10769,9 @@ (goto-char (+ forward (point))) ;; Replace the old mark with the new mark. (let ((to-insert - (subst-char-in-string (char-after) mark - (buffer-substring (point) (1+ (point)))))) + (mm-subst-char-in-string + (char-after) mark + (buffer-substring (point) (1+ (point)))))) (delete-region (point) (1+ (point))) (insert to-insert)) ;; Optionally update the marks by some user rule. ------------------------------------------------------------ revno: 101497 committer: Juanma Barranquero branch nick: trunk timestamp: Mon 2010-09-20 03:20:32 +0200 message: Fix typos in ChangeLogs. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2010-09-20 00:52:17 +0000 +++ lisp/ChangeLog 2010-09-20 01:20:32 +0000 @@ -24,30 +24,29 @@ 2010-09-18 Michael R. Mauger * progmodes/sql.el: Version 2.8 - (sql-login-params): Update widget structure; changes still - needed. + (sql-login-params): Update widget structure; changes still needed. (sql-product-alist): Add :list-all and :list-table features for SQLite, Postgres and MySQL products. (sql-redirect): Handle default value. (sql-execute, sql-execute-feature): New functions. (sql-read-table-name): New function. - (sql-list-all, sql-list-table): New functions. User API + (sql-list-all, sql-list-table): New functions. User API. (sql-mode-map, sql-interactive-mode-map): Add key definitions for above functions. (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions for above functions. (sql-postgres-login-params): Add user and database defaults. (sql-buffer-live-p): Bug fix. - (sql-product-history); New variable. + (sql-product-history): New variable. (sql-read-product): New function. Use it. (sql-set-product, sql-product-interactive): Use it. (sql-connection-history): New variable. - (sql-read-connection): New function. Use it. + (sql-read-connection): New function. Use it. (sql-connect): New function. (sql-for-each-login): Redesign function interface. (sql-make-alternate-buffer-name, sql-save-connection): Use it. - (sql-get-login-ext, sql-get-login): Use it. Handle default values. - (sql-comint): Check for program. Existing live buffer. + (sql-get-login-ext, sql-get-login): Use it. Handle default values. + (sql-comint): Check for program. Existing live buffer. (sql-comint-postgres): Add port parameter. 2010-09-19 Stefan Monnier @@ -420,7 +419,7 @@ (tramp-handle-set-file-modes) (tramp-do-copy-or-rename-file-directly) (tramp-handle-delete-directory, tramp-handle-delete-file) - (tramp-maybe-send-script, ): Use `tramp-barf-unless-okay'. + (tramp-maybe-send-script): Use `tramp-barf-unless-okay'. (tramp-sh-file-name-handler, tramp-send-command-and-check) (tramp-get-remote-ln): Set tramp-autoload cookie. @@ -974,7 +973,7 @@ `default-directory' unless using Ispell per-directory personal dictionaries and not in a mini-buffer under XEmacs. (kill-buffer-hook): Do not kill ispell process on exit when - `ispell-process-directory' is "~/". (Bug#6143) + `ispell-process-directory' is "~/". (Bug#6143) 2010-09-02 Jan Djärv @@ -1351,8 +1350,8 @@ (tramp-gvfs-mount-spec): Return both prefix and mountspec. (tramp-gvfs-maybe-open-connection): Test, whether mountpoint exists. Raise an error, if not (due to a corresponding answer - "no" in interactive questions, for example). Use - `tramp-compat-funcall'. + "no" in interactive questions, for example). + Use `tramp-compat-funcall'. * net/tramp-imap.el (top): Autoload `epg-make-context'. (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT. @@ -2084,10 +2083,10 @@ 2010-08-08 Stephen Peters * calendar/icalendar.el - (icalendar--split-value): Fixed splitting regexp. (Bug#6766) - (icalendar--get-weekday-numbers): New + (icalendar--split-value): Fix splitting regexp. (Bug#6766) + (icalendar--get-weekday-numbers): New. (icalendar--convert-recurring-to-diary): Handle multiple byday - values in weekly rules. (Bug#6766) + values in weekly rules. (Bug#6766) 2010-08-08 Ulf Jasper @@ -5721,7 +5720,7 @@ Enable recentf-mode if using virtual buffers. * ido.el (recentf-list): Declare for byte-compiler. - (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring. + (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring. (ido-make-buffer-list): Simplify. (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode. === modified file 'lisp/ChangeLog.10' --- lisp/ChangeLog.10 2010-07-24 11:53:19 +0000 +++ lisp/ChangeLog.10 2010-09-20 01:20:32 +0000 @@ -4757,7 +4757,7 @@ * files.el (insert-directory): Decode by what specified. * language/japan-util.el (setup-japanese-environment-internal): - By defalt, use japanese-iso-8bit for file names, and prefer + By default, use japanese-iso-8bit for file names, and prefer japanese-shift-jis on DOS and Windows. * international/quail.el (quail-show-guidance-buf): Make the quail @@ -21636,7 +21636,7 @@ 2001-11-26 Sam Steingold * frame.el (show-trailing-whitespace): Remove :set argument (the - value was essentially identical to the defalt). + value was essentially identical to the default). 2001-11-26 Pavel Janík === modified file 'lisp/ChangeLog.11' --- lisp/ChangeLog.11 2010-07-24 11:53:19 +0000 +++ lisp/ChangeLog.11 2010-09-20 01:20:32 +0000 @@ -2000,7 +2000,7 @@ (math-rewrite, math-rewrite-phase): Replace variable expr by declared variable. (math-rewrite-heads-heads, math-rewrite-heads-skips) - (math-rewrite-heads-blanks ): New variables. + (math-rewrite-heads-blanks): New variables. (math-rewrite-heads, math-rewrite-heads-rec): Replace variables heads, skips and blanks by declared variables. (math-rwcomp-subst-old, math-rwcomp-subst-new) @@ -11832,7 +11832,7 @@ (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed. (ido-no-final-slash): New defun. (ido-make-prompt, ido-file-internal, ido-toggle-vc) - (ido-read-file-name): ): Toggle VC checking via + (ido-read-file-name): Toggle VC checking via vc-handled-backends instead of vc-master-templates. (ido-file-internal): Handle ido-use-url-at-point and ido-use-filename-at-point via code borrowed from ffap-guesser. === modified file 'lisp/ChangeLog.13' --- lisp/ChangeLog.13 2010-07-24 11:53:19 +0000 +++ lisp/ChangeLog.13 2010-09-20 01:20:32 +0000 @@ -7567,7 +7567,7 @@ (ediff-setup-windows-plain-merge) (ediff-setup-windows-plain-compare, ediff-setup-control-frame) (ediff-refresh-control-frame, ediff-get-visible-buffer-window): - * ediff-util.el (ediff-setup-keymap, ) + * ediff-util.el (ediff-setup-keymap) (ediff-toggle-wide-display, ediff-toggle-multiframe) (ediff-toggle-use-toolbar, ediff-really-quit) (ediff-good-frame-under-mouse) === modified file 'lisp/gnus/ChangeLog' --- lisp/gnus/ChangeLog 2010-09-20 00:36:54 +0000 +++ lisp/gnus/ChangeLog 2010-09-20 01:20:32 +0000 @@ -70,7 +70,7 @@ (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting the right URL and ALT text on images. (gnus-html-wash-tags): Fix tag case. - Add support for `s' and `ins' tags. Use gnus-emphasis-* faces. + Add support for `s' and `ins' tags. Use gnus-emphasis-* faces. (gnus-article-html): Add -o display_ins_del=2 option. (gnus-html-wash-tags): Add better support for