]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Oct 2004 20:15:24 +0000 (20:15 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Oct 2004 20:15:24 +0000 (20:15 +0000)
lisp/ChangeLog
src/ChangeLog

index a7746c25b018e894ec2e9b9bd94f071d037979d6..a6e4adfd2815d36d4933462fc3851e82b2338d47 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * obsolete/hilit19.el (hilit-mode): New function.
+       Move all the toplevel side-effecting stuff into it, so that loading
+       hilit19 doesn't mess everything up any more.
+
 2004-10-27  Richard M. Stallman  <rms@gnu.org>
 
        * add-log.el (add-change-log-entry): Set up mailing address
@@ -34,8 +40,7 @@
 
 2004-10-27  Kenichi Handa  <handa@m17n.org>
 
-       * international/subst-jis.el: Use
-       utf-translate-cjk-substitutable-p.
+       * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
 
        * international/subst-gb2312.el: Likewise.
 
@@ -47,8 +52,8 @@
        New variable.
        (utf-translate-cjk-set-unicode-range): New function.
        (utf-translate-cjk-unicode-range): Make it customizable.
-       (utf-8-post-read-conversion): Use
-       utf-translate-cjk-unicode-range-string.
+       (utf-8-post-read-conversion):
+       Use utf-translate-cjk-unicode-range-string.
        (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
        Unicode ranges.
 
 
 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
 
-       * progmodes/flymake.el (flymake-split-string): Use
-       `flymake-split-string-remove-empty-edges' in any case.
+       * progmodes/flymake.el (flymake-split-string):
+       Use `flymake-split-string-remove-empty-edges' in any case.
 
 2004-10-26  Masatake YAMATO  <jet@gyve.org>
 
        Use `compilation-error-regexp-alist-alist' instead of
        `compilation-error-regexp-alist'.
 
+2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
+       verbatim face on the \ of \end{verbatim}.
+
 2004-10-25  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
index 3dbe191d9c2543cb347d9e91b62bc356d69479f2..0bcc5761a7704011ea9c0f5a43a7911e4aa711ce 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * syntax.c (scan_sexps_forward): Give precedence to a 2-char
+       comment-starter over a 1-char one.
+
 2004-10-27  Richard M. Stallman  <rms@gnu.org>
 
        * xdisp.c (get_next_display_element): In mode lines,
@@ -22,8 +27,8 @@
 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * gtkutil.c: Put empty line between comment and function body.
-       (xg_destroy_widgets): Renamed from remove_from_container.  Just
-       destroy all widgets in list.  Argument wcont removed.
+       (xg_destroy_widgets): Rename from remove_from_container.
+       Just destroy all widgets in list.  Argument wcont removed.
        (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
        instead of remove_from_container.
        (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
 
 2004-10-21  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
 
-        * xterm.h (x_output): New member `xic_base_fontname'.
-        (FRAME_XIC_BASE_FONTNAME): New macro.
-        (xic_free_xfontset): Declare.
+       * xterm.h (x_output): New member `xic_base_fontname'.
+       (FRAME_XIC_BASE_FONTNAME): New macro.
+       (xic_free_xfontset): Declare.
 
-        * xfns.c (xic_create_xfontset): Share fontsets between frames
-        based on base_fontname.
-        (xic_free_xfontset): New function.
-        (free_frame_xic): Use it.
-        (xic_set_xfontset): Ditto.
+       * xfns.c (xic_create_xfontset): Share fontsets between frames
+       based on base_fontname.
+       (xic_free_xfontset): New function.
+       (free_frame_xic): Use it.
+       (xic_set_xfontset): Ditto.
 
-        * xterm.c (xim_destroy_callback): Ditto.
+       * xterm.c (xim_destroy_callback): Ditto.
 
 
 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
 
        * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
        and canon_width.
-       (xg_frame_cleared): Removed.
+       (xg_frame_cleared): Remove.
 
-       * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,
-       xg_find_top_left_in_fixed): Removed.
+       * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
+       (xg_find_top_left_in_fixed): Remove.
        (xg_create_scroll_bar): Put an event box widget between
        the scroll bar widget and the edit widget.
        (xg_show_scroll_bar): Show the parent widget (the event box).
        Move the parent (the event box) widget inside the fixed widget.
        Move window clear to xterm.c.
 
-       * gtkutil.h (xg_frame_cleared): Removed.
+       * gtkutil.h (xg_frame_cleared): Remove.
 
        * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
-       (x_scroll_bar_create, XTset_vertical_scroll_bar): Remove
-       arguments left and width to xg_update_scrollbar_pos.
+       (x_scroll_bar_create, XTset_vertical_scroll_bar):
+       Remove arguments left and width to xg_update_scrollbar_pos.
        (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
 
 2004-10-19  Kenichi Handa  <handa@m17n.org>