Kenichi Handa
a4ef85ee19
(echo_prompt): Argument type changed to Lisp_Object.
...
Always store string in multibyte representation in echobuf.
(echo_char): Always store string in multibyte representation in
echobuf.
(echo_now): Call message2_nolog with the arg MULTIBYTE 1.
(read_key_sequence): Adjusted for the change of echo_prompt.
2000-12-14 10:44:56 +00:00
Kenichi Handa
98d62747fd
*** empty log message ***
2000-12-14 10:43:49 +00:00
Gerd Moellmann
5e5b3d4114
(easy-menu-current-active-maps): Test
...
if symbol is bound before getting its value.
2000-12-14 10:36:42 +00:00
Gerd Moellmann
e56031492e
(tooltip-show): If an error is signaled in
...
x-show-tip, display that error, and display the help in the
echo area.
2000-12-14 10:35:22 +00:00
Eli Zaretskii
a924cf63b2
Fix typos.
2000-12-14 05:44:18 +00:00
Kenichi Handa
f15dafe081
(Fmd5): Docstring improved.
2000-12-14 01:42:13 +00:00
Kenichi Handa
a20193cd46
*** empty log message ***
2000-12-14 01:40:55 +00:00
Kenichi Handa
764ca8dad8
(decode_coding_string): Set coding->src_multibyte and
...
coding->dst_multibyte before calling detect_coding and detect_eol.
Update them after some coding system is detected.
2000-12-14 01:27:43 +00:00
Kenichi Handa
1da1bb05a8
*** empty log message ***
2000-12-14 01:27:24 +00:00
Kenichi Handa
984742da9c
(detect_coding_system): Prototype adjusted.
2000-12-13 23:29:44 +00:00
Kenichi Handa
191b83b64c
*** empty log message ***
2000-12-13 23:29:17 +00:00
Kenichi Handa
50e3a34644
(skkdic-set-okuri-nasi): Show
...
"... entries" messages for every 10000 entries, not 10.
2000-12-13 23:27:49 +00:00
Kenichi Handa
0a28aafbbc
(ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
...
(detect_coding_emacs_mule, detect_coding_iso2022,)
(detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
(detect_coding_utf_16, detect_coding_ccl): Make them static. New
argument MULTIBYTEP. Callers changed.
(detect_coding_mask, detect_coding_system): New argument
MULTIBYTEP. Callers changed.
2000-12-13 23:24:37 +00:00
Kenichi Handa
0544ef4958
*** empty log message ***
2000-12-13 23:24:13 +00:00
Karl Fogel
6192b604c1
* bookmark.el: Provide a generic exit hook, as suggested by Ovidiu
...
Predescu <ovidiu@cup.hp.com>:
(bookmark-exit-hook): new var.
(bookmark-exit-hook-internal): new func, replaces old raw lambda form
in `kill-emacs-hook', and runs new `bookmark-exit-hooks'. No longer
tests for the bookmark feature, as logically that feature must have
been provided if this function is running.
Removed ;;;###autoload before the `add-hook' call.
2000-12-13 22:56:38 +00:00
Stefan Monnier
bf6282d222
*** empty log message ***
2000-12-13 22:27:23 +00:00
Gerd Moellmann
19f71add93
(x_free_frame_resources): New function.
...
(x_destroy_window): Use it.
2000-12-13 20:28:14 +00:00
Gerd Moellmann
6dec8d7873
(x_free_frame_resources): Declare.
2000-12-13 20:27:22 +00:00
Gerd Moellmann
eaf1eea986
(image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
...
New variables.
(unwind_create_frame, unwind_create_tip_frame): New functions.
(Fx_create_frame, x_create_tip_frame): Handle errors signaled
while a frame is only partially constructed.
2000-12-13 20:27:01 +00:00
Dave Love
70de49cc69
*** empty log message ***
2000-12-13 17:47:35 +00:00
Dave Love
f94b82d970
(ensure_scope_buffer_room): Fix xrealloc call.
2000-12-13 17:47:18 +00:00
Stefan Monnier
5edf6b5556
(easy-menu-define): Setup indentation.
...
(easy-menu-current-active-maps): New function.
(easy-menu-get-map): Use it.
Make a proper menu entry when creating a new keymap.
2000-12-13 16:14:49 +00:00
Gerd Moellmann
e10da50740
(do_mouse_tracking): Make externally visible.
2000-12-13 14:27:09 +00:00
Gerd Moellmann
8fd9a6667c
(update_window): If do_mouse_tracking is non-nil,
...
don't interrupt the update for pending input initially, i.e.
update at least some lines.
2000-12-13 14:24:01 +00:00
Stefan Monnier
d5b3eb1b54
(get_keyelt): Only eval the filter if `autoload' is set.
2000-12-13 14:13:18 +00:00
Stefan Monnier
341a09cf9d
(menu_bar_items, tool_bar_items):
...
Set `autoload' when looking up `tool-bar' or `menu-bar' submap.
2000-12-13 14:12:02 +00:00
Gerd Moellmann
f7f8bb6913
*** empty log message ***
2000-12-13 13:25:16 +00:00
Gerd Moellmann
62906360e9
(gray_bitmap_bits): Declare `char *'.
2000-12-13 13:24:02 +00:00
Gerd Moellmann
10659c7727
(x_term_init): Declare gray_bitmap_bits as `extern
...
char *'
2000-12-13 13:23:37 +00:00
Dave Love
a308c9cda1
*** empty log message ***
2000-12-13 10:32:10 +00:00
Miles Bader
7476c3a0bb
(smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we
...
don't get stuck while trying to smilefy intangible text.
2000-12-13 02:07:55 +00:00
Kenichi Handa
85ef8ece98
Fix cases and syntaxes for mule-unicode-0100-24ff.
2000-12-13 02:01:05 +00:00
Kenichi Handa
d49fc4eb22
*** empty log message ***
2000-12-13 02:00:32 +00:00
Kenichi Handa
501be301de
(dired-move-to-filename-regexp): Fixed for the case
...
that a Japanese character is not appended after day and year.
2000-12-13 00:23:04 +00:00
Kenichi Handa
3b53d8760f
*** empty log message ***
2000-12-13 00:22:41 +00:00
Kenichi Handa
544e210f7a
(Info-suffix-list): Change format for a command that
...
requires arguments.
(info-insert-file-contents): Adjusted for the above change.
2000-12-13 00:14:52 +00:00
Kenichi Handa
16b5e8e6cd
*** empty log message ***
2000-12-13 00:14:26 +00:00
Gerd Moellmann
90aa28562e
(display_tool_bar_line): Make sure that tool bar
...
lines start with a relief line.
2000-12-12 20:04:34 +00:00
Dave Love
e9ce2497b9
(Fdisplay_buffer): Doc fix.
...
(Fwindow_list): Remove unused var.
2000-12-12 19:00:34 +00:00
Dave Love
a465f86b5c
(mmap_set_vars): Declare.
2000-12-12 18:51:47 +00:00
Dave Love
30da6d9580
(Fset_window_point): Declare.
2000-12-12 18:50:49 +00:00
Andreas Schwab
1df1c51825
.
2000-12-12 17:58:35 +00:00
Andreas Schwab
38c6e0c73e
(tar-extract): Base the name of the subfile buffer
...
on the name of the tar buffer. Verify that the existing buffer is
visiting the same subfile.
2000-12-12 17:56:49 +00:00
Gerd Moellmann
2ebf6139fc
*** empty log message ***
2000-12-12 17:03:11 +00:00
Gerd Moellmann
d6a1d28906
(smiley-regexp-alist): Make regexps match
...
at the end of the buffer.
(smiley-region): In the loop, move to the end of the submatch
matching the smiley instead of using the end of the match
of the whole regexp.
2000-12-12 16:54:45 +00:00
Gerd Moellmann
06507d30fa
(cursor_in_non_selected_windows): Declare extern.
2000-12-12 16:14:39 +00:00
Gerd Moellmann
799417bd94
(Fset_window_point): If displaying cursors in windows
...
other than the selected window, make sure redisplay updates
other windows to show the new value of point in the window.
2000-12-12 16:14:01 +00:00
Dave Love
a7a07b983f
*** empty log message ***
2000-12-12 15:45:39 +00:00
Gerd Moellmann
bfdb75eeaa
*** empty log message ***
2000-12-12 15:30:41 +00:00
Gerd Moellmann
933bfda185
(Fkill_buffer): Don't Fset_buffer when testing if
...
the buffer is the sole visible buffer when in the mini-buffer.
2000-12-12 15:29:00 +00:00