]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 7 Aug 2007 03:10:23 +0000 (03:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 7 Aug 2007 03:10:23 +0000 (03:10 +0000)
lisp/ChangeLog

index f2bde13f0be1316bff990f6cdfcebc76846b5c64..5a64a298d1ab4c2d4c5c915942606d91dddffe75 100644 (file)
@@ -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
        (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.