diff options
| author | Juanma Barranquero | 2006-12-08 00:22:04 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-08 00:22:04 +0000 |
| commit | b4963755feb453064cdbc7c8ebc95a80280ddbbb (patch) | |
| tree | 2c0647df0db1e005602a932d73eaf54578162585 /lisp | |
| parent | e2e87e1518ebe45ddc03ad86df9ac8b032c7120a (diff) | |
| download | emacs-b4963755feb453064cdbc7c8ebc95a80280ddbbb.tar.gz emacs-b4963755feb453064cdbc7c8ebc95a80280ddbbb.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.10 | 153 |
1 files changed, 76 insertions, 77 deletions
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 912dfd2761b..1b68f242792 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -294,7 +294,7 @@ | |||
| 294 | properties completely. | 294 | properties completely. |
| 295 | 295 | ||
| 296 | * progmodes/cc-fonts.el (c-cpp-matchers): Handle line | 296 | * progmodes/cc-fonts.el (c-cpp-matchers): Handle line |
| 297 | continuations in cpp expressions. Do not fontify symbols after | 297 | continuations in cpp expressions. Do not fontify symbols after |
| 298 | #ifdef etc as variables since that isn't consistent with how | 298 | #ifdef etc as variables since that isn't consistent with how |
| 299 | the face is used elsewhere (i.e. only for the definition of | 299 | the face is used elsewhere (i.e. only for the definition of |
| 300 | the symbol). | 300 | the symbol). |
| @@ -492,7 +492,7 @@ | |||
| 492 | directives are now considered part of the keywords to make | 492 | directives are now considered part of the keywords to make |
| 493 | things easier. | 493 | things easier. |
| 494 | 494 | ||
| 495 | * progmodes/cc-defs.el: (c-(up|down)-list-(forward|backward)): | 495 | * progmodes/cc-defs.el (c-(up|down)-list-(forward|backward)): |
| 496 | Make the position optional and added docstrings. | 496 | Make the position optional and added docstrings. |
| 497 | 497 | ||
| 498 | (c-go-(up|down)-list-(forward|backward)): Add variants of the | 498 | (c-go-(up|down)-list-(forward|backward)): Add variants of the |
| @@ -742,7 +742,7 @@ | |||
| 742 | (c-simple-skip-symbol-backward, c-syntactic-content) | 742 | (c-simple-skip-symbol-backward, c-syntactic-content) |
| 743 | (c-remove-<>-paren-properties): New helper functions. | 743 | (c-remove-<>-paren-properties): New helper functions. |
| 744 | 744 | ||
| 745 | * progmodes/cc-defs.el: (c-clear-char-syntax) | 745 | * progmodes/cc-defs.el (c-clear-char-syntax) |
| 746 | (c-mark-paren-open, c-mark-paren-close): New support functions | 746 | (c-mark-paren-open, c-mark-paren-close): New support functions |
| 747 | to handle syntactic properties on C++ template arglist brackets. | 747 | to handle syntactic properties on C++ template arglist brackets. |
| 748 | (c-put-type-face, c-put-reference-face): Helpers to put faces on | 748 | (c-put-type-face, c-put-reference-face): Helpers to put faces on |
| @@ -1074,7 +1074,7 @@ | |||
| 1074 | (iswitchb-xemacs): Delete variable and use (featurep 'xemacs) | 1074 | (iswitchb-xemacs): Delete variable and use (featurep 'xemacs) |
| 1075 | and fboundp instead. | 1075 | and fboundp instead. |
| 1076 | (iswitchb-completions): Remove two redundant arguments and local | 1076 | (iswitchb-completions): Remove two redundant arguments and local |
| 1077 | variables. (All above from Stefan Monnier). | 1077 | variables. (All above from Stefan Monnier). |
| 1078 | 1078 | ||
| 1079 | 2003-06-20 Masatake YAMATO <jet@gyve.org> | 1079 | 2003-06-20 Masatake YAMATO <jet@gyve.org> |
| 1080 | 1080 | ||
| @@ -1182,7 +1182,7 @@ | |||
| 1182 | (gud-find-c-expr): Simplify. | 1182 | (gud-find-c-expr): Simplify. |
| 1183 | 1183 | ||
| 1184 | * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table | 1184 | * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table |
| 1185 | for parsing Fortran expressions for gud-print. (Stefan Monnier) | 1185 | for parsing Fortran expressions for gud-print. (Stefan Monnier) |
| 1186 | (fortran-mode): Add local variable gud-find-expr. | 1186 | (fortran-mode): Add local variable gud-find-expr. |
| 1187 | 1187 | ||
| 1188 | * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr. | 1188 | * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr. |
| @@ -1285,7 +1285,7 @@ | |||
| 1285 | 1285 | ||
| 1286 | * emacs-lisp/debug.el (debug): Fix call to message. | 1286 | * emacs-lisp/debug.el (debug): Fix call to message. |
| 1287 | 1287 | ||
| 1288 | 2003-06-16 Michael Mauger <mmaug@yahoo.com> (tiny change) | 1288 | 2003-06-16 Michael Mauger <mmaug@yahoo.com> (tiny change) |
| 1289 | 1289 | ||
| 1290 | * emulation/cua-base.el (cua-mode): Use explicit arg to turn off | 1290 | * emulation/cua-base.el (cua-mode): Use explicit arg to turn off |
| 1291 | minor modes. | 1291 | minor modes. |
| @@ -2183,7 +2183,7 @@ | |||
| 2183 | when requested. | 2183 | when requested. |
| 2184 | (gud-menu-map): Add a toggle button to menubar for gdb-many-windows. | 2184 | (gud-menu-map): Add a toggle button to menubar for gdb-many-windows. |
| 2185 | (gdb-many-windows): Define explicitly as a function and a variable | 2185 | (gdb-many-windows): Define explicitly as a function and a variable |
| 2186 | (formerly as a minor mode). These need to be global so layout can | 2186 | (formerly as a minor mode). These need to be global so layout can |
| 2187 | be reset from any buffer. | 2187 | be reset from any buffer. |
| 2188 | (gdb-assembler-mode): Keep fringe outside margin as the overlay | 2188 | (gdb-assembler-mode): Keep fringe outside margin as the overlay |
| 2189 | arrow is not used for assembler. | 2189 | arrow is not used for assembler. |
| @@ -2257,7 +2257,7 @@ | |||
| 2257 | 2257 | ||
| 2258 | * net/tramp-efs.el: New file. | 2258 | * net/tramp-efs.el: New file. |
| 2259 | 2259 | ||
| 2260 | 2003-05-24 Michael Albinus <Michael.Albinus@alcatel.de> | 2260 | 2003-05-24 Michael Albinus <Michael.Albinus@alcatel.de> |
| 2261 | 2261 | ||
| 2262 | * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be | 2262 | * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be |
| 2263 | quoted. | 2263 | quoted. |
| @@ -2302,7 +2302,7 @@ | |||
| 2302 | (forms--mode-commands): Don't bind \t in the maps where | 2302 | (forms--mode-commands): Don't bind \t in the maps where |
| 2303 | we call forms--mode-commands1. | 2303 | we call forms--mode-commands1. |
| 2304 | 2304 | ||
| 2305 | 2003-05-23 Taro Kawagishi <tarok@acm.org> | 2305 | 2003-05-23 Taro Kawagishi <tarok@acm.org> |
| 2306 | 2306 | ||
| 2307 | * arc-mode.el (archive-lzh-summarize): Calculate correct total | 2307 | * arc-mode.el (archive-lzh-summarize): Calculate correct total |
| 2308 | header size for LZH level 1 header. | 2308 | header size for LZH level 1 header. |
| @@ -2396,7 +2396,7 @@ | |||
| 2396 | choices buffer. | 2396 | choices buffer. |
| 2397 | (ispell-show-choices): Directly select `choices-window'. | 2397 | (ispell-show-choices): Directly select `choices-window'. |
| 2398 | (ispell-help): Use default buffer size for electric help. | 2398 | (ispell-help): Use default buffer size for electric help. |
| 2399 | (ispell-adjusted-window-height): Correct for xemacs detection. | 2399 | (ispell-adjusted-window-height): Correct for XEmacs detection. |
| 2400 | (ispell-start-process): Don't double specify dictionary file name. | 2400 | (ispell-start-process): Don't double specify dictionary file name. |
| 2401 | (ispell-init-process): Set `ispell-library-path' each call. | 2401 | (ispell-init-process): Set `ispell-library-path' each call. |
| 2402 | (ispell-change-dictionary): Now only completes valid dictionaries. | 2402 | (ispell-change-dictionary): Now only completes valid dictionaries. |
| @@ -3831,7 +3831,7 @@ | |||
| 3831 | 2003-04-13 Masatake YAMATO <jet@gyve.org> | 3831 | 2003-04-13 Masatake YAMATO <jet@gyve.org> |
| 3832 | 3832 | ||
| 3833 | * bindings.el (toplevel): Don't change the face | 3833 | * bindings.el (toplevel): Don't change the face |
| 3834 | of major-mode on the mode line. Setting the face on | 3834 | of major-mode on the mode line. Setting the face on |
| 3835 | the mode line code is installed by my mistake in | 3835 | the mode line code is installed by my mistake in |
| 3836 | my last change. | 3836 | my last change. |
| 3837 | 3837 | ||
| @@ -3876,7 +3876,7 @@ | |||
| 3876 | (describe-minor-mode-from-symbol): | 3876 | (describe-minor-mode-from-symbol): |
| 3877 | Renamed from (old) describe-minor-mode. | 3877 | Renamed from (old) describe-minor-mode. |
| 3878 | Use describe-minor-mode-completion-table-for-symbol. | 3878 | Use describe-minor-mode-completion-table-for-symbol. |
| 3879 | Don't use eval. Just use symbol-name. | 3879 | Don't use eval. Just use symbol-name. |
| 3880 | (describe-minor-mode-from-indicator): Document is updated. | 3880 | (describe-minor-mode-from-indicator): Document is updated. |
| 3881 | Use `format-mode-line'. | 3881 | Use `format-mode-line'. |
| 3882 | Use describe-minor-mode-from-symbol instead of describe-minor-mode. | 3882 | Use describe-minor-mode-from-symbol instead of describe-minor-mode. |
| @@ -3933,7 +3933,7 @@ | |||
| 3933 | 2003-04-11 Masatake YAMATO <jet@gyve.org> | 3933 | 2003-04-11 Masatake YAMATO <jet@gyve.org> |
| 3934 | 3934 | ||
| 3935 | * progmodes/etags.el (select-tags-table-mode-map): | 3935 | * progmodes/etags.el (select-tags-table-mode-map): |
| 3936 | Don't create new keymap. Instead copy from button-buffer-map. | 3936 | Don't create new keymap. Instead copy from button-buffer-map. |
| 3937 | Bind push-button to `t' instead of binding | 3937 | Bind push-button to `t' instead of binding |
| 3938 | select-tags-table-select directly | 3938 | select-tags-table-select directly |
| 3939 | (tags-select-tags-table): New button. | 3939 | (tags-select-tags-table): New button. |
| @@ -4124,7 +4124,7 @@ | |||
| 4124 | the same order as that in the buffer list, | 4124 | the same order as that in the buffer list, |
| 4125 | (desktop-save): Put buffers in the order given in desktop file, | 4125 | (desktop-save): Put buffers in the order given in desktop file, |
| 4126 | regardless of what handlers do. | 4126 | regardless of what handlers do. |
| 4127 | (desktop-file-version): New variable. Version number of desktop | 4127 | (desktop-file-version): New variable. Version number of desktop |
| 4128 | file format. | 4128 | file format. |
| 4129 | (desktop-create-buffer-form): Variable deleted. | 4129 | (desktop-create-buffer-form): Variable deleted. |
| 4130 | (desktop-save): New customizable variable. | 4130 | (desktop-save): New customizable variable. |
| @@ -4134,7 +4134,7 @@ | |||
| 4134 | (desktop-file-name): New function to convert a filename to the | 4134 | (desktop-file-name): New function to convert a filename to the |
| 4135 | format specified in `desktop-file-name-format'. | 4135 | format specified in `desktop-file-name-format'. |
| 4136 | (desktop-create-buffer): Parameters renamed to descriptive | 4136 | (desktop-create-buffer): Parameters renamed to descriptive |
| 4137 | systematic names. These parameters are visible to handlers. | 4137 | systematic names. These parameters are visible to handlers. |
| 4138 | Renames: | 4138 | Renames: |
| 4139 | ver -> desktop-file-version | 4139 | ver -> desktop-file-version |
| 4140 | mim -> desktop-buffer-minor-modes | 4140 | mim -> desktop-buffer-minor-modes |
| @@ -4157,7 +4157,7 @@ | |||
| 4157 | (desktop-change-dir): New function. | 4157 | (desktop-change-dir): New function. |
| 4158 | (desktop-save-in-load-dir): New function. Save desktop in | 4158 | (desktop-save-in-load-dir): New function. Save desktop in |
| 4159 | directory from which it was loaded. | 4159 | directory from which it was loaded. |
| 4160 | (desktop-revert): New function. Revert to the last loaded desktop. | 4160 | (desktop-revert): New function. Revert to the last loaded desktop. |
| 4161 | 4161 | ||
| 4162 | 2003-04-06 Masatake YAMATO <jet@gyve.org> | 4162 | 2003-04-06 Masatake YAMATO <jet@gyve.org> |
| 4163 | 4163 | ||
| @@ -5624,7 +5624,7 @@ | |||
| 5624 | Face markup of calendar and diary displays: Any entry line that | 5624 | Face markup of calendar and diary displays: Any entry line that |
| 5625 | ends with [foo:value] where foo is a face attribute (except :box | 5625 | ends with [foo:value] where foo is a face attribute (except :box |
| 5626 | :stipple) or with [face:blah] tags, will have these values applied | 5626 | :stipple) or with [face:blah] tags, will have these values applied |
| 5627 | to the calendar and fancy diary displays. These attributes "stack" | 5627 | to the calendar and fancy diary displays. These attributes "stack" |
| 5628 | on calendar displays. File-wide attributes can be defined as | 5628 | on calendar displays. File-wide attributes can be defined as |
| 5629 | follows: the first line matching "^# [tag:value]" defines the | 5629 | follows: the first line matching "^# [tag:value]" defines the |
| 5630 | value for that particular tag. All of the tags' regexps can be | 5630 | value for that particular tag. All of the tags' regexps can be |
| @@ -6260,7 +6260,7 @@ | |||
| 6260 | of unrecognized entries indicating syntax errors in ChangeLog files. | 6260 | of unrecognized entries indicating syntax errors in ChangeLog files. |
| 6261 | (authors-coding-system): New variable. | 6261 | (authors-coding-system): New variable. |
| 6262 | (authors-many-files): Update doc string. | 6262 | (authors-many-files): Update doc string. |
| 6263 | (authors-aliases): Change format. Now one entry with multiple | 6263 | (authors-aliases): Change format. Now one entry with multiple |
| 6264 | aliases per author. | 6264 | aliases per author. |
| 6265 | (authors-valid-file-names, authors-renamed-files-alist) | 6265 | (authors-valid-file-names, authors-renamed-files-alist) |
| 6266 | (authors-renamed-files-regexps): New variables. | 6266 | (authors-renamed-files-regexps): New variables. |
| @@ -6363,7 +6363,7 @@ | |||
| 6363 | 6363 | ||
| 6364 | 2003-01-25 Bill Wohler <wohler@newt.com> | 6364 | 2003-01-25 Bill Wohler <wohler@newt.com> |
| 6365 | 6365 | ||
| 6366 | * mh-e: Created directory. ChangeLog will appear in a week when we | 6366 | * mh-e: Created directory. ChangeLog will appear in a week when we |
| 6367 | release version 7.2. | 6367 | release version 7.2. |
| 6368 | 6368 | ||
| 6369 | * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el, | 6369 | * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el, |
| @@ -6532,7 +6532,7 @@ | |||
| 6532 | 6532 | ||
| 6533 | * gud.el (gud-display-line): If the current file is newer than its | 6533 | * gud.el (gud-display-line): If the current file is newer than its |
| 6534 | buffer, offer to reread the file. | 6534 | buffer, offer to reread the file. |
| 6535 | (gud-keep-buffer): New buffer local variable. Ensures offer to | 6535 | (gud-keep-buffer): New buffer local variable. Ensures offer to |
| 6536 | reread file is made just once. | 6536 | reread file is made just once. |
| 6537 | 6537 | ||
| 6538 | 2003-01-20 Stefan Monnier <monnier@cs.yale.edu> | 6538 | 2003-01-20 Stefan Monnier <monnier@cs.yale.edu> |
| @@ -6862,7 +6862,7 @@ | |||
| 6862 | 2003-01-11 Nick Roberts <nick@nick.uklinux.net> | 6862 | 2003-01-11 Nick Roberts <nick@nick.uklinux.net> |
| 6863 | 6863 | ||
| 6864 | * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type. | 6864 | * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type. |
| 6865 | (gud-reset): New function. Reset environment at end of debugging. | 6865 | (gud-reset): New function. Reset environment at end of debugging. |
| 6866 | (gud-sentinel): Call gud-reset or gdb-reset. | 6866 | (gud-sentinel): Call gud-reset or gdb-reset. |
| 6867 | (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until. | 6867 | (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until. |
| 6868 | 6868 | ||
| @@ -6870,7 +6870,7 @@ | |||
| 6870 | to find out if variable shuld be dereferenced. | 6870 | to find out if variable shuld be dereferenced. |
| 6871 | (gud-display1): Exit if there is `No symbol'. | 6871 | (gud-display1): Exit if there is `No symbol'. |
| 6872 | (gdb-expressions-mode-map): Correction to key-binding. | 6872 | (gdb-expressions-mode-map): Correction to key-binding. |
| 6873 | (gdb-reset): New function. Reset environment at end of debugging. | 6873 | (gdb-reset): New function. Reset environment at end of debugging. |
| 6874 | (gdb-quit): Remove. | 6874 | (gdb-quit): Remove. |
| 6875 | 6875 | ||
| 6876 | 2003-01-10 Dave Love <fx@gnu.org> | 6876 | 2003-01-10 Dave Love <fx@gnu.org> |
| @@ -7159,7 +7159,7 @@ | |||
| 7159 | (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions. | 7159 | (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions. |
| 7160 | (gdb-frames-mouse-select): Simplify. | 7160 | (gdb-frames-mouse-select): Simplify. |
| 7161 | Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc) | 7161 | Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc) |
| 7162 | consistent with other modes in emacs. | 7162 | consistent with other modes in Emacs. |
| 7163 | (gdb-display-source-buffer): Return window of source buffer | 7163 | (gdb-display-source-buffer): Return window of source buffer |
| 7164 | for (gud-display-line). | 7164 | for (gud-display-line). |
| 7165 | 7165 | ||
| @@ -7395,8 +7395,8 @@ | |||
| 7395 | 7395 | ||
| 7396 | 2002-12-21 Nick Roberts <nick@nick.uklinux.net> | 7396 | 2002-12-21 Nick Roberts <nick@nick.uklinux.net> |
| 7397 | 7397 | ||
| 7398 | * gdb-ui.el: Remove the concept of an instance. This means that | 7398 | * gdb-ui.el: Remove the concept of an instance. This means that |
| 7399 | a lot of functions have been renamed. Accessors are prefixed with | 7399 | a lot of functions have been renamed. Accessors are prefixed with |
| 7400 | gdb-get, setters with gdb-set and the word instance has been | 7400 | gdb-get, setters with gdb-set and the word instance has been |
| 7401 | removed from many function and variable names. | 7401 | removed from many function and variable names. |
| 7402 | (gdb-display-buffer): Protect source buffer as well | 7402 | (gdb-display-buffer): Protect source buffer as well |
| @@ -7575,7 +7575,7 @@ | |||
| 7575 | 2002-12-13 Markus Rost <rost@math.ohio-state.edu> | 7575 | 2002-12-13 Markus Rost <rost@math.ohio-state.edu> |
| 7576 | 7576 | ||
| 7577 | * emacs-lisp/easy-mmode.el (define-minor-mode): | 7577 | * emacs-lisp/easy-mmode.el (define-minor-mode): |
| 7578 | Use `custom-current-group'. Pass all groups to the hook. | 7578 | Use `custom-current-group'. Pass all groups to the hook. |
| 7579 | (easy-mmode-define-global-mode): Use `custom-current-group'. | 7579 | (easy-mmode-define-global-mode): Use `custom-current-group'. |
| 7580 | 7580 | ||
| 7581 | * international/mule-cmds.el (current-language-environment): | 7581 | * international/mule-cmds.el (current-language-environment): |
| @@ -7993,7 +7993,7 @@ | |||
| 7993 | 2002-11-30 Nick Roberts <nick@nick.uklinux.net> | 7993 | 2002-11-30 Nick Roberts <nick@nick.uklinux.net> |
| 7994 | 7994 | ||
| 7995 | * gdb-ui.el (gdb-many-windows): Define as a minor mode. | 7995 | * gdb-ui.el (gdb-many-windows): Define as a minor mode. |
| 7996 | (toggle-gdb-windows): Remove. (Patch from Stefan Monnier) | 7996 | (toggle-gdb-windows): Remove. (Patch from Stefan Monnier) |
| 7997 | 7997 | ||
| 7998 | * tooltip.el (tooltip-gud-process-output): Handle annotations that | 7998 | * tooltip.el (tooltip-gud-process-output): Handle annotations that |
| 7999 | are output with gdba in gdb-ui.el. | 7999 | are output with gdba in gdb-ui.el. |
| @@ -8115,7 +8115,7 @@ | |||
| 8115 | * tooltip.el (tooltip-gud-print-command): Add server prefix to the | 8115 | * tooltip.el (tooltip-gud-print-command): Add server prefix to the |
| 8116 | print command for gdb to keep it out of the command history. | 8116 | print command for gdb to keep it out of the command history. |
| 8117 | 8117 | ||
| 8118 | * gdb-ui.el: Major re-organisation. Simplify legacy gdba | 8118 | * gdb-ui.el: Major re-organisation. Simplify legacy gdba |
| 8119 | code to allow only one gdb process. | 8119 | code to allow only one gdb process. |
| 8120 | 8120 | ||
| 8121 | 2002-11-23 Markus Rost <rost@math.ohio-state.edu> | 8121 | 2002-11-23 Markus Rost <rost@math.ohio-state.edu> |
| @@ -8129,7 +8129,7 @@ | |||
| 8129 | 8129 | ||
| 8130 | 2002-11-21 Nick Roberts <nick@nick.uklinux.net> | 8130 | 2002-11-21 Nick Roberts <nick@nick.uklinux.net> |
| 8131 | 8131 | ||
| 8132 | * gdb-ui.el : General tidying. Patches from Stefan Monnier. | 8132 | * gdb-ui.el : General tidying. Patches from Stefan Monnier. |
| 8133 | 8133 | ||
| 8134 | 2002-11-20 Simon Josefsson <jas@extundo.com> | 8134 | 2002-11-20 Simon Josefsson <jas@extundo.com> |
| 8135 | 8135 | ||
| @@ -9372,11 +9372,11 @@ | |||
| 9372 | append slash only if result doesn't end in a slash already. | 9372 | append slash only if result doesn't end in a slash already. |
| 9373 | (tramp-handle-file-truename): Restructure logic. If list of steps | 9373 | (tramp-handle-file-truename): Restructure logic. If list of steps |
| 9374 | is nil, return "/" as the real name. | 9374 | is nil, return "/" as the real name. |
| 9375 | (tramp-completion-mode): Add "\\(" and "\\)". Otherwise, | 9375 | (tramp-completion-mode): Add "\\(" and "\\)". Otherwise, |
| 9376 | `match-string' doesn't make sense. From Michael Albinus. | 9376 | `match-string' doesn't make sense. From Michael Albinus. |
| 9377 | (tramp-host-with-port-regexp): New defcustom. Equal to previous | 9377 | (tramp-host-with-port-regexp): New defcustom. Equal to previous |
| 9378 | `tramp-host-regexp'. From Michael Albinus. | 9378 | `tramp-host-regexp'. From Michael Albinus. |
| 9379 | (tramp-host-regexp): Taken off hashes in host names. Otherwise, | 9379 | (tramp-host-regexp): Taken off hashes in host names. Otherwise, |
| 9380 | scanning files like .rhosts would take comments as host names. | 9380 | scanning files like .rhosts would take comments as host names. |
| 9381 | From Michael Albinus. | 9381 | From Michael Albinus. |
| 9382 | (tramp-file-name-structure, tramp-multi-file-name-hop-structure): | 9382 | (tramp-file-name-structure, tramp-multi-file-name-hop-structure): |
| @@ -10009,7 +10009,7 @@ | |||
| 10009 | (occur-next, occur-prev): Use it. | 10009 | (occur-next, occur-prev): Use it. |
| 10010 | 10010 | ||
| 10011 | * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'. | 10011 | * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'. |
| 10012 | (sh-mark-line): Likewise. Use 'occur-target and 'occur-match | 10012 | (sh-mark-line): Likewise. Use 'occur-target and 'occur-match |
| 10013 | instead of 'occur and 'occur-point. | 10013 | instead of 'occur and 'occur-point. |
| 10014 | 10014 | ||
| 10015 | * eshell/em-unix.el (eshell-occur-mode-mouse-goto) | 10015 | * eshell/em-unix.el (eshell-occur-mode-mouse-goto) |
| @@ -10096,7 +10096,7 @@ | |||
| 10096 | (tramp-parse-netrc, tramp-parse-netrc-group): New functions. | 10096 | (tramp-parse-netrc, tramp-parse-netrc-group): New functions. |
| 10097 | (tramp-user-regexp): " \t" are not user regexp characters. | 10097 | (tramp-user-regexp): " \t" are not user regexp characters. |
| 10098 | (tramp-completion-handle-file-name-all-completions): | 10098 | (tramp-completion-handle-file-name-all-completions): |
| 10099 | Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix | 10099 | Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix |
| 10100 | completely, and it returns local completions as well. | 10100 | completely, and it returns local completions as well. |
| 10101 | (tramp-completion-function-alist-ftp): New constant. | 10101 | (tramp-completion-function-alist-ftp): New constant. |
| 10102 | (tramp-completion-function-alist): Add completion function for "ftp". | 10102 | (tramp-completion-function-alist): Add completion function for "ftp". |
| @@ -10275,27 +10275,26 @@ | |||
| 10275 | 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de> | 10275 | 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de> |
| 10276 | 10276 | ||
| 10277 | * net/tramp.el (tramp-methods): Remove `tramp-completion-function' | 10277 | * net/tramp.el (tramp-methods): Remove `tramp-completion-function' |
| 10278 | entries. They are handled now by `tramp-completion-function-alist'. | 10278 | entries. They are handled now by `tramp-completion-function-alist'. |
| 10279 | (tramp-completion-function): Defvar removed. I've never used | 10279 | (tramp-completion-function): Defvar removed. I've never used it. Hmm. |
| 10280 | it. Hmm. | ||
| 10281 | (tramp-get-completion-function) | 10280 | (tramp-get-completion-function) |
| 10282 | (tramp-get-completion-rsh, tramp-get-completion-ssh) | 10281 | (tramp-get-completion-rsh, tramp-get-completion-ssh) |
| 10283 | (tramp-get-completion-telnet, tramp-get-completion-su): | 10282 | (tramp-get-completion-telnet, tramp-get-completion-su): |
| 10284 | Functions removed as well. Not necessary any longer due to extended | 10283 | Functions removed as well. Not necessary any longer due to extended |
| 10285 | customization means. | 10284 | customization means. |
| 10286 | (tramp-completion-function-alist): New defcustom. Holds all | 10285 | (tramp-completion-function-alist): New defcustom. Holds all |
| 10287 | FUNCTION FILE pairs used for user and host name completion | 10286 | FUNCTION FILE pairs used for user and host name completion |
| 10288 | relevant for METHOD. | 10287 | relevant for METHOD. |
| 10289 | (tramp-completion-function-alist-rsh) | 10288 | (tramp-completion-function-alist-rsh) |
| 10290 | (tramp-completion-function-alist-ssh) | 10289 | (tramp-completion-function-alist-ssh) |
| 10291 | (tramp-completion-function-alist-telnet) | 10290 | (tramp-completion-function-alist-telnet) |
| 10292 | (tramp-completion-function-alist-su): Defconst for initializing | 10291 | (tramp-completion-function-alist-su): Defconst for initializing |
| 10293 | `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like | 10292 | `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like |
| 10294 | values are known for me until now. Needs to be completed for at | 10293 | values are known for me until now. Needs to be completed for at |
| 10295 | least VMS++ like operating systems. | 10294 | least VMS++ like operating systems. |
| 10296 | (tramp-set-completion-function) | 10295 | (tramp-set-completion-function) |
| 10297 | (tramp-get-completion-function): New functions for configuration | 10296 | (tramp-get-completion-function): New functions for configuration |
| 10298 | of `tramp-completion-function-alist'. The old definition of | 10297 | of `tramp-completion-function-alist'. The old definition of |
| 10299 | `tramp-get-completion-function' has been discarded. | 10298 | `tramp-get-completion-function' has been discarded. |
| 10300 | (tramp-completion-handle-file-name-all-completions): | 10299 | (tramp-completion-handle-file-name-all-completions): |
| 10301 | Change function call for user/host completion according to definition | 10300 | Change function call for user/host completion according to definition |
| @@ -10332,7 +10331,7 @@ | |||
| 10332 | (tramp-get-completion-user-host): Accept user names as they are if | 10331 | (tramp-get-completion-user-host): Accept user names as they are if |
| 10333 | typed until "@". | 10332 | typed until "@". |
| 10334 | (tramp-completion-mode): Replace `last-input-char' by modern | 10333 | (tramp-completion-mode): Replace `last-input-char' by modern |
| 10335 | `last-input-event'. Check for `event-modifiers'. | 10334 | `last-input-event'. Check for `event-modifiers'. |
| 10336 | 10335 | ||
| 10337 | 2002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 10336 | 2002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 10338 | 10337 | ||
| @@ -10391,8 +10390,8 @@ | |||
| 10391 | (tramp-make-multi-tramp-file-format-unified) | 10390 | (tramp-make-multi-tramp-file-format-unified) |
| 10392 | (tramp-make-multi-tramp-file-format-separate): Removed. | 10391 | (tramp-make-multi-tramp-file-format-separate): Removed. |
| 10393 | (tramp-make-tramp-file-name): Allow partial tramp file | 10392 | (tramp-make-tramp-file-name): Allow partial tramp file |
| 10394 | names. Generate tramp file format on-the-fly depending on | 10393 | names. Generate tramp file format on-the-fly depending on |
| 10395 | parameters. Apply atomar format strings resp expressions. | 10394 | parameters. Apply atomar format strings resp expressions. |
| 10396 | (tramp-get-completion-methods) | 10395 | (tramp-get-completion-methods) |
| 10397 | (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'. | 10396 | (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'. |
| 10398 | (tramp-parse-hosts-group): Take all host names and IP addresses | 10397 | (tramp-parse-hosts-group): Take all host names and IP addresses |
| @@ -10444,7 +10443,7 @@ | |||
| 10444 | 10443 | ||
| 10445 | * net/tramp.el (tramp-get-completion-methods) | 10444 | * net/tramp.el (tramp-get-completion-methods) |
| 10446 | (tramp-get-completion-rsh) | 10445 | (tramp-get-completion-rsh) |
| 10447 | (tramp-get-completion-ssh): Add "[" for Xemacs. | 10446 | (tramp-get-completion-ssh): Add "[" for XEmacs. |
| 10448 | (tramp-completion-file-name-regexp-separate): Expression adapted. | 10447 | (tramp-completion-file-name-regexp-separate): Expression adapted. |
| 10449 | (tramp-completion-file-name-handler-alist): Add handler for | 10448 | (tramp-completion-file-name-handler-alist): Add handler for |
| 10450 | `file-name-directory' and `file-name-nondirectory'. | 10449 | `file-name-directory' and `file-name-nondirectory'. |
| @@ -10455,7 +10454,7 @@ | |||
| 10455 | (tramp-completion-handle-file-name-all-completions): | 10454 | (tramp-completion-handle-file-name-all-completions): |
| 10456 | Apply `tramp-completion-run-real-handler'. | 10455 | Apply `tramp-completion-run-real-handler'. |
| 10457 | (tramp-parse-rhosts) | 10456 | (tramp-parse-rhosts) |
| 10458 | (tramp-parse-shosts): Use `with-temp-buffer'. `result$,1!=(B renamed to | 10457 | (tramp-parse-shosts): Use `with-temp-buffer'. `result' renamed to |
| 10459 | `res' (otherwise side effects in XEmacs). | 10458 | `res' (otherwise side effects in XEmacs). |
| 10460 | 10459 | ||
| 10461 | 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de> | 10460 | 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de> |
| @@ -10470,7 +10469,7 @@ | |||
| 10470 | (tramp-get-completion-ssh): Doc string tuned. | 10469 | (tramp-get-completion-ssh): Doc string tuned. |
| 10471 | (tramp-methods): Doc string and custom type extended for | 10470 | (tramp-methods): Doc string and custom type extended for |
| 10472 | `tramp-completion-function'. | 10471 | `tramp-completion-function'. |
| 10473 | (tramp-completion-function): Variable added. Is it really used? | 10472 | (tramp-completion-function): Variable added. Is it really used? |
| 10474 | Other variables like `tramp-completion-function' aren't used. | 10473 | Other variables like `tramp-completion-function' aren't used. |
| 10475 | (tramp-completion-file-name-handler-alist): Add handler for | 10474 | (tramp-completion-file-name-handler-alist): Add handler for |
| 10476 | `file-name-completion'. | 10475 | `file-name-completion'. |
| @@ -10518,7 +10517,7 @@ | |||
| 10518 | 10517 | ||
| 10519 | * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' | 10518 | * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' |
| 10520 | must be called again after activating `ange-ftp'. | 10519 | must be called again after activating `ange-ftp'. |
| 10521 | (tramp-ange-ftp-file-name-p): Check for Xemacs. | 10520 | (tramp-ange-ftp-file-name-p): Check for XEmacs. |
| 10522 | 10521 | ||
| 10523 | 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de> | 10522 | 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de> |
| 10524 | 10523 | ||
| @@ -10528,7 +10527,7 @@ | |||
| 10528 | tramp-invoke-ange-ftp 'write-region. | 10527 | tramp-invoke-ange-ftp 'write-region. |
| 10529 | (tramp-handle-set-file-modes): Change order of FILENAME and MODE | 10528 | (tramp-handle-set-file-modes): Change order of FILENAME and MODE |
| 10530 | passing to tramp-invoke-ange-ftp 'set-file-modes. | 10529 | passing to tramp-invoke-ange-ftp 'set-file-modes. |
| 10531 | (tramp-flatten-list): New function. Maybe this functionality does | 10530 | (tramp-flatten-list): New function. Maybe this functionality does |
| 10532 | exist already elsewhere in the libraries. | 10531 | exist already elsewhere in the libraries. |
| 10533 | (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter | 10532 | (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter |
| 10534 | list in order to avoid nested lists, f.e. when invoked from | 10533 | list in order to avoid nested lists, f.e. when invoked from |
| @@ -10660,7 +10659,7 @@ | |||
| 10660 | 10659 | ||
| 10661 | 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu> | 10660 | 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu> |
| 10662 | 10661 | ||
| 10663 | * ielm.el: (*1, *2, *3): New variables. | 10662 | * ielm.el (*1, *2, *3): New variables. |
| 10664 | (ielm-eval-input): Make temporary buffers current on entry and | 10663 | (ielm-eval-input): Make temporary buffers current on entry and |
| 10665 | exit to the let bindings for *, ** and ***. | 10664 | exit to the let bindings for *, ** and ***. |
| 10666 | (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring. | 10665 | (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring. |
| @@ -10961,7 +10960,7 @@ | |||
| 10961 | 2002-09-12 Simon Josefsson <jas@extundo.com> | 10960 | 2002-09-12 Simon Josefsson <jas@extundo.com> |
| 10962 | 10961 | ||
| 10963 | * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames | 10962 | * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames |
| 10964 | (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>. | 10963 | (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>. |
| 10965 | Use expand-file-name. Also don't require time-stamp. | 10964 | Use expand-file-name. Also don't require time-stamp. |
| 10966 | 10965 | ||
| 10967 | 2002-09-11 Richard M. Stallman <rms@gnu.org> | 10966 | 2002-09-11 Richard M. Stallman <rms@gnu.org> |
| @@ -11259,7 +11258,7 @@ | |||
| 11259 | 2002-09-08 Kim F. Storm <storm@cua.dk> | 11258 | 2002-09-08 Kim F. Storm <storm@cua.dk> |
| 11260 | 11259 | ||
| 11261 | * kmacro.el (kmacro-end-and-call-macro): New command to end and | 11260 | * kmacro.el (kmacro-end-and-call-macro): New command to end and |
| 11262 | call keyboard macro in one step. Bind it to C-x e by default. | 11261 | call keyboard macro in one step. Bind it to C-x e by default. |
| 11263 | (kmacro-call-macro): Use format-kbd-macro. | 11262 | (kmacro-call-macro): Use format-kbd-macro. |
| 11264 | (kmacro-step-edit-macro): New command to interactively step edit | 11263 | (kmacro-step-edit-macro): New command to interactively step edit |
| 11265 | and execute last keyboard macro. | 11264 | and execute last keyboard macro. |
| @@ -11459,7 +11458,7 @@ | |||
| 11459 | 11458 | ||
| 11460 | From Michael Albinus <Michael.Albinus@alcatel.de>: | 11459 | From Michael Albinus <Michael.Albinus@alcatel.de>: |
| 11461 | * net/tramp.el (tramp-invoke-ange-ftp): | 11460 | * net/tramp.el (tramp-invoke-ange-ftp): |
| 11462 | (tramp-ange-ftp-file-name-p): Check for Xemacs. | 11461 | (tramp-ange-ftp-file-name-p): Check for XEmacs. |
| 11463 | (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to | 11462 | (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to |
| 11464 | tramp-invoke-ange-ftp 'rename. | 11463 | tramp-invoke-ange-ftp 'rename. |
| 11465 | (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to | 11464 | (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to |
| @@ -12552,7 +12551,7 @@ | |||
| 12552 | 12551 | ||
| 12553 | * warnings.el (lwarn, warn, warning-levels): Doc fix. | 12552 | * warnings.el (lwarn, warn, warning-levels): Doc fix. |
| 12554 | (warning-suppress-log-types): Fix typo. | 12553 | (warning-suppress-log-types): Fix typo. |
| 12555 | (display-warning): Fix typo. Remove useless assignment to free variable | 12554 | (display-warning): Fix typo. Remove useless assignment to free variable |
| 12556 | `group-string'. | 12555 | `group-string'. |
| 12557 | 12556 | ||
| 12558 | 2002-07-25 Markus Rost <rost@math.ohio-state.edu> | 12557 | 2002-07-25 Markus Rost <rost@math.ohio-state.edu> |
| @@ -13371,8 +13370,8 @@ | |||
| 13371 | * files.el (after-find-file): Don't check for read-only status | 13370 | * files.el (after-find-file): Don't check for read-only status |
| 13372 | of files just created (and not yet saved on disk). | 13371 | of files just created (and not yet saved on disk). |
| 13373 | 13372 | ||
| 13374 | * ido.el (ido-completion-help): Changed xemacs specific code to | 13373 | * ido.el (ido-completion-help): Changed XEmacs specific code to |
| 13375 | avoid byte compiler warning in GNU emacs. | 13374 | avoid byte compiler warning in GNU Emacs. |
| 13376 | (ido-set-matches1): Use regexp-quote instead of identity. | 13375 | (ido-set-matches1): Use regexp-quote instead of identity. |
| 13377 | (ido-complete-space): New function. | 13376 | (ido-complete-space): New function. |
| 13378 | (ido-define-mode-map): Bind it to SPACE. | 13377 | (ido-define-mode-map): Bind it to SPACE. |
| @@ -13696,7 +13695,7 @@ | |||
| 13696 | * faces.el (describe-face): Capitalize "not documented" message. | 13695 | * faces.el (describe-face): Capitalize "not documented" message. |
| 13697 | 13696 | ||
| 13698 | * help-fns.el (describe-variable): Likewise. | 13697 | * help-fns.el (describe-variable): Likewise. |
| 13699 | (describe-function-1): Likewise. Also, document the obsolescence | 13698 | (describe-function-1): Likewise. Also, document the obsolescence |
| 13700 | of the function, if applicable. | 13699 | of the function, if applicable. |
| 13701 | 13700 | ||
| 13702 | 2002-06-26 Juanma Barranquero <lektu@terra.es> | 13701 | 2002-06-26 Juanma Barranquero <lektu@terra.es> |
| @@ -14190,7 +14189,7 @@ | |||
| 14190 | (italic): Try underlining for displays that don't support real italics. | 14189 | (italic): Try underlining for displays that don't support real italics. |
| 14191 | * cus-edit.el (custom-display): Add support for `supports' predicate. | 14190 | * cus-edit.el (custom-display): Add support for `supports' predicate. |
| 14192 | * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values | 14191 | * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values |
| 14193 | instead of 8-bit, for consistency with the rest of emacs. | 14192 | instead of 8-bit, for consistency with the rest of Emacs. |
| 14194 | (tty-color-canonicalize): Only copy COLOR if we need to change it. | 14193 | (tty-color-canonicalize): Only copy COLOR if we need to change it. |
| 14195 | (tty-color-approximate): Scale values from `color-name-rgb-alist' | 14194 | (tty-color-approximate): Scale values from `color-name-rgb-alist' |
| 14196 | appropriately. Return the whole color description, rather than | 14195 | appropriately. Return the whole color description, rather than |
| @@ -14553,7 +14552,7 @@ | |||
| 14553 | 14552 | ||
| 14554 | 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk> | 14553 | 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 14555 | 14554 | ||
| 14556 | * progmodes/f90.el: (f90-end-of-subprogram): Remove the final | 14555 | * progmodes/f90.el (f90-end-of-subprogram): Remove the final |
| 14557 | `forward-line'. | 14556 | `forward-line'. |
| 14558 | (f90-end-of-block, f90-beginning-of-block, f90-next-block-end) | 14557 | (f90-end-of-block, f90-beginning-of-block, f90-next-block-end) |
| 14559 | (f90-previous-block-start): New navigation commands. | 14558 | (f90-previous-block-start): New navigation commands. |
| @@ -14587,7 +14586,7 @@ | |||
| 14587 | (apropos-calc-scores, apropos-score-str, apropos-score-doc) | 14586 | (apropos-calc-scores, apropos-score-str, apropos-score-doc) |
| 14588 | (apropos-score-symbol): New functions. | 14587 | (apropos-score-symbol): New functions. |
| 14589 | (apropos-command, apropos, apropos-value, apropos-documentation): | 14588 | (apropos-command, apropos, apropos-value, apropos-documentation): |
| 14590 | Allow keywords in addition to regexp. Added scoring. | 14589 | Allow keywords in addition to regexp. Added scoring. |
| 14591 | (apropos-documentation-check-doc-file) | 14590 | (apropos-documentation-check-doc-file) |
| 14592 | (apropos-documentation-check-elc-file): Added scoring. | 14591 | (apropos-documentation-check-elc-file): Added scoring. |
| 14593 | (apropos-print): Sort according to score. | 14592 | (apropos-print): Sort according to score. |
| @@ -15271,7 +15270,7 @@ | |||
| 15271 | (mouse-wheel-scroll-screen): Remove. | 15270 | (mouse-wheel-scroll-screen): Remove. |
| 15272 | ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll. | 15271 | ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll. |
| 15273 | 15272 | ||
| 15274 | * w32-vars.el: (mouse-wheel-scroll-amount): Remove. | 15273 | * w32-vars.el (mouse-wheel-scroll-amount): Remove. |
| 15275 | 15274 | ||
| 15276 | 2002-05-04 Markus Rost <rost@math.ohio-state.edu> | 15275 | 2002-05-04 Markus Rost <rost@math.ohio-state.edu> |
| 15277 | 15276 | ||
| @@ -15964,7 +15963,7 @@ | |||
| 15964 | 15963 | ||
| 15965 | 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org> | 15964 | 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 15966 | 15965 | ||
| 15967 | * progmodes/cc-mode.el: (c-define-abbrev-table): New function to | 15966 | * progmodes/cc-mode.el (c-define-abbrev-table): New function to |
| 15968 | pass the SYSTEM-FLAG to `define-abbrev' in a way that works in | 15967 | pass the SYSTEM-FLAG to `define-abbrev' in a way that works in |
| 15969 | emacsen that doesn't support it. | 15968 | emacsen that doesn't support it. |
| 15970 | 15969 | ||
| @@ -16480,7 +16479,7 @@ | |||
| 16480 | and macros. | 16479 | and macros. |
| 16481 | 16480 | ||
| 16482 | (c-in-literal): No longer recognizes macros as literals by | 16481 | (c-in-literal): No longer recognizes macros as literals by |
| 16483 | default. An extra flag argument is required to do that. | 16482 | default. An extra flag argument is required to do that. |
| 16484 | 16483 | ||
| 16485 | (c-macro-start, c-query-macro-start) | 16484 | (c-macro-start, c-query-macro-start) |
| 16486 | (c-query-and-set-macro-start): Added a cache for the macro | 16485 | (c-query-and-set-macro-start): Added a cache for the macro |
| @@ -16848,9 +16847,9 @@ | |||
| 16848 | (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): | 16847 | (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): |
| 16849 | New functions. | 16848 | New functions. |
| 16850 | 16849 | ||
| 16851 | * files.el: (auto-mode-alist): .f95 files in f90-mode. | 16850 | * files.el (auto-mode-alist): .f95 files in f90-mode. |
| 16852 | 16851 | ||
| 16853 | * progmodes/fortran.el: (fortran-beginning-do): Make regexp match | 16852 | * progmodes/fortran.el (fortran-beginning-do): Make regexp match |
| 16854 | a DO statement irrespective of numeric label. | 16853 | a DO statement irrespective of numeric label. |
| 16855 | 16854 | ||
| 16856 | 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk> | 16855 | 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk> |
| @@ -16956,7 +16955,7 @@ | |||
| 16956 | 16955 | ||
| 16957 | 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu> | 16956 | 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu> |
| 16958 | 16957 | ||
| 16959 | * viper-ex.el: Patch by Samuel Padgett. Copyright papers received. | 16958 | * viper-ex.el: Patch by Samuel Padgett. Copyright papers received. |
| 16960 | (viper-ex-print-buf-name): New variable. | 16959 | (viper-ex-print-buf-name): New variable. |
| 16961 | (viper-ex-print-buf): New variable. | 16960 | (viper-ex-print-buf): New variable. |
| 16962 | (ex-token-alist): Invoke ex-print on ":print" Ex commands. | 16961 | (ex-token-alist): Invoke ex-print on ":print" Ex commands. |
| @@ -17448,7 +17447,7 @@ | |||
| 17448 | 2002-04-02 Mike Williams <mdub@bigfoot.com> | 17447 | 2002-04-02 Mike Williams <mdub@bigfoot.com> |
| 17449 | 17448 | ||
| 17450 | * textmodes/sgml-mode.el (sgml-close-tag): Rename from | 17449 | * textmodes/sgml-mode.el (sgml-close-tag): Rename from |
| 17451 | sgml-insert-end-tag. Simplify by using sgml-lexical-context. | 17450 | sgml-insert-end-tag. Simplify by using sgml-lexical-context. |
| 17452 | (sgml-get-context): Remove use of sgml-inside-tag-p. | 17451 | (sgml-get-context): Remove use of sgml-inside-tag-p. |
| 17453 | (sgml-inside-tag-p): Remove. | 17452 | (sgml-inside-tag-p): Remove. |
| 17454 | (sgml-looking-back-at): Short-circuit at beg of buffer. | 17453 | (sgml-looking-back-at): Short-circuit at beg of buffer. |
| @@ -17493,7 +17492,7 @@ | |||
| 17493 | 17492 | ||
| 17494 | * textmodes/xml-lite.el: Removed much redundant stuff. | 17493 | * textmodes/xml-lite.el: Removed much redundant stuff. |
| 17495 | (xml-lite-parse-tag-backward): Simplify parsing by assuming we | 17494 | (xml-lite-parse-tag-backward): Simplify parsing by assuming we |
| 17496 | always start within text. Make use of sgml-unclosed-tag-p. | 17495 | always start within text. Make use of sgml-unclosed-tag-p. |
| 17497 | 17496 | ||
| 17498 | 2002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org> | 17497 | 2002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org> |
| 17499 | 17498 | ||
| @@ -18368,7 +18367,7 @@ | |||
| 18368 | 18367 | ||
| 18369 | * ediff-init.el: Comments. | 18368 | * ediff-init.el: Comments. |
| 18370 | 18369 | ||
| 18371 | * ediff-hook.el: Got rid of autoloads. Not needed, since the hook | 18370 | * ediff-hook.el: Got rid of autoloads. Not needed, since the hook |
| 18372 | is loaded. | 18371 | is loaded. |
| 18373 | 18372 | ||
| 18374 | * ediff-mult.el (ediff-intersect-directories) | 18373 | * ediff-mult.el (ediff-intersect-directories) |
| @@ -18383,7 +18382,7 @@ | |||
| 18383 | 18382 | ||
| 18384 | * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix. | 18383 | * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix. |
| 18385 | (ediff-inferior-compare-regions): Use | 18384 | (ediff-inferior-compare-regions): Use |
| 18386 | ediff-clone-buffer-for-region-comparison. Better and simpler interface. | 18385 | ediff-clone-buffer-for-region-comparison. Better and simpler interface. |
| 18387 | 18386 | ||
| 18388 | * ediff.el (ediff-directories-internal): Cleanup. | 18387 | * ediff.el (ediff-directories-internal): Cleanup. |
| 18389 | (ediff-clone-buffer-for-region-comparison): Better interface. | 18388 | (ediff-clone-buffer-for-region-comparison): Better interface. |
| @@ -19140,7 +19139,7 @@ | |||
| 19140 | 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> | 19139 | 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> |
| 19141 | 19140 | ||
| 19142 | * viper-util.el (viper-read-key-sequence): Fix so it'll read | 19141 | * viper-util.el (viper-read-key-sequence): Fix so it'll read |
| 19143 | fast key sequences in emacs native mode | 19142 | fast key sequences in Emacs native mode |
| 19144 | (viper-events-to-keys): Delete. | 19143 | (viper-events-to-keys): Delete. |
| 19145 | 19144 | ||
| 19146 | * viper.el (describe-key, describe-key-briefly): Get rid of | 19145 | * viper.el (describe-key, describe-key-briefly): Get rid of |
| @@ -19705,7 +19704,7 @@ | |||
| 19705 | 19704 | ||
| 19706 | 2002-01-20 Colin Walters <walters@verbum.org> | 19705 | 2002-01-20 Colin Walters <walters@verbum.org> |
| 19707 | 19706 | ||
| 19708 | * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled | 19707 | * ibuffer.el (toplevel): Require `ibuf-ext', which is now compiled |
| 19709 | with `byte-compile-dynamic'. | 19708 | with `byte-compile-dynamic'. |
| 19710 | (ibuffer-default-directory, toplevel): Doc files. | 19709 | (ibuffer-default-directory, toplevel): Doc files. |
| 19711 | 19710 | ||
| @@ -20050,7 +20049,7 @@ | |||
| 20050 | 20049 | ||
| 20051 | * viper-init.el (viper-cond-compile-for-xemacs-or-emacs): | 20050 | * viper-init.el (viper-cond-compile-for-xemacs-or-emacs): |
| 20052 | new macro that replaces viper-emacs-p and viper-xemacs-p in many | 20051 | new macro that replaces viper-emacs-p and viper-xemacs-p in many |
| 20053 | cases. Used to reduce the number of warnings. | 20052 | cases. Used to reduce the number of warnings. |
| 20054 | 20053 | ||
| 20055 | * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs. | 20054 | * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs. |
| 20056 | (viper-standard-value): Move here from viper.el. | 20055 | (viper-standard-value): Move here from viper.el. |
| @@ -21766,7 +21765,7 @@ | |||
| 21766 | 21765 | ||
| 21767 | 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu> | 21766 | 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 21768 | 21767 | ||
| 21769 | * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight | 21768 | * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight |
| 21770 | version of rmail-enable-mime. | 21769 | version of rmail-enable-mime. |
| 21771 | (rmail-forward): Use it. | 21770 | (rmail-forward): Use it. |
| 21772 | 21771 | ||
| @@ -22028,7 +22027,7 @@ | |||
| 22028 | 22027 | ||
| 22029 | * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated. | 22028 | * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated. |
| 22030 | 22029 | ||
| 22031 | * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm. | 22030 | * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm. |
| 22032 | 22031 | ||
| 22033 | * mwheel.el (mouse-wheel-scroll-amount): Allow float values. | 22032 | * mwheel.el (mouse-wheel-scroll-amount): Allow float values. |
| 22034 | (mouse-wheel-progessive-speed): New var. | 22033 | (mouse-wheel-progessive-speed): New var. |
| @@ -22600,7 +22599,7 @@ | |||
| 22600 | * calc/calc-macs.el (calc-record-compilation-date-macro): Return a | 22599 | * calc/calc-macs.el (calc-record-compilation-date-macro): Return a |
| 22601 | simple `setq' form. | 22600 | simple `setq' form. |
| 22602 | 22601 | ||
| 22603 | * calc/calc-ext.el: (toplevel): Require calc. | 22602 | * calc/calc-ext.el (toplevel): Require calc. |
| 22604 | (calc-fancy-prefix-map): New. | 22603 | (calc-fancy-prefix-map): New. |
| 22605 | (calc-fancy-prefix): Use it. | 22604 | (calc-fancy-prefix): Use it. |
| 22606 | (calc-fancy-prefix-other-key): New. | 22605 | (calc-fancy-prefix-other-key): New. |
| @@ -23233,7 +23232,7 @@ | |||
| 23233 | 23232 | ||
| 23234 | 2001-10-26 Jason Rumney <jasonr@gnu.org> | 23233 | 2001-10-26 Jason Rumney <jasonr@gnu.org> |
| 23235 | 23234 | ||
| 23236 | * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1 | 23235 | * w32-fns.el (w32-charset-info-alist): Use ANSI for iso10646-1 |
| 23237 | when UNICODE is not defined. | 23236 | when UNICODE is not defined. |
| 23238 | 23237 | ||
| 23239 | 2001-10-26 Sam Steingold <sds@gnu.org> | 23238 | 2001-10-26 Sam Steingold <sds@gnu.org> |