1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 08:51:10 -08:00
Commit graph

24772 commits

Author SHA1 Message Date
Karl Heuer
318f417cd3 (getf): Don't call get*. 1999-06-12 03:36:46 +00:00
Karl Heuer
634376231a (shell-command): Avoid printing "mark set" message. 1999-06-10 01:19:33 +00:00
Dave Love
a0730fbd38 (compilation-error-regexp-alist): Allow
digits in program name in first pattern.
1999-06-09 17:57:05 +00:00
André Spiegel
fdc3f606b1 (vc-dired-mode): Don't match anything before the date in
dired-move-to-filename-regexp.
1999-06-09 16:52:56 +00:00
Kenichi Handa
d6bd663cc1 (ENCODE_SJIS_BIG5_CHARACTER): Encode charset
japanese-jisx0208-1978 correctly.
1999-06-08 00:26:51 +00:00
Kenichi Handa
9429dee6ef (quail-define-rules): Fix typo in docstring. 1999-06-07 11:02:33 +00:00
Stephen Eglen
ee5897a42c Add iswitchb-minibuffer-setup to minibuffer-setup-hook in
iswitchb-default-keybindings.
1999-06-05 11:48:02 +00:00
Karl Heuer
042dc0345a (command-line): Don't set user-init-file directly;
tell `load' to set it.
1999-06-05 01:18:14 +00:00
Karl Heuer
75062f5909 (ange-ftp-shell-command): Handle error-buffer arg. 1999-06-05 01:17:08 +00:00
Karl Heuer
4116ab9feb (Vuser_init_file): New variable.
(syms_of_lread): Set up Lisp variable.
(Fload): Store the file name there, if var was t before.
1999-06-05 01:15:26 +00:00
Karl Heuer
445ebb943f (get_boot_time): Don't look at /proc/uptime; it
doesn't work if the system date is changed, or if the system
is suspended.  Look at the last-modified time of
/var/run/random-seed instead.
1999-06-05 01:13:36 +00:00
Karl Heuer
57ec49bae0 (help-xref-interned): Fix insertion of fdoc and revamp. 1999-06-04 18:48:16 +00:00
Karl Heuer
068c712cc9 (next-history-element):
Handle minibuffer-text-before-history properly when reading sexps.
1999-06-04 18:46:17 +00:00
Karl Heuer
3fbd8622f2 (standard-display-european):
For an interactive call by the user,
don't set enable-multibyte-characters,
and don't set the terminal coding system.
1999-06-04 18:42:20 +00:00
Karl Heuer
adb643d36c Don't change hooks on loading.
(auto-show-mode): Autoload.  Default to nil.  Add :set &c.
(auto-show-mode): Add to hooks here.
1999-06-04 18:40:43 +00:00
Karl Heuer
1fc4747e4e Don't print any messages or display
a buffer when loading the library.
(r2b-help): Doc fix.
(r2b-help-message): Update the documentation.
(r2b-load-quietly): Variable deleted.
(r2b-convert-buffer): Doc fix.
1999-06-04 18:39:01 +00:00
Karl Heuer
e011fd6b5c (regexp-opt-group): Avoid infinite
recursion on bogus input.
1999-06-04 18:36:35 +00:00
Karl Heuer
a8197cfe37 (speedbar-hack-buffer-menu): Fixed so if the user
does not select a buffer from the buffers menu, then the attached
frame is not switched to anything.
1999-06-04 18:22:55 +00:00
Kenichi Handa
2324f7a23c (ccl-encode-vscii): Typo fixed
(viet-viscii-...->viet-vscii...).
1999-06-03 23:53:52 +00:00
Kenichi Handa
3374b353e6 (iso-2022-7bit-lock-ss2): Typo fixed. 1999-06-03 23:28:22 +00:00
Andrew Innes
972ee7e089 (get_section_info) [_ALPHA_]: Force as much bss data
as possible to be dumped, for safety.
1999-06-03 21:00:10 +00:00
Andrew Innes
f78b1e5e37 Fix typo. 1999-06-03 19:44:06 +00:00
Kenichi Handa
497ee4fb44 (ENCODE_SJIS_BIG5_CHARACTER): Encode charset
latin-jisx0201 correctly.
1999-06-02 23:44:53 +00:00
Kenichi Handa
b972bd85cf Newly generated from hangul.el, hangul3.el, and hanja.el. 1999-06-02 02:18:27 +00:00
Karl Heuer
b1fb5d1b3e Add commentary. 1999-06-01 16:59:41 +00:00
Dave Love
7bb8ed9a55 RefTeX URL. 1999-06-01 15:59:32 +00:00
Dave Love
e04196d361 Add :link to defgroup.
(fortran-blink-matching-if): Match ELSE statements too.
(fortran-fill-statement, fortran-fill): Bind auto-fill-function so
that filling is always done.
1999-06-01 15:54:31 +00:00
Karl Heuer
becd59439f *** empty log message *** 1999-05-31 18:09:42 +00:00
Karl Heuer
c75d498611 (append-next-kill): Use an arg to distinguish
interactive calls from Lisp calls, rather than (interactive-p).
1999-05-31 18:06:22 +00:00
Karl Heuer
005f783076 (iso-transl-language-alist): Interchange n and N. 1999-05-31 17:41:54 +00:00
Dave Love
aade135d49 Add to minor-mode-map-alist. Remove hook installation
and keymap munging on load.
(msb-mode): New option.
(msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
Doc fix.
(msb-mode-map): New variable.
(msb-mode): New command.
1999-05-31 14:49:05 +00:00
Dave Love
71c62b6bbe (ispell-alternate-dictionary): Fix custom type.
(ispell-complete-word-dict): Likewise.
1999-05-31 14:47:33 +00:00
Eli Zaretskii
f3ae6c2a76 forms-save-buffer): Call set-buffer-modified-p to
force the data buffer to be saved, even if the data didn't
change, in case the write filter was modified.  Restore the
current record after read-file-filter finishes.
1999-05-31 08:34:19 +00:00
Karl Heuer
264f512a8d Delete the Kerberos stuff. 1999-05-29 19:26:53 +00:00
Karl Heuer
95012c62d5 (texinfo-format-direntry): Avoid blank line. 1999-05-29 19:22:00 +00:00
Karl Heuer
1faf64740a (font-lock-apply-syntactic-highlight): Don't die if
VALUE is a syntax table.
1999-05-29 19:20:07 +00:00
Karl Heuer
7dcf626950 (custom-print-functions): Add autoload cookie. 1999-05-29 19:15:10 +00:00
Karl Heuer
13cd02ec46 (zap-to-char): Doc fix. 1999-05-29 19:08:52 +00:00
Kenichi Handa
c20d35d515 (isearch-quote-char): Don't assume character codes
0200 - 0237 stand for characters in some single-byte character
charset.
1999-05-28 00:16:09 +00:00
Karl Heuer
d840c7d5f0 Prefer kerberos 5 names. 1999-05-27 18:45:59 +00:00
Dave Love
83eded3abd (iso-8859-n-locale-regexp): Don't match 8859-15 &c. 1999-05-27 15:40:33 +00:00
Eli Zaretskii
2e77e98ed4 Emacs 20.5 will be in emacs-20.5.tar.gz. 1999-05-27 12:55:25 +00:00
Andreas Schwab
ea15df4061 (dired-insert-subdir-doinsert): Check that the
headerline does not exist already.
1999-05-27 09:34:36 +00:00
Richard M. Stallman
00cd4c7542 (cc-imenu-java-generic-expression): Avoid nested null-loops. 1999-05-26 17:14:33 +00:00
Kenichi Handa
aaa9f206fd Typo fixed; prefered->preferred. 1999-05-26 12:29:18 +00:00
Kenichi Handa
0e0a9ac30d (find-coding-systems-for-charsets):
Typo fixed; prefered->preferred.
1999-05-26 12:27:38 +00:00
Kenichi Handa
aa8bb64501 (charset-info): Fix previous change. 1999-05-26 08:05:50 +00:00
Kenichi Handa
0c01c27ea5 Fix previous change. 1999-05-26 08:03:16 +00:00
Kenichi Handa
55f7520a6e (map-y-or-n-p): Don't inherit the current input
method in read-event.
1999-05-26 07:40:26 +00:00
Kenichi Handa
28d0c844b2 (Vcharset_table): Comment fixed. 1999-05-26 07:15:39 +00:00