]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 7 Sep 2000 14:43:12 +0000 (14:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 7 Sep 2000 14:43:12 +0000 (14:43 +0000)
etc/TODO
lisp/ChangeLog
src/ChangeLog

index 4fd7f0352aceabb44920d69aa6e6b0386c5f61ed..f9e7f31a177664a3992fccd02055e9ec77b187e1 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -32,8 +32,6 @@
   same value of this property.
 ** Discretionary hyphens that disappear at end of line.
 
-* Implement use of mmap to allocate buffers, when mmap exists.
-
 * Change the Windows NT menu code
   so that it handles the deep_p argument and avoids
   regenerating the whole menu bar menu tree except
index 26fd0e4e802422f62f137bf32994f592320090df..ed9dfdd7000da9b483f7c6a825ca8d19dce9451b 100644 (file)
@@ -8,6 +8,8 @@
 
 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
 
+       * faces.el (color-values): Doc fix.
+       
        * faces.el (frame-set-background-mode): Use frame-parameter
        instead of frame-parameters.
 
index 73a27f79083a265b4f199c2b700c7bb6dc7f3712..d1cf3aaa5145625df217e98de9555fac7a206322 100644 (file)
@@ -1,3 +1,15 @@
+2000-09-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfaces.c (smaller_face): Compare font heights with `<' and `>'
+       instead of `!='.
+
+       * lread.c (syms_of_lread): Change value of regexp
+       Vbytecomp_version_regexp to not match some XEmacs-compiled files.
+
+       * xmenu.c (xdialog_show): When looking up the selection in
+       menu_items, take `quote' boundaries into account; this corresponds
+       to a nil ITEM in x-popup-dialog.
+
 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
 
        * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
@@ -8,7 +20,7 @@
        encoding, not decoding.  Fix the handling of latin-jisx0201.
        Check for the charset katakana-jisx0201 too.
        (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
-       (detect_coding_sjis): Check the byte sequence more regidly.
+       (detect_coding_sjis): Check the byte sequence more rigidly.
 
 2000-09-07  Gerd Moellmann  <gerd@gnu.org>