aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Fkill_buffer): Call the Vkill_buffer_query_functions.Richard M. Stallman1994-02-241-1/+21
* *** empty log message ***Karl Heuer1994-02-231-4/+8
* Include usg5-4.h.Richard M. Stallman1994-02-231-5/+16
* [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)Richard M. Stallman1994-02-231-2/+21
* NEWSOS5 conditional deleted.Richard M. Stallman1994-02-231-18/+2
* (Finsert_file_contents): If REPLACE, always do lseek.Richard M. Stallman1994-02-231-12/+29
* New path PATH_DOC for doc-directory.Karl Heuer1994-02-221-2/+5
* (syms_of_callproc): New variable Vdoc_directory.Karl Heuer1994-02-221-2/+10
* (get_doc_string, Snarf_documentation): Use new variable doc_directory.Karl Heuer1994-02-221-6/+6
* New variable doc_directory.Karl Heuer1994-02-221-0/+1
* Move extern declarations to top of file.Karl Heuer1994-02-221-5/+4
* (make_lispy_event): For menu bar event in USE_X_TOOLKITRichard M. Stallman1994-02-221-6/+16
* (construct_menu_click): Undo previous change.Richard M. Stallman1994-02-221-9/+4
* (x_had_errors_p): New function.Richard M. Stallman1994-02-211-25/+43
* (get_keyelt): Cached equiv-key data is now a sublist.Richard M. Stallman1994-02-211-7/+6
* Whitespace change.Richard M. Stallman1994-02-211-1/+1
* (single_keymap_panes): Properly skip help-string if any.Richard M. Stallman1994-02-211-34/+46
* Move config.h after system includes.Roland McGrath1994-02-201-4/+7
* [BSD]: #undef WCOREDUMP before defining it.Roland McGrath1994-02-201-1/+2
* (BSD_PGRPS): Add #undef.Richard M. Stallman1994-02-201-0/+12
* (Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.Richard M. Stallman1994-02-201-0/+2
* (x_window_to_frame): Add parens for clarity.Richard M. Stallman1994-02-191-2/+2
* (XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)Richard M. Stallman1994-02-191-5/+5
* (get_keyelt): Discard keyboard equivalentsRichard M. Stallman1994-02-191-2/+14
* Find and display keyboard equivalents of menu items.Richard M. Stallman1994-02-191-8/+128
* (Fx_parse_geometry): Don't call check_x.Richard M. Stallman1994-02-181-1/+0
* entered into RCSFred Pierresteguy1994-02-181-29/+0
* (popup_selection_callback): Clean up code. Remove code in #if 0 directive.Fred Pierresteguy1994-02-181-14/+0
* (gnu_bits): Use unsigned char.Richard M. Stallman1994-02-181-1/+1
* (unshow_buffer): Unconditionally set last_window_start.Richard M. Stallman1994-02-181-0/+9
* (Fdelete_other_windows): Don't call Frecenter;Richard M. Stallman1994-02-181-1/+4
* (dumpglyphs): Try various alternatives for foreground colorRichard M. Stallman1994-02-181-1/+19
* Comment changes.Richard M. Stallman1994-02-171-0/+3
* Use <...> for config.h.Richard M. Stallman1994-02-172-2/+2
* *** empty log message ***Richard M. Stallman1994-02-171-1/+1
* (Finsert_file_contents): Fix previous change.Richard M. Stallman1994-02-171-0/+1
* (Finsert_file_contents): New arg REPLACE.Richard M. Stallman1994-02-171-5/+97
* (child_setup_tty): Typo in previous change.Richard M. Stallman1994-02-171-1/+1
* entered into RCSRichard M. Stallman1994-02-171-0/+2
* (unexec): Add cast to result of `sbrk'.Richard M. Stallman1994-02-171-1/+2
* (EMACS_TTY_TABS_OK): Alternate definition if no TABDLY.Richard M. Stallman1994-02-171-0/+4
* (child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined.Richard M. Stallman1994-02-171-4/+8
* (BSD_PGRPS): Defined.Richard M. Stallman1994-02-174-0/+16
* (main): Test BSD_PGRPS, not BSD.Richard M. Stallman1994-02-171-1/+1
* (init_sys_modes, reset_sys_modes): Test BSD_PGRPS.Richard M. Stallman1994-02-171-4/+4
* (init_sys_modes): IEXTEN is in c_lflag, not c_iflag.Richard M. Stallman1994-02-161-1/+1
* (sys_write): If any bytes were written, return how many.Richard M. Stallman1994-02-151-1/+1
* (XTread_socket): Do not assume that select returningRichard M. Stallman1994-02-151-1/+7
* (Fx_close_current_connection): call check_x.Karl Heuer1994-02-141-0/+6
* (Fx_popup_menu): Likewise.Karl Heuer1994-02-141-0/+1