Mercurial > emacs
comparison lisp/ChangeLog @ 46910:53d5a958853a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Aug 2002 20:28:43 +0000 |
parents | 42b66cce768d |
children | e1aab27b11be |
comparison
equal
deleted
inserted
replaced
46909:eb47511f3556 | 46910:53d5a958853a |
---|---|
1 2002-08-15 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * calendar/appt.el (appt-delete): Use substring-no-properties. | |
4 (appt-make-list): Don't use prin1-to-string; use the string unchanged. | |
5 | |
6 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change) | |
7 | |
8 * server.el (server-process-filter): Simplify code. | |
9 (server-goto-line-column): New function. | |
10 (server-visit-files): Use server-goto-line-column. | |
11 Offer to revert only if file has changed. | |
12 | |
13 2002-08-15 Richard M. Stallman <rms@gnu.org> | |
14 | |
15 * files.el (recover-this-file): New function. | |
16 (after-find-file): Recommend recover-this-file. | |
17 | |
18 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer | |
19 to change-major-mode-hook when font lock is enabled. | |
20 | |
21 * simple.el (toggle-truncate-lines): Force redisplay. | |
22 Display status message. | |
23 | |
1 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl> | 24 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl> |
2 | 25 |
3 * textmodes/reftex.el (reftex-mode): Moved the creation of special | 26 * textmodes/reftex.el (reftex-mode): Moved the creation of special |
4 syntax tables to top-level. | 27 syntax tables to top-level. |
5 | 28 |
60 2002-08-12 Stefan Monnier <monnier@cs.yale.edu> | 83 2002-08-12 Stefan Monnier <monnier@cs.yale.edu> |
61 | 84 |
62 * newcomment.el (comment-region): Force `lines' when `block' is set. | 85 * newcomment.el (comment-region): Force `lines' when `block' is set. |
63 | 86 |
64 2002-08-12 Richard M. Stallman <rms@gnu.org> | 87 2002-08-12 Richard M. Stallman <rms@gnu.org> |
88 | |
89 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag) | |
90 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar) | |
91 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression) | |
92 (menu-bar-toggle-cua-mode, menu-bar-read-mail) | |
93 (menu-bar-help-extra-packages, help-with-tutorial-spec-language) | |
94 (menu-bar-text-mode-auto-fill): New commands, used | |
95 in menu bar menus instead of lambda expressions. | |
96 | |
97 (menu-bar-showhide-fringe-menu-customize-left) | |
98 (menu-bar-showhide-fringe-menu-customize-right) | |
99 (menu-bar-showhide-fringe-menu-customize-disable) | |
100 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes. | |
101 | |
102 (menu-bar-options-menu): Use toggle-truncate-lines. | |
103 (showhide-date-time): Call customize-mark-as-set. | |
104 | |
105 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
106 Obey `definition-name' properties. | |
107 | |
108 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): | |
109 Put `definition-name' properties on the functions whose | |
110 names are constructed. | |
65 | 111 |
66 * textmodes/page-ext.el (pages-target-buffer): Add defvar. | 112 * textmodes/page-ext.el (pages-target-buffer): Add defvar. |
67 Renamed from target-buffer. | 113 Renamed from target-buffer. |
68 (pages-directory, pages-copy-header-and-position): Uses changed. | 114 (pages-directory, pages-copy-header-and-position): Uses changed. |
69 | 115 |
10311 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special | 10357 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special |
10312 characters and append anchor to pattern added to auto-mode-alist. | 10358 characters and append anchor to pattern added to auto-mode-alist. |
10313 | 10359 |
10314 2001-11-15 Stefan Monnier <monnier@cs.yale.edu> | 10360 2001-11-15 Stefan Monnier <monnier@cs.yale.edu> |
10315 | 10361 |
10316 * server.el (server-process-filter): Run pore/post-comment-hook | 10362 * server.el (server-process-filter): Run pre/post-comment-hook |
10317 before/after visiting the file. | 10363 before/after visiting the file. |
10318 | 10364 |
10319 * info-look.el (makefile-mode): Add info for automake. | 10365 * info-look.el (makefile-mode): Add info for automake. |
10320 (autoconf-mode): Fix the name of the index for automake. | 10366 (autoconf-mode): Fix the name of the index for automake. |
10321 | 10367 |