aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2002-02-08 16:50:46 +0000
committerStefan Monnier2002-02-08 16:50:46 +0000
commit6a229a6359f315f6e252bbaae39c4ab8b5d04a2c (patch)
tree6997e021665ed3764ae840df704d360e8b46978c /src/ChangeLog
parentba460008557668623a5fbcf92bb6c33abb86f144 (diff)
downloademacs-6a229a6359f315f6e252bbaae39c4ab8b5d04a2c.tar.gz
emacs-6a229a6359f315f6e252bbaae39c4ab8b5d04a2c.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6b393590ac1..7bf529ffdd7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,10 @@
6 6
7 * sysdep.c (init_system_name): Put unused variable `p' in #if 0. 7 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
8 8
92002-02-07 Stefan Monnier <monnier@cs.yale.edu>
10
11 * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c).
12
92002-02-07 Kim F. Storm <storm@cua.dk> 132002-02-07 Kim F. Storm <storm@cua.dk>
10 14
11 * keymap.c (where_is_internal): Only check whether definition is 15 * keymap.c (where_is_internal): Only check whether definition is
@@ -23,14 +27,14 @@
23 defining command remapping. Doc updated. 27 defining command remapping. Doc updated.
24 (Flookup_key): Remap command through keymap if KEY is a symbol. 28 (Flookup_key): Remap command through keymap if KEY is a symbol.
25 (is_command_symbol): New function. 29 (is_command_symbol): New function.
26 (Fkey_binding): Use it. New optional argument NO-REMAP. Doc 30 (Fkey_binding): Use it. New optional argument NO-REMAP.
27 updated. Callers changed. Perform command remapping via 31 Doc updated. Callers changed. Perform command remapping via
28 recursive call unless that arg is non-nil. 32 recursive call unless that arg is non-nil.
29 (where_is_internal): New argument no_remap. Callers changed. 33 (where_is_internal): New argument no_remap. Callers changed.
30 Call recursively to find original key bindings for a remapped 34 Call recursively to find original key bindings for a remapped
31 comand unless that arg is non-nil. 35 comand unless that arg is non-nil.
32 (Fwhere_is_internal): New optional argument NO-REMAP. Doc 36 (Fwhere_is_internal): New optional argument NO-REMAP.
33 updated. Callers changed. Pass arg to where_is_internal. 37 Doc updated. Callers changed. Pass arg to where_is_internal.
34 38
35 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype. 39 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
36 (is_command_symbol): Added prototype. 40 (is_command_symbol): Added prototype.
@@ -63,7 +67,7 @@
63 * lread.c (read1): Redesign strategy for force_multibyte and 67 * lread.c (read1): Redesign strategy for force_multibyte and
64 force_singlebyte. Now is_multibyte records whether read_buffer 68 force_singlebyte. Now is_multibyte records whether read_buffer
65 is multibyte. Encountering any multibyte character makes it so. 69 is multibyte. Encountering any multibyte character makes it so.
66 70
672002-02-02 Stefan Monnier <monnier@cs.yale.edu> 712002-02-02 Stefan Monnier <monnier@cs.yale.edu>
68 72
69 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and 73 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and