log

age author description
1994-02-05 Richard M. Stallman (string-rectangle): Make operate-on-rectangle convert tabs.
1994-02-05 Richard M. Stallman (outline-end-of-subtree): If loop leaves us at eob,
1994-02-04 Richard M. Stallman (Fwhere_is_internal): Take just one keymap arg.
1994-02-04 Richard M. Stallman (Fsubstitute_command_keys): Pass keymap as that arg
1994-02-04 Richard M. Stallman (vc-make-backup-files): Doc fix.
1994-02-04 Richard M. Stallman (rmail-reply): If no resent-date, use ordinary date.
1994-02-04 Richard M. Stallman (outline-mode-map): Move C-c C-h to C-c C-d.
1994-02-04 Karl Heuer (verify_interval_modification): When checking read-only, allow for the case
1994-02-04 Richard M. Stallman (kbd_buffer_get_event): Pass 1 to read_avail_input.
1994-02-04 Karl Heuer (drem): Check for this function.
1994-02-04 Richard M. Stallman (Using NON_GNU_CPP): Don't lose if it has spaces.
1994-02-04 Karl Heuer (fmod): Implement it on systems where it's missing, using drem if available.
1994-02-04 Fred Pierresteguy (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to
1994-02-04 Richard M. Stallman (te-escape-help, te-more-break-help, terminal-emulator):
1994-02-04 Richard M. Stallman (insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal.
1994-02-04 Richard M. Stallman (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):
1994-02-04 Richard M. Stallman (calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal.
1994-02-04 Richard M. Stallman (sentence-end-double-space): New variable.
1994-02-04 Richard M. Stallman (do-auto-fill): Don't break line at period-single-space.
1994-02-04 Karl Heuer Add comments describing the rules used by the merge algorithm.
1994-02-04 Richard M. Stallman (comment-region): Fix previous change.
1994-02-04 Richard M. Stallman (define-mode-clone): Renamed from mode-clone.
1994-02-04 Richard M. Stallman Initial revision
1994-02-03 Michael I. Bushnell Rms (in his change to comment-region on Feb 1) decided to make
1994-02-03 Richard M. Stallman (init_cmdargs): Set Vinstallation_directory.
1994-02-03 Richard M. Stallman (record_first_change): Check for buffer-undo-list = t.
1994-02-03 Karl Heuer (c-fill-paragraph): Delete extraneous close paren.
1994-02-03 Karl Heuer (merge_properties_sticky): Preserve original order of properties.
1994-02-03 Richard M. Stallman (X_IO_BUG): Defined.
1994-02-03 Richard M. Stallman (Fwrite_region): If FILENAME has no handler, see if VISIT has one.
1994-02-03 Richard M. Stallman (Using NON_GNU_CPP): Don't lose if it has spaces.
1994-02-03 Richard M. Stallman (scan_buffer): New arg ALLOW_QUIT.
1994-02-03 Richard M. Stallman (find_defun_start): Pass new arg to scan_buffer.
1994-02-03 Richard M. Stallman (Fforward_line): Pass new arg to scan_buffer.
1994-02-02 Richard M. Stallman (XTread_socket): Add X_IO_BUG conditional.
1994-02-02 Richard M. Stallman (dired-font-lock-keywords): New variable.
1994-02-02 Richard M. Stallman (thing@pt-version): Removed variable.
1994-02-02 Richard M. Stallman (mouse-sel-version): Don't base version number on
1994-02-02 Richard M. Stallman (server-program): Add exec-directory to value.
1994-02-02 Richard M. Stallman (mips-mips-riscos4*): Set NON_GNU_CPP.
1994-02-02 Karl Heuer (sort-paragraphs): Use proper paragraph definition instead of just checking
1994-02-02 Karl Heuer (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we
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.