From: Richard M. Stallman Date: Thu, 5 Sep 2002 22:54:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b767aa2de72625e04ba6e271290d4d740f0d555;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c222d8d1398..19eab30abaf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-09-05 Richard M. Stallman + + * international/ucs-tables.el (non-885 char sets handling): + Don't call coding-system-put or register-char-codings. + + * help.el (help-with-tutorial): Allow various ways + to specify the text in the [...] line, in handling the <...> line. + 2002-08-30 Stefan Monnier * emacs-lisp/easymenu.el (easy-menu-filter-return): Handle the diff --git a/src/ChangeLog b/src/ChangeLog index 9e6587023ed..717e0e81002 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-09-02 Richard M. Stallman + + * indent.c (current_column_1, Fmove_to_column): Separate the code + for display-table glyphs from the code for buffer text, to fix + bugs in the former. + 2002-08-30 Stefan Monnier * xdisp.c (get_next_display_element): Remove spurious extra open-paren.