]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years ago(expose_window): Don't redraw the window that's
Gerd Moellmann [Fri, 15 Dec 2000 17:14:07 +0000 (17:14 +0000)]
(expose_window): Don't redraw the window that's
currently being updated.

24 years ago(delete-trailing-whitespace): Remove extraneous let.
Miles Bader [Fri, 15 Dec 2000 16:25:51 +0000 (16:25 +0000)]
(delete-trailing-whitespace): Remove extraneous let.

24 years ago2000-12-15 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 15 Dec 2000 15:13:29 +0000 (15:13 +0000)]
2000-12-15  ShengHuo ZHU  <zsh@cs.rochester.edu>

* pop3.el (pop3-movemail): Use binary.
(pop3-movemail-file-coding-system): Removed.

24 years ago*** empty log message ***
Dave Love [Fri, 15 Dec 2000 15:07:18 +0000 (15:07 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Dec 2000 15:06:57 +0000 (15:06 +0000)]
*** empty log message ***

24 years ago(Fset_window_point): Remove test for
Gerd Moellmann [Fri, 15 Dec 2000 15:06:35 +0000 (15:06 +0000)]
(Fset_window_point): Remove test for
cursor_in_non_selected_windows.

24 years agoComment update.
Gerd Moellmann [Fri, 15 Dec 2000 14:49:34 +0000 (14:49 +0000)]
Comment update.

24 years ago(bcopy) [IRIX6]: Don't special-case definition of
Gerd Moellmann [Fri, 15 Dec 2000 14:49:08 +0000 (14:49 +0000)]
(bcopy) [IRIX6]: Don't special-case definition of
bcopy & al.

24 years ago#undef bcopy & al here. Include strings.h.
Gerd Moellmann [Fri, 15 Dec 2000 14:48:46 +0000 (14:48 +0000)]
#undef bcopy & al here.  Include strings.h.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Dec 2000 14:48:30 +0000 (14:48 +0000)]
*** empty log message ***

24 years ago(operator_name): Cast argument of isalpha to
Gerd Moellmann [Fri, 15 Dec 2000 14:33:39 +0000 (14:33 +0000)]
(operator_name): Cast argument of isalpha to
unsigned char.

24 years ago(get_keyword): Make sure that isspace and
Gerd Moellmann [Fri, 15 Dec 2000 14:33:25 +0000 (14:33 +0000)]
(get_keyword): Make sure that isspace and
similar aren't called with a negative argument.

24 years ago(ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
Gerd Moellmann [Fri, 15 Dec 2000 14:32:55 +0000 (14:32 +0000)]
(ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
Use them throughout instead of ctype functions/macros.
(lowcase): Cast to unsigned char.
(UPCASE): New macro.
(canonicalize_filename): Use UPCASE instead toupper.

24 years ago*** empty log message ***
Miles Bader [Fri, 15 Dec 2000 14:18:53 +0000 (14:18 +0000)]
*** empty log message ***

24 years ago(comint-send-string, comint-send-region): Also accept a buffer, buffer-name,
Miles Bader [Fri, 15 Dec 2000 14:09:22 +0000 (14:09 +0000)]
(comint-send-string, comint-send-region): Also accept a buffer, buffer-name,
or nil for PROCESS, for compatibility with process-send-string/region.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Dec 2000 13:59:46 +0000 (13:59 +0000)]
*** empty log message ***

24 years ago(read1): Recognize end of file after `\\'.
Gerd Moellmann [Fri, 15 Dec 2000 13:59:23 +0000 (13:59 +0000)]
(read1): Recognize end of file after `\\'.

24 years ago(isearch-lazy-highlight-max): New user-option.
Gerd Moellmann [Fri, 15 Dec 2000 13:22:21 +0000 (13:22 +0000)]
(isearch-lazy-highlight-max): New user-option.
(isearch-lazy-highlight-update): Don't highlight more than
isearch-lazy-highlight-max matches.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Dec 2000 13:01:30 +0000 (13:01 +0000)]
*** empty log message ***

24 years ago(sort-columns): Fix error message.
Gerd Moellmann [Fri, 15 Dec 2000 13:00:59 +0000 (13:00 +0000)]
(sort-columns): Fix error message.

24 years ago(mh-find-path): Set read-mail-command.
Gerd Moellmann [Fri, 15 Dec 2000 12:32:33 +0000 (12:32 +0000)]
(mh-find-path): Set read-mail-command.

24 years ago(x_create_tip_frame): Use unwind_create_tip_frame,
Gerd Moellmann [Fri, 15 Dec 2000 12:06:34 +0000 (12:06 +0000)]
(x_create_tip_frame): Use unwind_create_tip_frame,
not unwind_create_frame.

24 years ago(dabbrev--last-case-pattern): Value is now
Gerd Moellmann [Fri, 15 Dec 2000 11:51:04 +0000 (11:51 +0000)]
(dabbrev--last-case-pattern): Value is now
`upcase' or `downcase' or nil.
(dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
Pass new record-case-pattern arg to dabbrev--substitute-expansion.
(dabbrev--substitute-expansion): New arg record-case-pattern.
If it is non-nil, set dabbrev--last-case-pattern.
If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.

(dabbrev--find-expansion): Remove extra nreverse.

24 years agoAdd note aboute using `inverse-video' to detect excessive screen redraw.
Miles Bader [Fri, 15 Dec 2000 11:41:20 +0000 (11:41 +0000)]
Add note aboute using `inverse-video' to detect excessive screen redraw.

24 years ago(detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
Kenichi Handa [Fri, 15 Dec 2000 08:30:40 +0000 (08:30 +0000)]
(detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
argument.
(code_convert_region): Don't override coding->src_multibyte and
coding->dst_multibyte.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 15 Dec 2000 08:30:10 +0000 (08:30 +0000)]
*** empty log message ***

24 years ago(setup_coding_system): Clear all members of the struct
Kenichi Handa [Fri, 15 Dec 2000 04:45:53 +0000 (04:45 +0000)]
(setup_coding_system): Clear all members of the struct
coding_system at first.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 15 Dec 2000 04:45:38 +0000 (04:45 +0000)]
*** empty log message ***

24 years ago(Info-default-directory-list): Don't delete configure-info-directory
Miles Bader [Fri, 15 Dec 2000 03:54:32 +0000 (03:54 +0000)]
(Info-default-directory-list): Don't delete configure-info-directory
from the list of standard info directories when appending it to the
end -- their order is important.

24 years agoWS
Miles Bader [Fri, 15 Dec 2000 03:18:26 +0000 (03:18 +0000)]
WS

24 years ago(read-face-attribute): If there's no entry for the user's input in
Miles Bader [Fri, 15 Dec 2000 03:12:09 +0000 (03:12 +0000)]
(read-face-attribute): If there's no entry for the user's input in
VALID, just use it as-is (this will often result in an error, but it may
be OK for e.g. colors using hexadecimal notation, and at least will
yield a better error message).

24 years ago(Fmd5): Docstring improved.
Kenichi Handa [Fri, 15 Dec 2000 02:04:31 +0000 (02:04 +0000)]
(Fmd5): Docstring improved.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 15 Dec 2000 02:04:09 +0000 (02:04 +0000)]
*** empty log message ***

24 years ago(window_box_height): Add comment.
Miles Bader [Fri, 15 Dec 2000 01:51:26 +0000 (01:51 +0000)]
(window_box_height): Add comment.

24 years ago*** empty log message ***
Miles Bader [Fri, 15 Dec 2000 01:12:29 +0000 (01:12 +0000)]
*** empty log message ***

24 years ago(mode-line-window-height-fudge):
Miles Bader [Fri, 15 Dec 2000 01:11:04 +0000 (01:11 +0000)]
(mode-line-window-height-fudge):
  Function removed.
(height-affecting-face-attributes, mode-line-window-height-fudge):
  Variables removed.

24 years ago(ispell-overlay-window): Ensure that the new window is really the right size.
Miles Bader [Fri, 15 Dec 2000 01:09:50 +0000 (01:09 +0000)]
(ispell-overlay-window): Ensure that the new window is really the right size.
  Use vertical-motion rather than forward-line.
(ispell-help): Don't use ispell-mode-line-window-height-fudge.
(ispell-command-loop, ispell-show-choices): Use the variable
  ispell-choices-win-default-height, rather than the function.
(ispell-choices-win-default-height): Function removed.
(ispell-mode-line-window-height-fudge): Function removed.

24 years ago(window_box_height): Only use mode-line glyph-rows that are actually
Miles Bader [Fri, 15 Dec 2000 00:59:56 +0000 (00:59 +0000)]
(window_box_height): Only use mode-line glyph-rows that are actually
marked as mode-lines; otherwise use estimate_mode_line_height.

24 years ago(add-change-log-entry): Only expand-file-name if non-nil.
Stefan Monnier [Thu, 14 Dec 2000 17:30:34 +0000 (17:30 +0000)]
(add-change-log-entry): Only expand-file-name if non-nil.

24 years ago(Info-directory-list): Change doc string to reflect the
Eli Zaretskii [Thu, 14 Dec 2000 17:14:32 +0000 (17:14 +0000)]
(Info-directory-list): Change doc string to reflect the
change in Info-default-directory-list.

24 years ago(Info-default-directory-list): If
Eli Zaretskii [Thu, 14 Dec 2000 17:12:39 +0000 (17:12 +0000)]
(Info-default-directory-list): If
configure-info-directory is not one of the standard directories,
put it first in the list; otherwise put it last.  Doc string
changed accordingly.

24 years ago([M-delete]): Remap to M-d.
Eli Zaretskii [Thu, 14 Dec 2000 16:53:25 +0000 (16:53 +0000)]
([M-delete]): Remap to M-d.

24 years ago(delete-key-deletes-forward-mode): Treat ms-dos and
Eli Zaretskii [Thu, 14 Dec 2000 16:51:52 +0000 (16:51 +0000)]
(delete-key-deletes-forward-mode): Treat ms-dos and
windows-nt as windowed environments, even under -nw.

24 years ago(command-line): Don't call x-backspace-delete-keys-p
Eli Zaretskii [Thu, 14 Dec 2000 16:51:13 +0000 (16:51 +0000)]
(command-line): Don't call x-backspace-delete-keys-p
if not fboundp.  Switch delete-forward mode for the <delete> key
on all PC platforms, even under -nw.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 14 Dec 2000 16:47:18 +0000 (16:47 +0000)]
*** empty log message ***

