diff options
| author | Glenn Morris | 2012-11-12 18:25:59 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-12 18:25:59 -0800 |
| commit | f78ee6afc094cdfd6162bfd645836e84875dcddf (patch) | |
| tree | 3a2c4f5d6441e53adadb69ed2af0b64abf3cf239 /etc | |
| parent | b95a9c0cba301ef8f1920a1d123ccd6873c14a63 (diff) | |
| parent | f8705f6e3102454bf1e3213956eb3ac8160ff047 (diff) | |
| download | emacs-f78ee6afc094cdfd6162bfd645836e84875dcddf.tar.gz emacs-f78ee6afc094cdfd6162bfd645836e84875dcddf.zip | |
Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ru
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 24 |
1 files changed, 19 insertions, 5 deletions
| @@ -162,6 +162,7 @@ next and previous path separator, respectively. | |||
| 162 | *** minibuffer-electric-default-mode can rewrite (default ...) to [...]. | 162 | *** minibuffer-electric-default-mode can rewrite (default ...) to [...]. |
| 163 | Just set minibuffer-eldef-shorten-default to t before enabling the mode. | 163 | Just set minibuffer-eldef-shorten-default to t before enabling the mode. |
| 164 | 164 | ||
| 165 | +++ | ||
| 165 | ** ImageMagick support, if available, is automatically enabled. | 166 | ** ImageMagick support, if available, is automatically enabled. |
| 166 | It is no longer necessary to call `imagemagick-register-types' | 167 | It is no longer necessary to call `imagemagick-register-types' |
| 167 | explicitly to install ImageMagick image types; that function is called | 168 | explicitly to install ImageMagick image types; that function is called |
| @@ -470,6 +471,7 @@ when you receive a private message or your nickname is mentioned. | |||
| 470 | *** ERC will look up server/channel names via auth-source and use any | 471 | *** ERC will look up server/channel names via auth-source and use any |
| 471 | channel keys found. | 472 | channel keys found. |
| 472 | 473 | ||
| 474 | +++ | ||
| 473 | ** Flymake uses fringe bitmaps to indicate errors and warnings. | 475 | ** Flymake uses fringe bitmaps to indicate errors and warnings. |
| 474 | See `flymake-fringe-indicator-position', `flymake-error-bitmap' and | 476 | See `flymake-fringe-indicator-position', `flymake-error-bitmap' and |
| 475 | `flymake-warning-bitmap'. | 477 | `flymake-warning-bitmap'. |
| @@ -478,10 +480,12 @@ See `flymake-fringe-indicator-position', `flymake-error-bitmap' and | |||
| 478 | ** Follow mode no longer works by using advice. | 480 | ** Follow mode no longer works by using advice. |
| 479 | The option `follow-intercept-processes' has been removed. | 481 | The option `follow-intercept-processes' has been removed. |
| 480 | 482 | ||
| 483 | --- | ||
| 481 | ** The FFAP option `ffap-url-unwrap-remote' can now be a list of strings, | 484 | ** The FFAP option `ffap-url-unwrap-remote' can now be a list of strings, |
| 482 | specifying URL types which should be converted to remote file names at | 485 | specifying URL types that should be converted to remote file names at |
| 483 | the FFAP prompt. The default is now '("ftp"). | 486 | the FFAP prompt. The default is now '("ftp"). |
| 484 | 487 | ||
| 488 | --- | ||
| 485 | ** New Ibuffer `derived-mode' filter, bound to `/ M'. | 489 | ** New Ibuffer `derived-mode' filter, bound to `/ M'. |
| 486 | The old binding for `/ M' (filter by used-mode) is now bound to `/ m'. | 490 | The old binding for `/ M' (filter by used-mode) is now bound to `/ m'. |
| 487 | 491 | ||
| @@ -497,11 +501,14 @@ The old binding for `/ M' (filter by used-mode) is now bound to `/ m'. | |||
| 497 | The function `notifications-get-capabilities' returns the supported | 501 | The function `notifications-get-capabilities' returns the supported |
| 498 | server properties. | 502 | server properties. |
| 499 | 503 | ||
| 504 | --- | ||
| 500 | ** In Perl mode, new option `perl-indent-parens-as-block' causes non-block | 505 | ** In Perl mode, new option `perl-indent-parens-as-block' causes non-block |
| 501 | closing brackets to be aligned with the line of the opening bracket. | 506 | closing brackets to be aligned with the line of the opening bracket. |
| 502 | 507 | ||
| 508 | --- | ||
| 503 | ** In Proced mode, new command `proced-renice' renices marked processes. | 509 | ** In Proced mode, new command `proced-renice' renices marked processes. |
| 504 | 510 | ||
| 511 | --- | ||
| 505 | ** Python mode | 512 | ** Python mode |
| 506 | 513 | ||
| 507 | A new version of python.el, which provides several new features, including: | 514 | A new version of python.el, which provides several new features, including: |
| @@ -548,6 +555,8 @@ python-insert-while | python-skeleton-while | |||
| 548 | python-find-function | python-nav-jump-to-defun | 555 | python-find-function | python-nav-jump-to-defun |
| 549 | python-next-statement | python-nav-forward-sentence | 556 | python-next-statement | python-nav-forward-sentence |
| 550 | python-previous-statement | python-nav-backward-sentence | 557 | python-previous-statement | python-nav-backward-sentence |
| 558 | python-beginning-of-defun-function | python-nav-beginning-of-defun | ||
| 559 | python-end-of-defun-function | python-nav-end-of-defun | ||
| 551 | python-send-buffer | python-shell-send-buffer | 560 | python-send-buffer | python-shell-send-buffer |
| 552 | python-send-defun | python-shell-send-defun | 561 | python-send-defun | python-shell-send-defun |
| 553 | python-send-region | python-shell-send-region | 562 | python-send-region | python-shell-send-region |
| @@ -586,8 +595,9 @@ Sphinx support has been improved. | |||
| 586 | 595 | ||
| 587 | *** `sh-use-smie' lets you choose a new indentation and navigation code. | 596 | *** `sh-use-smie' lets you choose a new indentation and navigation code. |
| 588 | 597 | ||
| 598 | +++ | ||
| 589 | ** New option `async-shell-command-buffer' specifies the buffer to use | 599 | ** New option `async-shell-command-buffer' specifies the buffer to use |
| 590 | for a new asynchronous shell command when the default output buffer | 600 | for a new asynchronous `shell-command' when the default output buffer |
| 591 | `*Async Shell Command*' is already in use. | 601 | `*Async Shell Command*' is already in use. |
| 592 | 602 | ||
| 593 | --- | 603 | --- |
| @@ -831,11 +841,15 @@ table, but with a different prefix. | |||
| 831 | 841 | ||
| 832 | ** Debugger changes | 842 | ** Debugger changes |
| 833 | 843 | ||
| 844 | +++ | ||
| 834 | *** New error type and new function `user-error'. | 845 | *** New error type and new function `user-error'. |
| 835 | These do not trigger the debugger. | 846 | These do not trigger the debugger. |
| 836 | 847 | ||
| 837 | *** New option `debugger-bury-or-kill'. | 848 | +++ |
| 849 | *** New option `debugger-bury-or-kill', saying what to do with the | ||
| 850 | debugger buffer when exiting debug. | ||
| 838 | 851 | ||
| 852 | +++ | ||
| 839 | *** Set `debug-on-message' to enter the debugger when a certain | 853 | *** Set `debug-on-message' to enter the debugger when a certain |
| 840 | message is displayed in the echo area. This can be useful when trying | 854 | message is displayed in the echo area. This can be useful when trying |
| 841 | to work out which code is doing something. | 855 | to work out which code is doing something. |
| @@ -900,7 +914,7 @@ in Emacs 24.1: | |||
| 900 | *** `current-time-string' no longer requires that its argument's year | 914 | *** `current-time-string' no longer requires that its argument's year |
| 901 | must be in the range 1000..9999. It now works with any year supported | 915 | must be in the range 1000..9999. It now works with any year supported |
| 902 | by the underlying C implementation. | 916 | by the underlying C implementation. |
| 903 | 917 | +++ | |
| 904 | *** `current-time' now returns extended-format time stamps | 918 | *** `current-time' now returns extended-format time stamps |
| 905 | (HIGH LOW USEC PSEC), where the new PSEC slot specifies picoseconds. | 919 | (HIGH LOW USEC PSEC), where the new PSEC slot specifies picoseconds. |
| 906 | PSEC is typically a multiple of 1000 on current machines. Other | 920 | PSEC is typically a multiple of 1000 on current machines. Other |
| @@ -912,7 +926,7 @@ stamps are still accepted. | |||
| 912 | [TRIGGERED-P HI-SECS LO-SECS USECS REPEAT-DELAY FUNCTION ARGS IDLE-DELAY PSECS]. | 926 | [TRIGGERED-P HI-SECS LO-SECS USECS REPEAT-DELAY FUNCTION ARGS IDLE-DELAY PSECS]. |
| 913 | The PSECS slot is new, and uses picosecond resolution. It can be | 927 | The PSECS slot is new, and uses picosecond resolution. It can be |
| 914 | accessed via the new timer--psecs accessor. | 928 | accessed via the new timer--psecs accessor. |
| 915 | 929 | +++ | |
| 916 | *** Last-modified time stamps in undo lists now are of the form | 930 | *** Last-modified time stamps in undo lists now are of the form |
| 917 | (t HI-SECS LO-SECS USECS PSECS) instead of (t HI-SECS . LO-SECS). | 931 | (t HI-SECS LO-SECS USECS PSECS) instead of (t HI-SECS . LO-SECS). |
| 918 | 932 | ||