summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Eli Zaretskii2000-12-191-0/+4
|
* (Frequire): Doc fix.Eli Zaretskii2000-12-191-1/+2
|
* *** empty log message ***Gerd Moellmann2000-12-191-0/+3
|
* (window_scroll_pixel_based): Don't useGerd Moellmann2000-12-191-6/+13
| | | | move_it_vertically.
* *** empty log message ***Gerd Moellmann2000-12-191-0/+3
|
* (direct_output_for_insert): Fix check for mini-windowGerd Moellmann2000-12-191-2/+4
| | | | currently displaying a message.
* *** empty log message ***Gerd Moellmann2000-12-191-0/+6
|
* (toplevel) [CHECK_FRAME_FONT]: Include frame.h andGerd Moellmann2000-12-191-0/+15
| | | | | xterm.h. (Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
* *** empty log message ***Andrew Innes2000-12-181-0/+8
|
* (Fw32_shell_execute): Use it.Andrew Innes2000-12-181-1/+1
|
* (w32_strerror): New extern.Andrew Innes2000-12-181-0/+4
|
* (w32_strerror): New function.Andrew Innes2000-12-181-0/+19
|
* commentDave Love2000-12-181-3/+4
|
* *** empty log message ***Gerd Moellmann2000-12-181-0/+4
|
* (_FILE_OFFSET_BITS): Undef again.Gerd Moellmann2000-12-181-0/+6
|
* *** empty log message ***Eli Zaretskii2000-12-181-0/+4
|
* (IT_set_face): Obey inverse_video.Eli Zaretskii2000-12-181-0/+8
|
* *** empty log message ***Gerd Moellmann2000-12-181-0/+3
|
* (x_connection_closed): Prevent being called recursivelyGerd Moellmann2000-12-181-4/+12
| | | | because of an error condition in XtCloseDisplay.
* (directory_files_internal): Always return decoded filenames.Kenichi Handa2000-12-181-0/+2
|
* *** empty log message ***Kenichi Handa2000-12-181-0/+4
|
* *** empty log message ***Gerd Moellmann2000-12-181-0/+3
|
* (init_iterator): If noninteractive, and the frame'sGerd Moellmann2000-12-181-1/+5
| | | | face cache is null, make one.
* *** empty log message ***Gerd Moellmann2000-12-181-0/+3
|
* (show_busy_cursor): Check for live frames moreGerd Moellmann2000-12-181-21/+31
| | | | thoroughly.
* *** empty log message ***Gerd Moellmann2000-12-181-0/+5
|
* (wait_reading_process_input): Check for pendingGerd Moellmann2000-12-181-18/+20
| | | | input when running timers.
* *** empty log message ***Eli Zaretskii2000-12-181-0/+5
|
* (IT_write_glyphs): Compute the glyph face from str->face_id.Eli Zaretskii2000-12-181-1/+4
|
* (read_process_output): Don't run a filter if the codeKenichi Handa2000-12-181-5/+6
| | | | decoder produces nothing but carryover.
* *** empty log message ***Kenichi Handa2000-12-181-0/+5
|
* *** empty log message ***Andrew Innes2000-12-171-0/+10
|
* (sys_rename): Only check errno against EEXIST, and notAndrew Innes2000-12-171-3/+3
| | | | | | EACCES, when determining whether rename failed because the target exists. This was resulting in indefinite looping on Windows 9x if the source file was locked by another process.
* (Ffile_system_info): New function.Andrew Innes2000-12-171-0/+97
| | | | (syms_of_w32fns): Defsubr it.
* *** empty log message ***Gerd Moellmann2000-12-171-0/+3
|
* (coordinates_in_window): Fix computation forGerd Moellmann2000-12-171-54/+82
| | | | position on vertical line between mode lines.
* *** empty log message ***Gerd Moellmann2000-12-171-0/+5
|
* (unwind_create_frame): Return t if frame was deleted.Gerd Moellmann2000-12-172-12/+23
| | | | | | Don't alter tip_frame or tip_window. (unwind_create_tip_frame): Set tip_frame to nil only if frame was deleted.
* *** empty log message ***Gerd Moellmann2000-12-171-0/+7
|
* *** empty log message ***Eli Zaretskii2000-12-161-0/+6
|
* (Fcopy_file): Rename the last argument to keep_time, toEli Zaretskii2000-12-161-4/+4
| | | | be consistent with the doc string.
* *** empty log message ***Kenichi Handa2000-12-161-0/+6
|
* (Vface_ignored_fonts): New variable.Kenichi Handa2000-12-161-1/+29
| | | | | (x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts. (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
* *** empty log message ***Gerd Moellmann2000-12-151-0/+7
|
* (update_window): Detect pending input every nth lineGerd Moellmann2000-12-151-3/+3
| | | | | updated, i.e. do it depending on real work done, and not on the vpos of the line.
* (expose_window): Don't redraw the window that'sGerd Moellmann2000-12-151-1/+1
| | | | currently being updated.
* *** empty log message ***Gerd Moellmann2000-12-151-0/+3
|
* (Fset_window_point): Remove test forGerd Moellmann2000-12-151-4/+3
| | | | cursor_in_non_selected_windows.
* Comment update.Gerd Moellmann2000-12-151-0/+8
|
* (bcopy) [IRIX6]: Don't special-case definition ofGerd Moellmann2000-12-151-3/+1
| | | | bcopy & al.