24 years agoChange maintainer to FSF.
Gerd Moellmann [Thu, 14 Dec 2000 16:44:40 +0000 (16:44 +0000)]
Change maintainer to FSF.

24 years ago(Fformat): Prevent a buffer overrun when the format
Gerd Moellmann [Thu, 14 Dec 2000 16:18:54 +0000 (16:18 +0000)]
(Fformat): Prevent a buffer overrun when the format
specifies a precision.

24 years agoDocument show-cursor-in-non-selected-windows and
Eli Zaretskii [Thu, 14 Dec 2000 15:20:27 +0000 (15:20 +0000)]
Document show-cursor-in-non-selected-windows and
cursor-in-non-selected-windows.

24 years agoMark show-cursor-in-non-selected-windows aas documented in the manual.
Eli Zaretskii [Thu, 14 Dec 2000 15:19:20 +0000 (15:19 +0000)]
Mark show-cursor-in-non-selected-windows aas documented in the manual.

24 years ago*** empty log message ***
Eli Zaretskii [Thu, 14 Dec 2000 15:18:26 +0000 (15:18 +0000)]
*** empty log message ***

24 years ago(show-cursor-in-non-selected-windows): Doc fix.
Eli Zaretskii [Thu, 14 Dec 2000 15:16:27 +0000 (15:16 +0000)]
(show-cursor-in-non-selected-windows): Doc fix.

