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
Richard M. Stallman
933bdce24d
Whitespace change.
1998-05-16 19:08:49 +00:00
Richard M. Stallman
adc1d5c873
(read_char): If redisplay is preempted,
...
try swallow_events; if that clears input_pending,
finish the redisplay.
(parse_menu_item): Removed unnecessary gcproing.
Fix a test of inmenubar.
1998-05-16 18:30:52 +00:00
Richard M. Stallman
00a9a93524
(readchar): Use readchar_backlog again
...
to read a character byte by byte, if its byte sequence
does not really match the character code.
(unreadchar): Handle readchar_backlog.
(readevalloop, Fread): Initialize readchar_backlog to -1.
1998-05-16 18:30:00 +00:00
Richard M. Stallman
26174ef4fe
(vc-update-change-log): Use temporary-file-directory.
...
Use expand-file-name on it.
1998-05-16 17:53:32 +00:00
Richard M. Stallman
fc416240b9
(c-macro-expansion):
...
Use temporary-file-directory. Choose temp file name properly.
1998-05-16 17:52:29 +00:00
Richard M. Stallman
11757e2f52
(jka-compr-temp-name-template): Use temporary-file-directory.
1998-05-16 17:50:00 +00:00
Richard M. Stallman
e4a6b88e82
(emerge-temp-file-prefix): Use temporary-file-directory.
1998-05-16 17:48:49 +00:00
Richard M. Stallman
61d5c49207
(ediff-temp-file-prefix): Use temporary-file-directory.
1998-05-16 17:47:27 +00:00
Richard M. Stallman
406757ff5b
(browse-url-temp-dir): Use temporary-file-directory.
1998-05-16 17:35:23 +00:00
Richard M. Stallman
0adf5079bf
(archive-tmpdir): Use temporary-file-directory.
1998-05-16 17:34:20 +00:00
Richard M. Stallman
a536e29973
(ange-ftp-tmp-name-template): Use temporary-file-directory.
1998-05-16 17:33:11 +00:00
Richard M. Stallman
472974e9b0
(dired-mark-subdir-files): Doc fix.
1998-05-16 04:14:04 +00:00
Richard M. Stallman
984e7bd979
(ps-file-end): Put Trailer and Pages before EndDoc.
...
(ps-print-control-characters): Doc fix.
1998-05-16 03:49:47 +00:00
Richard M. Stallman
38f30d582d
(vc-update-change-log): Use system-tmp-directory.
1998-05-16 03:44:16 +00:00
Richard M. Stallman
84195ec425
(c-macro-expansion): Use system-tmp-directory.
1998-05-16 03:44:02 +00:00
Richard M. Stallman
7b559d168f
(jka-compr-temp-name-template): Use system-tmp-directory
1998-05-16 03:43:44 +00:00
Richard M. Stallman
e4244d3124
(emerge-temp-file-prefix): Use system-tmp-directory.
1998-05-16 03:43:28 +00:00
Richard M. Stallman
4a37a5df9e
(ediff-temp-file-prefix): Use system-tmp-directory.
1998-05-16 03:41:42 +00:00
Richard M. Stallman
ff432440bc
(browse-url-temp-dir): Use system-tmp-directory.
1998-05-16 03:40:39 +00:00
Richard M. Stallman
784f6a0010
(archive-tmpdir): Use system-tmp-directory.
1998-05-16 03:40:21 +00:00
Richard M. Stallman
8f6769c4f1
(ange-ftp-tmp-name-template): Use system-tmp-directory.
1998-05-16 03:38:59 +00:00
Richard M. Stallman
c11032b95f
(system-tmp-directory): New variable.
...
(recover-session-finish): Unmark the current line
so that the file being used for recovery will not get deleted.
1998-05-16 03:38:20 +00:00