aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-05-01 22:33:16 +0000
committerKim F. Storm2005-05-01 22:33:16 +0000
commit5c2e5a5e28e0513453555a0083dfd849cd1bdc69 (patch)
tree1684b7411103d7dddfbb1b6714c0309700a2629a
parent189cbdd6bb2d92882499667a309d8ee7f637115d (diff)
downloademacs-5c2e5a5e28e0513453555a0083dfd849cd1bdc69.tar.gz
emacs-5c2e5a5e28e0513453555a0083dfd849cd1bdc69.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--src/ChangeLog5
2 files changed, 12 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abe869033c5..7e5d4ac0148 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-05-02 Kim F. Storm <storm@cua.dk>
2
3 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4
12005-05-02 Nick Roberts <nickrob@snap.net.nz> 52005-05-02 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * international/mule-util.el (truncate-string): Remove alias and 7 * international/mule-util.el (truncate-string): Remove alias and
@@ -23,15 +27,14 @@
232005-05-01 Dan Nicolaescu <dann@ics.uci.edu> 272005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
24 28
25 * term/xterm.el (function-key-map): Call substitute-key-definition 29 * term/xterm.el (function-key-map): Call substitute-key-definition
26 before the keymap size is increased by a lot of define-key 30 before the keymap size is increased by a lot of define-key calls.
27 calls.
28 31
292005-05-01 Richard M. Stallman <rms@gnu.org> 322005-05-01 Richard M. Stallman <rms@gnu.org>
30 33
31 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): 34 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32 Rename ARG to ELEMENT. Doc fix. 35 Rename ARG to ELEMENT. Doc fix.
33 36
342005-05-02 Nick Roberts <nickrob@snap.net.nz> 372005-05-01 Nick Roberts <nickrob@snap.net.nz>
35 38
36 * allout.el (allout-exposure): Remove macro and obsolete declaration. 39 * allout.el (allout-exposure): Remove macro and obsolete declaration.
37 Remove references to allout-exposure/change to allout-new-exposure. 40 Remove references to allout-exposure/change to allout-new-exposure.
diff --git a/src/ChangeLog b/src/ChangeLog
index b0a2f344e2e..15671e0b38a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-05-01 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.
4 This may happen if last glyphs was an image or stretch glyph.
5
12005-05-01 Luc Teirlinck <teirllm@auburn.edu> 62005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro. 8 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.