24 years ago(Fmsdos_set_mouse_buttons): Signal an error if the
Eli Zaretskii [Thu, 14 Dec 2000 15:12:58 +0000 (15:12 +0000)]
(Fmsdos_set_mouse_buttons): Signal an error if the
argument is outside the range [2..3].

24 years agoNote about W3.
Dave Love [Thu, 14 Dec 2000 14:21:32 +0000 (14:21 +0000)]
Note about W3.

24 years ago*** empty log message ***
Dave Love [Thu, 14 Dec 2000 14:17:49 +0000 (14:17 +0000)]
*** empty log message ***

24 years ago(mostlyclean): Remove gnustmp.*
Dave Love [Thu, 14 Dec 2000 14:17:37 +0000 (14:17 +0000)]
(mostlyclean): Remove gnustmp.*
(gnus.dvi): Change rule to remove @latex stuff.

24 years ago(gray_bitmap_bits): Remove `unsigned' from
Dave Love [Thu, 14 Dec 2000 14:11:03 +0000 (14:11 +0000)]
(gray_bitmap_bits): Remove `unsigned' from
declaration.

24 years ago*** empty log message ***
Andrew Innes [Thu, 14 Dec 2000 14:02:06 +0000 (14:02 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 14 Dec 2000 13:47:45 +0000 (13:47 +0000)]
*** empty log message ***

24 years ago(ctl-x-map): Bind `delete' to backward-delete-char.
Gerd Moellmann [Thu, 14 Dec 2000 13:37:24 +0000 (13:37 +0000)]
(ctl-x-map): Bind `delete' to backward-delete-char.

24 years ago(delete-key-deletes-forward): New user-option.
Gerd Moellmann [Thu, 14 Dec 2000 13:36:59 +0000 (13:36 +0000)]
(delete-key-deletes-forward): New user-option.
(delete-key-deletes-forward-mode): New function.

24 years ago(command-line): Call delete-key-deletes-forward-mode,
Gerd Moellmann [Thu, 14 Dec 2000 13:36:34 +0000 (13:36 +0000)]
(command-line): Call delete-key-deletes-forward-mode,
if appropriate.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 14 Dec 2000 12:02:24 +0000 (12:02 +0000)]
*** empty log message ***

