]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / src / ChangeLog
index 001819a32a8d9312b7d49de0320250fceba75e6e..a9404d8bd586e9b21ad311322cea926d46a45847 100644 (file)
@@ -1,3 +1,158 @@
+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
+       invisible text covered with an ellipsis.
+
+2008-01-25  Richard Stallman  <rms@gnu.org>
+
+       * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
+       jump back to beginning.  Move some other initializations after that.
+       (Qwindow_text_change_functions, Vwindow_text_change_functions):
+       New variables.
+       (syms_of_xdisp): Init them.
+
+       * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
+
+       * buffer.c (reset_buffer_local_variables):
+       Implement `permanent-local-hook'.
+       (Qpermanent_local_hook): New variable.
+       (syms_of_buffer): Init and staticpro it.
+
+2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
+
+2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * fns.c (Fclrhash): Return TABLE.
+
+2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
+       (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
+       is set even without positional changes.
+       (x_scroll_bar_clear): Set bar->redraw_needed_p.
+
+       * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
+
+2008-01-23  Jason Rumney  <jasonr@gnu.org>
+
+       * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
+
+       * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
+       the unicode range available in MULE by locale-coding-system.
+       Improve dbcs lead byte detection.  Set event timestamp and modifiers
+       earlier.
+
+2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
+       [MAC_OSX] (init_mac_osx_environment): Initialize it.
+       [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
+       when used on child processes.
+
+2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbusbind.c (Fdbus_method_return_internal): Rename from
+       Fdbus_method_return.
+       (Fdbus_unregister_object): Move to dbus.el.
+       (Fdbus_call_method, Fdbus_method_return_internal)
+       (Fdbus_send_signal): Improve debug messages.
+
+2008-01-20  Martin Rudalics  <rudalics@gmx.at>
+
+       * undo.c (undo_inhibit_record_point): New variable.
+       (syms_of_undo): Initialize it.
+       (record_point): Don't record point when undo_inhibit_record_point
+       is set.
+
+2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
+
+       * xdisp.c (Qauto_hscroll_mode): New var.
+       (syms_of_xdisp): Initialize it.
+       (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
+       window's buffer.
+       (hscroll_windows): Don't check automatic_hscrolling_p here.
+
+       * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
+       vscroll if we're setting window-buffer to the value it already has.
+
+2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * m/intel386.h: Remove references to XENIX.
+
+2008-01-17  Andreas Schwab  <schwab@suse.de>
+
+       * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
+       instead of HAVE_X86_64_LIB64_DIR.
+       * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
+
+2008-01-17  Glenn Morris  <rgm@gnu.org>
+
+       * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
+       to HAVE_X86_64_LIB64_DIR.
+
+2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * s/irix3-3.h:
+       * s/irix4-0.h:
+       * s/386-ix.h:
+       * s/domain.h:
+       * s/hpux9-x11r4.h:
+       * s/hpux9shxr4.h: Remove files for systems no longer supported.
+
+       * sysdep.c: Remove code containing references to symbols defined
+       by unsupported systems.
+
+2008-01-16  Glenn Morris  <rgm@gnu.org>
+
+       * coding.c (select-safe-coding-system-function): Doc fix.
+
 2008-01-15  Glenn Morris  <rgm@gnu.org>
 
        * config.in: Revert 2008-01-13 change: this is a generated file.