Mercurial > emacs
comparison lisp/ChangeLog @ 82355:80fee25ddc16
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 12 Aug 2007 17:55:05 +0000 |
parents | 5278474015bb |
children | 386452a14fe0 |
comparison
equal
deleted
inserted
replaced
82354:e78c181de6bf | 82355:80fee25ddc16 |
---|---|
1 2007-08-12 Richard Stallman <rms@gnu.org> | |
2 | |
3 * progmodes/sh-script.el (sh): Delete group `unix'. | |
4 | |
5 * progmodes/gud.el (gud): Change to group `processes'. | |
6 | |
1 2007-08-11 Glenn Morris <rgm@gnu.org> | 7 2007-08-11 Glenn Morris <rgm@gnu.org> |
2 | 8 |
3 * progmodes/compile.el (compilation-buffer-name): Don't check | 9 * progmodes/compile.el (compilation-buffer-name): Don't check |
4 compilation-arguments. It is superfluous, and the variable isn't | 10 compilation-arguments. It is superfluous, and the variable isn't |
5 even set when this function is called. | 11 even set when this function is called. |
95 | 101 |
96 * simple.el (default-indent-new-line): New function. | 102 * simple.el (default-indent-new-line): New function. |
97 It calls comment-line-break-function if there are comments. | 103 It calls comment-line-break-function if there are comments. |
98 (do-auto-fill): Use that. | 104 (do-auto-fill): Use that. |
99 | 105 |
106 2007-08-07 Ivan Kanis <apple@kanis.eu> | |
107 | |
108 * time.el (display-time-world-mode, display-time-world-display) | |
109 (display-time-world, display-time-world-list) | |
110 (display-time-world-time-format, display-time-world-buffer-name) | |
111 (display-time-world-timer-enable) | |
112 (display-time-world-timer-second, display-time-world-mode-map): | |
113 New. | |
114 | |
100 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu> | 115 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu> |
101 | 116 |
102 * complete.el (PC-lisp-complete-symbol): Complete symbol around point. | 117 * complete.el (PC-lisp-complete-symbol): Complete symbol around point. |
103 (PC-do-completion): Add "acronym completion" for symbols and | 118 (PC-do-completion): Add "acronym completion" for symbols and |
104 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local". | 119 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local". |