aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to theJan Djärv2006-02-141-0/+8
| | | | | | | 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.
* * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.Jan Djärv2006-02-141-0/+10
|
* * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to theJan Djärv2006-02-141-0/+5
| | | | value of x-gtk-whole-detached-tool-bar.
* Fix address.Jan Djärv2006-02-141-1/+1
|
* * xterm.c (x_x_to_emacs_modifiers): Make non-static.Jan Djärv2006-02-141-0/+12
| | | | | | | | | | * 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.
* * gtkutil.c (xg_tool_bar_button_cb): New function.Jan Djärv2006-02-141-1/+30
| | | | | | | (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.
* * xterm.h: Declare x_x_to_emacs_modifiers.Jan Djärv2006-02-141-0/+2
|
* * xterm.c (x_x_to_emacs_modifiers): Make non-static.Jan Djärv2006-02-141-3/+2
|
* Fix style of last change.Richard M. Stallman2006-02-131-3/+2
|
* *** empty log message ***Richard M. Stallman2006-02-131-0/+4
|
* (xwindow): Update the code to show the window box.Richard M. Stallman2006-02-131-1/+10
|
* * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).Jan Djärv2006-02-132-0/+8
|
* (internal_self_insert): Handle weird auto-fill-function.Richard M. Stallman2006-02-132-1/+6
|
* *** empty log message ***Eli Zaretskii2006-02-111-0/+7
|
* (Venable_disabled_menus_and_buttons): New variable.Eli Zaretskii2006-02-111-4/+29
| | | | | | (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.
* *** empty log message ***Juanma Barranquero2006-02-111-0/+4
|
* (Fsubstitute_command_keys): Doc fix.Juanma Barranquero2006-02-111-1/+1
|
* (Findirect_function): Rewrite docstring.Thien-Thi Nguyen2006-02-102-6/+11
| | | | Fix omission bug: Declare new arg NOERROR.
* *** empty log message ***YAMAMOTO Mitsuharu2006-02-101-0/+22
|
* (mac_define_frame_cursor): Don't change pointer shapeYAMAMOTO Mitsuharu2006-02-101-9/+17
| | | | | | | | | | | for unfocused frame. (x_raise_frame): Call BringToFront instead of SelectWindow. (x_lower_frame): Use NULL instead of nil. (x_make_frame_visible): Don't call SelectWindow. (XTread_socket): Increment handling_signal at the start, decrement it at the end. [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
* (x_set_mouse_color): Don't call rif->define_frame_cursorYAMAMOTO Mitsuharu2006-02-101-20/+57
| | | | | | | | | | | if window_desc is not set yet. (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame parameter `visibility' is `icon'. (Fx_create_frame, x_create_tip_frame): Use "fontset-standard" instead of "fontset-mac". (Fx_focus_frame): New defun. (syms_of_macfns): Defsubr it.
* * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-107-27/+30
| | | | | | | | to pass Qnil for NOERROR. * keymap.c (current_minor_maps_error): Remove. (current_minor_maps): Pass Qt for NOERROR to Findirect_function instead of using internal_condition_case_1+current_minor_maps_error.
* * xterm.c (handle_one_xevent): Must note mouse movement even for nilJan Djärv2006-02-091-0/+6
| | | | | frames for GTK, in that case it is the tool bar. This is so that highlighted text get reset properly.
* handle_one_xevent: Must note mouse movement even for nil frames for GTK,Jan Djärv2006-02-091-0/+11
| | | | in that case it is the tool bar.
* *** empty log message ***Juanma Barranquero2006-02-091-1/+5
|
* (Fmake_bool_vector, Fpurecopy): Doc fixes.Juanma Barranquero2006-02-091-2/+2
|
* * window.c (adjust_window_trailing_edge): Check that shrinkingJan Djärv2006-02-082-0/+13
| | | | does not set a window to size zero or less.
* *** empty log message ***Kim F. Storm2006-02-071-17/+8
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51Miles Bader2006-02-072-6/+12
| | | | | | | | | | Make constrain-to-field notice overlays 2006-02-08 Miles Bader <miles@gnu.org> * src/editfns.c (Fconstrain_to_field): Use Fget_char_property instead of Fget_text_property (other field functions word with overlays as well as text-properties).
* (unibyte_display_via_language_environment): DeleteKenichi Handa2006-02-074-9/+14
| | | | extern.
* (unibyte_display_via_language_environment): ExternKenichi Handa2006-02-071-0/+2
| | | | it.
* (append_glyph): Refer to it->char_to_display instead ofKenichi Handa2006-02-072-19/+44
| | | | | | | | | it->c. (produce_glyphs): Set the character to print in it->char_to_display. Handle unibyte-display-via-language-environment. (produce_stretch_glyph): Set the character to print in it->char_to_display.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06285-289/+369
|
* (openp): Initialized encoded_fn before GCPRO it.Kenichi Handa2006-02-062-1/+5
|
* (malloc, realloc, free) [emacs]: Undefine macros before defining.Ken Raeburn2006-02-052-0/+7
|
* (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfieldKen Raeburn2006-02-052-1/+8
| | | | value to EMACS_INT, to suppress gcc warning.
* (Fconstrain_to_field): Fix int/Lisp_Object mixup.Ken Raeburn2006-02-052-1/+6
|
* Cache last merged escape glyph face.Kim F. Storm2006-02-031-2/+27
| | | | | | | | | | (last_escape_glyph_frame, last_escape_glyph_face_id) (last_escape_glyph_merged_face_id): New variables. (get_next_display_element): Use/update them. (redisplay_internal): Reset them before redisplay. (set_iterator_to_next): Optimize 2004-12-13 fix. Only recheck faces after displaying ellipsis.
* *** empty log message ***Kim F. Storm2006-02-031-0/+11
|
* (decode_composition_emacs_mule): Fix handling ofKenichi Handa2006-02-022-1/+8
| | | | incorrect format data.
* * gtkutil.c (update_frame_tool_bar): Use new tool bar functionsJan Djärv2006-01-312-32/+37
| | | | (gtk_toolbar_insert) so we can have tool bars of different sizes.
* (Flistp): Doc fix.Luc Teirlinck2006-01-301-1/+2
|
* *** empty log message ***Luc Teirlinck2006-01-301-0/+4
|
* *** empty log message ***Juanma Barranquero2006-01-301-0/+5
|
* (Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings.Juanma Barranquero2006-01-301-3/+3
|
* (Fcar, Fcdr): Doc fixes.Luc Teirlinck2006-01-291-4/+4
|
* *** empty log message ***Luc Teirlinck2006-01-281-1/+1
|
* (Fcar, Fcdr): Add links to Elisp manual to the docstrings.Luc Teirlinck2006-01-281-2/+8
|
* *** empty log message ***Luc Teirlinck2006-01-281-1/+5
|
* * alloc.c (make_interval, allocate_string)Chong Yidong2006-01-272-8/+80
| | | | | | (allocate_string_data, make_float, Fcons, allocate_vectorlike) (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing global variables.