]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Call create-defualt-fontset, not
[gnu-emacs] / lisp / ChangeLog
index 27c5330d07bf1dcbe466397b8abb9a9b1e64f76e..051e0703bd38a3c43fcd71d1290966a4b1b8cb12 100644 (file)
@@ -1,3 +1,464 @@
+2009-03-19  Kenichi Handa  <handa@m17n.org>
+
+       * term/ns-win.el: Call create-defualt-fontset, not
+       setup-default-fontset.  Call create-fontset-from-fontset-spec
+       within condition-case.
+
+       * term/w32-win.el (w32-initialize-window-system): Call
+       create-defualt-fontset, not setup-default-fontset.  Call
+       create-fontset-from-fontset-spec within condition-case.
+
+       * term/x-win.el (x-initialize-window-system): Call
+       create-defualt-fontset, not setup-default-fontset.  Call
+       create-fontset-from-fontset-spec within condition-case.
+
+       * international/fontset.el (create-default-fontset): New function.
+       (create-fontset-from-x-resource): Use display-warning instead of
+       message.
+
+2009-03-18  Richard M Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
+       (rmail-retry-failure): Undo previous change.
+
+2009-03-18  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (after-insert-file-set-coding):
+       Set buffer-file-coding-system directly without calling
+       set-buffer-file-coding-system.  (Fixes bug described in
+       follow-up to bug#2317).
+
+2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
+
+2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
+
+       * international/characters.el (cjk-char-width-table):
+       Add cp932-2-byte.
+
+2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
+
+2009-03-16  David Reitter  <david.reitter@gmail.com>
+
+       * faces.el (set-face-attributes-from-resources)
+       (face-set-after-frame-default): Do not import X resources on NS
+       because NS does not have system-wide X resources.
+
+2009-03-16  Richard M Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
+       (rmail-expunge): Show the message only once, and only if needed.
+       If the current message was current before, just re-swap.
+
+2009-03-16  Kenichi Handa  <handa@m17n.org>
+
+       * international/ccl.el (ccl-compile-if): Signal an error for
+       invalid operator.
+
+2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuffer.el (read-file-name): Doc fix.
+
+       * tooltip.el (tooltip-show-help-non-mode): Don't set
+       tooltip-previous-message if called with the same tooltip that is
+       showing (Bug#2680).
+
+       * emacs-lisp/crm.el (crm--choose-completion-string): New function.
+       (completing-read-multiple): Set and restore
+       choose-completion-string-functions (Bug#1080).
+
+2009-03-15  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
+       value to help people with the formatting.
+
+       * mail/sendmail.el (mail-yank-prefix): Doc fix.
+       (mail-mode-map): Only enable the "Cite Original" menu-item when
+       appropriate.  Standardize the text used for other headers re hyphens.
+
+       * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
+       like "Reply-To".
+
+2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuffer.el (completion-styles): Add emacs22 completion style
+       as fallback.
+
+2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-checkin): Add an extra argument for the VC backend,
+       pass it down to vc-start-logentry.
+       (vc-next-action, vc-transfer-file): Pass the VC backend to
+       vc-checkin.
+       (vc-next-action): Do not assume that all backends in
+       vc-handled-backends are upper case.
+
+2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (get-free-disk-space): Ensure that default-directory is
+       usable before calling call-process.  Suggested by Kevin
+       Ryde (Bug#2631).
+
+2009-03-14  David Reitter  <david.reitter@gmail.com>
+
+       * term/ns-win.el (ns-expand-space): Remove.
+       (ns-show-prefs event): Run `customize'.
+       (ns-power-off): Run `save-buffers-kill-emacs', but ask user
+       whether to save files (as is standard).
+       (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
+       (menu-bar-enable-clipboard): Do not undefine these.
+       (ns-save-preferences, ns-save-options, ns-show-preferences-help):
+       Remove.
+
+2009-03-14  Glenn Morris  <rgm@gnu.org>
+
+       * mail/mailalias.el: Remove leading `*' from defcustom docs.
+
+       * mail/sendmail.el (mail-interactive): Doc fix.
+       (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
+       (mail-setup): Use the function mail-signature.
+       (mail-mode-hook): Doc fix.
+       (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
+       (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
+       (mail-signature): Check the signature file is readable.
+       With the argument ATPOINT, really insert at point.
+       Handle the case when the variable mail-signature is an expression.
+
+2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (undo-outer-limit-truncate): Mention that
+       warning-suppress-types is defined in the warnings
+       library (Bug#2668).
+
+2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-default-receive-file): The 'register method now
+       expects a list, pass a list.
+
+2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * doc-view.el (doc-view-sentinel): Strip trailing newline from
+       event message.
+
+2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
+       modified status before running the major-mode.
+
+       * simple.el (undo): Don't loop when encountering empty undo records.
+
+2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
+
+2009-03-13  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
+       Fall back to original commit if vc-git-symbolic-commit fails to
+       find a symbolic name.
+       (vc-git-symbolic-commit): Don't limit search to tags.
+       Treat "undefined" as an error.  (Bug #2110)
+
+2009-03-13  D. Goel  <deego3@gmail.com>
+
+       * ibuf-ext.el:
+       * midnight.el (midnight-next):
+       * progmodes/ebrowse.el:
+       * progmodes/flymake.el (flymake-float-time):
+       When calling (multiple-value-bind/setq .. ls) replace ls
+       by (values-list ls) throughout.
+
+2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
+
+       * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
+       params.  (Bug #2654)
+
+2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (auto-mode-alist): Add rules for OpenOffice extension
+       packages, as well as Opkg/Ipkg packages.
+
+       * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
+       (tar-summarize-buffer): Don't silently skip incomplete headers.
+       (tar-mode): Revert to fundamental-mode in case of malformed tar data.
+       (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
+       treat a tar file member as being a tar file itself, just because
+       its own filename includes the parent tar file's.
+
+2009-03-13  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-diag.el (print-fontset): Handling of the
+       argument FONTSET changed for consistency.  Reorder the printed
+       information to match with the font searching strategy.
+       (describe-fontset): Use face-attribute to get the fontset of the
+       selected frame.
+       (mule-diag): Likewise.  Print both font and fontset of the frame.
+
+2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * term.el (term-send-raw-string): Deactivate mark.
+       (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
+
+2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * register.el (get-register): Rename arg REG to REGISTER for
+       consistency with other register functions.
+       (set-register, jump-to-register): Fix typos in docstrings.
+       (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
+
+2009-03-12  Glenn Morris  <rgm@gnu.org>
+
+       * mail/mailabbrev.el (mail-abbrev-next-line)
+       (mail-abbrev-end-of-buffer): Doc fixes.
+
+2009-03-11  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (w32-initialize-window-system): Don't override
+       Japanese font settings.
+       (xlfd-regexp-registry-subnum): Remove unused declaration.
+       (w32-drag-n-drop-debug): Comment out unused debug function.
+
+2009-03-11  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmailedit.el (rmail-edit-mode):
+       Set write-region-annotate-functions.  (Bug#2625)
+
+2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
+
+2009-03-10  Jason Rumney  <jasonr@gnu.org>
+
+       * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
+
+2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * server.el (server-process-filter): Use expand-file-name rather than
+       command-line-normalize-file-name so as to use the `dir' when provided.
+
+       * doc-view.el (doc-view-convert-current-doc): Fix last change.
+
+2009-03-10  Glenn Morris  <rgm@gnu.org>
+
+       * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
+       Doc fixes.
+       (mail-mailing-lists): Remove leading `*' from defcustom doc.
+
+       * simple.el (compose-mail): Doc fix.
+
+2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
+
+       * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
+
+2009-03-09  Jason Rumney  <jasonr@gnu.org>
+
+       * minibuffer.el (read-file-name): Only split dir name when
+       default filename is missing.  (Bug#2585)
+
+2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * finder.el (finder-commentary): Don't delete other
+       windows (Bug#2291).
+
+       * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
+       first (Bug#2449).
+
+2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
+
+2009-03-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * woman.el (woman-parse-colon-path): Return a list even if there's
+       only one directory in PATHS.
+       (woman-mode): Restore tab-width value after the call to Man-mode,
+       since Man-mode resets it to the default, and that makes right
+       margin extend beyond woman-fill-column.
+
+       * man.el (Man-init-defvars) [windows-nt]: Use a special command
+       list.  Don't invoke Awk.
+
+2009-03-06  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
+       custom type.
+
+2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-convert-current-doc): Save the current
+       resolution in the cache directory.
+       (doc-view-initiate-display): Restore the saved resolution when
+       using cached image files.
+
+2009-03-05  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
+       buffer-local in the view buffer, not the rmail buffer.
+
+       * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
+       at the end of the existing messages, ensuring there is a blank line
+       between them.  (Bug#2521)
+
+       * mail/rmail.el (rmail-ensure-blank-line): New function.
+       * mail/rmailedit.el (rmail-cease-edit):
+       * mail/rmailout.el (rmail-output-as-mbox):
+       * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
+
+       * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
+       (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
+       Add version.
+       (rmail-mime-total-number-of-bulk-attachments): Doc fix.
+       (rmail-mime): Doc fix.  Use rmail-apply-in-message.
+       Disable undo in the mime buffer, mark unmodified.
+
+2009-03-04  David Reitter <david.reitter@gmail.com>
+
+       * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
+       if unbound in order to enable the item.
+       For paste menu item, same, and check kill-ring.
+
+2009-03-04  Sam Steingold  <sds@gnu.org>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Handle "omake -P" messages "file foo changed".
+
+2009-03-04  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmailedit.el (rmail-edit-mode): Doc fix.
+
+       * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
+       (rmail-sort-by-date, rmail-sort-by-subject)
+       (rmail-sort-by-author, rmail-sort-by-recipient)
+       (rmail-sort-by-correspondent, rmail-select-correspondent)
+       (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
+       (rmail-make-date-sortable): Doc fixes.
+       (rmail-sort-by-correspondent): Downcase correspondents.
+       (rmail-sort-by-labels): Make it work.
+       (rmail-sort-messages): Restore undo if it was initially enabled.
+       Fix bobp/bolp typo that was adding a line on every sort.
+
+       * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
+       Disable undo in the summary buffer.
+       (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
+       (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
+       (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
+       (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
+       (rmail-summary-sort-by-labels): Replace `(function (lambda'
+       by `(lambda'.
+
+2009-03-03  Sam Steingold  <sds@gnu.org>
+
+       * progmodes/compile.el (compilation-move-to-column):
+       Guard against negative col values.
+
+2009-03-03  Simon Josefsson  <simon@josefsson.org>
+
+       * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
+       in preference order.
+       (smtpmail-try-auth-methods): Improve which authentication
+       mechanism to use, so that the locally most preferred and mutually
+       supported mechanism is used.
+
+2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
+       the function takes no argument.
+
+2009-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
+       (rmail-header-name): Doc fixes.
+       (rmail-show-message-verbose-min): Add :version.
+       (rmail-highlight-headers): Add doc string.  Simplify.
+
+       * mail/rmailsum.el (rmail-summary-scroll-between-messages)
+       (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
+       (rmail-summary-by-senders): Doc fix.
+       (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
+       Make the output menu-items consistent with rmail-mode-map.
+       Bind rmail-summary-by-senders to C-M-f.
+       (rmail-summary-search): Ensure the selected message shows.
+
+2009-03-03  Kenichi Handa  <handa@m17n.org>
+
+       * files.el (basic-save-buffer-1): Set car part of
+       buffer-file-coding-system-explicit.
+       (revert-buffer): Check car part of buffer-file-coding-system-explicit.
+
+       * international/mule-cmds.el (select-safe-coding-system): If cdr
+       part of buffer-file-coding-system-explicit is set, ignore
+       default-buffer-file-coding-system and the most preferred coding system.
+
+       * international/mule.el (set-buffer-file-coding-system): Set cdr
+       part of buffer-file-coding-system-explicit.
+       (after-insert-file-set-coding):
+       Set buffer-file-coding-system-explicit to a cons.
+
+2009-03-02  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
+       Add :set-after listing variables on which we might depend.
+
+       * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
+       function has access to all the headers, not just the visible ones.
+       Avoid extraneous leading whitespace in `References'.
+       (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
+       Doc fixes.
+       (rmail-retry-failure): Use rmail-get-header rather than a magical
+       save-excursion/restriction combination that does nothing.
+       (rmail-delete-headers): New function.
+       (rmail-retry-failure): Restore yet another feature mbox Rmail removed
+       without telling anyone, namely rmail-retry-ignored-headers.
+
+2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
+
+2009-03-01  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
+       rmail-resend in the menu.
+
+       * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
+       custom choice.  (Bug#2506)
+
+2009-02-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
+       Use "--color=always".
+
+2009-02-28  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
+
+       * mail/rmailmm.el (rmail-mime): Add autoload cookie.
+       * mail/rmail.el (rmail-mode-map):
+       * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
+
+       * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
+       Fix custom choice to match default.
+       (rmail-get-new-mail): Doc fix.
+       (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
+       header style.
+
+2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * replace.el (keep-lines-read-args): Use empty string as
+       default (Bug#2495).
+
+       * menu-bar.el (menu-set-font): Fix last fix.
+
+2009-02-27  Glenn Morris  <rgm@gnu.org>
+
+       * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
+       just a buffer, to find a definition.
+
+       * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
+       part against rmail-output's oddness.
+
 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * menu-bar.el (menu-set-font): Assign the same font object to all
@@ -5,8 +466,7 @@
 
 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp.el (tramp-remote-coding-commands): Add
-       "base64".  (Bug#2463)
+       * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
 
 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
 
-       * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix
-       regexp (Bug#2385).
+       * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
+       Fix regexp (Bug#2385).
        (bibtex-autokey-get-title): Observe case for
        bibtex-autokey-titleword-ignore.
 
 
 2009-02-17  Sam Steingold  <sds@gnu.org>
 
-       * progmodes/compile.el (compilation-filter): Call
-       `comint-carriage-motion', just like `comint-output-filter'.
+       * progmodes/compile.el (compilation-filter):
+       Call `comint-carriage-motion', just like `comint-output-filter'.
 
 2009-02-17  Jason Rumney  <jasonr@gnu.org>
 
 
 2009-02-17  Miles Bader  <miles@gnu.org>
 
-       * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
+       * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
        copyright statements where the years follow the name.
 
 2009-02-17  Glenn Morris  <rgm@gnu.org>
 
        * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
        (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
-       (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
-       "not-rmail", and make it work.  Simplify.
+       (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
+       to "not-rmail", and make it work.  Simplify.
        (rmail-mbox-from): New function.
        (rmail-output-as-mbox): Use rmail-mbox-from.
        (rmail-output): Ensure a From line in the not-rmail Babyl case.
 
 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
 
-       * net/newst-treeview.el (newsticker--treeview-load): Offer
-       deletion of old groups file.
+       * net/newst-treeview.el (newsticker--treeview-load):
+       Offer deletion of old groups file.
 
 2009-02-16  Glenn Morris  <rgm@gnu.org>
 
        * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
 
        * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
-       (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
-       unnecessary use of with-no-warnings.
+       (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
+       Remove unnecessary use of with-no-warnings.
        (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
        (rmail-output-as-mbox): Start search from point-min.  If constructing a
        "From " line, prefer the date header over the current time.
 
 2009-02-13  Kenichi Handa  <handa@m17n.org>
 
-       * international/titdic-cnv.el (tit-process-header): Use
-       buffer-substring-no-properties instead of buffer-substring.
+       * international/titdic-cnv.el (tit-process-header):
+       Use buffer-substring-no-properties instead of buffer-substring.
        (tit-process-body): Likewise.
        (tsang-quick-converter): Handle superfluous CR at eol.
        (py-converter): Use buffer-substring-no-properties instead of
        buffer-substring.  Handle superfluous CR at eol.
-       (ziranma-converter): Likewise
+       (ziranma-converter): Likewise.
        (ctlau-converter): Likewise.
        (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
 
 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
 
        * doc-view.el (doc-view-scroll-up-or-next-page)
-       (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
-       the old hscroll value after switching pages.
+       (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
+       Reset the old hscroll value after switching pages.
 
 2009-02-09  Glenn Morris  <rgm@gnu.org>
 
        * textmodes/artist.el (artist-system): Allow make-temp-file to use
        temporary-file-directory.
 
-       * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
-       temporary-file-directory.
+       * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
+       Use temporary-file-directory.
 
 2009-02-07  Glenn Morris  <rgm@gnu.org>
 
 
        * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
        message; instead, just rewrite the X-Coding-System header with the
-       new encoding, and let rmail-show-message do the rest.  Remove
-       unused argument RAW.  Fix doc string to be consistent with the new
-       implementation.
+       new encoding, and let rmail-show-message do the rest.
+       Remove unused argument RAW.  Fix doc string to be consistent with the
+       new implementation.
        (rmail-show-message): Honor X-Coding-System header, if present, in
        preference to Content-Type header.
 
 
 2009-02-05  Kenichi Handa  <handa@m17n.org>
 
-       * international/fontset.el (script-representative-chars): Remove
-       mathematical.
+       * international/fontset.el (script-representative-chars):
+       Remove mathematical.
        (setup-default-fontset): Add entries for each subgroup of
        mathematical script.
 
 
 2009-02-04  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule-cmds.el (select-safe-coding-system): Use
-       buffer-chars-modified-tick instead of buffer-modified-tick.
+       * international/mule-cmds.el (select-safe-coding-system):
+       Use buffer-chars-modified-tick instead of buffer-modified-tick.
 
        * descr-text.el (describe-char): Check font-object by fontp.
 
 
        Sync with Tramp 2.1.15.
 
-       * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
+       * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
        used.
 
        * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
 
        * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
        file to `raw-text-unix'.  Bind coding-system-for-write when
-       writing out the converted message, and make sure it uses Unix
-       EOLs.
+       writing out the converted message, and make sure it uses Unix EOLs.
 
        * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
        encoding to `raw-text-unix'.
        * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
        into Rmail-mbox attributes.
 
-       * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
-       coding-system-for-read to `raw-text', and use insert-file-contents
+       * mail/rmail.el (rmail-convert-babyl-to-mbox):
+       Bind coding-system-for-read to `raw-text', and use insert-file-contents
        instead of insert-file-contents-literally.  Fixes bug #2019.
        (rmail-resent-attr-index): Fix index value.
 
 
 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
-       correction of passwords.
+       * net/tramp.el (tramp-process-actions, tramp-read-passwd):
+       Allow correction of passwords.
 
 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
        Prevent insertion of a new entry inside of an existing entry.
        Minor code cleanup.  (Bug#2084)
        (todo-add-category): Change the interactive spec.  Signal an error
-       if the Todo file is non-empty but contains no category.  Reject
-       category names that could induce bugs and confusion.  Call
-       todo-mode if the Todo file is new and unsaved.  Simplify handling
+       if the Todo file is non-empty but contains no category.
+       Reject category names that could induce bugs and confusion.
+       Call todo-mode if the Todo file is new and unsaved.  Simplify handling
        of local variables cookie.  Properly display the newly added
        category in Todo mode.
        (todo-show): Call todo-initial-setup only if there is neither a