1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

2604 Commits

Author SHA1 Message Date
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
Michael Kifer
28b55b3036 added acknowledgement 2005-10-06 00:51:34 +00:00
Nick Roberts
ec79de1002 (GDB): Describe use of watch expressions. 2005-10-04 22:54:13 +00:00
Nick Roberts
281cc7f019 *** empty log message *** 2005-10-04 22:52:16 +00:00
Jan Djärv
9a49a36bdb * frames.texi (Drag and Drop): Remove the x- from
x-dnd-open-file-other-window and xdnd-protocol-alist.
2005-10-03 19:31:29 +00:00
Romain Francoise
42b5e85ecd (Minibuffer): The default value now appears before the colon in
minibuffer prompts.
2005-09-30 18:29:18 +00:00
Miles Bader
a33704bbe8 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 128)

   - Update from CVS

2005-09-28  Simon Josefsson  <jas@extundo.com>

   * etc/GNUS-NEWS: Fix IDNA notes.

2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el: Remove useless autoloads.

2005-09-28  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/message.el (message-use-idna): Default to t.
   (message-use-idna): Test whether encoding works too.  Doc fix.

2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nntp.el (nntp-warn-about-losing-connection): Remove.

2005-09-28  Simon Josefsson  <jas@extundo.com>

   * man/message.texi (IDNA): Fix.

2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
   nntp-server-hook, and nntp-warn-about-losing-connection; fix
   description of nntp-open-connection-function.
   (Common Variables): Fix descriptions.
2005-09-30 03:03:53 +00:00
Miles Bader
53cfefc8fb Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 125-127)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
   customizable.  Change default value.
   (mm-uu-diff-groups-regexp): Change default value.
   (mm-uu-type-alist): Added doc string.
   (mm-uu-configure): Added doc string.  Make it interactive.
   (mm-uu-diff-groups-regexp): Fix missing quotes from previous
   commit.

2005-09-27  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/message.el (message-idna-to-ascii-rhs-1): Reformat.

2005-09-27  Arne J,Ax(Brgensen  <arne@arnested.dk>

   * lisp/gnus/message.el (message-remove-duplicates): New function.
   Implementation borrowed from `gnus-remove-duplicates'.
   (message-idna-to-ascii-rhs): Also encode idna addresses in
   Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
   (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
   only ask about the same idna domain once per header and also tell
   in what header to replace the idna domain.

   * lisp/gnus/gnus-art.el (article-decode-idna-rhs): Also decode idna
   addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
   (article-decode-idna-rhs): Fix regexp so that all idna-address in
   a header is decoded and not just the last one.

2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-mime-display-single): Don't modify text if it
   has been decoded.

   * lisp/gnus/mm-decode.el (mm-insert-part): Don't modify text if it has been
   decoded.

   * lisp/gnus/mm-view.el (mm-inline-text): Don't strip text props unless
   decoding enriched or richtext parts.

2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Server Buffer Format): Document the %a format spec.
2005-09-28 05:26:02 +00:00
Richard M. Stallman
c769dcace7 *** empty log message *** 2005-09-26 00:04:50 +00:00
Richard M. Stallman
c283cff54c (Regexp Search): Doc search-whitespace-regexp. 2005-09-25 23:57:10 +00:00
Miles Bader
5fae1caef3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 122-124)

   - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
   - Update from CVS

2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam-report.el (spam-report-url-ping-plain): Use
   gnus-extended-version as User-Agent.

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
   default value is nil.

2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Switch the
   default to nil, to be able to use Gnus at all.  If the default
   switches to something else, then the function should be fixed not
   be exceedingly slow.

2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-url.el (mm-url-decode-entities): Fix regexp.

2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
2005-09-25 21:26:33 +00:00
Eli Zaretskii
9abab831dc *** empty log message *** 2005-09-24 11:17:50 +00:00
Eli Zaretskii
f9ac21e7fb Add makefile (for MS-Windows). 2005-09-24 10:27:46 +00:00
Richard M. Stallman
8dbf19c70c *** empty log message *** 2005-09-23 18:32:28 +00:00
Richard M. Stallman
7e88fc6c84 (Paragraphs): Correction about Paragraph-Indent Text mode. 2005-09-23 18:24:32 +00:00
Carsten Dominik
bc07911a4b Version 3.16 2005-09-23 15:49:13 +00:00
Carsten Dominik
de07af382e *** empty log message *** 2005-09-23 15:46:39 +00:00
YAMAMOTO Mitsuharu
acde11527b *** empty log message *** 2005-09-21 08:04:40 +00:00
YAMAMOTO Mitsuharu
385f3fc8ad Change Mac OS 8 or 9' to Mac OS Classic'.
(Mac OS): Update feature support status.
(Mac Input): List supported input scripts.  Remove description
about `mac-keyboard-text-encoding'.  Mention mouse button
emulation and related variables.
(Mac International): Mention Central European and Cyrillic
support.  Now `keyboard-coding-system' is dynamically changed.
Add description about coding system for selection.  Add
description about language environment.
(Mac Environment Variables): Mention
`~/.MacOSX/environment.plist'.  Give example of command line
arguments.  Add Preferences support.
(Mac Directories): Explicitly state that this node is for Mac OS
Classic only.
(Mac Font Specs): Mention specification for scalable fonts.  List
supported charsets.  Add preferred way of creating fontsets.  Add
description about `mac-allow-anti-aliasing'.
(Mac Functions): Add descriptions about `mac-set-file-creator',
`mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
and `mac-get-preference'.
2005-09-21 08:04:18 +00:00
YAMAMOTO Mitsuharu
70dc606268 (Top): Update submenus from macos.texi. 2005-09-21 08:03:58 +00:00
Juanma Barranquero
1768573d12 *** empty log message *** 2005-09-20 08:05:56 +00:00
Miles Bader
e3fba586d6 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Remove CVS keywords from newsticker files
2005-09-19 10:41:15 +00:00
Miles Bader
430d3ed772 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 118-121)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0

