summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* (Fexecute_extended_command):Richard M. Stallman1995-11-181-9/+3
| | | | Call Fwhere_is_internal just once to handle all the maps.
* (FRAME_WINDOW_P): Always define it one way or another.Richard M. Stallman1995-11-161-0/+3
|
* (gettext_noop): New macro, identity fn.Roland McGrath1995-11-161-296/+303
| | | | (re_error_msgid): Mark strings with that, to ease message catalog creation.
* Declare etext.Roland McGrath1995-11-161-1/+1
|
* [_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if notRoland McGrath1995-11-161-3/+4
| | | | present.
* (XTread_socket): Verify a ButtonPress was actually in theRichard M. Stallman1995-11-151-1/+8
| | | | menu bar before generating a menu_bar_activate_event event.
* (syms_of_xselect): Doc fix.Richard M. Stallman1995-11-151-1/+1
|
* (x_clear_frame_selections): Get selection_symbol properly.Richard M. Stallman1995-11-151-1/+22
| | | | (x_clear_frame_selections): Undo previous change.
* (doprnt1): Add a cast.Richard M. Stallman1995-11-151-1/+1
|
* (mark_object): Don't overwrite original argument value.Richard M. Stallman1995-11-151-2/+3
|
* (xsymbol): Cast name explicitly to (char *).Richard M. Stallman1995-11-151-1/+1
|
* Initial revisionGeoff Voelker1995-11-141-0/+589
|
* (check_executable) [DOS_NT]: Treat all dirs as executable.Richard M. Stallman1995-11-141-1/+13
| | | | | (Fcopy_file): Don't chmod output file on MSDOS unless we have DJGPP version 2.
* Declare calloc like malloc.Richard M. Stallman1995-11-131-3/+3
|
* (LIBS_STANDARD): Definition deleted.Richard M. Stallman1995-11-121-1/+3
|
* (LIBS_SYSTEM): Fix typo in prev change.Richard M. Stallman1995-11-121-2/+2
|
* Always include dispextern.h before cm.h.Richard M. Stallman1995-11-121-5/+1
|
* (syms_of_frame_1): Set up Vdefault_frame_alist here.Richard M. Stallman1995-11-111-14/+14
| | | | | (syms_of_frame): Not here. (Vdefault_frame_alist): Definition now unconditional.
* (Fdocumentation): Reject a file referenceRichard M. Stallman1995-11-111-2/+7
| | | | at the end of a lambda body.
* (dos_menubar_clock_displayed): New variable.Richard M. Stallman1995-11-111-0/+8
| | | | (check_timer): Erase the clock if it has been turned off.
* (display_text_line): Handle redisplay_end_triggerRichard M. Stallman1995-11-111-11/+14
| | | | before getting the face of the next character. Reset next_face_change.
* (NUM_FAILURE_ITEMS, POP_FAILURE_POINT, PUSH_FAILURE_POINT):Richard M. Stallman1995-11-111-4/+5
| | | | | | | | Do not test for backtracking--do the same thing with or without. (_GNU_SOURCE): Undef before defining. (re_max_failures): Initialize to just 20000.
* (check_syntax_table): Check the purpose slot.Richard M. Stallman1995-11-111-4/+9
| | | | | | Use Qsyntax_table_p for the error message. (Fmodify_syntax_entry): Don't fail to init MATCH.
* (fatal_unexec): Don't use varargs.Richard M. Stallman1995-11-111-6/+4
|
* (display_menu_bar): Fix backwards conditional.Richard M. Stallman1995-11-111-4/+8
| | | | | (update_menu_bar, redisplay_window): Don't use FRAME_EXTERNAL_MENU_BAR in #ifdef, since it is always defined.
* (NO_EDITRES): Defined.Richard M. Stallman1995-11-111-4/+4
| | | | (LIBXMU): Define once again.
* (HACK_EDITRES): Don't define if NO_EDITRES is defined.Richard M. Stallman1995-11-111-2/+3
|
* (HACK_EDITRES): Define here as in xfns.c.Richard M. Stallman1995-11-111-3/+6
| | | | (XTread_socket): Test HACK_EDITRES.
* (set_menu_bar_lines): Record the fact that the window configuration changes.Richard M. Stallman1995-11-111-2/+8
| | | | (set_menu_bar_lines_1): Mark the window as modified.
* Don't include Xaw/Paned.h unless USE_LUCID is defined.Richard M. Stallman1995-11-101-0/+4
| | | | | | (set_frame_menubar): Conditionalized some code on USE_LUCID that depends on the fact that the parent widget of the menu bar is an Xaw "Paned" widget.
* Don't test THIS_IS_YMAKEFILE.Richard M. Stallman1995-11-101-2/+0
|
* Always include sys/wait.h unless NOT_C_CODE;Richard M. Stallman1995-11-101-1/+4
| | | | don't test #ifdef emacs for that.
* (SYMS_SYSTEM): Add syms_of_msdos.Richard M. Stallman1995-11-101-1/+1
|
* (LIB_STANDARD_1): New macro.Richard M. Stallman1995-11-101-4/+10
| | | | | (LIB_STANDARD): Use LIB_STANDARD_1. (LIBS_SYSTEM): Use it here too.
* (LIBXMU): Never define this.Richard M. Stallman1995-11-101-1/+4
|
* Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.Richard M. Stallman1995-11-101-5/+6
| | | | Get fatal error if not using GCC.
* (lisp): Add loadup.el.Richard M. Stallman1995-11-101-1/+2
| | | | | (USE_@X_TOOLKIT_TYPE@): Define here, if appropriate. (THIS_IS_YMAKEFILE): Definition deleted.
* (unload_font): Invalidate computed faces.Richard M. Stallman1995-11-101-1/+53
| | | | | (unload_color): Likewise. (new_computed_face): Reuse invalidated computed faces.
* (display_text_line): Get redisplay_end_trigger from window.Richard M. Stallman1995-11-101-29/+37
| | | | | | | | | | (display_string): Detect truncation more carefully. (redisplay_window): On non-X frame, always use FRAME_MENU_BAR_LINES as criterion for whether to display menu bar. (update_menu_bar): Likewise. (display_menu_bar): Do the work here for non-X frames regardless of USE_X_TOOLKIT.
* (struct window): New field redisplay_end_trigger.Richard M. Stallman1995-11-101-0/+3
|
* (Fwindow_redisplay_end_trigger): New function.Richard M. Stallman1995-11-101-0/+30
| | | | | (Fset_window_redisplay_end_trigger): Likewise. (syms_of_window): defsubr them.
* (debug_print): Explicitly print a CR.Richard M. Stallman1995-11-101-1/+1
|
* (oblookup): Clear ARRAY_MARK_FLAG in obsize.Richard M. Stallman1995-11-101-0/+2
|
* (interrupt_signal): Do special things in GC.Richard M. Stallman1995-11-101-7/+24
|
* (Fmove_to_column): Doc fix.Richard M. Stallman1995-11-101-1/+13
| | | | | (compute_motion): Update next_boundary when we skip to next newline.
* (Fwrite_region): Move the code that writes annotations for empty files.Richard M. Stallman1995-11-101-7/+6
|
* (Fformat): Use doprnt_lisp.Richard M. Stallman1995-11-101-2/+7
|
* Include lisp.h.Richard M. Stallman1995-11-101-3/+47
| | | | | | | (doprnt1): Renamed from doprnt. New arg LISPSTRINGS. This is now a static subroutine. (doprnt): New definition calls doprnt1. (doprnt_lisp): New function.
* (update_line): Avoid indexing into obody by -1.Richard M. Stallman1995-11-101-1/+1
|
* (syms_of_callint): Set up Qlet, Qletx, Qsave_excursion.Richard M. Stallman1995-11-101-14/+34
| | | | | (Fcall_interactively): Look past those special forms when checking for a call to `list'.