aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (message, message1): If noninteractive andRichard M. Stallman1993-04-131-2/+6
* (Fy_or_n_p): Echo the answer just once, at exit.Richard M. Stallman1993-04-131-7/+7
* * Makefile.in (xmakefile): Recognize the -O option with a numericJim Blandy1993-04-101-1/+1
* long_to_cons and cons_to_long are generally useful things; they'reJim Blandy1993-04-103-30/+31
* Since Qmenu_enable is used by non-X-specific code, it shouldn't beJim Blandy1993-04-101-4/+1
* * xfaces.c (sort_overlays): Define this to be static, as declared.Jim Blandy1993-04-101-1/+1
* * keyboard.c (command_loop_1): Rebuild menu bar ifJim Blandy1993-04-101-2/+27
* * dispnew.c (getenv): Extern declaration deleted; this is done inJim Blandy1993-04-101-4/+2
* Adjust for autoconf merger.Jim Blandy1993-04-101-40/+46
* * callproc.c (relocate_fd): Make messages string literals, notJim Blandy1993-04-101-5/+4
* * buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFERJim Blandy1993-04-101-51/+84
* * alloc.c (__malloc_hook, __realloc_hook, __free_hook): DeclareJim Blandy1993-04-101-10/+13
* Adjust for autoconf merger.Jim Blandy1993-04-101-5/+4
* * keyboard.c (echo_dash): Do nothing if echoptr is 0.Jim Blandy1993-04-101-0/+3
* (Fkill_all_local_variables): Store each var's current valueRichard M. Stallman1993-04-081-0/+8
* * keyboard.c (apply_modifiers): Fix typo in sanity check.Jim Blandy1993-04-081-1/+1
* * keyboard.c (interrupt_input_blocked, interrupt_input_pending):Jim Blandy1993-04-071-2/+2
* Include blockinput.h.Richard M. Stallman1993-04-072-0/+2
* (interrupt_input_blocked): Make this signed int.Richard M. Stallman1993-04-071-1/+1
* (UNBLOCK_INPUT): Fix typo.Richard M. Stallman1993-04-071-1/+1
* (search_buffer): Fix typo in previous change.Richard M. Stallman1993-04-071-7/+9
* Fix typo in comment delimiter.Richard M. Stallman1993-04-071-1/+1
* * m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK insteadJim Blandy1993-04-073-2/+13
* * xterm.c (updating_frame): Declare this extern instead of static,Jim Blandy1993-04-071-6/+3
* *** empty log message ***Jim Blandy1993-04-061-2/+17
* * editfns.c (Fcurrent_time_zone): Return a list whose elements areJim Blandy1993-04-051-3/+6
* * s/vms.h (EXEC_SUFFIXES): Add definition for this.Jim Blandy1993-04-051-0/+2
* *** empty log message ***Jim Blandy1993-04-022-3/+3
* *** empty log message ***Jim Blandy1993-04-021-0/+16
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-3123-133/+224
* * xfaces.c: Doc fixes.Jim Blandy1993-03-311-4/+3
* Initial revisionJim Blandy1993-03-311-0/+72
* * keyboard.c (parse_modifiers, apply_modifiers): Make sure we'reJim Blandy1993-03-311-0/+6
* (Fwrite_region): Don't fail to set visit_file.Richard M. Stallman1993-03-311-1/+1
* (read_char): Clear Vquit_flag when we return C-g for it.Richard M. Stallman1993-03-311-0/+4
* New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of theJim Blandy1993-03-301-0/+2
* New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of theJim Blandy1993-03-303-9/+16
* Rename int-to-string to number-to-string, since it can handleJim Blandy1993-03-305-7/+7
* (make_frame): Init face_alist field.Richard M. Stallman1993-03-291-0/+1
* (NO_PTY_H): Defined.Richard M. Stallman1993-03-291-0/+2
* [NO_PTY_H]: Don't include pty.h.Richard M. Stallman1993-03-291-0/+2
* [USG5_4]: Alternate defining of LIBS_SYSTEM,Richard M. Stallman1993-03-291-0/+16
* (Fexpand_file_name): Default DEFALT at beginning,Richard M. Stallman1993-03-281-7/+18
* (command_loop_1): Clear force_start of selected_windowRichard M. Stallman1993-03-281-0/+5
* (struct frame): New field face_alist.Richard M. Stallman1993-03-281-0/+6
* (struct face): New fields pixmap_h, pixmap_w.Richard M. Stallman1993-03-281-15/+19
* (FRAME_FACES, FRAME_N_FACES, FRAME_DEFAULT_FACE)Richard M. Stallman1993-03-281-2/+13
* (Freplace_match): Clean up criterion about converting case.Richard M. Stallman1993-03-281-17/+19
* (main): Call syms_of_xfaces.Richard M. Stallman1993-03-281-0/+1
* *** empty log message ***Jim Blandy1993-03-271-131/+205