1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-03-24 15:22:06 +00:00
parent 3095ccf511
commit 95d8aa287f

View file

@ -1,5 +1,11 @@
2006-03-24 Kim F. Storm <storm@cua.dk>
* xterm.c (handle_one_xevent):
* w32term.c (w32_read_socket):
* msdos.c (dos_rawgetc):
* macterm.c (XTread_socket): Don't let key-press clear mouse face
on in toolbar window if mouse-highlight is an integer.
* fns.c (sxhash_list): Include last non-nil CDR in hash.
2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>