Mercurial > emacs
comparison lisp/ChangeLog @ 48128:8672c645e6ae
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 03 Nov 2002 03:46:03 +0000 |
parents | be4301be9646 |
children | 9c67ae0ad84d |
comparison
equal
deleted
inserted
replaced
48127:ebfdb0351da6 | 48128:8672c645e6ae |
---|---|
1 2002-11-02 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * bindings.el (mode-line-change-eol) | |
4 (mode-line-eol-desc-cache, mode-line-eol-desc): New. | |
5 (mode-line-mule-info): Use them for the EOL part of the modeline. | |
6 | |
7 * server.el (server-sentinel): Kill buffers if applicable. | |
8 (server-temp-file-p): Make arg optional. | |
9 (server-done): Use it to simplify. | |
10 (server-switch-buffer): If server-window is a function, use it. | |
11 | |
12 * mail/undigest.el (rmail-digest-end-regexps): Simplify. | |
13 (undigestify-rmail-message): Fix paren-bug and simplify. | |
14 | |
1 2002-11-02 Kim F. Storm <storm@cua.dk> | 15 2002-11-02 Kim F. Storm <storm@cua.dk> |
2 | 16 |
3 * info.el (Info-hide-note-references): nil value now does no | 17 * info.el (Info-hide-note-references): nil value now does no |
4 reformatting at all. New choice 'tag reformats tag but shows | 18 reformatting at all. New choice 'tag reformats tag but shows |
5 the section reference. | 19 the section reference. |
22 * info.el (Info-hide-note-references): New defcustom. | 36 * info.el (Info-hide-note-references): New defcustom. |
23 (Info-fontify-node): Use it. | 37 (Info-fontify-node): Use it. |
24 | 38 |
25 2002-10-31 Kim F. Storm <storm@cua.dk> | 39 2002-10-31 Kim F. Storm <storm@cua.dk> |
26 | 40 |
27 * shell.el (explicit-bash-args): Bash 1.x doesn't grook | 41 * shell.el (explicit-bash-args): Bash 1.x doesn't grok |
28 --noediting option; added run-time check to exclude it. | 42 --noediting option; added run-time check to exclude it. |
29 | 43 |
30 * info.el (Info-follow-reference, Info-next-reference) | 44 * info.el (Info-follow-reference, Info-next-reference) |
31 (Info-prev-reference, Info-try-follow-nearest-node): | 45 (Info-prev-reference, Info-try-follow-nearest-node): |
32 Bind inhibit-point-motion-hooks to t while parsing reference. | 46 Bind inhibit-point-motion-hooks to t while parsing reference. |