diff options
author | Kim F. Storm <storm@cua.dk> | 2004-11-17 00:27:20 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-11-17 00:27:20 +0000 |
commit | 5ff504feccf445931901ffbb9755db4fce1e32da (patch) | |
tree | 2334f53df4b6e99bd29f99c9187130bfb4838885 | |
parent | d4a38fddf7c85c554f9af7491510bdec5ff2b8d8 (diff) | |
download | emacs-5ff504feccf445931901ffbb9755db4fce1e32da.tar.gz emacs-5ff504feccf445931901ffbb9755db4fce1e32da.tar.bz2 emacs-5ff504feccf445931901ffbb9755db4fce1e32da.zip |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3061c19bd06..0e815365c7c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-11-17 Kim F. Storm <storm@cua.dk> + + * xdisp.c (erase_phys_cursor): Adjust cursor row visible height. + 2004-11-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * gtkutil.c (xg_get_file_name): Fix typo in @@ -6,7 +10,7 @@ * xmenu.c (x_menu_in_use): Removed. (x_menu_set_in_use): Also set popup_activated_flag. - * xfns.c (Fx_file_dialog): Call popup_activated instead of + * xfns.c (Fx_file_dialog): Call popup_activated instead of x_menu_in_use. Call x_menu_set_in_use in Motif version also. * xterm.h: (x_menu_in_use): Removed. |