]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years ago(LANG): Set LC_ALL and LANGUAGE to C, unset
Gerd Moellmann [Mon, 28 May 2001 14:59:31 +0000 (14:59 +0000)]
(LANG): Set LC_ALL and LANGUAGE to C, unset
LC_MESSAGES and LANG.  From Karl Eichwalder <keichwa@gmx.net>.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 28 May 2001 14:50:35 +0000 (14:50 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 28 May 2001 13:42:52 +0000 (13:42 +0000)]
*** empty log message ***

23 years ago(cursor_in_mouse_face_p): New function.
Gerd Moellmann [Mon, 28 May 2001 13:42:21 +0000 (13:42 +0000)]
(cursor_in_mouse_face_p): New function.
(x_draw_stretch_glyph_string): Use it to choose a different GC
when drawing a cursor within highlighted text.

23 years ago(comint-carriage-motion): Renamed from
Gerd Moellmann [Mon, 28 May 2001 13:01:24 +0000 (13:01 +0000)]
(comint-carriage-motion): Renamed from
`comint-cr-magic'.  Operate on the buffer instead of the string
(for use as a comint post-output filter, instead of as a
pre-output filter).  Handle backspaces too.  Add to the
`comint-output-filter-functions' hook instead of
`comint-preoutput-filter-functions'.

23 years ago(outline-mode): Fix font-lock-defaults.
Stefan Monnier [Mon, 28 May 2001 12:21:59 +0000 (12:21 +0000)]
(outline-mode): Fix font-lock-defaults.
(outline-invisible-p): New function.
(hide-leaves): Save excursion.
(hide-other): Stop looping when reaching bobp.

23 years ago(Fload): Remove unused label.
Gerd Moellmann [Mon, 28 May 2001 12:05:45 +0000 (12:05 +0000)]
(Fload): Remove unused label.

23 years ago(string_display_width): Put in #if 0.
Gerd Moellmann [Mon, 28 May 2001 12:04:47 +0000 (12:04 +0000)]
(string_display_width): Put in #if 0.

23 years ago(char_property_eq): Put in #if 0.
Gerd Moellmann [Mon, 28 May 2001 12:04:26 +0000 (12:04 +0000)]
(char_property_eq): Put in #if 0.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 28 May 2001 11:58:55 +0000 (11:58 +0000)]
*** empty log message ***

23 years ago(speeds): Put in #if 0.
Gerd Moellmann [Mon, 28 May 2001 11:58:27 +0000 (11:58 +0000)]
(speeds): Put in #if 0.

23 years ago(japanese-hankaku): Prefer the charset
Gerd Moellmann [Mon, 28 May 2001 11:03:17 +0000 (11:03 +0000)]
(japanese-hankaku): Prefer the charset
`jisx0201' when the optional argument `ascii-only' is not specified.
(japanese-hankaku-region): Ditto.
From Katsumi Yamaoka <yamaoka@jpl.org>

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 28 May 2001 07:24:57 +0000 (07:24 +0000)]
*** empty log message ***

23 years ago(custom-file): Fix last change.
Eli Zaretskii [Mon, 28 May 2001 07:13:32 +0000 (07:13 +0000)]
(custom-file): Fix last change.

23 years ago(byte-compile-file-form-autoload): Use the
Stefan Monnier [Sun, 27 May 2001 11:40:39 +0000 (11:40 +0000)]
(byte-compile-file-form-autoload): Use the
same definition in byte-compile-function-environment as `autoload'
would put in `symbol-function'.

23 years ago(byte-compile-inline-expand): Complete Dave's
Stefan Monnier [Sun, 27 May 2001 11:34:56 +0000 (11:34 +0000)]
(byte-compile-inline-expand): Complete Dave's
patch to correct the error message as well.

23 years ago(byte-compile-inline-expand): Fix the arg of `load' again.
Stefan Monnier [Sun, 27 May 2001 11:12:13 +0000 (11:12 +0000)]
(byte-compile-inline-expand): Fix the arg of `load' again.

23 years ago*** empty log message ***
Stefan Monnier [Sun, 27 May 2001 11:11:24 +0000 (11:11 +0000)]
*** empty log message ***

