1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
Commit graph

22103 commits

Author SHA1 Message Date
Richard M. Stallman
a5fcbc4e5a (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fixes. 1998-05-20 02:01:10 +00:00
Richard M. Stallman
11d86ba056 Update copyright notice. 1998-05-20 00:56:03 +00:00
Richard M. Stallman
2c395d560b Several doc fixes.
(get-language-info, set-language-info): Rename argument.
(set-language-info-alist): Likewise.
(find-coding-systems-region-subset-p): Renamed from subset-p.
(find-coding-systems-region): Use new name.
(register-input-method): Rename argument.
(activate-input-method): If INPUT-METHOD is nil, deactivate.
1998-05-20 00:46:03 +00:00
Richard M. Stallman
ba7eaddad2 (frame-background-mode): Define a :set function
to update the background mode of existing frames.
1998-05-20 00:40:19 +00:00
Richard M. Stallman
e042d829e1 (struct buffer): New slot display_time. 1998-05-20 00:39:09 +00:00
Richard M. Stallman
3fd364dbd5 (syms_of_buffer): Set up Lisp variable buffer-display-time.
Doc fixes.
(reset_buffer): Initialize display_time slot.
(init_buffer_once): Initialize display_time slot.
1998-05-20 00:38:47 +00:00
Richard M. Stallman
beb4e3124e (Fselect_window): Doc fix.
(temp_output_buffer_show): Make the temp buffer current
before running Qtemp_buffer_show_hook.
1998-05-19 22:35:20 +00:00
Richard M. Stallman
81d2de9b9c (redisplay_window): Don't use window->start
if it is out of range of BEGV/ZV.
1998-05-19 22:34:36 +00:00
Edward M. Reingold
f6f8363598 Rewrote cal-tex-list-holidays to get holidays in the range correctly (and more
simply).
1998-05-19 22:24:01 +00:00
Ulrich Drepper
152b9de41c automatically generated from GPLed version 1998-05-19 07:09:32 +00:00
Richard M. Stallman
a4e7db383d (message-mode): Locally bind adaptive-fill-regexp
and adaptive-fill-first-line-regexp.
1998-05-19 05:45:21 +00:00
Richard M. Stallman
cb3e1b4c4c (kill-region): Set this-command unconditionally in a read-only buffer. 1998-05-19 05:22:50 +00:00
Richard M. Stallman
cdda8f47be (temporary-file-directory): Renamed from system-tmp-directory.
Value is now a directory name, not a file name.
1998-05-19 05:21:42 +00:00
Richard M. Stallman
7117761b9e Comment changes. 1998-05-19 05:12:47 +00:00
Richard M. Stallman
e612f4bd81 (defcustom): Doc fix. 1998-05-19 05:10:27 +00:00
Richard M. Stallman
9a9c6f9f44 (uniquify-ignore-buffers-re): New variable.
(uniquify-rationalize-file-buffer-names): Implement it.
1998-05-19 05:07:48 +00:00
Richard M. Stallman
1ea3de08e7 (tex-command-end): New variable.
(tex-start-tex): Use it.
(plain-tex-mode): Locally set tex-command-end.
(tex-common-initialization): Make local binding for it.x
1998-05-19 04:27:28 +00:00
Richard M. Stallman
a9f0a989a1 *** empty log message *** 1998-05-19 03:45:57 +00:00
Richard M. Stallman
c6d6572475 (read_minibuf): If history list var is void, make it nil. 1998-05-19 03:41:25 +00:00
Richard M. Stallman
fb639443f9 (byte-compile-insert-header): Do not look for multibyte characters here.
Generate the right file header for use if there are none.
Insert a line of semicolons for subsequent deletion if needed.
(byte-compile-fix-header): New function.
This updates the file header if the file uses multibyte characters.
(byte-compile-from-buffer): Call byte-compile-insert-header
before compiling, and byte-compile-fix-header at the end.
1998-05-19 02:59:42 +00:00
Richard M. Stallman
2be0e54113 (rmail-toggle-header): Ensure blank line between headers and body. 1998-05-19 00:42:55 +00:00
Richard M. Stallman
5686b9d451 (which-func-modes): Fix custom type.
(which-func-non-auto-modes): Likewise.
1998-05-19 00:38:20 +00:00
Richard M. Stallman
c1c92f8b62 (rmail-mime-feature): Doc fix. 1998-05-19 00:15:22 +00:00
Richard M. Stallman
9dc0cb3d10 Customized.
(vi-self-insert): New function.
(vi-dot): Use that.
(vi-dot-insertion-function): Variable deleted.
1998-05-18 05:40:30 +00:00
Richard M. Stallman
fd51b1bc2c Initial revision 1998-05-18 05:28:11 +00:00
Kenichi Handa
130901129f (skip_chars): Fix previous change. 1998-05-18 04:53:37 +00:00
Richard M. Stallman
1c9056c314 (finder-known-keywords): Add `convenience'. 1998-05-18 04:34:54 +00:00
Richard M. Stallman
ca1a6e9d0f (create-fontset-from-fontset-spec): Add autoload cookie. 1998-05-18 03:45:58 +00:00
Kenichi Handa
50443272bb Change term translate-XXX-map to map-XXX
throughout the file.  Change terms unify/unification to
translate/translation respectively throughtout the file.
1998-05-18 01:01:00 +00:00
Kenichi Handa
d2a1ee18b8 Change term unification to
translation throughtout the file.
1998-05-18 01:01:00 +00:00
Kenichi Handa
b25eef20fd Change term unification to translation
throughtout the file.
(set-clipboard-coding-system): New function.
1998-05-18 01:01:00 +00:00
Kenichi Handa
0548a7fdc2 (quail-completion): Consecutive call of
this command scrolls the Quail completion buffer.
1998-05-18 01:01:00 +00:00
Kenichi Handa
bb9c978adc (Vnonascii_translation_table): Name changed from
Vnonascii_translate_table.
1998-05-18 00:59:38 +00:00
Kenichi Handa
8146262a46 Change term translation to code conversion, then change
terms unify/unification to translate/translation respectively
throughtout the file.
1998-05-18 00:59:38 +00:00
Kenichi Handa
b4e9dd77cc Change terms unify/unification to
translate/translation respectively throughtout the file.
(ONE_BYTE_CHAR_WIDTH): Delete unnecessary continuation line at the
tail.
1998-05-18 00:59:38 +00:00
Kenichi Handa
62c6686f98 Change terms unify/unification to
translate/translation respectively throughtout the file.
(GET_TRANSLATION_TABLE): Name changed from UNIFICATION_ID_TABLE.
1998-05-18 00:59:38 +00:00
Kenichi Handa
84fbb8a002 Change terms unify/unification to
translate/translation respectively throughtout the file.
(encode_coding_iso2022): Fix bug in encoding a text ending by a
composite character.
(check_composing_code): If we are decoding the last block of data,
return 0 even if the source doesn't end by an escape sequence
which terminates the current composing sequence.
(decode_coding_iso2022): Decode correctly even if the source
doesn't end by an escape sequence which terminates the current
composing sequence.
1998-05-18 00:59:38 +00:00
Kenichi Handa
ab45712c8f Change terms unify/unification to
translate/translation respectively throughtout the file.
1998-05-18 00:59:38 +00:00
Kenichi Handa
44893c8f3a (concat): Fix bug in concatinating a list of multibyte and
unibyte characters.
1998-05-18 00:59:38 +00:00
Kenichi Handa
06274af57f (skip_chars): Fix bug in handling a range which
contains multibyte characters.
1998-05-18 00:59:38 +00:00
Richard M. Stallman
c321b1908b (get_boot_time): Scan the whole wtmp file
to find the most recent reboot.
1998-05-18 00:17:38 +00:00
Richard M. Stallman
c519f68fa9 (debugger-frame-clear): Doc fix. 1998-05-17 22:02:49 +00:00
Richard M. Stallman
3ea2d8b25c (Fexpand_file_name): Change conditional
in previous change from WINDOWSNT to DOS_NT.
1998-05-17 21:37:02 +00:00
André Spiegel
edad8a097f (vc-parse-cvs-status): Grok new form of conflict message. 1998-05-17 15:33:39 +00:00
Eric M. Ludlam
a4370a7744 Updated with latest version. Changes include:
Added checks for basics in messages using `error'.
Added check for symbols that are both functions and symbols.
    These references are ambiguous and should be prefixed with
    "function", or "variable".  Added auto-fix for this also.
Added auto fix for args that do not occur in the doc string.
Fixed question about putting a symbol in `quotes'.
Added spaces to the end of all y/n questions.
Added checks for y/n question endings to require "? "
1998-05-17 13:20:26 +00:00
Dan Nicolaescu
10714c98bf *** empty log message *** 1998-05-17 02:09:05 +00:00
Dan Nicolaescu
12ab6a7d3a (hs-life-goes-on): Use Emacs' native backquote support. 1998-05-17 01:55:17 +00:00
Richard M. Stallman
4375252dc1 (rmail-retry-failure):
Use mail-sendmail-delimit-header, not mail-send-delimit-header.
1998-05-16 22:26:27 +00:00
Richard M. Stallman
0aa8c4b24d (insert_1_both, insert_from_string_1, replace_range)
(insert_from_buffer_1, adjust_before_replace, adjust_after_replace):
Don't copy text being deleted, if undo is disabled.
1998-05-16 20:34:59 +00:00
Richard M. Stallman
f5321b5c8a (Fexpand_file_name) [WINDOWSNT]: Be careful not to
concatenate the directory prefix and file name to accidentally
create a network share name.
1998-05-16 19:56:07 +00:00