log

age author description
1998-03-08 Richard M. Stallman (c-emacs-features): Var moved to cc-vars.el.
1998-03-08 Richard M. Stallman (c-emacs-features): Var moved from cc-defs.el.
1998-03-08 Richard M. Stallman Don't require cc-defs.
1998-03-08 Richard M. Stallman (c-initialize-cc-mode): Moved require's to top level.
1998-03-08 Richard M. Stallman (c-Java-javadoc-paragraph-start): New variable for use in c-fill-paragraph.
1998-03-08 Richard M. Stallman (c-fill-paragraph): Bind fill-paragraph-function to
1998-03-08 Richard M. Stallman (c-inside-bracelist-p): Fix for enum test.
1998-03-08 Richard M. Stallman (c-enable-xemacs-performance-kludge-p): New variable.
1998-03-08 Richard M. Stallman Initial revision
1998-03-08 Richard M. Stallman (fill-region): If JUSTIFY is non-nil
1998-03-08 Richard M. Stallman Whitespace changes.
1998-03-08 Richard M. Stallman (mh-quit): Use quit-window.
1998-03-08 Richard M. Stallman (rmail-next-same-subject): Ignore leading and
1998-03-08 Richard M. Stallman (news-exit): Use quit-window.
1998-03-08 Richard M. Stallman (solitaire-quit): Function deleted.
1998-03-08 Richard M. Stallman (select-tags-table-quit): Use quit-window.
1998-03-08 Richard M. Stallman (makefile-browser-quit): Use quit-window.
1998-03-08 Richard M. Stallman (dired-quit): Function deleted.
1998-03-08 Richard M. Stallman (bookmark-bmenu-mode-map): Use quit-window for q.
1998-03-08 Richard M. Stallman (Buffer-menu-quit): Function deleted.
1998-03-08 Richard M. Stallman (read-passwd): Renamed from read-password. New second arg CONFIRM.
1998-03-07 Richard M. Stallman PROBLEMS is now in etc, not top level dir.
1998-03-07 Richard M. Stallman (SOURCES): Delete PROBLEMS.
1998-03-07 Richard M. Stallman PROBLEMS is now in the etc directory.
1998-03-07 Stephen Eglen Customized.
1998-03-07 Stephen Eglen Customized.
1998-03-07 Richard M. Stallman Some comment, doc and bug fixes.
1998-03-06 Richard M. Stallman (advance_to_char_boundary): Handle the case the code
1998-03-06 Richard M. Stallman (Fmake_string): Handle the case INIT is a multibyte character correctly.
1998-03-06 Richard M. Stallman (alloc.o): Depend on charset.h.
1998-03-06 Richard M. Stallman (quail-defrule-internal): New arg REPLACE.
1998-03-06 Richard M. Stallman (titdic-convert): Use set-buffer-multibyte.
1998-03-06 Richard M. Stallman (${TIT}): To byte-compile quail packages, use just built quail.
1998-03-06 Dave Love (fortran-column-ruler-fixed,
1998-03-06 Dave Love Various doc fixes, mainly to remove innappropriate
1998-03-06 Richard M. Stallman (generic-mode-ini-file-find-file-hook): Use and-s instead of if-s.
1998-03-06 Richard M. Stallman Fixed spelling of `autoload' magic cookies.
1998-03-06 Carsten Dominik 1998-03-06 Carsten Dominik <cd@delysid.gnu.org>
1998-03-06 Richard M. Stallman (backward-delete-char-untabify-method): New user option.
1998-03-06 Richard M. Stallman (time-stamp-pattern): New variable.
1998-03-06 Richard M. Stallman (install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities.
1998-03-05 Richard M. Stallman (basic-save-buffer): Use save-current-buffer not save-excursion.
1998-03-05 Richard M. Stallman (isearch-*-char): Do nothing special if quoted with \.
1998-03-05 Richard M. Stallman (auto-mode-alist): Recognize zone-mode.
1998-03-04 Per Abrahamsen Use browse-url directly.
1998-03-04 Kenichi Handa (code_convert_region): Fix previous change.
1998-03-04 Kenichi Handa (sref): Increase CHAR in the while loop.
1998-03-04 Kenichi Handa (Fset_buffer_multibyte): Fix arg for chars_in_text.
1998-03-04 Kenichi Handa (Fformat): Format multibyte characters by "%c"
1998-03-04 Kenichi Handa (strwidth): Make it work for invalid bytes sequence.
1998-03-04 Kenichi Handa (code_convert_region): Handle the case that codes
1998-03-03 Richard M. Stallman Some support for character terminals provided.
1998-03-03 Richard M. Stallman (BASE_PURESIZE): Increased.
1998-03-03 Richard M. Stallman Comment change.
1998-03-03 Stephen Eglen (iswitchb-default-method): Remove :tag entries.
1998-03-03 Richard M. Stallman Comment change.
1998-03-03 Richard M. Stallman (locate-update): New function.
1998-03-03 Kenichi Handa (dired.o): Depend on charset.h and coding.h.
1998-03-03 Kenichi Handa (insert_1_both): If enable-multibyte-characters is nil,
1998-03-03 Kenichi Handa (Vdefault_file_name_coding_system): Extern it.