aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-04 20:40:07 +0000
committerGerd Moellmann2001-01-04 20:40:07 +0000
commit2f5ded21ee2aeb4102b3bcb6ea76c8f4656dd9cc (patch)
tree0d5afaf397aa5779789ac5b7f8280ab9e0cb8e7f /src/ChangeLog
parent06f76f9fb80d8741de7cf2ae502a30552ed98dfe (diff)
downloademacs-2f5ded21ee2aeb4102b3bcb6ea76c8f4656dd9cc.tar.gz
emacs-2f5ded21ee2aeb4102b3bcb6ea76c8f4656dd9cc.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 24d95e33e8d..b933994b6b8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12001-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
12001-01-04 Dave Love <fx@gnu.org> 142001-01-04 Dave Love <fx@gnu.org>
2 15
3 * systime.h (set_file_times): Prototype. 16 * systime.h (set_file_times): Prototype.