diff options
| author | Joakim Verona | 2011-12-28 11:34:15 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 11:34:15 +0100 |
| commit | 2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch) | |
| tree | 034e65ef002631d0aba8fc1a41e9984fc557e630 /etc | |
| parent | bb29f044aa967831cd664c54eba0de0c701436ce (diff) | |
| parent | d23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff) | |
| download | emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/MH-E-NEWS | 10 | ||||
| -rw-r--r-- | etc/NEWS | 33 | ||||
| -rw-r--r-- | etc/NEWS.19 | 4 | ||||
| -rw-r--r-- | etc/NEWS.22 | 2 | ||||
| -rw-r--r-- | etc/NEWS.23 | 4 | ||||
| -rw-r--r-- | etc/TODO | 2 | ||||
| -rw-r--r-- | etc/srecode/doc-cpp.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/doc-default.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/doc-java.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/el.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/template.srt | 4 |
12 files changed, 48 insertions, 24 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 64479f7987f..758025c6c3e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * NEWS: Mention auth-source twice in connection with smtpmail to | ||
| 4 | clarify that smtpmail uses auth-source. | ||
| 5 | |||
| 1 | 2011-11-20 Bill Wohler <wohler@newt.com> | 6 | 2011-11-20 Bill Wohler <wohler@newt.com> |
| 2 | 7 | ||
| 3 | Release MH-E version 8.3.1. | 8 | Release MH-E version 8.3.1. |
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index f02b795a6b9..8b96d08c17a 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -39,6 +39,16 @@ addition of "trunk." | |||
| 39 | The `mh-showing-mode' variable is now defined with `define-minor-mode' | 39 | The `mh-showing-mode' variable is now defined with `define-minor-mode' |
| 40 | (closes SF #482666). | 40 | (closes SF #482666). |
| 41 | 41 | ||
| 42 | *** Desktop fails to restore MH-Folder buffers | ||
| 43 | |||
| 44 | When restoring MH folders from ".emacs.desktop", Emacs now opens them in | ||
| 45 | the expected `mh-folder' mode instead of `dired-mode' (closes SF #1510145) | ||
| 46 | |||
| 47 | *** *MH-E Log* buffer can point to removed directory | ||
| 48 | This was caused by using `set-buffer' instead of | ||
| 49 | `with-current-buffer.' This has been fixed thanks to Stefan Monnier | ||
| 50 | (closes SF #1903293). | ||
| 51 | |||
| 42 | 52 | ||
| 43 | 53 | ||
| 44 | * Changes in MH-E 8.2 | 54 | * Changes in MH-E 8.2 |
| @@ -97,10 +97,10 @@ and also when HOME is set to C:\ by default. | |||
| 97 | ** Completion | 97 | ** Completion |
| 98 | 98 | ||
| 99 | *** shell-mode uses pcomplete rules, with the standard completion UI. | 99 | *** shell-mode uses pcomplete rules, with the standard completion UI. |
| 100 | 100 | +++ | |
| 101 | *** Many packages have been changed to use `completion-at-point' | 101 | *** Many packages have been changed to use `completion-at-point' |
| 102 | rather than their own completion code. | 102 | rather than their own completion code. |
| 103 | 103 | +++ | |
| 104 | *** `completion-at-point' now handles tags and semantic completion. | 104 | *** `completion-at-point' now handles tags and semantic completion. |
| 105 | --- | 105 | --- |
| 106 | *** Completion in a non-minibuffer now tries to detect the end of completion | 106 | *** Completion in a non-minibuffer now tries to detect the end of completion |
| @@ -133,7 +133,10 @@ That variable used to have the default value "~/.authinfo", in which | |||
| 133 | case you won't see any difference. But if you changed it to be a list | 133 | case you won't see any difference. But if you changed it to be a list |
| 134 | of user names and passwords, that setting is now ignored; you will be | 134 | of user names and passwords, that setting is now ignored; you will be |
| 135 | prompted for the user name and the password, which will then be saved | 135 | prompted for the user name and the password, which will then be saved |
| 136 | to ~/.authinfo. | 136 | to ~/.authinfo. (To control where and how the credentials are stored, |
| 137 | see the auth-source manual. You may want to change the auth-source | ||
| 138 | preferences if you want to store the credentials encrypted, for | ||
| 139 | instance.) | ||
| 137 | 140 | ||
| 138 | You can also manually copy the credentials to your ~/.authinfo file. | 141 | You can also manually copy the credentials to your ~/.authinfo file. |
| 139 | For example, if you had | 142 | For example, if you had |
| @@ -545,7 +548,7 @@ the lines in the current rectangle. With a prefix argument, this | |||
| 545 | prompts for a number to count from and for a format string. | 548 | prompts for a number to count from and for a format string. |
| 546 | 549 | ||
| 547 | +++ | 550 | +++ |
| 548 | ** The default value of redisplay-dont-change is now t | 551 | ** The default value of redisplay-dont-pause is now t |
| 549 | This makes Emacs feel more responsive to editing commands that arrive | 552 | This makes Emacs feel more responsive to editing commands that arrive |
| 550 | at high rate, e.g. if you lean on some key, because stopping redisplay | 553 | at high rate, e.g. if you lean on some key, because stopping redisplay |
| 551 | in the middle (when this variable is nil) forces more expensive | 554 | in the middle (when this variable is nil) forces more expensive |
| @@ -567,6 +570,7 @@ region (or with the left margin if there is no previous line). | |||
| 567 | ** browse-url has a new variable `browse-url-mailto-function' | 570 | ** browse-url has a new variable `browse-url-mailto-function' |
| 568 | specifies how mailto: URLs are handled. The default is `browse-url-mail'. | 571 | specifies how mailto: URLs are handled. The default is `browse-url-mail'. |
| 569 | 572 | ||
| 573 | --- | ||
| 570 | ** BibTeX mode | 574 | ** BibTeX mode |
| 571 | 575 | ||
| 572 | *** BibTeX mode now supports biblatex. | 576 | *** BibTeX mode now supports biblatex. |
| @@ -622,7 +626,7 @@ view-diary-entries, list-diary-entries, show-all-diary-entries | |||
| 622 | ** comint and modes derived from it use the generic completion code. | 626 | ** comint and modes derived from it use the generic completion code. |
| 623 | 627 | ||
| 624 | ** Compilation mode | 628 | ** Compilation mode |
| 625 | 629 | --- | |
| 626 | *** Compilation mode can be used without font-lock-mode. | 630 | *** Compilation mode can be used without font-lock-mode. |
| 627 | `compilation-parse-errors-function' is now obsolete. | 631 | `compilation-parse-errors-function' is now obsolete. |
| 628 | 632 | ||
| @@ -661,7 +665,7 @@ The new function dbus-register-service registers a service known name | |||
| 661 | on a D-Bus without simultaneously registering a property or a method. | 665 | on a D-Bus without simultaneously registering a property or a method. |
| 662 | 666 | ||
| 663 | ** Dired-x | 667 | ** Dired-x |
| 664 | 668 | --- | |
| 665 | *** dired-jump and dired-jump-other-window called with a prefix argument | 669 | *** dired-jump and dired-jump-other-window called with a prefix argument |
| 666 | read a file name from the minibuffer instead of using buffer-file-name. | 670 | read a file name from the minibuffer instead of using buffer-file-name. |
| 667 | 671 | ||
| @@ -829,25 +833,29 @@ controlling the degree of parallelism. | |||
| 829 | 833 | ||
| 830 | ** VC and related modes | 834 | ** VC and related modes |
| 831 | 835 | ||
| 836 | +++ | ||
| 832 | *** Support for pulling on distributed version control systems. | 837 | *** Support for pulling on distributed version control systems. |
| 833 | The vc-pull command runs a "pull" operation, if it is supported. | 838 | `C-x v +' (`vc-pull') runs a "pull" operation, if it is supported, to |
| 834 | This updates the current branch from upstream. A prefix argument | 839 | update the current branch and working tree. A prefix argument means |
| 835 | means to prompt the user for specifics, e.g. a pull location. | 840 | to prompt the user for specifics, e.g. a pull location. |
| 836 | 841 | ||
| 837 | **** `vc-update' is now an alias for `vc-pull'. | 842 | **** `vc-update' is now an alias for `vc-pull'. |
| 838 | 843 | ||
| 839 | **** Currently supported by Bzr, Git, and Mercurial. | 844 | **** Currently supported by Bzr, Git, and Mercurial. |
| 840 | 845 | ||
| 846 | +++ | ||
| 841 | *** Support for merging on distributed version control systems. | 847 | *** Support for merging on distributed version control systems. |
| 842 | The vc-merge command now runs a "merge" operation, if it is supported. | 848 | The vc-merge command now runs a "merge" operation, if it is supported, |
| 843 | This merges another branch into the current one. This command prompts | 849 | to merge changes from another branch into the current one. It prompts |
| 844 | the user for specifics, e.g. a merge source. | 850 | for specifics, e.g. a merge source. |
| 845 | 851 | ||
| 846 | **** Currently supported for Bzr, Git, and Mercurial. | 852 | **** Currently supported for Bzr, Git, and Mercurial. |
| 847 | 853 | ||
| 854 | +++ | ||
| 848 | *** New option `vc-revert-show-diff' controls whether `vc-revert' | 855 | *** New option `vc-revert-show-diff' controls whether `vc-revert' |
| 849 | shows a diff while querying the user. It defaults to t. | 856 | shows a diff while querying the user. It defaults to t. |
| 850 | 857 | ||
| 858 | +++ | ||
| 851 | *** Log entries in some Log View buffers can be toggled to display a | 859 | *** Log entries in some Log View buffers can be toggled to display a |
| 852 | longer description by typing RET (log-view-toggle-entry-display). | 860 | longer description by typing RET (log-view-toggle-entry-display). |
| 853 | In the Log View buffers made by `C-x v L' (vc-print-root-log), you can | 861 | In the Log View buffers made by `C-x v L' (vc-print-root-log), you can |
| @@ -858,6 +866,7 @@ use this to display the full log entry for the revision at point. | |||
| 858 | **** Packages using Log View mode can enable this functionality by | 866 | **** Packages using Log View mode can enable this functionality by |
| 859 | binding `log-view-expanded-log-entry-function' to a suitable function. | 867 | binding `log-view-expanded-log-entry-function' to a suitable function. |
| 860 | 868 | ||
| 869 | +++ | ||
| 861 | *** New command `vc-ediff' allows visual comparison of two revisions | 870 | *** New command `vc-ediff' allows visual comparison of two revisions |
| 862 | of a file similar to `vc-diff', but using ediff backend. | 871 | of a file similar to `vc-diff', but using ediff backend. |
| 863 | 872 | ||
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index 16a9d9dc4cb..df6c4893f87 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 | |||
| @@ -4457,7 +4457,7 @@ highlighting, etc. | |||
| 4457 | 4457 | ||
| 4458 | So that such output processing may be done efficiently, there is a new | 4458 | So that such output processing may be done efficiently, there is a new |
| 4459 | variable, comint-last-output-start, that records the position of the start of | 4459 | variable, comint-last-output-start, that records the position of the start of |
| 4460 | the lastest output inserted into the buffer (effectively the previous value | 4460 | the last output inserted into the buffer (effectively the previous value |
| 4461 | of process-mark). Output processing functions should process the text | 4461 | of process-mark). Output processing functions should process the text |
| 4462 | between comint-last-output-start (or perhaps the beginning of the line that | 4462 | between comint-last-output-start (or perhaps the beginning of the line that |
| 4463 | the position lies on) and process-mark. | 4463 | the position lies on) and process-mark. |
| @@ -6114,7 +6114,7 @@ When you have edited both buffers as you wish, merge them with C-x 6 | |||
| 6114 | 1. This copies the text from the right-hand buffer as a second column | 6114 | 1. This copies the text from the right-hand buffer as a second column |
| 6115 | in the other buffer. To go back to two-column editing, use C-x 6 s. | 6115 | in the other buffer. To go back to two-column editing, use C-x 6 s. |
| 6116 | 6116 | ||
| 6117 | Use C-x 6 d to disassociate the two buffers, leaving each as it | 6117 | Use C-x 6 d to dissociate the two buffers, leaving each as it |
| 6118 | stands. (If the other buffer, the one that was not current when you | 6118 | stands. (If the other buffer, the one that was not current when you |
| 6119 | type C-x 6 d, is empty, C-x 6 d kills it.) | 6119 | type C-x 6 d, is empty, C-x 6 d kills it.) |
| 6120 | 6120 | ||
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 87d77cf52fc..70c7b0e018b 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -4273,7 +4273,7 @@ of suffixes. The function also accepts a predicate argument to | |||
| 4273 | further filter candidate files. | 4273 | further filter candidate files. |
| 4274 | 4274 | ||
| 4275 | One advantage of using this function is that the list of suffixes in | 4275 | One advantage of using this function is that the list of suffixes in |
| 4276 | `exec-suffixes' is OS-dependant, so this function will find | 4276 | `exec-suffixes' is OS-dependent, so this function will find |
| 4277 | executables without polluting Lisp code with OS dependencies. | 4277 | executables without polluting Lisp code with OS dependencies. |
| 4278 | 4278 | ||
| 4279 | *** The new function `file-remote-p' tests a file name and returns | 4279 | *** The new function `file-remote-p' tests a file name and returns |
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index 4e541c0deb3..b9570ee9e29 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -903,7 +903,7 @@ mode-line information (e.g. waiting for a VC command to finish). | |||
| 903 | 903 | ||
| 904 | *** The mode-line tooltips have been improved to provide more details. | 904 | *** The mode-line tooltips have been improved to provide more details. |
| 905 | 905 | ||
| 906 | *** The VC, line/colum number and minor mode indicators on the mode | 906 | *** The VC, line/column number and minor mode indicators on the mode |
| 907 | line are now interactive: mouse-1 can be used on them to pop up a menu. | 907 | line are now interactive: mouse-1 can be used on them to pop up a menu. |
| 908 | 908 | ||
| 909 | ** File deletion can make use of the Recycle Bin or system Trash folder. | 909 | ** File deletion can make use of the Recycle Bin or system Trash folder. |
| @@ -1677,7 +1677,7 @@ Running processes on a remote host can be controlled by settings in | |||
| 1677 | When the variable `file-precious-flag' is set, the success of a remote | 1677 | When the variable `file-precious-flag' is set, the success of a remote |
| 1678 | file copy is checked via the file's checksum. | 1678 | file copy is checked via the file's checksum. |
| 1679 | 1679 | ||
| 1680 | *** Passwords can be read from an authentification file. | 1680 | *** Passwords can be read from an authentication file. |
| 1681 | Tramp uses the package `auth-source' to read passwords from a file, if | 1681 | Tramp uses the package `auth-source' to read passwords from a file, if |
| 1682 | necessary. | 1682 | necessary. |
| 1683 | 1683 | ||
| @@ -674,7 +674,7 @@ with toolkit-specific code to display the menu bar right to left. | |||
| 674 | 674 | ||
| 675 | *** image-type-header-regexps priorities the jpeg loader over the | 675 | *** image-type-header-regexps priorities the jpeg loader over the |
| 676 | ImageMagick one. This is not wrong, but how should a user go about | 676 | ImageMagick one. This is not wrong, but how should a user go about |
| 677 | prefering the ImageMagick loader? The user might like zooming etc in jpegs. | 677 | preferring the ImageMagick loader? The user might like zooming etc in jpegs. |
| 678 | 678 | ||
| 679 | Try (setq image-type-header-regexps nil) for a quick hack to prefer | 679 | Try (setq image-type-header-regexps nil) for a quick hack to prefer |
| 680 | ImageMagick over the jpg loader. | 680 | ImageMagick over the jpg loader. |
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt index 957986e8eda..a9ea16d1811 100644 --- a/etc/srecode/doc-cpp.srt +++ b/etc/srecode/doc-cpp.srt | |||
| @@ -43,7 +43,7 @@ Recycle doxygen comment code from the more general template set." | |||
| 43 | ---- | 43 | ---- |
| 44 | 44 | ||
| 45 | template variable-same-line-comment :tag | 45 | template variable-same-line-comment :tag |
| 46 | "A comment occurring after a veriable declaration. | 46 | "A comment occurring after a variable declaration. |
| 47 | Recycle doxygen comment code from the more general template set." | 47 | Recycle doxygen comment code from the more general template set." |
| 48 | ---- | 48 | ---- |
| 49 | {{>:declaration:doxygen-variable-same-line}} | 49 | {{>:declaration:doxygen-variable-same-line}} |
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt index 24741fa7741..ac8d8bc1ac2 100644 --- a/etc/srecode/doc-default.srt +++ b/etc/srecode/doc-default.srt | |||
| @@ -43,7 +43,7 @@ template function-comment :tag :indent :blank | |||
| 43 | ---- | 43 | ---- |
| 44 | 44 | ||
| 45 | template variable-same-line-comment :tag | 45 | template variable-same-line-comment :tag |
| 46 | "A comment occurring after a veriable declaration." | 46 | "A comment occurring after a variable declaration." |
| 47 | ---- | 47 | ---- |
| 48 | {{comment_start}} {{?DOC}} {{comment_end}} | 48 | {{comment_start}} {{?DOC}} {{comment_end}} |
| 49 | ---- | 49 | ---- |
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt index c6d2ef1fd54..aeae1c2c389 100644 --- a/etc/srecode/doc-java.srt +++ b/etc/srecode/doc-java.srt | |||
| @@ -44,7 +44,7 @@ Recycle javadoc comment code from the more general template set." | |||
| 44 | ---- | 44 | ---- |
| 45 | 45 | ||
| 46 | template variable-same-line-comment :tag | 46 | template variable-same-line-comment :tag |
| 47 | "A comment occurring after a veriable declaration. | 47 | "A comment occurring after a variable declaration. |
| 48 | Recycle javadoc comment code from the more general template set." | 48 | Recycle javadoc comment code from the more general template set." |
| 49 | ---- | 49 | ---- |
| 50 | {{>:declaration:javadoc-variable-same-line}} | 50 | {{>:declaration:javadoc-variable-same-line}} |
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt index 6117e72be2a..03a797bb709 100644 --- a/etc/srecode/el.srt +++ b/etc/srecode/el.srt | |||
| @@ -109,7 +109,7 @@ $<MODEFCN:declaration:function$ | |||
| 109 | '($MODESYM$-mode-font-lock-keywords | 109 | '($MODESYM$-mode-font-lock-keywords |
| 110 | nil ;; perform string/comment fontification | 110 | nil ;; perform string/comment fontification |
| 111 | nil ;; keywords are case sensitive. | 111 | nil ;; keywords are case sensitive. |
| 112 | ;; This puts _ & - as a word constituant, | 112 | ;; This puts _ & - as a word constituent, |
| 113 | ;; simplifying our keywords significantly | 113 | ;; simplifying our keywords significantly |
| 114 | ((?_ . "w") (?- . "w")))) | 114 | ((?_ . "w") (?- . "w")))) |
| 115 | (run-hooks '$MODESYM$-mode-hook) | 115 | (run-hooks '$MODESYM$-mode-hook) |
diff --git a/etc/srecode/template.srt b/etc/srecode/template.srt index 3c9aff7ff0d..adbe554216b 100644 --- a/etc/srecode/template.srt +++ b/etc/srecode/template.srt | |||
| @@ -125,13 +125,13 @@ prompt $?NAME$ "$?PROMPT$" | |||
| 125 | bind "p" | 125 | bind "p" |
| 126 | 126 | ||
| 127 | template priority :blank | 127 | template priority :blank |
| 128 | "Insert a priority statemept." | 128 | "Insert a priority statement." |
| 129 | ---- | 129 | ---- |
| 130 | set priority $^$ | 130 | set priority $^$ |
| 131 | ---- | 131 | ---- |
| 132 | 132 | ||
| 133 | template application :blank | 133 | template application :blank |
| 134 | "Insert a priority statemept." | 134 | "Insert an application statement." |
| 135 | ---- | 135 | ---- |
| 136 | set application "$^$" | 136 | set application "$^$" |
| 137 | ---- | 137 | ---- |