aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2005-10-10 14:59:07 +0000
committerJuanma Barranquero2005-10-10 14:59:07 +0000
commit04bc79457e5c97febd4fdb3d9b5a6df754a66086 (patch)
treedbe5f2390975a3aa3db7efa19eb105351e4cbd74 /src
parent66a9dbbea53f608635026eb2d7b01b30b5c150c0 (diff)
downloademacs-04bc79457e5c97febd4fdb3d9b5a6df754a66086.tar.gz
emacs-04bc79457e5c97febd4fdb3d9b5a6df754a66086.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
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 @@
12005-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
12005-10-09 Romain Francoise <romain@orebokech.com> 82005-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