X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/114f9c96795aff3b51b9060d7c9c1b77debcc99a..b39e244605c1522874860442120697d04ab19051:/lisp/ChangeLog.10 diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index e2d8df7ce9..32c3688f93 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 @@ -1357,7 +1357,7 @@ 2003-06-10 Rajesh Vaidheeswarran - * whitespace.el (whitespace-version): Bump to 3.3 + * whitespace.el (whitespace-version): Bump to 3.3. (whitespace-cleanup): Respect user preference for silence * whitespace.el: Remove :tag in commentary :link. Remove empty @@ -1645,7 +1645,7 @@ (bibtex-version): Remove support for bug reporting. (bibtex-field-delimiters, bibtex-entry-delimiters) (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries) - Replace make-variable-buffer-local by make-local-variable for + Replace make-variable-buffer-local by make-local-variable. (bibtex-entry-format): New tag `required-fields'. (bibtex-maintain-sorted-entries): New var. (bibtex-sort-entry-class, bibtex-sort-entry-class-alist): New vars. @@ -4069,9 +4069,9 @@ (ccl-encode-mule-utf-16-le-with-signature) (ccl-encode-mule-utf-16-be-with-signature): New CCL programs. (mule-utf-16-post-read-conversion): New function. - (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature), + (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature) (mule-utf-16): New coding systems. - (utf-16-le-with-signature, utf-16-be-with-signature), + (utf-16-le-with-signature, utf-16-be-with-signature) (utf-16): Aliases of the above coding systems. 2003-04-08 Martin Stjernholm @@ -4109,7 +4109,7 @@ Other cleanups. Command line option --no-desktop introduced. (desktop-read): Record buffers in the desktop file in - the same order as that in the buffer list, + the same order as that in the buffer list. (desktop-save): Put buffers in the order given in desktop file, regardless of what handlers do. (desktop-file-version): New variable. Version number of desktop @@ -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 @@ -6773,7 +6773,7 @@ (ruler-mode-mouse-grab-any-column) (ruler-mode-mouse-drag-any-column-iteration) (ruler-mode-mouse-drag-any-column): New functions. - (ruler-mode-map): [header-line down-mouse-2] Bound to + (ruler-mode-map) [header-line down-mouse-2]: Bound to `ruler-mode-mouse-grab-any-column' instead of `ruler-mode-mouse-set-fill-column'. (ruler-mode-ruler-help-echo): Update its value. @@ -7684,7 +7684,7 @@ * gdb-ui.el : Remove inappropriate key-bindings. (gdb-info-breakpoints-custom, gdb-goto-bp-this-line): Parse correctly when breakpoint has no line number. - (def-gdb-auto-update-handler, gdb-info-locals-handler), + (def-gdb-auto-update-handler, gdb-info-locals-handler) (gdb-display-end): Avoid using insert-buffer. (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select. @@ -20177,10 +20177,10 @@ 2002-01-05 Andre Spiegel - * vc.el (vc-branch-part): Return nil if there's no `.' + * vc.el (vc-branch-part): Return nil if there's no `.'. (vc-default-previous-version): Renamed from vc-previous-version. New args BACKEND and FILE. Return nil for revision numbers - without a `.' + without a `.'. (vc-version-diff): Call vc-BACKEND-previous-version. (vc-steal-lock): Steal lock before composing mail, so that no mail is sent when the stealing goes wrong. And we'll actually see the @@ -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 @@ -23253,11 +23253,11 @@ lambda expression. (ps-mode-menu-main): Submenu with options on/off was replaced with a toggle button. - (ps-mode, ps-run-mode): Define with `define-derived-mode' + (ps-mode, ps-run-mode): Define with `define-derived-mode'. (ps-mode): Autoload cookie added on same line as comment. (ps-mode-tabkey, ps-mode-backward-delete-char): (ps-mode-r-balance): Replace `delete-horizontal-space' and - `indent-to' with `indent-line-to' + `indent-to' with `indent-line-to'. (ps-mode-print-buffer, ps-mode-print-region): Use `funcall' instead of `eval'. (ps-mode-print-region): Use `with-temp-buffer'. @@ -23464,7 +23464,7 @@ (vc-default-annotate-current-time): Added. * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic - version in vc.el, with + version in vc.el. (vc-cvs-annotate-current-time): Added, as override of default. (vc-cvs-annotate-time): Added. Taken mostly from the (now removed) `vc-cvs-annotate-difference'.