bpt/emacs.git
25 years ago(exec_sentinel, read_process_output):
Richard M. Stallman [Wed, 14 Oct 1998 14:36:33 +0000 (14:36 +0000)]
(exec_sentinel, read_process_output):
Restore waiting_for_user_input_p after running Lisp code.

25 years ago(parse_menu_item): Avoid initialization for Lisp_Object.
Richard M. Stallman [Wed, 14 Oct 1998 12:59:30 +0000 (12:59 +0000)]
(parse_menu_item): Avoid initialization for Lisp_Object.
(command_loop): Likewise.

25 years ago(uce-reply-to-uce): Bind case-fold-search.
Richard M. Stallman [Wed, 14 Oct 1998 12:49:31 +0000 (12:49 +0000)]
(uce-reply-to-uce): Bind case-fold-search.

25 years ago(keep-lines, flush-lines, how-many):
Richard M. Stallman [Wed, 14 Oct 1998 12:47:18 +0000 (12:47 +0000)]
(keep-lines, flush-lines, how-many):
Don't ignore case if arg has upper case letters.

25 years ago(make-coding-system): Create -with-esc variant coding system.
Kenichi Handa [Wed, 14 Oct 1998 12:41:02 +0000 (12:41 +0000)]
(make-coding-system): Create -with-esc variant coding system.

25 years ago(adjust_markers_for_combining): This function deleted.
Kenichi Handa [Wed, 14 Oct 1998 07:17:22 +0000 (07:17 +0000)]
(adjust_markers_for_combining): This function deleted.
(adjust_markers_for_replace): Correctly adjust marker positions.
Don't record these adjustment because they were recorded already.
(combine_bytes): Don't adjust markers here.

25 years ago(Faset): Fix previous change.
Kenichi Handa [Wed, 14 Oct 1998 07:17:22 +0000 (07:17 +0000)]
(Faset): Fix previous change.

25 years ago(Ffillarray): Fix previous change.
Kenichi Handa [Wed, 14 Oct 1998 07:17:22 +0000 (07:17 +0000)]
(Ffillarray): Fix previous change.

25 years ago(ls-lisp-use-insert-directory-program): New variable.
Geoff Voelker [Wed, 14 Oct 1998 03:43:20 +0000 (03:43 +0000)]
(ls-lisp-use-insert-directory-program): New variable.
(ls-lisp-insert-directory): Renamed from insert-directory.
(insert-directory): New function.

25 years ago(lisp-complete-symbol): Don't bind completion-fixup-function.
Richard M. Stallman [Tue, 13 Oct 1998 23:56:32 +0000 (23:56 +0000)]
(lisp-complete-symbol): Don't bind completion-fixup-function.

25 years ago(completion-fixup-function): Variable deleted.
Richard M. Stallman [Tue, 13 Oct 1998 23:55:45 +0000 (23:55 +0000)]
(completion-fixup-function): Variable deleted.
(completion-setup-function): Delete code for completion-fixup-function.

25 years agoFix previous change.
Richard M. Stallman [Tue, 13 Oct 1998 23:54:54 +0000 (23:54 +0000)]
Fix previous change.

25 years ago(Fdisplay_completion_list): Put on mouse-face properties.
Richard M. Stallman [Tue, 13 Oct 1998 21:10:10 +0000 (21:10 +0000)]
(Fdisplay_completion_list): Put on mouse-face properties.

25 years ago(set-fill-column): Doc fix.
Richard M. Stallman [Tue, 13 Oct 1998 15:47:40 +0000 (15:47 +0000)]
(set-fill-column): Doc fix.

25 years ago("latin-1-alt-postfix"): Add a method to enter the
Richard M. Stallman [Tue, 13 Oct 1998 15:41:11 +0000 (15:41 +0000)]
("latin-1-alt-postfix"): Add a method to enter the
small superscript underlined o and a.
("italian-alt-postfix"): Change it to something useful and
different from italian-postfix.

25 years ago("latin-1-postfix"): Add a method to enter the
Richard M. Stallman [Tue, 13 Oct 1998 15:40:56 +0000 (15:40 +0000)]
("latin-1-postfix"): Add a method to enter the
small superscript underlined o and a.
("italian-postfix"): Same as above.
("italian-postfix"): Add methods to enter e with acute accent and
the >> and << symbols.

