1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
Commit graph

1182 commits

Author SHA1 Message Date
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Eli Zaretskii
fa6661a899 (Flymake mode): find-file-hook instead of ...-hooks. 2007-01-20 14:37:30 +00:00
Miles Bader
6904f7fe8e Merge from erc--main--0
Highlights:

 - Display messages starting with "/" but are not commands correctly.
 - Add erc-capab.el file, with capab-identify module.
 - Fix various ERC menu bugs and add "Current channel" submenu.
 - Make header-line display look nicer.
 - Fix warning when auto-authenticating to bitlbee.
 - New option erc-system-name allows the hostname next to your nick to be
   customized.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-599
Creator:  Michael Olson <mwolson@gnu.org>
2007-01-17 18:17:25 +00:00
Glenn Morris
93a30ccc40 *** empty log message *** 2007-01-16 00:37:09 +00:00
Richard M. Stallman
51524f43ab (Windows Keyboard): Another small cleanup. 2007-01-11 20:41:43 +00:00
Richard M. Stallman
b9ffe41837 *** empty log message *** 2007-01-10 01:20:16 +00:00
Richard M. Stallman
cc7ff062cd *** empty log message *** 2007-01-05 19:13:21 +00:00
Nick Roberts
2bb0900a20 *** empty log message *** 2007-01-05 05:04:16 +00:00
Miles Bader
10dc9f9eba Update from erc--emacs--22
Highlights:
 - New /RECONNECT command.
 - Improve default method for auto-identify to nickserv.
 - Fix another erc-iswitchb bug.
 - Fix reconnect lockup (defaulting to twice before giving up).
 - Fix reconnect on ban.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-587
Creator:  Michael Olson <mwolson@gnu.org>
2007-01-05 02:09:07 +00:00
Richard M. Stallman
a0583738af *** empty log message *** 2007-01-04 22:14:36 +00:00
Richard M. Stallman
83e7329767 *** empty log message *** 2007-01-04 18:53:10 +00:00
Reiner Steib
f6a1a6721f (Customizing Articles): Use index entries for gnus-treat-*
variables only in info to avoid redundant entries in the printed
manual.
2007-01-03 09:57:07 +00:00
Richard M. Stallman
a6c327a88c *** empty log message *** 2007-01-02 21:15:32 +00:00
Reiner Steib
10ad749b12 (Using PGP/MIME): Document gpg-agent usage.
(Security): Split into sub-nodes.
2007-01-02 19:52:57 +00:00
Alan Mackenzie
b1da67d7b2 *** empty log message *** 2007-01-01 22:20:46 +00:00
Jan Djärv
fe7dc56e0a *** empty log message *** 2007-01-01 19:03:27 +00:00
Kim F. Storm
a71b20e2ae *** empty log message *** 2007-01-01 16:04:13 +00:00
Richard M. Stallman
0947a3720e (Specific Customization): Document customize-option
instead of customize-variable.
2007-01-01 01:57:22 +00:00
Kim F. Storm
f57cdb50a7 *** empty log message *** 2006-12-31 00:48:53 +00:00
Kim F. Storm
d1fa3d8e20 *** empty log message *** 2006-12-30 22:41:32 +00:00
Kim F. Storm
249844e0d5 *** empty log message *** 2006-12-30 21:39:05 +00:00
Michael Albinus
658052a2ce Sync with Tramp 2.0.55. 2006-12-30 16:17:10 +00:00
Miles Bader
11e95b0200 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 179-183)

   - Update from CVS

2006-12-25  Daiki Ueno  <ueno@unixuser.org>

   * lisp/pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
   locale-coding-system.
   * lisp/pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
   LF.

2006-12-29  Jouni K. Sepp,Ad(Bnen  <jks@iki.fi>

   * lisp/gnus/nnimap.el (nnimap-expunge-search-string): Mention
   nnimap-search-uids-not-since-is-evil in docstring.

2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam.el: Revert to make-obsolete-variable because
   define-obsolete-variable-alias is not supported in Emacs 21.

2006-12-28  Daiki Ueno  <ueno@unixuser.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-next-article): Make sure we are in the
   summary buffer.

