aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-03-11 12:05:09 +0000
committerEli Zaretskii <[email protected]>2006-03-11 12:05:09 +0000
commit7325e71441117761c91bd75c18d2cda79c330bc8 (patch)
tree3c5b0deb4bb37b1e2e320195f57c2df7d153a29f
parent005a80de11fb0efe39b4fb5ad636396a3b86d281 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog3
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 96aae2ec1c..d05b8b83d0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-11 Eli Zaretskii <[email protected]>
+
+ * 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 <[email protected]>
* files.el (hack-local-variables-confirm): Don't prompt for ! if
diff --git a/src/ChangeLog b/src/ChangeLog
index 2ed0b9b133..99e8ab7cb4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2006-03-11 Eli Zaretskii <[email protected]>
+ * 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.