1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

2331 Commits

Author SHA1 Message Date
Thien-Thi Nguyen
b2c2fcb745 Move "copying conditions at end" sentence after title. 2005-04-04 19:51:48 +00:00
Thien-Thi Nguyen
e3039e63cc *** empty log message *** 2005-04-04 07:43:43 +00:00
Thien-Thi Nguyen
c9541e2d30 Update text before first period. 2005-04-04 07:35:10 +00:00
Marcelo Toledo
e9fd21e850 Fixed syntax highlighting in lisp/add-log.el. 2005-04-03 23:03:21 +00:00
Marcelo Toledo
18242ac679 Applied patch by Mats Lidell <matsl@contactor.se> 2005-04-03 21:40:07 +00:00
Richard M. Stallman
b7dc1e82f9 Clean up line breaks. 2005-04-02 18:30:07 +00:00
Richard M. Stallman
45dcacad9f Remove the old intro line that apparently was a longer version of
"Emacs tutorial".
2005-04-02 18:29:29 +00:00
Marcelo Toledo
f290db1d56 TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in 2005-02-08T14:20:54Z!lute@gnu.org, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 2005-04-01T00:31:25Z!rms@gnu.org by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE. 2005-04-02 02:52:24 +00:00
Lute Kamstra
1d88af0416 *** empty log message *** 2005-04-01 18:18:25 +00:00
Lute Kamstra
cecdd741d8 Fix title line. 2005-04-01 18:16:14 +00:00
Richard M. Stallman
4873755c5d First sentence should say just "Emacs tutorial". 2005-04-01 00:31:25 +00:00
Richard M. Stallman
e134f4a869 *** empty log message *** 2005-03-31 21:19:34 +00:00
Marcelo Toledo
0b048d5298 Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR. 2005-03-31 15:20:45 +00:00
Thien-Thi Nguyen
19577b0e21 *** empty log message *** 2005-03-30 15:46:12 +00:00
Thien-Thi Nguyen
30439bfa93 Add title line. 2005-03-30 15:27:56 +00:00
Kenichi Handa
a4060732e5 *** empty log message *** 2005-03-30 11:33:41 +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
8e669bbd42 (Buffer Contents): Add filter-buffer-substring and buffer-substring-filters. 2005-03-29 21:08:37 +00:00
Glenn Morris
b976213b21 *** empty log message *** 2005-03-29 19:11:30 +00:00
Kenichi Handa
d3cd33652b *** empty log message *** 2005-03-29 11:53:18 +00:00
Richard M. Stallman
f60a6f87ff *** empty log message *** 2005-03-28 21:30:15 +00:00
Stefan Monnier
a57e098f61 *** empty log message *** 2005-03-27 14:27:36 +00:00
Stefan Monnier
f0ea280c64 *** empty log message *** 2005-03-27 14:19:30 +00:00
Kenichi Handa
f4931aac9a *** empty log message *** 2005-03-26 05:52:20 +00:00
Richard M. Stallman
85df292e11 *** empty log message *** 2005-03-26 02:15:50 +00:00
Kim F. Storm
1fe54d6901 *** empty log message *** 2005-03-23 22:47:25 +00:00
Kim F. Storm
9c7b14213a *** empty log message *** 2005-03-23 22:34:40 +00:00
David Ponce
8725c7925e Mention recentf-keep. 2005-03-23 07:22:34 +00:00
David Ponce
bbcb3b4433 *** empty log message *** 2005-03-23 07:21:30 +00:00
Lute Kamstra
f31259da8d Remove define-generic-mode entry (DONE). 2005-03-21 18:18:54 +00:00
Richard M. Stallman
a775dff462 *** empty log message *** 2005-03-21 17:54:51 +00:00
Stefan Monnier
f677a3a378 Adjust the Lucid-menu item. 2005-03-18 21:07:27 +00:00
Richard M. Stallman
c7bd5d5712 *** empty log message *** 2005-03-18 00:15:23 +00:00
Juri Linkov
e12cd18924 Fix isearch in Info. 2005-03-16 07:43:50 +00:00
Richard M. Stallman
bc8113ba7b *** empty log message *** 2005-03-13 15:34:46 +00:00
Richard M. Stallman
e0402468ef *** empty log message *** 2005-03-11 23:51:27 +00:00
Michael Albinus
3235a9ea2e * NEWS: Explain how to default Tramp to FTP. 2005-03-10 06:40:59 +00:00
Richard M. Stallman
bb96021a1d *** empty log message *** 2005-03-05 18:04:54 +00:00
Juri Linkov
70dce461eb --no-blinking-cursor 2005-03-05 04:44:12 +00:00
YAMAMOTO Mitsuharu
2313f86108 Fix typo. 2005-03-05 03:51:20 +00:00
YAMAMOTO Mitsuharu
7709cbbdf0 *** empty log message *** 2005-03-05 03:41:57 +00:00
YAMAMOTO Mitsuharu
561a8f987c Mention Carbon build on Mac OS 9. 2005-03-05 03:39:28 +00:00
David Kastrup
70d9a9cda7 Add information about `-fno-crossjumping' for GCC. 2005-03-01 16:01:05 +00:00
Glenn Morris
f43ae01682 *** empty log message *** 2005-02-27 22:54:12 +00:00
Kim F. Storm
c6f4488cfd *** empty log message *** 2005-02-25 23:32:44 +00:00
Juri Linkov
91c6626241 *** empty log message *** 2005-02-23 17:15:47 +00:00
Kim F. Storm
b686dd591d *** empty log message *** 2005-02-22 20:52:19 +00:00
Eli Zaretskii
7363960176 Document problems with PCL-CVS wrt CVS v1.12.8 and 1.12.9. 2005-02-19 12:56:21 +00:00
Jason Rumney
71e6cb01e0 Add note about Unicode clipboard support on Windows. 2005-02-15 23:02:56 +00:00
Lute Kamstra
6a361c4154 Remove battery.el entry (DONE). 2005-02-14 17:09:56 +00:00
Lute Kamstra
2dbccf96d1 Fill the text using the default `fill-column'. 2005-02-14 10:47:09 +00:00
Lute Kamstra
23c567b227 Synchronize with TUTORIAL. Correct some typos. Make the terminology
more consistent.
2005-02-14 10:24:01 +00:00
Miles Bader
d31fa104a1 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Move Gnus images into etc/images

