aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-08-21 22:39:03 +0000
committerJuanma Barranquero2008-08-21 22:39:03 +0000
commitfe0a6f3b4c562dde0588ec83e3e2942b7d32d8eb (patch)
tree287eecc3d71d8a10f328feb349d918a250d71b02 /src
parent8f59f2e77a03242188076872e8e7ef7f4851e57c (diff)
downloademacs-fe0a6f3b4c562dde0588ec83e3e2942b7d32d8eb.tar.gz
emacs-fe0a6f3b4c562dde0588ec83e3e2942b7d32d8eb.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog24
1 files changed, 10 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 395b06da208..e64c991a979 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,6 @@
12008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change) 12008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
2 2
3 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on 3 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
4 GTK+.
5 4
62008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change) 52008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7 6
@@ -33,9 +32,9 @@
33 * xselect.c (x_get_foreign_selection): Return nil if desired 32 * xselect.c (x_get_foreign_selection): Return nil if desired
34 selection could not be obtained, instead of signalling an error. 33 selection could not be obtained, instead of signalling an error.
35 34
362008-08-20 David Reitter <david.reitter@gmail.com> 352008-08-20 David Reitter <david.reitter@gmail.com>
37 36
38 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c 37 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
39 * nsterm.m: Remove ns-specific code for cursor blinking. 38 * nsterm.m: Remove ns-specific code for cursor blinking.
40 (ns_draw_window_cursor): Clear cursor properly rather than 39 (ns_draw_window_cursor): Clear cursor properly rather than
41 redrawing the area. Respect width of bar cursors. 40 redrawing the area. Respect width of bar cursors.
@@ -163,8 +162,8 @@
163 (global_memory_status, global_memory_status_ex): New wrapper 162 (global_memory_status, global_memory_status_ex): New wrapper
164 functions. 163 functions.
165 (w32_list_system_processes, w32_system_process_attributes) 164 (w32_list_system_processes, w32_system_process_attributes)
166 (enable_privilege, restore_privilege, ltime, process_times): New 165 (enable_privilege, restore_privilege, ltime, process_times):
167 functions. 166 New functions.
168 (convert_time_raw): New function. 167 (convert_time_raw): New function.
169 (convert_time): Remove conversion of FILETIME into time in 100 168 (convert_time): Remove conversion of FILETIME into time in 100
170 nsec units, call convert_time_raw instead. 169 nsec units, call convert_time_raw instead.
@@ -180,14 +179,12 @@
180 179
1812008-08-08 Chong Yidong <cyd@stupidchicken.com> 1802008-08-08 Chong Yidong <cyd@stupidchicken.com>
182 181
183 * xdisp.c (move_it_to): When stopping at a charpos, check if 182 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
184 that's a continued multi-char glyph; if so, advance to the actual 183 a continued multi-char glyph; if so, advance to the actual glyph.
185 glyph.
186 184
1872008-08-07 Dan Nicolaescu <dann@ics.uci.edu> 1852008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
188 186
189 * s/darwin.h (OTHER_FILES): Do not define here, defined in 187 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
190 config.in.
191 188
192 * Makefile.in (ALL_OBJC_CFLAGS): New variable. 189 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
193 (.m.o): Use it. 190 (.m.o): Use it.
@@ -225,8 +222,7 @@
225 222
2262008-08-06 Kenichi Handa <handa@m17n.org> 2232008-08-06 Kenichi Handa <handa@m17n.org>
227 224
228 * xfont.c (xfont_list_family): Return a list of symbols, not 225 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
229 strings.
230 226
2312008-08-06 Andreas Schwab <schwab@suse.de> 2272008-08-06 Andreas Schwab <schwab@suse.de>
232 228