]> code.delx.au - gnu-emacs/log
gnu-emacs
25 years ago(temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change.
Dave Love [Sat, 16 Jan 1999 12:02:22 +0000 (12:02 +0000)]
(temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change.

25 years agoFix some notwork addresses.
Dave Love [Fri, 15 Jan 1999 20:47:31 +0000 (20:47 +0000)]
Fix some notwork addresses.

25 years ago(help-make-xrefs): Avoid infloop in keymap substitutions
Dave Love [Fri, 15 Jan 1999 17:29:03 +0000 (17:29 +0000)]
(help-make-xrefs): Avoid infloop in keymap substitutions
and change regexp for command names.
(help-xref-go-back, function-called-at-point, symbol-file)
(where-is): Doc fixes.
(help-xref-go-back): Remove interactive spec.
(describe-function-1): Fix message for alias.  Buttomize alias
name.

25 years ago(join-line): New alias.
Dave Love [Fri, 15 Jan 1999 16:57:27 +0000 (16:57 +0000)]
(join-line): New alias.

25 years ago(forms--show-record): Convert integers to string
Richard M. Stallman [Fri, 15 Jan 1999 16:19:53 +0000 (16:19 +0000)]
(forms--show-record): Convert integers to string
expicitly since concat will no longer accept integers.
(forms-print): Use local `total-nb-records' since
`forms--total-records' will be inaccessible after buffer switching.

25 years ago(make-flyspell-overlay): fix front stickiness.
Richard M. Stallman [Fri, 15 Jan 1999 14:47:50 +0000 (14:47 +0000)]
(make-flyspell-overlay): fix front stickiness.

25 years ago(easy-menu-get-map): Fix bugs in prev change.
Richard M. Stallman [Fri, 15 Jan 1999 03:21:44 +0000 (03:21 +0000)]
(easy-menu-get-map): Fix bugs in prev change.

25 years agoMerge previous edits.
Dave Love [Thu, 14 Jan 1999 20:28:50 +0000 (20:28 +0000)]
Merge previous edits.

25 years agoCurrently-posted version.
Dave Love [Thu, 14 Jan 1999 20:25:55 +0000 (20:25 +0000)]
Currently-posted version.

25 years ago(cp850-decode-table): Fix previous change.
Eli Zaretskii [Thu, 14 Jan 1999 11:34:18 +0000 (11:34 +0000)]
(cp850-decode-table): Fix previous  change.

25 years ago(install): Use update instead of sed to install fns.el.
Eli Zaretskii [Thu, 14 Jan 1999 11:30:55 +0000 (11:30 +0000)]
(install): Use update instead of sed to install fns.el.

25 years agoExplain that intlfonts are used by ps-print as well.
Eli Zaretskii [Thu, 14 Jan 1999 11:25:35 +0000 (11:25 +0000)]
Explain that intlfonts are used by ps-print as well.
Add instructions for Leim and intlfonts to the MSDOG section.

25 years ago* shell.el (shell-dirtrack-verbose): New custom variable.
Simon Marshall [Thu, 14 Jan 1999 10:31:31 +0000 (10:31 +0000)]
* shell.el (shell-dirtrack-verbose): New custom variable.
        (shell-dirstack-message): Use it.

25 years agoMatch HP 9000/800 machine.
Karl Heuer [Thu, 14 Jan 1999 06:41:28 +0000 (06:41 +0000)]
Match HP 9000/800 machine.

25 years ago(quail-japanese-kanji-kkc): If the last char
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(quail-japanese-kanji-kkc): If the last char
to convert is `n', change it to Japanese Hiragana `n' before
conversion.

25 years ago(describe-language-environment):
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(describe-language-environment):
Don't alter input-method-alist.

25 years ago(Fdecode_sjis_char): Decode Japanese Katakana character
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(Fdecode_sjis_char): Decode Japanese Katakana character
correctly.
(Fencode_sjis_char): Encode Japanese Katakana character correctly.

25 years ago(cp850-decode-table): Replace nil
Eli Zaretskii [Wed, 13 Jan 1999 14:30:34 +0000 (14:30 +0000)]
(cp850-decode-table): Replace nil
entries with codes of similary looking glyphs.  (Suggested by
Jason Rumney <jasonr@altavista.net>.)

25 years ago(browse-url-netscape): Fix ineffective "-noraise".
Dave Love [Wed, 13 Jan 1999 12:55:54 +0000 (12:55 +0000)]
(browse-url-netscape): Fix ineffective "-noraise".

25 years ago(find-function-on-key): Fix previous
Dave Love [Wed, 13 Jan 1999 12:42:28 +0000 (12:42 +0000)]
(find-function-on-key): Fix previous
change.

25 years ago(auto-save-hook): Defvar this.
Karl Heuer [Tue, 12 Jan 1999 22:20:25 +0000 (22:20 +0000)]
(auto-save-hook): Defvar this.

25 years ago*** empty log message ***
Karl Heuer [Tue, 12 Jan 1999 22:12:01 +0000 (22:12 +0000)]
*** empty log message ***

25 years ago(relative_filename): Stop backward search at beginning
Karl Heuer [Tue, 12 Jan 1999 21:58:08 +0000 (21:58 +0000)]
(relative_filename): Stop backward search at beginning
of string, since non-Unix systems can have absolute paths with no
initial slash.

25 years ago(sql-mode-ansi-font-lock-keywords): Quote font-lock
Karl Heuer [Tue, 12 Jan 1999 21:50:44 +0000 (21:50 +0000)]
(sql-mode-ansi-font-lock-keywords): Quote font-lock
faces, eliminating the need to load font-lock before loading sql.
(sql-mode-oracle-font-lock-keywords): Likewise.
(sql-mode-postgres-font-lock-keywords): Likewise.

25 years agoAdd inhibit-eol-conversion.
Dave Love [Mon, 11 Jan 1999 21:30:00 +0000 (21:30 +0000)]
Add inhibit-eol-conversion.

25 years ago(syms_of_coding): Doc fix for inhibit-eol-conversion.
Dave Love [Mon, 11 Jan 1999 21:21:03 +0000 (21:21 +0000)]
(syms_of_coding): Doc fix for inhibit-eol-conversion.

25 years ago(temp-buffer-setup-hook, temp-buffer-show-hook): Swap
Dave Love [Mon, 11 Jan 1999 21:01:12 +0000 (21:01 +0000)]
(temp-buffer-setup-hook, temp-buffer-show-hook): Swap
the values round.

25 years ago(find_handler_clause): If SIG is nil (memory full error),
Richard M. Stallman [Mon, 11 Jan 1999 18:09:31 +0000 (18:09 +0000)]
(find_handler_clause): If SIG is nil (memory full error),
never run the debugger, and don't bother checking the args
to see whether the debugger should be run.

25 years ago(compilation-shell-minor-mode): New function.
Richard M. Stallman [Mon, 11 Jan 1999 17:37:34 +0000 (17:37 +0000)]
(compilation-shell-minor-mode): New function.

25 years ago(read_key_sequence): In key-translation-map and
Richard M. Stallman [Mon, 11 Jan 1999 15:30:06 +0000 (15:30 +0000)]
(read_key_sequence): In key-translation-map and
function-key-map, handle symbol with array as fn def.
In function-key-map, handle symbol with keymap as fn def,
and autoloaded definitions.

25 years ago(BASE_PURESIZE): Increment to 500000.
Richard M. Stallman [Mon, 11 Jan 1999 15:27:08 +0000 (15:27 +0000)]
(BASE_PURESIZE): Increment to 500000.

25 years agoInitial revision
Richard M. Stallman [Mon, 11 Jan 1999 15:26:36 +0000 (15:26 +0000)]
Initial revision

25 years ago(Qtemp_buffer_setup_hook): New variable.
Richard M. Stallman [Mon, 11 Jan 1999 15:26:11 +0000 (15:26 +0000)]
(Qtemp_buffer_setup_hook): New variable.
(syms_of_print): Init and staticpro that.
(temp_output_buffer_setup): Run Qtemp_buffer_setup_hook.

25 years ago(help-mode-finish): Renamed from help-mode-maybe.
Richard M. Stallman [Mon, 11 Jan 1999 15:25:41 +0000 (15:25 +0000)]
(help-mode-finish): Renamed from help-mode-maybe.
Don't switch to Help mode here.
(temp-buffer-setup-hook): Use help-mode-finish.
(help-mode-setup): New function.
(temp-buffer-setup-hook): Use help-mode-setup.

25 years ago(install): Install fns.el in ../bin, since Emacs
Eli Zaretskii [Mon, 11 Jan 1999 14:01:41 +0000 (14:01 +0000)]
(install): Install fns.el in ../bin, since Emacs
looks for it in exec-directory.

25 years ago(auto-mode-alist): Add sql-mode.
Richard M. Stallman [Mon, 11 Jan 1999 13:55:15 +0000 (13:55 +0000)]
(auto-mode-alist): Add sql-mode.

25 years ago(list-faces-display): Improve the formatting
Richard M. Stallman [Mon, 11 Jan 1999 13:32:11 +0000 (13:32 +0000)]
(list-faces-display): Improve the formatting
by computing the maximum length required for any face-name.

25 years ago(term_send_home): Change the string to
Richard M. Stallman [Mon, 11 Jan 1999 12:59:36 +0000 (12:59 +0000)]
(term_send_home): Change the string to
be the same as the one emitted by xterm and consistent with the
ones emitted by prior and next.
(term_send_end): Likewise.

25 years agoComment on `latest version'.
Dave Love [Mon, 11 Jan 1999 12:36:15 +0000 (12:36 +0000)]
Comment on `latest version'.

25 years ago(MISC): Add ${srcdir}/quail/hebrew.el.
Kenichi Handa [Mon, 11 Jan 1999 11:42:52 +0000 (11:42 +0000)]
(MISC): Add ${srcdir}/quail/hebrew.el.

25 years ago(del_range_1): Call signal_after_change.
Kenichi Handa [Mon, 11 Jan 1999 11:42:52 +0000 (11:42 +0000)]
(del_range_1): Call signal_after_change.
(del_range_byte): Likewise.
(del_range_both): Likewise.
(del_range_2): Don't call signal_after_change.

25 years ago(message_dolog): Use insert_1_both to avoid running any
Kenichi Handa [Mon, 11 Jan 1999 11:42:52 +0000 (11:42 +0000)]
(message_dolog): Use insert_1_both to avoid running any
Lisp code here.

25 years agoInitial revision
Kenichi Handa [Mon, 11 Jan 1999 11:41:57 +0000 (11:41 +0000)]
Initial revision

25 years agoDoubled the at sign in the email address for Jason White.
Joel N. Weber II [Sun, 10 Jan 1999 22:51:31 +0000 (22:51 +0000)]
Doubled the at sign in the email address for Jason White.

25 years agorms added a braille translation and formatting system; I'm checking in
Joel N. Weber II [Sun, 10 Jan 1999 22:51:10 +0000 (22:51 +0000)]
rms added a braille translation and formatting system; I'm checking in
his change for him.

25 years agoCommentary clarification.
Dave Love [Sun, 10 Jan 1999 18:21:58 +0000 (18:21 +0000)]
Commentary clarification.

25 years agodontcompilefiles: generic-x.el
Dave Love [Sun, 10 Jan 1999 18:19:56 +0000 (18:19 +0000)]
dontcompilefiles: generic-x.el

25 years ago(find-function-on-key): DTRT for mouse
Dave Love [Sun, 10 Jan 1999 18:18:58 +0000 (18:18 +0000)]
(find-function-on-key): DTRT for mouse
bindings.

25 years ago(codepage-setup): Doc fix.
Eli Zaretskii [Sun, 10 Jan 1999 15:23:30 +0000 (15:23 +0000)]
(codepage-setup): Doc fix.
(cp-decoding-vector-for-codepage): Likewise.

25 years agoMerge with autoconf 2.13.
Ben Elliston [Sun, 10 Jan 1999 14:21:04 +0000 (14:21 +0000)]
Merge with autoconf 2.13.

25 years agoFinal merge from autoconf 2.13.
Ben Elliston [Sun, 10 Jan 1999 14:11:12 +0000 (14:11 +0000)]
Final merge from autoconf 2.13.

25 years ago(custom-save-delete): First scan the custom-file. Thus exit with an
Markus Rost [Sun, 10 Jan 1999 06:17:49 +0000 (06:17 +0000)]
(custom-save-delete): First scan the custom-file.  Thus exit with an
error in case the custom-file contains a non-closed open parenthesis.

25 years agoDefine a "function name" for each translation that isn't ASCII. Use
Richard M. Stallman [Fri, 8 Jan 1999 13:45:06 +0000 (13:45 +0000)]
Define a "function name" for each translation that isn't ASCII.  Use
these function names in iso-transl-char-map.

25 years ago(comment-region): Delete spaces only if we
Richard M. Stallman [Fri, 8 Jan 1999 04:29:20 +0000 (04:29 +0000)]
(comment-region): Delete spaces only if we
deleted a comment starter.

25 years ago(decompose-region): Do decomposition
Kenichi Handa [Fri, 8 Jan 1999 04:19:24 +0000 (04:19 +0000)]
(decompose-region): Do decomposition
on temporary unibyte buffer.

25 years ago(make-char): Doc-string modified.
Kenichi Handa [Fri, 8 Jan 1999 04:19:24 +0000 (04:19 +0000)]
(make-char): Doc-string modified.

25 years ago(byte-compile-warnings): Doc fix.
Dave Love [Thu, 7 Jan 1999 19:50:41 +0000 (19:50 +0000)]
(byte-compile-warnings): Doc fix.

25 years ago(edebug-eval-defun): Deal with defcustom
Dave Love [Thu, 7 Jan 1999 19:45:32 +0000 (19:45 +0000)]
(edebug-eval-defun): Deal with defcustom
like eval-defun does.

25 years ago(dired-mode-map): Fix duplicate [menu-bar regexp mark].
Dave Love [Thu, 7 Jan 1999 19:40:25 +0000 (19:40 +0000)]
(dired-mode-map): Fix duplicate [menu-bar regexp mark].

25 years agoRe-write `(make-variable-buffer-local (defvar ...'
Dave Love [Thu, 7 Jan 1999 19:37:16 +0000 (19:37 +0000)]
Re-write `(make-variable-buffer-local (defvar ...'
constructions.  Doc fixes.
(generic-create-generic-function): Use defalias, not fset.

25 years agoMore doc fixes.
Dave Love [Thu, 7 Jan 1999 19:24:50 +0000 (19:24 +0000)]
More doc fixes.

25 years agoInitial revision
Eli Zaretskii [Thu, 7 Jan 1999 12:38:37 +0000 (12:38 +0000)]
Initial revision

25 years ago(src): Build files in leim if leim/Makefile exists.
Eli Zaretskii [Thu, 7 Jan 1999 12:34:43 +0000 (12:34 +0000)]
(src): Build files in leim if leim/Makefile exists.
(clean): Add clean in leim.

25 years agoSupport configuring with leim.
Eli Zaretskii [Thu, 7 Jan 1999 12:27:19 +0000 (12:27 +0000)]
Support configuring with leim.

25 years ago(save-buffers-kill-emacs): Show the list of current
Richard M. Stallman [Wed, 6 Jan 1999 23:58:41 +0000 (23:58 +0000)]
(save-buffers-kill-emacs): Show the list of current
processes before prompting to kill them and exit.

25 years ago(Frequire): Don't fail to unbind bindings.
Richard M. Stallman [Wed, 6 Jan 1999 23:55:31 +0000 (23:55 +0000)]
(Frequire): Don't fail to unbind bindings.

25 years ago(read_key_sequence): Tell get_keyelt to look handle autoloads.
Richard M. Stallman [Wed, 6 Jan 1999 23:54:44 +0000 (23:54 +0000)]
(read_key_sequence): Tell get_keyelt to look handle autoloads.
Handle symbols defined as keymaps, and autoloaded keymaps.

25 years ago(search_buffer): Fix previous change.
Richard M. Stallman [Wed, 6 Jan 1999 22:46:20 +0000 (22:46 +0000)]
(search_buffer): Fix previous change.

25 years agoDoc fixes.
Richard M. Stallman [Wed, 6 Jan 1999 20:03:53 +0000 (20:03 +0000)]
Doc fixes.
(find-function-regexp): Extend for define-generic-mode,
define-derived-mode, easy-mmode-define-minor-mode.

25 years ago(fortran-window-create): Account for scroll
Dave Love [Wed, 6 Jan 1999 18:38:15 +0000 (18:38 +0000)]
(fortran-window-create): Account for scroll
bar width.

25 years agoDoc fix.
Simon Marshall [Wed, 6 Jan 1999 15:23:46 +0000 (15:23 +0000)]
Doc fix.

25 years ago1999-01-06 Dave Love <fx@gnu.org>
Dave Love [Wed, 6 Jan 1999 14:57:58 +0000 (14:57 +0000)]
1999-01-06  Dave Love  <fx@gnu.org>

* browse-url.el: Require (noerror) w3-auto when compiling.
(browse-url-maybe-new-window): Make it a macro and revert last
change to callers.
(browse-url-w3): Require w3 for w3-fetch-other-window.

1999-01-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>

* browse-url.el (browse-url-w3): Give w3-fetch-other-window the
argument.

25 years ago(cp-coding-system-for-codepage-1): Add the valid-codes property.
Eli Zaretskii [Wed, 6 Jan 1999 10:37:07 +0000 (10:37 +0000)]
(cp-coding-system-for-codepage-1): Add the valid-codes property.

25 years ago(prefer-coding-system): Call set-coding-priority, so that the internal
Eli Zaretskii [Wed, 6 Jan 1999 10:32:34 +0000 (10:32 +0000)]
(prefer-coding-system): Call set-coding-priority, so that the internal
array of priorities is also updated.

25 years ago(coding-system-change-eol-conversion,
Eli Zaretskii [Wed, 6 Jan 1999 10:25:34 +0000 (10:25 +0000)]
(coding-system-change-eol-conversion,
coding-system-change-text-conversion): Define them here.  Remove the
autoload cookies.

25 years ago(coding-system-change-eol-conversion,
Eli Zaretskii [Wed, 6 Jan 1999 10:24:17 +0000 (10:24 +0000)]
(coding-system-change-eol-conversion,
coding-system-change-text-conversion): Don't define here.

25 years ago* fast-lock.el (fast-lock-save-cache-1):
Simon Marshall [Wed, 6 Jan 1999 10:22:13 +0000 (10:22 +0000)]
* fast-lock.el (fast-lock-save-cache-1):
        (fast-lock-cache-data): When using with-temp-message, use nil rather
        than current-message.

25 years ago* lazy-lock.el (lazy-lock-unstall):
Simon Marshall [Wed, 6 Jan 1999 10:16:28 +0000 (10:16 +0000)]
* lazy-lock.el (lazy-lock-unstall):
        (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
        rather than current-message.

25 years ago(set_clipboard_data): Terminate the text with a null
Eli Zaretskii [Wed, 6 Jan 1999 10:14:25 +0000 (10:14 +0000)]
(set_clipboard_data): Terminate the text with a null
character.  Don't allow to put binary data into the clipboard.
Return zero in case of success, 1 or 2 otherwise.
(get_clipboard_data): Only bail out if the null character is in
the last 32-byte chunk of clipboard data
(Fw16_set_clipboard_data): Make ok and put_status be unsigned.  If
they save binary data, print a message in the echo area saying the
text was not put into the clipboard.

25 years ago* font-lock.el (font-lock-default-fontify-buffer): When using
Simon Marshall [Wed, 6 Jan 1999 10:08:49 +0000 (10:08 +0000)]
* font-lock.el (font-lock-default-fontify-buffer): When using
        with-temp-message, use nil rather than current-message.

25 years ago(IT_write_glyphs): Move constant expression out of the loop.
Eli Zaretskii [Wed, 6 Jan 1999 10:08:24 +0000 (10:08 +0000)]
(IT_write_glyphs): Move constant expression out of the loop.

25 years ago(with-temp-message): Don't display MESSAGE if nil.
Simon Marshall [Wed, 6 Jan 1999 10:05:50 +0000 (10:05 +0000)]
(with-temp-message): Don't display MESSAGE if nil.

25 years ago(custom-save-delete): Don't delete whitespace
Richard M. Stallman [Wed, 6 Jan 1999 08:40:50 +0000 (08:40 +0000)]
(custom-save-delete): Don't delete whitespace
and comments before the sexp that is replaced.

25 years ago(diary-float): Better fix of end-of-year error.
Richard M. Stallman [Wed, 6 Jan 1999 08:09:27 +0000 (08:09 +0000)]
(diary-float): Better fix of end-of-year error.

25 years ago1999-01-05 Dave Love <fx@gnu.org>
Dave Love [Tue, 5 Jan 1999 14:20:30 +0000 (14:20 +0000)]
1999-01-05  Dave Love  <fx@gnu.org>

* progmodes/f90.el (f90-mode): Make imenu-case-fold-search
buffer-local.

1998-01-05  Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>

* f90.el: Change of regular expressions for type to correct
high-lighting and identation. Some small fixes for compatibility
with XEmacs.

25 years ago(mspools-vm-system-mail): Provide an alternative value based on
Stephen Eglen [Tue, 5 Jan 1999 09:46:03 +0000 (09:46 +0000)]
(mspools-vm-system-mail): Provide an alternative value based on
rmail-spool-directory if $MAIL is not defined.

25 years ago(reftex-section-levels): Allow negative levels.
Carsten Dominik [Tue, 5 Jan 1999 09:07:29 +0000 (09:07 +0000)]
(reftex-section-levels): Allow negative levels.
(reftex-section-info): Handle negative section levels.
(reftex-view-crossref-extra): New option.
(reftex-view-crossref): Generalized to work in more places.
(reftex-find-citation-regexp-format, reftex-find-reference-format,
reftex-macros-with-labels, reftex-global-search-marker): New variables.
(reftex-view-cite-locations-from-bibtex): New command.
(reftex-view-regexp-match, reftex-global-search,
reftex-global-search-continue): New functions.
(reftex-extract-bib-entries): No error for non-existing BibTeX
file, just a message.
(reftex-extract-bib-entries): Better error handling.
(reftex-select-with-char): Use `*RefTeX Select*' for selection
help and force it on current frame.
(reftex-default-bibliography): New function.
(reftex-access-parse-file): Check consistency after loading a
parse file.  When inconsistent, enfore rescan.
(reftex-check-parse-consistency): New function.
(easy-menu-define): Options section drastically shortened.

25 years ago(thai-compose-string): New function.
Kenichi Handa [Tue, 5 Jan 1999 04:07:10 +0000 (04:07 +0000)]
(thai-compose-string): New function.

25 years ago(fill-region-as-paragraph): While deleting a
Kenichi Handa [Tue, 5 Jan 1999 02:39:31 +0000 (02:39 +0000)]
(fill-region-as-paragraph): While deleting a
newline in multibyte buffer, if previous or next character is a
composite char, check the first component of the composite char.

25 years ago(thai-post-read-conversion): Handle Thai
Kenichi Handa [Tue, 5 Jan 1999 02:38:37 +0000 (02:38 +0000)]
(thai-post-read-conversion): Handle Thai
composition sequence correctly here instead of calling
thai-compose-region.

25 years ago(easy-menu-define): Doc fix.
Richard M. Stallman [Mon, 4 Jan 1999 18:53:32 +0000 (18:53 +0000)]
(easy-menu-define): Doc fix.
(easy-menu-create-menu): New keyword :included.
(easy-menu-do-add-item): New keyword :included.  SUFFIX may
be an expression, not only a string.  Simulate style `button'.
Use easy-menu-define-key-intern instead of easy-menu-define-key.
(easy-menu-define-key-intern): New function.
(easy-menu-add-item): Understand value returned from
easy-menu-item-present-p and easy-menu-remove-item.
(easy-menu-return-item): New function.
(easy-menu-item-present-p, easy-menu-remove-item): Use it.

25 years ago[__GLIBC__ >= 2]: Check __FAVOR_BSD instead of
Andreas Schwab [Mon, 4 Jan 1999 12:10:38 +0000 (12:10 +0000)]
[__GLIBC__  >= 2]: Check __FAVOR_BSD instead of
_BSD_SOURCE, the latter is always defined.

25 years ago(recover-session): Preserve point when inserting
Andreas Schwab [Mon, 4 Jan 1999 11:57:27 +0000 (11:57 +0000)]
(recover-session): Preserve point when inserting
explanation.

25 years ago(debug): Leave recursive minibuffer enabled
Andreas Schwab [Mon, 4 Jan 1999 11:53:22 +0000 (11:53 +0000)]
(debug): Leave recursive minibuffer enabled
if it was enabled before.

25 years ago(View-revert-buffer-scroll-page-forward): Bind
Andreas Schwab [Mon, 4 Jan 1999 11:04:27 +0000 (11:04 +0000)]
(View-revert-buffer-scroll-page-forward): Bind
view-scroll-auto-exit instead of obsolete view-mode-auto-exit.

25 years agoProvide `rmailout'.
Richard M. Stallman [Mon, 4 Jan 1999 01:36:24 +0000 (01:36 +0000)]
Provide `rmailout'.
(rmail-output-read-rmail-file-name): New function.
(rmail-output-to-rmail-file): Use that.
(rmail-output-read-file-name): New function.
(rmail-output): Use that.

25 years ago(rmail-summary-output-to-rmail-file):
Richard M. Stallman [Mon, 4 Jan 1999 01:36:00 +0000 (01:36 +0000)]
(rmail-summary-output-to-rmail-file):
Use rmail-output-read-rmail-file-name to read the file name.
Always call rmail-output-to-rmail-file noninteractively.
When count > 1, do the loop here.
Handle rmail-delete-after-output here.
(rmail-summary-output): Similar changes.

25 years agoDelete #if 0 old definitions.
Richard M. Stallman [Sun, 3 Jan 1999 16:36:41 +0000 (16:36 +0000)]
Delete #if 0 old definitions.

25 years ago(find-file-noselect): Let /: suppress wildcard matching.
Richard M. Stallman [Sun, 3 Jan 1999 15:03:32 +0000 (15:03 +0000)]
(find-file-noselect): Let /: suppress wildcard matching.
Error if wildcard matches no files.

25 years ago(clipboard-yank): Doc fix.
Richard M. Stallman [Sun, 3 Jan 1999 02:05:10 +0000 (02:05 +0000)]
(clipboard-yank): Doc fix.