2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam.el (spam-ifile-path, spam-ifile-database-path)
   (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
   make-obsolete-variable.

2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el (message-make-fqdn): Fix comment.
   (message-bogus-system-names): Add ".local".

   * lisp/gnus/spam.el (spam-ifile-path, spam-ifile-program)
   (spam-ifile-database-path, spam-ifile-database)
   (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
   Don't use "path" inappropriately.
   (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
   strings.
   (spam-check-ifile, spam-ifile-register-with-ifile)
   (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
   new variable names.

   * lisp/gnus/gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
   (gnus-treat-display-smileys): Simplify using
   gnus-image-type-available-p.

   * lisp/gnus/gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
   available.

2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
   one after turning on the buffer's multibyteness instead of decoding
   them directly in the unibyte buffer that causes unexpected conversion
   in Emacs 23 (unicode).

2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Customizing Articles): Add index entries for all
   gnus-treat-* variables.

2006-12-29  Jouni K. Sepp,Ad(Bnen  <jks@iki.fi>

   * man/gnus.texi (IMAP): Fix incorrect explanation of
   nnimap-search-uids-not-since-is-evil in documentation for
   nnimap-expunge-search-string.

2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
   spam-ifile-database.

2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Spam Package Configuration Examples): Don't encourage to
   rebind C-s.

2006-12-26  Jouni K. Sepp,Ad(Bnen  <jks@iki.fi>

   * man/gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
   (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
   "expiring mail".
   (IMAP): Document nnimap-search-uids-not-since-is-evil and
   nnimap-nov-is-evil.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-576
2006-12-30 15:34:42 +00:00
Eli Zaretskii
e7379492d0 (Windows Keyboard): Mention widespread Windows bindings, and how to get
them back.
2006-12-27 12:49:36 +00:00
Richard M. Stallman
dbb8dfc762 *** empty log message *** 2006-12-26 03:54:12 +00:00
Richard M. Stallman
20419086d9 *** empty log message *** 2006-12-25 20:37:40 +00:00
Juanma Barranquero
92ad3e9f49 (Sorting Sequences): In sort*, add a little cautionary note about the key
procedure being used heavily.
2006-12-25 01:08:43 +00:00
Chong Yidong
8110099df1 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
to t.
(Prerequisites): Add explanation about gpg-agent.
2006-12-24 20:54:22 +00:00
Richard M. Stallman
3350dc42d8 *** empty log message *** 2006-12-24 03:04:14 +00:00
Chong Yidong
858d24c146 * calendar.texi (Scroll Calendar): < and > are switched. 2006-12-23 19:08:06 +00:00
Richard M. Stallman
a914e2b269 *** empty log message *** 2006-12-23 18:08:27 +00:00
Richard M. Stallman
d1549d4e6d (Regexp Search): Explain why forward and reverse regexp
search are not mirror images.
2006-12-23 17:30:42 +00:00
Richard M. Stallman
d99ccfc828 (History and Acknowledgements): Recognize that Emacs
now does have floating point.
2006-12-19 22:06:32 +00:00
Kim F. Storm
c5f6230ac1 *** empty log message *** 2006-12-19 09:24:45 +00:00
Michael Albinus
a7bf5e52a1 * tramp.texi (External transfer methods): Describe new method `scpc'. 2006-12-19 06:57:28 +00:00
Eli Zaretskii
a26d12e3b3 (Windows Keyboard): Add a footnote about "Windows" keys peculiarities. 2006-12-18 20:46:19 +00:00
Richard M. Stallman
dc12b2bef9 (Editing Abbrevs): Fix previous change. 2006-12-18 01:53:05 +00:00
Chong Yidong
029b280b2f * pgg.texi: Added short note on gpg-agent to the introduction. 2006-12-17 23:17:05 +00:00
Alan Mackenzie
bce4aeb40a *** empty log message *** 2006-12-17 22:13:41 +00:00
Glenn Morris
91e03a5166 *** empty log message *** 2006-12-17 06:47:42 +00:00
Eli Zaretskii
04afd01e97 *** empty log message *** 2006-12-16 12:46:45 +00:00
Eli Zaretskii
6041f4e1e2 (Windows Keyboard): Clarify `w32-recognize-altgr' effect. 2006-12-16 12:23:25 +00:00
Eli Zaretskii
c6e87e8968 (HTML Mode): Fix "C-c TAB". 2006-12-15 14:12:44 +00:00
Miles Bader
fec467da65 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 176)

   - Update from CVS

2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
   also applies to Cc.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-560
2006-12-15 01:14:50 +00:00
Miles Bader
bcd3e063d1 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 173-175)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/legacy-gnus-agent.el: Add Copyright notice.

2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (X-Face): Clarify. Say which programs are required on
   Windows.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-558
2006-12-14 01:24:41 +00:00
Richard M. Stallman
ab20df73d3 *** empty log message *** 2006-12-09 02:53:58 +00:00
Eli Zaretskii
9e67e94f83 *** empty log message *** 2006-12-08 18:06:02 +00:00
Eli Zaretskii
3f12e16bd7 (Colors): Note that --color is intended for overriding the terminal defaults,
not for normal invocation.
2006-12-08 17:23:06 +00:00
Eli Zaretskii
d9d81805f7 (Emacs Server): Improve wording. Don't mention the ``server program''.
Add a cross-reference to "Init File" node.
(Invoking emacsclient): Add index entries.  Document both short and long
versions of command-line options.  Document the -f option.
2006-12-08 17:02:57 +00:00
Miles Bader
cb0a26d3c3 Update from erc--emacs--22
Highlights:
 - Remove contributions from someone who has not assigned changes yet.
 - Merge in a couple of bug-fixes from the main branch.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-546
Creator:  Michael Olson <mwolson@gnu.org>
2006-12-08 07:13:33 +00:00