log

age author description
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.
1993-02-20 Richard M. Stallman (insert-directory): Doc fix.
1993-02-19 Richard M. Stallman (Fsuspend_emacs): Rename suspend-hook to suspend-hooks and run it manually.
1993-02-19 Richard M. Stallman (describe_map): Call Fkey_description before build_string.
1993-02-19 Richard M. Stallman (describe-function): Print the arglist if the function is bytecode or a list.
1993-02-19 Richard M. Stallman (Fopen_dribble_file): Doc fix.
1993-02-18 Richard M. Stallman (syms_of_lread): Doc fix.
1993-02-18 Michael I. Bushnell * process.c (Fstart_process): Jimb's change of December 11
1993-02-17 Richard M. Stallman Fix minor bugs in previous change.
1993-02-17 Roland McGrath (generate-file-autoloads): If no buffer was visiting FILE when we started,
1993-02-17 Richard M. Stallman (isearch-backward-regexp):
1993-02-17 Richard M. Stallman (byte-compile-lambda): Test of byte-compile-compatibility was backwards.
1993-02-16 Richard M. Stallman (frame-initialize): Fix error syntax.
1993-02-16 Jim Blandy * informat.el (Info-tagify): Correct the regular expression which
1993-02-15 Richard M. Stallman (find-file-hooks): Delete permanent-local property.
1993-02-15 Richard M. Stallman (search_command): #if 0 previous change.
1993-02-15 Richard M. Stallman (search_command): When moving to LIM on failure, return LIM.
1993-02-14 Richard M. Stallman (Frename_buffer): Make prefix arg set UNIQUE.
1993-02-14 Jim Blandy * xterm.c (x_set_window_size): Call change_frame_size instead of
1993-02-14 Jim Blandy * frame.c (Fframe_parameters): Report the `minibuffer' parameter of
1993-02-14 Jim Blandy * xdisp.c (message): Set echo_frame to the frame whose message buf
1993-02-14 Jim Blandy * dispnew.c (remake_frame_glyphs): When re-allocating the frame's
1993-02-14 Jim Blandy * keymap.c (Flookup_key, Fkey_binding, Flocal_key_binding,
1993-02-14 Jim Blandy * frame.c (Fframe_parameters): Report the `minibuffer' parameter of
1993-02-14 Jim Blandy * fileio.c (Fdo_auto_save): If NO_MESSAGE is non-nil, don't tell
1993-02-14 Jim Blandy * s/usg5-4.h: #include "usg5-3.h", not "s-usg5-3.h".
1993-02-14 Jim Blandy * subr.el (mod): Add back this alias for %.
1993-02-14 Jim Blandy * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse
1993-02-14 Jim Blandy * lisp-mode.el (lisp-fill-paragraph): New function.
1993-02-14 Jim Blandy * gosmacs.el: Bind M-h to delete-previous-word, not
1993-02-14 Jim Blandy * frame.el: Clean up initialization code.
1993-02-14 Jim Blandy * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
1993-02-14 Jim Blandy * cl.el (cl-version): Mark as no longer in beta test.