23 years ago(byte-compile-inline-expand): Undo last change.
Stefan Monnier [Sun, 27 May 2001 11:02:02 +0000 (11:02 +0000)]
(byte-compile-inline-expand): Undo last change.

23 years ago(custom-file): Don't assume we were invoked with -q unless ~/.emacs exists.
Eli Zaretskii [Sun, 27 May 2001 10:38:51 +0000 (10:38 +0000)]
(custom-file): Don't assume we were invoked with -q unless ~/.emacs exists.

23 years agoDocument that customizations from "emacs -q" cannot be saved.
Eli Zaretskii [Sun, 27 May 2001 06:26:54 +0000 (06:26 +0000)]
Document that customizations from "emacs -q" cannot be saved.

23 years ago(enable-command): If user-init-file is nil or does not
Eli Zaretskii [Sun, 27 May 2001 06:18:28 +0000 (06:18 +0000)]
(enable-command): If user-init-file is nil or does not
exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).

23 years ago*** empty log message ***
Stefan Monnier [Sat, 26 May 2001 17:16:40 +0000 (17:16 +0000)]
*** empty log message ***

23 years ago(tex-mode-syntax-table): Add ^.
Stefan Monnier [Fri, 25 May 2001 22:08:58 +0000 (22:08 +0000)]
(tex-mode-syntax-table): Add ^.
(tex-font-lock-keywords-1, tex-font-lock-keywords-2):
Allow spaces around macro arguments.
(tex-mode-map): Inherit from text-mode-map, but rebind \t to
indent-for-tab-command.
(latex-mode-map, plain-tex-mode-map): New keymaps.
Inherit from tex-mode-map.
(tex-common-initialization): Don't setup the keymap any more
since it's now done right by define-derived-mode.
(latex-mode): Set skeleton-end-hook to nil.
(latex-skeleton-end-hook): Remove.
(tex-latex-block, latex-insert-item): Simplify.
(latex-syntax-after): Use following-char rather than char-after.
(tex-discount-args-cmds, tex-count-words): New functions.

23 years ago(tildify-ignored-environments-alist): Recognize \verb* right.
Stefan Monnier [Fri, 25 May 2001 21:43:21 +0000 (21:43 +0000)]
(tildify-ignored-environments-alist): Recognize \verb* right.

23 years ago(tildify-ignored-environments-alist):
Stefan Monnier [Fri, 25 May 2001 21:41:44 +0000 (21:41 +0000)]
(tildify-ignored-environments-alist):
Recognize \verb* as well.

