diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | nt/ChangeLog | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e2800cff22..20380257d1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-12-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (select-safe-coding-system-interactively): | ||
| 4 | Improve the message in the *Warning* buffer. | ||
| 5 | |||
| 1 | 2006-12-27 Kim F. Storm <storm@cua.dk> | 6 | 2006-12-27 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * ido.el (ido-set-matches-1): Fix last change. If default item is | 8 | * ido.el (ido-set-matches-1): Fix last change. If default item is |
diff --git a/nt/ChangeLog b/nt/ChangeLog index 7aaa385e610..93dcf2c92bb 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-12-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * INSTALL: Update table of supported Make ports. Show "make -j" | ||
| 4 | command that is known to work. | ||
| 5 | |||
| 6 | * configure.bat: Update table of supported Make ports. | ||
| 7 | |||
| 1 | 2006-12-24 Eli Zaretskii <eliz@gnu.org> | 8 | 2006-12-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it | 10 | * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it |