# HG changeset patch # User Richard M. Stallman # Date 1186456223 0 # Node ID 108a0fa4a1148c2071f7798ca6f1f927b41eb7f5 # Parent eb3132265290b0aa2cee09a5a35d7a8ae256ffcc *** empty log message *** diff -r eb3132265290 -r 108a0fa4a114 lisp/ChangeLog --- 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 + + * 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 + + * 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 * 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 +2007-08-03 Stefan Monnier * server.el (server-window): Add switch-to-buffer-other-frame option.