23 years ago(perl-mode): Use define-derived-mode.
Stefan Monnier [Fri, 25 May 2001 21:16:05 +0000 (21:16 +0000)]
(perl-mode): Use define-derived-mode.
(perl-comment-indent): Simplify to let newcomment.el do its job.
(perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
(perl-mark-function): Cleanup the namespace.
(perl-calculate-indent): Don't be fooled by nested functions.

23 years agoDocstring typo.
Stefan Monnier [Fri, 25 May 2001 20:35:00 +0000 (20:35 +0000)]
Docstring typo.

23 years ago(speedbar-find-selected-file): RE-quote the filename.
Stefan Monnier [Fri, 25 May 2001 18:48:41 +0000 (18:48 +0000)]
(speedbar-find-selected-file): RE-quote the filename.

23 years ago(byte-compile-inline-expand):
Stefan Monnier [Fri, 25 May 2001 18:43:50 +0000 (18:43 +0000)]
(byte-compile-inline-expand):
Fix the arg of `load'.  From Dave Love <fx@gnu.org>.

23 years ago2001-05-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Fri, 25 May 2001 11:47:37 +0000 (11:47 +0000)]
2001-05-25  Andrew Choi  <akochoi@i-cable.com>

* international/titdic-cnv.el (ctlau-gb-converter): `\' should
actually be `\\'.
(ctlau-b5-converter): Likewise.

23 years agoAdd some intro text in node Deletion.
Richard M. Stallman [Thu, 24 May 2001 21:55:04 +0000 (21:55 +0000)]
Add some intro text in node Deletion.

23 years agoClarify that building with MSVC requires nmake.
Jason Rumney [Thu, 24 May 2001 21:23:05 +0000 (21:23 +0000)]
Clarify that building with MSVC requires nmake.

23 years agoChange input method name chinese-ctlau-b5 back to chinese-ctlaub.
Andrew Choi [Thu, 24 May 2001 14:03:11 +0000 (14:03 +0000)]
Change input method name chinese-ctlau-b5 back to chinese-ctlaub.

23 years ago2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Thu, 24 May 2001 12:14:42 +0000 (12:14 +0000)]
2001-05-24  Andrew Choi  <akochoi@i-cable.com>

* international/titdic-cnv.el (quail-misc-package-ext-info):
Change name of input method chinese-ctlaub to chinese-ctlau-b5.

23 years ago2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Thu, 24 May 2001 12:04:02 +0000 (12:04 +0000)]
2001-05-24  Andrew Choi  <akochoi@i-cable.com>

* international/titdic-cnv.el (quail-misc-package-ext-info):
Change CTLauB.el to CTLau-b5.el.

23 years ago2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Thu, 24 May 2001 11:57:18 +0000 (11:57 +0000)]
2001-05-24  Andrew Choi  <akochoi@i-cable.com>

* Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.

23 years ago(gud-gdb-run-command-fetch-lines): Use forward-line
Stefan Monnier [Wed, 23 May 2001 18:41:33 +0000 (18:41 +0000)]
(gud-gdb-run-command-fetch-lines): Use forward-line
rather than beginning-of-line to avoid problems with fields.
(gud-perldb-massage-args): Use unless and push.
(gud-chdir-before-run): New var.
(gud-common-init): Use it.

23 years ago*** empty log message ***
Andrew Choi [Wed, 23 May 2001 16:58:31 +0000 (16:58 +0000)]
*** empty log message ***

23 years ago2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Wed, 23 May 2001 16:57:26 +0000 (16:57 +0000)]
2001-05-24  Andrew Choi  <akochoi@i-cable.com>

* CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.

* MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.

* Makefile.in (TIT-GB): Remove CTLau.elc from it.
(TIT-BIG5): Remove CTLauB.elc from it.
(MISC-DIC): Add CTLau.elc and CTLauB.elc to it.

23 years ago2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Wed, 23 May 2001 16:54:04 +0000 (16:54 +0000)]
2001-05-24  Andrew Choi  <akochoi@i-cable.com>

* international/titdic-cnv.el (quail-cxterm-package-ext-info):
delete entries for chinese-ctlau and chinese-ctlaub.
(quail-misc-package-ext-info): add entries for chinese-ctlau and
chinese-ctlaub.
(ctlau-converter): New function.
(ctlau-gb-converter): New function.
(ctlau-b5-converter): New function.

23 years ago(custom-comment-show): Remove debug code. origin/other-branches/gerd_int
Gerd Moellmann [Tue, 22 May 2001 09:46:32 +0000 (09:46 +0000)]
(custom-comment-show): Remove debug code.

23 years ago(japanese-symbol-table): Fix handling of
Gerd Moellmann [Tue, 22 May 2001 09:33:52 +0000 (09:33 +0000)]
(japanese-symbol-table): Fix handling of
Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.

23 years agoMinor clarifications.
Richard M. Stallman [Tue, 22 May 2001 07:27:34 +0000 (07:27 +0000)]
Minor clarifications.

23 years agoMinor fixes.
Richard M. Stallman [Tue, 22 May 2001 07:26:19 +0000 (07:26 +0000)]
Minor fixes.

23 years agoFix some xrefs to other manuals.
Richard M. Stallman [Tue, 22 May 2001 07:25:04 +0000 (07:25 +0000)]
Fix some xrefs to other manuals.

23 years ago(diff-jump-to-old-file, diff-update-on-the-fly):
Stefan Monnier [Mon, 21 May 2001 18:45:05 +0000 (18:45 +0000)]
(diff-jump-to-old-file, diff-update-on-the-fly):
Renamed by removing the silly `-flag' suffix.
(diff-mode, diff-minor-mode, diff-find-source-location): Update.

23 years agoChange "International Intro" -> "International Chars".
Eli Zaretskii [Mon, 21 May 2001 17:25:49 +0000 (17:25 +0000)]
Change "International Intro" -> "International Chars".

23 years ago*** empty log message ***
Stefan Monnier [Sun, 20 May 2001 18:35:02 +0000 (18:35 +0000)]
*** empty log message ***

23 years agoMinor fixes.
Richard M. Stallman [Sun, 20 May 2001 17:25:47 +0000 (17:25 +0000)]
Minor fixes.

23 years agoExplain M-! output can go in echo area.
Richard M. Stallman [Sun, 20 May 2001 17:25:18 +0000 (17:25 +0000)]
Explain M-! output can go in echo area.
Default for shell-completion-fignore is nil.
C-c C-a is actually comint-bol-or-process-mark.
shell-set-directory-error-hook does not really exist.
comint-dynamic-complete-variable does not really exist.
Terminal buffer is *terminal*, not *term*.
Other minor changes.

23 years agoAdd Text Properties item.
Richard M. Stallman [Sun, 20 May 2001 17:22:25 +0000 (17:22 +0000)]
Add Text Properties item.
Minor corrections, especially in xrefs.

23 years agoInternational Intro node renamed to International Chars.
Richard M. Stallman [Sun, 20 May 2001 17:21:12 +0000 (17:21 +0000)]
International Intro node renamed to International Chars.

23 years agoExplain how Binary Overwrite mode affects C-q.
Richard M. Stallman [Sun, 20 May 2001 17:20:33 +0000 (17:20 +0000)]
Explain how Binary Overwrite mode affects C-q.

23 years agoUse Lisp escape sequences only inside string syntax.
Richard M. Stallman [Sun, 20 May 2001 17:19:47 +0000 (17:19 +0000)]
Use Lisp escape sequences only inside string syntax.

23 years ago(lm): Use "p" not "P" for interactive spec.
Richard M. Stallman [Sun, 20 May 2001 17:18:41 +0000 (17:18 +0000)]
(lm): Use "p" not "P" for interactive spec.

23 years ago(rmail-retry-failure): Do save-window-excursion.
Richard M. Stallman [Sun, 20 May 2001 17:17:32 +0000 (17:17 +0000)]
(rmail-retry-failure): Do save-window-excursion.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 17:17:22 +0000 (17:17 +0000)]
*** empty log message ***

