diff options
| author | Kim F. Storm | 2007-02-19 22:53:21 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-02-19 22:53:21 +0000 |
| commit | 669b454d39ffbad0925a746c56c8fbb71105cfe9 (patch) | |
| tree | 03efe2fc1015036f4e7125d9be7308cc72f442ba /src/ChangeLog | |
| parent | fc2fb30ca60f74600060ea6fdb55560f87b350e1 (diff) | |
| download | emacs-669b454d39ffbad0925a746c56c8fbb71105cfe9.tar.gz emacs-669b454d39ffbad0925a746c56c8fbb71105cfe9.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2cae097641e..a6b24c04970 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-02-19 Kim F. Storm <storm@cua.dk> | 1 | 2007-02-19 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * minibuf.c (Fassoc_string): Allow symbols as keys. | ||
| 4 | |||
| 3 | * w32term.c (w32_set_scroll_bar_thumb): Don't resize scroll-bar | 5 | * w32term.c (w32_set_scroll_bar_thumb): Don't resize scroll-bar |
| 4 | handle while dragging, except when we get close to eob. | 6 | handle while dragging, except when we get close to eob. |
| 5 | Fix position and size calculations so we don't scroll backwards | 7 | Fix position and size calculations so we don't scroll backwards |