summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-12-16* font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.Paul Eggert
2013-12-16Fix bug #16165 with memory corruption by extend_face_to_end_of_line.Eli Zaretskii
2013-12-16* gnutls.c (Fgnutls_boot): Properly check Flistp return value.Andreas Schwab
2013-12-16Fix bug#16161: CHECK_LIST_CONS fails on nilTed Zlatanov
2013-12-16Fix recent w32_enable_frame_resize_hack and display-buffer-below-selected fixes.Martin Rudalics
2013-12-16* font.c (valid_font_driver) [ENABLE_CHECKING]: New functionDmitry Antipov
2013-12-15Fix bug with conditionals in expand-file-name on MS-Windows.Eli Zaretskii
2013-12-15Fix bug #16152 with crashes in process-send-eof on MS-Windows.Eli Zaretskii
2013-12-15Minor fix in Windows-specific code in decode_env_path.Eli Zaretskii
2013-12-15src/w32*.c: Silence compiler warnings.Juanma Barranquero
2013-12-15Fix bug #16151 with background of display margins.Eli Zaretskii
2013-12-15Fix session GUI startup.Eli Zaretskii
2013-12-14Add ChangeLog entry for previous checkin of gnutls.c.Paul Eggert
2013-12-14Use bool for boolean (GLYPH_DEBUG case).Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-12-14Fix bug #16148 with visual-mode cursor motion and whitespace-newline-mode.Eli Zaretskii
2013-12-14New verify-error GnuTLS interface for certificate validationTed Zlatanov
2013-12-14Hack frame resizing on Windows (Bug#16028).Martin Rudalics
2013-12-14Revert 2 last commits in src/alloc.c.Eli Zaretskii
2013-12-14Avoid crashing due to closing of font whose driver pointer is NULL.Eli Zaretskii
2013-12-14Fix copy-file on MS-Windows with file names outside of current locale.Eli Zaretskii
2013-12-13* lread.c (load_path_default): Prototype.Paul Eggert
2013-12-13Unconditionally reset load-path after dumpingGlenn Morris
2013-12-13* alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov
2013-12-13* font.c (font_close_object): Check for live frame (Bug#16128).Dmitry Antipov
2013-12-12* gnutls.c, gnutls.h (emacs_gnutls_record_check_pending):Paul Eggert
2013-12-12Avoid undefined behavior with huge regexp interval counts.Paul Eggert
2013-12-12Support MS-Windows file names that use characters outside of ANSI codepage.Eli Zaretskii
2013-12-12* font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov
2013-12-12* dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused macro.Dmitry Antipov
2013-12-12* xterm.c (x_make_frame_visible): Restore hack which is needed whenDmitry Antipov
2013-12-11Fix conditions for prototype declarations.Ken Brown
2013-12-11* nsterm.m (x_free_frame_resources):Dmitry Antipov
2013-12-11Fix docstring of format-time-string to include %F.Rüdiger Sonderfeld
2013-12-11Various fixes around Bug#16013.Martin Rudalics
2013-12-10Remove the option of using libcrypto.Paul Eggert
2013-12-11* src/term.c (term_get_fkeys_1): Remove non-standard IBM terminfoJuri Linkov
2013-12-10* font.c (font_find_for_lface): Ensure SAFE_FREE on return.Dmitry Antipov
2013-12-10* xdisp.c (display_tool_bar_line): Don't extend on a previouslyDmitry Antipov
2013-12-09Fix declaration of get_frame_param for cygw32 build.Ken Brown
2013-12-09* gtkutil.c (USE_NEW_GTK_FONT_CHOOSER) [HAVE_FREETYPE]:Dmitry Antipov
2013-12-09* alloc.c (Fmemory_limit): Avoid compiler warning. Return 0 always.Jan Djärv
2013-12-08Fix GNUStep toolbar not updating.Jan Djärv
2013-12-08* emacs.c (main): Call fixup_locale a second time for GNUStep.Jan Djärv
2013-12-08In x_set_font mark frame as garbaged (Bug#16028).Martin Rudalics
2013-12-08Use libcrypto's checksum implementations if available, for speed.Paul Eggert
2013-12-07* frame.h (SET_FRAME_VISIBLE): Now an inline function.Paul Eggert
2013-12-07* src/window.c (set_window_buffer): Update mode line.Stefan Monnier
2013-12-07Fix minor problems found by static checking.Paul Eggert
2013-12-07Fix int/Lisp_Object type mixup in w32_read_socket.Martin Rudalics