Mercurial > emacs
changeset 82305:108a0fa4a114
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 Aug 2007 03:10:23 +0000 |
parents | eb3132265290 |
children | 42ad26e14a99 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 07 03:05:06 2007 +0000 +++ b/lisp/ChangeLog Tue Aug 07 03:10:23 2007 +0000 @@ -1,3 +1,17 @@ +2007-08-07 Richard Stallman <rms@gnu.org> + + * term.el (term): Remove parent group `unix'. + + * simple.el (default-indent-new-line): New function. + It calls comment-line-break-function if there are comments. + (do-auto-fill): Use that. + +2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu> + + * complete.el (PC-lisp-complete-symbol): Complete symbol around point. + (PC-do-completion): Add "acronym completion" for symbols and + filenames, so e.g. "mvbl" expands to "make-variable-buffer-local". + 2007-08-06 Sam Steingold <sds@gnu.org> * mouse.el (mouse-buffer-menu): Pass mode-name through @@ -144,7 +158,7 @@ (frame-set-background-mode): Normalize face-spec before calling face-spec-match-p. -2007-07-03 Stefan Monnier <monnier@iro.umontreal.ca> +2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca> * server.el (server-window): Add switch-to-buffer-other-frame option.