diff options
| author | Paul Eggert | 2011-10-01 22:44:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-01 22:44:43 -0700 |
| commit | df52aeb91d63c3f904c717fa8897e59fd9a5a557 (patch) | |
| tree | 0d3a471d6e44def1ba160d06b454a149a1a033b9 /etc | |
| parent | 39b5db3b1bb51088830bdf2d5e50940d462573d2 (diff) | |
| parent | 32c1fffd728cfed8427d144bf7c622257aad859f (diff) | |
| download | emacs-df52aeb91d63c3f904c717fa8897e59fd9a5a557.tar.gz emacs-df52aeb91d63c3f904c717fa8897e59fd9a5a557.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/NEWS | 35 |
2 files changed, 23 insertions, 18 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e7d32b64ce4..bbb765ef58f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-10-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Fix typo. Remove duplicate info. | ||
| 4 | |||
| 1 | 2011-09-23 Martin Rudalics <rudalics@gmx.at> | 5 | 2011-09-23 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * NEWS: Document some window code changes. | 7 | * NEWS: Document some window code changes. |
| @@ -148,7 +152,7 @@ | |||
| 148 | 152 | ||
| 149 | 2011-06-21 Leo Liu <sdl.web@gmail.com> | 153 | 2011-06-21 Leo Liu <sdl.web@gmail.com> |
| 150 | 154 | ||
| 151 | * NEWS: Mention the new primtive secure-hash. | 155 | * NEWS: Mention the new primitive secure-hash. |
| 152 | 156 | ||
| 153 | 2011-06-14 Chong Yidong <cyd@stupidchicken.com> | 157 | 2011-06-14 Chong Yidong <cyd@stupidchicken.com> |
| 154 | 158 | ||
| @@ -288,15 +288,19 @@ If you have code that adds something to kill-emacs-hook, you should | |||
| 288 | consider if it is still appropriate to add it in the noninteractive case. | 288 | consider if it is still appropriate to add it in the noninteractive case. |
| 289 | 289 | ||
| 290 | ** Scrolling changes | 290 | ** Scrolling changes |
| 291 | 291 | +++ | |
| 292 | *** New scrolling commands `scroll-up-command' and `scroll-down-command' | 292 | *** New scrolling commands `scroll-up-command' and `scroll-down-command' |
| 293 | (bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom | 293 | (bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom |
| 294 | of buffer at first key-press (instead move to top/bottom of buffer) | 294 | of buffer at first key-press (instead move to top/bottom of buffer) |
| 295 | when a new variable `scroll-error-top-bottom' is non-nil. | 295 | when `scroll-error-top-bottom' is non-nil. |
| 296 | |||
| 297 | +++ | ||
| 298 | *** New variable `scroll-error-top-bottom' (see above). | ||
| 296 | 299 | ||
| 297 | *** New scrolling commands `scroll-up-line' and `scroll-down-line' | 300 | *** New scrolling commands `scroll-up-line' and `scroll-down-line' |
| 298 | scroll a line instead of full screen. | 301 | scroll a line instead of full screen. |
| 299 | 302 | ||
| 303 | +++ | ||
| 300 | *** New property `scroll-command' should be set on a command's symbol to | 304 | *** New property `scroll-command' should be set on a command's symbol to |
| 301 | define it as a scroll command affected by `scroll-preserve-screen-position'. | 305 | define it as a scroll command affected by `scroll-preserve-screen-position'. |
| 302 | 306 | ||
| @@ -393,7 +397,7 @@ instead of `switch-to-buffer' when selecting an item in the Buffers menu. | |||
| 393 | modulo restrictions like window minimum sizes and fixed-size windows. | 397 | modulo restrictions like window minimum sizes and fixed-size windows. |
| 394 | 398 | ||
| 395 | *** The behavior of `display-buffer' is now customizable in detail. | 399 | *** The behavior of `display-buffer' is now customizable in detail. |
| 396 | 400 | +++ | |
| 397 | **** New option `display-buffer-base-action' specifies a list of | 401 | **** New option `display-buffer-base-action' specifies a list of |
| 398 | user-determined display "actions" (functions and optional arguments | 402 | user-determined display "actions" (functions and optional arguments |
| 399 | for choosing the displaying window). | 403 | for choosing the displaying window). |
| @@ -401,6 +405,7 @@ for choosing the displaying window). | |||
| 401 | This takes precedence over the default display action, which is | 405 | This takes precedence over the default display action, which is |
| 402 | specified by `display-buffer-fallback-action'. | 406 | specified by `display-buffer-fallback-action'. |
| 403 | 407 | ||
| 408 | +++ | ||
| 404 | **** New option `display-buffer-alist' maps buffer name regexps to | 409 | **** New option `display-buffer-alist' maps buffer name regexps to |
| 405 | display actions, taking precedence over `display-buffer-base-action'. | 410 | display actions, taking precedence over `display-buffer-base-action'. |
| 406 | 411 | ||
| @@ -540,10 +545,6 @@ To inhibit this, change `x-select-enable-clipboard-manager' to nil. | |||
| 540 | the lines in the current rectangle. With a prefix argument, this | 545 | the lines in the current rectangle. With a prefix argument, this |
| 541 | prompts for a number to count from and for a format string. | 546 | prompts for a number to count from and for a format string. |
| 542 | 547 | ||
| 543 | ** The command shell prompts for the shell path name, when the default | ||
| 544 | directory is a remote file name and neither environment variable | ||
| 545 | $ESHELL nor variable `explicit-shell-file-name' is set. | ||
| 546 | |||
| 547 | +++ | 548 | +++ |
| 548 | ** The default value of redisplay-dont-change is now t | 549 | ** The default value of redisplay-dont-change is now t |
| 549 | This makes Emacs feel more responsive to editing commands that arrive | 550 | This makes Emacs feel more responsive to editing commands that arrive |
| @@ -721,8 +722,15 @@ more variants, including Mercury, and a lot more. | |||
| 721 | *** The command `rmail-epa-decrypt' decrypts OpenPGP data | 722 | *** The command `rmail-epa-decrypt' decrypts OpenPGP data |
| 722 | in the Rmail incoming message. | 723 | in the Rmail incoming message. |
| 723 | 724 | ||
| 724 | ** shell-mode can track your cwd by reading it from your prompt. | 725 | ** Shell mode |
| 725 | Just set shell-dir-cookie-re to an appropriate regexp. | 726 | |
| 727 | *** The `shell' command prompts for the shell path name if the default | ||
| 728 | directory is a remote file name and neither the environment variable | ||
| 729 | $ESHELL nor the variable `explicit-shell-file-name' is set. | ||
| 730 | |||
| 731 | *** New variable `shell-dir-cookie-re'. | ||
| 732 | If set to an appropriate regexp, Shell mode can track your cwd by | ||
| 733 | reading it from your prompt. | ||
| 726 | 734 | ||
| 727 | --- | 735 | --- |
| 728 | ** SQL Mode enhancements. | 736 | ** SQL Mode enhancements. |
| @@ -1047,15 +1055,8 @@ split. Any other value of SIDE will cause `split-window' to split the | |||
| 1047 | window into two side-by-side windows as before. | 1055 | window into two side-by-side windows as before. |
| 1048 | 1056 | ||
| 1049 | +++ | 1057 | +++ |
| 1050 | *** `split-window-above-each-other' and `split-window-side-by-side'. | ||
| 1051 | The commands `split-window-vertically' and `split-window-horizontally' | ||
| 1052 | have been renamed to `split-window-above-each-other' and | ||
| 1053 | `split-window-side-by-side' respectively. The old names are provided as | ||
| 1054 | aliases. | ||
| 1055 | |||
| 1056 | +++ | ||
| 1057 | *** Window resizing functions. | 1058 | *** Window resizing functions. |
| 1058 | A new standard function for resizing windows called `resize-window' has | 1059 | A new standard function for resizing windows called `window-resize' has |
| 1059 | been introduced. This and all other functions for resizing windows no | 1060 | been introduced. This and all other functions for resizing windows no |
| 1060 | longer delete any windows when they become too small. | 1061 | longer delete any windows when they become too small. |
| 1061 | 1062 | ||