Some doc for defalias-fset-function
[bpt/emacs.git] / src / ChangeLog
index bcaa0fd..c127e79 100644 (file)
@@ -1,3 +1,49 @@
+2014-02-20  Glenn Morris  <rgm@gnu.org>
+
+       * data.c (Fdefalias): Doc fix.
+
+2014-02-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * xdisp.c (display_line): Fix horizontal scrolling of large images
+       when fringes are turned off.  This comes at a price of not
+       displaying the truncation/continuation glyphs in this case.
+       (Bug#16806)
+
+       * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: If
+       CreateDIBSection returns an error indication, zero out *ximg after
+       destroying the image.  This avoids crashes in memory allocations
+       due to the fact that some of the callers also call
+       x_destroy_x_image, which will attempt to free an already free'd
+       block of memory.
+
+2014-02-18  Martin Rudalics  <rudalics@gmx.at>
+
+       * widget.c (update_various_frame_slots): Don't set
+       FRAME_PIXEL_HEIGHT and FRAME_PIXEL_WIDTH here (Bug#16736).
+
+2014-02-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbusbind.c (xd_close_bus): Apply proper check on busobj.
+
+2014-02-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       temacs --daemon fix (Bug#16599).
+       * emacs.c (main): Initialize daemon_pipe[1] here ...
+       (syms_of_emacs): ... instead of here.
+
+2014-02-16  Anders Lindgern <andlind@gmail.com>
+
+       * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask
+       is set (Bug#16505).
+
+2014-02-16  Daniel Colascione  <dancol@dancol.org>
+
+       * dbusbind.c (xd_lisp_dbus_to_dbus): New function.
+       (xd_get_connection_address): Use it.
+       (xd_close_bus): Use xd_lisp_dbus_to_dbus to instead of
+       xd_get_connection_address because the latter signals if the bus
+       we're trying to close is already disconnected.
+
 2014-02-13  Eli Zaretskii  <eliz@gnu.org>
 
        * w32proc.c (start_timer_thread): Pass a non-NULL pointer as last