summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (emacs_rint): Define this,Richard M. Stallman1997-09-031-6/+10
* (Fcall_process): Set EOL conversion type to LF whenRichard M. Stallman1997-09-031-42/+53
* (main): Call run_time_remap earlier, before any use of stdio.Richard M. Stallman1997-09-031-5/+5
* (read_minibuf): Fix use of Ffboundp.Richard M. Stallman1997-09-031-2/+3
* (my_endbss) [WINDOWSNT]: New variable.Geoff Voelker1997-09-031-0/+6
* (INTERRUPT_INPUT): Don't define.Geoff Voelker1997-09-031-16/+65
* (have_menus_p): Move to w32fns.c.Geoff Voelker1997-09-031-7/+0
* (w32_output): New fields menubar_widget, menubar_active,Geoff Voelker1997-09-031-16/+39
* (SIF_*): Win95 macros defined for NT.Geoff Voelker1997-09-031-195/+682
* Include w32heap.h.Geoff Voelker1997-09-031-207/+692
* (init_menu_items): Disable code.Geoff Voelker1997-09-031-101/+278
* Declare externs from other files.Geoff Voelker1997-09-031-6/+29
* Enumerate operating system types.Geoff Voelker1997-09-031-0/+40
* (os_subtype): New variable.Geoff Voelker1997-09-031-4/+34
* Include limits.h and errno.h.Geoff Voelker1997-09-031-102/+641
* (DebPrint, reset_kbd, unset_kbd, take_console): Delete functions.Geoff Voelker1997-09-031-62/+46
* Remove debugging macros.Geoff Voelker1997-09-031-10/+4
* Include stddef.h.Geoff Voelker1997-09-031-233/+690
* Include config.h and time.h.Geoff Voelker1997-09-031-63/+172
* makefile.nt (TLIB0, TOBJ, OBJ0): New macro.Geoff Voelker1997-09-031-6/+49
* (redisplay_internal): Check to see if frame is not obscuredGeoff Voelker1997-09-031-4/+5
* (event_kind) [WINDOWSNT]: New event type: mouse_wheel.Geoff Voelker1997-09-031-0/+18
* (sys_subshell) [DOS_NT]: Save and restore parent'sGeoff Voelker1997-09-031-13/+19
* Declare discard_mouse_events.Geoff Voelker1997-09-031-0/+1
* (kbd_buffer_get_event) [WINDOWSNT]: SupportGeoff Voelker1997-09-031-4/+117
* (FRAME_OBSCURED_P): New macro.Geoff Voelker1997-09-031-1/+11
* (Fexpand_file_name) [WINDOWSNT]: When strippingGeoff Voelker1997-09-031-5/+8
* Minor reordering of macros.Richard M. Stallman1997-09-021-1/+1
* (detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXTRichard M. Stallman1997-09-021-0/+1
* (Fread_from_minibuffer, Fread_string): Doc fixes.Richard M. Stallman1997-09-021-7/+7
* Comment change.Richard M. Stallman1997-09-021-1/+3
* Include unistd.h instead of libc.h.Richard M. Stallman1997-09-021-1/+2
* (syms_of_window): Doc fix.Richard M. Stallman1997-09-021-2/+12
* (free_float, free_cons): Don't use the same field for chaining as for marking.Richard M. Stallman1997-09-011-6/+10
* (Finsert_file_contents): Fix previous change--don'tRichard M. Stallman1997-09-011-2/+1
* (describe_category): Handle a sub-chartable.Richard M. Stallman1997-09-011-0/+6
* (internal_self_insert): Only set TARGET_CLM when C2 is tab.Richard M. Stallman1997-09-011-11/+12
* (LEADING_CODE_PRIVATE_22): Comment fixed.Kenichi Handa1997-09-011-1/+1
* (read_process_output): Index forKenichi Handa1997-09-011-1/+1
* (Vset_auto_coding_function): Name changed fromKenichi Handa1997-09-011-14/+30
* (init_system_name): Don't try to use getdomainname.Richard M. Stallman1997-08-311-20/+6
* (change_frame_size_1): Save current bufferRichard M. Stallman1997-08-301-0/+5
* (Fload): Fix doc syntax.Richard M. Stallman1997-08-301-1/+1
* (HAVE_ALLOCA): Do define this, if SOLARIS2.Richard M. Stallman1997-08-301-1/+1
* (free_frame_menubar): Clear menubar_height field.Richard M. Stallman1997-08-301-0/+2
* (Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix.Richard M. Stallman1997-08-291-2/+21
* (free_marker): Call unchain_marker.Richard M. Stallman1997-08-291-0/+2
* (detect_eol): Do not select no-conversion even if EOLKenichi Handa1997-08-281-2/+2
* (Qno_conversion, Qundecided): New variables.Kenichi Handa1997-08-281-42/+87
* (coding_type): New member coding_type_raw_text.Kenichi Handa1997-08-281-11/+22