]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Sep 2006 13:49:52 +0000 (13:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Sep 2006 13:49:52 +0000 (13:49 +0000)
lisp/ChangeLog
src/ChangeLog

index d873249590fd78ac5312398e0b74280d0f485089..86e28f8f8032bdde20de550982e5b042cef56f6d 100644 (file)
@@ -1,3 +1,10 @@
+2006-09-02  Martin Rudalics  <rudalics@gmx.at>
+
+       * cus-start.el (hscroll-margin, hscroll-step)
+       (mode-line-in-non-selected-windows, mouse-autoselect-window)
+       (x-use-underline-position-properties): Change version to "22.1"
+       since they will appear there for the first time.
+
 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
 
        * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
index 322f8e81f9d0ed84c2b5eff9be8428413460a834..1082f792934a96742354a06c04c21f009a6176e0 100644 (file)
@@ -1,3 +1,11 @@
+2006-09-02  Jindrich Makovicka  <makovick@gmail.com>  (tiny change)
+
+       * fns.c (concat) [__GNUC__]: Declare with
+       `__attribute__((noinline))'.
+
+       * eval.c (apply1, call2) [__GNUC__]: Declare with
+       `__attribute__((noinline))'.
+
 2006-09-02  Stuart D. Herring  <herring@lanl.gov>
 
        * minibuf.c (Finternal_complete_buffer): New function.