Mercurial > emacs
comparison lisp/ChangeLog @ 40781:477c86c28270
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 06 Nov 2001 17:01:58 +0000 |
parents | 5f84fb94758c |
children | dc0caf1519bd |
comparison
equal
deleted
inserted
replaced
40780:9639c00722d3 | 40781:477c86c28270 |
---|---|
1 2001-11-06 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next): | |
4 Also work when LIMIT is further than the end of line. | |
5 | |
1 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il> | 6 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 7 |
3 * international/quail.el (quail-update-leim-list-file): Print the | 8 * international/quail.el (quail-update-leim-list-file): Print the |
4 offending file name if some of its quail-define-package forms is | 9 offending file name if some of its quail-define-package forms is broken. |
5 broken. | |
6 | 10 |
7 2001-11-05 Richard M. Stallman <rms@gnu.org> | 11 2001-11-05 Richard M. Stallman <rms@gnu.org> |
8 | 12 |
9 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value | 13 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value |
10 of the evaluated form. | 14 of the evaluated form. |
16 stamps always line up by default. Also, it uses a slightly | 20 stamps always line up by default. Also, it uses a slightly |
17 different window to determine whether files are "recent". | 21 different window to determine whether files are "recent". |
18 | 22 |
19 2001-11-05 Andrew Innes <andrewi@gnu.org> | 23 2001-11-05 Andrew Innes <andrewi@gnu.org> |
20 | 24 |
21 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't | 25 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): |
22 attempt to remake autoloads before nuking .elc files. | 26 Don't attempt to remake autoloads before nuking .elc files. |
23 | 27 |
24 2001-11-04 Richard M. Stallman <rms@gnu.org> | 28 2001-11-04 Richard M. Stallman <rms@gnu.org> |
25 | 29 |
26 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if | 30 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if |
27 previous-single-property-change or next-single-char-property-change | 31 previous-single-property-change or next-single-char-property-change |
28 returns nil. | 32 returns nil. |
29 | 33 |
30 * international/mule-cmds.el (set-locale-environment): | 34 * international/mule-cmds.el (set-locale-environment): |
31 Make it interactive; make arg optional. | 35 Make it interactive; make arg optional. |
32 | 36 |
33 * international/mule-diag.el (help-funs): Require help-funs. | 37 * international/mule-diag.el (help-funs): Require help-funs. |
34 | 38 |
35 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il> | 39 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il> |
37 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display. | 41 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display. |
38 | 42 |
39 2001-11-04 Miles Bader <miles@gnu.org> | 43 2001-11-04 Miles Bader <miles@gnu.org> |
40 | 44 |
41 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the | 45 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the |
42 shadow of the splash image grey on a dark background instead of | 46 shadow of the splash image grey on a dark background instead of black. |
43 black. | |
44 | 47 |
45 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> | 48 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> |
46 | 49 |
47 * term/xterm.el (function-key-map): | 50 * term/xterm.el (function-key-map): |
48 Add entry for `ESC [ 3 ~' -> <delete> | 51 Add entry for `ESC [ 3 ~' -> <delete> |