bpt/emacs.git
1996-12-19 Richard M.... (set_frame_menubar): Call Fmatch_data with new explicit...
1996-12-19 Richard M.... (read_process_output, exec_sentinel):
1996-12-19 Richard M.... (mail-extract-address-components): Clear text props
1996-12-19 Paul Eggert(calendar-time-zone-daylight-rules): Add support
1996-12-18 Richard M.... (perform-replace): Undo previous change.
1996-12-18 Richard M.... (Fmatch_data): New args INTEGERS and REUSE.
1996-12-18 Richard M.... (sendmail-user-agent): Avoid error for CONTINUE non...
1996-12-18 Richard M.... (LIBMAIL): New macro. Conditionally includes -lmail.
1996-12-18 Richard M.... (HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add...
1996-12-18 Richard M.... Check for libmail, maillock.h and touchlock (for movemail).
1996-12-18 Richard M.... (iso-languages): Add "german" entry.
1996-12-18 Richard M.... (send_process) [EMACS_HAS_USECS]:
1996-12-18 Richard M.... (compose-mail): Doc fix.
1996-12-18 Richard M.... (set_point): Use virtual bounds, not real bounds,
1996-12-18 Richard M.... (display-time-event-handler): Use let*.
1996-12-18 Richard M.... (time-stamp-mail-host-name): Get rid of time-stamp...
1996-12-18 Richard M.... (perform-replace): Delete the code that checked
1996-12-17 Richard M.... (news-mail-reply, news-reply): Include the message
1996-12-17 Richard M.... (isearch-ring-adjust): Don't pop the state at the start.
1996-12-17 Richard M.... (dired-move-to-filename-regexp): Recognize various...
1996-12-17 Richard M.... (ange-ftp-date-regexp): Recognize various languages.
1996-12-17 Richard M.... (merge_properties_sticky): Don't discard explicit nil
1996-12-17 Erik Naggum(sendmail-send-it): Explicitly pass interactive deliver...
1996-12-17 Richard M.... (time-stamp-month-dd-yyyy): Use format-time-string.
1996-12-17 Richard M.... (time-stamp-no-file): Reintroduced.
1996-12-16 Richard M.... (display-time-event-handler): Fix previous change.
1996-12-16 Richard M.... Update VERSION to 2.4.2.
1996-12-16 Richard M.... Add normal-auto-fill-function.
1996-12-16 Richard M.... Update edition to 2.4b.
1996-12-16 Richard M.... (sendmail-send-it): If no recipients, don't run
1996-12-16 Richard M.... (mail-extract-address-components): Don't downcase
1996-12-16 Richard M.... (imenu-generic-expression): Doc fix.
1996-12-16 Richard M.... (socket_connection): Free realhost after using it.
1996-12-16 Richard M.... Fix previous change.
1996-12-16 Richard M.... (Finsert_file_contents): Handle BEG and END non-nil
1996-12-16 Richard M.... (describe-mode): Include minor modes that aren't buffer...
1996-12-16 Richard M.... (HAVE_LIMITS_H): Add #undef.
1996-12-16 Richard M.... (limits.h): Check for this file.
1996-12-16 Richard M.... Change defconsts to defvars.
1996-12-16 Richard M.... (register-name-alist): Use defvar.
1996-12-16 Richard M.... (only-global-abbrevs): Use defvar.
1996-12-16 Richard M.... Change some defconsts to defvars.
1996-12-16 Richard M.... Change defconsts to defvars.
1996-12-16 Richard M.... (format-alist): Change defconst to defvar.
1996-12-16 Richard M.... Change most defconsts to defvars.
1996-12-15 Richard M.... (find-file-revert-without-query): New variable.
1996-12-15 Richard M.... (Fuser_full_name): Return nil if the specified user...
1996-12-15 Richard M.... (x_set_scroll_bar_width): Reject a width that's too...
1996-12-15 Richard M.... (cpp-edit-load): Don't load anything if init-file-user...
1996-12-15 Richard M.... (set_point): Check for intangible properties on overlays.
1996-12-15 Richard M.... (Fnext_char_property_change): New function.
1996-12-14 Richard M.... (outline-discard-overlays):
1996-12-14 Richard M.... (menu-bar-tools-menu): Add items
1996-12-14 Richard M.... (rmail-summary-beginning-of-message):
1996-12-13 Richard M.... (disabled-command-hook): Correctly keep the first
1996-12-13 Richard M.... (time-stamp-am-pm): Variable deleted.
1996-12-13 Richard M.... (display-time-event-handler): If Don't run the timer
1996-12-12 Richard M.... (Info-mode): Default for `tab-width'.
1996-12-12 Richard M.... Explain how disabled commands' doc strings are displayed.
1996-12-11 Richard M.... Fix previous change.
1996-12-11 Richard M.... (browse-url-url-at-point): Use thing-at-point.
1996-12-11 Richard M.... (bounds-of-thing-at-point): Allow the end
1996-12-11 Richard M.... Don't load .custom if -q was used.
1996-12-11 Karl Heuer(byte-compile-insert-header): Fix previous change.
1996-12-11 Richard M.... (syms_of_buffer): Doc fix (transient-mark-mode).
1996-12-11 Richard M.... call-process does not create a buffer.
1996-12-11 David J. MacKenzie* config.guess: Recognize machten.
1996-12-11 Richard M.... (Fwrite_region): Be careful not to destroy contents of
1996-12-10 Richard M.... (goto-address-fontify): Use overlay, not text props.
1996-12-10 Richard M.... (message2_nolog): Handle minibuffer_auto_raise.
1996-12-10 Richard M.... (Fcall_process_region): Define missing local `count'.
1996-12-10 Richard M.... (window_scroll): Don't set w->start or w->force_start...
1996-12-10 Richard M.... (Fend_of_line, Fbeginning_of_line):
1996-12-10 Richard M.... (Vmenu_updating_frame): New variable.
1996-12-10 Richard M.... (sort-columns): Don't use `sort' utility if the text...
1996-12-10 Richard M.... (timer-next-integral-multiple-of-time): Doc fix.
1996-12-10 Richard M.... (thing-at-point-url-chars): Allow comma, = and &.
1996-12-09 Geoff Voelker(normal-top-level, command-line, command-line-1):
1996-12-09 Richard M.... (Fread_file_name_internal): Verify STRING is a string.
1996-12-09 Richard M.... (gnus-button-alist): Allow whitespace in `<URL:...'
1996-12-09 Erik Naggum(disabled-command-hook): Use `defvar' and add documenta...
1996-12-09 Richard M.... (Fuser_full_name): Use build_string instead of make_string.
1996-12-09 Richard M.... (rs6000-ibm-aix4.2): New alternative.
1996-12-09 Richard M.... (Fend_of_line, Fbeginning_of_line): Declared.
1996-12-08 Richard M.... (gnus-read-init-file): Don't load anything if init...
1996-12-08 Richard M.... (status_notify): Test p->infd > 0
1996-12-08 Richard M.... (iconify-or-deiconify-frame): Define to be a
1996-12-08 Richard M.... (texinfo-font-lock-keywords): Add `url', `email'.
1996-12-08 Richard M.... (Fuser_full_name): Accept a string (the login name) as
1996-12-08 Richard M.... (syms_of_minibuf): Doc fix.
1996-12-08 Richard M.... (Fline_beginning_position, Fline_end_position): New...
1996-12-08 Richard M.... (Info-get-token): Find tokens where START matches
1996-12-07 Richard Kenner(PENTIUM:CPunix:4.0*:*): New case.
1996-12-07 Richard M.... (mouse-drag-mode-line): Don't get error
1996-12-07 Richard M.... (isearch-no-upper-case-p): Use downcase
1996-12-07 Richard M.... (mail-reply-action): Renamed from mail-reply-buffer.
1996-12-07 Richard M.... (rmail-start-mail): Rewrite to use compose-mail.
1996-12-07 Richard M.... (compose-mail): Handle several more args:
1996-12-07 Richard M.... (perform-replace): Obey minibuffer-auto-raise.
1996-12-07 Richard M.... (jka-compr-temp-name-template): Initialize using TMPDIR.
next