aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2011-12-28 11:34:15 +0100
committerJoakim Verona2011-12-28 11:34:15 +0100
commit2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch)
tree034e65ef002631d0aba8fc1a41e9984fc557e630 /etc
parentbb29f044aa967831cd664c54eba0de0c701436ce (diff)
parentd23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff)
downloademacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz
emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip
upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/MH-E-NEWS10
-rw-r--r--etc/NEWS33
-rw-r--r--etc/NEWS.194
-rw-r--r--etc/NEWS.222
-rw-r--r--etc/NEWS.234
-rw-r--r--etc/TODO2
-rw-r--r--etc/srecode/doc-cpp.srt2
-rw-r--r--etc/srecode/doc-default.srt2
-rw-r--r--etc/srecode/doc-java.srt2
-rw-r--r--etc/srecode/el.srt2
-rw-r--r--etc/srecode/template.srt4
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 @@
12011-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
12011-11-20 Bill Wohler <wohler@newt.com> 62011-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."
39The `mh-showing-mode' variable is now defined with `define-minor-mode' 39The `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
44When restoring MH folders from ".emacs.desktop", Emacs now opens them in
45the expected `mh-folder' mode instead of `dired-mode' (closes SF #1510145)
46
47*** *MH-E Log* buffer can point to removed directory
48This 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
diff --git a/etc/NEWS b/etc/NEWS
index fe481c4ed8f..f37f562ec82 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'
102rather than their own completion code. 102rather 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
133case you won't see any difference. But if you changed it to be a list 133case you won't see any difference. But if you changed it to be a list
134of user names and passwords, that setting is now ignored; you will be 134of user names and passwords, that setting is now ignored; you will be
135prompted for the user name and the password, which will then be saved 135prompted for the user name and the password, which will then be saved
136to ~/.authinfo. 136to ~/.authinfo. (To control where and how the credentials are stored,
137see the auth-source manual. You may want to change the auth-source
138preferences if you want to store the credentials encrypted, for
139instance.)
137 140
138You can also manually copy the credentials to your ~/.authinfo file. 141You can also manually copy the credentials to your ~/.authinfo file.
139For example, if you had 142For example, if you had
@@ -545,7 +548,7 @@ the lines in the current rectangle. With a prefix argument, this
545prompts for a number to count from and for a format string. 548prompts 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
549This makes Emacs feel more responsive to editing commands that arrive 552This makes Emacs feel more responsive to editing commands that arrive
550at high rate, e.g. if you lean on some key, because stopping redisplay 553at high rate, e.g. if you lean on some key, because stopping redisplay
551in the middle (when this variable is nil) forces more expensive 554in 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'
568specifies how mailto: URLs are handled. The default is `browse-url-mail'. 571specifies 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
661on a D-Bus without simultaneously registering a property or a method. 665on 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
666read a file name from the minibuffer instead of using buffer-file-name. 670read 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.
833The 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
834This updates the current branch from upstream. A prefix argument 839update the current branch and working tree. A prefix argument means
835means to prompt the user for specifics, e.g. a pull location. 840to 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.
842The vc-merge command now runs a "merge" operation, if it is supported. 848The vc-merge command now runs a "merge" operation, if it is supported,
843This merges another branch into the current one. This command prompts 849to merge changes from another branch into the current one. It prompts
844the user for specifics, e.g. a merge source. 850for 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'
849shows a diff while querying the user. It defaults to t. 856shows 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
852longer description by typing RET (log-view-toggle-entry-display). 860longer description by typing RET (log-view-toggle-entry-display).
853In the Log View buffers made by `C-x v L' (vc-print-root-log), you can 861In 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
859binding `log-view-expanded-log-entry-function' to a suitable function. 867binding `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
862of a file similar to `vc-diff', but using ediff backend. 871of 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
4458So that such output processing may be done efficiently, there is a new 4458So that such output processing may be done efficiently, there is a new
4459variable, comint-last-output-start, that records the position of the start of 4459variable, comint-last-output-start, that records the position of the start of
4460the lastest output inserted into the buffer (effectively the previous value 4460the last output inserted into the buffer (effectively the previous value
4461of process-mark). Output processing functions should process the text 4461of process-mark). Output processing functions should process the text
4462between comint-last-output-start (or perhaps the beginning of the line that 4462between comint-last-output-start (or perhaps the beginning of the line that
4463the position lies on) and process-mark. 4463the 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
61141. This copies the text from the right-hand buffer as a second column 61141. This copies the text from the right-hand buffer as a second column
6115in the other buffer. To go back to two-column editing, use C-x 6 s. 6115in the other buffer. To go back to two-column editing, use C-x 6 s.
6116 6116
6117Use C-x 6 d to disassociate the two buffers, leaving each as it 6117Use C-x 6 d to dissociate the two buffers, leaving each as it
6118stands. (If the other buffer, the one that was not current when you 6118stands. (If the other buffer, the one that was not current when you
6119type C-x 6 d, is empty, C-x 6 d kills it.) 6119type 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
4273further filter candidate files. 4273further filter candidate files.
4274 4274
4275One advantage of using this function is that the list of suffixes in 4275One 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
4277executables without polluting Lisp code with OS dependencies. 4277executables 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
907line are now interactive: mouse-1 can be used on them to pop up a menu. 907line 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
1677When the variable `file-precious-flag' is set, the success of a remote 1677When the variable `file-precious-flag' is set, the success of a remote
1678file copy is checked via the file's checksum. 1678file 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.
1681Tramp uses the package `auth-source' to read passwords from a file, if 1681Tramp uses the package `auth-source' to read passwords from a file, if
1682necessary. 1682necessary.
1683 1683
diff --git a/etc/TODO b/etc/TODO
index 5acd8734ad0..2470747bfb5 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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
676ImageMagick one. This is not wrong, but how should a user go about 676ImageMagick one. This is not wrong, but how should a user go about
677prefering the ImageMagick loader? The user might like zooming etc in jpegs. 677preferring the ImageMagick loader? The user might like zooming etc in jpegs.
678 678
679Try (setq image-type-header-regexps nil) for a quick hack to prefer 679Try (setq image-type-header-regexps nil) for a quick hack to prefer
680ImageMagick over the jpg loader. 680ImageMagick 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
45template variable-same-line-comment :tag 45template variable-same-line-comment :tag
46"A comment occurring after a veriable declaration. 46"A comment occurring after a variable declaration.
47Recycle doxygen comment code from the more general template set." 47Recycle 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
45template variable-same-line-comment :tag 45template 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
46template variable-same-line-comment :tag 46template variable-same-line-comment :tag
47"A comment occurring after a veriable declaration. 47"A comment occurring after a variable declaration.
48Recycle javadoc comment code from the more general template set." 48Recycle 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$"
125bind "p" 125bind "p"
126 126
127template priority :blank 127template priority :blank
128"Insert a priority statemept." 128"Insert a priority statement."
129---- 129----
130set priority $^$ 130set priority $^$
131---- 131----
132 132
133template application :blank 133template application :blank
134"Insert a priority statemept." 134"Insert an application statement."
135---- 135----
136set application "$^$" 136set application "$^$"
137---- 137----