emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 28 May 2004 17:37:51 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6101 emacs/lisp/ChangeLog:1.6102
*** emacs/lisp/ChangeLog:1.6101 Fri May 28 21:14:19 2004
--- emacs/lisp/ChangeLog        Fri May 28 21:21:17 2004
***************
*** 1,3 ****
--- 1,34 ----
+ 2004-05-28  Juri Linkov  <address@hidden>
+ 
+       * simple.el (eval-expression-print-format): New fun.
+ 
+       * simple.el (eval-expression):
+       * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
+       * emacs-lisp/edebug.el (edebug-compute-previous-result)
+       (edebug-eval-expression): Print additionally the value returned by
+       `eval-expression-print-format'.
+ 
+       * emacs-lisp/lisp.el (insert-pair-alist): New var.
+       (insert-pair): Make arguments optional.  Find character pair
+       from `insert-pair-alist' according to the last input event.
+       (insert-parentheses): Make arguments optional.
+       (raise-sexp, delete-pair): New funs.
+ 
+       * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
+       (emacs-lisp-mode-map, lisp-interaction-mode-map):
+       Bind C-M-q to `indent-pp-sexp'.
+ 
+       * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
+       `pp-to-string' modified to be able to format text with newlines.
+       (pp-to-string): Move the buffer-formatting part of the code to
+       `pp-buffer'.  Call `pp-buffer'.
+ 
+       * info.el (Info-desktop-buffer-misc-data): Don't save information
+       about virtual files.
+       (Info-restore-desktop-buffer): Restore Info buffers in prepared
+       buffers with names obtained from the desktop file instead of the
+       default *info* buffer.
+ 
  2004-05-28  Stefan Monnier  <address@hidden>
  
        * progmodes/compile.el (compilation-error-regexp-alist):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]