2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Search for gnus images in
   etc/images/gnus.
   * lisp/gnus/mm-util.el (mm-find-charset-region): Likewise.
   * lisp/gnus/smiley.el (smiley-data-directory): Search for smilies in
   etc/images/smilies.
2005-02-13 08:47:45 +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
Lute Kamstra
4183568644 Remove some uses of the term "buffer" before it is properly
introduced.  Update the description of the mode line.  Consistently
use "<ESC>" to denote the ESC key and "<SPC>" to denote the Space bar.
Capitalize all command descriptions.
2005-02-08 14:20:54 +00:00
Richard M. Stallman
ba2c991c3b *** empty log message *** 2005-02-06 11:24:11 +00:00
Richard M. Stallman
7483daa148 Minor clarification. 2005-02-06 10:38:49 +00:00
Eli Zaretskii
6082a82045 *** empty log message *** 2005-02-05 12:19:15 +00:00
Eli Zaretskii
13b9acf066 Update the name of the socket of the Emacs server. 2005-02-05 12:00:57 +00:00
Richard M. Stallman
4e07258f2b *** empty log message *** 2005-02-03 07:39:01 +00:00
Luc Teirlinck
d4d668071e *** empty log message *** 2005-01-31 23:32:36 +00:00
Richard M. Stallman
5a92a9eb78 *** empty log message *** 2005-01-29 17:31:43 +00:00
Richard M. Stallman
96b3faf892 *** empty log message *** 2005-01-29 17:16:47 +00:00
Kim F. Storm
8f958b40cc *** empty log message *** 2005-01-23 13:31:53 +00:00
David Kastrup
3d4d788a38 * NEWS: Mention alias find-grep' for grep-find'.
* progmodes/grep.el: Add alias `find-grep' for `grep-find'.

