]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Sep 2002 22:54:36 +0000 (22:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Sep 2002 22:54:36 +0000 (22:54 +0000)
lisp/ChangeLog
src/ChangeLog

index c222d8d1398542234207c63466c0507ed7a44273..19eab30abafdf2bd3521b1022539e80f0d86715d 100644 (file)
@@ -1,3 +1,11 @@
+2002-09-05  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <monnier@cs.yale.edu>
 
        * emacs-lisp/easymenu.el (easy-menu-filter-return): Handle the
index 9e6587023ed9320a662c52717126daf9a5118da9..717e0e8100255e9b5f7709fd0da3b16c6cd0a784 100644 (file)
@@ -1,3 +1,9 @@
+2001-09-02  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <monnier@cs.yale.edu>
 
        * xdisp.c (get_next_display_element): Remove spurious extra open-paren.