From a50575464256f7d77914548c520255e72950803c Mon Sep 17 00:00:00 2001 From: Gnus developers Date: Tue, 8 Mar 2011 14:26:05 +0000 Subject: Merge changes made in Gnus trunk. message.texi (Message Buffers): Update default value of message-generate-new-buffers. shr.el (shr-table-horizontal-line): Change the defaults for the table lines to be spaces instead. sieve-manage.el (sieve-sasl-auth): Create auth-info if not found. (sieve-sasl-auth): Check that auth-source-search did return something, or just return an empty string. gnus-start.el (gnus-group-change-level): Allow putting foreign groups onto the list of killed groups, too. This makes killed nnimap groups, for instance, more reliably not reappear. nnimap.el (nnimap-request-thread): Don't bug out when we can't find the parent. --- doc/misc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 2c5f998737a..75674c7fd17 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-07 Antoine Levitt + + * message.texi (Message Buffers): Update default value of + message-generate-new-buffers. + 2011-03-06 Jay Belanger * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel -- cgit v1.2.1 From 733afdf4d9df952a2d06c40b067de3a62bceb26b Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Wed, 9 Mar 2011 13:39:35 +0000 Subject: Merge changes made in Gnus trunk. auth-source.el (auth-source-read-char-choice): New function to read a character choice using `dropdown-list', `read-char-choice', or `read-char'. It appends "[a/b/c] " to the prompt if the choices were '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use `eval-when-compile' to load `dropdown-list'. (auth-source-netrc-saver): Use it. nnimap.el (nnimap-credentials): Keep the :save-function as the third parameter in the credentials. (nnimap-open-connection-1): Use it after a successful login. (nnimap-credentials): Add IMAP-specific user and password prompt. auth-source.el (auth-source-search): Add :require parameter, taking a list. Document it and the :save-function return token. Pass :require down. Change the CREATED message from a warning to a debug statement. (auth-source-search-backends): Pass :require down. (auth-source-netrc-search): Pass :require down. (auth-source-netrc-parse): Use :require, if it's given, as a filter. Change save prompt to indicate all modifications saved here are deletions. (auth-source-netrc-create): Take user login name as default in user prompt. Move all the save functionality to a lexically bound function under the :save-function token in the returned list. Set up clearer default prompts for user, host, port, and secret. (auth-source-netrc-saver): New function, intended to be wrapped for :save-function. --- doc/misc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 75674c7fd17..96a2576355a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-08 Teodor Zlatanov + + * auth.texi (Help for developers): Show example of using + `auth-source-search' with prompts and :save-function. + 2011-03-07 Antoine Levitt * message.texi (Message Buffers): Update default value of -- cgit v1.2.1 From b740639e32c52d75ea93a2ac9c4b1c41257f3bb0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 11 Mar 2011 01:02:58 -0800 Subject: Add Makefile rules for generating html version of Emacs FAQ. * doc/misc/Makefile.in (HTML_TARGETS): New. (clean): Delete $HTML_TARGETS. (emacs-faq.html): New, for use with the gnu.org Emacs webpage. --- doc/misc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 96a2576355a..59ad3076684 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2011-03-11 Glenn Morris + + * Makefile.in (HTML_TARGETS): New. + (clean): Delete $HTML_TARGETS. + (emacs-faq.html): New, for use with the gnu.org Emacs webpage. + 2011-03-08 Teodor Zlatanov * auth.texi (Help for developers): Show example of using -- cgit v1.2.1 From 0c3b25f89b56d7cf2721dee4893a4fe1c25a030d Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 12 Mar 2011 16:22:10 +0100 Subject: Sync with Tramp 2.2.1. * trampver.texi: Update release number. --- doc/misc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 59ad3076684..b27b1aae5b7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2011-03-12 Michael Albinus + + Sync with Tramp 2.2.1. + + * trampver.texi: Update release number. + 2011-03-11 Glenn Morris * Makefile.in (HTML_TARGETS): New. -- cgit v1.2.1 From 54ce11a161cd756047fccdfc128dc0527692ea06 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 12 Mar 2011 10:40:08 -0800 Subject: Some more html rules for doc/misc/Makefile.in. * doc/misc/Makefile.in (emacs-faq.html): Fix some more cross-refs. (emacs-faq.text): New target. (clean): Add emacs-faq. --- doc/misc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index b27b1aae5b7..1a1ca1d6296 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2011-03-12 Glenn Morris + + * Makefile.in (emacs-faq.html): Fix some more cross-refs. + (emacs-faq.text): New target. + (clean): Add emacs-faq. + 2011-03-12 Michael Albinus Sync with Tramp 2.2.1. -- cgit v1.2.1 From 4248cca2de96a6732a233e9c1d13c6336b215705 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Sun, 13 Mar 2011 04:07:38 +0000 Subject: Merge changes made in Gnus trunk. auth.texi (Help for developers): Update docs to explain that the :save-function will only run the first time. auth-source.el (auth-source-format-prompt): Always convert the value to a string to avoid evaluating non-string arguments. (auth-source-netrc-create): Offer default properly, not as initial content in `read-string'. (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash of line to determine if we've been run before. If so, don't run again, but print a trivial message to indicate the cache was hit instead. --- doc/misc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 1a1ca1d6296..db3a944c160 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-12 Teodor Zlatanov + + * auth.texi (Help for developers): Update docs to explain that the + :save-function will only run the first time. + 2011-03-12 Glenn Morris * Makefile.in (emacs-faq.html): Fix some more cross-refs. -- cgit v1.2.1 From e756ec02a4415f054cac4887a1b03ae4d7ed6ccb Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 14 Mar 2011 17:39:58 +0100 Subject: * tramp.texi (Remote processes): New subsection "Running shell on a remote host". --- doc/misc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index db3a944c160..ecb6cceda91 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-14 Michael Albinus + + * tramp.texi (Remote processes): New subsection "Running shell on + a remote host". + 2011-03-12 Teodor Zlatanov * auth.texi (Help for developers): Update docs to explain that the -- cgit v1.2.1 From a123622dc48a5f0e0eb32c07ce05c85e16e09c1d Mon Sep 17 00:00:00 2001 From: Gnus developers Date: Tue, 15 Mar 2011 22:38:41 +0000 Subject: Merge changes made in Gnus trunk. message.texi (Insertion Variables): Document message-cite-style. nnimap.el (nnimap-open-connection-1): Allow `network-only', too. gssapi.el: New file separated out from imap.el to provide a general Kerberos 5 connection facility for Emacs. message.el (message-elide-ellipsis): Document the format spec ellipsis. message.el (message-elide-region): Allow the ellipsis to say how many lines were removed. gnus-win.el (gnus-configure-frame): Protect against trying to restore window configurations containing buffers that are now dead. nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before parsing to avoid integer overflows. (nnimap-parse-flags): Simplify the last change. (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be too large for 32-bit Emacsen. gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on XEmacs, which was one character too wide. gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as default number of articles to display. (gnus-articles-to-read): Use pretty names for prompt. gnus-int.el (gnus-open-server): Ditto. gnus-start.el (gnus-activate-group): Give a backtrace if debug-on-quit is set and the user hits `C-g'. (gnus-read-active-file): Ditto. gnus-group.el (gnus-group-read-ephemeral-group): Ditto. --- doc/misc/ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index ecb6cceda91..be1b4c46fba 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,4 +1,8 @@ -2011-03-14 Michael Albinus +2011-03-15 Antoine Levitt + + * message.texi (Insertion Variables): Document message-cite-style. + +2011-03-14 Michael Albinus * tramp.texi (Remote processes): New subsection "Running shell on a remote host". -- cgit v1.2.1 From d71990a1e4ff251bffa6453772c1e93f84059f5d Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Wed, 16 Mar 2011 20:30:08 -0500 Subject: * lisp/calc/README: Mention musical notes. * lisp/calc-units.el (calc-lu-quant): Rename from `calc-logunits-quantity'. (calcFunc-lupquant): Rename from `calcFunc-powerquant'. (calcFunc-lufquant): Rename from `calcFunc-fieldquant'. (calc-db): Rename from `calc-dblevel'. (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'. (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'. (calc-np): Rename from `calc-nplevel'. (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'. (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'. (calc-lu-plus): Rename from `calc-logunits-add'. (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'. (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'. (calc-lu-minus): Rename from `calc-logunits-sub'. (calcFunc-lupsub): Rename from `calcFunc-lupowersub'. (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'. (calc-lu-times): Rename from `calc-logunits-mul'. (calcFunc-lupmul): Rename from `calcFunc-lupowermul'. (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'. (calc-lu-divide): Rename from `calc-logunits-div'. (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'. (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'. * lisp/calc/calc-ext.el (calc-init-extensions): Update the names of the functions being autoloaded. * lisp/calc/calc.el (calc-lu-power-reference): Rename from `calc-logunits-power-reference'. (calc-lu-field-reference): Rename from `calc-logunits-field-reference'. * lisp/calc/calc-help (calc-l-prefix-help): Mention musical note functions. * doc/misc/calc.texi (Logarithmic Units): Update the function names. --- doc/misc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index be1b4c46fba..5dd5e3e4fdc 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2011-03-17 Jay Belanger + + * calc.texi (Logarithmic Units): Update the function names. + 2011-03-15 Antoine Levitt * message.texi (Insertion Variables): Document message-cite-style. -- cgit v1.2.1 From 1518e4f02dab44ba5388cd8b0699749ee30d3eff Mon Sep 17 00:00:00 2001 From: Gnus developers Date: Fri, 18 Mar 2011 13:45:04 +0000 Subject: Merge changes made in Gnus trunk. message.texi (Various Commands): Document format specs in the ellipsis. time-date.el (format-seconds): Use assoc instead of assoc-string to avoid warning on XEmacs. gnus-art.el: Require mouse, which the build bot seems to say is needed. gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on XEmacs, since it doesn't have url-retrieve-synchronously. time-date.el (format-seconds): Use assoc instead of assoc-string, since assoc-string doesn't exist in XEmacs. gnus-group.el (gnus-group-list-ticked): New function. (gnus-group-make-menu-bar): Provide a menu entry for it. (gnus-group-list-map): Provide a binding for it. shr.el (shr-visit-file): New command. nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch. nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable servers. --- doc/misc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/misc/ChangeLog') diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 5dd5e3e4fdc..50f0e4e45b9 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -2,6 +2,11 @@ * calc.texi (Logarithmic Units): Update the function names. +2011-03-15 Lars Magne Ingebrigtsen + + * message.texi (Various Commands): Document format specs in the + ellipsis. + 2011-03-15 Antoine Levitt * message.texi (Insertion Variables): Document message-cite-style. -- cgit v1.2.1