aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-30 16:46:54 +0000
committerEli Zaretskii2008-08-30 16:46:54 +0000
commit32cef06eddd843f7fdd3015bab414c8580257d68 (patch)
treebbbdf2e87ba1de2a6c7540701a2622303bc9465c /src/ChangeLog
parent7ccd1dafc24d2df21ac4baf415bba2ae9f9d22a2 (diff)
downloademacs-32cef06eddd843f7fdd3015bab414c8580257d68.tar.gz
emacs-32cef06eddd843f7fdd3015bab414c8580257d68.zip
(init_user_info): Allocate buf[] with xmalloc using the size needed by
GetTokenInformation. (w32_system_process_attributes): Check return values of all system APIs.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e25a09ae453..1131367262f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12008-08-30 Eli Zaretskii <eliz@gnu.org> 12008-08-30 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
4 needed by GetTokenInformation.
5 (w32_system_process_attributes): Check return values of all system
6 APIs.
7
3 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript 8 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
4 only when the state changes. 9 only when the state changes.
5 (IT_update_begin, IT_update_end): Add termscript trace. 10 (IT_update_begin, IT_update_end): Add termscript trace.