summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-03-02The lock for FILE is now .#FILE or .#-FILE.Paul Eggert
2013-03-02Merge from emacs-24; up to 2012-12-23T17:06:58Z!eliz@gnu.orgGlenn Morris
2013-03-02* textprop.c: Use bool for booleans.Paul Eggert
2013-03-02Protect against changes of interval tree when adding/removing text props.Eli Zaretskii
2013-03-02Revert last commit; fixed on emacs-24 branch instead.Eli Zaretskii
2013-03-02Fix bug #13734 with errors in lisp.h macro expansion.Eli Zaretskii
2013-03-02Fixes: debbugs:13734Andreas Schwab
2013-02-27Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris
2013-02-27Fix race conditions with MS-Windows lock files by using _sopen.Eli Zaretskii
2013-02-27w32.c (sys_open): Don't reset the flags for FD in fd_info[].Eli Zaretskii
2013-02-26Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert
2013-02-26* window.c (Frecenter): Tiny docstring enhancement.Bastien Guerry
2013-02-25Minor textprop integer cleanup.Paul Eggert
2013-02-25Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii
2013-02-25Fix bug #13743 with crashes due to recursive add-text-properties.Eli Zaretskii
2013-02-25* src/callint.c (Fcall_interactively): Use the right lexical environmentStefan Monnier
2013-02-24Simplify data_start configuration.Paul Eggert
2013-02-24Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.orgGlenn Morris
2013-02-24Fixes: debbugs:13797Andreas Schwab
2013-02-23Fix regression introduced by July 10 filelock.c patch.Paul Eggert
2013-02-22Assume C89 or better.Paul Eggert
2013-02-22Don't call 'select' from emacs_gnutls_pull.Claudio Bley
2013-02-20* src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.Ken Brown
2013-02-20* src/sheap.c (report_sheap_usage): Prefer message1_nolog.Stefan Monnier
2013-02-20* lisp/simple.el (command-execute): Move from C. Add obsolete check.Stefan Monnier
2013-02-19* sheap.c (report_sheap_usage): Use message, not message1, soDaniel Colascione
2013-02-192013-02-19 Daniel Colascione <dancol@dancol.org>Daniel Colascione
2013-02-20* search.c (find_newline): Return byte position in bytepos.Dmitry Antipov
2013-02-18Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris
2013-02-18Avoid leaking handles on MS-Windows.Eli Zaretskii
2013-02-17Merge from emacs-24; up to 2012-12-20T05:05:41Z!dmantipov@yandex.ruGlenn Morris
2013-02-17Fix bug #13735 with network streams on MS-Windows.Eli Zaretskii
2013-02-17Prefer `message1' over `message'.Stefan Monnier
2013-02-17Fix bug #13723 with redrawing vertical border in GUI sessions.Eli Zaretskii
2013-02-17Move scroll-bar-adjust-thumb-portion.Jan Djärv
2013-02-16Remove functions and macros unused on MS-Windows.Eli Zaretskii
2013-02-16Don't use __STDC__ on MS-Windows unless necessary (Bug #9066).Eli Zaretskii
2013-02-16Don't set h_errno on MS-Windows except in gethostbyname.Eli Zaretskii
2013-02-15Remove unneeded bits of commit 2013-02-15T09:41:31Z!eliz@gnu.org merged from ...Eli Zaretskii
2013-02-15* process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused decl.Paul Eggert
2013-02-15Fix bug #13720 with auto-save-timeout less than 4 seconds.Eli Zaretskii
2013-02-15Merge from emacs-24; up to 2012-12-19T19:51:40Z!monnier@iro.umontreal.caGlenn Morris
2013-02-15* composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov
2013-02-15Allow deleted processes to be reaped by SIGCHLD handler on MS-Windows.Eli Zaretskii
2013-02-15Improve error reporting as part of solving bug #13546 on MS-Windows.Eli Zaretskii
2013-02-14Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert
2013-02-14Backport GCPRO fix from trunk.Paul Eggert
2013-02-14Fix AIX port.Paul Eggert
2013-02-14* gtkutil.c (tb_size_cb): New function.Jan Djärv
2013-02-14* src/keyboard.c (active_maps): Fcurrent_active_maps expects a position, notStefan Monnier