aboutsummaryrefslogtreecommitdiffstats
path: root/man/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (http/https): Fix a typo in the HTTP URL.Eli Zaretskii2006-11-161-0/+4
|
* *** empty log message ***Juanma Barranquero2006-11-141-5/+9
|
* *** empty log message ***Carsten Dominik2006-11-131-0/+4
|
* *** empty log message ***Bill Wohler2006-11-131-0/+5
|
* (Incorporating Mail): Use output of "mhparam Path" to set MAILDIR.Bill Wohler2006-11-131-0/+11
| | | | | | | | | (Reading Mail): Document the customization of read-mail-command for MH-E. (Viewing Attachments): Document mm-discouraged-alternatives. (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag. (Junk): Add more information about the settings of mh-junk-background in a program. Add /usr/bin/mh to PATH in examples.
* *** empty log message ***Richard M. Stallman2006-11-121-0/+8
|
* *** empty log message ***Carsten Dominik2006-11-101-0/+20
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
|
* * lisp/net/tramp.el (tramp-default-method): scp is the default method.Michael Albinus2006-11-071-0/+5
| | | | | * man/tramp.texi (Configuration): scp is the default method. (Default Method): Use ssh as example for another method.
* *** empty log message ***Richard M. Stallman2006-11-061-0/+6
|
* *** empty log message ***Juri Linkov2006-11-011-0/+4
|
* *** empty log message ***Glenn Morris2006-10-281-0/+9
|
* Downcase nroff/troff/roff.Richard M. Stallman2006-10-271-0/+6
| | | | | (Installation): Chapter deleted. Some xrefs deleted. (Background): woman doesn't advise man ;-).
* *** empty log message ***Kim F. Storm2006-10-261-4/+4
|
* * ada-mode.texi (Project files, Identifier completion)Chong Yidong2006-10-261-0/+6
| | | | | (Automatic Casing, Debugging, Using non-standard file names) (Working Remotely): Fix typos.
* (Expanding Abbrevs): Expansion happens only when Abbrev mode is enabled.Richard M. Stallman2006-10-231-0/+5
|
* (Sample .emacs File): Added missing `)' in sample code ↵Masatake YAMATO2006-10-201-0/+5
| | | | `my-c-initialization-hook'.
* Fix typos.Richard M. Stallman2006-10-191-0/+4
|
* * tramp.texi (Frequently Asked Questions): Remove questions marked withMichael Albinus2006-10-191-0/+6
| | | | | "???". There have been no complaints for years, so the information must be appropriate.
* *** empty log message ***Richard M. Stallman2006-10-161-0/+7
|
* Merge from gnus--rel--5.10Miles Bader2006-10-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 150-152) - Update from CVS 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of "blank line" when searching for end of armor headers. 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gmm-utils.el (gmm-write-region): Fix variable name. 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gmm-utils.el (gmm-write-region): New function based on compatibility code from `mm-make-temp-file'. * lisp/gnus/mm-util.el (mm-make-temp-file): Use `gmm-write-region'. * lisp/gnus/nnmaildir.el (nnmaildir--update-nov) (nnmaildir-request-replace-article, nnmaildir-request-accept-article): Use `gmm-write-region'. 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * man/gnus.texi (Other modes): Fix typo. Add alternative index entry for gnus-dired-attach. (Selecting a Group): Fix typo. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-475
* 2006-10-12 Roberto Rodr�ez <lanubeblanca@googlemail.com>Jan Djärv2006-10-121-0/+4
| | | | * widget.texi: Fix typos (tiny change)
* *** empty log message ***Kim F. Storm2006-10-101-0/+4
|
* *** empty log message ***Nick Roberts2006-10-071-0/+4
|
* (Acknowledgments): Update.Kim F. Storm2006-10-071-11/+11
|
* *** empty log message ***Kim F. Storm2006-10-071-1/+7
|
* Merge from gnus--rel--5.10Miles Bader2006-10-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 145-148) - Merge from emacs--devo--0 - Update from CVS 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Clarify gnus-summary-limit-to-articles. 2006-10-04 Romain Francoise <romain@orebokech.com> * lisp/gnus/gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist): Moved here (and renamed) from gnus-registry.el. * lisp/gnus/gnus-registry.el: Require gnus-util. Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'. 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/pop3.el (pop3-authentication-scheme): Clarify doc. (pop3-movemail): Warn about pop3-leave-mail-on-server. 2006-10-04 Dave Love <fx@gnu.org> * lisp/gnus/pop3.el (pop3-authentication-scheme): Add custom version. 2006-10-04 Jesper Harder <harder@ifa.au.dk> * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Don't quote nil in doc string. Improve doc string. 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-util.el (gnus-with-local-quit): New macro. * lisp/gnus/gnus-demon.el (gnus-demon): Replace with-local-quit with it. 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Image Enhancements): Update for Emacs 22. * man/gnus-faq.texi ([1.3]): Update. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-466
* *** empty log message ***Richard M. Stallman2006-10-071-0/+5
|
* (VM): VM works with Emacs 22 too.Romain Francoise2006-10-061-1/+5
|
* *** empty log message ***Richard M. Stallman2006-10-061-0/+4
|
* *** empty log message ***Kim F. Storm2006-10-051-0/+4
|
* *** empty log message ***Richard M. Stallman2006-10-031-0/+4
|
* Merge from gnus--rel--5.10Miles Bader2006-10-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 141-144) - Merge from emacs--devo--0 - Update from CVS 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gmm-utils.el (gmm): Adjust custom version. * lisp/gnus/mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust custom version. * lisp/gnus/gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'. 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Foreign Groups): Say where change of editing commands are stored. Add reference to `gnus-parameters'. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-459
* improve breaksKarl Berry2006-10-011-0/+5
|
* improve more page breaksKarl Berry2006-09-301-0/+5
|
* *** empty log message ***Glenn Morris2006-09-301-0/+4
|
* improve page/line breaksKarl Berry2006-09-301-0/+8
|
* Merge from gnus--rel--5.10Miles Bader2006-09-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 137-140) - Update from CVS 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/nnslashdot.el (nnslashdot-request-article): Update end-of-article regexp. Articles containing quotation were cut prematurely. 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-cite-original-without-signature): Use nobody by default for the value of From header. (message-cite-original): Ditto. (message-reply): Ditto. 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-446
* (Dialog Boxes): Clean up wording: avoid passive, stick to present tense.Richard M. Stallman2006-09-191-0/+5
|
* * frames.texi (Dialog Boxes): Document x-gtk-file-dialog-help-text.Jan Djärv2006-09-181-0/+1
|
* * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialogJan Djärv2006-09-181-0/+5
| | | | to x-gtk-use-old-file-dialog.
* *** empty log message ***Jay Belanger2006-09-151-2/+3
|
* *** empty log message ***Jay Belanger2006-09-151-2/+2
|
* Change "Library Public License" to "Lesser Public License" throughout.Jay Belanger2006-09-151-0/+5
|
* *** empty log message ***Carsten Dominik2006-09-151-0/+4
|
* Fix typo.Reiner Steib2006-09-121-1/+1
|
* (Visiting): Add index entry "open file".Reiner Steib2006-09-121-0/+2
|
* (Citations Outside LaTeX): Simpify lisp example.Reiner Steib2006-09-121-0/+4
|
* * etc/NEWS: In terminal-oriented subshells, the EMACS environmentPaul Eggert2006-09-121-0/+7
| | | | | | | | | | | | | | | | | | variable now defaults to Emacs's absolute file name, instead of to "t". * etc/PROBLEMS: Adjust tcsh advice for this. * make-dist (EMACS): Exit and fail if the EMACS environment variable is set to something other than an absolute file name. * lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs, not to "t". * lisp/progmodes/compile.el (compilation-start): Likewise. * lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously): Don't use expand-file-name on invocation-directory, since this might mishandle special characters in invocation-directory. * man/faq.texi (Escape sequences in shell output): EMACS is now set to Emacs's absolute file name, not to "t". (^M in the shell buffer): Likewise. * man/misc.texi (Interactive Shell): Likewise.
* (Compilation Mode): Clarification.Richard M. Stallman2006-09-111-1/+6
| | | | (Grep Searching): Add xref to Compilation Mode.