1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
Commit Graph

1296 Commits

Author SHA1 Message Date
Miles Bader
9b8801ec33 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
   (mml-generate-mime-1): Don't encode body if it is specified to be in
   raw form; don't make buffer be unibyte when inserting multibyte string.

2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)

   * man/message.texi (MIME): Replace mml-attach with mml-attach-file.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-100
2007-08-27 04:01:49 +00:00
Richard M. Stallman
3420c52254 (Top): Clarify menu item for Glossary. 2007-08-27 03:56:32 +00:00
Miles Bader
11abff8e05 Merge from gnus--rel--5.10
Patches applied:

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

   - Update from CVS

2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.

2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-maximum-newsgroup): New variable.

   * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
   according to gnus-maximum-newsgroup.

   * lisp/gnus/gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
   (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
   the range of articles according to gnus-maximum-newsgroup.

2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-96
2007-08-21 04:52:22 +00:00
Eli Zaretskii
91db3c234f (Position Info): Add index entry for face at point.
Mention that character faces are also displayed by "C-u C-x =".
2007-08-17 19:29:52 +00:00
Miles Bader
3b807f0d2d Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nntp.el (nntp-xref-number-is-evil): New server variable.
   (nntp-find-group-and-number): If it is non-nil, don't trust article
   numbers in the Xref header.

2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.

2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.

2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (NNTP): Mention nntp-xref-number-is-evil.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-92
2007-08-13 13:44:55 +00:00
Glenn Morris
4837b516ea Replace `iff' in doc-strings and comments. 2007-08-08 07:40:09 +00:00
Chong Yidong
30668bae48 * files.texi (File Conveniences): Document point motion keys in Image
mode.
2007-08-07 16:47:20 +00:00
Alan Mackenzie
9f3df1e5cf *** empty log message *** 2007-08-01 09:10:27 +00:00
Dan Nicolaescu
eff23ff376 * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
Remove.
(vc-git-revision-completion-table): Enable.

* vc-hooks.el (vc-handled-backends): Add GIT and HG.

* vc.el (vc-directory-exclusion-list): Add .git and .hg.

* vc-hg.el (vc-hg-revision-completion-table): Re-enable.

* diff-mode.el (diff-mode-menu): New entries.

* diff-mode.el (diff-beginning-of-file-and-junk): New function.
(diff-file-kill): Use it.
(diff-beginning-of-hunk): Add arg `try-harder' using it.
(diff-restrict-view, diff-find-source-location, diff-refine-hunk):
Use it so they find the hunk even when we're in the file header.

* vc.el: Add new VC operation `revision-completion-table'.
(vc-default-revision-completion-table): New function.
(vc-version-diff, vc-version-other-window): Use it to provide
completion of revision names if the backend provides it.

* vc-arch.el (vc-arch--version-completion-table)
(vc-arch-revision-completion-table): New functions to provide
completion of revision names.

* vc-cvs.el: Require CL.
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
New functions to provide completion of revision names.

* eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.

* vc2-xtra.texi (Customizing VC): Add GIT and HG.
2007-07-30 00:19:06 +00:00
Nick Roberts
f242f7721f *** empty log message *** 2007-07-28 03:23:12 +00:00
Glenn Morris
65fa82e95b *** empty log message *** 2007-07-27 08:09:43 +00:00
Glenn Morris
2f22dcff25 (Copying): Include license text from gpl.texi, rather than in-line. 2007-07-27 07:14:56 +00:00
Glenn Morris
597086b330 (Copying): Replace license with GPLv3. 2007-07-25 08:11:48 +00:00
Glenn Morris
924378184e Update example license to use GPLv3. 2007-07-25 08:09:41 +00:00
Glenn Morris
cacc7b5131 Switch license to GPLv3 or later. 2007-07-25 07:11:02 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Glenn Morris
dfb44a3ea0 (Writing Calendar Files): cal-tex-diary etc only work
for some calendars.
2007-07-24 02:44:25 +00:00
Eli Zaretskii
cc446013c1 ($(infodir)/emacs-mime): Use --enable-encoding. 2007-07-13 20:36:29 +00:00
Miles Bader
60b0b6685e Merge from gnus--rel--5.10
Patches applied:

 * emacs--devo--0  (patch 797, 800, 802)

   - Merge from emacs--rel--22

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
   as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Starting Up): Fix typo.

2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-54
2007-07-10 01:54:34 +00:00
Karl Berry
8d2ff2390a new Back-Cover Text 2007-06-24 21:59:25 +00:00
Michael Albinus
9ee5e81e95 Sync with Tramp 2.0.56. 2007-06-07 20:14:45 +00:00
Alan Mackenzie
73ef7b7d64 *** empty log message *** 2007-06-07 13:26:20 +00:00
Juanma Barranquero
b5dc2fcf59 (HTML): Fix typo. 2007-06-06 23:42:41 +00:00
Chong Yidong
7dfc4cda5d Version 22.1 released. 2007-06-02 11:07:00 +00:00
Glenn Morris
ee444171b2 *** empty log message *** 2007-05-26 04:15:36 +00:00
Reiner Steib
a85126764b (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
(Email Based Diary): New. Proper documentation for the
nndiary back end and the gnus-diary library.
2007-05-10 18:44:01 +00:00
Richard M. Stallman
205f01b404 *** empty log message *** 2007-05-06 18:10:44 +00:00
Karl Berry
66d6ead825 EMACSVER 22.1 for printed version 2007-05-04 17:03:08 +00:00
Karl Berry
aec2864888 make EMACSVER plain 22 for printed version 2007-05-03 16:47:47 +00:00
Karl Berry
0d2d1e5619 texinfo.tex update 2007-05-03 16:30:24 +00:00
Karl Berry
5fd8522623 no color for hyperlinks for printing 2007-05-03 15:53:11 +00:00
Richard M. Stallman
fa23618181 *** empty log message *** 2007-05-01 22:42:07 +00:00
Glenn Morris
b409bcaf0b *** empty log message *** 2007-04-28 20:39:52 +00:00
Glenn Morris
5fed56d6da Restore python.el pending consideration of legal status. 2007-04-28 20:17:17 +00:00
Karl Berry
bdfbd7e3fe ~ description fixes from rms 2007-04-28 18:00:51 +00:00
Karl Berry
c6d20d9ad6 propagate changes from trunk 2007-04-28 17:45:50 +00:00
J.D. Smith
d3040608ea Minor updates for IDLWAVE 6.1. 2007-04-27 18:50:35 +00:00
Chong Yidong
d67241bb1e * programs.texi (Program Modes):
* faq.texi (New in Emacs 22):
* anti.texi (Antinews):
* ack.texi (Acknowledgments): python.el removed.
2007-04-24 01:57:40 +00:00
Jay Belanger
6a896b1f44 *** empty log message *** 2007-04-23 21:41:06 +00:00
Chong Yidong
6ef234e266 * display.texi (Highlight Interactively): Correct description of
hi-lock-file-patterns-policy.
2007-04-23 14:39:16 +00:00
Chong Yidong
1bfeee99c8 * files.texi (File Archives): Mention self-extracting executables. 2007-04-23 14:25:42 +00:00
Eli Zaretskii
c9c3704c23 *** empty log message *** 2007-04-23 09:16:30 +00:00
Chong Yidong
5a4106a064 * dired.texi (Image-Dired): Move from Thumbnails node.
* misc.texi (Thumbnails): Node deleted.
* emacs.texi (Top): Update node listing.

* files.texi (File Conveniences):
* ack.texi (Acknowledgments):
* faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
2007-04-22 13:55:59 +00:00
Chong Yidong
efdb8e331f * files.texi (File Conveniences):
* ack.texi (Acknowledgments):
* faq.texi (New in Emacs 22):
* misc.texi (Thumbnails): Rename "tumme" to "thumbnails".
2007-04-22 03:39:45 +00:00
Chong Yidong
fcc5223664 * misc.texi (Thumbnails): Rename "tumme" to "thumbnails". 2007-04-22 03:32:31 +00:00
Richard M. Stallman
f2aded1747 *** empty log message *** 2007-04-21 08:59:33 +00:00
Chong Yidong
1b94354b36 * display.texi (Highlight Interactively): Document
hi-lock-file-patterns-policy.
2007-04-20 19:26:49 +00:00
Juanma Barranquero
c39bed4bb7 (Scrolling): Fix typo. 2007-04-20 15:04:54 +00:00
Jay Belanger
510b69a886 *** empty log message *** 2007-04-16 02:57:52 +00:00
Jay Belanger
213f742013 *** empty log message *** 2007-04-16 01:57:04 +00:00