]> code.delx.au - gnu-emacs/log
gnu-emacs
25 years ago*** empty log message ***
Richard M. Stallman [Sun, 27 Sep 1998 12:37:22 +0000 (12:37 +0000)]
*** empty log message ***

25 years agoTreat __GNU__ line NeXT: undefine BSD and FSCALE.
Richard M. Stallman [Sun, 27 Sep 1998 07:29:59 +0000 (07:29 +0000)]
Treat __GNU__ line NeXT: undefine BSD and FSCALE.

25 years ago(NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs.
Richard M. Stallman [Sun, 27 Sep 1998 07:21:30 +0000 (07:21 +0000)]
(NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs.

25 years ago(sort_args): Fill extra space with NULL ptrs.
Richard M. Stallman [Sun, 27 Sep 1998 07:11:54 +0000 (07:11 +0000)]
(sort_args): Fill extra space with NULL ptrs.

25 years ago(Fformat): Check format control characters.
Kenichi Handa [Sat, 26 Sep 1998 04:20:48 +0000 (04:20 +0000)]
(Fformat): Check format control characters.

25 years ago(check_composing_code): If the current composing
Kenichi Handa [Sat, 26 Sep 1998 04:20:48 +0000 (04:20 +0000)]
(check_composing_code): If the current composing
sequence doesn't end properly, return -1.
(DECODE_CHARACTER_ASCII): Update coding->composed_chars.
(DECODE_CHARACTER_DIMENSION1): Likewise.
(decode_coding_iso2022): Check validity of a composing sequence.
(code_convert_string): If the length of text to be converted is
shrunk to zero, don't perform code conversion.
(shrink_decoding_region): Fix previous change.

25 years ago(struct coding_system): New member composed_chars.
Kenichi Handa [Sat, 26 Sep 1998 04:20:48 +0000 (04:20 +0000)]
(struct coding_system): New member composed_chars.

25 years ago(underlying_strftime):
Paul Eggert [Fri, 25 Sep 1998 21:40:23 +0000 (21:40 +0000)]
(underlying_strftime):
Set the buffer to a nonzero value before calling
strftime, and check to see whether strftime has set the buffer to zero.
This lets us distinguish between an empty buffer and an error.

I'm installing this patch by hand now; it will be superseded whenever
the glibc sources are propagated back to fsf.org.

25 years ago(tex-run-command): Doc fix.
Karl Heuer [Fri, 25 Sep 1998 20:30:42 +0000 (20:30 +0000)]
(tex-run-command): Doc fix.
(tex-start-tex): Don't use tex-start-options-string in star case.
Quote file name in star case as well as in non-star.
Add blank and quoting of option string here.
(tex-start-options-string): Not here.

25 years ago(hexl-mode-map): More of previous change.
Karl Heuer [Fri, 25 Sep 1998 17:04:24 +0000 (17:04 +0000)]
(hexl-mode-map): More of previous change.

25 years ago(texinfo-show-structure): Bind inhibit-read-only.
Karl Heuer [Fri, 25 Sep 1998 17:01:52 +0000 (17:01 +0000)]
(texinfo-show-structure): Bind inhibit-read-only.

25 years ago(gnus-output-to-rmail): adjust to
Karl Heuer [Fri, 25 Sep 1998 17:00:25 +0000 (17:00 +0000)]
(gnus-output-to-rmail):  adjust to
`rmail-output-to-rmail-file'

25 years ago(isearch-search-and-update): Properly
Karl Heuer [Fri, 25 Sep 1998 16:53:04 +0000 (16:53 +0000)]
(isearch-search-and-update): Properly
handle upper case letters in the reverse-search special case.

25 years agoExtend the list of autoloaded functions.
Karl Heuer [Fri, 25 Sep 1998 16:51:32 +0000 (16:51 +0000)]
Extend the list of autoloaded functions.

25 years ago(quail-japanese-hankaku-update-translation):
Kenichi Handa [Fri, 25 Sep 1998 07:32:05 +0000 (07:32 +0000)]
(quail-japanese-hankaku-update-translation):
Adjusted for the change of input method handling.

25 years ago(decode_eol): While decoding DOS-like eol, handle a
Kenichi Handa [Fri, 25 Sep 1998 07:32:05 +0000 (07:32 +0000)]
(decode_eol): While decoding DOS-like eol, handle a
single CR code correctly.
(shrink_decoding_region) <CODING_CATEGORY_IDX_ISO_7 or
CODING_CATEGORY_IDX_ISO_7_TIGHT>: Skip also 8-bit codes.

25 years ago(w32_color_map_lookup): New function.
Geoff Voelker [Thu, 24 Sep 1998 02:14:55 +0000 (02:14 +0000)]
(w32_color_map_lookup): New function.
(x_to_w32_color): Approximate colors ending in numbers if necessary.

25 years ago(viper-movement-commands): Escape literal semicolon.
Karl Heuer [Wed, 23 Sep 1998 23:42:22 +0000 (23:42 +0000)]
(viper-movement-commands): Escape literal semicolon.

25 years ago(asm-mode): Doc fix.
Karl Heuer [Wed, 23 Sep 1998 23:38:11 +0000 (23:38 +0000)]
(asm-mode): Doc fix.
(asm-comment-char): Escape literal semicolon.

25 years ago(term-delimiter-argument-list): Doc fix.
Karl Heuer [Wed, 23 Sep 1998 23:36:59 +0000 (23:36 +0000)]
(term-delimiter-argument-list): Doc fix.
(term-emulate-terminal): Escape literal semicolon.

25 years agoTest for set-buffer-multibyte rather than using mule-version.
Karl Heuer [Wed, 23 Sep 1998 23:25:48 +0000 (23:25 +0000)]
Test for set-buffer-multibyte rather than using mule-version.

25 years ago(hexl-mode-map): Don't override all ESC bindings,
Karl Heuer [Wed, 23 Sep 1998 22:24:21 +0000 (22:24 +0000)]
(hexl-mode-map): Don't override all ESC bindings,
only those that normally modify the buffer.

25 years ago(check-ispell-version): Ensure same buffer is current
Karl Heuer [Wed, 23 Sep 1998 22:22:45 +0000 (22:22 +0000)]
(check-ispell-version): Ensure same buffer is current
when let-binding of case-fold-search ends.

25 years agoSkip invisible overlay.
Karl Heuer [Wed, 23 Sep 1998 22:11:56 +0000 (22:11 +0000)]
Skip invisible overlay.
(ps-print-version): New version number (4.1) and doc fix.
(ps-generate-postscript-with-faces): Skip invisible overlay.

25 years ago(dabbrev--find-expansion): Don't scan the current buffer
Karl Heuer [Wed, 23 Sep 1998 21:56:59 +0000 (21:56 +0000)]
(dabbrev--find-expansion): Don't scan the current buffer
over again.

25 years ago(mh-mhn-compose-insertion): Use quotes.
Karl Heuer [Wed, 23 Sep 1998 21:51:50 +0000 (21:51 +0000)]
(mh-mhn-compose-insertion): Use quotes.

25 years ago(quail-update-guidance): Check for the
Kenichi Handa [Tue, 22 Sep 1998 10:33:09 +0000 (10:33 +0000)]
(quail-update-guidance): Check for the
return value of (quail-guidance) fixed.
(quail-update-translation): Bind quail-current-str locally when it
calls quail-update-guidance.
(quail-update-translation): If input-method-exit-on-first-char is
non-nil, terminate translation only when the current input method
is simple.

25 years ago(ccl_driver): Report correct CCL program counter on error.
Kenichi Handa [Tue, 22 Sep 1998 10:33:09 +0000 (10:33 +0000)]
(ccl_driver): Report correct CCL program counter on error.

25 years ago(single_submenu) [! HAVE_MULTILINGUAL_MENU]: Make
Kenichi Handa [Tue, 22 Sep 1998 10:33:09 +0000 (10:33 +0000)]
(single_submenu) [! HAVE_MULTILINGUAL_MENU]: Make
strings unibyte.
(xmenu_show) [! HAVE_MULTILINGUAL_MENU]: Likewise.

25 years ago(Fcall_interactively): Don't use input method when
Kenichi Handa [Tue, 22 Sep 1998 10:23:40 +0000 (10:23 +0000)]
(Fcall_interactively): Don't use input method when
reading a character in the case of `c' code letter.

25 years ago(Unix-Related Projects): Deleted the pax item, at rms's request.
Joel N. Weber II [Tue, 22 Sep 1998 08:36:11 +0000 (08:36 +0000)]
(Unix-Related Projects): Deleted the pax item, at rms's request.

25 years ago(locale-translation-file-name): Prefer X-related names
Paul Eggert [Tue, 22 Sep 1998 06:12:49 +0000 (06:12 +0000)]
(locale-translation-file-name): Prefer X-related names
to the name used by GNU/Linux sans X.  Set to nil if no file found.
(command-line): Use locale-translation-file-name if it is not nil,
instead of testing for its existence again.
regexp-quote the ctype before using it in a regexp.
Allow a colon to appear after the ctype in the aliases file,
as is done in X11R6.4.

25 years ago(rmail-resend): Work properly if invoked from summary.
Karl Heuer [Mon, 21 Sep 1998 19:47:00 +0000 (19:47 +0000)]
(rmail-resend): Work properly if invoked from summary.

25 years ago(appt-interval): Variable deleted.
Karl Heuer [Mon, 21 Sep 1998 19:45:14 +0000 (19:45 +0000)]
(appt-interval): Variable deleted.
(appt-check): For minutes in between appt-display-interval times,
do check, but don't display anything except an updated mode line.
Count against appt-display-interval based on minutes since
first display of this appointment, not based on time of day.
If appt-display-mode-line, force mode line redisplay
whenever appt-mode-string has changed.
(appt-add, appt-delete): Add autoload cookies.
(appt-check): Catch errors from calling `diary'.
(appt-max-time): Renamed from max-time.
(appt-now-displayed, appt-display-count): New variables.
(appt-timer): Don't create one if we already have one.

25 years ago(tex-compilation-parse-errors):
Karl Heuer [Mon, 21 Sep 1998 19:44:20 +0000 (19:44 +0000)]
(tex-compilation-parse-errors):
More general code to use the source buffer instead of the zap file.

25 years ago(mouse-avoidance-banish-hook): Don't move unless in an
Karl Heuer [Mon, 21 Sep 1998 19:42:29 +0000 (19:42 +0000)]
(mouse-avoidance-banish-hook): Don't move unless in an
Emacs frame.

25 years ago(remove-hook): Check list values to avoid errors.
Dave Love [Mon, 21 Sep 1998 17:57:46 +0000 (17:57 +0000)]
(remove-hook): Check list values to avoid errors.

25 years ago(rmail-decode-babyl-format): Recognize both
Karl Heuer [Mon, 21 Sep 1998 17:43:57 +0000 (17:43 +0000)]
(rmail-decode-babyl-format): Recognize both
`undecided' and `undecided-unix'.

25 years ago(Fsave_restriction): Doc fix.
Dave Love [Mon, 21 Sep 1998 17:43:14 +0000 (17:43 +0000)]
(Fsave_restriction): Doc fix.

25 years ago(help-make-xrefs): Fix typo affecting Info references.
Dave Love [Mon, 21 Sep 1998 17:39:54 +0000 (17:39 +0000)]
(help-make-xrefs): Fix typo affecting Info references.

25 years ago(popmail, pop_retr) [MAIL_USE_POP]: When displaying
Karl Heuer [Mon, 21 Sep 1998 17:36:14 +0000 (17:36 +0000)]
(popmail, pop_retr) [MAIL_USE_POP]: When displaying
an error message from POP, mention that it's from POP, to
distinguish it from local error messages.

25 years agoFix previous change.
Karl Heuer [Mon, 21 Sep 1998 17:23:50 +0000 (17:23 +0000)]
Fix previous change.

25 years ago(highlight-compare-with-file): Renamed from
Karl Heuer [Mon, 21 Sep 1998 17:20:27 +0000 (17:20 +0000)]
(highlight-compare-with-file): Renamed from
compare-with-file.

25 years ago(find-function-search-for-symbol): Fix error messages.
Karl Heuer [Mon, 21 Sep 1998 16:35:21 +0000 (16:35 +0000)]
(find-function-search-for-symbol): Fix error messages.

25 years agoWrite load-history into etc/fns-VERSION.el, then clear it.
Karl Heuer [Mon, 21 Sep 1998 16:33:18 +0000 (16:33 +0000)]
Write load-history into etc/fns-VERSION.el, then clear it.

25 years ago(load-history-loaded): New variable.
Karl Heuer [Mon, 21 Sep 1998 16:32:55 +0000 (16:32 +0000)]
(load-history-loaded): New variable.
(symbol-file): Load etc/fns-VERSION.el if that has not been done.

25 years ago(build_load_history): Do add to Vload_history
Karl Heuer [Mon, 21 Sep 1998 16:31:46 +0000 (16:31 +0000)]
(build_load_history): Do add to Vload_history
even when dumping Emacs.

25 years ago(eldoc-message): Check for 1-arg case, and store string in
Noah Friedman [Sat, 19 Sep 1998 02:15:26 +0000 (02:15 +0000)]
(eldoc-message): Check for 1-arg case, and store string in
eldoc-last-message without consing a new string.
Rearrange logic from nested if's into cond's.

(eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
Do not print message; just return string.

(eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
Do not print message; just return string.
Cache that string in eldoc-last-data.

(eldoc-last-data): Make into a vector.
(eldoc-get-fnsym-args-string): Use new data form of structure.
(eldoc-get-var-docstring): Here also.

(eldoc-last-data-store): New function.
(eldoc-get-fnsym-args-string): Use it.
(eldoc-get-var-docstring): Here also.

(eldoc-docstring-first-line): Minimize interim string consing.
Call substitute-command-keys on the result.

(eldoc-print-var-docstrings, eldoc-print-docstring,
eldoc-docstring-message): Functions removed.
(eldoc-docstring-format-sym-doc): New function, functionality ripped out of
eldoc-docstring-message.
(eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.

25 years ago(Extensions): Removed request to have dejagnu rewritten in scheme,
Joel N. Weber II [Fri, 18 Sep 1998 22:36:45 +0000 (22:36 +0000)]
(Extensions): Removed request to have dejagnu rewritten in scheme,
because that is now done.

25 years ago(make-coding-system): Doc-string modified.
Kenichi Handa [Fri, 18 Sep 1998 13:10:40 +0000 (13:10 +0000)]
(make-coding-system): Doc-string modified.

25 years ago(CCL_WRITE_CHAR): Don't use bcopy.
Kenichi Handa [Fri, 18 Sep 1998 13:10:40 +0000 (13:10 +0000)]
(CCL_WRITE_CHAR): Don't use bcopy.
(ccl_driver): If BUFFER-MAGNIFICATION of the CCL program is 0,
cause error if the program is going to output some bytes.  When
outputing a string to notify an error, check the case that
DST_BYTES is zero.

25 years ago(ccl_coding_driver): If ccl_driver is interrupted by a
Kenichi Handa [Fri, 18 Sep 1998 13:10:40 +0000 (13:10 +0000)]
(ccl_coding_driver): If ccl_driver is interrupted by a
user or the CCL program executed an invalid command, return
CODING_FINISH_INTERRUPT.
(code_convert_region): Pay attention to the converters return
value CODING_FINISH_NORMAL and CODING_FINISH_INTERRUPT.

25 years ago(CODING_FINISH_INTERRUPT): New macro.
Kenichi Handa [Fri, 18 Sep 1998 13:10:40 +0000 (13:10 +0000)]
(CODING_FINISH_INTERRUPT): New macro.

25 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 18 Sep 1998 09:41:31 +0000 (09:41 +0000)]
*** empty log message ***

25 years ago(site-run-file): Fix customize type.
Andreas Schwab [Fri, 18 Sep 1998 09:22:48 +0000 (09:22 +0000)]
(site-run-file): Fix customize type.

25 years ago(speedbar-initial-expansion-list-name): Fix
Andreas Schwab [Fri, 18 Sep 1998 09:21:27 +0000 (09:21 +0000)]
(speedbar-initial-expansion-list-name): Fix
customize type.

25 years ago(shell-input-autoexpand): Fix customize type.
Andreas Schwab [Fri, 18 Sep 1998 09:20:28 +0000 (09:20 +0000)]
(shell-input-autoexpand): Fix customize type.

25 years ago(ps-font-info-database): Add missing dots in value.
Andreas Schwab [Fri, 18 Sep 1998 09:19:47 +0000 (09:19 +0000)]
(ps-font-info-database): Add missing dots in value.
Improve layout of customize type.

25 years ago(vhdl-header-file): Fix customize type.
Andreas Schwab [Fri, 18 Sep 1998 09:18:40 +0000 (09:18 +0000)]
(vhdl-header-file): Fix customize type.

25 years ago(cpp-face-light-list, cpp-face-dark-list): Fix
Andreas Schwab [Fri, 18 Sep 1998 09:17:45 +0000 (09:17 +0000)]
(cpp-face-light-list, cpp-face-dark-list): Fix
customize type.

25 years ago(cperl-lazy-help-time): Fix customize
Andreas Schwab [Fri, 18 Sep 1998 09:17:02 +0000 (09:17 +0000)]
(cperl-lazy-help-time): Fix customize
type.

25 years ago(traceroute-program-options, ping-program-options,
Andreas Schwab [Fri, 18 Sep 1998 09:15:45 +0000 (09:15 +0000)]
(traceroute-program-options, ping-program-options,
ipconfig-program-options, netstat-program-options,
arp-program-options, route-program-options,
nslookup-program-options, ftp-program-options): Fix customize
type.

25 years ago(clean-buffer-list-kill-regexps,
Andreas Schwab [Fri, 18 Sep 1998 09:14:52 +0000 (09:14 +0000)]
(clean-buffer-list-kill-regexps,
clean-buffer-list-kill-buffer-names,
clean-buffer-list-kill-never-buffer-names,
clean-buffer-list-kill-never-regexps): Fix customize type.

25 years ago(Man-init-defvars): Avoid trailing nil on
Andreas Schwab [Fri, 18 Sep 1998 09:13:46 +0000 (09:13 +0000)]
(Man-init-defvars): Avoid trailing nil on
Man-filter-list.

25 years ago(rmail-movemail-program): Fix customize type.
Andreas Schwab [Fri, 18 Sep 1998 09:13:07 +0000 (09:13 +0000)]
(rmail-movemail-program): Fix customize type.

25 years ago(feedmail-x-mailer-line-user-appendage,
Andreas Schwab [Fri, 18 Sep 1998 09:12:03 +0000 (09:12 +0000)]
(feedmail-x-mailer-line-user-appendage,
feedmail-fiddle-plex-user-list,
feedmail-spray-address-fiddle-plex-list,
feedmail-prompt-before-queue-user-alist,
feedmail-prompt-before-queue-help-supplement,
feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
feedmail-queue-alternative-mail-header-separator): Fix customize
type.
-------------------------------------------------------------------

25 years ago(printer-name): Fix customize type.
Andreas Schwab [Fri, 18 Sep 1998 09:10:57 +0000 (09:10 +0000)]
(printer-name): Fix customize type.

25 years ago(compilation-error-screen-columns): New
Andreas Schwab [Fri, 18 Sep 1998 09:06:20 +0000 (09:06 +0000)]
(compilation-error-screen-columns): New
variable.
(compilation-next-error-locus): Use it to decide whether to use
forward-char or move-to-column.

25 years ago(quail-japanese-katakana-update-translation):
Kenichi Handa [Wed, 16 Sep 1998 07:21:31 +0000 (07:21 +0000)]
(quail-japanese-katakana-update-translation):
Adjusted for the change of input method handling.

25 years ago(reset-language-environment): Call
Kenichi Handa [Wed, 16 Sep 1998 07:21:31 +0000 (07:21 +0000)]
(reset-language-environment): Call
update-coding-systems-internal.

25 years agoCall update-coding-systems-internal at the tail.
Kenichi Handa [Wed, 16 Sep 1998 07:21:31 +0000 (07:21 +0000)]
Call update-coding-systems-internal at the tail.

25 years ago(adjust_markers_for_replace): Don't adjust a byte
Kenichi Handa [Wed, 16 Sep 1998 07:21:31 +0000 (07:21 +0000)]
(adjust_markers_for_replace): Don't adjust a byte
position if it is FROM.
(adjust_markers_for_combining): New function.
(combine_bytes): Call adjust_markers_for_combining instead of
adjust_markers_for_replace.
(adjust_after_replace): Record deletion of combining after bytes
with the correct position.  Don't add combining bytes to the args
given to adjust_point.  Handle correctly the case that there are
both before and after combining bytes.
(replace_range): Likewise.  Record the actual deletion after
recoding deletions of combining bytes.

25 years ago(code_convert_region): Update beg_unchanged and
Kenichi Handa [Wed, 16 Sep 1998 07:21:31 +0000 (07:21 +0000)]
(code_convert_region): Update beg_unchanged and
end_unchanged after we delete the source text.

25 years ago(message_log_check_duplicate): Count byte length of the
Kenichi Handa [Wed, 16 Sep 1998 07:21:31 +0000 (07:21 +0000)]
(message_log_check_duplicate): Count byte length of the
latest message correctly.

25 years ago(X Windows Projects): Removed the raytracing program at rms's request,
Joel N. Weber II [Tue, 15 Sep 1998 15:22:59 +0000 (15:22 +0000)]
(X Windows Projects): Removed the raytracing program at rms's request,
because people are writing one.

25 years ago(vc-menu-map): Change the vc-directory label. Don't
Dave Love [Mon, 14 Sep 1998 17:26:39 +0000 (17:26 +0000)]
(vc-menu-map): Change the vc-directory label.  Don't
use the menu-enable properties, pending doing it correctly and
acceptably fast.

25 years ago(map-y-or-n-p): Mention RET, `q' in the help text.
Dave Love [Mon, 14 Sep 1998 17:14:40 +0000 (17:14 +0000)]
(map-y-or-n-p): Mention RET, `q' in the help text.

25 years ago(hs-grok-mode-type) Handle nil `comment-start' and `comment-end'.
Thien-Thi Nguyen [Sun, 13 Sep 1998 21:55:51 +0000 (21:55 +0000)]
(hs-grok-mode-type) Handle nil `comment-start' and `comment-end'.

25 years agoAdded a reprogram to reformat HTML, at rms's request.
Joel N. Weber II [Sun, 13 Sep 1998 16:19:27 +0000 (16:19 +0000)]
Added a reprogram to reformat HTML, at rms's request.

25 years ago(blink-matching-open): Don't log paren matching
Karl Heuer [Sun, 13 Sep 1998 15:23:03 +0000 (15:23 +0000)]
(blink-matching-open): Don't log paren matching
messages in *Messages*.

25 years ago(Fmake_local_variable): Doc fix.
Karl Heuer [Sun, 13 Sep 1998 03:58:36 +0000 (03:58 +0000)]
(Fmake_local_variable): Doc fix.

25 years ago(redisplay_internal): Use TEMP_SET_PT_BOTH
Karl Heuer [Sun, 13 Sep 1998 03:54:01 +0000 (03:54 +0000)]
(redisplay_internal): Use TEMP_SET_PT_BOTH
instead of SET_PT_BOTH.
(try_window_id, display_text_line): Likewise.

25 years ago(scroll-bar-scroll-down, scroll-bar-scroll-up):
Karl Heuer [Sun, 13 Sep 1998 03:51:22 +0000 (03:51 +0000)]
(scroll-bar-scroll-down, scroll-bar-scroll-up):
Set point-before-scroll at end even if there was an error.

25 years ago(mark-sexp-diary-entries): Fix previous chg.
Karl Heuer [Sun, 13 Sep 1998 03:45:02 +0000 (03:45 +0000)]
(mark-sexp-diary-entries): Fix previous chg.

25 years ago(ange-ftp-insert-file-contents):
Karl Heuer [Sun, 13 Sep 1998 03:42:11 +0000 (03:42 +0000)]
(ange-ftp-insert-file-contents):
Use binary mode for dumb-unix hosts as for unix hosts.
(ange-ftp-copy-file-internal): Likewise.

25 years ago(use-hard-newlines): Doc fix.
Karl Heuer [Sun, 13 Sep 1998 03:41:13 +0000 (03:41 +0000)]
(use-hard-newlines): Doc fix.

25 years agoDoc fixes.
Karl Heuer [Sun, 13 Sep 1998 03:37:24 +0000 (03:37 +0000)]
Doc fixes.

25 years ago(widget-menu-max-shortcuts): New variable.
Karl Heuer [Sun, 13 Sep 1998 03:36:27 +0000 (03:36 +0000)]
(widget-menu-max-shortcuts): New variable.
(widget-choose): Don't use single-char shortcuts if # items
exceeds that many.  Use minibuffer instead.

25 years agoVersion letter
Eric M. Ludlam [Sat, 12 Sep 1998 13:58:46 +0000 (13:58 +0000)]
Version letter

25 years ago(speedbar-frame-mode): Only set the position on window systems.
Eric M. Ludlam [Sat, 12 Sep 1998 13:56:25 +0000 (13:56 +0000)]
(speedbar-frame-mode): Only set the position on window systems.

25 years agoComment fixes only.
Noah Friedman [Fri, 11 Sep 1998 01:40:25 +0000 (01:40 +0000)]
Comment fixes only.

25 years ago(type-break-mode): remove :version field from defcustom declaration.
Noah Friedman [Fri, 11 Sep 1998 01:38:30 +0000 (01:38 +0000)]
(type-break-mode): remove :version field from defcustom declaration.
It's wreaking too much havoc with XEMacs and older versions of Emacs, which
share this code.

25 years ago(resize-minibuffer-mode): remove :version field from defcustom declaration.
Noah Friedman [Fri, 11 Sep 1998 01:36:54 +0000 (01:36 +0000)]
(resize-minibuffer-mode): remove :version field from defcustom declaration.
It's wreaking too much havoc with XEMacs and older versions of Emacs, which
share this code.

25 years ago(rlogin): If using make-local-hook, pass the 4th arg t to add-hook also to
Noah Friedman [Fri, 11 Sep 1998 01:22:53 +0000 (01:22 +0000)]
(rlogin): If using make-local-hook, pass the 4th arg t to add-hook also to
modify the new local value.

25 years ago(Fwith_output_to_temp_buffer): Doc fix.
Dave Love [Thu, 10 Sep 1998 22:51:33 +0000 (22:51 +0000)]
(Fwith_output_to_temp_buffer): Doc fix.

25 years ago(vc-insert-headers): Doc fix.
Dave Love [Thu, 10 Sep 1998 21:50:05 +0000 (21:50 +0000)]
(vc-insert-headers): Doc fix.

25 years ago(flyspell-mode-on): Make the
Karl Heuer [Thu, 10 Sep 1998 16:07:02 +0000 (16:07 +0000)]
(flyspell-mode-on): Make the
ispell-... variables permanent locals.
(flyspell-mode-off): Add autoload cookie.

25 years ago(flyspell-mode-on): fix kill-buffer-hook
Karl Heuer [Thu, 10 Sep 1998 16:05:59 +0000 (16:05 +0000)]
(flyspell-mode-on): fix kill-buffer-hook
to make killing of ispell process work even if
kill-all-local-variables has been run.

25 years ago(mark-sexp-diary-entries): Avoid infinite loop when
Karl Heuer [Thu, 10 Sep 1998 16:03:07 +0000 (16:03 +0000)]
(mark-sexp-diary-entries): Avoid infinite loop when
sexp entry ends at end of file with no newline.

25 years ago(ange-ftp-write-region): For `dumb-unix' host,
Karl Heuer [Thu, 10 Sep 1998 16:01:37 +0000 (16:01 +0000)]
(ange-ftp-write-region): For `dumb-unix' host,
do use binary mode, just as for `unix'.
(ange-ftp-host-type): If HOST is nil, return `unix'.