diff options
| author | Eli Zaretskii | 2006-07-22 11:32:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-22 11:32:46 +0000 |
| commit | 272f22ebb02e1508401452a7d67ea3ee4502140e (patch) | |
| tree | 1339b98d07f7bffc6d9aa95d907c032b6fdd877f | |
| parent | 48b62d105b88f2fa6544181c63034a87a026f633 (diff) | |
| download | emacs-272f22ebb02e1508401452a7d67ea3ee4502140e.tar.gz emacs-272f22ebb02e1508401452a7d67ea3ee4502140e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
3 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfadb25a5e4..e45fa408ee7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-07-22 Matt Hodges <MPHodges@member.fsf.org> | ||
| 2 | |||
| 3 | * textmodes/table.el: Add move-beginning-of-line and | ||
| 4 | move-end-of-line to Point Motion Only Group. | ||
| 5 | |||
| 1 | 2006-07-22 Eric Hanchrow <offby1@blarg.net> | 6 | 2006-07-22 Eric Hanchrow <offby1@blarg.net> |
| 2 | 7 | ||
| 3 | * progmodes/delphi.el (delphi-fill-comment): Use save-restriction. | 8 | * progmodes/delphi.el (delphi-fill-comment): Use save-restriction. |
diff --git a/man/ChangeLog b/man/ChangeLog index f73a6deb690..f9d27a017fc 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-07-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * cmdargs.texi (General Variables): Document EMAIL. | ||
| 4 | |||
| 1 | 2006-07-21 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-07-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * frames.texi (Frame Commands): Mention that focus-follows-mouse | 7 | * frames.texi (Frame Commands): Mention that focus-follows-mouse |
diff --git a/src/ChangeLog b/src/ChangeLog index 8c36f58cca2..628d5dba0a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-07-22 Ralf Angeli <angeli@caeruleus.net> | ||
| 2 | |||
| 3 | * w32fns.c (w32_createwindow): If `left' and/or `top' frame | ||
| 4 | parameters are bound to some values, use that instead of | ||
| 5 | CW_USEDEFAULT. | ||
| 6 | |||
| 1 | 2006-07-21 Eli Zaretskii <eliz@gnu.org> | 7 | 2006-07-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * w32.c (convert_time): Use explicit long double constants to | 9 | * w32.c (convert_time): Use explicit long double constants to |