summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* backout 1.3Geoff Voelker1996-01-253-573/+218
* backout 1,.4Geoff Voelker1996-01-251-73/+32
* ubackout 1.3 and 1.4Geoff Voelker1996-01-251-68/+38
* (XCAR, XCDR, CAR, CDR): New macros.Karl Heuer1996-01-241-1/+20
* (x_connection_signal): Explicitly check the thread interlockKarl Heuer1996-01-241-8/+16
* (Faccessible_keymaps): Doc fix.Karl Heuer1996-01-241-2/+20
* (make_frame): Initialize title parameter to Qnil.Karl Heuer1996-01-241-3/+1
* (make_number): Function deleted.Karl Heuer1996-01-241-9/+0
* * macros.c (Fstart_kbd_macro): Use xmalloc.Karl Heuer1996-01-241-4/+10
* (syms_of_lread): Set Vsource_directory here.Karl Heuer1996-01-241-4/+6
* (update_menu_bar):Karl Heuer1996-01-241-1/+1
* (set_frame_menubar):Karl Heuer1996-01-241-1/+1
* (change_frame_size_1) [MSDOS]: Support frame sizeKarl Heuer1996-01-241-0/+7
* (dos_set_window_size): Prototype for a new function.Karl Heuer1996-01-241-0/+1
* (dos_set_window_size): New function; switches the screenKarl Heuer1996-01-241-0/+124
* (xmenu.o): Depend on termhooks.h.Richard M. Stallman1996-01-241-1/+1
* (sys_select): Use time macros to prevent time valuesKarl Heuer1996-01-241-9/+22
* (wait_reading_process_input) [not subprocesses]: DoKarl Heuer1996-01-241-3/+6
* (update_menu__ba, redisplay_window) :" Use FRAME_WINDOW_PGeoff Voelker1996-01-231-3/+3
* (kill-local-variable): didn't update the value ofKarl Heuer1996-01-231-3/+7
* (mark_window_display_accurate): buffer->clip_changed wasKarl Heuer1996-01-231-1/+1
* (sigblock): New (dummy) function.Karl Heuer1996-01-231-0/+1
* (sigblock): Delete this, undoing previous change.Karl Heuer1996-01-231-3/+0
* (UNEXEC): unexsgi.o renamed from unexelfsgi.o.Karl Heuer1996-01-231-1/+1
* [USG5_4] (UNEXEC): unexsgi.o renamed from unexelfsgi.o.Karl Heuer1996-01-231-1/+1
* (UNEXEC): unexsni.o renamed from unexelfsni.o.Karl Heuer1996-01-231-1/+1
* Comment fixes.Karl Heuer1996-01-231-1/+1
* (LOCALTIME_CACHE): Delete extra #undef.Karl Heuer1996-01-231-1/+0
* (unexec): Undo data relocations unconditionally, not #ifdef SOLARIS2.Roland McGrath1996-01-211-111/+109
* [__DJGPP__] (sigblock): Define trivially.Karl Heuer1996-01-211-0/+3
* (x_make_frame_visible): Explicitly make the frameGeoff Voelker1996-01-211-3/+5
* (keyboard.obj, dispnew.obj): Depend upon w32term.h.Geoff Voelker1996-01-211-1/+4
* (nt_stat): Use alloca instead of xmalloc.Geoff Voelker1996-01-211-9/+112
* (WIN32_KEY_SHIFTED): Macro undefined.Geoff Voelker1996-01-211-51/+72
* (clear_frame): Use FillConsoleOutput* calls instead ofGeoff Voelker1996-01-211-16/+12
* (Vwin32_enable_italics, Vwin32_enable_palette):Geoff Voelker1996-01-211-211/+526
* (REG_ROOT): Don't use trailing backslash.Geoff Voelker1996-01-211-1/+1
* (win32_fill_rect): Remove unused variable.Geoff Voelker1996-01-211-35/+63
* (win32_palette_entry): New structure.Geoff Voelker1996-01-211-6/+46
* Include frame.h.Geoff Voelker1996-01-211-32/+73
* (Fformat_time_string): Don't crash if the resulting string is empty.Paul Eggert1996-01-201-3/+5
* (Fother_buffer): If we have to create a new buffer, useKarl Heuer1996-01-191-1/+4
* (make_frame): Initialize frame title field to nil.Erik Naggum1996-01-191-0/+3
* sp correctionSimon Marshall1996-01-181-1/+1
* (safe_run_hooks): Use Qt, not Qerror, to avoid running the debugger.Richard M. Stallman1996-01-181-1/+1
* (run_hook_with_args): Do nothing if Vrun_hooks is nil.Richard M. Stallman1996-01-181-0/+17
* (syms_of_frame_1): Initialize Qtitle.Richard M. Stallman1996-01-181-0/+3
* (mark_object): Mark frame title field.Richard M. Stallman1996-01-181-0/+1
* (struct frame): New field `title'.Richard M. Stallman1996-01-181-2/+6
* (decode_mode_spec, case 'F'): Use `title' field.Richard M. Stallman1996-01-171-0/+2