Richard M. Stallman
8723b7f3eb
(read-passwd): Use clear-this-command-keys.
1998-10-13 03:44:06 +00:00
Richard M. Stallman
66bd5242de
(nntp-possibly-change-group): Allow for unexpected
...
responses to GROUP command, since this may be called from a timer
with quit inhibited.
1998-10-13 03:24:50 +00:00
Richard M. Stallman
c03adfbdf1
(pop3-open-server): Bind coding-system-for-read and ...-for-write.
1998-10-12 23:15:16 +00:00
Richard M. Stallman
b80d5655b0
(Fexecute_kbd_macro): Set real_this_command.
1998-10-12 20:03:15 +00:00
Richard M. Stallman
b1f687a2f1
Fix names of standard-translation-table-for-decode(encode).
1998-10-12 17:27:23 +00:00
Kenichi Handa
1a30e04cf7
(ccl-compile-if): If there's no false-cmds,
...
set unconditional-jump to nil.
(ccl-compile-read-multibyte-character): Return nil.
(ccl-compile-write-multibyte-character): Likewise.
(ccl-compile-translate-character): Likewise
(ccl-compile-map-multiple): Likewise.
(ccl-compile-map-single): Likewise.
1998-10-12 12:00:44 +00:00
Kenichi Handa
4c0f64264f
Add coding tag.
...
(kinsoku-bol): Remove superfluous TAB in a string.
1998-10-12 12:00:44 +00:00
Kenichi Handa
2a17b6388c
(find-coding-systems-for-charsets):
...
Delete `composition' (if any) from CHARSETS.
1998-10-12 12:00:44 +00:00
Kenichi Handa
1c5c931ae0
(clear_string_char_byte_cache): Extern it.
1998-10-12 12:00:44 +00:00
Kenichi Handa
51520e8a2e
(CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the definitions.
1998-10-12 12:00:44 +00:00
Kenichi Handa
020da46098
(Fstring): Call make_string instead of
...
make_string_from_bytes.
(Ffind_charset_region): Include `composition' in the returned list
if the region contains any composite characters.
(Ffind_charset_string): Include `composition' in the returned list
if the string contains any composite characters.
(find_charset_in_str): Handle CMPCHARP arg correctly.
1998-10-12 12:00:44 +00:00
Kenichi Handa
622fece532
(shrink_decoding_region): If a charset other than ascii
...
is initially designated to G0, don't shrink the region.
(shrink_encoding_region): Likewise.
1998-10-12 12:00:44 +00:00
Kenichi Handa
dbda4aad56
(Faset): If ARRAY is a multibyte string, pay attention to
...
byte-combining situation.
1998-10-12 12:00:44 +00:00
Kenichi Handa
57247650fb
(clear_string_char_byte_cache): New function.
...
(Ffillarray): Handle multibyte string correctly.
1998-10-12 12:00:44 +00:00
Kenichi Handa
76be80e02b
(Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
1998-10-12 12:00:44 +00:00
Kenichi Handa
3c8cb3123a
(Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
1998-10-12 12:00:44 +00:00
Kenichi Handa
6b123f323b
(lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0.
1998-10-12 12:00:44 +00:00
Kenichi Handa
8e36ae7f46
(Fstring_to_number): Don't recognize floating point if base is not 10.
1998-10-12 11:54:43 +00:00
Richard M. Stallman
b0648a0090
(setup-specified-language-environment): Add apropos-inhibit property.
...
(describe-specified-language-support): Likewise.
1998-10-12 06:13:42 +00:00
Richard M. Stallman
9ac425d169
(parse_menu_item): For top level of menu bar,
...
accept ordinary commands, and treat them just like a keymap.
1998-10-12 06:13:00 +00:00
Richard M. Stallman
b5174a5103
(redisplay_window): Clear w->window_end_valid
...
before running the window-scroll-functions hook, if appropriate.
1998-10-12 01:38:50 +00:00
Richard M. Stallman
4fba3b2c06
(Info-insert-dir): Detect and report problems
...
in input files, such as "No Top node". Return with point
at the beginning of the text.
(Info-find-node): Reinsert the code to handle files
with no tags table; it was deleted by mistake.
1998-10-11 22:44:46 +00:00
Richard M. Stallman
d5792fb2eb
(tags-loop-revert-buffers): New variable.
...
(next-file): Optionally offer to revert a file's buffer,
if it has an existing buffer but the file has changed.
1998-10-11 22:17:03 +00:00
Richard M. Stallman
af58447241
(texinfo-make-menu): Don't let
...
texinfo-find-higher-level-node repeatedly find the same node.
(texinfo-find-higher-level-node): Doc fix.
1998-10-11 12:47:19 +00:00
Richard M. Stallman
0169bb47b2
Whitespace change.
1998-10-10 21:20:48 +00:00
Richard M. Stallman
5fb29af43c
(main): Null-terminate system_name.
1998-10-10 21:20:22 +00:00
Richard M. Stallman
0ec56a8056
(check_x_display_info): Don't use selected_frame if it is dead.
1998-10-10 15:07:08 +00:00
Richard M. Stallman
3f8ab7bddc
(window_loop): New alternative CHECK_ALL_WINDOWS.
...
(check_all_windows): New function for debugging tests.
(syms_of_window): Initialize it.
(Qwindow_configuration_p): New variable.
(Fwindow_configuration_frame): New function.
(syms_of_window): defsubr it.
(Fset_window_configuration): Return t if frame is live.
Use Qwindow_configuration_p.
1998-10-10 14:49:28 +00:00
Richard M. Stallman
7163b71c97
(feedmail-queue-runner-is-active): Definition moved.
1998-10-10 14:06:14 +00:00
Richard M. Stallman
49cd149a22
(frame-set-background-mode): Don't do anythung for text-only or MSDOS frame.
1998-10-10 12:10:30 +00:00
Geoff Voelker
5d7fed93b5
(x_create_bitmap_from_file): Skip special files.
1998-10-09 06:09:52 +00:00
Geoff Voelker
48e6f51398
Update Microsoft Windows entry.
1998-10-09 01:55:02 +00:00
Karl Heuer
7744ca33c6
Doc fixes.
1998-10-08 20:31:34 +00:00
Richard M. Stallman
c3907a7e36
(scan_lists): Bring FROM back into range BEGV...ZV.
1998-10-08 10:47:51 +00:00
Richard M. Stallman
cebe85e9df
(pop3-open-server): Set process-coding-system-alist around open-network-stream.
1998-10-08 09:58:00 +00:00
Kenichi Handa
55d8d76935
(code_convert_region): Set inhibit_modification_hooks
...
to 1 before calling Fset_text_properties.
1998-10-08 06:48:42 +00:00
Kenichi Handa
7b5ebb0049
(quail-defrule): New optional arg APPEND.
...
(quail-defrule-internal): Fix bug of handling the argument APPEND.
1998-10-08 06:45:36 +00:00
Kenichi Handa
fd16a4c6d8
(signal_before_change): If inhibit_modification_hooks
...
is nonzero, do nothing.
(signal_after_change): Likewise.
1998-10-08 06:45:36 +00:00
Kenichi Handa
7775635d6f
(inhibit_modification_hooks): New variable.
...
(init_buffer_once): Initialize inhibit_modification_hooks to 0.
1998-10-08 06:45:36 +00:00
Kenichi Handa
347d3e9ca8
(inhibit_modification_hooks): Extern it.
1998-10-08 06:45:36 +00:00
Kenichi Handa
ba7434e5bf
(invalid_character): Prepend `0' to octal
...
representation. Give error sufficient args.
1998-10-08 06:45:36 +00:00
Richard M. Stallman
749d2ee6dd
(save-buffer): Doc fix.
1998-10-08 02:20:26 +00:00
Geoff Voelker
d54abccd47
(init_ntproc): Check for Windows init file.
...
(term_ntproc): Do not check for it here.
1998-10-07 19:47:48 +00:00
Karl Heuer
1fdd360103
(profile-fix-fun): If already profiled,
...
return DEF unchanged, not nil. Simplify.
1998-10-07 18:32:55 +00:00
Geoff Voelker
0009dce3ea
(file-name-buffer-file-type-alist): Fix typo in regexp.
1998-10-07 02:29:06 +00:00
Karl Heuer
9b544de17c
(generic-mode-with-type): Added hooks for generic-modes.
1998-10-07 00:01:15 +00:00
Karl Heuer
c1977112c3
(ftp, nslookup): Require comint.
...
(network-service-connection): Likewise.
(whois-server-name): Defaults to whois.arin.net
(whois-server-list, whois-server-tld, whois-guess-server): New var.
(whois): Tries to guess the appropriate top-level domain server.
(whois-get-tld): New function.
1998-10-06 23:59:00 +00:00
Karl Heuer
261f6363b5
Mentioned dirtrack-debug-toggle in the docs.
...
Added note about running shells as other users or on other machines.
(dirtrack-debug-toggle): Added this function.
1998-10-06 23:41:18 +00:00
Karl Heuer
80252f73f8
(clean-buffer-list): Add autoload cookie.
1998-10-06 23:35:50 +00:00
Karl Heuer
2298f9f7d8
(eval-defun): Return the evaluation result.
1998-10-06 23:33:04 +00:00