summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-03-26Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero
2014-03-26src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero
2014-03-25Fix core dump in char-equal.Paul Eggert
2014-03-25* insdel.c (adjust_markers_for_delete): Remove unused local.Paul Eggert
2014-03-25Doc tweaks related to file lockingGlenn Morris
2014-03-25Remove the build-time option CLASH_DETECTIONGlenn Morris
2014-03-25Speed up thread startup on MS-Windows.Eli Zaretskii
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert
2014-03-24Undo in region after markers in undo history relocatedBarry O'Reilly
2014-03-24Refine previous fix of x_set_window_size to handle Bug#17077.Martin Rudalics
2014-03-23* src/fileio.c (Ffile_symlink_p): Doc fix.Glenn Morris
2014-03-23* lisp/simple.el (redisplay-highlight-region-function): Increase priority ofStefan Monnier
2014-03-23Clean up gc_sweepDaniel Colascione
2014-03-23src/w32fns.c (Fw32_shell_execute): Declare `result' only on Cygwin.Juanma Barranquero
2014-03-23Fix ChangeLog entry of last commit.Eli Zaretskii
2014-03-23Fix bug #17047 with cursor motion when invisible text starts a line.Eli Zaretskii
2014-03-23Further improve XIM initDaniel Colascione
2014-03-23Further improve create_frame_xic patchDaniel Colascione
2014-03-23Improve XIC fixDaniel Colascione
2014-03-23Work around flaky XIM modulesDaniel Colascione
2014-03-23Improve init_tty readabilityDaniel Colascione
2014-03-22Backport memory fix (2014-03-22T03:04:53Z!dancol@dancol.org) from trunkDaniel Colascione
2014-03-22Backport memory fix (2014-03-23T05:15:48Z!dancol@dancol.org) from trunkDaniel Colascione
2014-03-22Don't underflow datagram_address arrayDaniel Colascione
2014-03-22Make some files in etc obsoleteGlenn Morris
2014-03-21Do not read uninitialized memory in conv_sockaddr_to_lispDaniel Colascione
2014-03-21Do not read unitialized memory in conv_sockaddr_to_lispDaniel Colascione
2014-03-21Merge from emacs-24; up to 2014-03-21T08:51:02Z!eliz@gnu.orgGlenn Morris
2014-03-21Increase default history-length from 30 to 100Glenn Morris
2014-03-21Frame icon optimizationDaniel Colascione
2014-03-21Fix regression introduced by patch for Bug#10500.YAMAMOTO Mitsuharu
2014-03-21Allow lisp allocation via mmap in dumped emacsDaniel Colascione
2014-03-21Truly maximize w32 frames with odd fonts and some texi fixes.Martin Rudalics
2014-03-21Extend and improve w32-shell-execute on MS-Windows.Eli Zaretskii
2014-03-21Do not allow a dumped Emacs to be dumpedDaniel Colascione
2014-03-20Backport doc.c fix from trunk.Paul Eggert
2014-03-20* doc.c (store_function_docstring): Fix pointer signedness mismatch.Paul Eggert
2014-03-20* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to findStefan Monnier
2014-03-20* src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier
2014-03-19* src/charset.c (init_charset): When we cannot find the charsets directory,Glenn Morris
2014-03-19* fns.c (Frandom): Fix rare bug where the result isn't random.Paul Eggert
2014-03-19Fix porting inconsistency about rounding to even.Paul Eggert
2014-03-19Fix minor memory-related problems on MS-Windows revealed by Dr. Memory.Eli Zaretskii
2014-03-17gnutls.c (Fgnutls_boot): Fix case of :verify-error = t.Ted Zlatanov
2014-03-16src/ChangeLog: Fix a typo in last commit.Eli Zaretskii
2014-03-16Fix bug #16830 with slow search for newlines in forward-line.Eli Zaretskii
2014-03-15src/buffer.c (Fset_buffer): Document return value (bug#17015).Juanma Barranquero
2014-03-14Document pixelwise frame resizing and fix related bug on Windows.Martin Rudalics
2014-03-12Two adjustments in window/frame resizing.Martin Rudalics
2014-03-11* xfns.c (x_set_mouse_color): Recolor vertical_drag_cursor.Dmitry Antipov