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