]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
One more change by Ken Brown to avoid breaking Cygwin.
[gnu-emacs] / src / ChangeLog
index 02be1e9bd649cbd8ee1efbaf87488fa9741c1ab5..89c640bd8c785f30a4d748938d15424a37a20316 100644 (file)
@@ -1,3 +1,74 @@
+2013-12-11  Ken Brown  <kbrown@cornell.edu>
+
+       * dispextern.h (erase_phys_cursor):
+       * keyboard.h (make_ctrl_char): Declare prototypes if HAVE_NTGUI.
+
+2013-12-11  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * nsterm.m (x_free_frame_resources):
+       * term.c (tty_free_frame_resources):
+       * xterm.c (x_free_frame_resources): Do not check for non-NULL
+       face cache because it's implied by free_frame_faces anyway.
+       * w32term.c (x_free_frame_resources): Likewise.  Do not call
+       free_frame_faces twice.
+
+2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * editfns.c (Fformat_time_string): Mention %F in the doc.
+
+2013-12-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.c (resize_frame_windows): Don't return immediately when
+       the root window's size doesn't change - the minibuffer window
+       may still have to be repositioned/resized.
+       * xfns.c (Fx_create_frame): Always change the frame size after
+       initializing the frame's faces.
+       * xterm.c (handle_one_xevent): Don't set pixel sizes here,
+       change_frame_size should already have done it.
+       (x_new_font): Assign new tool- and menu-bar heights.
+       (x_set_window_size_1): Account for tool- and menu-bar heights
+       (Bug#16013). Don't set pixel sizes since change_frame_size
+       should already have done it.
+
+2013-12-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Remove the option of using libcrypto.
+       * Makefile.in (LIB_CRYPTO): Remove.
+       (LIBES): Don't use it.
+
+2013-12-11  Juri Linkov  <juri@jurta.org>
+
+       * term.c (term_get_fkeys_1): Remove non-standard IBM terminfo
+       as obsolete to avoid conflicts with <S-up>.  (Bug#13471)
+
+2013-12-10  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * xdisp.c (display_tool_bar_line): Don't extend on a previously
+       drawn tool bar items (Bug#16058).
+       * font.c (font_find_for_lface): Ensure SAFE_FREE on return.
+
+2013-12-09  Ken Brown  <kbrown@cornell.edu>
+
+       * frame.c (get_frame_param): Make extern if HAVE_NTGUI.
+
+       * lisp.h (get_frame_param): Adjust conditions for prototype
+       declaration.
+
+2013-12-09  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * gtkutil.c (USE_NEW_GTK_FONT_CHOOSER) [HAVE_FREETYPE]:
+       Avoid unused macro warning if configured --without-xft.
+
+2013-12-09  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * alloc.c (Fmemory_limit): Avoid compiler warning.  Return 0 always.
+
+2013-12-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * nsterm.m (updateFrameSize:): Fix GNUStep toolbar not updating.
+
+       * emacs.c (main): Call fixup_locale a second time for GNUStep.
+
 2013-12-08  Martin Rudalics  <rudalics@gmx.at>
 
        * frame.c (x_set_font): Mark frame as garbaged (Bug#16028).