aboutsummaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-1615-31/+32
| | | | 2001).
* Remove Perry copyright based on copyright.list:Glenn Morris2007-01-161-6/+4
| | | | | EMACS William M. Perry USA 1971 1998-12-23 Assigns past and future changes.
* Remove Ueno copyright based on copyright.list:Glenn Morris2007-01-161-2/+2
| | | | | EMACS Daiki Ueno Japan, 1976 2007-01-11 Assigns Past and Future Changes
* (Editing Abbrevs): Describe how to disable a system abbrev.Glenn Morris2007-01-161-1/+3
|
* *** empty log message ***Glenn Morris2007-01-161-0/+5
|
* (Windows Keyboard): Another small cleanup.Richard M. Stallman2007-01-112-6/+9
|
* *** empty log message ***Richard M. Stallman2007-01-101-0/+5
|
* (Windows Keyboard): Yet another try to make everyone happy with that passage.Richard M. Stallman2007-01-101-6/+6
|
* *** empty log message ***Richard M. Stallman2007-01-051-0/+4
|
* (Antinews): Mention M-x shell scrolling.Richard M. Stallman2007-01-051-0/+5
|
* (Watch Expressions): Describe gdb-max-children.Nick Roberts2007-01-051-2/+5
|
* *** empty log message ***Nick Roberts2007-01-051-0/+4
|
* Update from erc--emacs--22Miles Bader2007-01-052-0/+9
| | | | | | | | | | | | 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>
* *** empty log message ***Richard M. Stallman2007-01-041-0/+2
|
* Change C-c b to C-c C-m.Richard M. Stallman2007-01-041-25/+25
|
* *** empty log message ***Richard M. Stallman2007-01-041-0/+4
|
* (Windows Keyboard): Clarify previous change.Richard M. Stallman2007-01-041-6/+6
|
* (Customizing Articles): Use index entries for gnus-treat-*Reiner Steib2007-01-032-24/+58
| | | | | variables only in info to avoid redundant entries in the printed manual.
* *** empty log message ***Richard M. Stallman2007-01-021-0/+18
|
* (Changing a Variable): Minor clarification.Richard M. Stallman2007-01-021-5/+5
| | | | (Specific Customization): customize-customized => customize-unsaved.
* (Entering Emacs): Clean up text about restarting Emacs for each file.Richard M. Stallman2007-01-021-6/+9
|
* (Shell Options): Minor cleanup.Richard M. Stallman2007-01-021-2/+2
|
* (Windows Keyboard): Explain that Windows was incompatibleRichard M. Stallman2007-01-021-5/+8
| | | | with Emacs, not vice versa.
* (Symbol Completion): Recommend customizing window manager.Richard M. Stallman2007-01-021-3/+6
|
* (Resources): Minor fix.Richard M. Stallman2007-01-021-1/+1
|
* (Using PGP/MIME): Document gpg-agent usage.Reiner Steib2007-01-022-5/+66
| | | | (Security): Split into sub-nodes.
* *** empty log message ***Alan Mackenzie2007-01-011-0/+28
|
* Changes for CC Mode 5.31.4. They are detailed in the ChangeLog entriesAlan Mackenzie2007-01-011-67/+100
| | | | for 2007-01-01.
* ReorderJan Djärv2007-01-011-5/+5
|
* (Table of Resources): Add scrollBarWidth resource.Jan Djärv2007-01-011-0/+5
|
* *** empty log message ***Jan Djärv2007-01-011-0/+4
|
* *** empty log message ***Kim F. Storm2007-01-011-1/+0
|
* (Specific Customization): Document customize-optionRichard M. Stallman2007-01-012-15/+27
| | | | instead of customize-variable.
* (User Input): Document keys stolen by window mangers.Richard M. Stallman2007-01-011-0/+9
|
* *** empty log message ***Kim F. Storm2006-12-311-0/+4
|
* (Choosing Modes): Document auto-mode-case-fond.Kim F. Storm2006-12-311-0/+8
|
* (CUA Bindings): Fix typo.Kim F. Storm2006-12-301-2/+2
|
* *** empty log message ***Kim F. Storm2006-12-301-0/+2
|
* *** empty log message ***Kim F. Storm2006-12-301-0/+5
|
* (Table of Resources): Mention grow-only value for auto-resize-tool-bars.Kim F. Storm2006-12-301-4/+7
|
* Sync with Tramp 2.0.55.Michael Albinus2006-12-302-2/+8
|
* Merge from gnus--rel--5.10Miles Bader2006-12-302-6/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* (Windows Keyboard): Mention widespread Windows bindings, and how to getEli Zaretskii2006-12-272-0/+12
| | | | them back.
* *** empty log message ***Richard M. Stallman2006-12-261-0/+5
|
* (Holidays): Holiday listing is based on current practice, but DST is not.Richard M. Stallman2006-12-261-6/+2
|
* *** empty log message ***Richard M. Stallman2006-12-251-0/+16
|
* (Top): Update subnode menus.Richard M. Stallman2006-12-251-5/+1
|
* (Transient Mark): Fix xref.Richard M. Stallman2006-12-251-1/+1
|
* (Graphical Kill): Node deleted.Richard M. Stallman2006-12-251-25/+3
| | | | | (Killing): Add xref to Cut and Paste. (CUA Bindings): Update xref.
* (Cut and Paste): New section to hold other nodes.Richard M. Stallman2006-12-251-28/+60
| | | | | | | (Mouse Commands): Node demoted. (Cut/Paste Other App): Split out from Mouse Commands. (Word and Line Mouse): Likewise. (Secondary Selection, Clipboard): Nodes demoted.