aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * xfaces.c (recompute_basic_faces): This shouldn't be declared static.Jim Blandy1993-06-191-1/+1
* * sysdep.c (rename): Make arguments const. autoconf #definesJim Blandy1993-06-191-2/+2
* * minibuf.c (Fread_minibuffer): Add missing semicolon afterJim Blandy1993-06-191-1/+1
* * xterm.c (XTread_socket): Never treat a modifier key as aJim Blandy1993-06-191-14/+14
* * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.Jim Blandy1993-06-192-2/+2
* * frame.c (Fmake_frame_visible): Make this interactively callable;Jim Blandy1993-06-191-1/+1
* * xfaces.c: Add forward declaration for recompute_basic_faces.Jim Blandy1993-06-191-4/+5
* * fileio.c (Fset_visited_file_modtime): We're only passing twoJim Blandy1993-06-191-1/+1
* Changes for Irix 4.0, tested this time:Jim Blandy1993-06-185-8/+16
* Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.Jim Blandy1993-06-186-6/+0
* * xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem toJim Blandy1993-06-181-1/+1
* Typo.Jim Blandy1993-06-181-2/+2
* * m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We areJim Blandy1993-06-172-3/+5
* * xfaces.c (compute_base_face): Initialize the face's stipple.Jim Blandy1993-06-171-0/+4
* * callproc.c (Fcall_process, child_setup): If IRIX is #defined,Jim Blandy1993-06-172-4/+4
* * keyboard.c (read_key_sequence): Don't confuse mock input withJim Blandy1993-06-171-20/+32
* Don't let the 'B' interactive spec default to buffers viewed inJim Blandy1993-06-171-11/+5
* Don't let the 'B' interactive spec default to buffers viewed inJim Blandy1993-06-171-1/+1
* Changes for correct pgrp behavior; approach suggested by BobJim Blandy1993-06-172-10/+4
* Remove decl for Qvisible.Jim Blandy1993-06-171-1/+1
* * keyboard.c (read_key_sequence): If we add events to a keyJim Blandy1993-06-171-7/+15
* * config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf toJim Blandy1993-06-171-0/+1
* Changes for correct pgrp behavior; approach suggested by BobJim Blandy1993-06-171-10/+8
* (scan_lists, Fforward_comment): #if 0 the codeRichard M. Stallman1993-06-171-3/+10
* * lisp.h (CHECK_LIST, CHECK_STRING, CHECK_CONS, CHECK_SYMBOL,Jim Blandy1993-06-171-23/+23
* * xdisp.c (redisplay_window): No need to subtract one from startJim Blandy1993-06-171-1/+1
* * fileio.c (Finsert_file_contents): Two new args, BEG and END.Jim Blandy1993-06-171-13/+43
* Don't let the 'B' interactive spec default to buffers viewed inJim Blandy1993-06-173-12/+20
* * Makefile.in (CPP): New variable, set by the top-level Makefile.Jim Blandy1993-06-161-0/+1
* Changes for correct pgrp behavior from Bob GlicksteinJim Blandy1993-06-162-4/+3
* (Finsert_buffer_substring): Doc fix.Roland McGrath1993-06-161-1/+1
* (LIBS_SYSTEM): Don't attempt to #define this if we already have aJim Blandy1993-06-161-0/+3
* * m/delta88k.h (HAVE_GETTIMEOFDAY): Don't #define this; autoconfJim Blandy1993-06-161-1/+0
* * unexec.c [HPUX] (sbrk): This returns a void *.Jim Blandy1993-06-161-1/+5
* *** empty log message ***Jim Blandy1993-06-161-8/+8
* * window.c (check_frame_size): Allow minibuffer-only frames to beJim Blandy1993-06-161-3/+2
* * frame.c (store_frame_param): Fix error message punctuation.Jim Blandy1993-06-161-1/+1
* * s/isc3-0.h (memmove): #define this to call safe_bcopy.Jim Blandy1993-06-161-0/+5
* * sysdep.c (closedir): Don't free directory buffer if it looksJim Blandy1993-06-161-1/+5
* * sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; itJim Blandy1993-06-161-0/+5
* Bring mumbleclean targets into conformance with GNU coding standards.Jim Blandy1993-06-161-7/+9
* * buffer.c (list_buffers_1): Return the desired point.Jim Blandy1993-06-161-8/+13
* * xdisp.c (redisplay_window): No need to subtract BEGV to computeJim Blandy1993-06-161-1/+1
* Calls to access_keymap updated.Richard M. Stallman1993-06-161-10/+9
* (xmenu_show): Store 0 in *ERROR at the beginning.Richard M. Stallman1993-06-151-1/+2
* (adjust_intervals_for_insertion): By default, copyRichard M. Stallman1993-06-151-1/+1
* Make prefix keys work with keymap inheritanceRichard M. Stallman1993-06-151-11/+69
* (set_point): When moving over invis chars,Richard M. Stallman1993-06-151-1/+4
* * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,Jim Blandy1993-06-141-0/+6
* * xdisp.c (display_text_line): Use temporary variable.Jim Blandy1993-06-141-3/+6