log

age author description
1993-02-24 Richard M. Stallman (syms_of_buffer): Doc fix.
1993-02-24 Richard M. Stallman (vc-find-file-hook): Discard vc status of file
1993-02-24 Richard M. Stallman Formerly PROBLEMS.~3~
1993-02-24 Richard M. Stallman Formerly PROBLEMS.~2~
1993-02-24 Richard M. Stallman (syms_of_cmds): New var `overwrite-binary-mode'.
1993-02-23 Richard M. Stallman (read_avail_input): Args to `kill' were backwards.
1993-02-23 Jim Blandy Fix the fix.
1993-02-23 Jim Blandy * emacs.c (fatal_error_signal): Unblock the signal before we try
1993-02-23 Jim Blandy * abbrev.c (Fexpand_abbrev): Only copy the text we're going to
1993-02-23 Jim Blandy * .gdbinit (xprocess): New command.
1993-02-23 Jim Blandy * make-dist: Only copy gmalloc.c if we couldn't link it.
1993-02-23 Jim Blandy Removed assigment to foo in byte-compile-lambda.
1993-02-23 Jim Blandy * Makefile.in (lisppath): Don't include externallispdir in this.
1993-02-23 Jim Blandy * alloc.c (make_pure_float): Assure that PUREBEG + pureptr is
1993-02-23 Richard M. Stallman (C_entries): Don't reset definedef when a newline inside a comment is met.
1993-02-23 Richard M. Stallman (Fforward_comment): New function.
1993-02-22 Jim Blandy * alloc.c (make_pure_float): Align pureptr according to __alignof,
1993-02-22 Jim Blandy * xterm.c (XTread_socket): Pass the proper number of arguments to
1993-02-22 Jim Blandy * xrdb.c (getuid): Remove declaration.
1993-02-22 Jim Blandy * minibuf.c (Fdisplay_completion_list): Pass the proper number of
1993-02-22 Jim Blandy * xfns.c (x_set_icon_type): Pass the proper number of arguments to
1993-02-22 Jim Blandy * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper
1993-02-22 Jim Blandy * textprop.c (Fget_text_property): Fix typo in function's declaration.
1993-02-22 Jim Blandy * systty.h [HAVE_TERMIOS]: Include fcntl.h.
1993-02-22 Jim Blandy * systime.h [_AIX]: Move test outside of previous #if.
1993-02-22 Jim Blandy * sysdep.c (child_setup_tty): Recognize HAVE_TERMIOS as well as
1993-02-22 Jim Blandy * callint.c (Fcall_interactively): Pass the correct number of
1993-02-22 Jim Blandy * process.c: Make sure we don't miss processes exiting, by having
1993-02-22 Jim Blandy * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper
1993-02-22 Jim Blandy * data.c (Fstring_to_int): Rename this to Fstring_to_number, since
1993-02-22 Jim Blandy * keymap.c (Fdescribe_vector): Pass the proper number of arguments
1993-02-22 Jim Blandy * keyboard.c (init_keyboard): Recognize HAVE_TERMIOS as well as
1993-02-22 Jim Blandy * frame.c (Fselect_frame): Set Vlast_event_frame to Qnil after
1993-02-22 Jim Blandy * fns.c (Fequal): Call internal_equal to recurse on elements of
1993-02-22 Jim Blandy * floatfns.c (Flogb): Always implement this by calling Flog, even
1993-02-22 Jim Blandy * callproc.c (init_callproc): Move the initialization of
1993-02-22 Jim Blandy * editfns.c (Fmessage): Don't forget to return a value when
1993-02-22 Jim Blandy * dispnew.c (sit_for): Pass the correct number of arguments to
1993-02-22 Jim Blandy * data.c (Fstring_to_number): Skip initial spaces, to make Emacs
1993-02-22 Jim Blandy * config.h.in: #define USE_TEXT_PROPERTIES by default.
1993-02-22 Jim Blandy * callproc.c (delete_temp_file): Declare this to return
1993-02-22 Jim Blandy * bytecode.c (Fbyte_code): Pass the correct number of arguments to
1993-02-22 Jim Blandy * buffer.h: Remove code which #includes "undo.h" if lint is
1993-02-22 Jim Blandy * buffer.c (Fswitch_to_buffer): Pass the correct number of
1993-02-22 Jim Blandy * alloc.c (make_pure_float): Align pureptr on a sizeof (double)
1993-02-22 Jim Blandy * aix3-1.h: Changes from 18.58.
1993-02-22 Jim Blandy * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA
1993-02-22 Jim Blandy * files.el (revert-buffer): Reverse the sense of the first
1993-02-22 Jim Blandy * two-column.el: Add autoloads for the functions defined in
1993-02-22 Jim Blandy * subr.el (string-to-int): Make this an alias for
1993-02-22 Jim Blandy * gud.el (gud-break): With a prefix argument, set a temporary
1993-02-22 Jim Blandy * make-dist: Don't distribute the external-lisp directory anymore.
1993-02-22 Jim Blandy * configure: Detect whether the compiler supports `const'
1993-02-22 Jim Blandy * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
1993-02-22 Jim Blandy Initial revision
1993-02-21 Richard M. Stallman (esc-map, ctl-x-map): Define as functions.
1993-02-21 Richard M. Stallman (Fskip_syntax_backward): New function.
1993-02-21 Richard M. Stallman (Fsuspend_emacs): Make tem not register.
1993-02-20 Richard M. Stallman (super-apropos-check-doc-file): Look for DOC file in proper directory.
1993-02-20 Richard M. Stallman (Fmemory_limit): Doc fix.