aboutsummaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting of misc. entries.Kim F. Storm2005-09-101-1/+1
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-530Miles Bader2005-09-051-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 106-111) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-09-05 Reiner Steib <[email protected]> * lisp/gnus/message.el (message-tab-body-function): Fixed mismatched custom type. * lisp/gnus/gnus.el (gnus-group-change-level-function): Ditto. * lisp/gnus/gnus-msg.el (gnus-outgoing-message-group): Ditto. * lisp/gnus/gnus-art.el (gnus-signature-limit) (gnus-article-mime-part-function): Ditto. 2005-09-04 Reiner Steib <[email protected]> * lisp/gnus/nnweb.el (nnweb-type-definition, nnweb-google-wash-article): Make fetching article by MID work again for Google Groups. Added FIXME concerning gnus-group-make-web-group. * lisp/gnus/mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert): Don't depend on Gnus by using mail-extract-address-components if gnus-extract-address-components is not bound. * lisp/gnus/gnus.el (gnus-user-agent): Use list of symbols instead of symbols. Display full version number for (S)XEmacs. Optionally display (S)XEmacs codename. * lisp/gnus/gnus-util.el (gnus-emacs-version): Update for new `gnus-user-agent'. * lisp/gnus/gnus-msg.el (gnus-extended-version): Make it possible to omit Gnus version. 2005-09-02 Hrvoje Niksic <[email protected]> * lisp/gnus/mm-encode.el (mm-encode-content-transfer-encoding): Likewise when encoding. * lisp/gnus/mm-bodies.el (mm-decode-content-transfer-encoding): De-canonicalize CRLF for all text content types, not just text/plain. 2005-09-02 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-sum.el (gnus-thread-hide-subtree): Doc fix. * lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using list, not listp. 2005-08-29 Romain Francoise <[email protected]> * lisp/gnus/gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in docstring. (gnus-face-from-file): Likewise. 2005-08-31 Juanma Barranquero <[email protected]> * lisp/gnus/gnus-art.el (w3m-minor-mode-map): * lisp/gnus/gnus-spec.el (gnus-newsrc-file-version): * lisp/gnus/gnus-util.el (nnmail-active-file-coding-system) (gnus-original-article-buffer, gnus-user-agent): * lisp/gnus/gnus.el (gnus-ham-process-destinations) (gnus-parameter-ham-marks-alist) (gnus-parameter-spam-marks-alist, gnus-spam-autodetect) (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents) (gnus-spam-process-destinations, gnus-spam-process-newsgroups): * lisp/gnus/mm-decode.el (gnus-current-window-configuration): * lisp/gnus/mm-extern.el (gnus-article-mime-handles): * lisp/gnus/mm-url.el (url-current-object, url-package-name) (url-package-version): * lisp/gnus/mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset) (smime-keys, w3m-cid-retrieve-function-alist) (w3m-current-buffer, w3m-display-inline-images) (w3m-minor-mode-map): * lisp/gnus/mml-smime.el (gnus-extract-address-components): * lisp/gnus/mml.el (gnus-article-mime-handles, gnus-mouse-2) (gnus-newsrc-hashtb, message-default-charset) (message-deletable-headers, message-options) (message-posting-charset, message-required-mail-headers) (message-required-news-headers): * lisp/gnus/mml1991.el (mc-pgp-always-sign): * lisp/gnus/mml2015.el (mc-pgp-always-sign): * lisp/gnus/nnheader.el (nnmail-extra-headers): * lisp/gnus/rfc1843.el (gnus-decode-encoded-word-function) (gnus-decode-header-function, gnus-newsgroup-name): * lisp/gnus/spam-stat.el (gnus-original-article-buffer): Add defvars.
* Document custom themes.Chong Yidong2005-09-052-0/+60
|
* *** empty log message ***Richard M. Stallman2005-09-041-0/+5
|
* (Search Case): Mention vars that controlRichard M. Stallman2005-09-041-0/+6
| | | | case-fold-search for various operations.
* *** empty log message ***Carsten Dominik2005-08-302-2/+6
|
* version 3.15Carsten Dominik2005-08-301-8/+10
|
* Combine all three indices into one. Correct a few typos.Luc Teirlinck2005-08-291-13/+7
|
* *** empty log message ***Luc Teirlinck2005-08-291-0/+5
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-517Miles Bader2005-08-263-12/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 105) - Update from CVS 2005-08-22 Karl Chen <[email protected]> (tiny change) * lisp/gnus/gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to the end of the date treatments. 2005-08-15 Simon Josefsson <[email protected]> * lisp/gnus/pgg.el (url-insert-file-contents): Don't autoload it, Emacs has it in url-handlers.el and XEmacs in url.el. Reported by Luca Capello and Romain Francoise. (pgg-fetch-key-function): Removed, not used? (pgg-insert-url-with-w3): Require url, to get url-insert-file-contents regardless of where it is defined. 2005-08-08 Simon Josefsson <[email protected]> * lisp/gnus/pgg.el: Autoload url-insert-file-contents instead of loading w3/url. (pgg-insert-url-with-w3): Don't load url here. 2005-08-19 Katsumi Yamaoka <[email protected]> * man/emacs-mime.texi (time-date): Fix description of safe-date-to-time. 2005-08-18 Katsumi Yamaoka <[email protected]> * man/emacs-mime.texi (Handles): Remove duplicate item. (Encoding Customization): Fix the default value for mm-coding-system-priorities. (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist. (Basic Functions): Fix reference. 2005-08-09 Katsumi Yamaoka <[email protected]> * man/gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
* *** empty log message ***Richard M. Stallman2005-08-251-2/+5
|
* *** empty log message ***Juri Linkov2005-08-221-0/+5
|
* (Standard Faces): Merge the text from `(elisp)Standard Faces' into this node.Juri Linkov2005-08-221-17/+31
|
* (Obtaining the FAQ): Delete refs to Lerner's email and web site.Richard M. Stallman2005-08-181-19/+0
|
* (Top): Delete menu item for deleted node Keyboard Translations.Luc Teirlinck2005-08-181-3/+0
|
* *** empty log message ***Luc Teirlinck2005-08-181-1/+7
|
* *** empty log message ***Richard M. Stallman2005-08-181-0/+15
|
* (Unasked-for Search): Delete xref to Keyboard Translations.Richard M. Stallman2005-08-181-2/+1
|
* (Glossary): Delete xref.Richard M. Stallman2005-08-181-1/+1
|
* (Swapping keys): Xref for normal-erase-is-backspace-mode, not ↵Richard M. Stallman2005-08-181-5/+8
| | | | keyboard-translate.
* (Minor Modes): Say that the list here is not complete.Richard M. Stallman2005-08-181-77/+25
| | | | | | | (Keyboard Translations): Node deleted. (Disabling): Delete xref to it. (Customization Groups): Fix Custom buffer example. (Hooks): Mention remove-hooks.
* (GDB Graphical Interface): Improve filling of menu item.Luc Teirlinck2005-08-181-2/+2
|
* *** empty log message ***Luc Teirlinck2005-08-181-1/+7
|
* (GDB Graphical Interface): Use better node names.Nick Roberts2005-08-171-9/+9
|
* *** empty log message ***Nick Roberts2005-08-171-0/+4
|
* *** empty log message ***Richard M. Stallman2005-08-151-0/+4
|
* (Sentences): Fix xref.Richard M. Stallman2005-08-151-1/+1
|
* (Comparing Files): Replace xref to `Compilation' with `Compilation Mode'.Juri Linkov2005-08-142-1/+13
|
* (Tags Search): Replace grep xref to `Compilation' nodeJuri Linkov2005-08-141-1/+1
| | | | with `Grep Searching'.
* (Dired and Find): Replace grep xref to `Compilation' nodeJuri Linkov2005-08-141-1/+1
| | | | with `Grep Searching'.
* (Compilation, Grep Searching): Move grep commandJuri Linkov2005-08-141-11/+15
| | | | headings from `Compilation' to `Grep Searching'.
* (Replacement Commands): Mention query-replace key binding.Richard M. Stallman2005-08-132-1/+2
|
* *** empty log message ***Richard M. Stallman2005-08-131-0/+4
|
* (Non-ASCII Isearch): Fix a typo.Eli Zaretskii2005-08-131-1/+1
|
* *** empty log message ***Richard M. Stallman2005-08-111-0/+8
|
* (Options for Comments): Fix xref.Richard M. Stallman2005-08-111-1/+1
|
* (Regexp Backslash, Regexp Example): New nodes split out of Regexps.Richard M. Stallman2005-08-111-30/+20
|
* (Using regular expressions): Fix xref.Richard M. Stallman2005-08-111-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-1081-117/+154
|
* *** empty log message ***Juri Linkov2005-08-091-0/+11
|
* (Split Window): Simplify phrase and mention vertical-border face.Juri Linkov2005-08-091-1/+2
|
* (Standard Faces): Describe vertical-border on window systems.Juri Linkov2005-08-091-3/+5
|
* (Compilation): Use `itemx' instead of `item'.Juri Linkov2005-08-091-2/+2
| | | | (Grep Searching): Simplify phrase.
* *** empty log message ***Richard M. Stallman2005-08-091-0/+6
|
* (Comparing Files): Clarify compare-windows.Richard M. Stallman2005-08-091-9/+13
|
* (Scroll Calendar): Document < and > in calendar.Richard M. Stallman2005-08-091-6/+6
|
* *** empty log message ***Juri Linkov2005-08-091-1/+17
|
* (Help-P): Replace `Prev' with `Previous'.Juri Linkov2005-08-091-73/+98
| | | | | | | | | | | | | | | | (Help-M, Help-Xref): Add S-TAB. (Help-FOO): Update `u' command. (Help-Xref): Move info about Mouse-2 from `Help-Int'. Update info about visibility of xref parts. (Help-Int): Fix `m' command. Rename `Info-last' to `Info-history-back'. Add `Info-history-forward'. (Advanced): Fix `g*' and `M-n' commands. (Info Search): Add `index-apropos' in stand-alone browser. Add isearch commands. (Emacs Info Variables): Remove `Info-fontify'. Add `Info-mode-hook'. Update face names. Add `Info-fontify-maximum-menu-size', `Info-fontify-visited-nodes', `Info-isearch-search'.
* Sync with Tramp 2.0.50.Michael Albinus2005-08-073-102/+116
|
* 2005-08-06 Michael Kifer <[email protected]>Michael Kifer2005-08-061-3/+2
| | | | | | | | | | | | | | | | | | | | | * viper-cmd.el (viper-harness-minor-mode,viper-exec-delete, viper-exec-yank,viper-put-back): don't display modification msg if in the minibuffer. * viper-init.el (viper-replace-overlay-cursor-color, viper-insert-state-cursor-color,viper-vi-state-cursor-color): make variables frame local. * viper-util.el (viper-append-filter-alist): use append instead of nconc. * viper.el (viper-vi-state-mode-list,viper-emacs-state-mode-list): move help-mode and completion-list-mode from the first list to the second. (viper-mode): docstring. (viper-go-away,viper-non-hook-settings): don't localize minor-mode-alist in newer emacsen. Add advice to set-cursor-color. Don't bind "\C-c\\".