aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog11
2 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index de29a5ae4e8..53746876b0a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,12 @@
12001-07-26 Gerd Moellmann <gerd@gnu.org> 12001-07-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4 `...', compare with unabbreviated printed representation instead.
5 (last-sexp-print): Bind print-length and print-level to nil.
6
3 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...' 7 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4 before assigning text properties. Make properties rear-nonsticky. 8 before assigning text properties. Make properties rear-nonsticky.
5 9
6 * emacs-lisp/lisp-mode.el (last-sexp-print): New function. 10 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7 (eval-last-sexp-1): Give printed text a `keymap' property and bind 11 (eval-last-sexp-1): Give printed text a `keymap' property and bind
8 <mouse-2> and <RET> in that map to a function printing the 12 <mouse-2> and <RET> in that map to a function printing the
diff --git a/src/ChangeLog b/src/ChangeLog
index e359ccf0cb9..19915ea7bda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12001-07-26 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (x-show-tip): Doc fix.
4
5 * xfns.c (Vx_max_tooltip_size): New variable.
6 (syms_of_xfns): DEFVAR_LISP it.
7 (Fx_show_tip): Set frame's window_width to the width of the
8 window. Use a maximum tooltip size specified by
9 Vx_max_tooltip_size, if that has valid contents.
10 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
11
12001-07-26 Andrew Innes <andrewi@gnu.org> 122001-07-26 Andrew Innes <andrewi@gnu.org>
2 13
3 * w32term.c (x_display_list): New variable. 14 * w32term.c (x_display_list): New variable.