24 years agoAC_CHECK_FUNC XkbGetKeyboard.
Gerd Moellmann [Thu, 14 Dec 2000 12:02:09 +0000 (12:02 +0000)]
AC_CHECK_FUNC XkbGetKeyboard.

24 years ago(Fx_backspace_delete_keys_p): New function.
Gerd Moellmann [Thu, 14 Dec 2000 12:01:50 +0000 (12:01 +0000)]
(Fx_backspace_delete_keys_p): New function.
(syms_of_xfns): Defsubr it.

24 years ago(HAVE_XKBGETKEYBOARD): Add.
Gerd Moellmann [Thu, 14 Dec 2000 11:59:50 +0000 (11:59 +0000)]
(HAVE_XKBGETKEYBOARD): Add.

24 years agoChanges from Gnus CVS and fixes.
Dave Love [Thu, 14 Dec 2000 11:31:28 +0000 (11:31 +0000)]
Changes from Gnus CVS and fixes.

24 years ago(Fx_hide_tip): Avoid unnecessary work when there's
Andrew Innes [Thu, 14 Dec 2000 10:55:36 +0000 (10:55 +0000)]
(Fx_hide_tip): Avoid unnecessary work when there's
nothing to do.  Bind inhibit-quit.
(tip_frame): Make it a Lisp_Object.
(x_create_tip_frame): Set tip_frame after it has been added to
Vframe_list.
(Fx_show_tip): Don't set tip_frame here.
(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.

24 years ago(clear_mouse_face): Treat tip_frame as a Lisp_Object.
Andrew Innes [Thu, 14 Dec 2000 10:55:10 +0000 (10:55 +0000)]
(clear_mouse_face): Treat tip_frame as a Lisp_Object.
(x_free_frame_resources): New function.
(x_destroy_window): Use it.

24 years ago(echo_prompt): Argument type changed to Lisp_Object.
Kenichi Handa [Thu, 14 Dec 2000 10:44:56 +0000 (10:44 +0000)]
(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.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 14 Dec 2000 10:43:49 +0000 (10:43 +0000)]
*** empty log message ***

24 years ago(easy-menu-current-active-maps): Test
Gerd Moellmann [Thu, 14 Dec 2000 10:36:42 +0000 (10:36 +0000)]
(easy-menu-current-active-maps): Test
if symbol is bound before getting its value.

24 years ago(tooltip-show): If an error is signaled in
Gerd Moellmann [Thu, 14 Dec 2000 10:35:22 +0000 (10:35 +0000)]
(tooltip-show): If an error is signaled in
x-show-tip, display that error, and display the help in the
echo area.

24 years agoFix typos.
Eli Zaretskii [Thu, 14 Dec 2000 05:44:18 +0000 (05:44 +0000)]
Fix typos.

24 years ago(Fmd5): Docstring improved.
Kenichi Handa [Thu, 14 Dec 2000 01:42:13 +0000 (01:42 +0000)]
(Fmd5): Docstring improved.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 14 Dec 2000 01:40:55 +0000 (01:40 +0000)]
*** empty log message ***

24 years ago(decode_coding_string): Set coding->src_multibyte and
Kenichi Handa [Thu, 14 Dec 2000 01:27:43 +0000 (01:27 +0000)]
(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.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 14 Dec 2000 01:27:24 +0000 (01:27 +0000)]
*** empty log message ***

