diff options
| author | Nick Roberts | 2006-01-12 21:20:46 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-01-12 21:20:46 +0000 |
| commit | d33a7384ae55919505864110cffb07cefba2a154 (patch) | |
| tree | 65f1d44558b4fa235ec24a86d8757fd32d44698b | |
| parent | 414546fbd127e3d7f20a100c8a677537e56e1aec (diff) | |
| download | emacs-d33a7384ae55919505864110cffb07cefba2a154.tar.gz emacs-d33a7384ae55919505864110cffb07cefba2a154.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94c9abeea1c..6ee5582d755 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-01-13 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * wdired.el (wdired-mode-map): Add help echo for | ||
| 4 | wdired-abort-changes. | ||
| 5 | |||
| 6 | * man.el (Man-file-name-regexp): Adjust for a list of files. | ||
| 7 | |||
| 1 | 2006-01-12 Masatake YAMATO <jet@gyve.org> | 8 | 2006-01-12 Masatake YAMATO <jet@gyve.org> |
| 2 | 9 | ||
| 3 | * progmodes/ld-script.el (auto-mode-alist): Support | 10 | * progmodes/ld-script.el (auto-mode-alist): Support |
diff --git a/src/ChangeLog b/src/ChangeLog index aa3c0f4e96e..b161151d926 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-01-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in: Define new macro WINDOW_SUPPORT. | ||
| 4 | (lisp): Use it. | ||
| 5 | (SOME_MACHINE_LISP): Add conditionally loaded files. | ||
| 6 | |||
| 1 | 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 7 | 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 8 | ||
| 3 | * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr) | 9 | * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr) |