aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-03-11 12:05:09 +0000
committerEli Zaretskii2006-03-11 12:05:09 +0000
commit7325e71441117761c91bd75c18d2cda79c330bc8 (patch)
tree3c5b0deb4bb37b1e2e320195f57c2df7d153a29f
parent005a80de11fb0efe39b4fb5ad636396a3b86d281 (diff)
downloademacs-7325e71441117761c91bd75c18d2cda79c330bc8.tar.gz
emacs-7325e71441117761c91bd75c18d2cda79c330bc8.zip
*** 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 96aae2ec1c4..d05b8b83d0d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12006-03-11 Eli Zaretskii <eliz@gnu.org>
2
3 * international/mule.el (auto-coding-alist): Add .odt
4 (OpenOffice's open document) files.
5
6 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
7 document) files. Mention in the doc string the need to sync with
8 auto-coding-alist.
9
12006-03-10 Chong Yidong <cyd@stupidchicken.com> 102006-03-10 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * files.el (hack-local-variables-confirm): Don't prompt for ! if 12 * files.el (hack-local-variables-confirm): Don't prompt for ! if
diff --git a/src/ChangeLog b/src/ChangeLog
index 2ed0b9b133c..99e8ab7cb44 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12006-03-11 Eli Zaretskii <eliz@gnu.org> 12006-03-11 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
4 argument of XDrawRectangle.
5
3 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1. 6 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
4 7
5 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height. 8 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.