Kenichi Handa
e550dcb299
(lisp_data_to_selection_data): Call
...
find_charset_in_str with CMPCHARP 1 to encode Lisp string if it
contains a composite character.
1998-05-21 01:48:52 +00:00
Kenichi Handa
25c343b25c
Generate style variants fontset for
...
standard-fontset-spec. Generate a fontset based on resolved font
name of a font specified by X resource or -fn command line arg.
1998-05-21 01:47:32 +00:00
Kenichi Handa
a041ba9753
(command-line): Fixed a typo in comment.
1998-05-21 01:47:11 +00:00
Kenichi Handa
6fb8f8bdc5
(x-font-name-charset-alist): New
...
variable.
(register-alternate-fontnames): Doc-string modified.
(x-complement-fontset-spec): Likewise.
(x-complement-fontset-spec): Delete unused local variable. Delete
ad hoc code for Latin-1, instead refer to
x-font-name-charset-alist.
(uninstantiated-fontset-alist): Format changed (BASE-FONTSET ->
FONTLIST).
(x-style-funcs-alist): New variable.
(create-fontset-from-fontset-spec): 2nd optional arg is changed
from STYLE to STYLE-VARIANT-P. The meaning also changed. Delete
unused code. Adjusted for the change of
uninstantiated-fontset-alist.
(instantiate-fontset): Adjusted for the change of
uninstantiated-fontset-alist.
1998-05-21 01:46:39 +00:00
Kenichi Handa
3ad911d8a0
(make-coding-system): If ISO2022 based
...
8-bit coding system allows alternative designation, set the coding
category to `coding-category-iso-8-else'.
1998-05-21 01:46:39 +00:00
Richard M. Stallman
f4b643a15f
(gud-perldb-marker-acc): Variable deleted.
...
(gud defgroup): Doc fix.
1998-05-20 05:24:42 +00:00
Richard M. Stallman
dc47993c49
(mail-unsent-separator): Handle "returned message follows".
1998-05-20 04:31:10 +00:00
Richard M. Stallman
e9dfb72ec1
(set-variable): Offer variable at point as default.
1998-05-20 03:54:58 +00:00
Richard M. Stallman
e9cccb7183
(syms_of_minibuf): Doc fix.
1998-05-20 03:01:19 +00:00
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