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