]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2006 12:05:09 +0000 (12:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2006 12:05:09 +0000 (12:05 +0000)
lisp/ChangeLog
src/ChangeLog

index 96aae2ec1c4a97935407acc4a67fd79013a420d3..d05b8b83d0d1e8ad24a9f7b858db4724aa8e90f7 100644 (file)
@@ -1,3 +1,12 @@
+2006-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * international/mule.el (auto-coding-alist): Add .odt
+       (OpenOffice's open document) files.
+
+       * files.el (auto-mode-alist): Add .odt (OpenOffice's open
+       document) files.  Mention in the doc string the need to sync with
+       auto-coding-alist.
+
 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
 
        * files.el (hack-local-variables-confirm): Don't prompt for ! if
index 2ed0b9b133c2703431f904d0718e7b2e0206a987..99e8ab7cb443b9724e60ebe2e3f96aa97c7c9b90 100644 (file)
@@ -1,5 +1,8 @@
 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
 
+       * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
+       argument of XDrawRectangle.
+
        * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
 
        * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.