1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

23232 Commits

Author SHA1 Message Date
Karl Heuer
c2509060c7 Write load-history into etc/fns-VERSION.el, then clear it. 1998-09-21 16:33:18 +00:00
Karl Heuer
1cc0e30789 (load-history-loaded): New variable.
(symbol-file): Load etc/fns-VERSION.el if that has not been done.
1998-09-21 16:32:55 +00:00
Karl Heuer
cac84ff0a2 (build_load_history): Do add to Vload_history
even when dumping Emacs.
1998-09-21 16:31:46 +00:00
Noah Friedman
44faf98195 (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.
1998-09-19 02:15:26 +00:00
Joel N. Weber II
d71de6f99e (Extensions): Removed request to have dejagnu rewritten in scheme,
because that is now done.
1998-09-18 22:36:45 +00:00
Kenichi Handa
421e3b4eb5 (make-coding-system): Doc-string modified. 1998-09-18 13:10:40 +00:00
Kenichi Handa
12abd7d10f (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.
1998-09-18 13:10:40 +00:00
Kenichi Handa
9864ebcee4 (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.
1998-09-18 13:10:40 +00:00
Kenichi Handa
1ee0bc0950 (CODING_FINISH_INTERRUPT): New macro. 1998-09-18 13:10:40 +00:00
Thien-Thi Nguyen
115db33eb5 *** empty log message *** 1998-09-18 09:41:31 +00:00
Andreas Schwab
938121302c (site-run-file): Fix customize type. 1998-09-18 09:22:48 +00:00
Andreas Schwab
c6e5033d0e (speedbar-initial-expansion-list-name): Fix
customize type.
1998-09-18 09:21:27 +00:00
Andreas Schwab
6f0984e52c (shell-input-autoexpand): Fix customize type. 1998-09-18 09:20:28 +00:00
Andreas Schwab
334cc3b71b (ps-font-info-database): Add missing dots in value.
Improve layout of customize type.
1998-09-18 09:19:47 +00:00
Andreas Schwab
d2ef1f6239 (vhdl-header-file): Fix customize type. 1998-09-18 09:18:40 +00:00
Andreas Schwab
0b44343bfb (cpp-face-light-list, cpp-face-dark-list): Fix
customize type.
1998-09-18 09:17:45 +00:00
Andreas Schwab
300f7bb347 (cperl-lazy-help-time): Fix customize
type.
1998-09-18 09:17:02 +00:00
Andreas Schwab
78dc50d364 (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.
1998-09-18 09:15:45 +00:00
Andreas Schwab
58ed689c21 (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.
1998-09-18 09:14:52 +00:00
Andreas Schwab
1ac26bf578 (Man-init-defvars): Avoid trailing nil on
Man-filter-list.
1998-09-18 09:13:46 +00:00
Andreas Schwab
e1c3516e8e (rmail-movemail-program): Fix customize type. 1998-09-18 09:13:07 +00:00
Andreas Schwab
7b3237a117 (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.
-------------------------------------------------------------------
1998-09-18 09:12:03 +00:00
Andreas Schwab
3917863bc1 (printer-name): Fix customize type. 1998-09-18 09:10:57 +00:00
Andreas Schwab
f8e03ecbd3 (compilation-error-screen-columns): New
variable.
(compilation-next-error-locus): Use it to decide whether to use
forward-char or move-to-column.
1998-09-18 09:06:20 +00:00
Kenichi Handa
0dced2c95b (quail-japanese-katakana-update-translation):
Adjusted for the change of input method handling.
1998-09-16 07:21:31 +00:00
Kenichi Handa
91693d18ea (reset-language-environment): Call
update-coding-systems-internal.
1998-09-16 07:21:31 +00:00
Kenichi Handa
4cb4b38841 Call update-coding-systems-internal at the tail. 1998-09-16 07:21:31 +00:00
Kenichi Handa
23b20a7066 (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.
1998-09-16 07:21:31 +00:00
Kenichi Handa
f2558efddd (code_convert_region): Update beg_unchanged and
end_unchanged after we delete the source text.
1998-09-16 07:21:31 +00:00
Kenichi Handa
457262616e (message_log_check_duplicate): Count byte length of the
latest message correctly.
1998-09-16 07:21:31 +00:00
Joel N. Weber II
4328c92a19 (X Windows Projects): Removed the raytracing program at rms's request,
because people are writing one.
1998-09-15 15:22:59 +00:00
Dave Love
b64ea3878b (vc-menu-map): Change the vc-directory label. Don't
use the menu-enable properties, pending doing it correctly and
acceptably fast.
1998-09-14 17:26:39 +00:00
Dave Love
c733d4ce34 (map-y-or-n-p): Mention RET, `q' in the help text. 1998-09-14 17:14:40 +00:00
Thien-Thi Nguyen
b51900451a (hs-grok-mode-type) Handle nil comment-start' and comment-end'. 1998-09-13 21:55:51 +00:00
Joel N. Weber II
2fea166a4d Added a reprogram to reformat HTML, at rms's request. 1998-09-13 16:19:27 +00:00
Karl Heuer
a117eaee5e (blink-matching-open): Don't log paren matching
messages in *Messages*.
1998-09-13 15:23:03 +00:00
Karl Heuer
05edf8bd68 (Fmake_local_variable): Doc fix. 1998-09-13 03:58:36 +00:00
Karl Heuer
26a9b1f3b7 (redisplay_internal): Use TEMP_SET_PT_BOTH
instead of SET_PT_BOTH.
(try_window_id, display_text_line): Likewise.
1998-09-13 03:54:01 +00:00
Karl Heuer
def7db1da1 (scroll-bar-scroll-down, scroll-bar-scroll-up):
Set point-before-scroll at end even if there was an error.
1998-09-13 03:51:22 +00:00
Karl Heuer
7ff020486d (mark-sexp-diary-entries): Fix previous chg. 1998-09-13 03:45:02 +00:00
Karl Heuer
7dd24f0261 (ange-ftp-insert-file-contents):
Use binary mode for dumb-unix hosts as for unix hosts.
(ange-ftp-copy-file-internal): Likewise.
1998-09-13 03:42:11 +00:00
Karl Heuer
a994501e32 (use-hard-newlines): Doc fix. 1998-09-13 03:41:13 +00:00
Karl Heuer
e189df5073 Doc fixes. 1998-09-13 03:37:24 +00:00
Karl Heuer
703c3a110b (widget-menu-max-shortcuts): New variable.
(widget-choose): Don't use single-char shortcuts if # items
exceeds that many.  Use minibuffer instead.
1998-09-13 03:36:27 +00:00
Eric M. Ludlam
65f2da7e91 Version letter 1998-09-12 13:58:46 +00:00
Eric M. Ludlam
afa43ce107 (speedbar-frame-mode): Only set the position on window systems. 1998-09-12 13:56:25 +00:00
Noah Friedman
f6cafb3ece Comment fixes only. 1998-09-11 01:40:25 +00:00
Noah Friedman
e18b0c51c3 (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.
1998-09-11 01:38:30 +00:00
Noah Friedman
876bfee076 (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.
1998-09-11 01:36:54 +00:00
Noah Friedman
cb0c9dcef3 (rlogin): If using make-local-hook, pass the 4th arg t to add-hook also to
modify the new local value.
1998-09-11 01:22:53 +00:00