aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-02-11 01:12:47 +0100
committerJuanma Barranquero2010-02-11 01:12:47 +0100
commitac146f828894ca51db35a4e344293e6f6bd928c6 (patch)
tree8c95eada68ea81665e6335dab66ef2af3922c5c5 /src
parent0e3742470a6483ab203eb662ba6514834ed08dbf (diff)
downloademacs-ac146f828894ca51db35a4e344293e6f6bd928c6.tar.gz
emacs-ac146f828894ca51db35a4e344293e6f6bd928c6.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c2775efdef0..347a6f886b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -95,7 +95,7 @@
952010-01-25 Jan Djärv <jan.h.d@swipnet.se> 952010-01-25 Jan Djärv <jan.h.d@swipnet.se>
96 96
97 * xfns.c (Fx_create_frame): If frame height is too big, try 97 * xfns.c (Fx_create_frame): If frame height is too big, try
98 sizes 24 and 10. Bug #3643. 98 sizes 24 and 10. Bug #3643.
99 99
1002010-01-24 Stefan Monnier <monnier@iro.umontreal.ca> 1002010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
101 101
@@ -182,7 +182,7 @@
182 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. 182 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
183 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea 183 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
184 to find out usable size of the desktop. Don't make frames larger than 184 to find out usable size of the desktop. Don't make frames larger than
185 this. Bug #3643. 185 this. Bug #3643.
186 186
1872010-01-15 Kenichi Handa <handa@m17n.org> 1872010-01-15 Kenichi Handa <handa@m17n.org>
188 188
@@ -327,7 +327,7 @@
327 327
3282010-01-08 Jan Djärv <jan.h.d@swipnet.se> 3282010-01-08 Jan Djärv <jan.h.d@swipnet.se>
329 329
330 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must 330 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
331 also be true before we can return early (bug #5339). 331 also be true before we can return early (bug #5339).
332 332
3332010-01-06 David Reitter <david.reitter@gmail.com> 3332010-01-06 David Reitter <david.reitter@gmail.com>
@@ -359,7 +359,7 @@
359 359
360 * xterm.c (x_new_font): Move code for setting rows/cols before 360 * xterm.c (x_new_font): Move code for setting rows/cols before
361 resizing ... 361 resizing ...
362 (x_set_window_size): ... to here. bug #2568. 362 (x_set_window_size): ... to here. Bug #2568.
363 363
364 * gtkutil.c (xg_clear_under_internal_border): New function. 364 * gtkutil.c (xg_clear_under_internal_border): New function.
365 (xg_frame_resized, xg_frame_set_char_size): 365 (xg_frame_resized, xg_frame_set_char_size):
@@ -1598,7 +1598,7 @@
1598 Fix printf format. 1598 Fix printf format.
1599 (ns_query_color): Use CGFloat where appropriate. 1599 (ns_query_color): Use CGFloat where appropriate.
1600 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. 1600 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
1601 (EmacsScroller-mouseDown:) Use long format in printf, and cast 1601 (EmacsScroller-mouseDown:): Use long format in printf, and cast
1602 argument. 1602 argument.
1603 1603
1604 * config.in (NS_HAVE_NSINTEGER): Drop. 1604 * config.in (NS_HAVE_NSINTEGER): Drop.
@@ -4074,7 +4074,7 @@
4074 4074
40752009-02-12 Stefan Monnier <monnier@iro.umontreal.ca> 40752009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4076 4076
4077 * keyboard.c (adjust_point_for_property): Allow stopping betwen two 4077 * keyboard.c (adjust_point_for_property): Allow stopping between two
4078 invisible areas. 4078 invisible areas.
4079 4079
40802009-02-12 Jason Rumney <jasonr@gnu.org> 40802009-02-12 Jason Rumney <jasonr@gnu.org>