aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2005-07-031-0/+14
|
* (try_window): Fix previous change in how it handlesRichard M. Stallman2005-07-031-5/+5
| | | | a partially-visible line or one only partly past the margin.
* (window_scroll_pixel_based): Take account of this_scroll_margin whenRichard M. Stallman2005-07-031-1/+3
| | | | finding point when scrolling up.
* Update FSF's address.Lute Kamstra2005-07-021-3/+3
|
* *** empty log message ***Eli Zaretskii2005-07-021-0/+5
|
* (w32_draw_vertical_window_border): Use foreground ofEli Zaretskii2005-07-021-1/+7
| | | | VERTICAL_BORDER_FACE_ID for vertical border line.
* (Fcopy_file): Rearrange the code that calls fchown andEli Zaretskii2005-07-022-17/+26
| | | | | fchmod so that chmod doesn't get called on MSDOS before the file is closed.
* * w32term.c (cleartype_active): New flag for enabling sub-pixelJason Rumney2005-07-012-5/+55
| | | | | | | | | | workaround. (w32_initialize): Initialize it. (w32_native_per_char_metric): Allow a couple of extra pixels when Cleartype is active. * w32term.c (w32_initialize): Move check for screen reader here from syms_of_w32term.
* * xterm.c (handle_one_xevent): bzero compose_status when nbytesJan Djärv2005-06-302-0/+6
| | | | is not zero.
* 2005-07-01 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2005-06-302-1/+12
| | | | | * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
* *** empty log message ***Juri Linkov2005-06-301-0/+13
|
* (turn_on_face): In standout mode apply specifiedJuri Linkov2005-06-301-2/+8
| | | | | fg to bg, and specified bg to fg (this makes the logic of inversion on terminal consistent with X).
* (x_draw_vertical_window_border): Use foreground ofJuri Linkov2005-06-301-0/+6
| | | | VERTICAL_BORDER_FACE_ID for vertical border line.
* (x_draw_vertical_border): If left fringe is not presentJuri Linkov2005-06-301-0/+6
| | | | | decrease x coord of vertical border by 1 pixel to not occupy text area of the right window.
* (window_scroll_pixel_based, window_scroll_line_based):Richard M. Stallman2005-06-291-6/+15
| | | | | Handle `scroll-preserve-screen-position' non-nil, non-t specially. (syms_of_window): <scroll-preserve-screen-position>: Doc fix.
* *** empty log message ***Stefan Monnier2005-06-291-6/+4
|
* *** empty log message ***Juanma Barranquero2005-06-291-0/+6
|
* (user_variable_p_eh): New function.Juanma Barranquero2005-06-291-21/+47
| | | | | (Fuser_variable_p): Use it. Clarify docstring. Return t for aliases of user options, nil for alias loops.
* (Fdefvar): Improve error message.Richard M. Stallman2005-06-282-1/+5
|
* [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.YAMAMOTO Mitsuharu2005-06-272-0/+7
|
* (Fdefvar): Don't try to set constant symbols.Juanma Barranquero2005-06-272-0/+8
|
* *** empty log message ***Richard M. Stallman2005-06-251-0/+16
|
* (Fcopy_file): New arg PRESERVE_UID_GID.Richard M. Stallman2005-06-251-25/+32
| | | | | | Use fchmod to copy the file modes. (Frename_file): Don't copy UID and GID here; instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
* (Fx_show_tip): Pass new arg to try_window.Richard M. Stallman2005-06-253-3/+3
|
* (try_window): New arg CHECK_MARGINS. Calls changed.Richard M. Stallman2005-06-251-12/+49
| | | | (redisplay_window): Handle try_window reporting point in scroll margin.
* (try_window): Declare new arg.Richard M. Stallman2005-06-251-1/+1
|
* *** empty log message ***Richard M. Stallman2005-06-251-0/+14
|
* (call_debugger): Take full care of extending stack limitsRichard M. Stallman2005-06-251-23/+48
| | | | | | | | | | | | | | to make space for the debugger, and restore the change afterward. Bind debug-on-error to nil. (restore_stack_limits): New subroutine. (Fsignal): Extend specpdl bound along with eval depth bound, for calling edebug. Don't do either one, for calling debugger. (find_handler_clause): Don't bind debug-on-error here. Don't unbind anything either. Temporarily advance max_specpdl_size for calling internal_with_output_to_temp_buffer. (grow_specpdl): Don't alter max_specpdl_size before signaling an error. (syms_of_eval) <max-specpdl-size>: Doc fix.
* *** empty log message ***Richard M. Stallman2005-06-251-0/+4
|
* (read1): 0.0e+NaN should make a "positive" NaN.Richard M. Stallman2005-06-251-0/+17
|
* (Frename_file): Undo last change: no need to ifdef awayEli Zaretskii2005-06-242-2/+9
| | | | chown on DOS_NT platforms.
* (sys_chown): New function.Eli Zaretskii2005-06-241-0/+8
|
* (chown): New; define to sys_chown.Eli Zaretskii2005-06-241-0/+1
|
* *** empty log message ***Juanma Barranquero2005-06-241-0/+3
|
* (syms_of_xdisp) <nobreak-char-display>: Doc fix.Juanma Barranquero2005-06-241-7/+7
| | | | (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
* (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.Juanma Barranquero2005-06-242-0/+7
|
* *** empty log message ***Richard M. Stallman2005-06-231-0/+13
|
* (get_next_display_element):Richard M. Stallman2005-06-231-14/+15
| | | | | | | | | Finish reversing the tests of Vnobreak_char_display. (Vnobreak_char_display): Renamed from Vshow_nonbreak_escape. All uses changed. (Qnobreak_space): Renamed from Qno_break_space. All uses changed. (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
* (Frename_file): Preserve owner and group, if possible.Richard M. Stallman2005-06-231-0/+6
|
* (Fx_own_selection_internal): Follow error conventions.Juanma Barranquero2005-06-232-1/+16
|
* (x_supports_face_attributes_p): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
|
* (check_x_frame, check_x_display_info): Follow error conventions.Juanma Barranquero2005-06-231-4/+4
|
* (Fstring_to_syntax): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
|
* (Freplace_match): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
|
* (Fstop_process, Fcontinue_process): Follow error conventions.Juanma Barranquero2005-06-231-2/+2
|
* (check_x_frame): Follow error conventions.Juanma Barranquero2005-06-231-10/+10
|
* (read_vector): Follow error conventions.Juanma Barranquero2005-06-231-2/+2
|
* (make_frame_without_minibuffer): Follow error conventions.Juanma Barranquero2005-06-231-3/+3
|
* (Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions.Juanma Barranquero2005-06-231-4/+4
|
* (Fsubst_char_in_region): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
|