+2003-03-31 Masatake YAMATO <jet@gyve.org>
+
+ * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
+ comments.
+
+ * bindings.el (mode-line-major-mode-keymap): New variable.
+ (mode-line-minor-mode-help): New function, bound to
+ mode-line-minor-mode-keymap.
+ (mode-line-modes): Split mode-line-mode definitions to
+ mode-name, mode-line-process and minor-mode-alist.
+ For mode-name, mode-line-major-mode-keymap is used.
+
+ * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
+ (lookup-minor-mode-from-indicator): New functions.
+
2003-03-31 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
* files.el (file-relative-name): Remove superfluous `and'.
Clarify docstring. From Lars Hansen.
-2003-03-31 Kenichi Handa <handa@etlken2>
+2003-03-31 Kenichi Handa <handa@m17n.org>
* international/utf-16.el (ccl-decode-mule-utf-16-le): Don't
assume the signature bytes.
+2003-03-31 Juanma Barranquero <lektu@terra.es>
+
+ * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
+ blockinput.h and files included from it.
+
2003-03-31 Kim F. Storm <storm@cua.dk>
The following changes consolidates the common code related to
frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
files into frame.c.
-
+
* frame.c: Include blockinput.h.
(Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
(Qx_resource_name, Qface_set_after_frame_default): Define vars here.
(syms_of_frame): Intern and staticpro frame parameter variables.
Defvar_lisp Vx_resource_class and Vx_resource_name here.
Defsubr Sx_get_resource and Sx_parse_geometry.
-
+
* frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
parameter related vars defined in frame.c.
(EMACS_CLASS): Define here.
toolbar and setup size_hint_flags.
(x_frame_parm_handlers): New table for redisplay_interface.
(syms_of_xfns): Don't intern/staticpro removed vars.
-
+
* xterm.c: Remove unnecessary extern declarations.
(x_fullscreen_adjust): Remove. Use generic instead.
(x_redisplay_interface): Add x_frame_parm_handlers member.
toolbar and setup size_hint_flags.
(w32_frame_parm_handlers): New table for redisplay_interface.
(syms_of_w32fns): Don't intern/staticpro removed vars.
-
+
* w32term.c: Remove unnecessary extern declarations.
(x_fullscreen_adjust): Remove. Use generic instead.
(x_redisplay_interface): Add w32_frame_parm_handlers member.
(x_set_scroll_bar_default_width): New global function (for frame.c).
(mac_frame_parm_handlers): New table for redisplay_interface.
(syms_of_macfns): Don't intern/staticpro removed vars.
-
+
* macterm.c: Remove unnecessary extern declarations.
(x_redisplay_interface): Add mac_frame_parm_handlers member.
* macfns.c (x_set_mouse_color): Setup hand_cursor.
(x_set_cursor_color): Use x_display_and_set_cursor.
- * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
+ * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
included from it. Add dependency on keymap.h.
* makefile.w32-in (xdisp.o): Add dependency on keymap.h.