1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

2453 Commits

Author SHA1 Message Date
Luc Teirlinck
328231242d (Rmail Basics): Clarify description of q' and b'.
(Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric argument.
(Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
(Rmail Output): Clarify which statements apply to `o', `C-o' and `w',
respectively.
(Rmail Labels): Mention `l'.
(Rmail Attributes): Correct pxref.  Mention `stored' attribute.
(Rmail Summary Edit): Describe `j' and RET.
2005-04-10 19:25:14 +00:00
Luc Teirlinck
223bc577bd *** empty log message *** 2005-04-10 19:23:08 +00:00
Jan Djärv
34b4a3748b * xresources.texi (Lucid Resources): Added fonSet resource. 2005-04-10 12:30:19 +00:00
Jan Djärv
0d0e15c371 Added text about fontSet in Lucid menus 2005-04-10 12:29:46 +00:00
Miles Bader
9147257891 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/calendar/time-date.el (time-to-seconds): Don't use the #xhhhh
   syntax which Emacs 20 doesn't support.
   (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.

2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-util.el (mm-coding-system-p): Don't return binary for the nil
   argument in XEmacs.

   * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): New variable.
   (nnrss-request-group): Decode group name first.
   (nnrss-request-article): Make a text/plain article if mml-to-mime
   failed.
   (nnrss-get-encoding): Return a compatible encoding according to
   nnrss-compatible-encoding-alist.
   (nnrss-opml-export): Use dolist.
   (nnrss-find-el): Use consp instead of listp.
   (nnrss-order-hrefs): Use dolist.

2005-04-06  Arne J,Ax(Brgensen  <arne@arnested.dk>

   * lisp/gnus/nnrss.el (nnrss-verbose): Remove.
   (nnrss-request-group): Use `nnheader-message' instead.

2005-04-06  Mark Plaksin  <happy@usg.edu>  (tiny change)

   * lisp/gnus/nnrss.el (nnrss-verbose): New variable.
   (nnrss-request-group): Make it say nnrss is requesting a group.

2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-group-path): Decode group name.
   (gnus-agent-group-pathname): Ditto.

   * lisp/gnus/gnus-cache.el (gnus-cache-file-name): Decode group name.

   * lisp/gnus/gnus-group.el (gnus-group-line-format-alist): Use decoded group
   name for only %g and %c.
   (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group
   instead of gnus-tmp-group to decoded group name.
   (gnus-group-make-group): Decode group name.
   (gnus-group-delete-group): Ditto.
   (gnus-group-make-rss-group): Exclude `/'s from group names;
   register the group data after opening the nnrss group; unify
   non-ASCII group names; encode group name.
   (gnus-group-catchup-current): Decode group name.
   (gnus-group-expire-articles-1): Ditto.
   (gnus-group-set-current-level): Ditto.
   (gnus-group-kill-group): Ditto.

   * lisp/gnus/gnus-spec.el (gnus-update-format-specifications): Flush the
   group format spec cache if it doesn't support decoded group names.

   * lisp/gnus/mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.

   * lisp/gnus/nnrss.el: Require rfc2047 and mml.
   (nnrss-file-coding-system): New variable.
   (nnrss-format-string): Redefine it as an inline function.
   (nnrss-decode-group-name): New function.
   (nnrss-string-as-multibyte): Remove.
   (nnrss-retrieve-headers): Decode group name; don't use
   nnrss-format-string.
   (nnrss-request-group): Decode group name.
   (nnrss-request-article): Decode group name; allow a Message-ID as
   well as an article number; don't use nnrss-format-string; encode a
   Message-ID string which may contain non-ASCII characters; use
   mml-to-mime to compose a MIME article; use search-forward instead
   of re-search-forward.
   (nnrss-request-expire-articles): Decode group name.
   (nnrss-request-delete-group): Delete entries in nnrss-group-alist
   as well; decode group name.
   (nnrss-get-encoding): Fix regexp.
   (nnrss-fetch): Clarify error message.
   (nnrss-read-server-data): Use insert-file-contents instead of load;
   bind file-name-coding-system; use multibyte buffer.
   (nnrss-save-server-data): Insert newline; bind
   coding-system-for-write to the value of nnrss-file-coding-system;
   bind file-name-coding-system; add coding cookie.
   (nnrss-read-group-data): Use insert-file-contents instead of load;
   bind file-name-coding-system; use multibyte buffer.
   (nnrss-save-group-data): Bind coding-system-for-write to the
   value of nnrss-file-coding-system; bind file-name-coding-system.
   (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
   make it work with non-ASCII text.
   (nnrss-opml-export): Use mm-set-buffer-file-coding-system instead
   of set-buffer-file-coding-system.
   (nnrss-find-el): Check carefully whether there's a list of string
   which old xml.el may return rather than a string; make it work
   with old xml.el as well.

2005-04-06  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>

   * lisp/gnus/gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.

   * lisp/gnus/nnrss.el (nnrss-get-encoding): New function.
   (nnrss-fetch): Use unibyte buffer initially; bind
   coding-system-for-read while performing mm-url-insert; remove ^Ms;
   decode contents according to the encoding attribute.
   (nnrss-save-group-data): Add coding cookie.
   (nnrss-mime-encode-string): New function.
   (nnrss-check-group): Use it to encode subject and author.

2005-04-06  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)

   * lisp/gnus/nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
   failed.

2005-04-06  Jesper Harder  <harder@ifa.au.dk>

   * lisp/gnus/mm-util.el (mm-subst-char-in-string): Support inplace.

   * lisp/gnus/nnrss.el: Pedantic docstring and whitespace fixes (courtesy of
   checkdoc.el).
   (nnrss-request-article): Cleanup.
   (nnrss-request-delete-group): Use nnrss-make-filename.
   (nnrss-read-server-data): Use nnrss-make-filename; use load.
   (nnrss-save-server-data): Use nnrss-make-filename; use gnus-prin1.
   (nnrss-read-group-data): Fix off-by-one error.  From Joakim Verona
   <joakim@verona.se>; hash on description if link is missing; use
   nnrss-make-filename; use load.
   (nnrss-save-group-data): Use nnrss-make-filename; use gnus-prin1.
   (nnrss-make-filename): New function.
   (nnrss-close): New function.
   (nnrss-check-group): Hash on description if link is missing.
   (nnrss-get-namespace-prefix): Use string= to compare strings!
   Reported by David D. Smith <davidsmith@acm.org>.
   (nnrss-opml-export): Turn on sgml-mode.

2005-04-06  Mark A. Hershberger  <mah@everybody.org>

   * lisp/gnus/nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.

2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (RSS): Addition.
2005-04-10 04:20:14 +00:00
Luc Teirlinck
23e3383d01 (Useless Whitespace): `indicate-unused-lines' is now called
`indicate-empty-lines'.
2005-04-09 16:18:51 +00:00
Luc Teirlinck
a13d134ce1 *** empty log message *** 2005-04-09 16:17:18 +00:00
Kim F. Storm
400da0f467 (Initial Options): Add --bare-bones alias for -Q. 2005-04-06 10:46:12 +00:00
Kim F. Storm
73f0d99655 *** empty log message *** 2005-04-06 10:45:54 +00:00
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
Glenn Morris
91878d2b21 *** empty log message *** 2005-03-27 17:16:09 +00:00
Luc Teirlinck
468b711f63 *** empty log message *** 2005-03-27 02:57:31 +00:00
Luc Teirlinck
a0554a40e2 Several small changes in addition to:
(Visiting): Change xref for Dialog Boxes to ref.
(Version Headers): Replace references to obsolete var
`vc-header-alist' with `vc-BACKEND-header'.
(Customizing VC): Update value of `vc-handled-backends'.
2005-03-27 02:17:27 +00:00
Glenn Morris
1fa7647f50 Change all @xrefs to the non-printing emacs-xtra to @inforefs. 2005-03-26 20:13:31 +00:00
Glenn Morris
97b0bcb73b *** empty log message *** 2005-03-26 20:12:54 +00:00
Glenn Morris
fee3a589ee (Hardcopy): Rename "Diary Commands" xref. 2005-03-26 19:55:06 +00:00
Glenn Morris
a72bfb87d1 (Top): Rename "Diary Commands" section. 2005-03-26 19:54:50 +00:00
Glenn Morris
dce8ef9cc1 (Calendar Customizing): Move view-diary-entries-initially,
view-calendar-holidays-initially, mark-diary-entries-in-calendar,
mark-holidays-in-calendar to main Emacs Manual.
(Appt Customizing): Merge entire section into main Emacs Manual.
2005-03-26 19:54:32 +00:00
Glenn Morris
8913f91bc8 Update and reformat copyright.
(Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
(Holidays): Move view-calendar-holidays-initially,
mark-holidays-in-calendar here from emacs-xtra.
(Diary): Refer to `diary-file' rather than ~/diary.
(Diary Commands): Rename node to "Displaying the Diary".
(Displaying the Diary): Move view-diary-entries-initially,
mark-diary-entries-in-calendar here from emacs-xtra.
(Appointments): Move appt-display-mode-line, appt-display-duration,
appt-disp-window-function, appt-delete-window-function here from
emacs-xtra.
2005-03-26 19:51:24 +00:00
Glenn Morris
0bd1a9c8d0 *** empty log message *** 2005-03-26 19:49:02 +00:00
Glenn Morris
24396ac6c3 (Advanced Calendar/Diary Usage): New section; move here from Emacs
Lisp Reference Manual.
2005-03-26 17:45:40 +00:00
Glenn Morris
7835c44590 (Calendar/Diary, Diary Commands)
(Special Diary Entries, Importing Diary): Change some xrefs to
point to emacs-xtra rather than elisp.
2005-03-26 17:45:16 +00:00
Glenn Morris
453251734b *** empty log message *** 2005-03-26 17:44:47 +00:00
Eli Zaretskii
5487954721 *** empty log message *** 2005-03-26 17:27:59 +00:00
Eli Zaretskii
846d7db22f (Emacs Server): Fix the command for setting server-name.
Add an xref to Invoking emacsclient.

(Help Summary): Clarify when "C-h ." will do something nontrivial.
(Apropos): Add cindex entry for apropos-sort-by-scores.
2005-03-26 17:27:18 +00:00
Eli Zaretskii
ee7a5ccb7f *** empty log message *** 2005-03-26 17:22:46 +00:00
Eli Zaretskii
b2705c8c7b *** empty log message *** 2005-03-26 17:10:59 +00:00
Eli Zaretskii
015a143ad9 (Text Display): Add index entries for how no-break characters are displayed. 2005-03-26 17:10:10 +00:00
Eli Zaretskii
fdd3702a5b (Multiple Dired Directories): default-directory was renamed
to dired-default-directory.
2005-03-26 16:15:28 +00:00
Eli Zaretskii
e6753bacbb (Visiting): Fix cross-references introduced with the last change. 2005-03-26 15:29:01 +00:00
Eli Zaretskii
2d21bf9ea1 (GTK resources): Fix last change. 2005-03-26 15:25:26 +00:00
Luc Teirlinck
0e76e1ea26 (GTK resources): Update menu for changed node name. 2005-03-26 14:53:42 +00:00
Jay Belanger
44f050e90a *** empty log message *** 2005-03-26 06:44:41 +00:00
Jay Belanger
029b2a44bb (Simplifying Formulas, Rewrite Rules): Change description of
top and bottom of fraction.

(Modulo Forms): Move description of how to create modulo forms to
earlier in the section.

(Fraction Mode): Suggest using : to get a fraction by dividing.

(Basic Arithmetic): Adjust placement of command name.

(Truncating the Stack): Emphasize that "hidden" entries are still
visible.

(Installation): Move discussion of printing manual to "About This
Manual".

(About This Manual): Mention how to print the manual.

(Reporting Bugs): Remove first person.

(Building Vectors): Add algebraic version of append.

(Manipulating Vectors): Fix algebraic version of calc-reverse-vector.

(Grouping Digits): Fix typo.
2005-03-26 06:19:29 +00:00
Richard M. Stallman
85df292e11 *** empty log message *** 2005-03-26 02:15:50 +00:00
Richard M. Stallman
10214524f1 (X Resources): GTK options documented too.
(Resources): Clarify meaning of program name.
(Table of Resources): Add visualClass.
(GTK resources): Rewrite.
(GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
2005-03-26 02:00:32 +00:00
Richard M. Stallman
8613ded153 (Outline Visibility): Introduce "current heading
line" (commands can be called with point on a body line).
Re-order table to follow the sequence of discussion.
hide-body won't hide lines before first header line.
(TeX Mode): Add DocTeX mode.
2005-03-26 01:55:53 +00:00
Richard M. Stallman
82b9073df1 (Emacs Server): Document server-name.
(Invoking emacsclient): Document -s option for server names.
2005-03-26 01:53:30 +00:00
Richard M. Stallman
8f4fc84098 (Help Summary): Add `C-h .'.
(Apropos): Apropos accepts a list of search terms.
Document apropos-sort-by-scores.
(Help Echo): Document display-local-help.
2005-03-26 01:52:50 +00:00
Richard M. Stallman
360b756f3c (Mouse Commands): Document x-mouse-click-focus-ignore-position and
mouse-drag-copy-region.
2005-03-26 01:50:09 +00:00
Richard M. Stallman
040d9a648e (Reverting): Document auto-revert-check-vc-info. 2005-03-26 01:48:13 +00:00
Richard M. Stallman
b5cced4b79 (Text Display): Mention non-breaking spaces. 2005-03-26 01:46:55 +00:00
Werner LEMBERG
2cbd16b93e * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
`legal' with `valid'.
2005-03-25 10:17:33 +00:00
Werner LEMBERG
ce7c752295 * calc.texi, reftex.texi: Replace illegal' with invalid'. 2005-03-25 09:18:26 +00:00
Jay Belanger
0fa1a6b8bb *** empty log message *** 2005-03-24 14:32:39 +00:00
Richard M. Stallman
9f174f63ab (Single-Byte Character Support): Delete mention
of iso-acc.el and iso-transl.el.
2005-03-24 14:06:14 +00:00
Richard M. Stallman
87101b3311 Remove praise of non-free software. 2005-03-24 14:04:40 +00:00
Richard M. Stallman
215a5cd026 Don't say where to get IDL or its non-free manual.
(Installation): Node deleted.
2005-03-24 14:00:41 +00:00
Jay Belanger
35626cba63 (General Mode Commands, Mode Settings in Embedded Mode): Added some
explanation of recording mode settings.
2005-03-24 13:33:45 +00:00
Lute Kamstra
8624d2508c (Non-ASCII Isearch): Rename from Non-Ascii Isearch. 2005-03-23 16:24:21 +00:00
Richard M. Stallman
eaaa56b01e *** empty log message *** 2005-03-23 14:55:49 +00:00
Richard M. Stallman
4a0c63588f (HTTP language/coding): Improve last change. 2005-03-23 14:46:53 +00:00
Richard M. Stallman
f2fd362378 Delete explicit node pointers.
(Incremental Search): New menu.
(Basic Isearch, Repeat Isearch, Error in Isearch)
(Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
(Slow Isearch): New subnodes.
(Configuring Scrolling): Node deleted.
(Search Case): Doc default-case-fold-search.
(Regexp Replace): Move replace-regexp doc here.
2005-03-23 14:46:18 +00:00
Richard M. Stallman
ec9bd34425 (Movemail): Put commas inside closequotes. 2005-03-23 14:42:06 +00:00
Richard M. Stallman
61ff7bed9c (Insert in Picture): Document C-c arrow combos.
(Basic Picture): Clarify erasure.
2005-03-23 14:41:37 +00:00
Richard M. Stallman
de4a4c41b3 (Font Lock): Put commas inside closequotes. 2005-03-23 14:40:30 +00:00
Richard M. Stallman
54102d63f3 (General Variables): Put commas inside closequotes. 2005-03-23 14:40:01 +00:00
Nick Roberts
90563cb3fb (Stack Buffer): Mention reverse contrast for
*selected* frame (might not be current frame).
2005-03-23 03:06:01 +00:00
Nick Roberts
3de2b9041f *** empty log message *** 2005-03-23 03:05:29 +00:00
Jay Belanger
948e33b9d6 *** empty log message *** 2005-03-22 16:21:46 +00:00
Jay Belanger
1dddb589fa (Embedded Mode): Add new information on changing modes. 2005-03-22 16:13:53 +00:00
Richard M. Stallman
c9f63b4157 (Acknowledgments): Updated. 2005-03-21 19:15:03 +00:00
Richard M. Stallman
b91cc27c6e (Format Faces): Replace old M-g key prefix with M-o. 2005-03-21 19:06:47 +00:00
Richard M. Stallman
6be8476a60 (Fortran Motion): Document f90-next-statement,
f90-previous-statement, f90-next-block, f90-previous-block,
f90-end-of-block, and f90-beginning-of-block.
2005-03-21 19:02:02 +00:00
Richard M. Stallman
3567915c5b (Input Methods): Leim is now built-in.
(Select Input Method): Document quail-show-key.
(Specify Coding): Document revert-buffer-with-coding-system.
2005-03-21 18:54:00 +00:00
Richard M. Stallman
a3f7375f2d (Saving Emacs Sessions): Document desktop-restore-eager.
(Emulation): CUA mode replaces pc-bindings-mode,
pc-selection-mode, and s-region.
2005-03-21 18:46:31 +00:00
Richard M. Stallman
be8a531de7 (Completion): Completion acts on text before point. 2005-03-21 18:38:31 +00:00
Richard M. Stallman
870f8c9766 (Deletion): Document numeric argument for just-one-space. 2005-03-21 18:18:27 +00:00
Richard M. Stallman
c882ba2e22 (Misc Help): Document numeric argument for C-h i.
Correctly explain the effect of just C-u as argument.
2005-03-21 18:17:37 +00:00
Richard M. Stallman
b50352ecce (Wheeled Mice): Mouse wheel support on by default.
Document mouse-wheel-progressive speed.
2005-03-21 18:16:34 +00:00
Richard M. Stallman
3aff69e30f (Visiting): Document large-file-warning-threshold.
Move paragraph on file-selection dialog.
Mention visiting files using X drag and drop.
(Reverting): Mention using Auto-Revert mode to tail files.
Document auto-revert-tail-mode.
(Version Systems): Minor correction.
(Comparing Files): Diff-mode is no longer based on Compilation mode.
Document compare-ignore-whitespace.
(Misc File Ops): Explain passing a directory to rename-file.
Likewise for copy-file and make-symbolic-link.
2005-03-21 18:14:33 +00:00
Richard M. Stallman
67bca9b20f (Misc Dired Features): Rename node from Misc Dired Commands.
Mention effect of X drag and drop on Dired buffers.
2005-03-21 18:12:14 +00:00
Richard M. Stallman
9beff3e775 (Importing Diary): Rename node from iCalendar. Document diary-from-outlook. 2005-03-21 18:08:14 +00:00
Richard M. Stallman
ed4389afef (Starting GUD): Add bashdb.
(Building): Put Grep Searching after Compilation Shell.
(Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
Document next-error-highlight.
(Grep Searching): Document grep-highlight-matches.
(Lisp Eval): Typing C-x C-e twice prints integers specially.
2005-03-21 18:06:58 +00:00
Richard M. Stallman
33e54c8713 (Moving Point): Add M-g M-g binding.
(Undo): Document undo-only.
(Position Info): Document M-g M-g and C-u M-g M-g.
2005-03-21 18:02:55 +00:00
Richard M. Stallman
4829cfc31b Total rewrite. 2005-03-21 17:59:35 +00:00
Michael Albinus
340b8d4f63 Sync with Tramp 2.0.48. 2005-03-20 20:00:20 +00:00
Eli Zaretskii
864f69e9ca *** empty log message *** 2005-03-19 15:07:32 +00:00
Eli Zaretskii
431e839637 (Acknowledgments): Update. 2005-03-19 15:07:04 +00:00
Eli Zaretskii
4a3cb25227 (Antinews): Refer to Emacs 21.4, not 21.3. Update copyright years. 2005-03-19 13:40:50 +00:00
Nick Roberts
0ace9c9ea1 (Commands of GUD): Move paragraph on setting
breakpoints with mouse to the GDB Graphical Interface node.
2005-03-14 10:00:58 +00:00
Nick Roberts
9eea131709 *** empty log message *** 2005-03-14 10:00:20 +00:00
Richard M. Stallman
bfa8be14bf *** empty log message *** 2005-03-08 03:20:31 +00:00
Richard M. Stallman
0111d1e150 Fix usage of "e.g.".
(HTTP language/coding): Explain the rules for these strings.
2005-03-08 03:01:55 +00:00
Richard M. Stallman
66dd6a003c (Single Shell, Shell Options): Fix previous change. 2005-03-08 02:57:30 +00:00
Richard M. Stallman
43642a32e1 (Debugger Operation): Update GUD tooltip enable info. 2005-03-08 02:46:08 +00:00
Luc Teirlinck
285d5fe65b (Completion Options): Fix typo. 2005-03-06 23:39:52 +00:00
Luc Teirlinck
b30ad9e430 (Mail Aliases): Double up @'s. 2005-03-06 23:38:40 +00:00
Luc Teirlinck
f2cdc98d46 (Glossary): Correct typo. 2005-03-06 23:37:21 +00:00
Luc Teirlinck
35a15212eb (Movemail): Correct typo. 2005-03-06 23:35:39 +00:00
Richard M. Stallman
b6e1584652 Finish previous change. 2005-03-06 20:48:59 +00:00
Richard M. Stallman
34398e6c47 *** empty log message *** 2005-03-06 18:26:43 +00:00
Richard M. Stallman
499de9ba7f (Starting GUD): Don't explain text vs graphical GDB here.
Just mention they exist, and xref.
Delete "just one debugger process".
(Debugger Operation): Move GUD tooltip info here.
(GUD Tooltips): Node deleted.
(GDB Graphical Interface): Explain the two GDB modes here.
2005-03-06 18:08:00 +00:00
Richard M. Stallman
8018c1e892 (Introduction): Minor cleanups. 2005-03-06 18:05:41 +00:00
Richard M. Stallman
9bf27c3d41 (HTTP language/coding): Get rid of "Emacs 21". 2005-03-06 17:44:14 +00:00
Richard M. Stallman
d89c6c9f01 (Text Mode): C-M-i like M-TAB. 2005-03-06 17:43:31 +00:00
Richard M. Stallman
f5f793943e (Sending Mail): Minor cleanup.
(Mail Aliases): Explain quoting conventions.
Update key rebinding example.
(Header Editing): C-M-i is like M-TAB.
(Mail Mode Misc): mail-attach-file does not do MIME.
2005-03-06 17:42:39 +00:00
Richard M. Stallman
1be48cfa6d (Rmail Inbox): Move text from Remote Mailboxes that really belongs here.
(Remote Mailboxes): Text moved to Rmail Inbox.
(Rmail Display): Mention Mouse-1.
(Movemail): Clarify two movemail versions.
Clarify rmail-movemail-program.
2005-03-06 17:40:40 +00:00
Richard M. Stallman
7fb3654755 (Symbol Completion): C-M-i like M-TAB. 2005-03-06 17:32:45 +00:00
Richard M. Stallman
082760b192 (About PCL-CVS): Get rid of "Emacs 21".
(Installation): Node deleted.
2005-03-06 17:31:55 +00:00
Richard M. Stallman
982dcb1ba1 (Single Shell): Replace uudecode example with gpg example.
Document async shell commands.
(Shell History): Clarify.
(Shell Ring): Mention C-UP an C-DOWN.
(Shell Options): Add comint-prompt-read-only.
(Invoking emacsclient): Set EDITOR to run Emacs.
(Sorting): No need to explain what region is.
(Saving Emacs Sessions): Fix typo.
(Recursive Edit): Fix punctuation.
(Emulation): Don't mention "PC bindings" which are standard.
(Hyperlinking): Explain Mouse-1 convention here.
(Find Func): Node deleted.
2005-03-06 17:30:23 +00:00
Richard M. Stallman
eda8cfcfd9 (Completion Options): C-M-i like M-TAB. 2005-03-06 17:26:17 +00:00
Richard M. Stallman
f66048a20c (Preface): Get rid of "Emacs 21". 2005-03-06 17:25:43 +00:00
Richard M. Stallman
a8ec80f194 (Name Help): Xref to Hyperlinking. 2005-03-06 17:25:06 +00:00
Richard M. Stallman
f7246d2f62 (Glossary): Rename "Balance Parentheses" to "Balancing...".
Add "Byte Compilation".  Correct "Copyleft".
New xref in "Customization".
Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
Rename "Registers" to "Register".
Replace "Selecting" with "Selected Frame",
"Selected Window", and "Selecting a Buffer".
2005-03-06 17:24:24 +00:00
Richard M. Stallman
52fa709312 (Spelling): C-M-i like M-TAB. 2005-03-06 17:18:43 +00:00
Richard M. Stallman
bf96cde16b (Types of Log File): Explain how projects' methods can vary. 2005-03-06 17:18:12 +00:00
Richard M. Stallman
0c8a060e6a (Installation): Delete node (for Emacs 20). 2005-03-06 17:14:48 +00:00
Richard M. Stallman
1b35090d68 (Faces): Delete "Emacs 21". 2005-03-06 17:13:21 +00:00
Richard M. Stallman
ad5e19b371 (Changing a Variable): C-M-i like M-TAB. 2005-03-06 17:12:54 +00:00
Richard M. Stallman
35ea7c7cbb (Keys): Mention F1 and F2 in list of prefixes. 2005-03-06 16:21:41 +00:00
Richard M. Stallman
39c7a3b58c (Specified Dates): Mention `g w'.
(Appointments): appt-activate toggles with no arg.
2005-03-06 16:20:29 +00:00
Thien-Thi Nguyen
9326146216 Refill and tweak style in @lisp blocks. 2005-03-05 18:40:27 +00:00
Juri Linkov
3ff96c8176 *** empty log message *** 2005-03-05 04:40:47 +00:00
Juri Linkov
2b4938c7de (Emacs Invocation): Add cindex "invocation (command line arguments)"
(Misc X): Add -nbc, --no-blinking-cursor.
2005-03-05 04:40:18 +00:00
Glenn Morris
a472bd1cb8 From Ulf Jasper <ulf.jasper@web.de>:
(iCalendar): No need to require it now.
2005-03-04 17:18:36 +00:00
Glenn Morris
77b94af3be *** empty log message *** 2005-03-04 17:17:57 +00:00
Miles Bader
2fd561a901 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 34-35)

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

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

   * lisp/gnus/message.el (message-get-reply-headers, message-followup):
   Mention related variables `message-use-followup-to' and
   `message-use-mail-followup-to', in the information buffer.

   * lisp/gnus/nnweb.el (nnweb-type-definition): Use groups.google.de instead
   of broken groups(-beta).google.com.

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

   * man/gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
2005-03-03 23:02:21 +00:00
Nick Roberts
b656e0f4bc (Contributing): Mention Savannah. Direct users to
emacs-devel.
2005-03-02 20:23:44 +00:00
Nick Roberts
ed910d7822 *** empty log message *** 2005-03-02 20:23:04 +00:00
Glenn Morris
7dc17d5ce7 (Adding to Diary): Mention redrawing of calendar window. 2005-03-01 10:26:18 +00:00
Glenn Morris
f830b09ecb *** empty log message *** 2005-03-01 10:25:49 +00:00
Jay Belanger
94230abb6a *** empty log message *** 2005-03-01 06:21:40 +00:00
Jay Belanger
31c912fc9d (Trigonometric and Hyperbolic Functions): Mention additional
functions.
(Algebraic Simplifications): Mention additional simplifications.
2005-03-01 04:53:02 +00:00
Glenn Morris
1536b3f787 From Matt Hodges <MPHodges@member.fsf.org>:
(General Calendar): Document binding of scroll-other-window-down.
(Mayan Calendar): Fix earliest date.
(Time Intervals): Document timeclock-change.  Fix
timeclock-ask-before-exiting documentation.
2005-02-27 20:32:53 +00:00
Glenn Morris
261b7f303e *** empty log message *** 2005-02-27 20:31:59 +00:00
Richard M. Stallman
91f1fd029f (Compilation): Update mode line status info. 2005-02-27 09:18:15 +00:00
Kim F. Storm
c6f4488cfd *** empty log message *** 2005-02-25 23:32:44 +00:00
Kim F. Storm
7f87b2b005 (Mouse References): Add mouse-1-click-in-non-selected-windows. 2005-02-25 23:31:54 +00:00
Richard M. Stallman
03196404ca (Screen): Explain better about cursors and mode lines;
don't presuppose text terminals.
(Point): Don't assume just one cursor.
Clarify explanation of cursors.
(Echo Area, Menu Bar): Cleanups.
2005-02-25 13:56:29 +00:00
Richard M. Stallman
c0a5ac4a24 (Minibuffer): Prompts are highlighted.
(Minibuffer Edit): Newline = C-j only on text terminals.
Clarify resize-mini-windows values.
Mention M-PAGEUP and M-PAGEDOWN.
(Completion Commands): Mouse-1 like Mouse-2.
(Minibuffer History): Explain history commands better.
(Repetition): Add xref to Incremental Search.
2005-02-25 13:54:21 +00:00
Richard M. Stallman
87c190c749 (Setting Mark): Clarify info about displaying mark.
Clarify explanation of C-@ and C-SPC.
(Transient Mark): Mention Delete Selection mode.
(Marking Objects): Clean up text about extending the region.
2005-02-25 13:51:59 +00:00
Richard M. Stallman
41f1d48998 (M-x): One C-g doesn't always go to top level.
No delay before suggest-key-bindings output.
2005-02-25 13:47:35 +00:00
Richard M. Stallman
a751f29986 (Fixit): Mention C-/ for undo.
(Spelling): Mention ESC TAB like M-TAB.
Replacement words with r and R are rechecked.
Say where C-g leaves point.  Mention ? as input.
2005-02-25 13:45:59 +00:00
Lute Kamstra
2e20c83d75 *** empty log message *** 2005-02-24 14:21:02 +00:00
Lute Kamstra
48a3600355 (Initial Options): Add cross reference. 2005-02-24 14:06:23 +00:00
Michael Kifer
3f9526a371 * viper-cmd.el (viper-prefix-commands): make into a defconst.
(viper-exec-buffer-search): use regexp-quote to quote the buffer
	string.
	(viper-minibuffer-setup-sentinel): make some variables buffer-local.
	(viper-skip-separators): bug fix.
	(viper-set-searchstyle-toggling-macros): allow to unset macros in a
	particular major mode.
	(viper-del-backward-char-in-replace): don't put deleted char on the
	kill ring.

	* viper-ex.el (viper-color-display-p): new function.
	(viper-has-face-support-p): use viper-color-display-p.

	* viper-keym.el (viper-gnus-modifier-map): new keymap.

	* viper-macs.el (viper-unrecord-kbd-macro): bug fix.

	* viper-util.el (viper-glob-unix-files): fix shell status check.
	(viper-file-remote-p): make equivalent to file-remote-p.

	* viper.el (viper-major-mode-modifier-list): use
	viper-gnus-modifier-map.
2005-02-19 19:32:47 +00:00
Michael Kifer
17561e4ffa * ediff.el (ediff-set-diff-overlays-in-one-buffer,
ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure
	we use the syntax table of the correct buffer.
	(ediff-same-file-contents,ediff-same-contents): enhancements thanks to
	Felix Gatzemeier.

	* ediff-init.el (ediff-hide-face): checks for definedness of functions.
	(ediff-file-remote-p): make synonymous with file-remote-p.
	In all deffaces ediff-*-face-*, use min-colors.

	* ediff-mult.el (ediff-meta-mark-equal-files): make use of
        ediff-recurse-to-subdirectories.
	(ediff-mark-if-equal): check that the arguments are strings, use
	ediff-same-contents (after to Felix Gatzemeier).

	* ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to
	nil.
2005-02-19 04:46:24 +00:00
Jonathan Yavner
ef80b743b6 ses.texi: Add concept/function/variable indices 2005-02-18 05:48:09 +00:00
Luc Teirlinck
a05b16b37b *** empty log message *** 2005-02-16 21:21:35 +00:00
Luc Teirlinck
1d2e0c5d20 (Quitting): Update xref for splitting of node in msdog.texi. 2005-02-16 15:39:52 +00:00
Luc Teirlinck
75d68328e3 (Frames): Update xref for splitting of node in msdog.texi. 2005-02-16 15:36:57 +00:00
Luc Teirlinck
49d0a8617f (Top): Update menu for splitting of node in msdog.texi. 2005-02-16 15:34:45 +00:00
Richard M. Stallman
a29c9707c7 *** empty log message *** 2005-02-16 10:22:14 +00:00
Richard M. Stallman
79c535270d (Split Window): Simplify line truncation info
and xref to Display Custom.
2005-02-16 10:21:59 +00:00
Richard M. Stallman
3b6f40c520 (Quitting): Emergency escape only for text terminal.
(Screen Garbled): C-l for ungarbling is only for text terminal.
2005-02-16 10:21:18 +00:00
Richard M. Stallman
f579d4fb5e (Text Mode): ESC TAB alternative for M-TAB. 2005-02-16 10:19:05 +00:00
Richard M. Stallman
d4f3de7f37 (Header Editing): ESC TAB alternative for M-TAB. 2005-02-16 10:17:29 +00:00
Richard M. Stallman
64e207c032 (Program Modes): Mention Python mode.
(Moving by Defuns): Repeating C-M-h extends region.
(Basic Indent): Clarify.
(Custom C Indent): Clarify.
(Expressions): Repeating C-M-@ extends region.
(Info Lookup): Clarify for C-h S.
(Symbol Completion): ESC TAB alternative for M-TAB.
(Electric C): Clarify.
2005-02-16 10:17:01 +00:00
Richard M. Stallman
3f6cafd9cf (Top): Update display.texi and frames.texi submenu data. 2005-02-16 10:13:01 +00:00
Richard M. Stallman
049224f65c (MS-DOS Keyboard, MS-DOS Mouse): Split from MS-DOS Input node.
(MS-DOS Keyboard): Start with explaining DEL and BREAK.
(MS-DOS and MULE): Clarify.
(MS-DOS Processes, Windows Processes): Fix typos.
2005-02-16 10:11:06 +00:00
Richard M. Stallman
40be66535c (Choosing Modes): Clarify. 2005-02-16 10:08:30 +00:00
Richard M. Stallman
bb18ce6a12 (Basic Keyboard Macro): Doc F3, F4.
(Keyboard Macro Step-Edit): Clarify.
2005-02-16 10:07:28 +00:00
Richard M. Stallman
66375f064c (Indentation): Clarifications. 2005-02-16 10:05:39 +00:00
Richard M. Stallman
0bbb35f9b3 (Help): Correct error about C-h in query-replace.
Clarify apropos vs C-h a.  Fix how to search in FAQ.
(Key Help): Describe C-h w here.
(Name Help): Minor cleanup.  C-h w moved to Key Help.
Clarify the "object" joke.
(Apropos): Clarify.  Mouse-1 like Mouse-2.
(Help Mode): Mouse-1 like Mouse-2.
2005-02-16 10:04:34 +00:00
Richard M. Stallman
8ebc23a8df (Spelling): Mention ESC TAB as alt. for M-TAB. 2005-02-16 10:01:06 +00:00
Richard M. Stallman
0015d6775b (Display): Reorder menu.
(Faces): Cleanup.
(Font Lock): Cleanup.  Mention Options menu.  Delete obsolete text.
(Scrolling): For C-l, don't presume text terminal.
(Horizontal Scrolling): Simplify intro.
(Follow Mode): Clarify.
(Cursor Display): Moved before Display Custom.
(Display Custom): Explain no-redraw-on-reenter is for text terminals.
Doc default-tab-width.  Doc line truncation more thoroughly.
2005-02-16 09:59:32 +00:00
Richard M. Stallman
065e46d08d (Dired Enter): C-x C-f can run Dired.
(Dired Visiting): Comment out `a' command.
Mouse-1 is like Mouse-2.
(Shell Commands in Dired): ? can be used more than once.
2005-02-16 09:54:47 +00:00
Richard M. Stallman
ab527690a4 (Continuation Lines): Simplify description of truncation,
and refer to Display Custom for the rest of it.
2005-02-16 09:51:37 +00:00
Jay Belanger
df21b47d2f *** empty log message *** 2005-02-11 06:03:35 +00:00
Jay Belanger
bd712b706c Redefine @expr as @math for TeX output.
Redefine @texline as a no-op for TeX output.
Define @tfn, replace @t by @tfn throughout.
2005-02-11 05:44:58 +00:00
Jay Belanger
053bc28347 Change @LaTeX to La@TeX throughout. 2005-02-10 18:55:21 +00:00
Jay Belanger
d25e21dddc *** empty log message *** 2005-02-10 04:29:47 +00:00
Jay Belanger
2f83874c85 Define a macro for @LaTeX. 2005-02-10 04:12:19 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Kim F. Storm
5616155cd6 (LaTex): Add def. 2005-02-08 09:55:58 +00:00
Kim F. Storm
24dfbc5674 *** empty log message *** 2005-02-08 09:55:22 +00:00
Jay Belanger
c529f7f749 *** empty log message *** 2005-02-06 16:48:59 +00:00
Jay Belanger
8ed713c67c (TeX Language Mode): Add mention of LaTeX mode, and change name to
"TeX and LaTeX Language Modes."  Mention LaTeX mode throughout manual.
2005-02-06 16:30:13 +00:00
Lute Kamstra
82d3c42592 (Expanding Abbrevs): Fix previous fix. 2005-02-06 13:38:01 +00:00
Lute Kamstra
3606516c37 (Init Examples): Fix previous fix. 2005-02-06 13:37:06 +00:00
Lute Kamstra
b7fe908963 (Undo): Fix typo. 2005-02-06 13:17:35 +00:00
Lute Kamstra
d399c30900 (Emacs Invocation): Fix typo. 2005-02-06 13:13:15 +00:00
Lute Kamstra
3e390dd244 (Init Examples): Fix typo. 2005-02-06 13:12:30 +00:00
Lute Kamstra
dd3748b340 (Expanding Abbrevs): Fix typo. 2005-02-06 13:11:39 +00:00
Richard M. Stallman
ba2c991c3b *** empty log message *** 2005-02-06 11:24:11 +00:00
Richard M. Stallman
75dcf83925 (Registers): Registers can hold numbers, too. 2005-02-06 11:20:28 +00:00
Richard M. Stallman
3423ce024a (Other Kill Commands): Cleanup.
Delete redundant explanation of kill in read-only buffer.
(Yanking): Mention term "copying".
(Accumulating Text): Fix typo.
2005-02-06 11:19:45 +00:00
Richard M. Stallman
1db81533c3 (Entering Emacs): Update rationale at start.
(Exiting): Treat iconifying on a par with suspension.
2005-02-06 11:17:45 +00:00
Richard M. Stallman
af1b425501 (Minor Modes): Fix typo.
(Easy Customization): Fix menu style.
(Variables): Add xref.
(Examining): Setting for future sessions works through .emacs.
(Keymaps): "Text terminals", not "Many".
(Init Rebinding): Explain \C-.  Show example of \M-.
Fix minor wording errors.
(Function Keys): Explain vector syntax just once.
(Named ASCII Chars): Clarify history of TAB/C-i connection.
(Init File): Mention .emacs.d directory.
(Init Examples): Add xref.
(Find Init): Mention .emacs.d directory.
2005-02-06 11:16:21 +00:00
Richard M. Stallman
e93b7ca6aa (Emacs Invocation): +LINENUM is also an option.
(Action Arguments): Explain which kinds of -l args are found how.
(Initial Options): --batch does not inhibit site-start.  Add xrefs.
(Command Example): Use --batch, not -batch.
2005-02-06 11:11:51 +00:00
Richard M. Stallman
1b53c26efb (Inserting Text): Cleanup wording.
(Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
C-n is not error at end of buffer.
(Undo): Doc C-/ like C-_.  Add xrefs.
(Arguments): META key may be labeled ALT.
Peculiar arg meanings are explained in doc strings.
2005-02-06 11:06:56 +00:00
Richard M. Stallman
e319d01792 (Expanding Abbrevs): Clarify. 2005-02-06 11:03:40 +00:00
Eli Zaretskii
cb60275441 *** empty log message *** 2005-02-05 13:46:26 +00:00
Eli Zaretskii
4a4ef5a0a6 (Frame Parameters): Add an xref to the description
of list-colors-display.  Add a pointer to the X docs about colors.
2005-02-05 13:45:34 +00:00
Eli Zaretskii
75f97d20f8 (Colors): Mention 16-, 88- and 256-color modes.
Impove docs of list-colors-display.
2005-02-05 13:44:46 +00:00
Lute Kamstra
cc9355eac6 (Frames, Drag and Drop): Fix typos. 2005-02-03 09:18:48 +00:00
Richard M. Stallman
4e07258f2b *** empty log message *** 2005-02-03 07:39:01 +00:00
Richard M. Stallman
a08ff74cc5 (Basic Window): Mention color-change in mode line.
(Change Window): Explain dragging vertical boundaries.
2005-02-03 07:31:56 +00:00
Richard M. Stallman
3a55fb3456 (Sentences): Clarify.
(Paragraphs): Explain M-a and blank lines.
(Outline Mode): Clarify text and menu.
(Hard and Soft Newlines): Mention use-hard-newlines.
2005-02-03 07:30:48 +00:00
Richard M. Stallman
511002e962 (Frames): Delete unnecessary mention of Windows.
(Mouse Commands): Likewise.  Mention xterm mouse support.
(Clipboard): Clarify.
(Mouse References): Mention use of Mouse-1 for following links.
(Menu Mouse Clicks): Clarify.
(Mode Line Mouse): Clarify.
(Drag and Drop): Rewrite.
2005-02-03 07:29:03 +00:00
Richard M. Stallman
6d8d2de06e (Spelling): Fix typo. 2005-02-03 07:25:47 +00:00
Richard M. Stallman
4a10556bc2 (File Names): Clarify.
(Visiting): Update conditions for use of file dialog.  Clarify.
(Saving): Doc d as answer in save-some-buffers.
(Remote Files): Clean up the text.
2005-02-03 07:25:14 +00:00
Richard M. Stallman
b027df6b58 (Misc Dired Commands): Delete dired-marked-files. 2005-02-03 07:23:36 +00:00
Richard M. Stallman
7354ca011d (Select Buffer): Doc next-buffer and prev-buffer.
(List Buffers): Clarify.
(Several Buffers): Doc T command.
(Buffer Convenience): Clarify menu.
2005-02-03 07:22:46 +00:00
Richard M. Stallman
7f9c94b088 (Undo): Clarify last change. 2005-02-03 07:20:07 +00:00
Luc Teirlinck
d4d668071e *** empty log message *** 2005-01-31 23:32:36 +00:00
Luc Teirlinck
23c5319c0e (Undo): Update description of `undo-outer-limit'. 2005-01-31 23:18:45 +00:00
Nick Roberts
31b4c1b7a1 Update documentation relating to GDB Graphical
Interface.
2005-01-31 21:20:35 +00:00
Nick Roberts
0978d73804 *** empty log message *** 2005-01-31 21:20:00 +00:00
Luc Teirlinck
70b96d19f1 (Easy Customization): Adapt menu to node name change. 2005-01-30 14:47:11 +00:00