aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (replace_buffer_in_all_windows): Don't change selectedKarl Heuer1996-01-171-13/+2
* (HAVE_TZSET): Add #undef.Richard M. Stallman1996-01-171-0/+1
* (Fdump_emacs): If HAVE_TZSET and notRichard M. Stallman1996-01-171-0/+32
* (set_time_zone_rule): No longer static.Richard M. Stallman1996-01-171-2/+2
* (X11R5_INHIBIT_I18N): Add undef.Richard M. Stallman1996-01-151-5/+5
* Update FSF's address in the preamble.Erik Naggum1996-01-15234-433/+677
* Initial revisionErik Naggum1996-01-151-0/+103
* (LIB_MOTIF): New macro definition.Richard M. Stallman1996-01-151-0/+4
* (redisplay_window): Fix minor bug in Fset_marker call.Richard M. Stallman1996-01-151-2/+2
* (display_buffer_1): Don't deiconify the selected frame.Richard M. Stallman1996-01-151-2/+11
* (window_scroll): Fix typo in comment.Erik Naggum1996-01-121-1/+1
* (XTread_socket): For selection_clear_event andRichard M. Stallman1996-01-121-1/+3
* Comment change.Richard M. Stallman1996-01-121-1/+4
* (struct input_event): Put frame_or_window last.Richard M. Stallman1996-01-121-5/+7
* ($(OLDXMENU) rules): Fix conditionals so no rules are defined when !HAVE_MENUS.Roland McGrath1996-01-121-6/+3
* (dos_rawgetc): Make buf longer.Richard M. Stallman1996-01-121-1/+1
* (Fset_window_buffer): Call the window-scroll-functions.Richard M. Stallman1996-01-111-1/+6
* (LIBS_TERMCAP): Definition deleted.Karl Heuer1996-01-091-1/+0
* Add #if 0 around everything but the include of sol2-4.h.Karl Heuer1996-01-091-0/+3
* Conditionalize many macro definitions on __hpux.Karl Heuer1996-01-091-30/+37
* (x_handle_selection_notify): Give an indicationKarl Heuer1996-01-091-6/+11
* (display_text_line): Clear out redisplay_end_triggerKarl Heuer1996-01-091-1/+4
* (tgetent): Find all the tc caps that there are.Karl Heuer1996-01-091-5/+5
* (create_process): Restore the signal stateKarl Heuer1996-01-091-21/+30
* (read1): Use xmalloc and xrealloc, not malloc and realloc.Karl Heuer1996-01-091-12/+17
* (describe_map): New arg nomenu.Karl Heuer1996-01-091-3/+7
* (do_auto_save_unwind): Don't close DESC if DESC < 0.Karl Heuer1996-01-091-3/+3
* (main): In batch mode, don't handle SIGHUP if was ignored.Karl Heuer1996-01-091-2/+17