aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2010-02-11 01:12:47 +0100
committerJuanma Barranquero <[email protected]>2010-02-11 01:12:47 +0100
commitac146f828894ca51db35a4e344293e6f6bd928c6 (patch)
tree8c95eada68ea81665e6335dab66ef2af3922c5c5 /src
parent0e3742470a6483ab203eb662ba6514834ed08dbf (diff)
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 c2775efdef..347a6f886b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -95,7 +95,7 @@
2010-01-25 Jan Djärv <[email protected]>
* xfns.c (Fx_create_frame): If frame height is too big, try
- sizes 24 and 10. Bug #3643.
+ sizes 24 and 10. Bug #3643.
2010-01-24 Stefan Monnier <[email protected]>
@@ -182,7 +182,7 @@
* xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
(Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
to find out usable size of the desktop. Don't make frames larger than
- this. Bug #3643.
+ this. Bug #3643.
2010-01-15 Kenichi Handa <[email protected]>
@@ -327,7 +327,7 @@
2010-01-08 Jan Djärv <[email protected]>
- * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
+ * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
also be true before we can return early (bug #5339).
2010-01-06 David Reitter <[email protected]>
@@ -359,7 +359,7 @@
* xterm.c (x_new_font): Move code for setting rows/cols before
resizing ...
- (x_set_window_size): ... to here. bug #2568.
+ (x_set_window_size): ... to here. Bug #2568.
* gtkutil.c (xg_clear_under_internal_border): New function.
(xg_frame_resized, xg_frame_set_char_size):
@@ -1598,7 +1598,7 @@
Fix printf format.
(ns_query_color): Use CGFloat where appropriate.
(EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
- (EmacsScroller-mouseDown:) Use long format in printf, and cast
+ (EmacsScroller-mouseDown:): Use long format in printf, and cast
argument.
* config.in (NS_HAVE_NSINTEGER): Drop.
@@ -4074,7 +4074,7 @@
2009-02-12 Stefan Monnier <[email protected]>
- * keyboard.c (adjust_point_for_property): Allow stopping betwen two
+ * keyboard.c (adjust_point_for_property): Allow stopping between two
invisible areas.
2009-02-12 Jason Rumney <[email protected]>