changeset 55809:52796407db51

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Fri, 28 May 2004 21:21:17 +0000
parents 8a012079448e
children b2e8aa96ff9d
files lisp/ChangeLog
diffstat 1 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 28 21:15:08 2004 +0000
+++ b/lisp/ChangeLog	Fri May 28 21:21:17 2004 +0000
@@ -1,3 +1,34 @@
+2004-05-28  Juri Linkov  <juri@jurta.org>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* progmodes/compile.el (compilation-error-regexp-alist):