mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
*** empty log message ***
This commit is contained in:
parent
e9ec3919bc
commit
f5737ad232
@ -1,3 +1,12 @@
|
||||
1999-10-07 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* custom.el (defface): Extend documentation for new values of
|
||||
`type'.
|
||||
|
||||
* faces.el (face-spec-set-match-display): Recognize `type' of
|
||||
`motif', `lucid', `x-toolkit'.
|
||||
(menu): New face.
|
||||
|
||||
1999-10-05 Dave Love <fx@gnu.org>
|
||||
|
||||
* files.el: Recognize temporary crontab files.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-10-07 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* lwlib-Xm.c (make_menu_in_widget, update_one_menu_entry): Use
|
||||
widgets instead of gadgets to be able to set colors.
|
||||
|
||||
1999-09-17 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* lwlib-Xaw.c (wm_delete_window): Check all the shell's children,
|
||||
|
@ -1,3 +1,29 @@
|
||||
1999-10-07 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xdisp.c (display_menu_bar): Use MENU_FACE_ID instead of
|
||||
MODE_LINE_FACE_ID.
|
||||
|
||||
* xfaces.c (toplevel) [USE_MOTIF]: Include some Motif headers.
|
||||
(struct x_resources) [USE_X_TOOLKIT]: New.
|
||||
(xm_apply_resources, xm_set_menu_resources_from_menu_face)
|
||||
[USE_MOTIF]: New.
|
||||
(xl_apply_resources, xl_set_menu_resources_from_menu_face)
|
||||
[USE_LUCID]: New.
|
||||
(x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: New.
|
||||
(Qmenu): New.
|
||||
(syms_of_xfaces): Initialize Qmenu.
|
||||
(realize_basic_faces): Realize face `menu'.
|
||||
(resolve_face_name): New.
|
||||
(lface_from_face_name): Use it.
|
||||
(Finternal_set_lisp_face_attribute): Ditto.
|
||||
(Fpixmap_spec_p): Rewritten. Extend doc string.
|
||||
|
||||
* xmenu.c (set_frame_menubar, xmenu_show): Call
|
||||
x_set_menu_resources_from_menu_face.
|
||||
|
||||
* dispextern.h (enum face_id): Add MENU_FACE_ID.
|
||||
(toplevel): Include X11/Intrinsic.h.
|
||||
|
||||
1999-10-03 Ken'ichi Handa <handa@gnu.org>
|
||||
|
||||
* coding.c (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GR
|
||||
|
Loading…
Reference in New Issue
Block a user