23 years ago(Info-read-subfile): Widen before finding the
Richard M. Stallman [Sun, 20 May 2001 17:03:12 +0000 (17:03 +0000)]
(Info-read-subfile): Widen before finding the
desired node in the subfile.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 17:02:48 +0000 (17:02 +0000)]
*** empty log message ***

23 years agoUpdate description of visiting multiple files with the command line.
Richard M. Stallman [Sun, 20 May 2001 16:31:07 +0000 (16:31 +0000)]
Update description of visiting multiple files with the command line.
.esrv => esrv.
Remove DOMMAINNAME.
Show that some parts of geometry spec are optional.
Clarify where internal border appears.
Fix errors in BorderWidth resources.
Use Complete Word instead of Spell-Check Message
to avoid an overfull box in a clean way.

23 years ago(command-line-1): When >2 files visited,
Richard M. Stallman [Sun, 20 May 2001 16:27:59 +0000 (16:27 +0000)]
(command-line-1): When >2 files visited,
leave the last one visible, and make that the selected window.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 16:27:51 +0000 (16:27 +0000)]
*** empty log message ***

23 years ago(keep-lines-read-args): Use `copy-marker'.
Stefan Monnier [Sun, 20 May 2001 16:10:39 +0000 (16:10 +0000)]
(keep-lines-read-args): Use `copy-marker'.
(how-many): Save excursion properly.
(occur-mode): Use define-derived-mode.
(perform-replace): Use with-current-buffer.

