| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (initialize_w32_displayed): Use new function prototypes. | Geoff Voelker | 1998-04-29 | 1 | -18/+18 |
| * | Include cm.h after dispextern.h to avoid name conflicts | Geoff Voelker | 1998-04-29 | 1 | -2/+3 |
| * | [WINDOWSNT]: Use function prototypes. | Geoff Voelker | 1998-04-29 | 1 | -1/+1 |
| * | Conditionally include xterm.h using HAVE_X_WINDOWS. | Geoff Voelker | 1998-04-29 | 3 | -2/+4 |
| * | (Fgap_position, Fgap_size): New functions. | Richard M. Stallman | 1998-04-29 | 1 | -0/+22 |
| * | Fix previous change. | Richard M. Stallman | 1998-04-29 | 1 | -2/+2 |
| * | (Flsh, Fash): Handle out-of-range shift counts reasonably. | Richard M. Stallman | 1998-04-29 | 1 | -2/+10 |
| * | (lock_file): gcpro `fn'. | Richard M. Stallman | 1998-04-29 | 1 | -0/+6 |
| * | (insert_1_both): Call prepare_to_modify_buffer before moving or making gap. | Richard M. Stallman | 1998-04-29 | 1 | -8/+12 |
| * | Comment changes. | Richard M. Stallman | 1998-04-28 | 1 | -7/+97 |
| * | (HAVE_STRING_H): Add #undef. | Richard M. Stallman | 1998-04-28 | 1 | -0/+9 |
| * | (main): Doc --multibyte and --unibyte in --help message. | Richard M. Stallman | 1998-04-28 | 1 | -1/+1 |
| * | (main): Fix bug report address. | Richard M. Stallman | 1998-04-28 | 1 | -1/+1 |
| * | [HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS. | Richard M. Stallman | 1998-04-28 | 1 | -1/+1 |
| * | (callproc.o, print.o, cmds.o, dispnew.o, fileio.o, | Eli Zaretskii | 1998-04-28 | 1 | -17/+21 |
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-28 | 1 | -1/+5 |
| * | (Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG. | Andreas Schwab | 1998-04-28 | 1 | -1/+1 |
| * | (readevalloop): Fix type of UNIBYTE parameter. | Andreas Schwab | 1998-04-28 | 1 | -1/+1 |
| * | (reinvoke_input_signal): Don't use prototype decl. | Richard M. Stallman | 1998-04-28 | 1 | -1/+2 |
| * | automatically generated from GPLed version | Ulrich Drepper | 1998-04-27 | 1 | -4/+3 |
| * | (Fload_average): New arg USE_FLOATS. | Richard M. Stallman | 1998-04-27 | 1 | -6/+13 |
| * | [HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined. | Richard M. Stallman | 1998-04-27 | 1 | -1/+1 |
| * | (Fcompare_strings): Doc fix. | Richard M. Stallman | 1998-04-27 | 1 | -0/+2 |
| * | Include msdos.h after lisp.h. | Eli Zaretskii | 1998-04-27 | 1 | -9/+9 |
| * | nclude msdos.h after lisp.h. | Eli Zaretskii | 1998-04-27 | 1 | -1/+4 |
| * | (IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line, | Eli Zaretskii | 1998-04-27 | 1 | -27/+25 |
| * | [!HAVE_X_WINDOWS]: Add a dummy typedef for XRectangle | Eli Zaretskii | 1998-04-27 | 1 | -0/+37 |
| * | (x_set_foreground_color, x_set_background_color) | Richard M. Stallman | 1998-04-26 | 1 | -14/+49 |
| * | (parse_menu_item): Support keywords :keys and | Richard M. Stallman | 1998-04-26 | 1 | -57/+134 |
| * | (standard_args): Apply --unibyte/multibyte after --nw. | Richard M. Stallman | 1998-04-26 | 1 | -4/+4 |
| * | (Fintern): Initialize keywords only in initial obarray. | Richard M. Stallman | 1998-04-26 | 1 | -1/+2 |
| * | (Fmakunbound): Test keywordness only in initial obarray. | Richard M. Stallman | 1998-04-26 | 1 | -0/+2 |
| * | Include initial_obarray from lread.c | Richard M. Stallman | 1998-04-26 | 1 | -1/+1 |
| * | (croak): Add forward declaration. | Richard M. Stallman | 1998-04-26 | 1 | -0/+4 |
| * | (unload_color): No longer static. | Richard M. Stallman | 1998-04-25 | 1 | -1/+1 |
| * | (insert_from_string, insert_from_string_before_markers): | Richard M. Stallman | 1998-04-25 | 1 | -20/+11 |
| * | (x_display_cursor): Use FRAME_CURSOR_X_LIMIT. | Richard M. Stallman | 1998-04-25 | 1 | -1/+1 |
| * | (change_frame_size_1): Use FRAME_CURSOR_X_LIMIT. | Richard M. Stallman | 1998-04-25 | 1 | -5/+6 |
| * | (FRAME_CURSOR_X_LIMIT): New macro. | Richard M. Stallman | 1998-04-25 | 1 | -0/+3 |
| * | (Fread_from_string): Initialize startval and endval. | Richard M. Stallman | 1998-04-25 | 1 | -0/+2 |
| * | (re_search_2): Fix handling of at_dot. | Richard M. Stallman | 1998-04-25 | 1 | -4/+4 |
| * | (read1): Allow multibyte and unibyte together in one string. | Richard M. Stallman | 1998-04-24 | 1 | -6/+3 |
| * | (update_frame): Move echo area cursor into range. | Richard M. Stallman | 1998-04-24 | 1 | -3/+10 |
| * | (Qinhibit_point_motion_hooks): New variable. | Richard M. Stallman | 1998-04-24 | 1 | -1/+10 |
| * | (sys_socket): Make sockets non-inheritable. | Geoff Voelker | 1998-04-24 | 1 | -1/+1 |
| * | (shrink_decoding_region): Do not consider LF as ascii | Richard M. Stallman | 1998-04-24 | 1 | -2/+18 |
| * | (sys_kill): Fix indenting. | Geoff Voelker | 1998-04-23 | 1 | -1/+1 |
| * | Replace code with a new version written from scratch | Geoff Voelker | 1998-04-23 | 1 | -1470/+1446 |
| * | (w32_read_socket): Don't misinterpret WM_PAINT message | Geoff Voelker | 1998-04-23 | 1 | -41/+15 |
| * | (Fcopy_file): Skip dev/inode check on Windows. | Geoff Voelker | 1998-04-23 | 1 | -1/+1 |