aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use macros from dispextern.h where appropriate.Eli Zaretskii2013-03-101-0/+21
* On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa2013-03-101-0/+14
* Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier2013-03-081-6/+15
* region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert2013-03-081-0/+13
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-081-0/+17
* print.c, process.c: Use bool for booleans.Paul Eggert2013-03-071-0/+18
* * bidi.c (bidi_fetch_char): Swap first and second argumentsDmitry Antipov2013-03-081-0/+10
* src/.gdbinit (prowlims): Display the enabled_p flag of the row.Eli Zaretskii2013-03-071-0/+4
* Avoid character to byte conversions in motion subroutines.Dmitry Antipov2013-03-071-0/+17
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-0/+16
* Rename find_next_newline to find_newline_no_quit.Eli Zaretskii2013-03-061-0/+12
* Fix bug #13879 with raw-text encoding of msdos.c.Eli Zaretskii2013-03-061-0/+5
* Coding system support cleanup and minor refactoring.Dmitry Antipov2013-03-061-0/+19
* Merge from emacs-24; up to 2012-12-25T11:37:21Z!dmantipov@yandex.ruGlenn Morris2013-03-061-10/+12
|\
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-051-2/+3
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-051-6/+7
* | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.Dmitry Antipov2013-03-061-0/+8
* | FILE's lock is now always .#FILE and may be a regular file.Paul Eggert2013-03-051-0/+52
* | Don't sync charpos and bytepos in bidi_resolve_explicit_1.Eli Zaretskii2013-03-051-0/+7
* | Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris2013-03-041-0/+10
|\ \ | |/
| * Also port to MirBSD.Paul Eggert2013-03-041-3/+4
| * Fix a build failure on OpenBSD 4.x.Paul Eggert2013-03-041-0/+9
* | * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-051-0/+7
* | Fix misuse of ImageMagick that caused core dump.Paul Eggert2013-03-041-0/+6
* | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-041-0/+7
* | * filelock.c (lock_file): Don't access freed storage.Paul Eggert2013-03-021-0/+1
* | The lock for FILE is now .#FILE or .#-FILE.Paul Eggert2013-03-021-0/+30
* | Merge from emacs-24; up to 2012-12-23T17:06:58Z!eliz@gnu.orgGlenn Morris2013-03-021-0/+4
|\ \ | |/
| * Fixes: debbugs:13734Andreas Schwab2013-03-021-0/+4
* | * textprop.c: Use bool for booleans.Paul Eggert2013-03-021-0/+6
* | Protect against changes of interval tree when adding/removing text props.Eli Zaretskii2013-03-021-0/+7
* | Revert last commit; fixed on emacs-24 branch instead.Eli Zaretskii2013-03-021-4/+0
* | Fix bug #13734 with errors in lisp.h macro expansion.Eli Zaretskii2013-03-021-0/+4
* | Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris2013-02-271-0/+5
|\ \ | |/
| * w32.c (sys_open): Don't reset the flags for FD in fd_info[].Eli Zaretskii2013-02-271-0/+5
* | Fix race conditions with MS-Windows lock files by using _sopen.Eli Zaretskii2013-02-271-0/+7
* | Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-261-0/+6
* | * window.c (Frecenter): Tiny docstring enhancement.Bastien Guerry2013-02-261-0/+4
* | Minor textprop integer cleanup.Paul Eggert2013-02-251-0/+17
* | Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-251-0/+28
* | Fix bug #13743 with crashes due to recursive add-text-properties.Eli Zaretskii2013-02-251-0/+9
* | * src/callint.c (Fcall_interactively): Use the right lexical environmentStefan Monnier2013-02-251-0/+6
* | Simplify data_start configuration.Paul Eggert2013-02-241-0/+33
* | Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.orgGlenn Morris2013-02-241-0/+14
|\ \ | |/
| * Fixes: debbugs:13797Andreas Schwab2013-02-241-0/+5
| * Fix regression introduced by July 10 filelock.c patch.Paul Eggert2013-02-231-0/+9
* | Assume C89 or better.Paul Eggert2013-02-221-0/+8
* | Don't call 'select' from emacs_gnutls_pull.Claudio Bley2013-02-221-0/+5
* | * src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.Ken Brown2013-02-201-0/+4
* | * src/sheap.c (report_sheap_usage): Prefer message1_nolog.Stefan Monnier2013-02-201-0/+2