X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d589ba1057cd46702e22dec1eb89b023e28478c2..a85732e683f6e3b24426f36d4869135bad18d5af:/lisp/ChangeLog.10 diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index cf1743c349..6467fef4e7 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 @@ -4150,6 +4150,7 @@ (desktop-path): New customizable variable. List of directories in which to lookup the desktop file. Replaces hardcoded list. (desktop-globals-to-clear): New variable replaces hardcoded list. + (desktop-globals-to-save): Variable made customizable. (desktop-clear-preserve-buffers-regexp): New customizable variable. (desktop-after-read-hook): New hook run after a desktop is read. (desktop-no-desktop-file-hook): New hook when no desktop file found. @@ -4244,9 +4245,9 @@ before translation thru function-key-map, and use that for unreading. * shadowfile.el (shadow-parse-fullname): - Renamed from shadow-parse-fullpath. - (shadow-parse-name): Renamed from shadow-parse-path. - (shadow-make-fullname): Renamed from shadow-make-fullpath. + Rename from shadow-parse-fullpath. + (shadow-parse-name): Rename from shadow-parse-path. + (shadow-make-fullname): Rename from shadow-make-fullpath. (shadow-replace-name-component): Was shadow-replace-path-component. Callers of the above functions changed. (shadow-expand-cluster-in-file-name): Doc fix. @@ -9438,7 +9439,7 @@ * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the menu pseudo-keys generated by easymenu which are lowercase in - Emacs 21.4. + Emacs 22.1. * progmodes/ada-xref.el (ada-xref-update-project-menu,ada-add-ada-menu): Ditto. @@ -14327,7 +14328,7 @@ 2002-06-01 Kim F. Storm * simple.el: Reworked previous change. - (choose-completion-string1): Merged back into choose-completion-string. + (choose-completion-string1): Merge back into choose-completion-string. (choose-completion-string): Run choose-completion-string-functions after checking for proper minibuffer window. Added mini-p arg to the hook functions. Insert choice if all hook functions return nil. @@ -14348,7 +14349,7 @@ 2002-06-01 Kim F. Storm * simple.el (choose-completion-string-functions): New special hook. - (choose-completion-string1): Renamed from choose-completion-string. + (choose-completion-string1): Rename from choose-completion-string. (choose-completion-string): Run choose-completion-string-functions until success, and only call choose-completion-string1 if it fails. @@ -14521,7 +14522,7 @@ 2002-05-25 Martin Stjernholm - * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases + * progmodes/cc-engine.el (c-add-stmt-syntax): Fix some cases of wrong anchoring, e.g. for else-if compounds. 2002-05-25 Miles Bader @@ -14650,13 +14651,13 @@ * loadup.el: Add font-core.el. * replace.el (occur-mode-hook): New variable. - (occur-fontify-region-function): Deleted. + (occur-fontify-region-function): Delete. (occur-mode): Don't use it. Set up `font-lock-category-alist' instead. - (occur-fontify-on-property): Deleted. + (occur-fontify-on-property): Delete. (occur-engine): Use categories from `font-lock-category-alist'. - * info.el (Info-fontify): Deleted. + * info.el (Info-fontify): Delete. (Info-select-node): Don't use it. (Info-mode-hook): New variable. (Info-mode): Set up categories. @@ -14854,7 +14855,7 @@ 2002-05-16 Colin Walters - * menu-bar.el (menu-bar-tools-menu) : Renamed to + * menu-bar.el (menu-bar-tools-menu) : Rename to "Simple Calculator". (menu-bar-tools-menu) : New. @@ -14896,9 +14897,9 @@ Don't highlight empty lines in rectangles. * emulation/keypad.el: Improved commentary. - (keypad-setup, keypad-shifted-setup): Added choice to setup + (keypad-setup, keypad-shifted-setup): Add choice to setup Numeric keypad with decimal key; value is selected character. - (keypad-decimal-key, keypad-shifted-decimal-key): Removed options. + (keypad-decimal-key, keypad-shifted-decimal-key): Remove options. (keypad-numlock-setup, keypad-numlock-shifted-setup): New options. (keypad-setup): Arg list changed to support the new options. @@ -15034,7 +15035,7 @@ 2002-05-10 Kim F. Storm * emulation/cua-base.el (cua-enable-cua-keys) - (cua-enable-register-prefix): Added value for `other' choice. + (cua-enable-register-prefix): Add value for `other' choice. 2002-05-10 Eli Zaretskii @@ -15132,7 +15133,7 @@ 2002-05-08 Simon Marshall - * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use + * msb.el (msb-menu-bar-update-buffers): Fix frame menu to use the frame name as the car of a menu entry, rather than the frame. 2002-05-08 Juanma Barranquero @@ -15221,7 +15222,7 @@ Handle both cases: when the menu item has cached info and when it doesn't. - * filesets.el (filesets-browse-dir-function): Renamed from ...-fn. + * filesets.el (filesets-browse-dir-function): Rename from ...-fn. (filesets-open-file-function, filesets-save-buffer-function): Likewise. (filesets-tree-max-level): Doc fix. (filesets-commands, filesets-external-viewers) @@ -15242,13 +15243,13 @@ "Default" group earlier. Push killed group on `ibuffer-filter-group-kill-ring'. (ibuffer-kill-line): Document. Don't push killed group ourselves. - (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'. + (ibuffer-yank-filter-group): Rename from `ibuffer-yank'. (ibuffer-insert-filter-group-before): New function, broken out from `ibuffer-yank'. (ibuffer-yank): Now just call `ibuffer-yank-filter-group'. * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu) - (ibuffer-mode-view-menu): Unused variables; deleted. + (ibuffer-mode-view-menu): Unused variables; delete. (ibuffer-find-file): Pass wildcard flag to `find-file' correctly. 2002-05-04 John Paul Wallington @@ -15270,7 +15271,7 @@ (mouse-wheel-scroll-screen): Remove. ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll. - * w32-vars.el: (mouse-wheel-scroll-amount): Removed. + * w32-vars.el: (mouse-wheel-scroll-amount): Remove. 2002-05-04 Markus Rost @@ -15327,13 +15328,12 @@ 2002-05-02 Kim F. Storm - * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg. - (menu-bar-options-save): Added cua-mode. - (menu-bar-options-menu): Added toggle for cua-mode. + * menu-bar.el (menu-bar-make-toggle): Add optional PROPS arg. + (menu-bar-options-save): Add cua-mode. + (menu-bar-options-menu): Add toggle for cua-mode. Disable toggle for transient-mark-mode if cua-mode is enabled. - * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local - variable. + * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local var. 2002-05-01 Richard M. Stallman @@ -15370,7 +15370,7 @@ * emulation/cua-base.el (cua--pre-command-handler): Only interpret delete-selection property if mark-active. - (cua-mode): Fixed require in defcustom. + (cua-mode): Fix require in defcustom. 2002-05-01 Pavel Jan,Am(Bk @@ -15386,7 +15386,7 @@ 2002-04-30 John Wiegley - * align.el (align-region): Fixed the fix to align-region, because + * align.el (align-region): Fix the fix to align-region, because the "name" argument was appearing twice. 2002-05-01 Martin Stjernholm @@ -15422,7 +15422,7 @@ * autoinsert.el (auto-insert-directory): Doc fix. - * facemenu.el (describe-text-at and stuff): Moved to descr-text.el. + * facemenu.el (describe-text-at and stuff): Move to descr-text.el. * descr-text.el: New file, broken out of facemenu.el. @@ -15441,10 +15441,10 @@ if the user edits the Emacs version number in the text. * filesets.el (filesets-running-xemacs): Make defvar unconditional. - (filesets-ingroup-files): Renamed from filesets-ingroup-paths. + (filesets-ingroup-files): Rename from filesets-ingroup-paths. (filesets-error): Simplify definition and make conditional on filesets-running-xemacs. - (filesets-find-file-using): Renamed from fsfind-file-using. + (filesets-find-file-using): Rename from fsfind-file-using. 2002-04-29 Stefan Monnier @@ -15582,10 +15582,10 @@ 2002-04-27 Richard M. Stallman - * custom.el (custom-load-symbol): Moved from cus-edit.el. + * custom.el (custom-load-symbol): Move from cus-edit.el. (custom-load-recursion): Likewise. - * cus-edit.el (custom-load-symbol): Moved to custom.el. + * cus-edit.el (custom-load-symbol): Move to custom.el. (custom-load-recursion): Likewise. * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys @@ -15688,21 +15688,21 @@ (occur-engine): Go to `point-min'. Make nlines argument actually mean number of context lines. Handle it. Pad digits to the right. - * ibuf-ext.el (ibuffer-filtering-groups): Renamed to - `ibuffer-filter-groups'. All users updated. + * ibuf-ext.el (ibuffer-filtering-groups): Rename to + `ibuffer-filter-groups'. Update all users. (ibuffer-show-empty-filter-groups): New variable. (ibuffer-saved-filter-groups): New variable. - (ibuffer-maybe-save-stuff): Renamed from - `ibuffer-maybe-save-saved-filters'. Callers updated. + (ibuffer-maybe-save-stuff): Rename from + `ibuffer-maybe-save-saved-filters'. Update callers. Handle `ibuffer-saved-filter-groups'. - (ibuffer-hidden-filtering-groups): Renamed to + (ibuffer-hidden-filtering-groups): Rename to `ibuffer-hidden-filter-groups'. (ibuffer-filter-group-kill-ring): New variable. (ibuffer-save-with-custom): Doc fix. (ibuffer-set-filter-groups-by-mode): New function. (ibuffer-clear-filter-groups): New function. - (ibuffer-current-filter-groups-with-position): Renamed from - `ibuffer-current-filter-groups'. Callers updated. + (ibuffer-current-filter-groups-with-position): Rename from + `ibuffer-current-filter-groups'. Update callers. (ibuffer-kill-filter-group): New function. (ibuffer-kill-line): New function. (ibuffer-yank): New function. @@ -15722,7 +15722,7 @@ (ibuffer-mark-forward, ibuffer-unmark-forward) (ibuffer-mark-for-delete, ibuffer-unmark-backward) (ibuffer-mark-for-delete-backwards): Update docs. - (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed + (ibuffer-current-filter-groups): Move to ibuf-ext.el, and renamed to `ibuffer-current-filter-groups-with-position'. (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'. (ibuffer-mode): Add some documentation about filter groups. @@ -15744,22 +15744,21 @@ 2002-04-25 Glenn Morris - * progmodes/f90.el: General tidy-up of commentary and some doc - strings. + * progmodes/f90.el: General tidy-up of commentary and some doc strings. 2002-04-24 Glenn Morris * scroll-all.el (scroll-all-function-all) New function to do the actual work. - (scroll-all-scroll-down-all, scroll-all-scroll-up-all, - scroll-all-page-down-all, scroll-all-page-up-all, - scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): + (scroll-all-scroll-down-all, scroll-all-scroll-up-all) + (scroll-all-page-down-all, scroll-all-page-up-all) + (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Make them use scroll-all-function-all. - * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced + * progmodes/f90.el (f90-get-beg-of-line): Remove and replace with line-beginning-position. - (f90-get-end-of-line): Removed and replaced with line-end-position. - (f90-match-piece): Removed and replaced with match-string. + (f90-get-end-of-line): Remove and replace with line-end-position. + (f90-match-piece): Remove and replace with match-string. (f90-current-indentation): Remove `current-column'. (f90-get-present-comment-type): Use match-string rather than buffer-substring. @@ -15812,7 +15811,7 @@ (ibuffer-sort-bufferlist): New function, taken from `ibuffer-insert-buffers-and-marks'. (ibuffer-insert-filter-group): New function. - (ibuffer-redisplay-engine): Renamed from + (ibuffer-redisplay-engine): Rename from `ibuffer-insert-buffers-and-marks'. Handle new filtering groups. (ibuffer): Add filter-groups argument. Handle it. Use `save-selected-window'.