| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the | Jan Djärv | 2006-02-14 | 1 | -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ärv | 2006-02-14 | 1 | -0/+10 |
| | | |||||
| * | * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the | Jan Djärv | 2006-02-14 | 1 | -0/+5 |
| | | | | | value of x-gtk-whole-detached-tool-bar. | ||||
| * | Fix address. | Jan Djärv | 2006-02-14 | 1 | -1/+1 |
| | | |||||
| * | * xterm.c (x_x_to_emacs_modifiers): Make non-static. | Jan Djärv | 2006-02-14 | 1 | -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ärv | 2006-02-14 | 1 | -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ärv | 2006-02-14 | 1 | -0/+2 |
| | | |||||
| * | * xterm.c (x_x_to_emacs_modifiers): Make non-static. | Jan Djärv | 2006-02-14 | 1 | -3/+2 |
| | | |||||
| * | Fix style of last change. | Richard M. Stallman | 2006-02-13 | 1 | -3/+2 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-02-13 | 1 | -0/+4 |
| | | |||||
| * | (xwindow): Update the code to show the window box. | Richard M. Stallman | 2006-02-13 | 1 | -1/+10 |
| | | |||||
| * | * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame). | Jan Djärv | 2006-02-13 | 2 | -0/+8 |
| | | |||||
| * | (internal_self_insert): Handle weird auto-fill-function. | Richard M. Stallman | 2006-02-13 | 2 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-02-11 | 1 | -0/+7 |
| | | |||||
| * | (Venable_disabled_menus_and_buttons): New variable. | Eli Zaretskii | 2006-02-11 | 1 | -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 Barranquero | 2006-02-11 | 1 | -0/+4 |
| | | |||||
| * | (Fsubstitute_command_keys): Doc fix. | Juanma Barranquero | 2006-02-11 | 1 | -1/+1 |
| | | |||||
| * | (Findirect_function): Rewrite docstring. | Thien-Thi Nguyen | 2006-02-10 | 2 | -6/+11 |
| | | | | | Fix omission bug: Declare new arg NOERROR. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-02-10 | 1 | -0/+22 |
| | | |||||
| * | (mac_define_frame_cursor): Don't change pointer shape | YAMAMOTO Mitsuharu | 2006-02-10 | 1 | -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_cursor | YAMAMOTO Mitsuharu | 2006-02-10 | 1 | -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 changed | Kim F. Storm | 2006-02-10 | 7 | -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 nil | Jan Djärv | 2006-02-09 | 1 | -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ärv | 2006-02-09 | 1 | -0/+11 |
| | | | | | in that case it is the tool bar. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-02-09 | 1 | -1/+5 |
| | | |||||
| * | (Fmake_bool_vector, Fpurecopy): Doc fixes. | Juanma Barranquero | 2006-02-09 | 1 | -2/+2 |
| | | |||||
| * | * window.c (adjust_window_trailing_edge): Check that shrinking | Jan Djärv | 2006-02-08 | 2 | -0/+13 |
| | | | | | does not set a window to size zero or less. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-02-07 | 1 | -17/+8 |
| | | |||||
| * | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51 | Miles Bader | 2006-02-07 | 2 | -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): Delete | Kenichi Handa | 2006-02-07 | 4 | -9/+14 |
| | | | | | extern. | ||||
| * | (unibyte_display_via_language_environment): Extern | Kenichi Handa | 2006-02-07 | 1 | -0/+2 |
| | | | | | it. | ||||
| * | (append_glyph): Refer to it->char_to_display instead of | Kenichi Handa | 2006-02-07 | 2 | -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 Nguyen | 2006-02-06 | 285 | -289/+369 |
| | | |||||
| * | (openp): Initialized encoded_fn before GCPRO it. | Kenichi Handa | 2006-02-06 | 2 | -1/+5 |
| | | |||||
| * | (malloc, realloc, free) [emacs]: Undefine macros before defining. | Ken Raeburn | 2006-02-05 | 2 | -0/+7 |
| | | |||||
| * | (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield | Ken Raeburn | 2006-02-05 | 2 | -1/+8 |
| | | | | | value to EMACS_INT, to suppress gcc warning. | ||||
| * | (Fconstrain_to_field): Fix int/Lisp_Object mixup. | Ken Raeburn | 2006-02-05 | 2 | -1/+6 |
| | | |||||
| * | Cache last merged escape glyph face. | Kim F. Storm | 2006-02-03 | 1 | -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. Storm | 2006-02-03 | 1 | -0/+11 |
| | | |||||
| * | (decode_composition_emacs_mule): Fix handling of | Kenichi Handa | 2006-02-02 | 2 | -1/+8 |
| | | | | | incorrect format data. | ||||
| * | * gtkutil.c (update_frame_tool_bar): Use new tool bar functions | Jan Djärv | 2006-01-31 | 2 | -32/+37 |
| | | | | | (gtk_toolbar_insert) so we can have tool bars of different sizes. | ||||
| * | (Flistp): Doc fix. | Luc Teirlinck | 2006-01-30 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-30 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-01-30 | 1 | -0/+5 |
| | | |||||
| * | (Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings. | Juanma Barranquero | 2006-01-30 | 1 | -3/+3 |
| | | |||||
| * | (Fcar, Fcdr): Doc fixes. | Luc Teirlinck | 2006-01-29 | 1 | -4/+4 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-28 | 1 | -1/+1 |
| | | |||||
| * | (Fcar, Fcdr): Add links to Elisp manual to the docstrings. | Luc Teirlinck | 2006-01-28 | 1 | -2/+8 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-28 | 1 | -1/+5 |
| | | |||||
| * | * alloc.c (make_interval, allocate_string) | Chong Yidong | 2006-01-27 | 2 | -8/+80 |
| | | | | | | | (allocate_string_data, make_float, Fcons, allocate_vectorlike) (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing global variables. | ||||