diff options
| author | Joakim Verona | 2011-11-09 14:05:54 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-09 14:05:54 +0100 |
| commit | c8d4b74cfa26762d34fd1703a07463008b32be16 (patch) | |
| tree | 6610ac356d47e328bb1094d9f5a0dcc15ed5fb6a /lisp/ChangeLog | |
| parent | 32db4845d5c433fd15c6665cbed169e5d8b94f05 (diff) | |
| parent | 2cffd68198c4d574f073ab238dc12b1221005eab (diff) | |
| download | emacs-c8d4b74cfa26762d34fd1703a07463008b32be16.tar.gz emacs-c8d4b74cfa26762d34fd1703a07463008b32be16.zip | |
upstream
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff61568a8f2..d0a50366eff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,56 @@ | |||
| 1 | 2011-11-09 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (window-size-fixed-p): Rewrite doc-string. | ||
| 4 | (window-resizable-p): Rename to window--resizable-p. Update | ||
| 5 | callers. | ||
| 6 | (window--resizable): New function. Make all callers of | ||
| 7 | window-resizable call window--resizable instead. | ||
| 8 | (window-resizable): Rewrite in terms of window--resizable. | ||
| 9 | |||
| 10 | 2011-11-08 Glenn Morris <rgm@gnu.org> | ||
| 11 | |||
| 12 | * progmodes/delphi.el (delphi-mode-syntax-table): | ||
| 13 | Let define-derived-mode define a proper syntax table. (Bug#9994) | ||
| 14 | |||
| 15 | 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 16 | |||
| 17 | * window.el: Stay away from defsubst. | ||
| 18 | (window-list-no-nils): Remove. | ||
| 19 | (window-state-get-1, window-state-get): Use backquote instead. | ||
| 20 | |||
| 21 | 2011-11-08 thierry <thierry.volpiatto@gmail.com> | ||
| 22 | |||
| 23 | * emacs-lisp/find-func.el (find-function-read): | ||
| 24 | Fix incorrect use of default argument in `completing-read'. | ||
| 25 | |||
| 26 | 2011-11-08 Martin Rudalics <rudalics@gmx.at> | ||
| 27 | |||
| 28 | * window.el (display-buffer-function, special-display-function): | ||
| 29 | Mention display-buffer-record-window but do not mention | ||
| 30 | help-setup parameter in doc-strings. | ||
| 31 | (window-min-delta): Fix doc-string typo. | ||
| 32 | |||
| 33 | 2011-11-08 Chong Yidong <cyd@gnu.org> | ||
| 34 | |||
| 35 | * window.el (window-total-height, window-total-width): Doc fix. | ||
| 36 | (window-body-size): Move from C. | ||
| 37 | (window-body-height, window-body-width): Move to C. | ||
| 38 | |||
| 39 | 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 40 | |||
| 41 | * window.el: Make special-display like display-buffer-alist (bug#9532). | ||
| 42 | (display-buffer--special-action): New function, morphed | ||
| 43 | from display-buffer--special. | ||
| 44 | (display-buffer): Use it to handle special-display-buffers at higher | ||
| 45 | priority (just after display-buffer-alist). | ||
| 46 | (display-buffer-fallback-action, display-buffer--other-frame-action) | ||
| 47 | (pop-to-buffer-same-window): Remove display-buffer--special. | ||
| 48 | |||
| 49 | 2011-11-07 Glenn Morris <rgm@gnu.org> | ||
| 50 | |||
| 51 | * calendar/cal-menu.el (cal-menu-set-date-title): | ||
| 52 | Do nothing if not in a calendar. (Bug#9976) | ||
| 53 | |||
| 1 | 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca> | 54 | 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 55 | ||
| 3 | * files.el (find-file): Always use selected-window. | 56 | * files.el (find-file): Always use selected-window. |