diff options
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f2bde13f0be..5a64a298d1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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 |
| @@ -144,7 +158,7 @@ | |||
| 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 | ||