aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2009-04-24 00:57:34 +0000
committerJuanma Barranquero2009-04-24 00:57:34 +0000
commitb71ac3dd2a20488c5513df8a8c15d7ea34a9acd3 (patch)
tree886237fe3e75d2ffe60c81e757059ff0bf657a2b /src
parenta94b978f914ffb59d6483a8d4410f49e041ae7dc (diff)
downloademacs-b71ac3dd2a20488c5513df8a8c15d7ea34a9acd3.tar.gz
emacs-b71ac3dd2a20488c5513df8a8c15d7ea34a9acd3.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7328c2d54fd..c87aeb182ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -44,13 +44,13 @@
442009-04-19 Jason Rumney <jasonr@gnu.org> 442009-04-19 Jason Rumney <jasonr@gnu.org>
45 45
46 The following changes fix Bug#3005 for wide glyphs on each platform, 46 The following changes fix Bug#3005 for wide glyphs on each platform,
47 without reintroducing Bug#1258 for stretch glyphs. 47 without reintroducing Bug#1258 for stretch glyphs.
48 48
49 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for 49 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
50 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using 50 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
51 get_phys_cursor_geometry. 51 get_phys_cursor_geometry.
52 52
53 * w32term.c (x_draw_bar_cursor): Limit cursor width differently 53 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
54 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR 54 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
55 using get_phys_cursor_geometry. 55 using get_phys_cursor_geometry.
56 56
@@ -1256,7 +1256,7 @@
1256 (ns_get_color): Use unsigned long long for scanned hex string value. 1256 (ns_get_color): Use unsigned long long for scanned hex string value.
1257 (ns_term_shutdown): Abort on non SIGTERM signals. 1257 (ns_term_shutdown): Abort on non SIGTERM signals.
1258 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame. 1258 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
1259 (EmacsPrefsController-setPanelFromDefaultValues) New function. 1259 (EmacsPrefsController-setPanelFromDefaultValues): New function.
1260 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801) 1260 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
1261 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused. 1261 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
1262 (ns_defined_color): Fix settings of the XColor variable fields: 1262 (ns_defined_color): Fix settings of the XColor variable fields:
@@ -2723,7 +2723,7 @@
2723 2723
2724 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with 2724 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
2725 correct arguments. 2725 correct arguments.
2726 * menu.c (find_and_return_menu_selection) Add cast. 2726 * menu.c (find_and_return_menu_selection): Add cast.
2727 2727
27282008-10-03 Glenn Morris <rgm@gnu.org> 27282008-10-03 Glenn Morris <rgm@gnu.org>
2729 2729
@@ -6069,7 +6069,7 @@
6069 New functions. 6069 New functions.
6070 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle 6070 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
6071 serial ports. 6071 serial ports.
6072 (serial_open, serial_configure) New functions. 6072 (serial_open, serial_configure): New functions.
6073 * w32.h: Add FILE_SERIAL. 6073 * w32.h: Add FILE_SERIAL.
6074 (struct _child_process): Add ovl_read, ovl_write. 6074 (struct _child_process): Add ovl_read, ovl_write.
6075 6075