aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (update_frame_tool_bar): Don't call x-gtk-map-stock ifJan Djärv2007-11-222-2/+9
| | | | file for image is nil.
* (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.
* (BASE_PURESIZE): Increase to 1130000.Juri Linkov2007-11-102-1/+5
|
* (load_overlay_strings): Fix copy&paste typo.Stefan Monnier2007-11-102-2/+6
|
* (handle_face_prop): Fix last change.Chong Yidong2007-11-071-2/+2
|
* (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.Chong Yidong2007-11-071-1/+0
|
* * 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-062-0/+24
| | | | abort with a message on unhandled store_type values.
* (handle_face_prop): Test for strings that came from overlays,Richard M. Stallman2007-11-041-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 fromRichard M. Stallman2007-11-041-5/+8
| | | | face_at_buffer_position_no_overlays, and add arg OVERLAY.
* (struct it): New elt string_overlays.Richard M. Stallman2007-11-041-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. Stallman2007-11-041-1/+1
|
* (handle_face_prop): Use face_at_buffer_position_no_overlaysRichard M. Stallman2007-11-032-8/+30
| | | | to get the base face for an overlay string.
* (face_at_buffer_position_no_overlays): Add decl.Richard M. Stallman2007-11-031-0/+6
|
* (face_at_buffer_position_no_overlays): New function.Richard M. Stallman2007-11-031-0/+76
|
* (handle_stop): Move some code out of loop.Richard M. Stallman2007-11-032-5/+11
|
* Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-11-014-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 Mitsuharu2007-10-312-2/+7
| | | | Fix conversion from Lisp object to ATSUFontID.
* (Fformat_mode_line): Do nothing when noninteractive.Jason Rumney2007-10-302-1/+7
|
* (unexec_regions_recorder, unexec_regions_merge):YAMAMOTO Mitsuharu2007-10-302-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. Stallman2007-10-302-2/+7
|
* (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.Juanma Barranquero2007-10-292-4/+8
| | | | <installation-directory>: Reflow docstring.
* (window_min_size_2): Don't count header-line.Martin Rudalics2007-10-262-5/+11
|
* *** empty log message ***Juanma Barranquero2007-10-251-0/+1
|
* (w32_get_resource): Remove unused variable `ok'.Juanma Barranquero2007-10-251-1/+0
|
* (init_environment): Fix tiny memory leak.Juanma Barranquero2007-10-252-0/+5
|
* Include math.h.Jason Rumney2007-10-242-0/+5
|
* Comment change.Richard M. Stallman2007-10-242-1/+17
|
* (x_figure_window_size): For fullscreen case,Richard M. Stallman2007-10-241-1/+1
| | | | set USPosition | PPosition without clobbering rest of window_prompting.
* (Fcurrent_idle_time): Doc fix.Richard M. Stallman2007-10-241-2/+4
|
* (Fwith_output_to_temp_buffer): Doc fix.Richard M. Stallman2007-10-241-15/+24
|
* (Fset_process_filter): Doc fix.Juanma Barranquero2007-10-192-1/+5
|
* (Qcompletion_ignore_case): New external Lisp_Object.Glenn Morris2007-10-172-1/+14
| | | | (Fread_file_name): Use it rather than intern'ing.
* (Qcompletion_ignore_case): Change to external.Glenn Morris2007-10-171-6/+1
| | | | (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
* (Qcompletion_ignore_case): New Lisp_Object.Glenn Morris2007-10-171-0/+4
| | | | (syms_of_minibuf): Add Qcompletion_ignore_case.
* (Qcompletion_ignore_case): New external Lisp_Object.Glenn Morris2007-10-171-1/+9
| | | | (Fread_coding_system): Ignore case of user input.