24 years ago(detect_coding_system): Prototype adjusted.
Kenichi Handa [Wed, 13 Dec 2000 23:29:44 +0000 (23:29 +0000)]
(detect_coding_system): Prototype adjusted.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 13 Dec 2000 23:29:17 +0000 (23:29 +0000)]
*** empty log message ***

24 years ago(skkdic-set-okuri-nasi): Show
Kenichi Handa [Wed, 13 Dec 2000 23:27:49 +0000 (23:27 +0000)]
(skkdic-set-okuri-nasi): Show
"... entries" messages for every 10000 entries, not 10.

24 years ago(ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
Kenichi Handa [Wed, 13 Dec 2000 23:24:37 +0000 (23:24 +0000)]
(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.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 13 Dec 2000 23:24:13 +0000 (23:24 +0000)]
*** empty log message ***

24 years ago* bookmark.el: Provide a generic exit hook, as suggested by Ovidiu
Karl Fogel [Wed, 13 Dec 2000 22:56:38 +0000 (22:56 +0000)]
* 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.

24 years ago*** empty log message ***
Stefan Monnier [Wed, 13 Dec 2000 22:27:23 +0000 (22:27 +0000)]
*** empty log message ***

24 years ago(x_free_frame_resources): New function.
Gerd Moellmann [Wed, 13 Dec 2000 20:28:14 +0000 (20:28 +0000)]
(x_free_frame_resources): New function.
(x_destroy_window): Use it.

24 years ago(x_free_frame_resources): Declare.
Gerd Moellmann [Wed, 13 Dec 2000 20:27:22 +0000 (20:27 +0000)]
(x_free_frame_resources): Declare.

24 years ago(image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
Gerd Moellmann [Wed, 13 Dec 2000 20:27:01 +0000 (20:27 +0000)]
(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.

24 years ago*** empty log message ***
Dave Love [Wed, 13 Dec 2000 17:47:35 +0000 (17:47 +0000)]
*** empty log message ***

24 years ago(ensure_scope_buffer_room): Fix xrealloc call.
Dave Love [Wed, 13 Dec 2000 17:47:18 +0000 (17:47 +0000)]
(ensure_scope_buffer_room): Fix xrealloc call.

24 years ago(easy-menu-define): Setup indentation.
Stefan Monnier [Wed, 13 Dec 2000 16:14:49 +0000 (16:14 +0000)]
(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.

24 years ago(do_mouse_tracking): Make externally visible.
Gerd Moellmann [Wed, 13 Dec 2000 14:27:09 +0000 (14:27 +0000)]
(do_mouse_tracking): Make externally visible.

24 years ago(update_window): If do_mouse_tracking is non-nil,
Gerd Moellmann [Wed, 13 Dec 2000 14:24:01 +0000 (14:24 +0000)]
(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.

24 years ago(get_keyelt): Only eval the filter if `autoload' is set.
Stefan Monnier [Wed, 13 Dec 2000 14:13:18 +0000 (14:13 +0000)]
(get_keyelt): Only eval the filter if `autoload' is set.

24 years ago(menu_bar_items, tool_bar_items):
Stefan Monnier [Wed, 13 Dec 2000 14:12:02 +0000 (14:12 +0000)]
(menu_bar_items, tool_bar_items):
Set `autoload' when looking up `tool-bar' or `menu-bar' submap.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 13 Dec 2000 13:25:16 +0000 (13:25 +0000)]
*** empty log message ***

24 years ago(gray_bitmap_bits): Declare `char *'.
Gerd Moellmann [Wed, 13 Dec 2000 13:24:02 +0000 (13:24 +0000)]
(gray_bitmap_bits): Declare `char *'.

24 years ago(x_term_init): Declare gray_bitmap_bits as `extern
Gerd Moellmann [Wed, 13 Dec 2000 13:23:37 +0000 (13:23 +0000)]
(x_term_init): Declare gray_bitmap_bits as `extern
char *'

24 years ago*** empty log message ***
Dave Love [Wed, 13 Dec 2000 10:32:10 +0000 (10:32 +0000)]
*** empty log message ***

24 years ago(smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we
Miles Bader [Wed, 13 Dec 2000 02:07:55 +0000 (02:07 +0000)]
(smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we
don't get stuck while trying to smilefy intangible text.

24 years agoFix cases and syntaxes for mule-unicode-0100-24ff.
Kenichi Handa [Wed, 13 Dec 2000 02:01:05 +0000 (02:01 +0000)]
Fix cases and syntaxes for mule-unicode-0100-24ff.