1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

1915 commits

Author SHA1 Message Date
Juri Linkov
a31a30b5bb *** empty log message *** 2004-12-15 10:27:25 +00:00
Juri Linkov
93e8fd6133 (Transient Mark, Mark Ring): M-< and other
movement commands don't set mark in Transient Mark mode
if mark is active.
2004-12-15 10:22:26 +00:00
Jay Belanger
6d4ebd71ee *** empty log message *** 2004-12-15 06:39:29 +00:00
Jay Belanger
07ce2eb3f8 Consistently capitalized all mode names.
(Answers to Exercises): Mention that an answer can be a fraction when
in Fraction mode.
2004-12-15 06:33:24 +00:00
Miles Bader
734c576596 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-group.el (gnus-group-make-rss-group): Use
   gnus-group-make-group instead of gnus-group-unsubscribe-group.

   * lisp/gnus/gnus-start.el (gnus-setup-news): Honor user's setting to
   gnus-message-archive-method.  Suggested by Lute Kamstra
   <Lute.Kamstra@xs4all.nl>.

2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([5.1]): Added missing bracket.

   * man/gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
   `spam-initialize'.
2004-12-14 07:29:36 +00:00
Jay Belanger
0c6d98d8df *** empty log message *** 2004-12-14 05:36:23 +00:00
Jay Belanger
8e04863ed5 Replace @tmath macro with @math.
Fix TeX definition of @expr.
Replace @i by @mathi.
2004-12-14 04:53:56 +00:00
Juri Linkov
37ed0ee5e3 ffap-dired-at-point -> dired-at-point 2004-12-13 05:28:11 +00:00
Juri Linkov
3f11c6df1d *** empty log message *** 2004-12-13 05:21:11 +00:00
Juri Linkov
27437d8bdb (Dired Navigation): Add @r{(Dired)} to M-g.
(Misc Dired Commands): Add @r{(Dired)} to w.
2004-12-13 05:20:40 +00:00
Juri Linkov
b79529b72a (FFAP): Add C-x C-r, C-x C-v, C-x C-d, C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d. 2004-12-13 05:20:04 +00:00
Juri Linkov
6a2067b247 *** empty log message *** 2004-12-13 03:26:21 +00:00
Juri Linkov
3634dfea41 (Marking Objects): Marking commands also extend the
region when mark is active in Transient Mark mode.
2004-12-13 03:25:37 +00:00
Luc Teirlinck
974748c676 (Imprint): Remove erroneous @value's. 2004-12-09 22:59:01 +00:00
Reiner Steib
b2e5bf7813 [ Add missing change in gnus.texi from last commits: ]
* gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
	`spam-initialize'.
