aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | (set_point_both): Use `adjust_for_invis_intang' to do most of the work for dealing with invisible+intangible regions. Do so before and after both forward and backward movements, to handle both front-sticky and rear-sticky cases.
* (text_property_stickiness): Function moved to `textprop.c'.Miles Bader2002-03-141-77/+1
| | | | (char_property_eq): Function removed.
* (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
| | | | and %OX when underlying strftime does not.
* (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-sizeStefan Monnier2002-03-132-62/+56
| | | | | | | thumb (based on an ad-hoc estimate of 30 chars per line) to avoid annoying flicker. (xm_scroll_callback): Get rid of the now unnecessary kludge. (XTread_socket): Mark it static.
* (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
| | | | Include termopt.h for interrupt_input.
* 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
| | | | x_autoselect_window_p in #if 0.
* (Fload): Don't assume that message_with_ntring uses theGerd Moellmann2002-03-112-4/+14
| | | | string it is given like a C string.
* 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
|
* Extern declare syms_of_xsmfns ().Jan Djärv2002-03-101-0/+3
|
* (main): Added call to syms_of_xsmfns ().Jan Djärv2002-03-101-0/+3
|
* Added Emacs event save_session_event.Jan Djärv2002-03-101-0/+15
|
* (enum event_kind): Added save_session_event.Jan Djärv2002-03-101-1/+5
|
* Added calls to x_session_check_input () and x_session_initialize ().Jan Djärv2002-03-101-2/+18
|
* Extern declare x_session_check_input () and x_session_initialize ().Jan Djärv2002-03-101-0/+8
|
* New file for X session management.Jan Djärv2002-03-101-0/+533
|
* (Fcopy_file): Fix last change.Jason Rumney2002-03-091-1/+1
|
* Split pre-21.1 changes into ChangeLog.9.Eli Zaretskii2002-03-092-13292/+13301
|
* (Fcopy_file) [WINDOWS_NT]: Ensure file is notJason Rumney2002-03-092-5/+23
| | | | read-only when setting modified time.
* *** empty log message ***Gerd Moellmann2002-03-081-0/+4
|
* (move_it_vertically_backward): At the end of theGerd Moellmann2002-03-081-4/+16
| | | | | function, when moving forward by lines, treat terminal frames specially.
* (echo_char): Make sure to add a separator betweenGerd Moellmann2002-03-082-18/+30
| | | | keys even if echo_dash hasn't been called.
* Use new string macros.Gerd Moellmann2002-03-082-64/+63
| | | | | | | | (update_echo_area): Pass number of bytes to message3 instead of number of chars. (set_message_1): Don't access a string's size_byte directly. (decode_mode_spec_coding): Use number of bytes of eoltype string instead number of chars.
* Fix last change.Gerd Moellmann2002-03-081-1/+1
|
* *** empty log message ***Gerd Moellmann2002-03-081-0/+4
|
* (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.Gerd Moellmann2002-03-081-1/+9
|
* (Fx_display_color_cells): Force 24+ bit color depths to 24-bit.Juanma Barranquero2002-03-082-1/+8
|
* *** empty log message ***Stefan Monnier2002-03-071-1/+9
|
* *** empty log message ***Jason Rumney2002-03-061-0/+4
|
* (x_draw_hollow_cursor): Draw same size as block cursor.Jason Rumney2002-03-061-2/+2
|
* (mark_kboards): Mark echo_string.Gerd Moellmann2002-03-062-0/+12
|
* (echo_prompt, echo_char, echo_dash, echo_now)Gerd Moellmann2002-03-061-70/+67
| | | | | | (cancel_echoing, echo_length, echo_truncate): Changed to work with new kboard definition. (echo_now): Use message3_nolog instead of message2_nolog.
* (ECHOBUFSIZE): Removed.Gerd Moellmann2002-03-061-8/+3
| | | | | (struct kboard): Member echoptr removed, member echobuf renamed to echo_string.