23 years ago(lisp-font-lock-keywords-1): Add `defvaralias'.
Gerd Moellmann [Sun, 20 May 2001 08:53:44 +0000 (08:53 +0000)]
(lisp-font-lock-keywords-1): Add `defvaralias'.

23 years ago(define-ccl-program): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:22:47 +0000 (04:22 +0000)]
(define-ccl-program): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(decode-char): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:19:41 +0000 (04:19 +0000)]
(decode-char): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(artist-mode): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:18:06 +0000 (04:18 +0000)]
(artist-mode): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(automatic-hscrolling): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:14:49 +0000 (04:14 +0000)]
(automatic-hscrolling): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years agoFix a typo in the last change.
Eli Zaretskii [Sat, 19 May 2001 09:21:27 +0000 (09:21 +0000)]
Fix a typo in the last change.

23 years ago(Buffers): Fix a typo.
Eli Zaretskii [Sat, 19 May 2001 09:08:51 +0000 (09:08 +0000)]
(Buffers): Fix a typo.

23 years agoRemove entry for defvaralias.
Gerd Moellmann [Fri, 18 May 2001 17:42:04 +0000 (17:42 +0000)]
Remove entry for defvaralias.

23 years ago(cvs-mode-map): bind "z" and [RET]
Sam Steingold [Fri, 18 May 2001 16:59:52 +0000 (16:59 +0000)]
(cvs-mode-map): bind "z" and [RET]

23 years ago(eshell-explicit-command-char): A new configuration variable, which
John Wiegley [Fri, 18 May 2001 16:40:11 +0000 (16:40 +0000)]
(eshell-explicit-command-char): A new configuration variable, which
determines the initial character that forces use of an external
version of a command.  The default is *, but may be set to \, for
example.
(eshell-explicit-command): Use `eshell-explicit-command-char' instead
of ?*.

23 years ago(eshell/which): Use `eshell-explicit-command-char' instead of ?*.
John Wiegley [Fri, 18 May 2001 16:39:49 +0000 (16:39 +0000)]
(eshell/which): Use `eshell-explicit-command-char' instead of ?*.

23 years ago(eshell-completion-command-name, eshell-complete-commands-list): Use
John Wiegley [Fri, 18 May 2001 16:39:29 +0000 (16:39 +0000)]
(eshell-completion-command-name, eshell-complete-commands-list): Use
`eshell-explicit-command-char' instead of ?*.

23 years ago*** empty log message ***
John Wiegley [Fri, 18 May 2001 16:38:58 +0000 (16:38 +0000)]
*** empty log message ***

23 years ago(ange-ftp-fix-name-for-vms): Reverse args of
Gerd Moellmann [Fri, 18 May 2001 13:21:11 +0000 (13:21 +0000)]
(ange-ftp-fix-name-for-vms): Reverse args of
subst-char-in-string.
(ange-ftp-after-parse-ls-hook): New variable.
(ange-ftp-ls): Run that hook.
From Peter Milliken <Peter.Milliken@GTECH.COM>.

23 years ago(tmm-get-keymap): Fix handling of :filter.
Gerd Moellmann [Fri, 18 May 2001 13:10:43 +0000 (13:10 +0000)]
(tmm-get-keymap): Fix handling of :filter.
(tmm-add-prompt): Bind buffer-read-only to nil when inserting
text into *Completions*.

23 years ago(goto-address-at-point): Deal with URLs
Gerd Moellmann [Fri, 18 May 2001 12:50:27 +0000 (12:50 +0000)]
(goto-address-at-point): Deal with URLs
part of which look like email addresses.

23 years ago(compile-files-CMD, bootstrap-clean-CMD): Use
Andrew Innes [Fri, 18 May 2001 12:06:38 +0000 (12:06 +0000)]
(compile-files-CMD, bootstrap-clean-CMD): Use
. instead of absolute path for lisp dir, to avoid bug in W2K
cmd.exe's handling of FOR loops.
(autoloads): Set find-file-suppress-same-file-warnings to t to
avoid slew of spurious messages.

23 years agoAvoid overfull hboxes.
Eli Zaretskii [Fri, 18 May 2001 11:45:10 +0000 (11:45 +0000)]
Avoid overfull hboxes.

