]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years agoCorrect names of some C mode indentation commands.
Richard M. Stallman [Fri, 1 Jun 2001 18:01:37 +0000 (18:01 +0000)]
Correct names of some C mode indentation commands.

23 years agoUpdate Customization buffer examples
Richard M. Stallman [Fri, 1 Jun 2001 17:57:23 +0000 (17:57 +0000)]
Update Customization buffer examples
and some other minor changes.

23 years agoProofreading changes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii [Fri, 1 Jun 2001 16:54:11 +0000 (16:54 +0000)]
Proofreading changes from Tim Goodwin <tjg@star.le.ac.uk>.

23 years ago*** empty log message ***
Andrew Innes [Fri, 1 Jun 2001 13:46:18 +0000 (13:46 +0000)]
*** empty log message ***

23 years ago(TIT-GB): Remove CTLau.elc from it.
Andrew Innes [Fri, 1 Jun 2001 13:45:43 +0000 (13:45 +0000)]
(TIT-GB): Remove CTLau.elc from it.
(TIT-BIG5): Remove CTLauB.elc from it.
(MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
(clean mostlyclean): Remove obsolete reference.

23 years ago(TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
Andrew Innes [Fri, 1 Jun 2001 13:45:17 +0000 (13:45 +0000)]
(TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
(NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
$(srcdir)/quail/pypunct-b5.elc.
(NON_TIT_CNS): Remove.
(CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
(CHINESE_CNS): Remove.
(KOREAN): Add $(srcdir)/quail/hanja3.elc.
(LATIN): Add $(srcdir)/quail/latin-alt.elc and
$(srcdir)/quail/latin-ltx.elc.
(MISC_DIC): Copy from Makefile.in.
(CHINESE): Remove $(CHINESE_CNS).
(all): Add $(MISC_DIC) as target.
(.NOTPARALLEL): New target.
(.NO_PARALLEL): New target.
($(MISC_DIC)): New target.
(clean mostlyclean): Clean more stuff.
(TIT_EL): New macro.
(MISC_DIC_EL): New macro.

23 years ago(sh_output): Don't use $(warning ...) to output
Andrew Innes [Fri, 1 Jun 2001 13:18:27 +0000 (13:18 +0000)]
(sh_output): Don't use $(warning ...) to output
messages, since that is not supported by GNU make 3.77.

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 1 Jun 2001 12:21:57 +0000 (12:21 +0000)]
*** empty log message ***

23 years ago[ms-dos]: Call IT-setup-unicode-display.
Eli Zaretskii [Fri, 1 Jun 2001 12:21:29 +0000 (12:21 +0000)]
[ms-dos]: Call IT-setup-unicode-display.

23 years ago(IT-unicode-translations): New variable.
Eli Zaretskii [Fri, 1 Jun 2001 12:18:39 +0000 (12:18 +0000)]
(IT-unicode-translations): New variable.
(IT-setup-unicode-display): New function.

23 years agoHandle before-string and after-string overlay properties
Gerd Moellmann [Fri, 1 Jun 2001 09:22:20 +0000 (09:22 +0000)]
Handle before-string and after-string overlay properties
in ps-print-*-with-faces commands.  Doc fix.
(ps-print-version): New version number (6.5.2).
(ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
for XEmacs.
(ps-prefix-quote): Doc fix.
(ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code
fix.
(ps-basic-plot-str, ps-plot-string): New funs.

23 years ago(bootstrap-doc): New target.
Gerd Moellmann [Thu, 31 May 2001 19:02:56 +0000 (19:02 +0000)]
(bootstrap-doc): New target.
(bootstrap-emacs): Depend on it.

23 years ago(tags-compression-info-list): Fix docstring
Stefan Monnier [Thu, 31 May 2001 14:34:37 +0000 (14:34 +0000)]
(tags-compression-info-list): Fix docstring
and :type spec.

23 years ago(Fdo_auto_save): Don't try to create the directory of
Gerd Moellmann [Thu, 31 May 2001 09:59:12 +0000 (09:59 +0000)]
(Fdo_auto_save): Don't try to create the directory of
auto-save-list-file-name when shutting down Emacs, because
creating the directory might signal an error, and leaves
Emacs in a strange state.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 31 May 2001 08:56:58 +0000 (08:56 +0000)]
*** empty log message ***

23 years ago(tty_cursor_hidden): New variable.
Gerd Moellmann [Thu, 31 May 2001 08:56:32 +0000 (08:56 +0000)]
(tty_cursor_hidden): New variable.
(update_begin): Don't call tty_hide_cursor.  Clean up.
(update_end, set_terminal_window, set_scroll_region): Clean up.
(ring_bell, reset_terminal_modes): Clean up.
(tty_hide_cursor, tty_show_cursor): Hide/show cursor depending
on tty_cursor_hidden.
(write_glyphs): Call tty_hide_cursor.

23 years ago(xml-parse-tag): The document may contain invalid characters.
Gerd Moellmann [Thu, 31 May 2001 08:17:31 +0000 (08:17 +0000)]
(xml-parse-tag): The document may contain invalid characters.
From ShengHuo ZHU  <zsh@cs.rochester.edu>

23 years ago(rmail-revert): Modify to work in
Gerd Moellmann [Thu, 31 May 2001 08:09:47 +0000 (08:09 +0000)]
(rmail-revert): Modify to work in
rmail-view-buffer.

(rmail-insert-mime-resent-message-function): New
variable.
(rmail-resend): Modify to work in `rmail-view-buffer'; call
`rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
is non-nil.

23 years ago(rmail-message-subject-p): Don't call
Gerd Moellmann [Thu, 31 May 2001 08:08:41 +0000 (08:08 +0000)]
(rmail-message-subject-p): Don't call
`rmail-summary-line-decoder' if the message does not have Subject:
field.

23 years ago(inactivate-input-method): Set
Gerd Moellmann [Thu, 31 May 2001 07:59:18 +0000 (07:59 +0000)]
(inactivate-input-method): Set
input-method-function to nil.

23 years ago(latex-find-indent): Handle the BOBP case.
Stefan Monnier [Thu, 31 May 2001 02:26:43 +0000 (02:26 +0000)]
(latex-find-indent): Handle the BOBP case.

23 years ago(copy_overlays): Make ENABLE_CHECKING happy.
Stefan Monnier [Thu, 31 May 2001 01:44:47 +0000 (01:44 +0000)]
(copy_overlays): Make ENABLE_CHECKING happy.

23 years agoAdd that PBM and XBM image specs may have :foreground nil, and
Gerd Moellmann [Wed, 30 May 2001 15:32:04 +0000 (15:32 +0000)]
Add that PBM and XBM image specs may have :foreground nil, and
:background nil.

23 years agoAdd that PBM and XPM image specs may have :foreground nil, and
Gerd Moellmann [Wed, 30 May 2001 15:31:34 +0000 (15:31 +0000)]
Add that PBM and XPM image specs may have :foreground nil, and
:background nil.

23 years ago(enum image_value_type): New enumerator
Gerd Moellmann [Wed, 30 May 2001 15:30:19 +0000 (15:30 +0000)]
(enum image_value_type): New enumerator
IMAGE_STRING_OR_NIL_VALUE.
(parse_image_spec): Handle it.
(xbm_format, pbm_format): Use it for :foreground and :background.
(xbm_load, pbm_load): Check for nil color names.

23 years ago(note_mouse_highlight): If an overlapping overlay
Gerd Moellmann [Wed, 30 May 2001 11:19:43 +0000 (11:19 +0000)]
(note_mouse_highlight): If an overlapping overlay
exists, but we find that we highlight the same overlay as before,
don't do the highlighting again.

23 years agominor optimization
Sam Steingold [Tue, 29 May 2001 16:12:03 +0000 (16:12 +0000)]
minor optimization

23 years agofix live process/dead buffer bub on w32
Sam Steingold [Tue, 29 May 2001 15:47:01 +0000 (15:47 +0000)]
fix live process/dead buffer bub on w32

23 years ago(single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]:
Gerd Moellmann [Tue, 29 May 2001 14:31:01 +0000 (14:31 +0000)]
(single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]:
Protect unibyte strings created by replacing their multibyte
equivalents in menu_items.

23 years ago(Fsingle_key_description): NUL-terminate the string
Gerd Moellmann [Tue, 29 May 2001 14:09:54 +0000 (14:09 +0000)]
(Fsingle_key_description): NUL-terminate the string
buffer before calling build_string.

23 years ago(Fcall_process): Deal with decode_coding returning
Gerd Moellmann [Tue, 29 May 2001 13:57:30 +0000 (13:57 +0000)]
(Fcall_process): Deal with decode_coding returning
CODING_FINISH_INCONSISTENT_EOL.

23 years ago(ccl-decode-mule-utf-8): Handle
Gerd Moellmann [Tue, 29 May 2001 08:41:02 +0000 (08:41 +0000)]
(ccl-decode-mule-utf-8): Handle
invalid UTF-8 sequences.

23 years agoUpdate the entry for `comint-carriage-motion' (ne `comint-cr-magic').
Miles Bader [Tue, 29 May 2001 08:29:19 +0000 (08:29 +0000)]
Update the entry for `comint-carriage-motion' (ne `comint-cr-magic').

23 years ago*** empty log message ***
Stefan Monnier [Tue, 29 May 2001 08:23:51 +0000 (08:23 +0000)]
*** empty log message ***

23 years ago(Fsingle_key_description): Create a multibyte string
Gerd Moellmann [Mon, 28 May 2001 16:21:41 +0000 (16:21 +0000)]
(Fsingle_key_description): Create a multibyte string
only if necessary.

23 years ago(xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite
Gerd Moellmann [Mon, 28 May 2001 16:20:48 +0000 (16:20 +0000)]
(xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite
an item's name with its key description in case the description
is a multibyte string.

23 years ago(comint-carriage-motion): Doc-string tweaks.
Miles Bader [Mon, 28 May 2001 15:09:44 +0000 (15:09 +0000)]
(comint-carriage-motion): Doc-string tweaks.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 28 May 2001 15:02:01 +0000 (15:02 +0000)]
*** empty log message ***

23 years ago(Fstart_kbd_macro): Doc fix.
Gerd Moellmann [Mon, 28 May 2001 15:01:34 +0000 (15:01 +0000)]
(Fstart_kbd_macro): Doc fix.

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.