diff options
| author | Stefan Monnier | 2011-11-09 09:04:13 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-11-09 09:04:13 -0500 |
| commit | 1dce71935ccc44369ccc27094be6c5bebc3080b4 (patch) | |
| tree | 13d8121882805d1d601449f750a4bf06d92e1bb2 /lisp/ChangeLog | |
| parent | 2cffd68198c4d574f073ab238dc12b1221005eab (diff) | |
| download | emacs-1dce71935ccc44369ccc27094be6c5bebc3080b4.tar.gz emacs-1dce71935ccc44369ccc27094be6c5bebc3080b4.zip | |
* lisp/progmodes/compile.el: Better handle TABs.
(compilation-internal-error-properties)
(compilation-next-error-function): Obey the target buffer's
compilation-error-screen-columns.
Fixes: debbugs:9749
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0a50366eff..c71cef7cdf9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,14 @@ | |||
| 1 | 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/compile.el: Better handle TABs (bug#9749). | ||
| 4 | (compilation-internal-error-properties) | ||
| 5 | (compilation-next-error-function): Obey the target buffer's | ||
| 6 | compilation-error-screen-columns. | ||
| 7 | |||
| 1 | 2011-11-09 Martin Rudalics <rudalics@gmx.at> | 8 | 2011-11-09 Martin Rudalics <rudalics@gmx.at> |
| 2 | 9 | ||
| 3 | * window.el (window-size-fixed-p): Rewrite doc-string. | 10 | * window.el (window-size-fixed-p): Rewrite doc-string. |
| 4 | (window-resizable-p): Rename to window--resizable-p. Update | 11 | (window-resizable-p): Rename to window--resizable-p. Update callers. |
| 5 | callers. | ||
| 6 | (window--resizable): New function. Make all callers of | 12 | (window--resizable): New function. Make all callers of |
| 7 | window-resizable call window--resizable instead. | 13 | window-resizable call window--resizable instead. |
| 8 | (window-resizable): Rewrite in terms of window--resizable. | 14 | (window-resizable): Rewrite in terms of window--resizable. |
| @@ -90,7 +96,7 @@ | |||
| 90 | (window-size-ignore, window-state-get): Callers changed. | 96 | (window-size-ignore, window-state-get): Callers changed. |
| 91 | (window-normalize-window): Rename from window-normalize-any-window. | 97 | (window-normalize-window): Rename from window-normalize-any-window. |
| 92 | New arg LIVE-ONLY, replacing window-normalize-live-window. | 98 | New arg LIVE-ONLY, replacing window-normalize-live-window. |
| 93 | (window-normalize-live-window): Deleted. | 99 | (window-normalize-live-window): Delete. |
| 94 | (window-combination-p, window-combined-p, window-combinations) | 100 | (window-combination-p, window-combined-p, window-combinations) |
| 95 | (walk-window-subtree, window-atom-root, window-min-size) | 101 | (walk-window-subtree, window-atom-root, window-min-size) |
| 96 | (window-sizable, window-sizable-p, window-size-fixed-p) | 102 | (window-sizable, window-sizable-p, window-size-fixed-p) |