aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-11-214-18/+26
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
| * (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMappingJason Rumney2007-11-192-2/+7
| | | | | | | | returns NULL on failure.
| * (Fset_match_data): Remove the `evaporate' feature.Stefan Monnier2007-11-162-17/+20
| | | | | | | | (unwind_set_match_data): Don't use the `evaporate' feature.
| * *** empty log message ***Andreas Schwab2007-11-162-7/+3
| |
| * Always take precision into account.Andreas Schwab2007-11-161-2/+1
| |
| * (Fformat): When formatting an integer as float take precision into account.Andreas Schwab2007-11-162-2/+8
| |
| * Fix last change.Andreas Schwab2007-11-151-2/+4
| |
| * (Fformat): Correctly format EMACS_INT values.Andreas Schwab2007-11-152-14/+30
| |
| * *** empty log message ***Juanma Barranquero2007-11-151-0/+20
| |
| * (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero2007-11-151-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.
| * (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero2007-11-151-15/+15
| | | | | | | | | | | | | | 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, Fx_display_save_under): Fix typos in docstrings.
| * (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero2007-11-151-10/+10
| | | | | | | | | | | | 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.
| * (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-142-110/+113
| | | | | | | | | | | | | | | | to deleted entries; they are an implementation detail. (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables. (Fw32_define_rgb_color, Fw32_load_color_file): Fix typos in docstrings. (Fx_server_version): Reflow docstring. (Fw32_shell_execute): Doc fixes.
| * *** empty log message ***Juanma Barranquero2007-11-131-2/+7
| |
| * (Fw32_register_hot_key): Don't try to registerJuanma Barranquero2007-11-131-1/+1
| | | | | | | | hot key if w32_parse_hot_key returned nil.
* | (init_display) [WINDOWSNT]: Hardcode terminal_type.Jason Rumney2007-11-211-0/+4
| |
* | (w32con_write_glyphs): Remove unused variables.Jason Rumney2007-11-212-1/+6
| |
* | (mac_term_init): Call add_keyboard_wait_descriptor.Dan Nicolaescu2007-11-202-0/+6
| |
* | * term/mac-win.el (x-setup-function-keys): Only setupDan Nicolaescu2007-11-204-17/+7
| | | | | | | | | | | | | | | | | | | | local-function-key-map if it has not been setup already for the current frame. Move the suspend-emacs processing here. * s/darwin.h (MULTI_KBOARD): Remove. * macfns.c (x_create_tip_frame, Fx_create_frame) (x_create_tip_frame): Don't deal with MULTI_KBOARD.
* | (Fbuffer_local_value): Remove redundant test.Stefan Monnier2007-11-192-21/+10
| | | | | | | | | | | | (swap_out_buffer_local_variables): Swap out binding in `buffer' rather than in `current-buffer' to match the comment. Do the swap using swap_in_global_binding.
* | * data.c (store_symval_forwarding, set_internal):Stefan Monnier2007-11-193-14/+19
| | | | | | | | * eval.c (specbind): Remove dead code.
* | * coding.c (detect_coding, Fupdate_coding_systems_internal):Stefan Monnier2007-11-193-3/+9
| | | | | | | | | | * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE Since we do not want to see internal Lisp_*fwd objects here.
* | (init_system_name): Use getaddrinfo if available.Jan Djärv2007-11-182-1/+47
| |
* | (x_scroll_bar_set_handle, x_scroll_bar_handle_click)Jan Djärv2007-11-182-14/+20
| | | | | | | | | | (x_scroll_bar_note_movement): start, end, with, height in struct scroll_bar are integers and not Lisp_Object, so remove XINT for them.
* | (BASE_PURESIZE): Increase to 1190000.Dan Nicolaescu2007-11-172-1/+5
| |
* | (struct buffer): Move `undo_list' back to before `name'.Stefan Monnier2007-11-162-9/+12
| | | | | | | | This undoes Richard's change of 14-Oct-2002.
* | * alloc.c (allocate_other_vector):Stefan Monnier2007-11-163-17/+4
| | | | | | | | * lisp.h (allocate_other_vector): Remove.
* | (struct save_window_data): Move non-lisp data to the endStefan Monnier2007-11-162-31/+42
| | | | | | | | | | | | | | | | and make it `int' rather than Lisp_Object. (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR. Done wrap/unwrap integer values. (Fset_window_configuration, compare_window_configurations): Update use of fields to their new types.
* | * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.Stefan Monnier2007-11-165-96/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn integer fields into `int'. Merge x_window_low and x_window_high. (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW) (SET_SCROLL_BAR_X_WINDOW): Remove. (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET): Access the new x_window field directly. * xterm.c (x_scroll_bar_create): Use a pseudovector. Don't wrap/unwrap integers into Lisp_Objects. (XTset_vertical_scroll_bar, x_scroll_bar_handle_click) (x_scroll_bar_report_motion): Don't wrap/unwrap integers into Lisp_Objects. (x_term_init): Use SDATA. (x_window_to_scroll_bar, x_create_toolkit_scroll_bar) (x_scroll_bar_set_handle, x_scroll_bar_remove) (XTset_vertical_scroll_bar, x_scroll_bar_expose) (x_scroll_bar_report_motion, x_scroll_bar_clear): * xfns.c (x_set_background_color): * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb): Access the new x_window field directly.
* | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.Stefan Monnier2007-11-163-8/+18
| | | | | | | | | | | | | | (allocate_pseudovector): Make non-static. * lisp.h (enum pvec_type): New tag PVEC_OTHER. (allocate_pseudovector): Declare. (ALLOCATE_PSEUDOVECTOR): Move from alloc.c
* | *** empty log message ***Andreas Schwab2007-11-162-5/+3
| |
* | Always take precision into account.Andreas Schwab2007-11-161-4/+1
| |
* | (Fformat): When formatting an integer as float take precision into account.Andreas Schwab2007-11-162-2/+8
| |
* | Fix last change.Andreas Schwab2007-11-151-2/+4
| |
* | (Fformat): Correctly format EMACS_UINT values.Andreas Schwab2007-11-152-14/+28
| |
* | (Fevent_symbol_parse_modifiers): Fix declaration.Andreas Schwab2007-11-152-1/+6
| |
* | * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.Stefan Monnier2007-11-152-0/+17
| | | | | | | | | | * keyboard.c (Fevent_symbol_parse_modifiers): New function. (syms_of_keyboard): Defsubr it.
* | (swap_in_global_binding): Fix longstanding bug whereStefan Monnier2007-11-152-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 Barranquero2007-11-142-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 Barranquero2007-11-141-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 Barranquero2007-11-141-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 Barranquero2007-11-142-14/+18
| | | | | | | | | | | | Fix typos in docstrings. (Fx_server_version): Reflow docstring. (Fw32_shell_execute): Doc fixes.
* | *** empty log message ***Juanma Barranquero2007-11-141-5/+3
| |
* | Remove leftover comment.Juanma Barranquero2007-11-141-4/+0
| |
* | (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-142-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 registerJuanma Barranquero2007-11-132-2/+7
| | | | | | | | hot key if w32_parse_hot_key returned nil.
* | Merge from emacs--rel--22Miles Bader2007-11-112-1/+5
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927
| * (BASE_PURESIZE): Increase to 1130000.Juri Linkov2007-11-102-1/+5
| |
| * (load_overlay_strings): Fix copy&paste typo.Stefan Monnier2007-11-102-2/+6
| |
* | (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.Jason Rumney2007-11-092-1/+51
| | | | | | | | (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND.