diff options
| author | Gerd Moellmann | 2001-07-26 13:41:54 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-26 13:41:54 +0000 |
| commit | ac49effecf3be69b639fa6fb5892d2e44cb07630 (patch) | |
| tree | 62857ee81ab60ce7081c2923ba9503d9070a2a1b | |
| parent | 8f4f953c20e34ef4664d20fa1f069796af5201d2 (diff) | |
| download | emacs-ac49effecf3be69b639fa6fb5892d2e44cb07630.tar.gz emacs-ac49effecf3be69b639fa6fb5892d2e44cb07630.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
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 @@ | |||
| 1 | 2001-07-26 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-07-26 Andrew Innes <andrewi@gnu.org> | 12 | 2001-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. |