aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-10-01 22:44:43 -0700
committerPaul Eggert2011-10-01 22:44:43 -0700
commitdf52aeb91d63c3f904c717fa8897e59fd9a5a557 (patch)
tree0d3a471d6e44def1ba160d06b454a149a1a033b9 /etc
parent39b5db3b1bb51088830bdf2d5e50940d462573d2 (diff)
parent32c1fffd728cfed8427d144bf7c622257aad859f (diff)
downloademacs-df52aeb91d63c3f904c717fa8897e59fd9a5a557.tar.gz
emacs-df52aeb91d63c3f904c717fa8897e59fd9a5a557.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS35
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 @@
12011-10-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Fix typo. Remove duplicate info.
4
12011-09-23 Martin Rudalics <rudalics@gmx.at> 52011-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
1492011-06-21 Leo Liu <sdl.web@gmail.com> 1532011-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
1532011-06-14 Chong Yidong <cyd@stupidchicken.com> 1572011-06-14 Chong Yidong <cyd@stupidchicken.com>
154 158
diff --git a/etc/NEWS b/etc/NEWS
index f6901e3b88f..332d12cb540 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -288,15 +288,19 @@ If you have code that adds something to kill-emacs-hook, you should
288consider if it is still appropriate to add it in the noninteractive case. 288consider 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
294of buffer at first key-press (instead move to top/bottom of buffer) 294of buffer at first key-press (instead move to top/bottom of buffer)
295when a new variable `scroll-error-top-bottom' is non-nil. 295when `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'
298scroll a line instead of full screen. 301scroll 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
301define it as a scroll command affected by `scroll-preserve-screen-position'. 305define 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.
393modulo restrictions like window minimum sizes and fixed-size windows. 397modulo 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
398user-determined display "actions" (functions and optional arguments 402user-determined display "actions" (functions and optional arguments
399for choosing the displaying window). 403for choosing the displaying window).
@@ -401,6 +405,7 @@ for choosing the displaying window).
401This takes precedence over the default display action, which is 405This takes precedence over the default display action, which is
402specified by `display-buffer-fallback-action'. 406specified 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
405display actions, taking precedence over `display-buffer-base-action'. 410display 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.
540the lines in the current rectangle. With a prefix argument, this 545the lines in the current rectangle. With a prefix argument, this
541prompts for a number to count from and for a format string. 546prompts 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
544directory 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
549This makes Emacs feel more responsive to editing commands that arrive 550This 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
722in the Rmail incoming message. 723in the Rmail incoming message.
723 724
724** shell-mode can track your cwd by reading it from your prompt. 725** Shell mode
725Just set shell-dir-cookie-re to an appropriate regexp. 726
727*** The `shell' command prompts for the shell path name if the default
728directory 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'.
732If set to an appropriate regexp, Shell mode can track your cwd by
733reading 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
1047window into two side-by-side windows as before. 1055window into two side-by-side windows as before.
1048 1056
1049+++ 1057+++
1050*** `split-window-above-each-other' and `split-window-side-by-side'.
1051The commands `split-window-vertically' and `split-window-horizontally'
1052have been renamed to `split-window-above-each-other' and
1053`split-window-side-by-side' respectively. The old names are provided as
1054aliases.
1055
1056+++
1057*** Window resizing functions. 1058*** Window resizing functions.
1058A new standard function for resizing windows called `resize-window' has 1059A new standard function for resizing windows called `window-resize' has
1059been introduced. This and all other functions for resizing windows no 1060been introduced. This and all other functions for resizing windows no
1060longer delete any windows when they become too small. 1061longer delete any windows when they become too small.
1061 1062