changeset 69372:1827706c5dd5

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Mar 2006 12:05:09 +0000
parents 0adb2f38bc3d
children 380ad63f635b
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 11 12:04:41 2006 +0000
+++ b/lisp/ChangeLog	Sat Mar 11 12:05:09 2006 +0000
@@ -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
--- a/src/ChangeLog	Sat Mar 11 12:04:41 2006 +0000
+++ b/src/ChangeLog	Sat Mar 11 12:05:09 2006 +0000
@@ -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.