diff options
| author | Juanma Barranquero | 2005-10-10 14:59:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-10-10 14:59:07 +0000 |
| commit | 04bc79457e5c97febd4fdb3d9b5a6df754a66086 (patch) | |
| tree | dbe5f2390975a3aa3db7efa19eb105351e4cbd74 /src | |
| parent | 66a9dbbea53f608635026eb2d7b01b30b5c150c0 (diff) | |
| download | emacs-04bc79457e5c97febd4fdb3d9b5a6df754a66086.tar.gz emacs-04bc79457e5c97febd4fdb3d9b5a6df754a66086.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 693ddb3bf57..d9e64625393 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-10-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * frame.c (Fredirect_frame_focus): Fix typos in docstring. | ||
| 4 | (next_frame, prev_frame, set_term_frame_name): Make static. | ||
| 5 | |||
| 6 | * window.c (Fwindow_tree): Fix spelling. | ||
| 7 | |||
| 1 | 2005-10-09 Romain Francoise <romain@orebokech.com> | 8 | 2005-10-09 Romain Francoise <romain@orebokech.com> |
| 2 | 9 | ||
| 3 | * window.c (Fwindow_end): Don't try to redisplay if non-interactive. | 10 | * window.c (Fwindow_end): Don't try to redisplay if non-interactive. |
| @@ -219,9 +226,9 @@ | |||
| 219 | 226 | ||
| 220 | * systime.h (get_operating_system_release): ... here. | 227 | * systime.h (get_operating_system_release): ... here. |
| 221 | 228 | ||
| 222 | * xterm.c (set_vertical_scroll_bar): Move prototype ... | 229 | * xterm.c (handle_one_xevent): Refer to union field to match the |
| 223 | (handle_one_xevent): Refer to union field to match the type | 230 | type required by the function definition. |
| 224 | required by the function definition. | 231 | (set_vertical_scroll_bar): Move prototype ... |
| 225 | 232 | ||
| 226 | * xterm.h: ... here. | 233 | * xterm.h: ... here. |
| 227 | 234 | ||