23 years agoAdd browse-url-kde.
Gerd Moellmann [Fri, 18 May 2001 11:31:06 +0000 (11:31 +0000)]
Add browse-url-kde.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 18 May 2001 11:28:14 +0000 (11:28 +0000)]
*** empty log message ***

23 years ago(browse-url-browser-function): Add kde.
Gerd Moellmann [Fri, 18 May 2001 11:27:38 +0000 (11:27 +0000)]
(browse-url-browser-function): Add kde.
(browse-url-kde-program, browse-url-kde-args): New variables.
(browse-url-kde): New function.

23 years agoAvoid overfull hboxes wherever possible.
Eli Zaretskii [Fri, 18 May 2001 11:26:06 +0000 (11:26 +0000)]
Avoid overfull hboxes wherever possible.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 18 May 2001 11:24:53 +0000 (11:24 +0000)]
*** empty log message ***

23 years ago(maybe-append-domain): Renamed to
Gerd Moellmann [Fri, 18 May 2001 11:24:16 +0000 (11:24 +0000)]
(maybe-append-domain): Renamed to
`smtpmail-maybe-append-domain'.
(smtpmail-via-smtp): Use the new name.

23 years ago(call_debugger): Don't bind inhibit-eval-during-redisplay.
Gerd Moellmann [Fri, 18 May 2001 11:15:46 +0000 (11:15 +0000)]
(call_debugger): Don't bind inhibit-eval-during-redisplay.

23 years ago(xlfd_point_size): Don't divide pixel size from
Gerd Moellmann [Fri, 18 May 2001 11:06:40 +0000 (11:06 +0000)]
(xlfd_point_size): Don't divide pixel size from
transformation matrix by 10.

23 years ago(Merging and diff3): Avoid Overfull hbox.
Eli Zaretskii [Fri, 18 May 2001 10:52:51 +0000 (10:52 +0000)]
(Merging and diff3): Avoid Overfull hbox.

23 years ago(LessTif Resources): Avoid Overfull box.
Eli Zaretskii [Fri, 18 May 2001 10:47:16 +0000 (10:47 +0000)]
(LessTif Resources): Avoid Overfull box.

23 years agoFix copyright years.
Eli Zaretskii [Fri, 18 May 2001 10:40:06 +0000 (10:40 +0000)]
Fix copyright years.

23 years ago(Buffers): Document the maximum buffer size.
Eli Zaretskii [Fri, 18 May 2001 10:39:04 +0000 (10:39 +0000)]
(Buffers): Document the maximum buffer size.

23 years ago(Visiting): Document that files larger than the buffer size limit cannot
Eli Zaretskii [Fri, 18 May 2001 10:28:49 +0000 (10:28 +0000)]
(Visiting): Document that files larger than the buffer size limit cannot
be visited.

23 years ago(delete-horizontal-space, just-one-space): Use `constrain-to-field'
Miles Bader [Fri, 18 May 2001 07:13:47 +0000 (07:13 +0000)]
(delete-horizontal-space, just-one-space): Use `constrain-to-field'
instead of `field-end'/`field-beginning', because it's more efficient
for large files.

23 years ago("TeX"): Renamed from "latin-latex2e".
Dave Love [Thu, 17 May 2001 19:21:54 +0000 (19:21 +0000)]
("TeX"): Renamed from "latin-latex2e".
Language family and indicator changed.  Many new translations.

23 years ago(rmail-require-mime-maybe): New function.
Gerd Moellmann [Thu, 17 May 2001 14:47:01 +0000 (14:47 +0000)]
(rmail-require-mime-maybe): New function.
(rmail): Use it.
(rmail-mode): Handle the case of finding Rmail files.

23 years ago(elp-instrument-function): Handle advised
Gerd Moellmann [Thu, 17 May 2001 13:58:14 +0000 (13:58 +0000)]
(elp-instrument-function): Handle advised
functions.

23 years agoAdd the latest changes to etags behaviour.
Francesco Potortì [Thu, 17 May 2001 13:44:50 +0000 (13:44 +0000)]
Add the latest changes to etags behaviour.