1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

2244 commits

Author SHA1 Message Date
Luc Teirlinck
105fa3fb56 (Dired Visiting): `dired-view-command-alist' has been deleted.
(Marks vs Flags): Add some convenient key bindings.
(Hiding Subdirectories): Delete redundant and inaccurate sentence.
(Misc Dired Features): Correct and expand description of `w' command.
2005-04-05 00:11:11 +00:00
Luc Teirlinck
47b143f301 *** empty log message *** 2005-04-05 00:09:59 +00:00
Luc Teirlinck
5ba35a0f86 (XTerm Mouse): Delete apparently false info. The GNU/Linux console
currently does not appear to support `xterm-mouse-mode'.
2005-04-05 00:04:24 +00:00
Luc Teirlinck
926e27e7c2 *** empty log message *** 2005-04-05 00:03:11 +00:00
Jay Belanger
1151215a68 *** empty log message *** 2005-04-04 05:17:58 +00:00
Jay Belanger
5208b407a0 Change version number.
(Customizable variables): Fix description of calc-language-alist.
(Copying): Put in version 2 of GPL.
2005-04-04 04:55:09 +00:00
Glenn Morris
742a24c301 (Diary): Mention shell utility `calendar'. 2005-04-03 17:03:15 +00:00
Glenn Morris
6c381cbae4 *** empty log message *** 2005-04-03 17:02:10 +00:00
Richard M. Stallman
7c195b9302 (Misc X): Explain horizontal scroll bars don't exist. 2005-04-01 22:45:13 +00:00
Jay Belanger
1ee49a88dd *** empty log message *** 2005-04-01 21:51:14 +00:00
Jay Belanger
b154df1665 (Troubleshooting Commands): Remove comment about installation.
(Installation): Remove section.
(Customizable Variables): New section.
(Basic Embedded Mode, Customizing Embedded Mode, Graphics)
(Graphical Devices): Add references to Customizable Variables.
2005-04-01 21:45:36 +00:00
Lute Kamstra
21e9e795e4 (Change Log): add-change-log-entry uses add-log-mailing-address. 2005-04-01 13:12:30 +00:00
Luc Teirlinck
ea98eb11f5 (Reverting): Move auto-revert-check-vc-info' to VC Mode Line' and
put in an xref to that node.
(VC Mode Line): Move `auto-revert-check-vc-info' here and clarify its
description.
2005-04-01 02:06:49 +00:00
Luc Teirlinck
18cd589232 *** empty log message *** 2005-04-01 02:03:50 +00:00
Paul Eggert
d0e50224dd * calendar.texi (Calendar Systems): Say that the Persian calendar
implemented here is the arithmetical one championed by Birashk.
2005-03-31 20:14:03 +00:00
Carsten Dominik
525f4f90f4 updated to org-mode version 3.05 2005-03-30 12:42:09 +00:00
Glenn Morris
ba0243c634 (Fortran Motion): Fix previous change. 2005-03-30 11:57:10 +00:00
Glenn Morris
388f6d91ab *** empty log message *** 2005-03-30 11:56:45 +00:00
Miles Bader
10ace8ea53 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 45-52)

   - Update from CVS
   - Update from CVS: texi Makefile.in CVS keyw cruft
   - Update from CVS: ChangeLog tweaks

2005-03-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * etc/gnus-refcard.tex, etc/gnus-logo.eps: New files.

2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-resend): Bind rfc2047-encode-encoded-words.

   * lisp/gnus/mm-util.el (mm-replace-in-string): New function.
   (mm-xemacs-find-mime-charset-1): Ignore errors while loading
   latin-unity, which cannot be used with XEmacs 21.1.

   * lisp/gnus/rfc2047.el (rfc2047-encode-function-alist): Rename from
   rfc2047-encoding-function-alist in order to avoid conflicting with
   the old version.
   (rfc2047-encode-message-header): Remove useless goto-char.
   (rfc2047-encodable-p): Don't move point.
   (rfc2047-syntax-table): Treat `(' and `)' as is.
   (rfc2047-encode-region): Concatenate words containing non-ASCII
   characters in structured fields; don't encode space-delimited
   ASCII words even in unstructured fields; don't break words at
   char-category boundaries; encode encoded words in structured
   fields; treat text within parentheses as special; show the
   original text when error has occurred; move point to the end of
   the region after encoding, suggested by IRIE Tetsuya
   <irie@t.email.ne.jp>; treat backslash-quoted characters as
   non-special; check carefully whether to encode special characters;
   fix some kind of misconfigured headers; signal a real error if
   debug-on-quit or debug-on-error is non-nil; don't infloop,
   suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>; assume
   the close parenthesis may be included in the encoded word; encode
   bogus delimiters.
   (rfc2047-encode-string): Use mm-with-multibyte-buffer.
   (rfc2047-encode-max-chars): New variable.
   (rfc2047-encode-1): New function.
   (rfc2047-encode): Use it; encode text so that it occupies the
   maximum width within 76-column; work correctly on Q encoding for
   iso-2022-* charsets; fold the line before encoding; don't append a
   space if the encoded word includes close parenthesis.
   (rfc2047-fold-region): Use existing whitespace for LWSP; make it
   sure not to break a line just after the header name.
   (rfc2047-b-encode-region): Remove.
   (rfc2047-b-encode-string): New function.
   (rfc2047-q-encode-region): Remove.
   (rfc2047-q-encode-string): New function.
   (rfc2047-encode-parameter): New function.
   (rfc2047-encoded-word-regexp): Don't use shy group.
   (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
   (rfc2047-parse-and-decode): Ditto.
   (rfc2047-decode): Treat the ascii coding-system as raw-text by
   default.

2005-03-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/rfc2047.el (rfc2047-encode-encoded-words): New variable.
   (rfc2047-field-value): Strip props.
   (rfc2047-encode-message-header): Disabled header folding -- not
   all headers can be folded, and this should be done by the message
   composition mode.  Probably.  I think.
   (rfc2047-encodable-p): Say that =? needs encoding.
   (rfc2047-encode-region): Encode =? strings.

2005-03-25  Jesper Harder  <harder@ifa.au.dk>

   * lisp/gnus/rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
   language tags; remove unnecessary '+'.  Reported by Stefan Wiens
   <s.wi@gmx.net>.
   (rfc2047-decode-string): Don't cons a string unnecessarily.
   (rfc2047-parse-and-decode, rfc2047-decode): Use a character for
   the encoding to avoid consing a string.
   (rfc2047-decode): Use mm-subst-char-in-string instead of
   mm-replace-chars-in-string.

2005-03-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>

   * lisp/gnus/rfc2047.el (rfc2047-encode): Use uppercase letters to specify
   encodings of MIME-encoded words, in order to improve
   interoperability with several broken MUAs.

2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
   pass it to `gnus-browse-read-group'.
   (gnus-browse-read-group): Add NUMBER argument and pass it to
   `gnus-group-read-ephemeral-group'.

   * lisp/gnus/gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
   argument and pass it to `gnus-group-read-group'.

2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>

   * lisp/gnus/mm-util.el (mm-xemacs-find-mime-charset): Only call
   mm-xemacs-find-mime-charset-1 if we have the mule feature
   available at runtime.

2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/emacs-mime.texi (Display Customization): Markup fixes.
   (rfc2047): Update.

2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi: Replaced with auto-generated version.
2005-03-30 08:14:32 +00:00
Richard M. Stallman
b36a687ca1 *** empty log message *** 2005-03-29 23:24:34 +00:00
Richard M. Stallman
691101a4d8 (Single-Byte Character Support): Reinstall the C-x 8 info. 2005-03-29 23:24:27 +00:00
Richard M. Stallman
8e669bbd42 (Buffer Contents): Add filter-buffer-substring and buffer-substring-filters. 2005-03-29 21:08:37 +00:00
Richard M. Stallman
19e7dd23ed (Refill): Refer to Long Lines Mode.
(Longlines): New node.
(Auto Fill): Don't index "word wrap" here.
(Filling): Add Longlines to menu.
2005-03-29 21:06:20 +00:00
Glenn Morris
b976213b21 *** empty log message *** 2005-03-29 19:11:30 +00:00
Glenn Morris
3718bcde46 (Fortran Motion): Add fortran-end-of-block,
fortran-beginning-of-block.
2005-03-29 19:07:36 +00:00
Richard M. Stallman
3eff9df26c Minor fixes. 2005-03-29 18:20:48 +00:00
Richard M. Stallman
4f256c8ee1 (Emacs Server): Fix Texinfo usage. 2005-03-29 18:19:00 +00:00
Richard M. Stallman
f1308a0735 (Top): Don't use a real section heading for
"Detailed Node Listing".  Fake it instead.
2005-03-29 18:18:18 +00:00
Richard M. Stallman
42a9959328 (Position Info): Minor cleanup. 2005-03-29 18:14:06 +00:00
Glenn Morris
6351cad9d9 (ForIndent Vars): `fortran-if-indent' does other constructs as well. 2005-03-29 18:14:04 +00:00
Glenn Morris
99b5714762 *** empty log message *** 2005-03-29 18:13:35 +00:00
Richard M. Stallman
942fd38f89 (Input Methods): Minor cleanup. 2005-03-29 18:11:55 +00:00
Kenichi Handa
ca1768db82 (Input Methods): Refer to the command C-u C-x =. 2005-03-29 02:17:55 +00:00
Kenichi Handa
27a132c3ac (Position Info): Update the description about the
command C-u C-x =.
2005-03-29 02:02:44 +00:00
Richard M. Stallman
488cacbdee (Top): Use @section for the detailed node listing. 2005-03-28 22:23:44 +00:00
Richard M. Stallman
f60a6f87ff *** empty log message *** 2005-03-28 21:30:15 +00:00
Richard M. Stallman
a20cba2c77 Minor fixes to previous change. 2005-03-28 21:30:06 +00:00
Richard M. Stallman
10787f7a8a (Fortran): Small fixes to previous changes. 2005-03-28 21:16:48 +00:00
Richard M. Stallman
8758a7da94 (Program Modes): Add Conf mode and DNS mode. 2005-03-28 21:09:23 +00:00
Richard M. Stallman
0d937faf65 (Specify Coding): Document recode-region and recode-file-name. 2005-03-28 21:07:34 +00:00
Richard M. Stallman
617f06a8c2 (Function Keys): Document kp- event types and keypad-setup package. 2005-03-28 21:05:54 +00:00
Richard M. Stallman
ff994d963a (Flymake): New node. 2005-03-28 21:04:39 +00:00
Richard M. Stallman
05ff843ed7 (Top): Update list of subnodes of building.texi. 2005-03-28 21:04:23 +00:00
Richard M. Stallman
10510ea3e3 (Top): Update list of subnodes of Dired. 2005-03-28 21:02:51 +00:00
Richard M. Stallman
9ae7d7afc7 (Wdired): New node. 2005-03-28 21:01:31 +00:00
Richard M. Stallman
30b1dff16c (File Conveniences): Delete Auto Image File mode.
(File Conveniences): Reorder entries.
Document Thumbs mode.
2005-03-28 21:01:11 +00:00
Luc Teirlinck
3fb572907c (Keys): M-o is now a prefix key. 2005-03-28 01:19:01 +00:00
Luc Teirlinck
25b66519d2 *** empty log message *** 2005-03-28 01:17:20 +00:00
Glenn Morris
2314298c67 (ForIndent Cont): Mention setting of indent-tabs-mode. 2005-03-27 17:33:49 +00:00
Glenn Morris
40279251d4 Reformat and update copyright years.
(Fortran): Update section.
2005-03-27 17:16:31 +00:00