aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lread.c: #include "keyboard.h".Jim Blandy1992-11-161-14/+66
* * keyboard.c (unread_switch_frame): Don't declare this static.Jim Blandy1992-11-161-38/+49
* * fileio.c (Fexpand_file_name): Don't fiddle with "/." if it's theJim Blandy1992-11-161-39/+61
* * dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correctJim Blandy1992-11-161-19/+20
* * commands.h (unread_command_event): Doc fix.Jim Blandy1992-11-161-2/+11
* * buffer.c (Ferase_buffer): Doc fix.Jim Blandy1992-11-161-9/+11
* * Makefile.in (doxemacs, dotemacs): Explicitly pass along the CCJim Blandy1992-11-161-2/+2
* * s/sol2.h (LD_SWITCH_SYSTEM): Add -R option.Jim Blandy1992-11-161-2/+3
* * s/bsd4-2.h, s/bsd4-3.h: #define SIGNALS_VIA_CHARACTERS.Jim Blandy1992-11-162-0/+8
* * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessaryJim Blandy1992-11-161-0/+5
* *** empty log message ***Jim Blandy1992-11-152-0/+9
* * window.c (Fset_window_configuration): Protect call toJim Blandy1992-11-071-0/+4
* * systime.h [USG] (EMACS_GET_TZ_OFFSET): Assign to *(offset), notJim Blandy1992-11-071-3/+3
* * sysdep.c (init_baud_rate) [HAVE_TERMIO, not HAVE_TCATTR]: UseJim Blandy1992-11-071-1/+1
* * process.c [SYSV]: Don't include <termios.h>, <termio.h>, orJim Blandy1992-11-071-8/+2
* * minibuf.c (read_minibuf): Protect call to Fredirect_frame_focusJim Blandy1992-11-071-0/+2
* * lisp.h [not MULTI_FRAME]: Don't declare the Lisp_Frame tag.Jim Blandy1992-11-071-1/+5
* * keymap.c (get_keymap_1): Don't try to autoload OBJECT's functionJim Blandy1992-11-071-6/+13
* * keyboard.c (read_key_sequence): Removed theJim Blandy1992-11-071-27/+48
* * eval.c (Fautoload): Renamed fifth argument TYPE. Document theJim Blandy1992-11-071-9/+16
* * buffer.c (init_buffer): If PWD is accurate, use it instead ofJim Blandy1992-11-071-1/+15
* * alloc.c: #include "frame.h" unconditionally. frame.h does theJim Blandy1992-11-071-2/+0
* * Makefile.in: Rearrange dependencies to make sure that xmakefileJim Blandy1992-11-071-6/+6
* Added `mips' command.Jim Blandy1992-11-071-0/+8
* (SYSTEM_TYPE): Use berkeley-unix.Richard M. Stallman1992-11-061-1/+1
* *** empty log message ***Karl Berry1992-11-041-1/+4
* * fileio.c (Fmake_directory_internal): Remove extra paren before theJim Blandy1992-11-031-1/+1
* (Fmake_directory_internal): Renamed from Fmake_directory.Richard M. Stallman1992-10-311-4/+5
* * xterm.h (x_screen_count, x_release, x_screen_height,Jim Blandy1992-10-311-8/+8
* * xterm.c (x_convert_modifiers): Declare this to return anJim Blandy1992-10-311-10/+10
* * xselect.c (own_selection): selection_type is an X Atom value,Jim Blandy1992-10-311-4/+9
* * xfns.c (x_decode_color, Fx_color_display_p): x_screen_planes isJim Blandy1992-10-311-17/+20
* * xdisp.c (redisplay): Use ! EQ to compare the old and new arrowJim Blandy1992-10-311-57/+48
* * window.h (make_window, window_from_coordinates,Jim Blandy1992-10-311-0/+3
* * window.c (Fwindow_width, Fset_window_hscroll): Use accessors onJim Blandy1992-10-311-10/+10
* * undo.c (record_insert): Use accessors on BEG and LENGTH.Jim Blandy1992-10-311-7/+8
* * search.c (Fstore_match_data): Don't assume Flength returns anJim Blandy1992-10-311-1/+1
* * process.c: (status_convert): Declare this to return aJim Blandy1992-10-311-13/+12
* * print.c (print): Cast the frame's address to an integer beforeJim Blandy1992-10-311-1/+1
* * minibuf.c (read_minibuf): Use EQ to compare, not ==.Jim Blandy1992-10-311-2/+2
* * lread.c (read_char): Add an extern declaration for this,Jim Blandy1992-10-311-0/+2
* * lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist,Jim Blandy1992-10-311-8/+17
* * keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assumeJim Blandy1992-10-311-21/+52
* * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers,Jim Blandy1992-10-311-0/+5
* * keyboard.c: #include dispextern.h.Jim Blandy1992-10-311-151/+202
* * frame.c: #include buffer.h.Jim Blandy1992-10-311-0/+1
* * fns.c: #include keyboard.h.Jim Blandy1992-10-311-1/+2
* * floatfns.c (Flog): Don't forget to declare the BASE argument aJim Blandy1992-10-311-2/+3
* * doc.c: #include keyboard.h.Jim Blandy1992-10-311-8/+17
* * dispextern.h (sit_for): Declare this extern.Jim Blandy1992-10-311-0/+1