comparison lisp/ChangeLog @ 86013:b9388e73e985

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Sat, 10 Nov 2007 09:59:54 +0000
parents e33327200372
children 7920c81ff1c9
comparison
equal deleted inserted replaced
86012:494608f8dd24 86013:b9388e73e985
1 2007-11-10 Martin Rudalics <rudalics@gmx.at>
2
3 * help.el (help-window, help-window-point-marker): New variables.
4 (help-window-select): New option.
5 (with-help-window): New macro for displaying help windows.
6 (help-window-display-message, help-window-setup-finish)
7 (help-window-setup): New functions used for setting up help windows.
8 (print-help-return-message): Reset help-window to nil.
9 (view-lossage): Use with-help-window instead of
10 with-output-to-temp-buffer and move help-window-point-marker after
11 inserted text.
12 (describe-bindings, describe-key, describe-mode): Use
13 with-help-window instead of with-output-to-temp-buffer.
14
15 * help-mode.el (help-mode): Set view-exit-action to bury the
16 buffer instead of fiddling with windows. Simplify code.
17 (help-mode-finish): When help-window eqs t set it to the selected
18 window and have with-help-window set up view-return-to-alist.
19 (help-buffer): Add autoload cookie.
20
21 * view.el (view-remove-frame-by-deleting): Change default value to t.
22 Add autoload cookie.
23 (view-exit-action, view-file, view-file-other-window)
24 (view-file-other-frame, view-buffer, view-buffer-other-window)
25 (view-buffer-other-frame): Rewrite doc strings.
26 (view-return-to-alist-update): New function to remove stale entries
27 from view-return-to-alist.
28 (view-mode-enter): Rewrite doc string and simplify code.
29 (view-mode-exit): Handle new case 'keep-frame. Don't reset
30 view-exit-action to nil. Simplify code and rewrite doc string.
31
32 * apropos.el (apropos-describe-plist):
33 * descr-text.el (describe-char):
34 * disp-table.el (describe-display-table):
35 * faces.el (list-faces-display, describe-face):
36 * facemenu.el (list-colors-display):
37 * help-fns.el (describe-function, describe-variable)
38 (describe-syntax, describe-categories):
39 Use with-help-window instead of with-output-to-temp-buffer.
40
1 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu> 41 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
2 42
3 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize 43 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
4 (featurep 'emacs) to t. 44 (featurep 'emacs) to t.
5 45