aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog24
1 files changed, 15 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1bcbb57c21c..655f856d801 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12008-11-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * dframe.el (dframe-mouse-position-function)
4 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5 (dframe-mouse-set-point): Fix typos in docstrings.
6
12008-11-04 Dan Nicolaescu <dann@ics.uci.edu> 72008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * vc-dir.el (vc-dir-headers): Undo previous change. 9 * vc-dir.el (vc-dir-headers): Undo previous change.
@@ -29,8 +35,8 @@
29 35
30 * subr.el (looking-back): Doc fix. 36 * subr.el (looking-back): Doc fix.
31 37
32 * term/x-win.el (x-initialize-window-system): Call 38 * term/x-win.el (x-initialize-window-system):
33 x-wm-set-size-hint after initialization. 39 Call x-wm-set-size-hint after initialization.
34 40
35 * eshell/em-hist.el (eshell-save-history-on-exit): Change default 41 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
36 to t. 42 to t.
@@ -47,20 +53,20 @@
47 53
482008-11-02 Martin Rudalics <rudalics@gmx.at> 542008-11-02 Martin Rudalics <rudalics@gmx.at>
49 55
50 * window.el (save-selected-window-norecord): New macro 56 * window.el (save-selected-window-norecord): New macro.
51 (walk-windows): Use save-selected-window-norecord and call 57 (walk-windows): Use save-selected-window-norecord and call
52 select-window with NORECORD set. (Bug#1237) 58 select-window with NORECORD set. (Bug#1237)
53 (set-window-text-height, fit-window-to-buffer): Use 59 (set-window-text-height, fit-window-to-buffer):
54 save-selected-window-norecord and call select-window with 60 Use save-selected-window-norecord and call select-window with
55 NORECORD set. 61 NORECORD set.
56 * subr.el (with-selected-window): Call set-frame-selected-window 62 * subr.el (with-selected-window): Call set-frame-selected-window
57 with new argument NORECORD set. Update doc-string. 63 with new argument NORECORD set. Update doc-string.
58 (with-selected-frame): Call select-frame with new argument 64 (with-selected-frame): Call select-frame with new argument
59 NORECORD set. Update doc-string. 65 NORECORD set. Update doc-string.
60 * emacs-lisp/lisp-mode.el (save-selected-window-norecord): Put 66 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
61 indent-function for save-selected-window-norecord. 67 Put indent-function for save-selected-window-norecord.
62 * font-lock.el (lisp-font-lock-keywords-2): Add 68 * font-lock.el (lisp-font-lock-keywords-2):
63 save-selected-window-norecord. 69 Add save-selected-window-norecord.
64 70
652008-11-01 Juanma Barranquero <lekktu@gmail.com> 712008-11-01 Juanma Barranquero <lekktu@gmail.com>
66 72