* building.texi (Grep Searching): Mention alias `find-grep' for
`grep-find'.
2005-01-22 15:43:56 +00:00
Nick Roberts
d0d0434fc3 *** empty log message *** 2005-01-22 01:15:38 +00:00
Nick Roberts
d87fbfb08b Add entry for toolbar on ttys. 2005-01-21 21:13:33 +00:00
Nick Roberts
568931f03e *** empty log message *** 2005-01-21 21:07:50 +00:00
Richard M. Stallman
f95a20e78d *** empty log message *** 2005-01-21 20:53:02 +00:00
Richard M. Stallman
6f771c32b0 *** empty log message *** 2005-01-21 00:33:07 +00:00
Stefan Monnier
f0d3d9feb0 Add dotimes-with-progress-reporter. 2005-01-19 23:47:35 +00:00
Nick Roberts
8ef597fe79 Suggest separate terminal for debug session. 2005-01-18 01:01:29 +00:00
Nick Roberts
6869a82445 *** empty log message *** 2005-01-18 01:00:41 +00:00
Luc Teirlinck
0a926c02d7 *** empty log message *** 2005-01-18 00:00:59 +00:00
Richard M. Stallman
444919be4b *** empty log message *** 2005-01-17 23:52:58 +00:00
Eli Zaretskii
ad8f7f494f Document support for GNU mailutils. 2005-01-15 14:37:32 +00:00
Eli Zaretskii
43805352f1 *** empty log message *** 2005-01-15 14:31:22 +00:00
Eli Zaretskii
8905403474 Correct translation and the Dutch text (typos).
More consistent use of terminology.
2005-01-15 13:52:26 +00:00
Eli Zaretskii
3ac99cedff Mention the new feature of type-break whereby type-break-file-name
can be set to nil.
2005-01-15 13:13:13 +00:00
Richard M. Stallman
20d6de8252 *** empty log message *** 2005-01-13 20:10:26 +00:00
Richard M. Stallman
b23475d215 Add entries of some well known and widely used packages. 2005-01-13 20:09:54 +00:00
Juri Linkov
dc25712992 Info-history-forward 2005-01-11 21:59:47 +00:00
Kim F. Storm
8ab2c119c2 *** empty log message *** 2005-01-09 02:12:43 +00:00
Lars Hansen
9abb41ebcb *** empty log message *** 2005-01-07 20:26:30 +00:00
Lars Hansen
200d028b30 Describe desktop package lazy restore feature. 2005-01-07 20:25:00 +00:00
Kim F. Storm
678d2655f9 Fix line-height and line-spacing docs. 2005-01-05 16:36:19 +00:00
Stefan Monnier
73a6a97294 (display-battery-mode): Rename from display-battery.
Handle the case where it gets turned off.
2005-01-04 21:15:09 +00:00
Richard M. Stallman
60d1a807af *** empty log message *** 2005-01-04 18:01:45 +00:00
Dan Nicolaescu
ffbec9baad *** empty log message *** 2005-01-03 03:23:31 +00:00
Richard M. Stallman
1db7dd46a1 *** empty log message *** 2004-12-31 15:21:56 +00:00
Kenichi Handa
a28e021871 *** empty log message *** 2004-12-29 01:30:45 +00:00
Jan Djärv
e2a57f2890 * NEWS: C-g pops down menus and dialogs. 2004-12-27 20:16:58 +00:00
Richard M. Stallman
4ae98fc573 *** empty log message *** 2004-12-27 19:57:47 +00:00
Richard M. Stallman
56011a8c59 *** empty log message *** 2004-12-27 17:08:45 +00:00
Thien-Thi Nguyen
f3e4c362ff Mention new var `hs-set-up-overlay'. 2004-12-26 19:57:35 +00:00
Richard M. Stallman
fda2922a94 *** empty log message *** 2004-12-21 11:49:53 +00:00
Richard M. Stallman
261f4d7bb9 Don't say "freeware". 2004-12-21 11:49:32 +00:00
Richard M. Stallman
414ac1a314 *** empty log message *** 2004-12-21 11:47:38 +00:00
Kim F. Storm
c44edf72cd Implement context-sentitive dual behaviour for mouse-1 click. 2004-12-17 15:19:33 +00:00
Juri Linkov
a31a30b5bb *** empty log message *** 2004-12-15 10:27:25 +00:00
Nick Roberts
aa1f38cdfb Change printing example to break on a procedure name. 2004-12-15 01:27:48 +00:00
Nick Roberts
d3d89631eb *** empty log message *** 2004-12-15 01:26:57 +00:00
Juri Linkov
1113094c33 Fix tyop. 2004-12-13 21:51:11 +00:00
Richard M. Stallman
d9c1ce9ddc (file-cache-add-directory-using-find):
Only set up file-cache-find-command-posix-flag if we will use it.
2004-12-13 19:46:36 +00:00
Juri Linkov
8ab314f992 ffap and wildcards 2004-12-13 05:19:18 +00:00
Juri Linkov
6a2067b247 *** empty log message *** 2004-12-13 03:26:21 +00:00
Juri Linkov
836c086be0 query-replace-highlight eq isearch 2004-12-12 22:56:55 +00:00
Dan Nicolaescu
09411f50cd * e/eterm.ti: Add rs1.
* e/eterm: Regenerate.
2004-12-11 21:09:12 +00:00
Richard M. Stallman
593b351755 *** empty log message *** 2004-12-10 04:58:52 +00:00
Richard M. Stallman
0473753a94 Fix typos. 2004-12-09 03:51:38 +00:00
Richard M. Stallman
e9962ae153 Remove the plan to use DFA regex; it would be infeasible. 2004-12-07 21:44:21 +00:00
Jan Djärv
b11e882375 * PROBLEMS: Update information about klipper on KDE. 2004-12-07 13:39:30 +00:00
Stefan Monnier
d3a403e56c *** empty log message *** 2004-12-07 05:01:55 +00:00
Glenn Morris
94f1c41a48 *** empty log message *** 2004-12-07 00:57:30 +00:00
Stefan Monnier
02c8032e0a (bibtex-sort-entry-class)
(bibtex-comment-start): Use defcustom.
(bibtex-entry-field-alist): Use nil if initial content of the
field is undefined.  Fix docstring.
(bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
(bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
(bibtex-mode, bibtex-field-list, bibtex-entry-updat)
(bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
Fix docstring.
(bibtex-autokey-title-terminators): Use only one regexp.
(bibtex-string-maybe-empty-head): New variable.
(bibtex-remove-delimiters-string): New function.
(bibtex-text-in-field-bounds, bibtex-text-in-string):
Use bibtex-remove-delimiters-string.
(bibtex-progress-message, bibtex-field-left-delimiter)
(bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
(bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
(bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
Simplify.
(bibtex-format-entry): Use save-excursion for inherited booktitle.
Use eq and bibtex-remove-delimiters-string.  For end markers use
insertion type so that marker stays after inserted text.
(bibtex-autokey-get-names): Return empty string if name is missing.
(bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
calling bibtex-autokey-name-case-convert.
(bibtex-autokey-demangle-title):
Call bibtex-autokey-titleword-case-convert.  Remove call to
bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
(bibtex-global-key-alist, bibtex-read-string-key): New functions.
(bibtex-read-key): New optional arg global.
(bibtex-files-expand): New optional arg force.
(bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
(bibtex-complete-crossref-cleanup): Rename from
bibtex-complete-key-cleanup.  Simplify code.
(bibtex-copy-summary-as-kill): Remove arg key.  Operate on current entry.
Use looking-at.
(bibtex-button): Add docstring.
(bibtex-entry): Simplify.
(bibtex-make-field): Replace optional arg called-by-yank with more
specific args move and interactive.
(bibtex-end-of-entry): Use forward-sexp.
(bibtex-find-entry-globally): Remove.
(bibtex-find-crossref): Allow for crossref key located in other buffer.
Bound to C-c C-x.
(bibtex-find-entry): New optional args global and display.
(bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
(bibtex-validate): Use arg force of bibtex-files-expand.
(bibtex-clean-entry): Bugfix, clean string entries properly.
Always keep point at beginning of entry.
(bibtex-complete): Bugfix.  Handle string entries properly.
Call cleanup functions only if needed.
(bibtex-String): Use bibtex-read-string-key.
(bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
case of replacement text.
2004-11-26 23:24:44 +00:00
Jan Djärv
3a0ab7ecf3 Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog. 2004-11-26 17:45:17 +00:00
Richard M. Stallman
261b01c642 *** empty log message *** 2004-11-25 03:22:56 +00:00
Glenn Morris
f607ff4bb2 *** empty log message *** 2004-11-25 00:49:34 +00:00
Daniel Pfeiffer
7e8424e28d ftnchek only current style messages 2004-11-22 23:17:26 +00:00
Stefan Monnier
19cfd74626 *** empty log message *** 2004-11-22 13:17:56 +00:00
Richard M. Stallman
9d00469fca *** empty log message *** 2004-11-20 22:09:16 +00:00
Richard M. Stallman
dedbac8923 *** empty log message *** 2004-11-20 14:18:59 +00:00
Eli Zaretskii
9173d58546 Mention C-/. 2004-11-20 11:13:41 +00:00
Richard M. Stallman
6de891db98 *** empty log message *** 2004-11-19 20:07:39 +00:00
Luc Teirlinck
6dd06769a9 *** empty log message *** 2004-11-19 03:03:18 +00:00
Richard M. Stallman
ee31cd78ef *** empty log message *** 2004-11-16 17:31:19 +00:00
Kim F. Storm
9f89426bd4 *** empty log message *** 2004-11-15 15:20:33 +00:00
Daniel Pfeiffer
c7eb99ce3a magic-mode-alist & conf-mode.el 2004-11-10 20:15:00 +00:00
Richard M. Stallman
ae8bbb4261 *** empty log message *** 2004-11-09 11:10:09 +00:00
Richard M. Stallman
1efc19ebfa *** empty log message *** 2004-11-08 17:00:42 +00:00
Richard M. Stallman
18819b0f49 *** empty log message *** 2004-11-08 16:46:59 +00:00
Eli Zaretskii
66fcf39cc0 Document get-internal-run-time. 2004-11-06 17:05:42 +00:00
Eli Zaretskii
4ac3afb9e7 Document changes in behavior of hide-body. 2004-11-06 12:15:10 +00:00
Jan Djärv
fb40303edc Add menu items "New File..." and "Open File...".
Add Mac to text about file selection and use-file-dialog.
2004-11-04 09:21:52 +00:00
Jan Djärv
cba71f2453 Mention use-old-gtk-file-dialog. 2004-11-02 08:27:06 +00:00
Richard M. Stallman
2d1ef312c8 *** empty log message *** 2004-11-01 07:48:44 +00:00
Stefan Monnier
e0dc0c55b0 Use `button's.
(bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
(bibtex-reference-keys): Distinguish between header keys and crossref keys.
(bibtex-beginning-of-field): New function.
(bibtex-url-map): Remove.
(bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
(bibtex-font-lock-url-regexp): Assume that field names begin at
the beginning of a line.
(bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
Remove field delimiters.  Bugfix, point can be inside a field with a url.
Use bibtex-beginning-of-field.
(bibtex-font-lock-crossref, bibtex-button-action, bibtex-button): New funs.
(bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
(bibtex-key-in-head): Simplify.
(bibtex-current-line): Use bolp.
(bibtex-parse-keys): Remove unused arg `add'.
Use bibtex-type-in-head and bibtex-key-in-head.
(bibtex-parse-entry, bibtex-autofill-entry):
Use bibtex-type-in-head and bibtex-key-in-head.
(bibtex-autokey-get-field): Do not alter case of replacement text.
(bibtex-autokey-get-names): Do all processing of name list.
(bibtex-autokey-get-year): New function.
(bibtex-autokey-get-title): Do all processing of title words.
(bibtex-generate-autokey): Simplify.
(bibtex-string-files-init): Use default-directory.
Allow for absolute file names in bibtex-string-files.
(bibtex-files, bibtex-file-path): New variables.
(bibtex-files-expand): New function.
(bibtex-find-entry-globally): New command.
(bibtex-summary-function): New variable.
(bibtex-summary): Default value of bibtex-summary-function.
(bibtex-find-crossref): New optional args pnt and split.
(bibtex-complete-key-cleanup): Call bibtex-summary-function.
(bibtex-copy-summary-as-kill): New command bound to C-cC-t.
(bibtex-validate): Fix docstring.  Check only abbreviated month fields.
Fix handling of required and alternative fields.
Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
Use cons and display-buffer.
(bibtex-validate-globally): New command.
(bibtex-clean-entry): Use bibtex-files-expand.  Do not call
bibtex-parse-keys and bibtex-parse-strings for updating
bibtex-reference-keys and bibtex-strings.
(bibtex-realign): Remove blank lines past the last entry.
(bibtex-reformat): Use bibtex-entry-format as default.
(bibtex-choose-completion-string): Remove.
(bibtex-complete): Do not use bibtex-choose-completion-string.
(bibtex-url): Simplify.
2004-10-31 22:25:34 +00:00
Stefan Monnier
2d5864780c *** empty log message *** 2004-10-28 23:35:13 +00:00
Daniel Pfeiffer
776f2b441b *** empty log message *** 2004-10-27 09:13:50 +00:00
Daniel Pfeiffer
0b55311a87 extend irix for NAG Fortran and add ftnchek-* 2004-10-27 09:09:03 +00:00
Kenichi Handa
af3b9e477a *** empty log message *** 2004-10-27 06:49:47 +00:00
Daniel Pfeiffer
f3df103306 set-auto-mode change 2004-10-26 21:53:34 +00:00
Kim F. Storm
c86364354c *** empty log message *** 2004-10-26 12:59:20 +00:00
Kai Großjohann
213856ba58 Mention process-file. 2004-10-24 13:26:10 +00:00
Simon Josefsson
3d3b45dcf4 Add. 2004-10-24 12:21:16 +00:00
Kenichi Handa
d0ee2ed32e *** empty log message *** 2004-10-22 13:17:31 +00:00
Richard M. Stallman
3b113cb99f Update last update date. 2004-10-19 16:49:15 +00:00
Stephen Eglen
9ff10fca18 Added new counter \letterpaper to control whether refcard should be
made for letter paper (1) or for A4 paper.
2004-10-17 15:53:16 +00:00
Richard M. Stallman
6a6cc11cb4 Major rewrite; lists that follow the usual patterns removed. 2004-10-15 15:45:39 +00:00
Kim F. Storm
31e931a5d1 typo. 2004-10-13 09:53:09 +00:00
Richard M. Stallman
3bfb0bff7b Mention looking-back. 2004-10-13 01:58:45 +00:00
Richard M. Stallman
6ca1c49729 *** empty log message *** 2004-10-13 01:55:57 +00:00
Richard M. Stallman
25c42a303a Fix typo. 2004-10-13 01:55:20 +00:00
Luc Teirlinck
9f4b6e738f *** empty log message *** 2004-10-09 18:57:48 +00:00
Eli Zaretskii
657f0f9c4e *** empty log message *** 2004-10-08 18:15:14 +00:00
Eli Zaretskii
4f533cc56a Fix wording. 2004-10-08 18:10:51 +00:00
Eli Zaretskii
010864eabd Document the new Progress Mode. 2004-10-08 17:42:15 +00:00
Eli Zaretskii
e42d647407 Mention the changes in C-y behavior when at end of line. 2004-10-08 17:14:15 +00:00
Glenn Morris
1698fb36fb *** empty log message *** 2004-10-05 22:37:14 +00:00
Kim F. Storm
35ab48578a *** empty log message *** 2004-10-05 08:57:14 +00:00
Glenn Morris
554b59cd74 Add entry from Emilio Lopes <eclig@gmx.net>. 2004-10-04 23:34:39 +00:00
Luc Teirlinck
5086e75d2a *** empty log message *** 2004-10-04 23:00:13 +00:00
Luc Teirlinck
0c4f5f23b3 Update for new bindings of set-left-margin' and set-right-margin'. 2004-10-04 22:38:22 +00:00
Kim F. Storm
0207b8ad25 *** empty log message *** 2004-10-04 14:13:38 +00:00
Kim F. Storm
1ce9f40ad4 Mention pp and ff commands. 2004-10-04 13:37:01 +00:00
Kim F. Storm
f2a54fbc7a *** empty log message *** 2004-09-29 12:39:27 +00:00
Luc Teirlinck
f646e5bee8 Remove accidentally added blank line. 2004-09-26 23:45:21 +00:00
Luc Teirlinck
3326c1b511 enriched-annotation-alist' is now called enriched-translations'. 2004-09-26 23:35:04 +00:00
Dan Nicolaescu
3c399be077 Regenerate. 2004-09-26 18:39:10 +00:00
Dan Nicolaescu
08e8e7e924 Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
Reformat.
2004-09-26 18:39:10 +00:00
Dan Nicolaescu
d6be0122c1 term.el fixes 2004-09-26 18:39:10 +00:00
Luc Teirlinck
143e9e6aa1 *** empty log message *** 2004-09-26 02:34:13 +00:00
Jan Djärv
6e5dce0251 Address was wrong. 2004-09-25 20:41:35 +00:00
Jan Djärv
1f02a4ba8d * PROBLEMS: Updated exec-shield description. 2004-09-25 20:39:13 +00:00
Glenn Morris
988c3fe319 *** empty log message *** 2004-09-23 22:54:22 +00:00
Glenn Morris
97f3be50fb *** empty log message *** 2004-09-22 23:26:15 +00:00
Kim F. Storm
ed2846bd74 *** empty log message *** 2004-09-22 23:12:22 +00:00
Luc Teirlinck
6622d9280b *** empty log message *** 2004-09-21 01:11:31 +00:00
Richard M. Stallman
4d894c989e *** empty log message *** 2004-09-20 16:19:49 +00:00
Luc Teirlinck
7320911b5c *** empty log message *** 2004-09-19 01:11:35 +00:00
Francesco Potortì
5dc59f2e62 Changes to the etags news. 2004-09-18 10:21:24 +00:00
Kim F. Storm
c8be3fe8d7 *** empty log message *** 2004-09-17 21:25:42 +00:00
Kim F. Storm
0f6dfa1a7b From Dan Nicolaescu <dann@ics.uci.edu>
Regenerate.
2004-09-17 21:10:20 +00:00
Kim F. Storm
d4c2ad4868 From Dan Nicolaescu <dann@ics.uci.edu>
Change the strings for smso and rmso.
2004-09-17 21:08:45 +00:00
Kim F. Storm
be81224659 Correct EBNF explanation (Backus-Naur Form rather than Backus Normal Form). 2004-09-14 19:53:59 +00:00
Francesco Potortì
f3aa617fd8 typo corrected 2004-09-14 18:41:45 +00:00
Simon Josefsson
a3ba1a6a0d Add. 2004-09-14 11:12:00 +00:00
Francesco Potortì
83a885869f When relative file names are given as argument,
make them relative to the current working dir, rather than
relative to the output tags file, if the latter is in /dev.
2004-09-13 19:56:12 +00:00
Francesco Potortì
dfcb9727ca Added support in etags for the Lua script language. 2004-09-13 13:42:00 +00:00
Francesco Potortì
38ad3429ff Added support for the Lua script language. 2004-09-13 13:35:43 +00:00
Kim F. Storm
662b102f12 Rename isearch-resume-enabled to isearch-resume-in-command-history
and change default to disabled.
2004-09-13 08:16:38 +00:00
Stefan Monnier
d528bff745 (bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun.
(bibtex-autokey-titleword-ignore): Regexp is used in a case insensitive env.
(bibtex-mode-map): Rearrange order of menus.
(bibtex-quoted-string-re): Obsolete.
(bibtex-complete-key-cleanup): Variable replaced by new function.
(bibtex-font-lock-keywords): Use backquotes.
(bibtex-font-lock-url-regexp): New internal variable.
(bibtex-name-in-field): New opt arg remove-opt-alt to remove "OPT" and "ALT".
(bibtex-insert-current-kill, bibtex-make-field)
(bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
(bibtex-parse-field-text): Simplify.
(bibtex-string=): New helper function.
(bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
(bibtex-map-entries): Use bibtex-string=.
(bibtex-search-entry): Use not.
(bibtex-enclosing-field): Fix docstring.
(bibtex-assoc-regexp): Obsolete.
(bibtex-format-entry): Use assoc-string and bibtex-string=.
(bibtex-autokey-get-names): Handle empty name field.
(bibtex-parse-strings): Use assoc-string and unless.
(bibtex-complete-string-cleanup): Expansion list is passed as an argument.
Use assoc-string.
(bibtex-pop): Simplify.
(bibtex-mode): Set font-lock-extra-managed-props.
(bibtex-entry-update): Use assoc-string.
(bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
(bibtex-autofill-entry): Use bibtex-string=.
(bibtex-print-help-message): Simplify.
(bibtex-find-entry): New optional arg START.
(bibtex-validate): Use bibtex-string= and assoc-string.
Do not call obsolete function compilation-parse-errors.
(bibtex-remove-delimiters): Only remove delimiters if present.
(bibtex-copy-entry-as-kill): Add docstring.
(bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
(bibtex-complete): Use bibtex-predefined-month-strings,
bibtex-string=, and new function bibtex-complete-key-cleanup.
(bibtex-generate-url-list): New variable.
(bibtex-url): New command bound to C-c C-l and mouse-2.
(bibtex-url-map): New local keymap for bibtex-url-mouse.
(bibtex-font-lock-url): New function.
2004-09-10 21:24:50 +00:00
Thien-Thi Nguyen
8bca060636 (EDB): Update entry. 2004-09-09 11:09:00 +00:00
Juri Linkov
2a075e376b Collect and rearrange compile and grep related items.
Add `history-delete-duplicates'.
2004-09-08 20:31:41 +00:00
Francesco Potortì
c78d2bbfc4 Added reference to the new `etags --help --lang=LANG' option. 2004-09-08 14:45:13 +00:00
Thien-Thi Nguyen
3bd7a6eda8 Mention change in --directory/-L behavior. 2004-09-08 12:53:31 +00:00
Luc Teirlinck
a020987fb7 *** empty log message *** 2004-09-08 03:26:24 +00:00
Kim F. Storm
4e14f66cdf *** empty log message *** 2004-09-07 21:16:01 +00:00
Kim F. Storm
b2ea4639b0 Remove entry re. skip-chars-... and classes. 2004-09-07 21:11:29 +00:00
Kim F. Storm
b294ccec5b Regenerate with `op' entry (from Dan Nicolaescu). 2004-09-07 21:08:21 +00:00
Kim F. Storm
be0f8dd9fc Add `op' entry to enable colors in term (from Dan Nicolaescu). 2004-09-07 21:07:44 +00:00
Miles Bader
23f87bede0 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Merge from emacs--gnus--5.10, gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
   Import from CVS branch gnus-5_10-branch

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
   Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
   Merge from gnus--rel--5.10

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
   Remove autoconf-generated files from archive

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
   Update from CVS
2004-09-04 13:13:48 +00:00
Eli Zaretskii
2a223f35db Fix last change. 2004-09-04 13:06:38 +00:00
Eli Zaretskii
db1febad5d *** empty log message *** 2004-09-04 12:57:38 +00:00
Eli Zaretskii
f5e9cb9705 Document next-error-follow-mode. 2004-09-04 12:35:28 +00:00
Eli Zaretskii
0a4dd4e491 From Eric S. Raymond: More reorganization to exile old stuff to the
pre-2000 section.  I looked up end-of-life dates for a bunch of old
Unixes to check.
2004-09-04 12:25:43 +00:00
Juri Linkov
dc29ba9b82 Update M-% in isearch. 2004-09-03 20:53:43 +00:00
Juri Linkov
f02069102b New option `grep-highlight-matches'. 2004-09-02 16:40:38 +00:00
Juri Linkov
0dfddff5b5 Regexp isearch can search through multiple nodes. Add Info-search-backward. 2004-09-02 09:21:20 +00:00
Juri Linkov
8b3094c7c6 Add next-error-highlight' and next-error-highlight-no-select'. 2004-09-01 18:48:19 +00:00
Luc Teirlinck
7d01236c22 *** empty log message *** 2004-09-01 00:09:17 +00:00
Luc Teirlinck
61b73aa496 *** empty log message *** 2004-08-31 23:53:10 +00:00
Luc Teirlinck
9f14953b05 *** empty log message *** 2004-08-26 01:47:55 +00:00
Bill Wohler
5e4c34ce89 Fixed typo. 2004-08-25 06:09:12 +00:00
Bill Wohler
eccf961345 Upgraded to MH-E version 7.82.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-25 05:55:39 +00:00
Richard M. Stallman
2ee3b79e47 *** empty log message *** 2004-08-22 17:46:31 +00:00
David Kastrup
90a02640b4 Update AUCTeX information. 2004-08-22 10:58:41 +00:00
Bill Wohler
d103d8b388 Upgraded to MH-E version 7.81.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-22 05:11:27 +00:00
Eli Zaretskii
29bbca9e01 *** empty log message *** 2004-08-21 12:25:07 +00:00
Eli Zaretskii
9dc15871b2 Massively rearranged by category, to make environment
features and symptoms easier to find.  Bugs relating to
20th-century systems moved to the end.  Most problem headers
changed to "object: variation" format.
2004-08-21 11:31:45 +00:00
Stefan Monnier
9c9c88db5a Add some ange-ftp items. 2004-08-19 22:29:36 +00:00
Kim F. Storm
101c421e7e *** empty log message *** 2004-08-17 22:42:23 +00:00
Bill Wohler
f0d73c14e2 Upgraded to MH-E version 7.4.80.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-15 22:00:06 +00:00
Eli Zaretskii
e11d1dd9e1 *** empty log message *** 2004-08-14 12:50:24 +00:00
Eli Zaretskii
723addaeae Mention the thumbs.el package. 2004-08-14 12:32:24 +00:00
Eli Zaretskii
ab5a4a32ca *** empty log message *** 2004-08-14 12:22:40 +00:00
Eli Zaretskii
3dab38a94e Replace actual whitespace with the magic string
that causes help-with-tutorial to automatically insert the correct
amount.
2004-08-14 12:01:01 +00:00
Steven Tamm
7c3225c3a6 Remove description of Mac OS version upgrade
problems as it is no longer applicable.
2004-08-10 21:38:02 +00:00
Luc Teirlinck
8392e13818 *** empty log message *** 2004-08-08 17:14:58 +00:00
Luc Teirlinck
c90e7e43b1 *** empty log message *** 2004-08-08 17:09:43 +00:00
Kim F. Storm
0f7a93c1c6 *** empty log message *** 2004-08-02 15:30:37 +00:00
Werner LEMBERG
b687047c72 Document all new tutorials. 2004-07-27 23:49:06 +00:00
Werner LEMBERG
05ea6a2643 *** empty log message *** 2004-07-27 23:47:37 +00:00
Richard M. Stallman
d1b2b8cc72 Minor cleanups in text. 2004-07-17 12:00:10 +00:00
Richard M. Stallman
06382b7187 *** empty log message *** 2004-07-17 11:57:13 +00:00
Luc Teirlinck
dd0a3ea36a Mention new \_< and \_> operators. (From Jim Blandy.) 2004-07-16 18:55:01 +00:00
Luc Teirlinck
cbbfedb29d *** empty log message *** 2004-07-15 00:38:38 +00:00
Luc Teirlinck
0f74bf4cde Tramp is now distributed with Emacs. 2004-07-14 22:17:43 +00:00
Kenichi Handa
cf4c92718e *** empty log message *** 2004-07-14 00:03:11 +00:00
Bill Wohler
a66894d8b4 Upgraded to MH-E version 7.4.4.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-07-13 03:06:25 +00:00
Richard M. Stallman
02c04e6f82 *** empty log message *** 2004-07-09 16:57:05 +00:00
David Kastrup
bcdf2143d3 (Lisp changes in 21.4): document (match-data t) change. 2004-07-08 17:47:25 +00:00
John Paul Wallington
94966e2bc1 Mention `read-file-name-completion-ignore-case'. 2004-07-06 18:49:32 +00:00
Kenichi Handa
1f724d55e9 *** empty log message *** 2004-07-05 01:58:59 +00:00
Eli Zaretskii
e5ab79ea19 Document that there's now a separate grep.el package. 2004-07-03 10:16:10 +00:00
Kai Großjohann
5fe536b81b ** file-remote-p now returns an identifier for the remote system,
if the file is indeed remote.  (Before, the return value was t in
this case.)
2004-07-02 14:49:00 +00:00
Juri Linkov
5dc0a68b42 *** empty log message *** 2004-07-02 04:38:51 +00:00
Juri Linkov
59035302e7 *** empty log message *** 2004-07-01 11:56:39 +00:00
Eli Zaretskii
ad8a607d41 Moved FOR-RELEASE from etc/ to admin/. 2004-06-26 09:38:52 +00:00
David Kastrup
255ec1b01b Fixing +++ tag from last checkin. 2004-06-25 13:00:58 +00:00