From e5f64be22959318f9c585b5e273a9b3d995849ea Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 1 Nov 2005 19:55:49 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 ++++++++++++---- src/ChangeLog | 4 +++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 338c577cf07..eb5cae6ebff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,17 @@ +2005-11-01 Stefan Monnier + + * calendar/cal-menu.el (date, event): Don't declare as dynamic-var. + (calendar-mouse-holidays, calendar-mouse-view-diary-entries) + (calendar-mouse-print-dates): Add optional `event' argument. + Update interactive-spec. + (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax): + Use `calendar-event-to-date' instead of `event'. + 2005-11-02 Masatake YAMATO - * progmodes/ld-script.el (ld-script-builtins): Add - more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END", - "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and - "SEGMENT_START". + * progmodes/ld-script.el (ld-script-builtins): + Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END", + "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START". (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in. 2005-11-01 Romain Francoise diff --git a/src/ChangeLog b/src/ChangeLog index 86f08dd188f..ad60555a0ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2005-11-01 Stefan Monnier + * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM). + * window.c (window_loop): For LRU and LARGEST, let the `mini' argument determine whether to consider dedicated windows as well. (Fget_lru_window, Fget_largest_window): Add `dedicated' argument. @@ -262,7 +264,7 @@ 2005-10-16 Masatake YAMATO * minibuf.c (Fdisplay_completion_list): Add new optional - argument COMMON_SUBSTRING. Bind `completion-common-substring' + argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'. 2005-10-16 YAMAMOTO Mitsuharu -- 2.11.4.GIT