Mercurial > emacs
diff src/ChangeLog @ 83188:1425b1df1da8
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
Build-in-place tweak
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-228
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 09 Aug 2004 11:05:10 +0000 |
parents | 566a024b577f |
children | 06f73d0f89d0 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Aug 07 15:05:02 2004 +0000 +++ b/src/ChangeLog Mon Aug 09 11:05:10 2004 +0000 @@ -1,3 +1,27 @@ +2004-08-08 Luc Teirlinck <teirllm@auburn.edu> + + * keyboard.c: Declare Qdisabled_command_function instead of + Qdisabled_command_hook. + (Fcommand_execute): Use Qdisabled_command_function instead of + Qdisabled_command_hook. + (syms_of_keyboard): Ditto. + +2004-08-07 Luc Teirlinck <teirllm@auburn.edu> + + * keymap.c (Flocal_key_binding, Fglobal_key_binding) + (syms_of_keymap) <key-translation-map>: Doc fixes. + +2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca> + + * window.c (window_list_1): YAILOM. + + * fileio.c (make_temp_name): Handle multibyte prefixes. + +2004-08-06 Luc Teirlinck <teirllm@auburn.edu> + + * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>: + Doc fix. + 2004-08-03 Kenichi Handa <handa@m17n.org> * coding.c (decode_coding_string): Adjust coding->consumed, and