1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2006-09-02 13:49:52 +00:00
parent 4e371ce87c
commit 79f6ba1f7a
2 changed files with 15 additions and 0 deletions

View 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.

View 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.