log

age author description
1994-02-02 Richard M. Stallman Doc fix.
1994-02-02 Richard M. Stallman (shell-font-lock-keywords): Doc fix.
1994-02-02 Eric S. Raymond (vc-mode-line): use force-mode-line-update instead of the Emacs 18
1994-02-02 Richard M. Stallman (disable-command): Reject invalid commands.
1994-02-02 Karl Heuer (make-help-screen): Remove debugging code.
1994-02-02 Karl Heuer (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.
1994-02-02 Karl Heuer (try_window_id): Don't pass value beyond ZV to compute_motion.
1994-02-02 Karl Heuer (Fpos_visible_in_window_p): Return nil if POS > ZV.
1994-02-02 Karl Heuer (x_term_init): Use get_system_name instead of gethostname.
1994-02-02 Karl Heuer (get_system_name): Declared.
1994-02-02 Karl Heuer (x_get_customization_string): Use get_system_name instead of gethostname.
1994-02-02 Karl Heuer (get_system_name): Remove restriction on hostname size.
1994-02-02 Karl Heuer Fix file-relative-name to allow for ancestors as well as descendants.
1994-02-02 Eric S. Raymond vc-parse-buffer: arrange for old properties to get cleared when their
1994-02-02 Richard M. Stallman (mail-mailer-swallows-blank-line): New variable.
1994-02-02 Richard M. Stallman (comment-region): Handle comment-end deletion for C-u.
1994-02-01 Karl Heuer (Fmod): Use HAVE_FMOD.
1994-02-01 Karl Heuer (HAVE_FMOD): Add another #undef.
1994-02-01 Karl Heuer Check whether fmod exists.
1994-02-01 Richard M. Stallman (font-lock-set-defaults): Handle shell mode.
1994-02-01 Richard M. Stallman (SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions.
1994-02-01 Richard M. Stallman *** empty log message ***
1994-02-01 Richard M. Stallman Many doc fixes.
1994-02-01 Richard M. Stallman (auto-mode-alist): Add .p and .pas for pascal-mode.
1994-02-01 Fred Pierresteguy (x_set_menu_bar_lines): Test also menubar_widget before calling
1994-02-01 Richard M. Stallman (calculate-fortran-indent): Handle
1994-02-01 Richard M. Stallman (dumpglyphs): Don't crash for invalid face code.
1994-02-01 Richard M. Stallman (revert-buffer): Doc fix.
1994-02-01 Karl Heuer (font-lock-mode): Use the new hooks to get proper behavior on a revert.
1994-02-01 Karl Heuer (revert-buffer): reposition after-revert-hook, and add before-revert-hook.
1994-02-01 Richard M. Stallman (tabify): Don't delete back before initial START.
1994-02-01 Richard M. Stallman (appt-display-interval, appt-display-duration)
1994-01-31 Roland McGrath Distribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog.
1994-01-31 Roland McGrath (visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when
1994-01-31 Richard M. Stallman (show-children): Don't call outline-level at eob.
1994-01-31 Richard M. Stallman (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.
1994-01-31 Karl Heuer Fix rmail summary commands to work with rmail-mail-new-frame.
1994-01-31 Richard M. Stallman *** empty log message ***
1994-01-31 Richard M. Stallman entered into RCS
1994-01-30 Richard M. Stallman *** empty log message ***
1994-01-30 Richard M. Stallman entered into RCS
1994-01-30 Richard M. Stallman Whitespace changes.
1994-01-30 Richard M. Stallman Whitespace change.
1994-01-30 Richard M. Stallman (configuration): Change # comment to C comment.
1994-01-30 Richard M. Stallman Initial revision
1994-01-30 Richard M. Stallman (calendar-mayan-date-string): New function.
1994-01-30 Richard M. Stallman (calendar-french-date-string): New function.
1994-01-30 Richard M. Stallman (calendar-sunrise-sunset): Add date to message.
1994-01-30 Richard M. Stallman (calendar-phases-of-moon): Fix mode line.
1994-01-30 Richard M. Stallman (list-calendar-holidays): Fix mode line.
1994-01-30 Richard M. Stallman (diary-day-of-year, diary-iso-date, diary-islamic-date,
1994-01-30 Richard M. Stallman (calendar-version): New function.
1994-01-29 Richard M. Stallman (minor-mode-alist): Don't add "Outl" if already added.
1994-01-29 Richard M. Stallman (rmail-make-in-reply-to-field): Discard text properties from
1994-01-29 Karl Heuer Scale by sizeof when allocating objects.
1994-01-29 Karl Heuer (kill-all-local-variables): follow symbol forwarding.
1994-01-29 Richard M. Stallman (c-fill-paragraph): Handle C++ mode.
1994-01-29 Richard M. Stallman Include stdio.h.
1994-01-29 Richard M. Stallman (init_lread): Put non-ex-dir warnings on stderr.
1994-01-28 Fred Pierresteguy (x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSize and return.