diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b97014b8b0..388e9a03987 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * startup.el (command-line): Add --bare-bones alias for -Q. | ||
| 4 | |||
| 1 | 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * term/mac-win.el: Use create-fontset-from-mac-roman-font to | 7 | * term/mac-win.el: Use create-fontset-from-mac-roman-font to |
diff --git a/man/ChangeLog b/man/ChangeLog index e12f56ec18a..f91aba65fed 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q. | ||
| 4 | |||
| 1 | 2005-04-04 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2005-04-04 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * dired.texi (Dired Visiting): `dired-view-command-alist' has been | 7 | * dired.texi (Dired Visiting): `dired-view-command-alist' has been |
diff --git a/src/ChangeLog b/src/ChangeLog index 0aacb589d79..1192d7cc35b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones. | ||
| 4 | |||
| 1 | 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'. | 7 | * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'. |