]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / src / ChangeLog
index dddf5447469e5fcc1e28b093cdbacad110d4c4f2..a9404d8bd586e9b21ad311322cea926d46a45847 100644 (file)
@@ -1,3 +1,46 @@
+2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * keyboard.c (make_ctrl_char): If C is a multibyte character, just
+       return it ORed with ctrl_modifier.
+
+2008-01-29  Miles Bader  <miles@gnu.org>
+
+       * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
+
+2008-01-28  Jason Rumney  <jasonr@gnu.org>
+
+       * w32.c (stat): Don't double check for networked drive.
+
+2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.c (run_window_configuration_change_hook): New function.
+       Code extracted from set_window_buffer.  Set the selected frame.
+       (set_window_buffer): Use it.
+       * window.h (run_window_configuration_change_hook): Declare.
+       * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
+
+       * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
+
+2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in: Remove references to unused macros.
+
+2008-01-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32.c (g_b_init_get_sid_sub_authority)
+       (g_b_init_get_sid_sub_authority_count): New static variables.
+       (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
+       (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
+       (init_user_info): Use them to retrieve uid and gid.
+       Use 500/513, the Windows defaults, as Administrator's uid/gid.
+       (fstat): Use pw_uid and pw_gid from the_passwd structure for
+       st_uid and st_gid of the file.
+
+2008-01-26  Jason Rumney  <jasonr@gnu.org>
+
+       * w32.c (logon_network_drive): New function.
+       (stat): Use it.
+
 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
 
        * xdisp.c (pos_visible_p): Handle the case where charpos falls on
 
        * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
 
-       * buffer.c (reset_buffer_local_variables): Implement
-       `permanent-local-hook'.
+       * buffer.c (reset_buffer_local_variables):
+       Implement `permanent-local-hook'.
        (Qpermanent_local_hook): New variable.
-       (syms_of_buffer): init and staticpro it.
+       (syms_of_buffer): Init and staticpro it.
 
 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>