Commit graph

20681 commits

Author SHA1 Message Date
Kim F. Storm
c6a46372a3 (init_buffer_once): Set dummy default values for
fringe-indicator-alist and fringe-cursor-alist.  The proper
default values are set by pre-loading fringe.el.
(syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
correspondig default- variables.
2006-02-20 22:14:06 +00:00
Chong Yidong
a073faa64c * regex.c: Revert 2006-02-19 change.
Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
2006-02-20 16:44:09 +00:00
Chong Yidong
a77f947b23 * regex.c (xmalloc, xrealloc): Define these when not linked to
Emacs.
2006-02-20 16:25:21 +00:00
Luc Teirlinck
2f90d2bc9d *** empty log message *** 2006-02-20 03:53:56 +00:00
Luc Teirlinck
4aea1d4bd7 (extend_range_table_work_area): Fix typo. 2006-02-20 03:48:53 +00:00
Richard M. Stallman
7b1d7d664b (regex_compile): Call xmalloc and xrealloc.
(regcomp): Use xmalloc.
2006-02-20 01:19:15 +00:00
Richard M. Stallman
5eeafdc912 (x_catch_errors): Use xmalloc. 2006-02-20 01:18:43 +00:00
Richard M. Stallman
8a169494f0 (extend_range_table_work_area): Call xmalloc and xrealloc. 2006-02-20 01:15:42 +00:00
Richard M. Stallman
6d304eed7f (malloc_widget_value): Use xmalloc. 2006-02-20 01:14:07 +00:00
Richard M. Stallman
5498b6af64 *** empty log message *** 2006-02-20 00:00:31 +00:00
Richard M. Stallman
933f22f4f4 [HAVE_GETRLIMIT]: Include sys/resource.h.
(check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
2006-02-20 00:00:18 +00:00
Richard M. Stallman
e33c22a563 (digest_single_submenu): When pane_string is empty, do initialize save_wv. 2006-02-19 23:41:31 +00:00
YAMAMOTO Mitsuharu
4f2f32146a (update_menu_bar) [MAC_OS]: Don't set
w->update_mode_line if arg F is not the selected frame.
2006-02-19 07:33:40 +00:00
YAMAMOTO Mitsuharu
0f745bcf79 (popup_activated_flag, submenu_id)
(next_menubar_widget_id): Remove variables.
(initialize_frame_menubar): Remove function.
(pop_down_menu, mac_menu_show): Simplify save value.
(dispose_menus): New function.
(pop_down_menu, fill_menubar): Use it.
(fill_submenu): Remove function.  All uses changed to fill_menu.
(add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
POS.  Don't call SetMenuItemHierarchicalID here.
(fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
used next.  Call SetMenuItemHierarchicalID here.
(fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
objects if needed.  Reuse existing menu bar titles if possible.
(set_frame_menubar): Don't clean up menu objects here.
2006-02-19 07:33:13 +00:00
Chong Yidong
da7520dea4 * window.c (window_min_size_1): Ensure room for the scroll bar and
fringes.
2006-02-18 22:17:09 +00:00
Romain Francoise
a9c18b842e (BASE_PURESIZE): Increment to 1200000. 2006-02-17 19:58:17 +00:00
Stefan Monnier
537407f049 (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs. 2006-02-17 16:00:35 +00:00
Juanma Barranquero
5bf3610f7c *** empty log message *** 2006-02-17 15:12:43 +00:00
Juanma Barranquero
a53d44a857 (Fset_window_scroll_bars): Doc fix. 2006-02-17 15:02:30 +00:00
Kenichi Handa
8a39d7dad8 (display_mode_element): Call display_string with correct
PREC arg (which must be a number of characters, not column width).
2006-02-17 12:35:52 +00:00
Kenichi Handa
ed0218e288 *** empty log message *** 2006-02-17 12:35:38 +00:00
Jan Djärv
d8d3d48ce8 Fix entry for 2006-02-14 2006-02-15 09:46:01 +00:00
Jan Djärv
6d45d2a001 Indentation fix 2006-02-15 09:45:31 +00:00
YAMAMOTO Mitsuharu
f036d043ab (set_frame_menubar): Don't call DrawMenuBar. 2006-02-15 08:42:12 +00:00
YAMAMOTO Mitsuharu
052c4ff370 (x_set_menu_bar_lines): Menu bar is always shown on Mac. 2006-02-15 08:41:36 +00:00
YAMAMOTO Mitsuharu
58ec29139a (x_get_arg): Clear out PARAM in ALIST also on Mac. 2006-02-15 08:41:12 +00:00
Richard M. Stallman
9d8f542c7c *** empty log message *** 2006-02-15 01:05:41 +00:00
Richard M. Stallman
5f69492604 (x_get_arg): Clear out all occurrences of PARAM in ALIST. 2006-02-15 01:05:33 +00:00
Miles Bader
853e72d905 Add arch tagline 2006-02-14 22:03:16 +00:00
Richard M. Stallman
885f1975d5 *** empty log message *** 2006-02-14 15:32:55 +00:00
Richard M. Stallman
3e5b698e85 New file. 2006-02-14 15:31:49 +00:00
Jan Djärv
26ebccfd1d * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
value of x-gtk-whole-detached-tool-bar.
 (xg_tool_bar_attach_callback): Set show-arrow to FALSE.

 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
2006-02-14 11:35:19 +00:00
Jan Djärv
e0f467cba7 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar. 2006-02-14 11:35:00 +00:00
Jan Djärv
0f340cab5f * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
value of x-gtk-whole-detached-tool-bar.
2006-02-14 11:34:44 +00:00
Jan Djärv
4d7637b85f Fix address. 2006-02-14 10:04:19 +00:00
Jan Djärv
58118de5e0 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
* xterm.h: Declare x_x_to_emacs_modifiers.

 * gtkutil.c (xg_tool_bar_button_cb): New function.
 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
 store modifiers in event.
 (update_frame_tool_bar): Connect button-release-event to
 xg_tool_bar_button_cb.
2006-02-14 10:02:23 +00:00
Jan Djärv
2334f9e769 * gtkutil.c (xg_tool_bar_button_cb): New function.
(xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
 store modifiers in event.
 (update_frame_tool_bar): Connect button-release-event to
 xg_tool_bar_button_cb.
2006-02-14 10:01:58 +00:00
Jan Djärv
d39f8cb634 * xterm.h: Declare x_x_to_emacs_modifiers. 2006-02-14 10:01:39 +00:00
Jan Djärv
e92928a72d * xterm.c (x_x_to_emacs_modifiers): Make non-static. 2006-02-14 10:01:23 +00:00
Richard M. Stallman
555ffb460d Fix style of last change. 2006-02-13 21:42:43 +00:00
Richard M. Stallman
f8d775e1cd *** empty log message *** 2006-02-13 18:47:24 +00:00
Richard M. Stallman
25d3464373 (xwindow): Update the code to show the window box. 2006-02-13 18:45:39 +00:00
Jan Djärv
0c0351b599 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame). 2006-02-13 11:34:20 +00:00
Richard M. Stallman
4d94dd9a25 (internal_self_insert): Handle weird auto-fill-function. 2006-02-13 02:17:15 +00:00
Eli Zaretskii
c54fb9ef13 *** empty log message *** 2006-02-11 13:56:14 +00:00
Eli Zaretskii
9d56e0da1f (Venable_disabled_menus_and_buttons): New variable.
(syms_of_keyboard): DEVFAR_LISP and initialize it.
(parse_tool_bar_item, parse_menu_item): If that variable is
non-nil, don't disable menu items and tool-bar buttons.
2006-02-11 13:50:29 +00:00
Juanma Barranquero
ac6a9b5549 *** empty log message *** 2006-02-11 00:07:16 +00:00
Juanma Barranquero
04bf678313 (Fsubstitute_command_keys): Doc fix. 2006-02-11 00:04:32 +00:00
Thien-Thi Nguyen
0ddb0ae836 (Findirect_function): Rewrite docstring.
Fix omission bug: Declare new arg NOERROR.
2006-02-10 22:36:01 +00:00
YAMAMOTO Mitsuharu
cbd488c46a *** empty log message *** 2006-02-10 08:35:43 +00:00