diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d05b8b83d0d..aa50978f5e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2006-03-11 Eli Zaretskii <eliz@gnu.org> | 1 | 2006-03-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * calendar/holidays.el (list-holidays): Doc fix. | ||
| 4 | |||
| 3 | * international/mule.el (auto-coding-alist): Add .odt | 5 | * international/mule.el (auto-coding-alist): Add .odt |
| 4 | (OpenOffice's open document) files. | 6 | (OpenOffice's open document) files. |
| 5 | 7 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 99e8ab7cb44..b66d8bbf58b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | ||
| 2 | |||
| 3 | * lisp.h: Remove duplicate prototypes. Make the prototype of | ||
| 4 | getloadavg be conditioned on HAVE_GETLOADAVG being undefined. | ||
| 5 | |||
| 1 | 2006-03-11 Eli Zaretskii <eliz@gnu.org> | 6 | 2006-03-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last | 8 | * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last |