summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typo editing previous change.Richard M. Stallman1997-01-071-2/+2
* (bright_bg): Save the original state of video blink bit.Richard M. Stallman1997-01-061-0/+35
* (command_loop_1, read_char):Richard M. Stallman1997-01-051-0/+12
* (Fpop_to_buffer): New arg NORECORD.Richard M. Stallman1997-01-051-5/+9
* (compare_env, merge_and_sort_env): New functions.Geoff Voelker1997-01-041-8/+58
* (update_frame): Call detect_input_pendingRichard M. Stallman1997-01-031-2/+3
* (lock_info_type): Declare pid as unsigned long instead of int.Richard M. Stallman1997-01-021-2/+3
* (HANDLE_RELOCATION): New macro.Richard M. Stallman1997-01-021-6/+16
* (internal_self_insert): Check the propertyRichard M. Stallman1997-01-021-2/+4
* Total rewrite.Richard M. Stallman1996-12-311-292/+252
* (BROKEN_MKTIME): New macro.Paul Eggert1996-12-312-0/+7
* (MKTIME_OBJ):Paul Eggert1996-12-311-3/+1
* (mktime):Paul Eggert1996-12-311-5/+6
* Initial revisionRichard M. Stallman1996-12-312-0/+238
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-15/+15
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-1/+34
* (MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since itPaul Eggert1996-12-301-2/+3
* (Fbyte_code): Add error check for jumping out of range.Richard M. Stallman1996-12-301-0/+10
* Include blockinput.h.Richard M. Stallman1996-12-301-0/+5
* (process.o): Depend on blockinput.h.Richard M. Stallman1996-12-301-1/+2
* (LD_SWITCH_SYSTEM): Use just -X.Richard M. Stallman1996-12-271-6/+6
* (dos_set_keyboard): Test whether KEYB.COM is installedRichard M. Stallman1996-12-271-0/+15
* (Fdefalias): Change argument name and doc string.Richard M. Stallman1996-12-261-6/+6
* (Ffset): Change argument name and doc string.Richard M. Stallman1996-12-261-6/+6
* (x_iconify_frame): Clear visible when we set iconified.Richard M. Stallman1996-12-261-0/+5
* (single_keymap_panes): New arg DEPTH.Richard M. Stallman1996-12-261-7/+15
* (window_scroll): Preserve vpos of pointRichard M. Stallman1996-12-261-22/+58
* (read_char_x_menu_prompt): Unread and record all the input events from here.Richard M. Stallman1996-12-261-5/+52
* (standard_args): Add -find-file and -visit.Richard M. Stallman1996-12-261-0/+2
* (internal_self_insert): If the abbrev has no expansion,Richard M. Stallman1996-12-261-4/+14
* (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion.Richard M. Stallman1996-12-261-7/+7
* (set_point): Use virtual bounds, not real bounds,Richard M. Stallman1996-12-201-4/+36
* (FRONT_NONSTICKY_P): New macro.Richard M. Stallman1996-12-201-0/+2
* (try_window): Add error check for POS.Richard M. Stallman1996-12-201-2/+7
* (modify_event_symbol):Richard M. Stallman1996-12-191-1/+1
* (x_set_title): Check data type of NAME.Richard M. Stallman1996-12-191-0/+2
* (Fmatch_data): Doc fix.Richard M. Stallman1996-12-191-1/+1
* (set_frame_menubar): Call Fmatch_data with new explicit arguments.Richard M. Stallman1996-12-192-2/+2
* (read_process_output, exec_sentinel):Richard M. Stallman1996-12-191-4/+4
* (Fmatch_data): New args INTEGERS and REUSE.Richard M. Stallman1996-12-181-5/+35
* (HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs.Richard M. Stallman1996-12-181-0/+5
* (send_process) [EMACS_HAS_USECS]:Richard M. Stallman1996-12-181-0/+4
* (set_point): Use virtual bounds, not real bounds,Richard M. Stallman1996-12-181-2/+5
* (merge_properties_sticky): Don't discard explicit nilRichard M. Stallman1996-12-171-12/+24
* Fix previous change.Richard M. Stallman1996-12-161-1/+4
* (Finsert_file_contents): Handle BEG and END non-nilRichard M. Stallman1996-12-161-6/+11
* (HAVE_LIMITS_H): Add #undef.Richard M. Stallman1996-12-161-0/+1
* (Fuser_full_name): Return nil if the specified user doesn't exist.Richard M. Stallman1996-12-151-1/+3
* (x_set_scroll_bar_width): Reject a width that's too small.Richard M. Stallman1996-12-151-0/+4
* (set_point): Check for intangible properties on overlays.Richard M. Stallman1996-12-151-42/+55