log

age author description
Mon, 15 Jul 1996 21:27:49 +0000 Karl Heuer Declare main as int, not void.
Mon, 15 Jul 1996 21:26:39 +0000 Karl Heuer [__GNU_LIBRARY__]: Use size_t for fromlen.
Mon, 15 Jul 1996 21:25:56 +0000 Karl Heuer [__GNU_LIBRARY__]: Use <string.h>.
Mon, 15 Jul 1996 20:26:39 +0000 Karl Heuer (texinfo-format-today): Avoid race condition by getting current time only once.
Mon, 15 Jul 1996 20:23:12 +0000 Karl Heuer (appt-check, appt-make-list): Avoid race condition
Mon, 15 Jul 1996 20:18:18 +0000 Karl Heuer (executable-set-magic): Don't put a space at end
Mon, 15 Jul 1996 20:17:53 +0000 Karl Heuer (sh-mode): Call sh-set-shell only for a writable
Mon, 15 Jul 1996 20:00:34 +0000 Karl Heuer (smtpmail-send-data-1): Escape "." at the start of
Mon, 15 Jul 1996 19:57:23 +0000 Karl Heuer (getwd): Correct return type.
Mon, 15 Jul 1996 19:57:11 +0000 Karl Heuer Correct return type of getwd.
Mon, 15 Jul 1996 17:20:52 +0000 Jeff Law * config.guess (HP 9000/811): Recognize this as a PA1.1
Sun, 14 Jul 1996 18:09:15 +0000 Torbjorn Granlund Generalize C90 alternative to all x90 machines. libc-960715
Sun, 14 Jul 1996 16:46:25 +0000 Noah Friedman (eldoc-mode): Toggle eldoc-mode if no prefix given.
Sun, 14 Jul 1996 14:42:27 +0000 Lars Magne Ingebrigtsen * gnus-cache.el (()): Make sure byte-compilation doesn't trip on
Sun, 14 Jul 1996 14:32:45 +0000 Lars Magne Ingebrigtsen ((provide 'gnus)): Make sure `gnus-directory' is defined
Sun, 14 Jul 1996 01:59:42 +0000 Daniel Hagerty Added Richard's diffs to this file, fixed a couple of small bugs
Sun, 14 Jul 1996 00:06:09 +0000 Karl Heuer (Fmatch_data): If no matching done yet, return Qnil.
Sun, 14 Jul 1996 00:03:45 +0000 Karl Heuer (sys_gmtime): Don't assume year < 2000.
Sat, 13 Jul 1996 18:51:11 +0000 Karl Heuer (xm_update_menu): Fix loop termination test.
Sat, 13 Jul 1996 18:46:08 +0000 Karl Heuer (outline-auto-activation, outline-layout)
Sat, 13 Jul 1996 18:40:22 +0000 Karl Heuer (outline-resolve-xref): Do not mistake a blank line
Sat, 13 Jul 1996 17:53:53 +0000 Karl Heuer (display-time): Fix start time for run-at-time.
Sat, 13 Jul 1996 17:50:47 +0000 Karl Heuer (wait_reading_process_input) [hpux]: Workaround for
Sat, 13 Jul 1996 11:12:25 +0000 Simon Marshall Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only skips commas.
Sat, 13 Jul 1996 01:03:02 +0000 Karl Heuer (Fvertical_motion): Doc fix.
Sat, 13 Jul 1996 00:57:31 +0000 Karl Heuer (rmail-summary-next-labeled-message)
Sat, 13 Jul 1996 00:55:05 +0000 Karl Heuer (mouse-major-mode-menu-1): No need to copy the top
Sat, 13 Jul 1996 00:52:08 +0000 Karl Heuer (browse-url-netscape-program): New variable.
Fri, 12 Jul 1996 07:34:20 +0000 Simon Marshall Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.
Fri, 12 Jul 1996 07:32:45 +0000 Simon Marshall 1. For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-functions, don't count back using the length of STRING, as previous fns may have changed the buffer. Count from process-mark.