mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
*** empty log message ***
This commit is contained in:
parent
b503de7617
commit
28f94a3454
3 changed files with 24 additions and 1 deletions
|
|
@ -72,6 +72,10 @@
|
|||
Ignore select-window events rather than fiddle with
|
||||
mouse-autoselect-window.
|
||||
|
||||
2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
|
||||
|
||||
* type-break.el (type-break-mode): Fix previous change.
|
||||
|
||||
2005-01-10 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc/calc-ext.el (calc-reset): Reset when inside embedded
|
||||
|
|
@ -4396,7 +4400,7 @@
|
|||
(dired-move-to-end-of-filename): Make the " -> " search more specific.
|
||||
(dired-buffers-for-dir): Remove unused var `pattern'.
|
||||
|
||||
2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
|
||||
2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
|
||||
|
||||
* calendar/diary-lib.el (list-diary-entries): Save diary buffer
|
||||
from diary display excursion. Store diary buffer's point for
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2005-01-12 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
|
||||
|
||||
* display.texi (Beeping): Fix Texinfo usage.
|
||||
|
||||
* modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
|
||||
|
||||
2005-01-11 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* display.texi (Button Properties, Button Buffer Commands):
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
2005-01-12 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* xdisp.c (Fformat_mode_line): New arg FACE specifies a default
|
||||
face property for characters that don't specify one.
|
||||
|
||||
* fns.c (Frequire): Record in load-history unconditionally.
|
||||
|
||||
2005-01-10 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* dispextern.h (merge_faces): Rename from merge_into_realized_face.
|
||||
|
|
@ -64,6 +71,10 @@
|
|||
* xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
|
||||
Set stop_charpos to current charpos instead of 0.
|
||||
|
||||
2005-01-06 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* xdisp.c (Fformat_mode_line): First arg now required.
|
||||
|
||||
2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* macterm.c (XLoadQueryFont): Correctly handle 0 size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue