diff options
| author | Kim F. Storm | 2005-09-09 11:54:59 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-09-09 11:54:59 +0000 |
| commit | 39cac6b3ea85c0553c95a8d24ed1f12099a71683 (patch) | |
| tree | 69eef24394388b1c40bf820aa4ec05e62907a9fb /src | |
| parent | 29499b827c0f684d542d018c2ff7988df7c6d00e (diff) | |
| download | emacs-39cac6b3ea85c0553c95a8d24ed1f12099a71683.tar.gz emacs-39cac6b3ea85c0553c95a8d24ed1f12099a71683.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76f6a421e0c..deb2b4ce3eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2005-09-09 Kim F. Storm <storm@cua.dk> | 1 | 2005-09-09 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * doc.c (Fsubstitute_command_keys): Lookup key binding for | ||
| 4 | commands that are remapped from some other command. | ||
| 5 | |||
| 3 | * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p | 6 | * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p |
| 4 | flag in disabled rows below the window. | 7 | flag in disabled rows below the window. |
| 5 | 8 | ||