1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

2646 Commits

Author SHA1 Message Date
Richard M. Stallman
092b683aa2 (Visiting): Explain how to enter ? in a file name. 2005-10-28 16:41:34 +00:00
Richard M. Stallman
180ff2e577 (Memory Full): Mention !MEM FULL! in mode line. 2005-10-28 16:38:14 +00:00
Jay Belanger
887ec6f1cd *** empty log message *** 2005-10-28 04:50:27 +00:00
Jay Belanger
5dee9246a3 (Predefined Units): Fix the symbol for a TeX points, mention other
TeX-related units.
2005-10-28 04:49:41 +00:00
Nick Roberts
6bc7646bdb (GDB Graphical Interface): Describe gdb-mouse-until. 2005-10-25 03:49:15 +00:00
Nick Roberts
68e4964d3e *** empty log message *** 2005-10-25 03:47:54 +00:00
Richard M. Stallman
24c324f993 *** empty log message *** 2005-10-23 18:32:58 +00:00
Richard M. Stallman
00301578bd (Init File): Recommend when to use site-start.el. 2005-10-23 18:01:25 +00:00
Lars Hansen
e536613ebf (Miscellaneous Commands): Replace dired-do-relative-symlink by dired-do-relsymlink
and dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
2005-10-23 17:45:24 +00:00
Jay Belanger
bd4244cbf8 (Predefined Units): Use `alpha' for the fine structure constant. 2005-10-23 17:18:09 +00:00
Michael Albinus
9bc260cfb7 * files.el (directory-listing-before-filename-regexp): New
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'.
2005-10-23 12:17:28 +00:00
Eli Zaretskii
5798342c35 *** empty log message *** 2005-10-22 11:23:54 +00:00
Eli Zaretskii
f732cfc354 (UPDATED): Set value. 2005-10-22 11:23:34 +00:00
Miles Bader
292f71fe67 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
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.
2005-10-22 09:02:46 +00:00
Juri Linkov
2ac050ce59 *** empty log message *** 2005-10-21 09:01:26 +00:00
Juri Linkov
564dd0f245 (Examining): Mention accessing the old variable value via M-n in set-variable. 2005-10-21 09:00:15 +00:00
Carsten Dominik
2b64295726 (Summary): Mention iCalendar support.
(Exporting): Document iCalendar support.
2005-10-21 05:56:26 +00:00
Carsten Dominik
50031d0d71 *** empty log message *** 2005-10-21 05:56:05 +00:00
Romain Francoise
be245005ca * files.texi (Version Systems): Capitalize GNU.
* viper.texi (Viper Specials): Likewise.
2005-10-18 08:01:51 +00:00
Nick Roberts
dc075b1428 (Compilation Mode): Remove redundant paragraph.
(Watch Expressions): Remove paragraph to reflect code change.
2005-10-17 21:32:37 +00:00
Nick Roberts
284ab7490a *** empty log message *** 2005-10-17 21:31:53 +00:00
Juri Linkov
c1bed3aa3a *** empty log message *** 2005-10-17 06:50:12 +00:00
Juri Linkov
790401011b (Getting Started, Search Index, Expert Info): Fix wording.
(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.
2005-10-17 06:28:55 +00:00
Richard M. Stallman
7d6596b8a9 (Compilation Mode, Compilation): Clarified. 2005-10-17 02:35:03 +00:00
Richard M. Stallman
a19a00033c *** empty log message *** 2005-10-15 13:42:32 +00:00
Richard M. Stallman
89b5d9abd1 (Saving Emacs Sessions): Mention savehist library. 2005-10-15 13:41:24 +00:00
Miles Bader
d3a597b7b4 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
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.
2005-10-15 00:20:58 +00:00
Kenichi Handa
179f2d7b88 *** empty log message *** 2005-10-13 05:39:55 +00:00
Kenichi Handa
170e42a17e (Position Info): Fix previous change. 2005-10-13 05:28:12 +00:00
Jan Djärv
1b3b0b5f0b * cmdargs.texi (Icons X): Fix typo. 2005-10-12 14:21:23 +00:00
Kenichi Handa
339ef8ceee (Position Info): Describe the case that Emacs shows
"part of display ...".
2005-10-12 13:03:09 +00:00
Jay Belanger
125df7f5c8 *** empty log message *** 2005-10-11 19:46:24 +00:00
Jay Belanger
bc7fb06793 (Integration): Mention using `a i' to compute definite integrals. 2005-10-11 19:43:00 +00:00
Juri Linkov
25f7a98cab *** empty log message *** 2005-10-11 05:55:17 +00:00
Juri Linkov
655e5fd57a Rearrange nodes.
(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'.
2005-10-11 05:47:11 +00:00
Jay Belanger
fe7d6d98ed (Matrix and Scalar Modes, Kinds of Declarations): Mention square
matrix mode.
2005-10-10 20:00:13 +00:00
Jan Djärv
f9e36a6dc9 -nb changed to -nbi 2005-10-10 16:14:00 +00:00
Chong Yidong
92d22d4827 * frames.texi (Speedbar): A couple more clarifications. 2005-10-10 15:00:57 +00:00
Nick Roberts
1a0b66fe01 (GDB User Interface Layout): Improve diagram.
(Watch Expressions): Explain how to make speedbar global.
(Other GDB User Interface Buffers): Make references more precise.
2005-10-10 12:27:21 +00:00
Nick Roberts
4e5f12ee1d *** empty log message *** 2005-10-10 12:23:44 +00:00
Carsten Dominik
86bebbbc59 *** empty log message *** 2005-10-10 09:20:26 +00:00
Carsten Dominik
3185357068 (Workflow states): Documented that change in keywords
becomes active only after restart of Emacs.
2005-10-10 09:17:45 +00:00
Richard M. Stallman
de22e5d195 (Speedbar): Clarify the text. 2005-10-09 21:19:50 +00:00
Chong Yidong
3b6de0823d * frames.texi (Speedbar): Add information on keybindings,
dismissing the speedbar, and buffer display mode.  Link to
	speedbar manual.
2005-10-09 15:44:34 +00:00
Jan Djärv
9ea7445208 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
added -nb, --no-bitmap-icon.
2005-10-09 06:59:21 +00:00
Michael Albinus
1194817210 Sync with Tramp 2.0.51. 2005-10-08 14:53:17 +00:00
Nick Roberts
339355e343 (Introduction): Describe new location of speedbar
on menubar.
(Basic Key Bindings): Remove descriptions of bindings that have
been removed.
2005-10-08 02:55:58 +00:00
Nick Roberts
010134536d *** empty log message *** 2005-10-08 02:55:16 +00:00
Nick Roberts
e4481965c0 (GDB Graphical Interface): Add variables and
functions to indices.  Be more precise.
2005-10-06 20:14:24 +00:00
Nick Roberts
64015f0edd *** empty log message *** 2005-10-06 20:13:38 +00:00