aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 114bbc5b0e7..3986b4f9284 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
4
12008-01-27 Dan Nicolaescu <dann@ics.uci.edu> 52008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * Makefile.in: Remove references to unused macros. 7 * Makefile.in: Remove references to unused macros.
@@ -8,9 +12,8 @@
8 (g_b_init_get_sid_sub_authority_count): New static variables. 12 (g_b_init_get_sid_sub_authority_count): New static variables.
9 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs. 13 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
10 (get_sid_sub_authority, get_sid_sub_authority_count): New functions. 14 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
11 (init_user_info): Use the above two new functions to retrieve uid 15 (init_user_info): Use them to retrieve uid and gid.
12 and gid. Use 500/513, the Windows defaults, as Administrator's 16 Use 500/513, the Windows defaults, as Administrator's uid/gid.
13 uid/gid.
14 (fstat): Use pw_uid and pw_gid from the_passwd structure for 17 (fstat): Use pw_uid and pw_gid from the_passwd structure for
15 st_uid and st_gid of the file. 18 st_uid and st_gid of the file.
16 19
@@ -34,10 +37,10 @@
34 37
35 * keyboard.c (read_char): Restore echo_message_buffer after redisplay. 38 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
36 39
37 * buffer.c (reset_buffer_local_variables): Implement 40 * buffer.c (reset_buffer_local_variables):
38 `permanent-local-hook'. 41 Implement `permanent-local-hook'.
39 (Qpermanent_local_hook): New variable. 42 (Qpermanent_local_hook): New variable.
40 (syms_of_buffer): init and staticpro it. 43 (syms_of_buffer): Init and staticpro it.
41 44
422008-01-25 Michael Albinus <michael.albinus@gmx.de> 452008-01-25 Michael Albinus <michael.albinus@gmx.de>
43 46