aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (margin_glyphs_to_reserve): Don't use ncols_scale_factor.Kim F. Storm2004-10-311-1/+1
|
* *** empty log message ***Kim F. Storm2004-10-311-0/+4
|
* 2004-10-28 Will <[email protected]>John Wiegley2004-10-292-1/+44
| | | | | * macterm.c: allow user to assign key modifiers to the Mac Option key via a 'mac-option-modifier' variable.
* *** empty log message ***Stefan Monnier2004-10-282-6/+13
|
* (Vx_lost_selection_functions, Vx_sent_selection_functions):Stefan Monnier2004-10-281-10/+10
| | | | | | Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks. (x_handle_selection_request, x_handle_selection_clear) (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
* *** empty log message ***Richard M. Stallman2004-10-281-0/+6
|
* (Fx_server_vendor, Fx_server_version): Doc fixes.Richard M. Stallman2004-10-282-4/+6
|
* *** empty log message ***Stefan Monnier2004-10-271-17/+22
|
* (scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.Stefan Monnier2004-10-271-22/+22
|
* *** empty log message ***Richard M. Stallman2004-10-271-0/+10
|
* (get_next_display_element): In mode lines,Richard M. Stallman2004-10-271-0/+2
| | | | treat newline and tab like other control characters.
* (Fmessage): Doc fix.Richard M. Stallman2004-10-271-2/+5
|
* Comment change.Richard M. Stallman2004-10-271-1/+1
|
* (vmotion): When moving up, check the newline before.Richard M. Stallman2004-10-271-28/+25
| | | | Make prevline an int, not a Lisp_Object.
* Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm2004-10-266-17/+28
|
* (Fformat): Allocate discarded table with SAFE_ALLOCA.Kim F. Storm2004-10-261-10/+12
| | | | | Only allocate info and discarded tables once. Fix SAFE_FREE calls.
* (USE_SAFE_ALLOCA): Add and init sa_must_free integer.Kim F. Storm2004-10-261-10/+7
| | | | | | | (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used. (SAFE_FREE): Test it to determine if we need to unwind to free. Remove size arg. All users changed. (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
* * gtkutil.c: Put empty line between comment and function body.Jan Djärv2004-10-261-0/+13
| | | | | | | | | | | | (xg_destroy_widgets): Renamed from remove_from_container. Just destroy all widgets in list. Argument wcont removed. (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets instead of remove_from_container. (xg_display_close, xg_create_tool_bar, update_frame_tool_bar) (free_frame_tool_bar): Add comment. * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME is not NULL before strcmp.
* * gtkutil.c: Put empty line between comment and function body.Jan Djärv2004-10-261-15/+90
| | | | | | | | | (xg_destroy_widgets): Renamed from remove_from_container. Just destroy all widgets in list. Argument wcont removed. (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets instead of remove_from_container. (xg_display_close, xg_create_tool_bar, update_frame_tool_bar) (free_frame_tool_bar): Add comment.
* * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAMEJan Djärv2004-10-261-0/+1
| | | | is not NULL before strcmp.
* *** empty log message ***Kim F. Storm2004-10-261-0/+5
|
* (Fcall_interactively): Add 'U' code to get the up-event discarded by aKim F. Storm2004-10-261-4/+19
| | | | previous 'k' or 'K' argument.
* (syms_of_buffer): Fix a few typos.David Kastrup2004-10-262-6/+10
|
* * xsmfns.c: Put empty line between comment and function body.Jan Djärv2004-10-262-35/+52
| | | | Use two spaces before comment end.
* (fontset_pattern_regexp): Optimize for the case thatKenichi Handa2004-10-252-4/+27
| | | | PATTERN is full XLFD.
* (enum reg_errcode_t): New value REG_ERANGEX.Kenichi Handa2004-10-242-1/+9
|
* (re_error_msgid): Add an entry for REG_ERANGEX.Kenichi Handa2004-10-241-1/+2
| | | | (regex_compile): Return REG_ERANGEX if appropriate.
* *** empty log message ***Kenichi Handa2004-10-221-0/+5
|
* (Ftranslate_region_internal): New function.Kenichi Handa2004-10-221-20/+57
| | | | (syms_of_editfns): Defsubr it.
* * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.Jan Djärv2004-10-222-7/+13
|
* * xterm.h (x_output): New member `xic_base_fontname'.Jan Djärv2004-10-214-17/+83
| | | | | | | | | | | | | (FRAME_XIC_BASE_FONTNAME): New macro. (xic_free_xfontset): Declare. * xfns.c (xic_create_xfontset): Share fontsets between frames based on base_fontname. (xic_free_xfontset): New function. (free_frame_xic): Use it. (xic_set_xfontset): Ditto. * xterm.c (xim_destroy_callback): Ditto.
* (x_draw_glyph_string): Use overline_color for overlines.Jason Rumney2004-10-202-1/+5
|
* * xterm.h (XSync): If USE_GTK, define XSync as process_all and thenJan Djärv2004-10-202-1/+6
| | | | XSync.
* * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):Jan Djärv2004-10-205-14/+86
| | | | | | | | | | | | | | | New variables and constant. (main): Calculate heap_bss_diff. If we are dumping and the heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32 and exec ourself again. (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF print a warning. * lastfile.c: Make my_endbss and my_endbss_static available on all platforms. * Makefile.in (RUN_TEMACS): Remove @SETARCH@. * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
* (Flocal_variable_if_set_p): Doc fix.Luc Teirlinck2004-10-202-3/+11
|
* (init_environment): Set emacs_dir correctly when runningJason Rumney2004-10-192-0/+31
| | | | emacs from the build directory.
* (Fdelete_and_extract_region): If region is empty, return null string.Richard M. Stallman2004-10-192-4/+9
|
* * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_leftJan Djärv2004-10-191-0/+23
| | | | | | | | | | | | | | | | | | | | | | and canon_width. (xg_frame_cleared): Removed. * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose, xg_find_top_left_in_fixed): Removed. (xg_create_scroll_bar): Put an event box widget between the scroll bar widget and the edit widget. (xg_show_scroll_bar): Show the parent widget (the event box). (xg_remove_scroll_bar): Destroy parent (the event box) also. (xg_update_scrollbar_pos): Remove arguments real_left and canon_width. Move the parent (the event box) widget inside the fixed widget. Move window clear to xterm.c. * gtkutil.h (xg_frame_cleared): Removed. * xterm.c (x_clear_frame): Remove call to xg_frame_cleared (x_scroll_bar_create, XTset_vertical_scroll_bar): Remove arguments left and width to xg_update_scrollbar_pos. (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
* * xterm.c (x_clear_frame): Remove call to xg_frame_clearedJan Djärv2004-10-191-20/+10
| | | | | | (x_scroll_bar_create, XTset_vertical_scroll_bar): Remove arguments left and width to xg_update_scrollbar_pos. (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
* * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,Jan Djärv2004-10-191-138/+22
| | | | | | | | | | | xg_find_top_left_in_fixed): Removed. (xg_create_scroll_bar): Put an event box widget between the scroll bar widget and the edit widget. (xg_show_scroll_bar): Show the parent widget (the event box). (xg_remove_scroll_bar): Destroy parent (the event box) also. (xg_update_scrollbar_pos): Remove arguments real_left and canon_width. Move the parent (the event box) widget inside the fixed widget. Move window clear to xterm.c.
* * gtkutil.h (xg_frame_cleared): Removed.Jan Djärv2004-10-191-4/+1
|
* (display_mode_element): Fix display of wide chars.Kim F. Storm2004-10-181-5/+9
| | | | From Kenichi Handa <[email protected]>.
* *** empty log message ***Kim F. Storm2004-10-181-0/+5
|
* * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow toJan Djärv2004-10-182-5/+10
| | | | | gdk_window_clear and move gdk_window_process_all_updates after clear so events are sent to the X server in correct order.
* (fs_load_font): Use fast_string_match_ignore_case forKenichi Handa2004-10-182-16/+25
| | | | | | | comparing font names. (fs_query_fontset): Use fast_string_match for comparing fontset names. (list_fontsets): Likewise.
* (fast_string_match_ignore_case): New function.Kenichi Handa2004-10-181-0/+21
|
* (fast_string_match_ignore_case): Extern it.Kenichi Handa2004-10-181-0/+1
|
* Remove excessive vertical whitespace.Jason Rumney2004-10-171-12/+0
|
* (overlay_arrow_at_row): Return overlay string ratherKim F. Storm2004-10-171-12/+17
| | | | | | than bitmap if there is not left fringe. (get_overlay_arrow_glyph_row): Also used on windows system. (display_line): Display overlay string if no left fringe.
* *** empty log message ***Kim F. Storm2004-10-171-0/+7
|