summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (CHAR_STRING_NO_SIGNAL): New macro.Gerd Moellmann2001-07-132-0/+23
* (char_to_string_1): Extracted from char_to_string.Gerd Moellmann2001-07-131-8/+29
* (get_next_display_element): Use CHAR_STRING_NO_SIGNALGerd Moellmann2001-07-131-1/+16
* (Ffind_coding_systems_region_internal): If safe_codingsStefan Monnier2001-07-122-4/+10
* (file_name_completion): Pass dp->d_name toEli Zaretskii2001-07-122-1/+7
* (XTread_socket) <PropertyNotify>: Put the codeGerd Moellmann2001-07-122-4/+25
* (x_decline_selection_request): Handle errorsGerd Moellmann2001-07-121-80/+169
* (menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.Stefan Monnier2001-07-112-8/+20
* (try_cursor_movement): Prevent a warning from GCC 3.0.Gerd Moellmann2001-07-112-1/+3
* (unwind_read): Print a message when discarding insertedGerd Moellmann2001-07-112-11/+27
* (Finsert_file_contents): Comment fix.Gerd Moellmann2001-07-111-2/+3
* *** empty log message ***Gerd Moellmann2001-07-111-0/+6
* (unwind_read): New function.Gerd Moellmann2001-07-111-1/+53
* (update_window): Don't skip the header-lineGerd Moellmann2001-07-102-15/+6
* *** empty log message ***Gerd Moellmann2001-07-101-0/+5
* (unload_color): Do nothing if PIXEL is -1.Gerd Moellmann2001-07-101-3/+6
* (Fx_create_frame): Initialize frame colors to -1,Gerd Moellmann2001-07-101-0/+10
* (add_to_log): Do nothing if called asynchronously.Gerd Moellmann2001-07-102-0/+10
* (toplevel): Include <signal.h> and "syssignal.h".Gerd Moellmann2001-07-092-1/+29
* *** empty log message ***Eli Zaretskii2001-07-061-2/+5
* (syms_of_dosfns): Add \n\ at the end of a line in theEli Zaretskii2001-07-061-1/+1
* (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.Eli Zaretskii2001-07-062-1/+10
* (do_visible_bell): Add \n\ at the end of each line ofEli Zaretskii2001-07-061-24/+24
* properly mark Attic files as deletedKen Raeburn2001-07-0614-5937/+0
* *** empty log message ***Gerd Moellmann2001-07-051-0/+2
* Include Emacs' header files with #include "...".Gerd Moellmann2001-07-051-4/+4
* (specbind): Additionally record the buffer that wasGerd Moellmann2001-07-052-9/+18
* Change comment.Gerd Moellmann2001-07-051-4/+5
* (x_produce_glyphs): Don't convert multibyte charactersGerd Moellmann2001-07-042-4/+7
* *** empty log message ***Gerd Moellmann2001-07-031-0/+5
* (specbind): If SYMBOL has a frame-local binding, recordGerd Moellmann2001-07-031-28/+36
* Improve comment.Gerd Moellmann2001-07-031-5/+7
* Improve a comment.Gerd Moellmann2001-07-032-1/+11
* (compute_line_metrics): On ttys, subtract continuationGerd Moellmann2001-07-031-7/+14
* (x_free_dpy_colors): Add prototype.Gerd Moellmann2001-07-022-1/+8
* * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with theGerd Moellmann2001-07-021-1/+1
* *** empty log message ***Gerd Moellmann2001-07-021-0/+4
* (tags): Depend on $(lwlibdir)/TAGS.Gerd Moellmann2001-07-021-2/+8
* *** empty log message ***Gerd Moellmann2001-07-021-0/+5
* (x_list_fonts): Make sure XFreeFont is calledGerd Moellmann2001-07-021-1/+8
* (main): Remove extern declaration for sys_nerr, whichGerd Moellmann2001-06-292-1/+6
* (EmacsFrameSetCharSize): Turn off atimers and blockGerd Moellmann2001-06-272-1/+22
* (vox_configure, vox_close): Turn off atimersGerd Moellmann2001-06-272-1/+13
* (read_char) <non_reread>: Record the previous idleGerd Moellmann2001-06-262-2/+16
* *** empty log message ***Gerd Moellmann2001-06-261-0/+13
* (handle_invisible_prop): Deal with overlay strings atGerd Moellmann2001-06-261-41/+75
* (struct it): Add member display_ellipsis_p.Gerd Moellmann2001-06-261-0/+1
* (struct x_output): Add member wait_for_wm.Gerd Moellmann2001-06-252-0/+18
* (Qwait_for_wm): New variable.Gerd Moellmann2001-06-251-2/+23
* (EmacsFrameSetCharSize): Set XtNwaitForWm dependingGerd Moellmann2001-06-251-13/+31