| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added return value to Fhandle_save_session to avoid compiler warning. | Jan Djärv | 2002-03-14 | 1 | -0/+2 |
| | | |||||
| * | (png_load): Remove unused variable `gamma_str'. | Pavel Janík | 2002-03-14 | 2 | -1/+4 |
| | | |||||
| * | (x_real_positions): Handle failure in XQueryTree. | Richard M. Stallman | 2002-03-14 | 1 | -3/+9 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-03-14 | 1 | -4/+8 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2002-03-14 | 1 | -0/+13 |
| | | |||||
| * | (adjust_for_invis_intang): New function. | Miles Bader | 2002-03-14 | 1 | -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 Bader | 2002-03-14 | 1 | -77/+1 |
| | | | | | (char_property_eq): Function removed. | ||||
| * | (text_property_stickiness): Function moved here from `editfns.c'. | Miles Bader | 2002-03-14 | 1 | -1/+58 |
| | | |||||
| * | (text_property_stickiness): New declaration. | Miles Bader | 2002-03-14 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2002-03-13 | 1 | -0/+7 |
| | | |||||
| * | Add STRFTIME_NO_POSIX2. | Jason Rumney | 2002-03-13 | 1 | -0/+1 |
| | | |||||
| * | (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX | Jason Rumney | 2002-03-13 | 1 | -0/+7 |
| | | | | | and %OX when underlying strftime does not. | ||||
| * | (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-size | Stefan Monnier | 2002-03-13 | 2 | -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 Monnier | 2002-03-13 | 2 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-03-13 | 1 | -0/+4 |
| | | |||||
| * | (BASE_PURESIZE): Increase to 775000. | Kim F. Storm | 2002-03-13 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Jan Djärv | 2002-03-12 | 1 | -4/+7 |
| | | |||||
| * | (syms_of_editfns): Fix typo. | Juanma Barranquero | 2002-03-12 | 2 | -1/+5 |
| | | |||||
| * | Include stdio.h because termhooks.h needs it. | Gerd Moellmann | 2002-03-12 | 2 | -1/+8 |
| | | | | | Include termopt.h for interrupt_input. | ||||
| * | Fix typo. | Pavel Janík | 2002-03-12 | 1 | -11/+10 |
| | | |||||
| * | (syms_of_coding) <file-coding-system-alist>: Doc fix | Andreas Schwab | 2002-03-11 | 2 | -2/+6 |
| | | |||||
| * | (note_mouse_movement): Put code for | Gerd Moellmann | 2002-03-11 | 2 | -0/+6 |
| | | | | | x_autoselect_window_p in #if 0. | ||||
| * | (Fload): Don't assume that message_with_ntring uses the | Gerd Moellmann | 2002-03-11 | 2 | -4/+14 |
| | | | | | string it is given like a C string. | ||||
| * | X Session management additions | Jan Djärv | 2002-03-10 | 1 | -0/+22 |
| | | |||||
| * | Added test for HAVE_X_SM and added new file xsmfns.c | Jan Djärv | 2002-03-10 | 1 | -3/+8 |
| | | |||||
| * | Added HAVE_X_SM | Jan Djärv | 2002-03-10 | 1 | -0/+3 |
| | | |||||
| * | Extern declare syms_of_xsmfns (). | Jan Djärv | 2002-03-10 | 1 | -0/+3 |
| | | |||||
| * | (main): Added call to syms_of_xsmfns (). | Jan Djärv | 2002-03-10 | 1 | -0/+3 |
| | | |||||
| * | Added Emacs event save_session_event. | Jan Djärv | 2002-03-10 | 1 | -0/+15 |
| | | |||||
| * | (enum event_kind): Added save_session_event. | Jan Djärv | 2002-03-10 | 1 | -1/+5 |
| | | |||||
| * | Added calls to x_session_check_input () and x_session_initialize (). | Jan Djärv | 2002-03-10 | 1 | -2/+18 |
| | | |||||
| * | Extern declare x_session_check_input () and x_session_initialize (). | Jan Djärv | 2002-03-10 | 1 | -0/+8 |
| | | |||||
| * | New file for X session management. | Jan Djärv | 2002-03-10 | 1 | -0/+533 |
| | | |||||
| * | (Fcopy_file): Fix last change. | Jason Rumney | 2002-03-09 | 1 | -1/+1 |
| | | |||||
| * | Split pre-21.1 changes into ChangeLog.9. | Eli Zaretskii | 2002-03-09 | 2 | -13292/+13301 |
| | | |||||
| * | (Fcopy_file) [WINDOWS_NT]: Ensure file is not | Jason Rumney | 2002-03-09 | 2 | -5/+23 |
| | | | | | read-only when setting modified time. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2002-03-08 | 1 | -0/+4 |
| | | |||||
| * | (move_it_vertically_backward): At the end of the | Gerd Moellmann | 2002-03-08 | 1 | -4/+16 |
| | | | | | | function, when moving forward by lines, treat terminal frames specially. | ||||
| * | (echo_char): Make sure to add a separator between | Gerd Moellmann | 2002-03-08 | 2 | -18/+30 |
| | | | | | keys even if echo_dash hasn't been called. | ||||
| * | Use new string macros. | Gerd Moellmann | 2002-03-08 | 2 | -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 Moellmann | 2002-03-08 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2002-03-08 | 1 | -0/+4 |
| | | |||||
| * | (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros. | Gerd Moellmann | 2002-03-08 | 1 | -1/+9 |
| | | |||||
| * | (Fx_display_color_cells): Force 24+ bit color depths to 24-bit. | Juanma Barranquero | 2002-03-08 | 2 | -1/+8 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-03-07 | 1 | -1/+9 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2002-03-06 | 1 | -0/+4 |
| | | |||||
| * | (x_draw_hollow_cursor): Draw same size as block cursor. | Jason Rumney | 2002-03-06 | 1 | -2/+2 |
| | | |||||
| * | (mark_kboards): Mark echo_string. | Gerd Moellmann | 2002-03-06 | 2 | -0/+12 |
| | | |||||
| * | (echo_prompt, echo_char, echo_dash, echo_now) | Gerd Moellmann | 2002-03-06 | 1 | -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 Moellmann | 2002-03-06 | 1 | -8/+3 |
| | | | | | | (struct kboard): Member echoptr removed, member echobuf renamed to echo_string. | ||||