aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (delete_kboard): Prevent a dangling referenceGerd Moellmann2001-04-192-2/+19
* (wait_reading_process_input): CallGerd Moellmann2001-04-192-10/+52
* (Qscalable_fonts_allowed): New variable.Gerd Moellmann2001-04-182-30/+14
* *** empty log message ***Gerd Moellmann2001-04-181-0/+7
* (Finsert_file_contents): If the file size returned fromGerd Moellmann2001-04-181-0/+6
* (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is notEli Zaretskii2001-04-182-1/+16
* *** empty log message ***Gerd Moellmann2001-04-171-0/+5
* (redisplay_window): Make sure to clear the desired glyphGerd Moellmann2001-04-171-0/+2
* (find_interval): Don't rebalance during signal handling.Stefan Monnier2001-04-122-764/+570
* *** empty log message ***Gerd Moellmann2001-04-111-0/+2
* Include blockinput.h.Gerd Moellmann2001-04-111-0/+1
* (Fplist_get): Don't QUIT is interrupt_input_blocked.Gerd Moellmann2001-04-112-1/+10
* (Fcompare_strings): Fix return values.Gerd Moellmann2001-04-102-2/+4
* *** empty log message ***Gerd Moellmann2001-04-101-0/+12
* (window_scroll): Change the meaning of N to meanGerd Moellmann2001-04-101-21/+16
* (redisplay_window) <recenter>: Call window_box_heightGerd Moellmann2001-04-101-1/+1
* (window_scroll_pixel_based, Frecenter): CallGerd Moellmann2001-04-101-3/+3
* *** empty log message ***Gerd Moellmann2001-04-101-0/+10
* (Fcopy_file) [WINDOWSNT]: Use CopyFile.Gerd Moellmann2001-04-101-0/+17
* (sys_open): Try to open file without _O_CREAT first, to beGerd Moellmann2001-04-101-3/+9
* (sys_spawnve): Quote more chars for Cygwin.Gerd Moellmann2001-04-101-4/+14
* *** empty log message ***Gerd Moellmann2001-04-091-0/+2
* (Fplist_get, Fplist_put): Add QUITs.Gerd Moellmann2001-04-091-8/+15
* (try_window_id): When scrolling on a terminal, takeGerd Moellmann2001-04-092-1/+11
* (window_internal_height): Return 1 less if theGerd Moellmann2001-04-091-8/+14
* (align): If the argument SIZE would overflowEli Zaretskii2001-04-092-1/+13
* (xmenu_show): Use FRAME_X_SCREEN_NUMBER.Gerd Moellmann2001-04-062-4/+12
* (FRAME_X_SCREEN_NUMBER): New macro.Gerd Moellmann2001-04-061-0/+1
* (compute_tip_xy): Add parameters WIDTH and HEIGHT.Gerd Moellmann2001-04-061-19/+33
* *** empty log message ***Dave Love2001-04-061-0/+5
* (update_compositions) <check_mask & CHECK_HEAD>: FixDave Love2001-04-061-1/+1
* *** empty log message ***Gerd Moellmann2001-04-061-0/+3
* (COMPOSITION_VALID_P): Allow integers as cdrs ofGerd Moellmann2001-04-061-11/+14
* (Qinhibit_eval_during_redisplay): Make it a Lisp_Object.Gerd Moellmann2001-04-062-1/+6
* commentDave Love2001-04-051-3/+3
* *** empty log message ***Gerd Moellmann2001-04-051-0/+2
* (getwd) [!HAVE_GETWD]: Unblock input before returning.Gerd Moellmann2001-04-051-1/+4
* *** empty log message ***Gerd Moellmann2001-04-051-0/+3
* (Fcurrent_time_zone): Accept spaces in timezoneGerd Moellmann2001-04-051-1/+1
* (x_free_frame_resources) [USE_X_TOOLKIT]: SetGerd Moellmann2001-04-052-1/+13
* (free_frame_menubar) [USE_MOTIF]: Preserve theGerd Moellmann2001-04-051-4/+8
* (Vmotif_version_string) [USE_MOTIF]: New variable.Gerd Moellmann2001-04-051-2/+15
* (Frequire): Doc fix. Rename parameter FILE_NAME toGerd Moellmann2001-04-052-7/+11
* (realizing_basic_faces_p): Renamed fromGerd Moellmann2001-04-052-6/+11
* Comment fix.Gerd Moellmann2001-04-051-3/+4
* (with_echo_area_buffer): Avoid confusion from reusingGerd Moellmann2001-04-042-0/+13
* (echoing, echo_message_buffer): Make externallyGerd Moellmann2001-04-041-2/+2
* (echoing, echo_message_buffer, cancel_echoing): Declare.Gerd Moellmann2001-04-041-0/+3
* (best_matching_font): Remove unused parameter PATTERN.Gerd Moellmann2001-04-042-67/+82
* (postprocess_image): New function.Gerd Moellmann2001-04-032-65/+92