1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
Commit Graph

24789 Commits

Author SHA1 Message Date
Kenichi Handa
58caa3809c ("ethiopic"): Add translation rules. 1999-06-14 07:11:40 +00:00
Karl Heuer
914eeff99a (unexec): Dump the .rodata section from memory
under IRIX6.5 in order to be able to unexec with gcc.
1999-06-13 22:48:46 +00:00
Jason Rumney
9c332a804d (clear_cached_bitmap_slots): Remove.
(get_bitmap_with_cache): Check if CreateBitmap failed.
Adjust cache size dynamically so cache is never larger than the
system limit of GDI resources.
Do cache clearing inline.  Move global variables to local scope.
1999-06-13 17:49:12 +00:00
Karl Heuer
bcc6796524 (scroll-preserve-screen-position): Fix typo in type. 1999-06-13 02:38:57 +00:00
Karl Heuer
6110ea0a1a (crisp-mode): (defcustom) Initialize with
custom-initialize-default to avoid infinite loop.
(crisp-mode): (defun) Call transient-mark-mode here, not when
loading the file.  Run crisp-mode-hook here, and run
crisp-load-hook when loading the file.
1999-06-13 02:37:28 +00:00
Karl Heuer
fc35b9101a (rmail-output-read-rmail-file-name): If in
rmail-summary buffer, search for pattern in rmail-file.
1999-06-13 02:35:37 +00:00
Karl Heuer
48afa9cd7b (rmail-summary-output-to-rmail-file): Fix typo. 1999-06-13 02:33:49 +00:00
Karl Heuer
f39d5ac75a (cperl-invalid-face): Fix custom type. 1999-06-12 05:52:54 +00:00
Karl Heuer
5d31462e65 (vhdl-port-copy): Fix parsing bug.
(vhdl-port-paste-generic-map): Fix indentation bug.
(vhdl-port-paste-port-map): Fix indentation bug.
(vhdl-scan-file-contents): Make scanning case insensitive.
1999-06-12 04:33:08 +00:00
Karl Heuer
eb284ea1f3 (gnus-permanently-visible-groups): Fix custom type. 1999-06-12 04:07:04 +00:00
Karl Heuer
270a64ac30 (ps-printer-name): Fix custom type. 1999-06-12 04:04:14 +00:00
Karl Heuer
7f99999ab4 (write-file): When buffer is not already visiting a file,
don't put buffer name in the minibuffer, just make it the default.
Also handle just directory as arg usefully in that case.
1999-06-12 03:57:37 +00:00
Karl Heuer
170b8e50d7 (sendmail-user-agent-compose):
Ignore case when inserting the rest of the "other" headers.
1999-06-12 03:56:14 +00:00
Karl Heuer
90a5604048 (help-for-help): Mention C-h C-i. Clear up C-h n. 1999-06-12 03:54:03 +00:00
Karl Heuer
3481a5c0f6 (info-lookup-file, info-lookup-symbol): Doc fix.
(info-lookup-interactive-arguments): Never insert the default
into the minibuffer automatically.
1999-06-12 03:52:13 +00:00
Karl Heuer
a9a679b70e (compute_motion): Fix boundary case. 1999-06-12 03:50:37 +00:00
Karl Heuer
31d4844a6a (cancel_mouse_face): new function. See equiv
changes to xterm.c on 1996-10-31.
(x_set_window_size): use cancel_mouse_face.
(w32_read_socket): use cancel_mouse_face.
Update frame position when size is restored.
1999-06-12 03:44:31 +00:00
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