log

age author description
1992-12-24 Jim Blandy * ymakefile (all, xemacs): We build an executable called `emacs' now,
1992-12-24 Jim Blandy * sendmail.el (mail-position-on-field): `end' is guaranteed to be
1992-12-24 Jim Blandy * rmail.el (rmail-unix-mail-delimiter): Not all time zone names
1992-12-24 Jim Blandy * loadup.el: Dump under the name `emacs', not `xemacs'.
1992-12-24 Jim Blandy * compile.el (compilation-error-regexp-alist): Tightened up
1992-12-24 Jim Blandy * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix
1992-12-24 Jim Blandy * make-dist: Make sure that the COPYING notices in each directory
1992-12-24 Jim Blandy * configure: Start with a blank line; this keeps some old CSH's
1992-12-24 Jim Blandy * INSTALL: The build process produces an executable called `emacs'
1992-12-21 Roland McGrath (visit-tags-table-buffer): Don't look in list for tags-file-name if nil.
1992-12-21 Roland McGrath Many comments added and docstrings fixed.
1992-12-21 Roland McGrath (ignore): Use defun instead of fset to define; the byte compiler is smart
1992-12-21 Roland McGrath (tagsfiles): New variable.
1992-12-21 Richard M. Stallman (Fcall_interactively): For `s', use Fread_string.
1992-12-19 Richard M. Stallman Display load-path at start.
1992-12-18 Jim Blandy * frame.c (make_terminal_frame): Don't forget to set the
1992-12-15 David J. MacKenzie *** empty log message ***
1992-12-14 Jim Blandy *** empty log message ***
1992-12-12 Jim Blandy * make-dist: Don't bother creating an arch-lib directory; that's
1992-12-12 Jim Blandy * configure: Don't make the top-level Makefile read-only - people
1992-12-12 Jim Blandy * Makefile.in (install, install.sysv, install.xenix, install.aix):
1992-12-12 Jim Blandy * window.c (Fset_window_configuration): If we're restoring the
1992-12-12 Jim Blandy * search.c (Fskip_chars_forward, Fskip_chars_backward): Return the
1992-12-12 Jim Blandy Give subprocess creation a way to find a valid current directory
1992-12-12 Jim Blandy * macros.c (Fend_kbd_macro): Don't use XFASTINT to check if arg is
1992-12-12 Jim Blandy * fileio.c (find_file_handler): Rename this to
1992-12-12 Jim Blandy * frame.c (Fdelete_frame): Delete all the windows in the frame's
1992-12-12 Jim Blandy Give subprocess creation a way to find a valid current directory
1992-12-12 Jim Blandy Give subprocess creation a way to find a valid current directory
1992-12-12 Jim Blandy * Makefile.in (distclean): Don't delete machine.h or system.h;
1992-12-12 Jim Blandy * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
1992-12-12 Jim Blandy * Makefile.in (exec_prefix): New variable.
1992-12-12 Jim Blandy * vc.el (vc-do-command): Set the default directory of the *vc*
1992-12-12 Jim Blandy Sat Dec 12 03:22:57 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-12-12 Jim Blandy The find-file-name-handler function in ../src/fileio.c is now
1992-12-12 Jim Blandy * lpr.el (lpr-switches, lpr-command): Make these defvars, not
1992-12-12 Jim Blandy * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New
1992-12-12 Jim Blandy *** empty log message ***
1992-12-12 Jim Meyering *** empty log message ***
1992-12-09 Roland McGrath (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
1992-12-09 Roland McGrath (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
1992-12-08 Jim Blandy *** empty log message ***
1992-12-06 Jim Blandy * sendmail.el (mail-self-blind, mail-interactive,
1992-12-06 Jim Blandy Tue Dec 1 22:34:42 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-12-06 Jim Blandy Fri Dec 4 00:31:30 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-12-06 Eric S. Raymond * c-mode.el (c-style-alist): Add quotes around C++ style name.
1992-12-06 Jim Blandy * make-path.c (touchy_mkdir): Remove debugging output.
1992-12-06 Jim Blandy * Makefile.in (make-path): New target.
1992-12-06 Jim Blandy * xterm.c (XTread_socket): When we get MapNotify, UnmapNotify,
1992-12-06 Jim Blandy * xfns.c (Fx_create_frame): Initialize f->async_visible too.
1992-12-06 Jim Blandy * xdisp.c (redisplay): Call FRAME_SAMPLE_VISIBILITY to set the
1992-12-06 Jim Blandy Tue Dec 1 23:42:25 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-12-06 Jim Blandy * keyboard.c (kbd_store_ptr): Declare this to be volatile, if
1992-12-06 Jim Blandy * frame.h (struct frame): New fields called async_visible and
1992-12-06 Jim Blandy * frame.c (make_frame): Initialize async_visible and
1992-12-06 Jim Blandy * doc.c (store_function_docstring): New function, made from part
1992-12-06 Jim Blandy * dispnew.c: Remove dyked-out copy of safe_bcopy.
1992-12-06 Jim Blandy * dispextern.h (struct frame_glyphs): Doc fix.
1992-12-06 Jim Blandy src/ * data.c (indirect_function): Delete unused argument ERROR.
1992-12-06 Jim Blandy Now partially conforms with GNU coding standards. I'm only checking