25 years ago(smtpmail-send-data-1): Use encode-coding-string.
Richard M. Stallman [Tue, 13 Oct 1998 15:32:12 +0000 (15:32 +0000)]
(smtpmail-send-data-1): Use encode-coding-string.
(smtpmail-address-buffer): Add defvar.
(smtpmail-recipient-address-list, smtpmail-read-point): Likewise.

25 years ago(ffap-machine-p-local): Fix editing error.
Richard M. Stallman [Tue, 13 Oct 1998 15:31:30 +0000 (15:31 +0000)]
(ffap-machine-p-local): Fix editing error.

25 years agoMinor fixes.
Richard M. Stallman [Tue, 13 Oct 1998 15:22:42 +0000 (15:22 +0000)]
Minor fixes.

25 years agoReplace tabs with spaces
Richard M. Stallman [Tue, 13 Oct 1998 15:13:28 +0000 (15:13 +0000)]
Replace tabs with spaces
when they might confuse some Make versions.

25 years ago(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab [Tue, 13 Oct 1998 09:52:54 +0000 (09:52 +0000)]
(hide-ifdef-env, hif-outside-read-only):
Move declaration before first use.
(hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
hif-math, hif-factor): Rename token to hif-token and token-list to
hif-token-list.
(hif-token, hif-token-list): Declare them.
(hif-find-ifdef-block): Return cons of top and bottom point
instead of setting dynamically bound variables.
(hide-ifdef-block, show-ifdef-block): Use return value of
hif-find-ifdef-block.

25 years ago(Fclear_this_command_keys): New function.
Richard M. Stallman [Tue, 13 Oct 1998 03:46:13 +0000 (03:46 +0000)]
(Fclear_this_command_keys): New function.
(syms_of_keyboard): defsubr it.

25 years ago(telnet-initial-filter): Use clear-this-command-keys.
Richard M. Stallman [Tue, 13 Oct 1998 03:45:04 +0000 (03:45 +0000)]
(telnet-initial-filter): Use clear-this-command-keys.

25 years ago(read-passwd): Use clear-this-command-keys.
Richard M. Stallman [Tue, 13 Oct 1998 03:44:06 +0000 (03:44 +0000)]
(read-passwd): Use clear-this-command-keys.

25 years ago(nntp-possibly-change-group): Allow for unexpected
Richard M. Stallman [Tue, 13 Oct 1998 03:24:50 +0000 (03:24 +0000)]
(nntp-possibly-change-group): Allow for unexpected
responses to GROUP command, since this may be called from a timer
with quit inhibited.

25 years ago(pop3-open-server): Bind coding-system-for-read and ...-for-write.
Richard M. Stallman [Mon, 12 Oct 1998 23:15:16 +0000 (23:15 +0000)]
(pop3-open-server): Bind coding-system-for-read and ...-for-write.

25 years ago(Fexecute_kbd_macro): Set real_this_command.
Richard M. Stallman [Mon, 12 Oct 1998 20:03:15 +0000 (20:03 +0000)]
(Fexecute_kbd_macro): Set real_this_command.

25 years agoFix names of standard-translation-table-for-decode(encode).
Richard M. Stallman [Mon, 12 Oct 1998 17:27:23 +0000 (17:27 +0000)]
Fix names of standard-translation-table-for-decode(encode).

25 years ago(ccl-compile-if): If there's no false-cmds,
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(ccl-compile-if): If there's no false-cmds,
set unconditional-jump to nil.
(ccl-compile-read-multibyte-character): Return nil.
(ccl-compile-write-multibyte-character): Likewise.
(ccl-compile-translate-character): Likewise
(ccl-compile-map-multiple): Likewise.
(ccl-compile-map-single): Likewise.

25 years agoAdd coding tag.
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
Add coding tag.
(kinsoku-bol): Remove superfluous TAB in a string.

25 years ago(find-coding-systems-for-charsets):
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(find-coding-systems-for-charsets):
Delete `composition' (if any) from CHARSETS.

25 years ago(clear_string_char_byte_cache): Extern it.
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(clear_string_char_byte_cache): Extern it.

25 years ago(CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the definitions.
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the definitions.

25 years ago(Fstring): Call make_string instead of
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(Fstring): Call make_string instead of
make_string_from_bytes.
(Ffind_charset_region): Include `composition' in the returned list
if the region contains any composite characters.
(Ffind_charset_string): Include `composition' in the returned list
if the string contains any composite characters.
(find_charset_in_str): Handle CMPCHARP arg correctly.

25 years ago(shrink_decoding_region): If a charset other than ascii
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(shrink_decoding_region): If a charset other than ascii
is initially designated to G0, don't shrink the region.
(shrink_encoding_region): Likewise.

25 years ago(Faset): If ARRAY is a multibyte string, pay attention to
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(Faset): If ARRAY is a multibyte string, pay attention to
byte-combining situation.

25 years ago(clear_string_char_byte_cache): New function.
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(clear_string_char_byte_cache): New function.
(Ffillarray): Handle multibyte string correctly.

25 years ago(Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.

25 years ago(Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.

25 years ago(lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0.
Kenichi Handa [Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)]
(lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0.

25 years ago(Fstring_to_number): Don't recognize floating point if base is not 10.
Kenichi Handa [Mon, 12 Oct 1998 11:54:43 +0000 (11:54 +0000)]
(Fstring_to_number): Don't recognize floating point if base is not 10.

25 years ago(setup-specified-language-environment): Add apropos-inhibit property.
Richard M. Stallman [Mon, 12 Oct 1998 06:13:42 +0000 (06:13 +0000)]
(setup-specified-language-environment): Add apropos-inhibit property.
(describe-specified-language-support): Likewise.

25 years ago(parse_menu_item): For top level of menu bar,
Richard M. Stallman [Mon, 12 Oct 1998 06:13:00 +0000 (06:13 +0000)]
(parse_menu_item): For top level of menu bar,
accept ordinary commands, and treat them just like a keymap.

25 years ago(redisplay_window): Clear w->window_end_valid
Richard M. Stallman [Mon, 12 Oct 1998 01:38:50 +0000 (01:38 +0000)]
(redisplay_window): Clear w->window_end_valid
before running the window-scroll-functions hook, if appropriate.

25 years ago(Info-insert-dir): Detect and report problems
Richard M. Stallman [Sun, 11 Oct 1998 22:44:46 +0000 (22:44 +0000)]
(Info-insert-dir): Detect and report problems
in input files, such as "No Top node".  Return with point
at the beginning of the text.
(Info-find-node): Reinsert the code to handle files
with no tags table; it was deleted by mistake.

25 years ago(tags-loop-revert-buffers): New variable.
Richard M. Stallman [Sun, 11 Oct 1998 22:17:03 +0000 (22:17 +0000)]
(tags-loop-revert-buffers): New variable.
(next-file): Optionally offer to revert a file's buffer,
if it has an existing buffer but the file has changed.

25 years ago(texinfo-make-menu): Don't let
Richard M. Stallman [Sun, 11 Oct 1998 12:47:19 +0000 (12:47 +0000)]
(texinfo-make-menu): Don't let
texinfo-find-higher-level-node repeatedly find the same node.
(texinfo-find-higher-level-node): Doc fix.

25 years agoWhitespace change.
Richard M. Stallman [Sat, 10 Oct 1998 21:20:48 +0000 (21:20 +0000)]
Whitespace change.

25 years ago(main): Null-terminate system_name.
Richard M. Stallman [Sat, 10 Oct 1998 21:20:22 +0000 (21:20 +0000)]
(main): Null-terminate system_name.

25 years ago(check_x_display_info): Don't use selected_frame if it is dead.
Richard M. Stallman [Sat, 10 Oct 1998 15:07:08 +0000 (15:07 +0000)]
(check_x_display_info): Don't use selected_frame if it is dead.

25 years ago(window_loop): New alternative CHECK_ALL_WINDOWS.
Richard M. Stallman [Sat, 10 Oct 1998 14:49:28 +0000 (14:49 +0000)]
(window_loop): New alternative CHECK_ALL_WINDOWS.
(check_all_windows): New function for debugging tests.
(syms_of_window): Initialize it.

(Qwindow_configuration_p): New variable.
(Fwindow_configuration_frame): New function.
(syms_of_window): defsubr it.
(Fset_window_configuration): Return t if frame is live.
Use Qwindow_configuration_p.

25 years ago(feedmail-queue-runner-is-active): Definition moved.
Richard M. Stallman [Sat, 10 Oct 1998 14:06:14 +0000 (14:06 +0000)]
(feedmail-queue-runner-is-active): Definition moved.

25 years ago(frame-set-background-mode): Don't do anythung for text-only or MSDOS frame.
Richard M. Stallman [Sat, 10 Oct 1998 12:10:30 +0000 (12:10 +0000)]
(frame-set-background-mode): Don't do anythung for text-only or MSDOS frame.

25 years ago(x_create_bitmap_from_file): Skip special files.
Geoff Voelker [Fri, 9 Oct 1998 06:09:52 +0000 (06:09 +0000)]
(x_create_bitmap_from_file): Skip special files.

25 years agoUpdate Microsoft Windows entry.
Geoff Voelker [Fri, 9 Oct 1998 01:55:02 +0000 (01:55 +0000)]
Update Microsoft Windows entry.

25 years agoDoc fixes.
Karl Heuer [Thu, 8 Oct 1998 20:31:34 +0000 (20:31 +0000)]
Doc fixes.

25 years ago(scan_lists): Bring FROM back into range BEGV...ZV.
Richard M. Stallman [Thu, 8 Oct 1998 10:47:51 +0000 (10:47 +0000)]
(scan_lists): Bring FROM back into range BEGV...ZV.

25 years ago(pop3-open-server): Set process-coding-system-alist around open-network-stream.
Richard M. Stallman [Thu, 8 Oct 1998 09:58:00 +0000 (09:58 +0000)]
(pop3-open-server): Set process-coding-system-alist around open-network-stream.

25 years ago(code_convert_region): Set inhibit_modification_hooks
Kenichi Handa [Thu, 8 Oct 1998 06:48:42 +0000 (06:48 +0000)]
(code_convert_region): Set inhibit_modification_hooks
to 1 before calling Fset_text_properties.

25 years ago(quail-defrule): New optional arg APPEND.
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(quail-defrule): New optional arg APPEND.
(quail-defrule-internal): Fix bug of handling the argument APPEND.

25 years ago(signal_before_change): If inhibit_modification_hooks
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(signal_before_change): If inhibit_modification_hooks
is nonzero, do nothing.
(signal_after_change): Likewise.

25 years ago(inhibit_modification_hooks): New variable.
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(inhibit_modification_hooks): New variable.
(init_buffer_once): Initialize inhibit_modification_hooks to 0.

25 years ago(inhibit_modification_hooks): Extern it.
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(inhibit_modification_hooks): Extern it.

25 years ago(invalid_character): Prepend `0' to octal
Kenichi Handa [Thu, 8 Oct 1998 06:45:36 +0000 (06:45 +0000)]
(invalid_character): Prepend `0' to octal
representation.  Give error sufficient args.

25 years ago(save-buffer): Doc fix.
Richard M. Stallman [Thu, 8 Oct 1998 02:20:26 +0000 (02:20 +0000)]
(save-buffer): Doc fix.

25 years ago(init_ntproc): Check for Windows init file.
Geoff Voelker [Wed, 7 Oct 1998 19:47:48 +0000 (19:47 +0000)]
(init_ntproc): Check for Windows init file.
(term_ntproc): Do not check for it here.

25 years ago(profile-fix-fun): If already profiled,
Karl Heuer [Wed, 7 Oct 1998 18:32:55 +0000 (18:32 +0000)]
(profile-fix-fun): If already profiled,
return DEF unchanged, not nil.  Simplify.

25 years ago(file-name-buffer-file-type-alist): Fix typo in regexp.
Geoff Voelker [Wed, 7 Oct 1998 02:29:06 +0000 (02:29 +0000)]
(file-name-buffer-file-type-alist): Fix typo in regexp.

25 years ago(generic-mode-with-type): Added hooks for generic-modes.
Karl Heuer [Wed, 7 Oct 1998 00:01:15 +0000 (00:01 +0000)]
(generic-mode-with-type): Added hooks for generic-modes.

25 years ago(ftp, nslookup): Require comint.
Karl Heuer [Tue, 6 Oct 1998 23:59:00 +0000 (23:59 +0000)]
(ftp, nslookup): Require comint.
(network-service-connection): Likewise.
(whois-server-name): Defaults to whois.arin.net
(whois-server-list, whois-server-tld, whois-guess-server): New var.
(whois): Tries to guess the appropriate top-level domain server.
(whois-get-tld): New function.

25 years agoMentioned dirtrack-debug-toggle in the docs.
Karl Heuer [Tue, 6 Oct 1998 23:41:18 +0000 (23:41 +0000)]
Mentioned dirtrack-debug-toggle in the docs.
Added note about running shells as other users or on other machines.
(dirtrack-debug-toggle): Added this function.

25 years ago(clean-buffer-list): Add autoload cookie.
Karl Heuer [Tue, 6 Oct 1998 23:35:50 +0000 (23:35 +0000)]
(clean-buffer-list): Add autoload cookie.

25 years ago(eval-defun): Return the evaluation result.
Karl Heuer [Tue, 6 Oct 1998 23:33:04 +0000 (23:33 +0000)]
(eval-defun): Return the evaluation result.

25 years agoMinor formatting changes.
Karl Heuer [Tue, 6 Oct 1998 23:32:03 +0000 (23:32 +0000)]
Minor formatting changes.

25 years ago(apropos-print): control invalid characters.
Karl Heuer [Tue, 6 Oct 1998 23:30:31 +0000 (23:30 +0000)]
(apropos-print): control invalid characters.

25 years ago(find-file-noselect): Switch to the correct buffer
Karl Heuer [Tue, 6 Oct 1998 23:27:28 +0000 (23:27 +0000)]
(find-file-noselect): Switch to the correct buffer
before checking find-file-literally, and allow non-nil non-t
rawfile params.

25 years ago(perform-replace): Position point properly
Karl Heuer [Tue, 6 Oct 1998 23:25:52 +0000 (23:25 +0000)]
(perform-replace): Position point properly
before and after the recursive edit of C-r.

25 years ago(archive-mode-revert): Arg no-auto-save renamed from no-autosave.
Karl Heuer [Tue, 6 Oct 1998 23:24:11 +0000 (23:24 +0000)]
(archive-mode-revert): Arg no-auto-save renamed from no-autosave.

25 years agoComment fix.
Karl Heuer [Tue, 6 Oct 1998 23:22:48 +0000 (23:22 +0000)]
Comment fix.

25 years ago(ediff-arrange-auto-save-in-merge-jobs): Renamed
Karl Heuer [Tue, 6 Oct 1998 23:21:47 +0000 (23:21 +0000)]
(ediff-arrange-auto-save-in-merge-jobs): Renamed
from ediff-arrange-autosave-in-merge-jobs.  Callers changed.

25 years ago(tar-mode-revert): no-auto-save arg renamed from no-autosave.
Karl Heuer [Tue, 6 Oct 1998 23:18:33 +0000 (23:18 +0000)]
(tar-mode-revert): no-auto-save arg renamed from no-autosave.

25 years ago(message-auto-save-directory): Renamed from
Karl Heuer [Tue, 6 Oct 1998 23:16:37 +0000 (23:16 +0000)]
(message-auto-save-directory): Renamed from
message-autosave-directory.  All references changed.

25 years ago(rmail-retry-failure): Allow blanks in boundary
Karl Heuer [Tue, 6 Oct 1998 22:54:20 +0000 (22:54 +0000)]
(rmail-retry-failure): Allow blanks in boundary
string.  Expose mime stuff while searching.

25 years ago(tags-reset-tags-tables): Properly
Karl Heuer [Tue, 6 Oct 1998 22:35:51 +0000 (22:35 +0000)]
(tags-reset-tags-tables): Properly
find the markers in the old rings that are being discarded.

25 years ago(lm-font-lock-face-O, lm-font-lock-face-X):
Karl Heuer [Tue, 6 Oct 1998 22:30:28 +0000 (22:30 +0000)]
(lm-font-lock-face-O, lm-font-lock-face-X):
Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
confusing customize.

25 years ago(bat-generic-mode): Fix regexps for keywords and
Eli Zaretskii [Tue, 6 Oct 1998 12:19:11 +0000 (12:19 +0000)]
(bat-generic-mode): Fix regexps for keywords and
built-in commands.  Add more built-in commands and fix face names.

25 years ago(main): Treat command line options as case-insensitive.
Geoff Voelker [Tue, 6 Oct 1998 02:59:27 +0000 (02:59 +0000)]
(main): Treat command line options as case-insensitive.

25 years agoAdded entry for Speedbar.
Simon Marshall [Mon, 5 Oct 1998 09:21:03 +0000 (09:21 +0000)]
Added entry for Speedbar.

25 years ago(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
Eric M. Ludlam [Sun, 4 Oct 1998 13:00:45 +0000 (13:00 +0000)]
(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
gets evalled to a number.  Also verify that set-frame-name fn exists
before calling it.
(speedbar-initial-expansion-list-name): Remove customization since it
is not useful in this case.

25 years ago(checkdoc-sentencespace-region-engine): Protect a `forward-sexp' call
Eric M. Ludlam [Sun, 4 Oct 1998 12:37:28 +0000 (12:37 +0000)]
(checkdoc-sentencespace-region-engine): Protect a `forward-sexp' call
which could fail, and improved regex for ie, and eg abbreviations.

25 years agoCheckpoint changes. Bug fixes, mostly.
Paul D. Smith [Sat, 3 Oct 1998 05:40:15 +0000 (05:40 +0000)]
Checkpoint changes.  Bug fixes, mostly.

25 years ago(rlogin-send-Ctrl-C): Use process-send-string, not send-string.
Noah Friedman [Sat, 3 Oct 1998 00:44:26 +0000 (00:44 +0000)]
(rlogin-send-Ctrl-C): Use process-send-string, not send-string.
(rlogin-send-Ctrl-D): Here also.
(rlogin-send-Ctrl-Z): Here also.
(rlogin-send-Ctrl-backslash): Here also.

25 years ago*** empty log message ***
Dan Nicolaescu [Fri, 2 Oct 1998 18:11:14 +0000 (18:11 +0000)]
*** empty log message ***

25 years agoInitial revision
Dan Nicolaescu [Fri, 2 Oct 1998 18:09:44 +0000 (18:09 +0000)]
Initial revision

25 years ago(hide-region-body): Bind
Dave Love [Fri, 2 Oct 1998 14:38:12 +0000 (14:38 +0000)]
(hide-region-body): Bind
outline-view-change-hook to nil while making repeated calls to
outline-flag-region.  Run it once at the end.
(hide-other, hide-sublevels, show-children): Likewise.

25 years agoRemove duplicate scheme-mode entry.
Dave Love [Fri, 2 Oct 1998 14:35:09 +0000 (14:35 +0000)]
Remove duplicate scheme-mode entry.
(info-lookup-make-completions): When looking for entries, check
that `item' isn't null or "Menu".

25 years ago(gnus-valid-select-methods): Fix type.
Karl Heuer [Thu, 1 Oct 1998 21:01:15 +0000 (21:01 +0000)]
(gnus-valid-select-methods): Fix type.

25 years ago(gnus-summary-respool-default-method): Fix type.
Karl Heuer [Thu, 1 Oct 1998 20:56:19 +0000 (20:56 +0000)]
(gnus-summary-respool-default-method): Fix type.

25 years ago(gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):
Karl Heuer [Thu, 1 Oct 1998 20:46:42 +0000 (20:46 +0000)]
(gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):
Fix type.

25 years ago(gnus-article-x-face-too-ugly): Fix type.
Karl Heuer [Thu, 1 Oct 1998 20:41:53 +0000 (20:41 +0000)]
(gnus-article-x-face-too-ugly): Fix type.
(gnus-saved-headers): Fix type.