diff options
| author | Gerd Moellmann | 2001-01-04 20:40:07 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-04 20:40:07 +0000 |
| commit | 2f5ded21ee2aeb4102b3bcb6ea76c8f4656dd9cc (patch) | |
| tree | 0d5afaf397aa5779789ac5b7f8280ab9e0cb8e7f | |
| parent | 06f76f9fb80d8741de7cf2ae502a30552ed98dfe (diff) | |
| download | emacs-2f5ded21ee2aeb4102b3bcb6ea76c8f4656dd9cc.tar.gz emacs-2f5ded21ee2aeb4102b3bcb6ea76c8f4656dd9cc.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
2 files changed, 22 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2759b13df48..a04f0a84d6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2001-01-04 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-04 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * tooltip.el (tooltip-cancel-delayed-tip) | ||
| 4 | (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout | ||
| 5 | and tooltip-add-timeout. | ||
| 6 | (tooltip-show): Set border color from faces's foreground. | ||
| 7 | (tooltip-show-help-function): If called with the same help string | ||
| 8 | as last time, do nothing. | ||
| 9 | (tooltip-help-tips): Don't set tooltip-help-message to nil. | ||
| 10 | |||
| 3 | * startup.el (fancy-splash-screens): Don't bind show-help-function | 11 | * startup.el (fancy-splash-screens): Don't bind show-help-function |
| 4 | to nil. | 12 | to nil. |
| 5 | 13 | ||
| @@ -102,7 +110,7 @@ | |||
| 102 | 110 | ||
| 103 | * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is | 111 | * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is |
| 104 | non-nil. Adding almost all customization variables on ps-setup. Doc | 112 | non-nil. Adding almost all customization variables on ps-setup. Doc |
| 105 | Fix. | 113 | fix. |
| 106 | (ps-print-version): New version number (6.3.3). | 114 | (ps-print-version): New version number (6.3.3). |
| 107 | (ps-end-with-control-d): Initialization fix. | 115 | (ps-end-with-control-d): Initialization fix. |
| 108 | (ps-lines-printed): New var. | 116 | (ps-lines-printed): New var. |
diff --git a/src/ChangeLog b/src/ChangeLog index 24d95e33e8d..b933994b6b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2001-01-04 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (clear_mouse_face): Don't return if tip_frame is | ||
| 4 | non-nil. | ||
| 5 | |||
| 6 | * xfns.c (x_create_tip_frame): Preserve the value of | ||
| 7 | face_change_count around the creation of the tip frame. | ||
| 8 | |||
| 9 | * xfns.c (last_show_tip_args): New variable. | ||
| 10 | (compute_tip_xy): New function. | ||
| 11 | (Fx_show_tip): Reuse an existing tip frame, if possible. | ||
| 12 | (syms_of_xfns): Initialize and staticpro last_show_tip_args. | ||
| 13 | |||
| 1 | 2001-01-04 Dave Love <fx@gnu.org> | 14 | 2001-01-04 Dave Love <fx@gnu.org> |
| 2 | 15 | ||
| 3 | * systime.h (set_file_times): Prototype. | 16 | * systime.h (set_file_times): Prototype. |