log

age author description
1992-11-07 Jim Blandy Wed Nov 4 15:09:07 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-11-07 Jim Blandy * startup.el (normal-top-level): Don't worry about setting
1992-11-07 Jim Blandy * isearch.el (isearch-frames-exist): This isn't what we want -
1992-11-07 Jim Blandy * simple.el (previous-line): Doc fix.
1992-11-07 Jim Blandy * etags.el (find-tag-noselect): Doc fix.
1992-11-07 Jim Blandy * compile.el (compile-internal): Use NAME-OF-MODE in the prompt
1992-11-07 Jim Blandy * cl.el: New version - 3.0 - from Cesar Quiroz.
1992-11-07 Jim Blandy * autoload.el (make-autoload): When creating an autoload
1992-11-07 Jim Blandy Added `mips' command. jimb-sync-Nov-3-1992
1992-11-07 Richard M. Stallman Doc fix.
1992-11-06 Richard M. Stallman (SYSTEM_TYPE): Use berkeley-unix.
1992-11-05 Richard M. Stallman version 1.28.8
1992-11-05 Richard M. Stallman (command-switch-alist, x-switch-definitions):
1992-11-05 Jim Blandy *** empty log message ***
1992-11-05 Richard M. Stallman Don't discard SCO version number if it's 3.2v4.
1992-11-04 Karl Berry *** empty log message ***
1992-11-03 Christopher Zaborsky Doc fix.
1992-11-03 Richard M. Stallman (insert-rectangle): Put mark at upper left corner.
1992-11-03 Christopher Zaborsky Dox fix.
1992-11-03 Christopher Zaborsky Doc fix.
1992-11-03 Christopher Zaborsky Dox fix.
1992-11-03 Richard M. Stallman (dired-mark-confirm): For `compress', say `Compress or uncompress'.
1992-11-03 Richard M. Stallman (make-directory): Renamed from make-directory-path.
1992-11-03 Jim Blandy * fileio.c (Fmake_directory_internal): Remove extra paren before the
1992-11-03 Jim Blandy * ange-ftp.el: Tighten the regular expression used in
1992-11-01 Richard M. Stallman (isearch-search): Handle all sorts of errors from regexp search.
1992-10-31 Richard M. Stallman (Fmake_directory_internal): Renamed from Fmake_directory.
1992-10-31 Richard M. Stallman (byte-compile-lambda):
1992-10-31 Jim Blandy * xterm.h (x_screen_count, x_release, x_screen_height,
1992-10-31 Jim Blandy * xterm.c (x_convert_modifiers): Declare this to return an
1992-10-31 Jim Blandy * xselect.c (own_selection): selection_type is an X Atom value,
1992-10-31 Jim Blandy * xfns.c (x_decode_color, Fx_color_display_p): x_screen_planes is
1992-10-31 Jim Blandy * xdisp.c (redisplay): Use ! EQ to compare the old and new arrow
1992-10-31 Jim Blandy * window.h (make_window, window_from_coordinates,
1992-10-31 Jim Blandy * window.c (Fwindow_width, Fset_window_hscroll): Use accessors on
1992-10-31 Jim Blandy * undo.c (record_insert): Use accessors on BEG and LENGTH.
1992-10-31 Jim Blandy * search.c (Fstore_match_data): Don't assume Flength returns an
1992-10-31 Jim Blandy * process.c: (status_convert): Declare this to return a
1992-10-31 Jim Blandy * print.c (print): Cast the frame's address to an integer before
1992-10-31 Jim Blandy * minibuf.c (read_minibuf): Use EQ to compare, not ==.
1992-10-31 Jim Blandy * lread.c (read_char): Add an extern declaration for this,
1992-10-31 Jim Blandy * lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist,
1992-10-31 Jim Blandy * keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assume
1992-10-31 Jim Blandy * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers,
1992-10-31 Jim Blandy * keyboard.c: #include dispextern.h.
1992-10-31 Jim Blandy * frame.c: #include buffer.h.
1992-10-31 Jim Blandy * fns.c: #include keyboard.h.
1992-10-31 Jim Blandy * floatfns.c (Flog): Don't forget to declare the BASE argument a
1992-10-31 Jim Blandy * doc.c: #include keyboard.h.
1992-10-31 Jim Blandy * dispextern.h (sit_for): Declare this extern.
1992-10-31 Jim Blandy * dired.c (find_file_handler): Declare this extern.
1992-10-31 Jim Blandy * data.c (Fset): See if current_alist_element points to itself
1992-10-31 Jim Blandy * commands.h (unread_command_char): Declare this to be a
1992-10-31 Jim Blandy * casetab.c (set_case_table): Declare this to be static, and
1992-10-31 Jim Blandy * casefiddle.c (operate_on_word): Declare end to be an int, not a
1992-10-31 Jim Blandy * callproc.c: Arrange for synchronous processes to get SIGINT the
1992-10-31 Jim Blandy * bytecode.c (Fbyte_code): Use EQ to compare string_saved with
1992-10-31 Jim Blandy * buffer.h (Fbuffer_name, Fget_file_buffer): Added external
1992-10-31 Jim Blandy * buffer.c (reset_buffer): Don't assign to b->save_length as if it
1992-10-31 Jim Blandy * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.