aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-12-03 10:32:16 +0000
committerDave Love2002-12-03 10:32:16 +0000
commit02d588e2360faec87e6ac970dc7c6ad04432f8d0 (patch)
tree8e854b8b3dcbff7a8d31e54e9660ee9e3d79b907
parenta4895da13fc55fc93d062f98f53b12860bbfd455 (diff)
downloademacs-02d588e2360faec87e6ac970dc7c6ad04432f8d0.tar.gz
emacs-02d588e2360faec87e6ac970dc7c6ad04432f8d0.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog10
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64130fb2b84..684cf003e57 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-12-03 Dave Love <fx@gnu.org>
2
3 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
4 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
5 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
6
12002-12-03 Andreas Schwab <schwab@suse.de> 72002-12-03 Andreas Schwab <schwab@suse.de>
2 8
3 * cus-edit.el (custom-display): Add checkbox for type mac. 9 * cus-edit.el (custom-display): Add checkbox for type mac.
diff --git a/src/ChangeLog b/src/ChangeLog
index a139e146f7c..f17ae3a40da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12002-12-03 Dave Love <fx@gnu.org>
2
3 * buffer.c (Qucs_set_table_for_input): New.
4 (Fget_buffer_create): Use it.
5 (Qset_buffer_major_mode_hook): Deleted.
6 (Fset_buffer_major_mode): Revert previous change.
7 (init_buffer_once): Intern ucs-set-table-for-input.
8 (syms_of_buffer): Delete Qset_buffer_major_mode_hook. Add
9 &Qucs_set_table_for_input.
10
12002-12-03 Andreas Schwab <schwab@suse.de> 112002-12-03 Andreas Schwab <schwab@suse.de>
2 12
3 * callint.c (Fcall_interactively): Use next_event only if less 13 * callint.c (Fcall_interactively): Use next_event only if less