aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-11-211-0/+10
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
| * (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMappingJason Rumney2007-11-191-0/+5
| | | | | | | | returns NULL on failure.
| * (Fset_match_data): Remove the `evaporate' feature.Stefan Monnier2007-11-161-2/+7
| | | | | | | | (unwind_set_match_data): Don't use the `evaporate' feature.
| * *** empty log message ***Andreas Schwab2007-11-161-2/+2
| |
| * (Fformat): When formatting an integer as float take precision into account.Andreas Schwab2007-11-161-0/+1
| |
| * (Fformat): Correctly format EMACS_INT values.Andreas Schwab2007-11-151-0/+4
| |
| * *** empty log message ***Juanma Barranquero2007-11-151-0/+20
| |
| * (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-141-0/+10
| | | | | | | | | | | | | | | | 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
| |
* | (w32con_write_glyphs): Remove unused variables.Jason Rumney2007-11-211-0/+6
| |
* | (mac_term_init): Call add_keyboard_wait_descriptor.Dan Nicolaescu2007-11-201-0/+2
| |
* | * term/mac-win.el (x-setup-function-keys): Only setupDan Nicolaescu2007-11-201-0/+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-191-0/+5
| | | | | | | | | | | | (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-191-0/+3
| | | | | | | | * eval.c (specbind): Remove dead code.
* | * coding.c (detect_coding, Fupdate_coding_systems_internal):Stefan Monnier2007-11-191-0/+6
| | | | | | | | | | * 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-181-0/+2
| |
* | (x_scroll_bar_set_handle, x_scroll_bar_handle_click)Jan Djärv2007-11-181-0/+6
| | | | | | | | | | (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-171-0/+4
| |
* | (struct buffer): Move `undo_list' back to before `name'.Stefan Monnier2007-11-161-0/+3
| | | | | | | | This undoes Richard's change of 14-Oct-2002.
* | * alloc.c (allocate_other_vector):Stefan Monnier2007-11-161-0/+4
| | | | | | | | * lisp.h (allocate_other_vector): Remove.
* | (struct save_window_data): Move non-lisp data to the endStefan Monnier2007-11-161-0/+7
| | | | | | | | | | | | | | | | 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-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-161-2/+10
| | | | | | | | | | | | | | (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-161-2/+2
| |
* | (Fformat): When formatting an integer as float take precision into account.Andreas Schwab2007-11-161-0/+1
| |
* | (Fformat): Correctly format EMACS_UINT values.Andreas Schwab2007-11-151-0/+2
| |
* | (Fevent_symbol_parse_modifiers): Fix declaration.Andreas Schwab2007-11-151-0/+4
| |
* | * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.Stefan Monnier2007-11-151-0/+3
| | | | | | | | | | * keyboard.c (Fevent_symbol_parse_modifiers): New function. (syms_of_keyboard): Defsubr it.
* | (swap_in_global_binding): Fix longstanding bug whereStefan Monnier2007-11-151-0/+6
| | | | | | | | | | 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-141-1/+21
| | | | | | | | | | | | 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_define_rgb_color, Fw32_load_color_file, Fx_display_save_under):Juanma Barranquero2007-11-141-1/+4
| | | | | | | | | | | | Fix typos in docstrings. (Fx_server_version): Reflow docstring. (Fw32_shell_execute): Doc fixes.
* | (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-141-0/+14
| | | | | | | | | | | | | | | | | | | | | | 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-131-1/+6
| | | | | | | | hot key if w32_parse_hot_key returned nil.
* | Merge from emacs--rel--22Miles Bader2007-11-111-0/+4
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927
| * (BASE_PURESIZE): Increase to 1130000.Juri Linkov2007-11-101-0/+4
| |
| * (load_overlay_strings): Fix copy&paste typo.Stefan Monnier2007-11-101-1/+5
| |
* | (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.Jason Rumney2007-11-091-0/+27
| | | | | | | | (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND.
* | Merge from emacs--rel--22Miles Bader2007-11-091-0/+57
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
| * * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZEChong Yidong2007-11-071-0/+7
| | | | | | | | | | | | twice. * xdisp.c (handle_face_prop): Fix last change.
| * *** empty log message ***Richard M. Stallman2007-11-061-0/+20
| |
| * (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME andJan Djärv2007-11-061-0/+5
| | | | | | | | abort with a message on unhandled store_type values.
| * (handle_face_prop): Use face_at_buffer_position_no_overlaysRichard M. Stallman2007-11-031-0/+7
| | | | | | | | to get the base face for an overlay string.
| * (handle_stop): Move some code out of loop.Richard M. Stallman2007-11-031-0/+4
| |
| * Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-11-011-0/+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 Mitsuharu2007-10-311-0/+5
| | | | | | | | Fix conversion from Lisp object to ATSUFontID.
| * (Fformat_mode_line): Do nothing when noninteractive.Jason Rumney2007-10-301-0/+4
| |
| * (unexec_regions_recorder, unexec_regions_merge):YAMAMOTO Mitsuharu2007-10-301-0/+6
| | | | | | | | | | 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. Stallman2007-10-301-0/+4
| |
| * (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.Juanma Barranquero2007-10-291-0/+5
| | | | | | | | <installation-directory>: Reflow docstring.
* | Obsolete for some years.Jason Rumney2007-11-081-0/+4
| |