2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Bind image-load-path.

2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-mime-display-part): Protect against broken
   MIME messages.

2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Finding the Parent): Fix description of how Gnus
   finds article.

2005-09-14  Jari Aalto  <jari.aalto@cante.net>

   * man/gnus.texi (Advanced Scoring Examples): New exmples to teach how
   to drop off non-answered articles.
2005-09-19 10:14:34 +00:00
Juanma Barranquero
900d169800 *** empty log message *** 2005-09-19 09:37:35 +00:00
Juanma Barranquero
3e7269d91f (newsticker.dvi): Fix erroneous use of curly brackets on macro `srcdir'. 2005-09-19 09:36:42 +00:00
J.D. Smith
16f2cab720 Fixed spurious cross-ref 2005-09-17 20:02:14 +00:00
Eli Zaretskii
4ac3afdb5a *** empty log message *** 2005-09-17 11:36:28 +00:00
Eli Zaretskii
b9e7231d4a (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
(../info/newsticker, newsticker.dvi): New targets.
2005-09-17 11:26:05 +00:00
Eli Zaretskii
d9f13ae283 Replace @command with @code. Replace @example with @lisp.
(Top): Added explanations to menu items.
(GNU Free Documentation License): Removed.
2005-09-17 11:25:06 +00:00
Romain Francoise
cfbc3a32d7 *** empty log message *** 2005-09-16 22:57:12 +00:00
Romain Francoise
678e7c71c4 Update all manuals to specify GFDL version 1.2.
* doclicense.texi (GNU Free Documentation License): Update to
version 1.2.
2005-09-16 22:11:06 +00:00
Carsten Dominik
c6d02e7aa8 Version 4.30 2005-09-16 10:07:38 +00:00
Richard M. Stallman
5c4757d329 *** empty log message *** 2005-09-15 13:17:55 +00:00
Richard M. Stallman
ee49e773ce (List Buffers): Fix xref. 2005-09-15 12:51:15 +00:00
Richard M. Stallman
eef3da7255 Fix previous change. 2005-09-15 12:50:45 +00:00
Richard M. Stallman
8bc22580b6 (Rmail Basics): Fix xref. 2005-09-15 12:50:14 +00:00
Richard M. Stallman
c638ec8a3c (Top): Update subnode menus. 2005-09-15 12:47:45 +00:00
Richard M. Stallman
81a3597738 (Saving Commands): New node, broken out of Saving.
(Customize Save): New node, broken out of Saving.
Clarify effect of write-region-inhibit-fsync.
(Misc File Ops): Say write-region-inhibit-fsync affects write-region.
2005-09-15 12:47:10 +00:00
Richard M. Stallman
7c9e7ccf4f Fix @setfilename. 2005-09-15 12:34:21 +00:00
Richard M. Stallman
b09bc6a4dd (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
(../info/newsticker, newsticker.dvi): New targets.
2005-09-15 12:31:11 +00:00
Romain Francoise
e5588c43eb (Saving): Mention write-region-inhibit-fsync. 2005-09-14 20:20:56 +00:00
Miles Bader
1b53925a36 Add arch tagline 2005-09-13 19:35:24 +00:00
Richard M. Stallman
9f2d86c524 New file. 2005-09-13 15:50:31 +00:00