aboutsummaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (GDB Graphical Interface): Describe gdb-mouse-until.Nick Roberts2005-10-251-8/+11
|
* *** empty log message ***Nick Roberts2005-10-251-0/+5
|
* *** empty log message ***Richard M. Stallman2005-10-231-0/+4
|
* (Init File): Recommend when to use site-start.el.Richard M. Stallman2005-10-231-1/+4
|
* (Miscellaneous Commands): Replace dired-do-relative-symlink by ↵Lars Hansen2005-10-232-4/+10
| | | | | | dired-do-relsymlink and dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
* (Predefined Units): Use `alpha' for the fine structure constant.Jay Belanger2005-10-232-1/+6
|
* * files.el (directory-listing-before-filename-regexp): NewMichael Albinus2005-10-232-2/+8
| | | | | | | | | | | | | | | | | | | defvar. Replaces `dired-move-to-filename-regexp' from dired.el. * dired.el (dired-move-to-filename-regexp): Removed. All occurences replaced by `directory-listing-before-filename-regexp'. * dired-x.el, locate.el, vc.el: Replace `dired-move-to-filename-regexp' by `directory-listing-before-filename-regexp'. In vc.el it is overwritten locally; maybe this can be handled in files.el too. * net/ange-ftp.el (ange-ftp-date-regexp): Removed. All occurences replaced by `directory-listing-before-filename-regexp'. * faq.texi (Bugs and problems): Replace `dired-move-to-filename-regexp' by `directory-listing-before-filename-regexp'.
* *** empty log message ***Eli Zaretskii2005-10-221-0/+4
|
* (UPDATED): Set value.Eli Zaretskii2005-10-221-0/+1
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615Miles Bader2005-10-222-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 142-146) - Update from CVS 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change) * lisp/gnus/mail-source.el (mail-source-fetch-pop): Require pop3. (mail-source-check-pop): Ditto. 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of errors. 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-art.el (gnus-treat-strip-trailing-blank-lines) (gnus-treat-strip-leading-blank-lines): Improve doc string. * lisp/gnus/message.el (message-tool-bar-local-item-from-menu): Fix comment. 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable. (rfc2047-charset-to-coding-system): New function. (rfc2047-decode-encoded-words): New function. (rfc2047-decode-region): Use them. (rfc2047-decode-cte): Remove. (rfc2047-parse-and-decode): Remove. (rfc2047-decode): Remove. 2005-10-15 Kenichi Handa <handa@m17n.org> * lisp/gnus/rfc2047.el (rfc2047-decode-cte): New function. (rfc2047-decode-region): Change the way to decode successive encoded-words: decode B- or Q-encoding in each encoded-word, concatenate them, and decode it as charset. 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Document Groups): Remove duplicate item.
* *** empty log message ***Juri Linkov2005-10-211-0/+5
|
* (Examining): Mention accessing the old variable value via M-n in set-variable.Juri Linkov2005-10-211-1/+2
|
* (Summary): Mention iCalendar support.Carsten Dominik2005-10-211-31/+121
| | | | (Exporting): Document iCalendar support.
* *** empty log message ***Carsten Dominik2005-10-211-0/+5
|
* * files.texi (Version Systems): Capitalize GNU.Romain Francoise2005-10-183-5/+11
| | | | * viper.texi (Viper Specials): Likewise.
* (Compilation Mode): Remove redundant paragraph.Nick Roberts2005-10-171-14/+0
| | | | (Watch Expressions): Remove paragraph to reflect code change.
* *** empty log message ***Nick Roberts2005-10-171-0/+5
|
* *** empty log message ***Juri Linkov2005-10-171-1/+11
|
* (Getting Started, Search Index, Expert Info): Fix wording.Juri Linkov2005-10-171-32/+29
| | | | | | | | (Search Text): Replace `echo area' with `mode line'. (Search Index): Both `i' and `,' find all index entries. Replace example `C-f' with `C-l' (which exists in index of Info manual) and delete spaces in its keyboard input sequence. Delete unnecessary explanations about literal characters.
* (Compilation Mode, Compilation): Clarified.Richard M. Stallman2005-10-172-11/+22
|
* *** empty log message ***Richard M. Stallman2005-10-151-0/+4
|
* (Saving Emacs Sessions): Mention savehist library.Richard M. Stallman2005-10-151-0/+3
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597Miles Bader2005-10-152-38/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 133-141) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: texi/gnus.texi (RSS): Fix key description. - Update from CVS: texi/gnus.texi (Document Server Internals): Addition. 2005-10-04 David Hansen <david.hansen@gmx.net> * lisp/gnus/nnrss.el (nnrss-request-article): Add support for the comments tag. (nnrss-check-group): Ditto. 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Document Server Internals): Addition. 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (A note on namespaces): Fix RFC reference. 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (RSS): Fix key description. 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi: Emacs/w3 -> Emacs/W3. (Browsing the Web): Fix description. (Web Searches): Ditto. (Customizing W3): Ditto. 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Maildir): Clarify expire-age and expire-group.
* *** empty log message ***Kenichi Handa2005-10-131-0/+4
|
* (Position Info): Fix previous change.Kenichi Handa2005-10-131-5/+5
|
* * cmdargs.texi (Icons X): Fix typo.Jan Djärv2005-10-122-1/+5
|
* (Position Info): Describe the case that Emacs showsKenichi Handa2005-10-122-2/+14
| | | | "part of display ...".
* *** empty log message ***Jay Belanger2005-10-111-0/+5
|
* (Integration): Mention using `a i' to compute definite integrals.Jay Belanger2005-10-111-5/+10
|
* *** empty log message ***Juri Linkov2005-10-111-0/+18
|
* Rearrange nodes.Juri Linkov2005-10-111-247/+233
| | | | | | | | | | | | | | | | | (Top): Update menu. Change ref `Info for Experts' to `Advanced Info Commands'. (Getting Started): Fix description of manual's parts. (Help-Int): Change xref `Info Search' to `Search Index', and `Expert Info' to `Advanced'. (Advanced): Move node one level up. (Search Text, Search Index): New nodes split out from `Info Search'. (Go to node, Choose menu subtopic, Create Info buffer): New nodes split out from `Advanced'. (Advanced, Emacs Info Variables): De-document editing an Info file in Info. (Emacs Info Variables): Move node from `Expert Info' to `Advanced'. (Creating an Info File): Delete node and move its text to `Expert Info'.
* (Matrix and Scalar Modes, Kinds of Declarations): Mention squareJay Belanger2005-10-101-3/+11
| | | | matrix mode.
* -nb changed to -nbiJan Djärv2005-10-102-2/+6
|
* * frames.texi (Speedbar): A couple more clarifications.Chong Yidong2005-10-102-21/+22
|
* (GDB User Interface Layout): Improve diagram.Nick Roberts2005-10-101-31/+41
| | | | | (Watch Expressions): Explain how to make speedbar global. (Other GDB User Interface Buffers): Make references more precise.
* *** empty log message ***Nick Roberts2005-10-101-0/+6
|
* *** empty log message ***Carsten Dominik2005-10-101-0/+5
|
* (Workflow states): Documented that change in keywordsCarsten Dominik2005-10-101-2/+2
| | | | becomes active only after restart of Emacs.
* (Speedbar): Clarify the text.Richard M. Stallman2005-10-092-39/+52
|
* * frames.texi (Speedbar): Add information on keybindings,Chong Yidong2005-10-092-20/+45
| | | | | dismissing the speedbar, and buffer display mode. Link to speedbar manual.
* * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,Jan Djärv2005-10-092-7/+12
| | | | added -nb, --no-bitmap-icon.
* Sync with Tramp 2.0.51.Michael Albinus2005-10-082-1/+5
|
* (Introduction): Describe new location of speedbarNick Roberts2005-10-081-10/+7
| | | | | | on menubar. (Basic Key Bindings): Remove descriptions of bindings that have been removed.
* *** empty log message ***Nick Roberts2005-10-081-0/+7
|
* (GDB Graphical Interface): Add variables andNick Roberts2005-10-061-21/+30
| | | | functions to indices. Be more precise.
* *** empty log message ***Nick Roberts2005-10-061-0/+5
|
* added acknowledgementMichael Kifer2005-10-061-0/+1
|
* (GDB): Describe use of watch expressions.Nick Roberts2005-10-041-4/+13
|
* *** empty log message ***Nick Roberts2005-10-041-0/+4
|
* * frames.texi (Drag and Drop): Remove the x- fromJan Djärv2005-10-032-4/+9
| | | | x-dnd-open-file-other-window and xdnd-protocol-alist.