Jason Rumney
212da13bef
(w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a null title.
...
(FONT_REGEXP): Remove unused macro, and its sub-components.
(syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
2000-07-15 11:56:03 +00:00
Jason Rumney
86fb1a7902
(w32_menu_show): Call free_menubar_widget_value_tree after menu is
...
finished with.
(add_menu_item): Only consider wv->title as a menu title.
(w32_menu_display_help): Add OBJECT and POS to show_help_echo.
2000-07-15 11:52:21 +00:00
Jason Rumney
d4b7d6b494
(w32-enable-italics, w32-charset-to-codepage-alist): Declare as obsolete.
2000-07-15 11:50:42 +00:00
Jason Rumney
8322784013
Make FONTNAME arg to set-fontset-font a cons.
2000-07-15 11:49:36 +00:00
Sam Steingold
178c5d9c65
check default_face before dereferencing
2000-07-14 20:29:04 +00:00
Gerd Moellmann
e5acf0cab8
*** empty log message ***
2000-07-14 18:03:02 +00:00
Gerd Moellmann
c87a7e0f2c
(malloc) [emacs]: Define as xmalloc.
2000-07-14 18:00:36 +00:00
Gerd Moellmann
c43a1ff693
(xrealloc, xmalloc): Renamed from yrealloc and
...
ymalloc.
2000-07-14 17:59:55 +00:00
Gerd Moellmann
9bd7c104af
(xmalloc, xrealloc): Make externally visible, for use
...
by alloca.o.
2000-07-14 17:59:42 +00:00
Gerd Moellmann
32b4c0e90b
(alloca.o): Add -Demacs so that alloca will use
...
xmalloc.
2000-07-14 17:59:27 +00:00
Dave Love
6fe533f653
*** empty log message ***
2000-07-14 17:55:09 +00:00
Dave Love
89a1d3feb1
(back_comment): Add null default in switch for pcc.
2000-07-14 17:49:13 +00:00
Dave Love
1c84e51194
Add view-mode to local variables.
2000-07-14 16:49:39 +00:00
Gerd Moellmann
bd23a69269
*** empty log message ***
2000-07-14 15:19:14 +00:00
Gerd Moellmann
88a19a908e
(Fx_show_tip): Adjust number of parameters
...
in prototype.
2000-07-14 15:18:45 +00:00
Gerd Moellmann
0634ce9859
(Fx_show_tip): If frame parameters contain a position,
...
use that instead of the mouse position. Add parameters DX and DY.
2000-07-14 15:18:29 +00:00
Gerd Moellmann
226916a81c
Fix typo.
2000-07-14 15:14:58 +00:00
Dave Love
9a8d84ca64
load-path not customizable
...
help strings in menus work
2000-07-14 15:00:08 +00:00
Dave Love
d4af987a94
(Info-mode-menu): Fix use of :help, :enable.
2000-07-14 14:39:34 +00:00
Gerd Moellmann
9662da0b92
*** empty log message ***
2000-07-14 14:01:16 +00:00
Gerd Moellmann
276680c4a7
(FUNCTIONP): New macro.
...
(internal_condition_case_2, call_function): Add prototypes.
2000-07-14 13:57:22 +00:00
Gerd Moellmann
10b29d414e
(internal_condition_case_2): New function.
2000-07-14 13:57:10 +00:00
Gerd Moellmann
0d8b31c0ff
(eval_form): GCPRO argument sexpr.
...
(call_function): New function.
(handle_single_display_prop): Use call_function and FUNCTIONP
instead of checking whether if font_height is a symbol and
using eval_form.
2000-07-14 13:56:56 +00:00
Gerd Moellmann
66ed7d9a15
(menu_highlight_callback): Use
...
kbd_buffer_store_help_event instead of setting up and input_event
structure manually.
2000-07-14 13:56:26 +00:00
Gerd Moellmann
be01051469
(help_echo_object, help_echo_pos): New variables.
...
(note_mode_line_highlight): Store additional information about the
help-echo in help_echo_object and help_echo_pos. Check both
`local-map' and `keymap' properties for changing the cursor
(note_mouse_highlight): Store additional information about the
help-echo in help_echo_object and help_echo_pos.
(note_tool_bar_highlight): Set help_echo_object to nil and
help_echo_pos to -1.
(XTread_socket): Use gen_help_event instead of filling
input_events manually.
(syms_of_xterm): Staticpro help_echo_object.
2000-07-14 13:56:09 +00:00
Gerd Moellmann
35ff954adb
(gen_help_event, kbd_buffer_store_help_event):
...
Add prototypes.
2000-07-14 13:55:38 +00:00
Gerd Moellmann
8dfd92c9a6
(show_help_echo): Add parameters OBJECT and POS.
...
if HELP is a function, call it with OBJECT and POS as parameters
to get the help to display.
(gen_help_event, kbd_buffer_store_help_event): New functions.
(kbd_buffer_get_event): Construct the Lisp help-event differently.
(read_char): Call show_help_echo with new parameters.
2000-07-14 13:55:25 +00:00
Kenichi Handa
fc8c47972e
(realize_x_face): Make fontset using the base of the
...
default'face's fontset, not using the default fontset.
2000-07-14 12:19:02 +00:00
Kenichi Handa
0693904a97
*** empty log message ***
2000-07-14 12:07:29 +00:00
Stefan Monnier
115f38ae50
(easy-menu-convert-item-1): Only intern if the label is a string.
2000-07-14 08:43:32 +00:00
Stefan Monnier
3a4f3f86ef
(easy-menu-convert-item-1): Intern the label.
2000-07-14 08:39:48 +00:00
Kenichi Handa
dd7b81cf87
*** empty log message ***
2000-07-14 02:08:34 +00:00
Kenichi Handa
26ae852573
*** empty log message ***
2000-07-14 02:03:34 +00:00
Kenichi Handa
74383408f3
(inhibit_iso_escape_detection): New variable.
...
(syms_of_coding): Make it a Lisp variable.
(detect_coding_iso2022): If inhibit_iso_escape_detection is
nonzero, ignore ISO2022's escape sequence.
2000-07-14 01:56:14 +00:00
Gerd Moellmann
d5aa31d88c
*** empty log message ***
2000-07-13 23:56:44 +00:00
Gerd Moellmann
71e5b1b87f
(eval_form): Make it externally visible.
2000-07-13 23:45:21 +00:00
Gerd Moellmann
954f97acf6
(eval_form): Add prototype.
2000-07-13 23:44:57 +00:00
Gerd Moellmann
d4e68eea30
(show_help_echo): Use eval_form. Add comment.
2000-07-13 23:44:43 +00:00
Gerd Moellmann
7e8895100b
(construct_mouse_click, construct_mouse_wheel)
...
(construct_drag_n_drop, x_scroll_bar_handle_click)
(w32_read_socket): Always set `arg' member of input_events.
2000-07-13 23:44:20 +00:00
Gerd Moellmann
0b7f07ad9b
(dos_rawgetc): Always set `arg' member of input_events.
2000-07-13 23:43:58 +00:00
Gerd Moellmann
0f8aabe948
(construct_mouse_click, x_scroll_bar_to_input_event)
...
(x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket):
Always set `arg' member of input_events.
(construct_menu_click): Unused function removed.
2000-07-13 23:43:30 +00:00
Stefan Monnier
d7d0dac095
*** empty log message ***
2000-07-13 19:13:53 +00:00
Dave Love
4d6d04b504
Doc fixes.
...
(easy-menu-remove): Defalias to ignore.
2000-07-13 19:06:25 +00:00
Dave Love
cf6936a48f
Change maintainer address.
2000-07-13 19:01:10 +00:00
Dave Love
1dfca8bad6
(reftex-bibtex-selection-callback): Call throw correctly.
2000-07-13 18:54:58 +00:00
Gerd Moellmann
56437999a0
(eval-expression-print-length): Change custom type to
...
allow entering nil as value.
2000-07-13 17:46:34 +00:00
Gerd Moellmann
01eac4fdef
(frame-background-mode): Doc fix.
2000-07-13 17:43:58 +00:00
Dave Love
a8189dfe47
(fortran-imenu-generic-expression): Change definition layout.
...
(fortran-mode-menu): Reinstate customize entries.
2000-07-13 17:23:28 +00:00
Dave Love
d04a3972bf
(custom-group-menu-create, customize-menu-create): Use :filter, per old
...
XEmacs code.
2000-07-13 17:06:15 +00:00
Gerd Moellmann
0f1a9b2356
(x_handle_tool_bar_click): Store the frame in the
...
frame_or_window slot of TOOL_BAR_EVENT input events instead of
consing. For prefix events, store the frame in the `arg' slot of
the event, otherwise store the key there.
(XTread_socket): Instead of consing, use the frame_or_window slot
of HELP_EVENTs for the frame, and the `arg' slot for the help
string.
2000-07-13 14:09:50 +00:00