aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* (utimbuf): New macro.Geoff Voelker1998-04-231-0/+1
* (fstat, utime): New functions; these are provided inGeoff Voelker1998-04-231-5/+144
* (dir_warning): Don't log a warning if Emacs hasn'tGeoff Voelker1998-04-231-1/+3
* (x_set_vertical_scroll_bars): Put scroll bars on theGeoff Voelker1998-04-231-9/+78
* (Fcommand_execute): Truncate command-history here.Richard M. Stallman1998-04-231-4/+17
* (read_from_string_index_byte): New variable.Richard M. Stallman1998-04-231-111/+114
* (emacs.o): Depend on buffer.h.Richard M. Stallman1998-04-231-1/+1
* Include buffer.hRichard M. Stallman1998-04-231-27/+58
* (Fcall_interactively): Truncate command-history here.Richard M. Stallman1998-04-231-0/+17
* (syms_of_charset): Doc fix for nonascii-insert-offset.Richard M. Stallman1998-04-231-3/+4
* (Fbuffer_substring): Doc fix.Richard M. Stallman1998-04-231-10/+28
* (Fstring_make_multibyte): Doc fix.Richard M. Stallman1998-04-231-2/+6
* (Funibyte_char_to_multibyte): Doc fix.Richard M. Stallman1998-04-231-2/+2
* (get_boot_time): Remove extraneous semicolon.Erik Naggum1998-04-221-1/+1
* Remove extraneous semicolon.Erik Naggum1998-04-221-1/+1
* (alloc_xfer_buf): If want_size is more than 1MB,Eli Zaretskii1998-04-221-5/+10
* (Fwin16_set_clipboard_data): Call UNBLOCK_INPUT before calling sit_for.Eli Zaretskii1998-04-221-4/+8
* (Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.Richard M. Stallman1998-04-221-2/+0
* (Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.Eli Zaretskii1998-04-211-13/+26
* (run_msdos_command): Don't construct processEli Zaretskii1998-04-211-29/+33
* (Fmake_temp_name): Complete rewrite.Richard M. Stallman1998-04-201-15/+90
* (Fgarbage_collect): Don't truncate command-history here.Richard M. Stallman1998-04-201-11/+1
* (readevalloop): New arg UNIBYTE. Callers changed.Richard M. Stallman1998-04-201-10/+47