1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

1848 commits

Author SHA1 Message Date
Miles Bader
0683d2414d Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Merge from gnus--rel--5.10

Patches applied:

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

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

   * lisp/gnus/gnus-art. (gnus-article-edit-article): Don't associate the
   article buffer with a draft file.  This is a temporary measure
   against the 2004-08-22 change to gnus-article-edit-mode.

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

   * lisp/gnus/html2text.el (html2text-get-attr): Remove unused argument `tag'.
   (html2text-format-tags): Remove unused variable `attr'.

   * lisp/gnus/mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
   after-load-alist.

   * lisp/gnus/mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
   entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
   (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
   loaded under XEmacs.
   (): Don't make duplicated entries in mm-mime-mule-charset-alist.

   * lisp/gnus/mm-util.el (mm-coding-system-p): Return a coding-system.
   (mm-mime-mule-charset-alist): Use shift_jis instead of
   iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
   entries for the mime charsets iso-2022-jp-3 and shift_jis.
   (mm-coding-system-priorities): Use shift_jis and iso-8859-1
   instead of japanese-shift-jis and iso-latin-1 respectively in
   order to share the default value with both Emacs and XEmacs-mule.
   (mm-mule-charset-to-mime-charset): Make
   mm-coding-system-priorities effective.
   (mm-sort-coding-systems-predicate): Canonicalize coding-systems
   while predicating of candidates upon the priorities.

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

   * man/emacs-mime.texi (Encoding Customization): Fix
   mm-coding-system-priorities entry.
2004-11-04 08:12:39 +00:00
Jan Djärv
49e6099b1e Replace non-nil with non-@code{nil}. 2004-11-03 14:08:00 +00:00
Jan Djärv
4f0d76fbde * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog. 2004-11-02 08:26:21 +00:00
Eli Zaretskii
11741689a6 Fix typos. 2004-10-23 21:39:13 +00:00
Eli Zaretskii
6100c21d8d (Text Based Tables, Table Definition)
(Table Creation, Table Recognition, Cell Commands)
(Cell Justification, Row Commands, Column Commands)
(Fixed Width Mode, Table Conversion, Measuring Tables)
(Table Misc): New nodes, documenting the Table Mode.
2004-10-23 21:33:59 +00:00
Jay Belanger
bdfe3dc05c (Algebraic-Style Calculations): Removed a comment. 2004-10-21 21:38:16 +00:00
Jason Rumney
63c80452cc *** empty log message *** 2004-10-19 21:37:16 +00:00
Jason Rumney
2de2a3389e (info): Change order of arguments to makeinfo. 2004-10-19 21:34:36 +00:00
Glenn Morris
8a41a04743 *** empty log message *** 2004-10-19 09:58:08 +00:00
Glenn Morris
962e4ccf7f From Ulf Jasper <ulf.jasper@web.de>:
(iCalendar): Update for package changes.
2004-10-19 09:57:49 +00:00
Miles Bader
531e5812c4 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626
Merge from gnus--rel--5.10

Patches applied:

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

2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mml.el (mml-preview): Use `pop-to-buffer'.

   * lisp/gnus/message.el (message-goto-mail-followup-to): Insert after "To".
   (message-carefully-insert-headers): Add comment.

   * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.

   * lisp/gnus/gnus-art.el (gnus-button-alist): Improve
   `gnus-button-handle-library' entry.

   * lisp/gnus/gnus-art.el (gnus-button-alist): Fixed regexp for manual links.

   * lisp/gnus/gnus-group.el (gnus-group-get-new-news-this-group): Added
   doc-string.

   * lisp/gnus/gnus-start.el (gnus-activate-group): Added doc-string.

   * lisp/gnus/gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
   handle manual section.

   * lisp/gnus/imap.el (imap-store-password): New variable.
   (imap-interactive-login): Use it.
   Suggested by Mark Plaksin <happy@mcplaksin.org>.

   * lisp/gnus/gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
   / in mailto URLs.

   * lisp/gnus/spam.el (spam-directory): Derive from `gnus-directory'.

   * lisp/gnus/gnus-sum.el (gnus-pick-line-number): Add autoload.
2004-10-18 22:23:44 +00:00
Luc Teirlinck
d4c2c0eff8 (Reporting Bugs): Double up `@'. 2004-10-18 20:04:17 +00:00
Jay Belanger
7b09dd5b36 (Reporting Bugs): Changed the address that bugs should be sent to. 2004-10-18 19:16:02 +00:00
Miles Bader
8903a9c8e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Merge from gnus--rel--5.10

Patches applied:

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

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

2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Describe possible problems
   in the doc string.

   * lisp/gnus/message.el (message-ignored-news-headers)
   (message-ignored-supersedes-headers)
   (message-ignored-resent-headers)
   (message-forward-ignored-headers): Improve custom type.

2004-10-15  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/pop3.el (top-level): Don't require nnheader.
   (pop3-read-timeout): Add.
   (pop3-accept-process-output): Add.
   (pop3-read-response, pop3-retr): Use it.

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

   * lisp/gnus/message.el (message-bury): Use `window-dedicated-p'.

2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (New Features): Add 5.11.

   * man/message.texi (Resending): Remove wrong default value.

   * man/gnus.texi (Mail Source Specifiers): Describe possible problems
   of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
   `pop3-leave-mail-on-server' to the index.

2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi (Canceling News): Add how to set a password.
2004-10-17 14:29:01 +00:00
Miles Bader
ebbeed623c Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Merge from gnus--rel--5.10

Patches applied:

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

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

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-49
   Add {arch}/=commit-merge-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-50
   {arch}/=commit-merge-make-log: Don't die if there are no ChangeLog changes
2004-10-14 07:33:19 +00:00
Michael Albinus
414da5abeb Sync with Tramp 2.0.45. 2004-10-12 21:02:43 +00:00
Jay Belanger
b18480066e (Help Commands): Changed the descriptions of calc-describe-function
and calc-describe-variable to match their current behavior.
2004-10-12 16:40:38 +00:00
Juri Linkov
fdbc4dea48 (Top, Marking Articles): Join two menus in one node
because a node can have only one menu.
2004-10-10 01:17:27 +00:00
Juri Linkov
6fa0c1a1d9 sc-preferred-attribution-alist -> sc-preferred-attribution-list 2004-10-10 01:12:19 +00:00
Luc Teirlinck
9f4b6e738f *** empty log message *** 2004-10-09 18:57:48 +00:00
Luc Teirlinck
2e3c33de20 (Misc File Ops): View mode is a minor mode. 2004-10-09 18:41:18 +00:00
Juri Linkov
a682a2d38f * gnus.texi (Fancy Mail Splitting): Remove backslash in the
example of nnmail-split-fancy.
2004-10-08 22:21:17 +00:00
Juri Linkov
e7378ac300 (Fancy Mail Splitting): Remove backslash in the
example of nnmail-split-fancy.
2004-10-08 22:19:18 +00:00
Juri Linkov
8762f451cf (Default Simplifications): Add missing ). 2004-10-08 20:58:54 +00:00
Eli Zaretskii
0b4fe585ef Update the documentation of C-y in the case that point is already at the
end of a line.
2004-10-08 17:04:58 +00:00
Glenn Morris
7d80643917 (iCalendar): Style changes. 2004-10-08 11:45:20 +00:00
Glenn Morris
8bc687ff19 *** empty log message *** 2004-10-08 11:41:56 +00:00
Luc Teirlinck
28fe88fc12 (Regexps): The regexp described in the example is no longer stored in
the variable `sentence-end'.
2004-10-07 22:16:43 +00:00
Jason Rumney
696c94e915 Fix spelling errors. 2004-10-07 21:51:50 +00:00
Karl Berry
8b0d8589d5 rms says omit reference 2004-10-07 18:07:53 +00:00
Karl Berry
1b3d1d14a0 consistent -- use 2004-10-06 21:30:45 +00:00
Jan Djärv
96fcad045a Fix my name and address 2004-10-06 07:29:55 +00:00
Nick Roberts
fb1adf175d *** empty log message *** 2004-10-06 07:20:15 +00:00
Nick Roberts
444ee6d730 (Starting GUD): Note that multiple debugging
sessions requires `gdb --fullname'.
2004-10-06 07:19:04 +00:00
Karl Berry
399bf6b36b typos etc. 2004-10-06 00:06:14 +00:00
Luc Teirlinck
9e9245cebd *** empty log message *** 2004-10-05 23:39:42 +00:00
Luc Teirlinck
304c317325 Various small changes in addition to the following.
(Text): Replace xref for autotype with inforef.
(Sentences): Explain nil value for `sentence-end'.
(Paragraphs): Update default values for `paragraph-start' and
`paragraph-separate'.
(Text Mode): Correct description of Text mode's effect on the
syntax table.
(Outline Visibility): `hide-other' does not hide top level headings.
`selective-display-ellipses' no longer has an effect on Outline mode.
(TeX Misc): Add missing @cindex.
Replace xref for RefTeX with inforef.
(Requesting Formatted Text): the variable
`enriched-fill-after-visiting' no longer exists.
(Editing Format Info): Update names of menu items and commands.
(Format Faces): Mention special effect of specifying the default face.
Describe inheritance of text properties.
Correct description of `fixed' face.
(Format Indentation): Correct description of effect of setting
margins.  Mention `set-left-margin' and `set-right-margin'.
(Format Justification): Update names of menu items.
`set-justification-full' is now bound to `M-j b'.
Mention that `default-justification' is a per buffer variable.
(Format Properties): Update name of menu item.
(Forcing Enriched Mode): `format-decode-buffer' automatically
turns on Enriched mode if the buffer is in text/enriched format.
2004-10-05 23:28:59 +00:00
Glenn Morris
47daea4c26 From Ulf Jasper <ulf.jasper@web.de>:
(iCalendar): New section for new package.
2004-10-05 22:31:35 +00:00
Glenn Morris
80a47b51e7 *** empty log message *** 2004-10-04 23:49:32 +00:00
Glenn Morris
6e7d9eaedd From Emilio C. Lopes <eclig@gmx.net>:
(From Other Calendar): Add calendar-goto-iso-week.
2004-10-04 23:32:25 +00:00
Kim F. Storm
62ea61af7c (Display Custom) <indicate-buffer-boundaries>:
Align with new functionality.
2004-09-27 22:45:37 +00:00
Kim F. Storm
e132205a76 *** empty log message *** 2004-09-27 22:45:14 +00:00
Miles Bader
f4dd4ae893 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Merge from gnus--rel--5.10

Patches applied:

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-35
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-36
   Update from CVS
2004-09-27 07:44:44 +00:00
Miles Bader
9b5773bc8c Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-31
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-33
   Update from CVS
2004-09-25 12:02:04 +00:00
Luc Teirlinck
6db2bc0254 *** empty log message *** 2004-09-23 04:18:12 +00:00
Luc Teirlinck
2211e0c665 (Display Custom): Remove stray `@end defvar'. 2004-09-23 04:09:16 +00:00
Kim F. Storm
ed2846bd74 *** empty log message *** 2004-09-22 23:12:22 +00:00
Kim F. Storm
80174a9754 (Display Custom): Add `overflow-newline-into-fringe',
`indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
2004-09-22 23:11:12 +00:00
Jay Belanger
2fcdfa833a (Vectors as Lists): Added a warning that the tutorial might be hidden
during part of the session.
2004-09-22 20:56:42 +00:00
Richard M. Stallman
4d894c989e *** empty log message *** 2004-09-20 16:19:49 +00:00