Mercurial > emacs
comparison lisp/ChangeLog @ 82305:108a0fa4a114
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 Aug 2007 03:10:23 +0000 |
parents | 0b0e460b400a |
children | 42ad26e14a99 |
comparison
equal
deleted
inserted
replaced
82304:eb3132265290 | 82305:108a0fa4a114 |
---|---|
1 2007-08-07 Richard Stallman <rms@gnu.org> | |
2 | |
3 * term.el (term): Remove parent group `unix'. | |
4 | |
5 * simple.el (default-indent-new-line): New function. | |
6 It calls comment-line-break-function if there are comments. | |
7 (do-auto-fill): Use that. | |
8 | |
9 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu> | |
10 | |
11 * complete.el (PC-lisp-complete-symbol): Complete symbol around point. | |
12 (PC-do-completion): Add "acronym completion" for symbols and | |
13 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local". | |
14 | |
1 2007-08-06 Sam Steingold <sds@gnu.org> | 15 2007-08-06 Sam Steingold <sds@gnu.org> |
2 | 16 |
3 * mouse.el (mouse-buffer-menu): Pass mode-name through | 17 * mouse.el (mouse-buffer-menu): Pass mode-name through |
4 format-mode-line because it may be a list, | 18 format-mode-line because it may be a list, |
5 e.g., (sgml-xml-mode "XML" "SGML"), and not a string. | 19 e.g., (sgml-xml-mode "XML" "SGML"), and not a string. |
142 | 156 |
143 * faces.el (face-normalize-spec): New function. | 157 * faces.el (face-normalize-spec): New function. |
144 (frame-set-background-mode): Normalize face-spec before calling | 158 (frame-set-background-mode): Normalize face-spec before calling |
145 face-spec-match-p. | 159 face-spec-match-p. |
146 | 160 |
147 2007-07-03 Stefan Monnier <monnier@iro.umontreal.ca> | 161 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca> |
148 | 162 |
149 * server.el (server-window): Add switch-to-buffer-other-frame option. | 163 * server.el (server-window): Add switch-to-buffer-other-frame option. |
150 | 164 |
151 2007-08-03 Glenn Morris <rgm@gnu.org> | 165 2007-08-03 Glenn Morris <rgm@gnu.org> |
152 | 166 |