diff options
| author | Juri Linkov | 2005-12-20 21:50:23 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-12-20 21:50:23 +0000 |
| commit | 3bdba51db2bee762b526a90c43252a574e62cf4e (patch) | |
| tree | 0eb0a85764f64b77513946c1469de7c48b5bee79 | |
| parent | 11cfab98b72a7024fcaf258684ca1dcc6edc6fe4 (diff) | |
| download | emacs-3bdba51db2bee762b526a90c43252a574e62cf4e.tar.gz emacs-3bdba51db2bee762b526a90c43252a574e62cf4e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
3 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8592e138e28..b601cd036f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-12-20 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * tooltip.el (tooltip): Move defgroup before define-minor-mode. | ||
| 4 | (tooltip-x-offset, tooltip-y-offset): Doc fix. | ||
| 5 | |||
| 6 | * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) | ||
| 7 | (menu-bar-non-minibuffer-window-p): Instead of checking | ||
| 8 | display-multi-frame-p, use selected-frame when menu-updating-frame | ||
| 9 | is nil. | ||
| 10 | |||
| 1 | 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change) | 11 | 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change) |
| 2 | 12 | ||
| 3 | * align.el (align-rules-list): Use [ \t] instead of \s- | 13 | * align.el (align-rules-list): Use [ \t] instead of \s- |
diff --git a/man/ChangeLog b/man/ChangeLog index e724f24167c..2c68beb84a3 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-12-20 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * files.texi (VC Status): Put P and N near p and n. | ||
| 4 | |||
| 1 | 2005-12-20 Carsten Dominik <dominik@science.uva.nl> | 5 | 2005-12-20 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * org.texi: (Tags): Boolean logic documented. | 7 | * org.texi: (Tags): Boolean logic documented. |
diff --git a/src/ChangeLog b/src/ChangeLog index 2356851886c..969f9f6c46d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-12-20 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if | ||
| 4 | position is non-nil, else set it to nil. | ||
| 5 | |||
| 6 | * macmenu.c (Fx_popup_menu): Add `else' to set | ||
| 7 | Vmenu_updating_frame to nil only if position is nil. | ||
| 8 | |||
| 9 | * w32menu.c (Fx_popup_menu): Add `else' to set | ||
| 10 | Vmenu_updating_frame to nil only if position is nil. | ||
| 11 | |||
| 1 | 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12 | 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 13 | ||
| 3 | * keyboard.c (make_lispy_event): Drag-and-drop items are now | 14 | * keyboard.c (make_lispy_event): Drag-and-drop items are now |