changeset 57757:507a7395d0ef

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 27 Oct 2004 20:15:24 +0000
parents a8bc01ac68d0
children e82a320e3ca5
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 41 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 27 20:15:05 2004 +0000
+++ b/lisp/ChangeLog	Wed Oct 27 20:15:24 2004 +0000
@@ -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.
 
@@ -100,8 +105,8 @@
 
 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>
 
@@ -109,6 +114,11 @@
 	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
--- a/src/ChangeLog	Wed Oct 27 20:15:05 2004 +0000
+++ b/src/ChangeLog	Wed Oct 27 20:15:24 2004 +0000
@@ -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,Ad(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)
@@ -69,17 +74,17 @@
 
 2004-10-21  K,Aa(Broly L$,1 q(Brentey  <lorentey@elte.hu>
 
-        * 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.
-
-        * xterm.c (xim_destroy_callback): Ditto.
+	* 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.
+
+	* xterm.c (xim_destroy_callback): Ditto.
 
 
 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
@@ -123,10 +128,10 @@
 
 	* gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
 	and canon_width.
-	(xg_frame_cleared): Removed.
-
-	* gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,
-	xg_find_top_left_in_fixed): Removed.
+	(xg_frame_cleared): Remove.
+
+	* 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).
@@ -135,11 +140,11 @@
 	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>