diff options
| author | Glenn Morris | 2012-11-09 20:36:05 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-09 20:36:05 -0500 |
| commit | 02969baf0f063df25d1464e4852579f375595a8f (patch) | |
| tree | 86bf68779c47ecebf5819f10bbd058153a9769ee | |
| parent | 028a5e50d23276ad42e5b34a7c2e20e8dd96b0a8 (diff) | |
| download | emacs-02969baf0f063df25d1464e4852579f375595a8f.tar.gz emacs-02969baf0f063df25d1464e4852579f375595a8f.zip | |
More small NEWS copyedits
| -rw-r--r-- | etc/NEWS | 80 |
1 files changed, 34 insertions, 46 deletions
| @@ -344,9 +344,8 @@ rather than making them unbound. | |||
| 344 | `define-setf-expander' (use `gv-define-setter' or `gv-define-expander') | 344 | `define-setf-expander' (use `gv-define-setter' or `gv-define-expander') |
| 345 | `get-setf-method' no longer exists (see "Incompatible Lisp Changes") | 345 | `get-setf-method' no longer exists (see "Incompatible Lisp Changes") |
| 346 | 346 | ||
| 347 | ** Compilation mode | ||
| 348 | +++ | 347 | +++ |
| 349 | *** New option `compilation-always-kill'. | 348 | ** New compilation option `compilation-always-kill'. |
| 350 | 349 | ||
| 351 | ** Customize | 350 | ** Customize |
| 352 | --- | 351 | --- |
| @@ -356,10 +355,9 @@ rather than making them unbound. | |||
| 356 | `customize-apropos-options' (i.e. the prefix argument does nothing for | 355 | `customize-apropos-options' (i.e. the prefix argument does nothing for |
| 357 | these commands now). | 356 | these commands now). |
| 358 | 357 | ||
| 359 | ** Desktop | ||
| 360 | --- | 358 | --- |
| 361 | *** `desktop-path' no longer includes the "." directory. Desktop | 359 | ** `desktop-path' no longer includes the "." directory. |
| 362 | files are now located in ~/.emacs.d by default. | 360 | Desktop files are now located in ~/.emacs.d by default. |
| 363 | 361 | ||
| 364 | ** D-Bus | 362 | ** D-Bus |
| 365 | 363 | ||
| @@ -433,39 +431,34 @@ The global binding for `M-=', `count-words-region' is in effect. | |||
| 433 | --- | 431 | --- |
| 434 | ** Ediff now uses the same color scheme as Diff mode. | 432 | ** Ediff now uses the same color scheme as Diff mode. |
| 435 | 433 | ||
| 436 | ** erc will look up server/channel names via auth-source and use the | 434 | ** ERC |
| 437 | channel keys found, if any. | 435 | |
| 436 | *** New package `erc-desktop-notifications.el', which can send a notification | ||
| 437 | when you receive a private message or your nickname is mentioned. | ||
| 438 | |||
| 439 | *** ERC will look up server/channel names via auth-source and use any | ||
| 440 | channel keys found. | ||
| 438 | 441 | ||
| 439 | ** Flymake uses fringe bitmaps to indicate errors and warnings. | 442 | ** Flymake uses fringe bitmaps to indicate errors and warnings. |
| 440 | See `flymake-fringe-indicator-position', `flymake-error-bitmap' and | 443 | See `flymake-fringe-indicator-position', `flymake-error-bitmap' and |
| 441 | `flymake-warning-bitmap'. | 444 | `flymake-warning-bitmap'. |
| 442 | 445 | ||
| 443 | ** Follow mode | ||
| 444 | --- | 446 | --- |
| 445 | *** The obsolete variable `follow-mode-off-hook' has been removed. | 447 | ** Follow mode no longer works by using advice. |
| 446 | --- | ||
| 447 | *** Follow mode no longer works by using advice. | ||
| 448 | The option `follow-intercept-processes' has been removed. | 448 | The option `follow-intercept-processes' has been removed. |
| 449 | 449 | ||
| 450 | ** FFAP | 450 | ** The FFAP option `ffap-url-unwrap-remote' can now be a list of strings, |
| 451 | |||
| 452 | *** The option `ffap-url-unwrap-remote' can now be a list of strings, | ||
| 453 | specifying URL types which should be converted to remote file names at | 451 | specifying URL types which should be converted to remote file names at |
| 454 | the FFAP prompt. The default is now '("ftp"). | 452 | the FFAP prompt. The default is now '("ftp"). |
| 455 | 453 | ||
| 456 | ** Generic-x | 454 | ** New Ibuffer `derived-mode' filter, bound to `/ M'. |
| 455 | The old binding for `/ M' (filter by used-mode) is now bound to `/ m'. | ||
| 457 | 456 | ||
| 458 | --- | 457 | --- |
| 459 | *** `javascript-generic-mode' is now an obsolete alias for `js-mode'. | 458 | ** `javascript-generic-mode' is now an obsolete alias for `js-mode'. |
| 460 | |||
| 461 | ** Ibuffer | ||
| 462 | 459 | ||
| 463 | *** New `derived-mode' filter, bound to `/ M'. | ||
| 464 | The old binding for `/ M' (filter by used-mode) is now bound to `/ m'. | ||
| 465 | |||
| 466 | ** Mouse Avoidance mode | ||
| 467 | +++ | 460 | +++ |
| 468 | *** New variable `mouse-avoidance-banish-position' specifies where the | 461 | ** New option `mouse-avoidance-banish-position' specifies where the |
| 469 | `banish' mouse avoidance setting moves the mouse. | 462 | `banish' mouse avoidance setting moves the mouse. |
| 470 | 463 | ||
| 471 | +++ | 464 | +++ |
| @@ -554,7 +547,7 @@ Sphinx support has been improved. | |||
| 554 | *** The constant `rst-version' describes the rst.el package version. | 547 | *** The constant `rst-version' describes the rst.el package version. |
| 555 | 548 | ||
| 556 | --- | 549 | --- |
| 557 | ** SH Script mode | 550 | ** Shell Script mode |
| 558 | 551 | ||
| 559 | *** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. | 552 | *** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. |
| 560 | 553 | ||
| @@ -562,14 +555,12 @@ Sphinx support has been improved. | |||
| 562 | 555 | ||
| 563 | *** `sh-use-smie' lets you choose a new indentation and navigation code. | 556 | *** `sh-use-smie' lets you choose a new indentation and navigation code. |
| 564 | 557 | ||
| 565 | ** Shell | 558 | ** New option `async-shell-command-buffer' specifies the buffer to use |
| 566 | |||
| 567 | *** New option `async-shell-command-buffer' specifies what buffer to use | ||
| 568 | for a new asynchronous shell command when the default output buffer | 559 | for a new asynchronous shell command when the default output buffer |
| 569 | `*Async Shell Command*' is already taken by another running command. | 560 | `*Async Shell Command*' is already in use. |
| 570 | 561 | ||
| 571 | --- | 562 | --- |
| 572 | ** SQL Mode has a new option `sql-db2-escape-newlines'. | 563 | ** SQL mode has a new option `sql-db2-escape-newlines'. |
| 573 | If non-nil, newlines sent to the command interpreter will be escaped | 564 | If non-nil, newlines sent to the command interpreter will be escaped |
| 574 | by a backslash. The default does not escape the newlines and assumes | 565 | by a backslash. The default does not escape the newlines and assumes |
| 575 | that the sql statement will be terminated by a semicolon. | 566 | that the sql statement will be terminated by a semicolon. |
| @@ -581,17 +572,17 @@ at point, or the Nth column if a numeric prefix argument is given. | |||
| 581 | 572 | ||
| 582 | ** Term | 573 | ** Term |
| 583 | +++ | 574 | +++ |
| 584 | The variables `term-default-fg-color' and `term-default-bg-color' are | 575 | *** The variables `term-default-fg-color' and `term-default-bg-color' are |
| 585 | now deprecated in favor of the `term-face' face, that you can | 576 | now deprecated in favor of the customizable `term-face' face. |
| 586 | customize. Also, it is now possible to customize how are displayed the | 577 | |
| 587 | ANSI terminal colors and styles by customizing the corresponding | 578 | *** You can customize how to display ANSI terminal colors and styles |
| 588 | `term-color-<COLOR>', `term-color-underline' and `term-color-bold' | 579 | by customizing the corresponding `term-color-<COLOR>', |
| 589 | faces. | 580 | `term-color-underline' and `term-color-bold' faces. |
| 590 | 581 | ||
| 591 | ** Tramp | 582 | ** Tramp |
| 592 | +++ | 583 | +++ |
| 593 | *** The syntax has been extended in order to allow ad-hoc proxy | 584 | *** The syntax has been extended in order to allow ad-hoc proxy definitions. |
| 594 | definitions. See the manual for details. | 585 | See the manual for details. |
| 595 | +++ | 586 | +++ |
| 596 | *** Remote processes are now supported also on remote Windows host. | 587 | *** Remote processes are now supported also on remote Windows host. |
| 597 | 588 | ||
| @@ -618,9 +609,8 @@ in case that is not properly encoded. | |||
| 618 | 609 | ||
| 619 | *** Accepts \r and \f as whitespace. | 610 | *** Accepts \r and \f as whitespace. |
| 620 | 611 | ||
| 621 | ** Which Function mode | ||
| 622 | +++ | 612 | +++ |
| 623 | *** `which-func-modes' now defaults to t, so Which Function mode, when | 613 | ** `which-func-modes' now defaults to t, so Which Function mode, when |
| 624 | enabled, applies to all applicable major modes. | 614 | enabled, applies to all applicable major modes. |
| 625 | 615 | ||
| 626 | --- | 616 | --- |
| @@ -753,16 +743,18 @@ are deprecated and will be removed eventually. | |||
| 753 | deactivate-current-input-method-function | 743 | deactivate-current-input-method-function |
| 754 | 744 | ||
| 755 | +++ | 745 | +++ |
| 756 | ** Some obsolete functions, variables, and faces were removed: | 746 | ** Some obsolete functions, variables, and faces have been removed: |
| 747 | *** `last-input-char', `last-command-char', `unread-command-char' | ||
| 757 | *** `facemenu-unlisted-faces' | 748 | *** `facemenu-unlisted-faces' |
| 758 | *** `rmail-decode-mime-charset' | 749 | *** `rmail-decode-mime-charset' |
| 759 | *** `last-input-char', `last-command-char', `unread-command-char'. | ||
| 760 | *** `iswitchb-read-buffer' | 750 | *** `iswitchb-read-buffer' |
| 761 | *** `sc-version', `sc-submit-bug-report' | 751 | *** `sc-version', `sc-submit-bug-report' |
| 762 | *** `set-char-table-default' | 752 | *** `set-char-table-default' |
| 763 | *** `string-to-sequence' (use `string-to-list' or `string-to-vector'). | 753 | *** `string-to-sequence' (use `string-to-list' or `string-to-vector') |
| 764 | *** `compile-internal' | 754 | *** `compile-internal' |
| 755 | *** `modeline' | ||
| 765 | *** `mode-line-inverse-video' | 756 | *** `mode-line-inverse-video' |
| 757 | *** `follow-mode-off-hook' | ||
| 766 | *** `cvs-commit-buffer-require-final-newline' | 758 | *** `cvs-commit-buffer-require-final-newline' |
| 767 | (use `log-edit-require-final-newline' instead) | 759 | (use `log-edit-require-final-newline' instead) |
| 768 | *** `cvs-changelog-full-paragraphs' | 760 | *** `cvs-changelog-full-paragraphs' |
| @@ -771,7 +763,6 @@ are deprecated and will be removed eventually. | |||
| 771 | *** `vc-ignore-vc-files' (use `vc-handled-backends' instead) | 763 | *** `vc-ignore-vc-files' (use `vc-handled-backends' instead) |
| 772 | *** `vc-master-templates' (use `vc-handled-backends' instead) | 764 | *** `vc-master-templates' (use `vc-handled-backends' instead) |
| 773 | *** `vc-checkout-carefully' | 765 | *** `vc-checkout-carefully' |
| 774 | *** `modeline' | ||
| 775 | 766 | ||
| 776 | 767 | ||
| 777 | * Lisp changes in Emacs 24.3 | 768 | * Lisp changes in Emacs 24.3 |
| @@ -1588,9 +1579,6 @@ The standard directory local variables feature replaces it. | |||
| 1588 | 1579 | ||
| 1589 | ** ERC changes | 1580 | ** ERC changes |
| 1590 | 1581 | ||
| 1591 | *** New package `erc-desktop-notifications.el', which can send a notification | ||
| 1592 | when you receive a private message or your nickname is mentioned. | ||
| 1593 | |||
| 1594 | *** New options `erc-autojoin-timing' and `erc-autojoin-delay', | 1582 | *** New options `erc-autojoin-timing' and `erc-autojoin-delay', |
| 1595 | controlling attempts to autojoin a channel. | 1583 | controlling attempts to autojoin a channel. |
| 1596 | 1584 | ||