aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2002-03-191-0/+5
* (LIBS): Add $(WSOCK32). From David Ponce <dponce@voila.fr>.Kim F. Storm2002-03-191-0/+1
* (wait_reading_process_input): Move variables `pname' and `pnamelen' downPavel Janík2002-03-182-11/+17
* (Fbyte_code): Discard unused computed value to prevent gcc warning.Pavel Janík2002-03-182-1/+4
* (Fplist_member): Add prototype.Pavel Janík2002-03-182-0/+5
* Fix typo.Pavel Janík2002-03-181-1/+1
* *** empty log message ***Kim F. Storm2002-03-181-0/+9
* Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.Kim F. Storm2002-03-181-9/+1
* Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,Kim F. Storm2002-03-181-0/+8
* (Fmake_network_process): Remove unused variable `sa'.Pavel Janík2002-03-182-4/+11
* Fix typos.Pavel Janík2002-03-181-2/+2
* *** empty log message ***Richard M. Stallman2002-03-181-0/+17
* (cursor_type_changed): New variable.Richard M. Stallman2002-03-181-4/+16
* (cursor_type_changed): Hew variable.Richard M. Stallman2002-03-181-0/+4
* (x_set_cursor_type): Set cursor_type_changed,Richard M. Stallman2002-03-181-3/+2
* Enhanced network process support.Kim F. Storm2002-03-171-0/+57
* (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)Kim F. Storm2002-03-171-274/+1630
* (struct Lisp_Process): New member log.Kim F. Storm2002-03-171-3/+8
* *** empty log message ***Jason Rumney2002-03-171-0/+5
* (w32_to_all_x_charsets): Return correct type in startup case.Jason Rumney2002-03-161-1/+2
* *** empty log message ***Richard M. Stallman2002-03-161-0/+11
* (redisplay_internal, redisplay_windows):Richard M. Stallman2002-03-161-4/+20
* (print_object): Delete `\ ' from printed rep of frame.Richard M. Stallman2002-03-161-1/+1
* (dos_rawgetc): Disable the x-autoselect-window feature,Eli Zaretskii2002-03-152-0/+9
* Added return value to Fhandle_save_session to avoid compiler warning.Jan Djärv2002-03-141-0/+2
* (png_load): Remove unused variable `gamma_str'.Pavel Janík2002-03-142-1/+4
* (x_real_positions): Handle failure in XQueryTree.Richard M. Stallman2002-03-141-3/+9
* *** empty log message ***Richard M. Stallman2002-03-141-4/+8
* *** empty log message ***Miles Bader2002-03-141-0/+13
* (adjust_for_invis_intang): New function.Miles Bader2002-03-141-29/+77
* (text_property_stickiness): Function moved to `textprop.c'.Miles Bader2002-03-141-77/+1
* (text_property_stickiness): Function moved here from `editfns.c'.Miles Bader2002-03-141-1/+58
* (text_property_stickiness): New declaration.Miles Bader2002-03-141-1/+2
* *** empty log message ***Jason Rumney2002-03-131-0/+7
* Add STRFTIME_NO_POSIX2.Jason Rumney2002-03-131-0/+1
* (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EXJason Rumney2002-03-131-0/+7
* (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-sizeStefan Monnier2002-03-132-62/+56
* (display_mode_element): Fix int/Lisp_Object mixup.Stefan Monnier2002-03-132-1/+6
* *** empty log message ***Kim F. Storm2002-03-131-0/+4
* (BASE_PURESIZE): Increase to 775000.Kim F. Storm2002-03-131-1/+1
* *** empty log message ***Jan Djärv2002-03-121-4/+7
* (syms_of_editfns): Fix typo.Juanma Barranquero2002-03-122-1/+5
* Include stdio.h because termhooks.h needs it.Gerd Moellmann2002-03-122-1/+8
* Fix typo.Pavel Janík2002-03-121-11/+10
* (syms_of_coding) <file-coding-system-alist>: Doc fixAndreas Schwab2002-03-112-2/+6
* (note_mouse_movement): Put code forGerd Moellmann2002-03-112-0/+6
* (Fload): Don't assume that message_with_ntring uses theGerd Moellmann2002-03-112-4/+14
* X Session management additionsJan Djärv2002-03-101-0/+22
* Added test for HAVE_X_SM and added new file xsmfns.cJan Djärv2002-03-101-3/+8
* Added HAVE_X_SMJan Djärv2002-03-101-0/+3