comparison src/ChangeLog @ 88044:215c19bb6020

(read_char): Yet another int/Lisp_Object mixup (YAILOM).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Jan 2008 03:48:45 +0000
parents 4794ef0780fc
children 449ffc76e463
comparison
equal deleted inserted replaced
88043:e5e78e681967 88044:215c19bb6020
1 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
4
1 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu> 5 2008-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.
4 8
5 2008-01-26 Eli Zaretskii <eliz@gnu.org> 9 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6 10
7 * w32.c (g_b_init_get_sid_sub_authority) 11 * w32.c (g_b_init_get_sid_sub_authority)
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
17 2008-01-26 Jason Rumney <jasonr@gnu.org> 20 2008-01-26 Jason Rumney <jasonr@gnu.org>
18 21
32 New variables. 35 New variables.
33 (syms_of_xdisp): Init them. 36 (syms_of_xdisp): Init them.
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
42 2008-01-25 Michael Albinus <michael.albinus@gmx.de> 45 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
43 46
44 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux. 47 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
45 48