| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (update_compositions): Fix last fix. | Chong Yidong | 2007-06-15 | 1 | -2/+2 |
| | | |||||
| * | * composite.c (update_compositions): Fix last fix. | Chong Yidong | 2007-06-15 | 1 | -0/+4 |
| | | |||||
| * | (Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time. | Jason Rumney | 2007-06-14 | 2 | -2/+19 |
| | | |||||
| * | (get_process_times_fn): New function pointer. | Jason Rumney | 2007-06-14 | 1 | -0/+54 |
| | | | | | | (globals_of_w32): Intialize it if present in kernel32.dll. (w32_get_internal_run_time): New function. | ||||
| * | (update_compositions): Check the validness of | Kenichi Handa | 2007-06-14 | 2 | -4/+14 |
| | | | | | compositions. | ||||
| * | (init_user_info): Fix weird formatting not following GNU coding guidelines. | Juanma Barranquero | 2007-06-14 | 1 | -16/+12 |
| | | |||||
| * | (update_tool_bar, redisplay_tool_bar, redisplay_window) | YAMAMOTO Mitsuharu | 2007-06-14 | 2 | -3/+46 |
| | | | | | [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display. | ||||
| * | (struct mac_output) [USE_MAC_TOOLBAR]: New member | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+20 |
| | | | | | | | | toolbar_win_gravity. (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p. (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]: Add externs. | ||||
| * | (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -7/+655 |
| | | | | | | | | | | | | | | | | | | | | | | | background to scroll bar gap. (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p. (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost scroll bars on frame edge. Check fringe background extension. Don't clear extended fringe background area. (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER) (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P) (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID): [USE_MAC_TOOLBAR]: New macros. (mac_move_window_with_gravity, mac_get_window_origin_with_gravity) (mac_handle_toolbar_event, mac_image_spec_to_cg_image) (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar) (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event) [USE_MAC_TOOLBAR]: New functions. (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window manually if previous repositioning has failed. (mac_handle_keyboard_event): Use precomputed event kind. (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region as tool bar item click. Handle mouse movement over tool bar items. | ||||
| * | [TARGET_API_MAC_CARBON] (menu_target_item_handler): | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+4 |
| | | | | | Return immediately unless popup is activated. | ||||
| * | (USE_MAC_TOOLBAR): New define. | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+7 |
| | | |||||
| * | (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity. | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+29 |
| | | | | | (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR. | ||||
| * | (struct frame) [MAC_OS]: New member external_tool_bar. | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -2/+2 |
| | | | | | (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it. | ||||
| * | (search_image_cache): Remove unused variable. | Chong Yidong | 2007-06-14 | 1 | -6/+11 |
| | | |||||
| * | * image.c (search_image_cache): Remove unused variable. | Chong Yidong | 2007-06-14 | 1 | -0/+4 |
| | | |||||
| * | * xfns.c, xmenu.c: Link to xaw3d if available. | Chong Yidong | 2007-06-13 | 1 | -0/+4 |
| | | |||||
| * | Fix last fix. | Chong Yidong | 2007-06-13 | 1 | -1/+1 |
| | | |||||
| * | Link to xaw3d if available. | Chong Yidong | 2007-06-13 | 1 | -0/+5 |
| | | |||||
| * | Link to xaw3d if available. | Chong Yidong | 2007-06-13 | 1 | -0/+4 |
| | | |||||
| * | (lookup_image): Save frame foreground and background colors. | YAMAMOTO Mitsuharu | 2007-06-13 | 2 | -2/+13 |
| | | | | | (search_image_cache): Check if saved and current frame colors match. | ||||
| * | (struct image) [HAVE_WINDOW_SYSTEM]: New members | YAMAMOTO Mitsuharu | 2007-06-13 | 1 | -0/+4 |
| | | | | | frame_foreground and frame_background. | ||||
| * | Remove log entry for generated file. | Glenn Morris | 2007-06-13 | 1 | -5/+0 |
| | | |||||
| * | Regenerate, rather than applying previous changes by hand. | Glenn Morris | 2007-06-13 | 1 | -3/+3 |
| | | |||||
| * | (regex_compile): Remove the `regnum' counter. | Stefan Monnier | 2007-06-12 | 2 | -25/+51 |
| | | | | | Use bufp->re_nsub instead. Add support for \(?N:RE\). | ||||
| * | (HAVE_GIF): Doc fix. | Glenn Morris | 2007-06-12 | 1 | -1/+5 |
| | | | | | (LIBGIF): New (already used by Makefile.in). | ||||
| * | (HAVE_GIF): If -lungif fails, try -lgif. | Glenn Morris | 2007-06-12 | 1 | -0/+5 |
| | | |||||
| * | Include intervals.h to declare Fget_text_property. | Stefan Monnier | 2007-06-11 | 2 | -7/+11 |
| | | |||||
| * | (Fx_file_dialog): Take size from struct not pointer. | Jason Rumney | 2007-06-10 | 2 | -2/+6 |
| | | |||||
| * | Merge from emacs--rel--22 | Miles Bader | 2007-06-09 | 3 | -1/+19 |
| |\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790 | ||||
| | * | *** empty log message *** | Jason Rumney | 2007-06-06 | 1 | -0/+4 |
| | | | |||||
| | * | Don't define HAVE_TZNAME. | Jason Rumney | 2007-06-06 | 1 | -1/+0 |
| | | | |||||
| | * | (xpm_load): Remove spurious call to xpm_init_color_cache. | Chong Yidong | 2007-06-06 | 1 | -3/+0 |
| | | | |||||
| | * | * image.c (xpm_load): Remove spurious call to xpm_init_color_cache. | Chong Yidong | 2007-06-06 | 1 | -0/+5 |
| | | | |||||
| | * | (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. | Chong Yidong | 2007-06-06 | 1 | -6/+6 |
| | | | |||||
| | * | * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. | Chong Yidong | 2007-06-06 | 1 | -0/+4 |
| | | | |||||
| | * | * xfaces.c (syms_of_xfaces): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * xdisp.c (next_element_from_buffer): * window.c (delete_window): * term.c (term_mouse_highlight): * msdos.c (getdefdir): * macterm.c (mac_create_bitmap_from_bitmap_data) (init_font_name_table): * fns.c (Fsxhash): * data.c (Fmake_local_variable): * ccl.c (ccl_driver): Likewise. | ||||
| | * | (ccl_driver): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | | | |||||
| | * | (Fmake_local_variable): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | | | |||||
| | * | (Fsxhash): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | | | |||||
| | * | (mac_create_bitmap_from_bitmap_data) | Chong Yidong | 2007-06-05 | 1 | -2/+2 |
| | | | | | | | | | (init_font_name_table): Delete stray semicolon. | ||||
| | * | (getdefdir): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -2/+2 |
| | | | |||||
| | * | (delete_window): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | | | |||||
| | * | (next_element_from_buffer): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | | | |||||
| | * | (syms_of_xfaces): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | | | |||||
| | * | (Fshrink_window): Reflow docstring. | Juanma Barranquero | 2007-06-04 | 2 | -2/+6 |
| | | | |||||
| | * | Version 22.1 released. | Chong Yidong | 2007-06-02 | 1 | -0/+2 |
| | | | |||||
| | * | (x_set_name_internal): Undo last change. | Chong Yidong | 2007-06-02 | 1 | -9/+15 |
| | | | |||||
| | * | * xfns.c (x_set_name_internal): Undo last change. | Chong Yidong | 2007-06-02 | 1 | -0/+9 |
| | | | |||||
| | * | (x_encode_text): Add GCPRO. | Richard M. Stallman | 2007-06-01 | 1 | -15/+15 |
| | | | | | | | | | (x_set_name_internal): Separate USE_GTK and non-USE_GTK cases. | ||||
| | * | (x_set_name_internal): Save encoded name before x_encode_text in case | Chong Yidong | 2007-06-01 | 1 | -1/+11 |
| | | | | | | | | | string data is relocated. | ||||