| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Andreas Schwab | 2007-11-16 | 2 | -5/+3 |
| | | |||||
| * | Always take precision into account. | Andreas Schwab | 2007-11-16 | 1 | -4/+1 |
| | | |||||
| * | (Fformat): When formatting an integer as float take precision into account. | Andreas Schwab | 2007-11-16 | 2 | -2/+8 |
| | | |||||
| * | Fix last change. | Andreas Schwab | 2007-11-15 | 1 | -2/+4 |
| | | |||||
| * | (Fformat): Correctly format EMACS_UINT values. | Andreas Schwab | 2007-11-15 | 2 | -14/+28 |
| | | |||||
| * | (Fevent_symbol_parse_modifiers): Fix declaration. | Andreas Schwab | 2007-11-15 | 2 | -1/+6 |
| | | |||||
| * | * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers. | Stefan Monnier | 2007-11-15 | 2 | -0/+17 |
| | | | | | | * keyboard.c (Fevent_symbol_parse_modifiers): New function. (syms_of_keyboard): Defsubr it. | ||||
| * | (swap_in_global_binding): Fix longstanding bug where | Stefan Monnier | 2007-11-15 | 2 | -12/+15 |
| | | | | | | store_symval_forwarding was not called with the right second argument, thus causing objfwd-ing from being dropped. | ||||
| * | (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height, | Juanma Barranquero | 2007-11-14 | 2 | -11/+31 |
| | | | | | | | Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size, Fx_server_vendor, Fx_server_version, Fx_display_backing_store, Fx_display_save_under): Fix typos in docstrings. | ||||
| * | (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height, | Juanma Barranquero | 2007-11-14 | 1 | -14/+14 |
| | | | | | | | | Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size, Fx_server_vendor, Fx_server_version, Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width, Fx_display_backing_store, Fx_display_visual_class, Fw32_select_font): Fix typos in docstrings. | ||||
| * | (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height, | Juanma Barranquero | 2007-11-14 | 1 | -11/+11 |
| | | | | | | | Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size, Fx_server_vendor, Fx_server_version, Fx_display_backing_store, Fx_display_visual_class, Fx_display_save_under): Fix typos in docstrings. | ||||
| * | (Fw32_define_rgb_color, Fw32_load_color_file, Fx_display_save_under): | Juanma Barranquero | 2007-11-14 | 2 | -14/+18 |
| | | | | | | | Fix typos in docstrings. (Fx_server_version): Reflow docstring. (Fw32_shell_execute): Doc fixes. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2007-11-14 | 1 | -5/+3 |
| | | |||||
| * | Remove leftover comment. | Juanma Barranquero | 2007-11-14 | 1 | -4/+0 |
| | | |||||
| * | (Fw32_registered_hot_keys): Don't return the nil values corresponding | Juanma Barranquero | 2007-11-14 | 2 | -110/+119 |
| | | | | | | | | | | | | to deleted entries; they are an implementation detail. (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables. (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames, w32_pass_multimedia_buttons_to_system, w32_strict_painting, Vw32_charset_info_alist, w32_to_x_color, w32_init_class, w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers, w32_grabbed_keys, cancel_all_deferred_msgs): Make static. (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>: Fix typo in docstring. | ||||
| * | (Fw32_register_hot_key): Don't try to register | Juanma Barranquero | 2007-11-13 | 2 | -2/+7 |
| | | | | | hot key if w32_parse_hot_key returned nil. | ||||
| * | Merge from emacs--rel--22 | Miles Bader | 2007-11-11 | 2 | -1/+5 |
| |\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927 | ||||
| | * | (BASE_PURESIZE): Increase to 1130000. | Juri Linkov | 2007-11-10 | 2 | -1/+5 |
| | | | |||||
| | * | (load_overlay_strings): Fix copy&paste typo. | Stefan Monnier | 2007-11-10 | 2 | -2/+6 |
| | | | |||||
| * | | (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. | Jason Rumney | 2007-11-09 | 2 | -1/+51 |
| | | | | | | | | | (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND. | ||||
| * | | * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]: | Jason Rumney | 2007-11-09 | 1 | -67/+125 |
| | | | | | | | | | | | | | | | | | Remove W32_SCROLL_BAR_CLICK_EVENT. (lispy_function_keys) [WINDOWSNT]: Add more keys. (lispy_multimedia_keys) [WINDOWSNT]: New array. (make_lispy_event) [WINDOWSNT]: Use it to translate MULTIMEDIA_KEY_EVENT. | ||||
| * | | (enum event_kind) [WINDOWSNT]: Likewise. | Jason Rumney | 2007-11-09 | 1 | -4/+15 |
| | | | | | | | | | Add MULTIMEDIA_KEY_EVENT. | ||||
| * | | Define USE_TOOLKIT_SCROLL_BARS. | Jason Rumney | 2007-11-09 | 1 | -0/+1 |
| | | | |||||
| * | | (w32_pass_multimedia_buttons_to_system): New user option. | Jason Rumney | 2007-11-09 | 1 | -0/+31 |
| | | | | | | | | | | | (syms_of_w32fns): Export and initialize it. (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket. | ||||
| * | | (WM_APPCOMMAND): Define if not already. | Jason Rumney | 2007-11-09 | 1 | -0/+4 |
| | | | | | | | | | (GET_APPCOMMAND_LPARAM): Likewise. | ||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-11-09 | 8 | -52/+284 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923 | ||||
| | * | (handle_face_prop): Fix last change. | Chong Yidong | 2007-11-07 | 1 | -2/+2 |
| | | | |||||
| | * | (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice. | Chong Yidong | 2007-11-07 | 1 | -1/+0 |
| | | | |||||
| | * | * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE | Chong Yidong | 2007-11-07 | 1 | -0/+7 |
| | | | | | | | | | | | | | twice. * xdisp.c (handle_face_prop): Fix last change. | ||||
| | * | *** empty log message *** | Richard M. Stallman | 2007-11-06 | 1 | -0/+20 |
| | | | |||||
| | * | (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and | Jan Djärv | 2007-11-06 | 2 | -0/+24 |
| | | | | | | | | | abort with a message on unhandled store_type values. | ||||
| | * | (handle_face_prop): Test for strings that came from overlays, | Richard M. Stallman | 2007-11-04 | 1 | -21/+61 |
| | | | | | | | | | | | | | | | | | | | | | not just for after-strings and before-strings. Call face_for_overlay_string and pass the overlay to it. (handle_display_prop): Determine whether property came from an overlay. Pass OVERLAY arg to handle_single_display_spec. (handle_single_display_spec): New arg OVERLAY sets it->from_overlay. (load_overlay_strings): Fill in it->string_overlays. (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays. | ||||
| | * | (face_for_overlay_string): Function renamed from | Richard M. Stallman | 2007-11-04 | 1 | -5/+8 |
| | | | | | | | | | face_at_buffer_position_no_overlays, and add arg OVERLAY. | ||||
| | * | (struct it): New elt string_overlays. | Richard M. Stallman | 2007-11-04 | 1 | -16/+25 |
| | | | | | | | | | | | | | | | New elt from_overlay, also in stack. Rearrange a few elements. (face_for_overlay_string): Decl renamed from face_at_buffer_position_no_overlays, and add argument. | ||||
| | * | Whitespace change. | Richard M. Stallman | 2007-11-04 | 1 | -1/+1 |
| | | | |||||
| | * | (handle_face_prop): Use face_at_buffer_position_no_overlays | Richard M. Stallman | 2007-11-03 | 2 | -8/+30 |
| | | | | | | | | | to get the base face for an overlay string. | ||||
| | * | (face_at_buffer_position_no_overlays): Add decl. | Richard M. Stallman | 2007-11-03 | 1 | -0/+6 |
| | | | |||||
| | * | (face_at_buffer_position_no_overlays): New function. | Richard M. Stallman | 2007-11-03 | 1 | -0/+76 |
| | | | |||||
| | * | (handle_stop): Move some code out of loop. | Richard M. Stallman | 2007-11-03 | 2 | -5/+11 |
| | | | |||||
| | * | Johan Bockg� <bojohan at gnu.org> | Glenn Morris | 2007-11-01 | 4 | -3/+6 |
| | | | | | | | | | | | | | | | | | (x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it has already been set by x_set_glyph_string_gc from x_draw_glyph_string. http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html | ||||
| | * | [USE_ATSUI] (Fmac_atsu_font_face_attributes): | YAMAMOTO Mitsuharu | 2007-10-31 | 2 | -2/+7 |
| | | | | | | | | | Fix conversion from Lisp object to ATSUFontID. | ||||
| | * | (Fformat_mode_line): Do nothing when noninteractive. | Jason Rumney | 2007-10-30 | 2 | -1/+7 |
| | | | |||||
| | * | (unexec_regions_recorder, unexec_regions_merge): | YAMAMOTO Mitsuharu | 2007-10-30 | 2 | -8/+36 |
| | | | | | | | | | | | Don't assume regions are aligned to page boundary. (print_load_command_name): Add LC_UUID if defined. | ||||
| | * | (syms_of_emacs) <installation-directory>: Reflow docstring. | Richard M. Stallman | 2007-10-30 | 2 | -2/+7 |
| | | | |||||
| | * | (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring. | Juanma Barranquero | 2007-10-29 | 2 | -4/+8 |
| | | | | | | | | | <installation-directory>: Reflow docstring. | ||||
| * | | Obsolete for some years. | Jason Rumney | 2007-11-08 | 2 | -8/+4 |
| | | | |||||
| * | | *** empty log message *** | Juanma Barranquero | 2007-11-07 | 1 | -399/+393 |
| | | | |||||
| * | | *** empty log message *** | Juanma Barranquero | 2007-11-07 | 1 | -21/+19 |
| | | | |||||
| * | | (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and | Jan Djärv | 2007-11-06 | 2 | -0/+25 |
| | | | | | | | | | abort with a message on unhandled store_type values. | ||||
| * | | Remove HAVE_X11R5 and HAVE_X11R4. | Jan Djärv | 2007-11-01 | 8 | -142/+5 |
| | | | |||||