]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Nov 2005 19:55:49 +0000 (19:55 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Nov 2005 19:55:49 +0000 (19:55 +0000)
lisp/ChangeLog
src/ChangeLog

index 338c577cf079d2e4e061c05f62f6271e04113d7e..eb5cae6ebff49876d150c088dd19e492c70618d4 100644 (file)
@@ -1,9 +1,17 @@
+2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <jet@gyve.org>
 
-       * 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  <romain@orebokech.com>
index 86f08dd188fa8aa262b4373e88094f7fd8234224..ad60555a0ff8e7cce068313d4adbd22500aa86cb 100644 (file)
@@ -1,5 +1,7 @@
 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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.
 2005-10-16  Masatake YAMATO  <jet@gyve.org>
 
        * 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  <mituharu@math.s.chiba-u.ac.jp>