2004-12-09 17:06:59 +00:00
Luc Teirlinck
f105ba81f0 (INFO_TARGETS): Fix typo. 2004-12-09 01:54:47 +00:00
Luc Teirlinck
058a9e4fc3 *** empty log message *** 2004-12-09 01:38:51 +00:00
Luc Teirlinck
226675108f (Saving Customizations): Emacs only loads the custom file
automatically after the init file in version 21.4 or later.
Adapt text and examples to this fact.
2004-12-09 01:29:55 +00:00
Luc Teirlinck
e2bcbfbba4 (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
(org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
2004-12-09 01:24:21 +00:00
Jay Belanger
a9e0384fa7 *** empty log message *** 2004-12-08 22:56:28 +00:00
Jay Belanger
be6a97384b Removed comment about installation.
Removed comment about Emacs 19 support.
2004-12-08 22:47:37 +00:00
Richard M. Stallman
89281a95cf Update @setfilename.
(Getting Started): No need to worry about Gnus versions.
(Dealing with HTTP documents): Use @inforef.
2004-12-08 20:10:22 +00:00
Richard M. Stallman
e5eea16441 Fix @direntry file name. 2004-12-08 20:06:27 +00:00
Luc Teirlinck
5a27c5d8f8 *** empty log message *** 2004-12-08 01:27:40 +00:00
Luc Teirlinck
c6b713e915 (Scroll Bars): The option `scroll-bar-mode' has to be set through Custom.
Otherwise, it has no effect.
2004-12-08 01:26:10 +00:00
Miles Bader
ad136a7c3b Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74
   Update from CVS

2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-forward-make-body-mml): Remove headers
   according to message-forward-ignored-headers if a message is
   decoded.

2004-12-02  Romain Francoise  <romain@orebokech.com>

   * lisp/gnus/message.el (message-forward-make-body-plain): Always remove
   headers according to message-forward-ignored-headers.

2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/lpath.el: Remove bbdb-create-internal, bbdb-records,
   spam-BBDB-register-routine and spam-enter-ham-BBDB.

   * lisp/gnus/nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
   order to silence the byte compiler.

   * lisp/gnus/pop3.el (pop3-md5): Define it before being used.

   * lisp/gnus/spam.el: Fix the way to silence the byte compiler, which
   complained about bbdb-buffer, bbdb-create-internal,
   bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine,
   spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
   spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
   spam-stat-buffer-is-spam, spam-stat-load,
   spam-stat-register-ham-routine, spam-stat-register-spam-routine,
   spam-stat-save and spam-stat-split-fancy.

2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/canlock.el (canlock-password): Remove `:size 0' or `:size 1'
   which may confuse users.
   (canlock-password-for-verify): Ditto.

   * lisp/gnus/deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.

   * lisp/gnus/gnus-art.el (gnus-emphasis-alist): Ditto.

   * lisp/gnus/gnus-registry.el (gnus-registry-max-entries): Ditto.

   * lisp/gnus/gnus-score.el (gnus-adaptive-word-length-limit): Ditto.

   * lisp/gnus/gnus-start.el (gnus-save-killed-list): Ditto.

   * lisp/gnus/gnus-sum.el (gnus-thread-hide-subtree): Ditto.
   (gnus-sum-thread-tree-root): Ditto.
   (gnus-sum-thread-tree-false-root): Ditto.
   (gnus-sum-thread-tree-single-indent): Ditto.

   * lisp/gnus/message.el (message-courtesy-message): Ditto.
   (message-archive-note): Ditto.
   (message-subscribed-address-file): Ditto.
   (message-user-fqdn): Ditto.

   * lisp/gnus/spam-report.el (spam-report-gmane-regex): Ditto.

   * lisp/gnus/spam.el (spam-blackhole-good-server-regex): Ditto.

2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el (message-forbidden-properties): Fixed typo in doc
   string.

2004-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/message.el (message-strip-forbidden-properties): Bind
   buffer-read-only (etc) to nil.

2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-util.el (gnus-replace-in-string): Added doc string.

   * lisp/gnus/nnmail.el (nnmail-split-header-length-limit): Increase to 2048
   to avoid problems when splitting mails with many recipients.

2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
   address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.

2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)

   * lisp/gnus/nnfolder.el (nnfolder-request-create-group): Save current buffer.

2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/message.texi (Various Message Variables): Mention that all mail
   file variables are derived from `message-directory'.

   * man/gnus.texi (Splitting Mail): Clarify bogus group.

2004-11-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Filtering Spam Using The Spam ELisp Package):
2004-12-07 21:56:42 +00:00
Miles Bader
7f72fcc3a5 Changes from arch/CVS synchronization 2004-12-07 21:13:26 +00:00
Stefan Monnier
948a35c144 url.texi: New file. 2004-12-07 16:55:48 +00:00
Jay Belanger
02c1e49679 (Using Calc): Remove paragraph on installation. 2004-12-07 05:09:11 +00:00
Jay Belanger
c978e57e43 *** empty log message *** 2004-12-06 06:20:00 +00:00
Richard M. Stallman
39ebd5dd93 *** empty log message *** 2004-12-06 05:39:52 +00:00
Richard M. Stallman
891f4676dc New file. 2004-12-06 05:39:36 +00:00
Jay Belanger
a4231b040c Remove @refill commands.
Use more Texinfo macros instead of TeX defs.
2004-12-06 05:01:20 +00:00
Richard M. Stallman
cc60c72322 *** empty log message *** 2004-12-06 01:08:49 +00:00
Richard M. Stallman
b4e112e7a8 Rename Command Line to Emacs Invocation. 2004-12-06 01:08:32 +00:00
Richard M. Stallman
89205dcb88 (org.dvi, ../info/org): New targets.
(INFO_TARGETS): Add ../info/org.
(DVI_TARGETS): Add org.dvi.
(maintainer-clean): Remove the info files in the info dir.
2004-12-06 00:57:39 +00:00
Richard M. Stallman
32a6e6fc26 *** empty log message *** 2004-12-05 14:21:16 +00:00
Richard M. Stallman
6f8ca5e414 (Term Mode): Correcty describe C-c. 2004-12-05 14:16:19 +00:00
Richard M. Stallman
2adf0559a9 Fix typo. 2004-12-05 14:15:17 +00:00
Richard M. Stallman
bba2a48eb4 (Easy Customization): Move up to section level,
before Variables.  Avoid using the term "variable"; say "option".
New initial explanation.
(Variables): In initial explanation, connect "variable" to the
already-explained "user option".
2004-12-05 14:14:50 +00:00
Richard M. Stallman
99d0c9920d (Top): Fix ref to Command Line.
Move reference to Easy Customization.
2004-12-05 14:03:06 +00:00
Richard M. Stallman
839cfa0bec (X Resources): Fix From link. 2004-12-05 14:01:45 +00:00
Richard M. Stallman
358bd3abb0 (GNU Free Documentation License): Fix To link. 2004-12-05 14:01:03 +00:00
Richard M. Stallman
e7a0562f11 (Entering Emacs): Fix xref, now to Command Line. 2004-12-05 14:00:24 +00:00
Richard M. Stallman
2f228c9379 (Command Line): Node renamed from Command Arguments. 2004-12-05 13:59:32 +00:00
Richard M. Stallman
4e4b7d76d1 (Initial Options): Clarify batch mode i/o. 2004-12-03 11:30:11 +00:00
Luc Teirlinck
8b744bb89a *** empty log message *** 2004-12-02 00:39:16 +00:00
Luc Teirlinck
34768dde09 Several small changes in addition to the following.
(Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
defining a keyboard macro.
Mention `kmacro-ring-max'.
(Keyboard Macro Counter): Clarify description of `kmacro-insert-counter',
`kmacro-set-counter', `kmacro-add-counter' and `kmacro-set-format'.
2004-12-02 00:36:51 +00:00
Reiner Steib
2e66e5b785 * custom.texi (File Variables): Add `unibyte' and make it more
clear that `unibyte' and `coding' are special.  Suggested by Simon
Krahnke <overlord@gmx.li>.

* mule.texi (Enabling Multibyte): Refer to File Variables.
Suggested by Simon Krahnke <overlord@gmx.li>.
2004-11-29 15:58:15 +00:00
Jan Djärv
3a0ab7ecf3 Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog. 2004-11-26 17:45:17 +00:00