mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
*** empty log message ***
This commit is contained in:
parent
189cbdd6bb
commit
5c2e5a5e28
2 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-05-02 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* emulation/cua-base.el: Fix check for CUA-mode if no init file.
|
||||
|
||||
2005-05-02 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* international/mule-util.el (truncate-string): Remove alias and
|
||||
|
|
@ -23,15 +27,14 @@
|
|||
2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* term/xterm.el (function-key-map): Call substitute-key-definition
|
||||
before the keymap size is increased by a lot of define-key
|
||||
calls.
|
||||
before the keymap size is increased by a lot of define-key calls.
|
||||
|
||||
2005-05-01 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
|
||||
* subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
|
||||
Rename ARG to ELEMENT. Doc fix.
|
||||
|
||||
2005-05-02 Nick Roberts <nickrob@snap.net.nz>
|
||||
2005-05-01 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* allout.el (allout-exposure): Remove macro and obsolete declaration.
|
||||
Remove references to allout-exposure/change to allout-new-exposure.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2005-05-01 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* xdisp.c (move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.
|
||||
This may happen if last glyphs was an image or stretch glyph.
|
||||
|
||||
2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
|
||||
|
|
|
|||
Loading…
Reference in a new issue