1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 12:30:47 -07:00
Commit graph

23198 commits

Author SHA1 Message Date
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
Dave Love
451f7df83b (Fwith_output_to_temp_buffer): Doc fix. 1998-09-10 22:51:33 +00:00
Dave Love
b524ce9fc5 (vc-insert-headers): Doc fix. 1998-09-10 21:50:05 +00:00
Karl Heuer
59e7a63738 (flyspell-mode-on): Make the
ispell-... variables permanent locals.
(flyspell-mode-off): Add autoload cookie.
1998-09-10 16:07:02 +00:00
Karl Heuer
b2a577ecba (flyspell-mode-on): fix kill-buffer-hook
to make killing of ispell process work even if
kill-all-local-variables has been run.
1998-09-10 16:05:59 +00:00
Karl Heuer
94d1817dff (mark-sexp-diary-entries): Avoid infinite loop when
sexp entry ends at end of file with no newline.
1998-09-10 16:03:07 +00:00
Karl Heuer
e63d9e3174 (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'.
1998-09-10 16:01:37 +00:00
Karl Heuer
05a4037321 (dired-mark-files-containing-regexp):
Don't scan directories.  Ignore non-readable files.
1998-09-10 16:00:20 +00:00
Karl Heuer
5cfc5cbe70 (TIOCSIGSEND): Add #undef.
(bcopy, bcmp, bzero): Add #undef.
1998-09-10 15:59:36 +00:00
Karl Heuer
ae9e2dc7ae (compilation-error-regexp-alist):
Fix previous change: allow . and _ in command name.
1998-09-10 15:58:37 +00:00
Karl Heuer
b519fca5a6 (main): Mention --display and --eval in help. 1998-09-10 15:54:42 +00:00
Karl Heuer
a94a433590 (command_loop_1): When switching to selected window's bfr,
first exit if selected frame is dead (no live frames remain).
(read_key_sequence): Likewise.
1998-09-10 15:47:53 +00:00
Karl Heuer
23a3356234 (dired-mark-files-containing-regexp): Fix previous change. 1998-09-10 15:46:18 +00:00
Karl Heuer
c22256a16e (uncompress-while-visiting):
Use just the car of what find-operation-coding-system returns.
1998-09-10 15:45:17 +00:00
Karl Heuer
dbd7a811cc (Custom-save, Custom-reset-current, Custom-reset-saved)
(Custom-reset-standard): Fix menu inconsistency.
1998-09-10 15:43:50 +00:00
Karl Heuer
19a2870f7f (feedmail-from-line): Allow t.
(feedmail-message-id-suffix): Allow nil.
1998-09-10 15:38:21 +00:00
Karl Heuer
05422245ca (rmail-summary-output-to-rmail-file):
Simplify.  Make prefix arg work right.
1998-09-10 15:35:34 +00:00
Karl Heuer
514e1703dc (tex-start-tex): Call comint-quote-filename. 1998-09-10 15:26:44 +00:00
Karl Heuer
ad3f2354b6 (shell-file-name-quote-list): Add # to the value. 1998-09-10 15:26:22 +00:00
Paul Eggert
be09e6e6bf Add a comment to emacs_memftime, explaining why it needs to loop. 1998-09-09 21:33:50 +00:00
Dave Love
9181be6961 (use-hard-newlines): Doc fix. 1998-09-09 19:59:31 +00:00
Dave Love
b484eecc3f (help-xref-interned): Bind inhibit-read-only when
inserting.
1998-09-09 19:55:29 +00:00
Dave Love
97a3278b57 (change-log-font-lock-keywords): Do parenthesized
stuff only after file names or at start of line.  Allow parens
around e-mail, as well as angles.
1998-09-08 12:55:10 +00:00
Dave Love
0d5dc4a5fa (require): Wrap requirement of w3 and url in
ignore-errors too, eval'd when compile.  Require w3 stuff at load
time for nicer failure if it's not available.
1998-09-08 12:47:39 +00:00
Paul Eggert
70ebbe5f81 (emacs_memftime): New function.
(Fformat_time_string): Use it to handle null bytes in formats
correctly.
1998-09-08 03:56:09 +00:00
Kenichi Handa
8bedbe9dc2 (adjust_after_replace): 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.
1998-09-08 02:01:59 +00:00
Kenichi Handa
9869520f33 (Fsubst_char_in_region): Call replace_range with the
arg MARKERS 1.
1998-09-08 02:01:59 +00:00
Kenichi Handa
2e45bf1801 (Ffind_charset_region): Optimization for unibyte buffer.
(Ffind_charset_string): For unibyte string, return (ascii).
1998-09-08 02:01:59 +00:00
Geoff Voelker
21a003b90f (comint-arguments): Ignore backslashes when using
w32 shells that expect backslashes as the directory separator.
1998-09-07 23:39:23 +00:00
Karl Heuer
24c129e40e (base64_decode_1, base64_encode_1): New functions.
(Fbase64_decode_string, Fbase64_encode_string): New functions.
(Fbase64_decode_region, Fbase64_encode_region): New functions.
1998-09-07 19:58:05 +00:00
Karl Heuer
f7993597fa (Fwidget_put): Return VALUE instead of garbage. 1998-09-07 17:34:59 +00:00
Karl Heuer
955f3ff914 (error): After enlarging buffer, write to it, not to buf. 1998-09-07 17:31:29 +00:00
Kenichi Handa
bcb68cff12 (resolved-ascii-font): New variable.
(x-complement-fontset-spec): By side effect, set
`resolved-ascii-font' to the resolved name of ASCII font."
(create-fontset-from-fontset-spec): Don't get a value for
resolved-ascii-font from the list full-fontlist.  It is set by
x-complement-fontset-spec now.
1998-09-07 13:39:15 +00:00
Kenichi Handa
30ae06fc5a To make it work also on Emacs 20.2 and the earlier
version, check the value of mule-version.
1998-09-07 13:39:15 +00:00
Kenichi Handa
b57a7b0bf4 (count_combining_after): Check also preceding bytes at
POS if all characters in STRING are not character head.
1998-09-07 13:39:15 +00:00