aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use macros from dispextern.h where appropriate.Eli Zaretskii2013-03-105-33/+56
* Fix previous change.Kenichi Handa2013-03-111-1/+3
* merge trunkKenichi Handa2013-03-101-1/+1
|\
| * coding.c (to_unicode): Fix a typo in a comment.Eli Zaretskii2013-03-091-1/+1
* | On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa2013-03-104-11/+69
|/
* Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier2013-03-083-13/+22
* region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert2013-03-085-46/+60
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-087-31/+69
* print.c, process.c: Use bool for booleans.Paul Eggert2013-03-075-66/+86
* * bidi.c (bidi_fetch_char): Swap first and second argumentsDmitry Antipov2013-03-083-12/+18
* src/.gdbinit (prowlims): Display the enabled_p flag of the row.Eli Zaretskii2013-03-072-1/+5
* Avoid character to byte conversions in motion subroutines.Dmitry Antipov2013-03-074-61/+66
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-0713-58/+61
* Rename find_next_newline to find_newline_no_quit.Eli Zaretskii2013-03-066-18/+32
* Fix bug #13879 with raw-text encoding of msdos.c.Eli Zaretskii2013-03-062-10/+22
* Coding system support cleanup and minor refactoring.Dmitry Antipov2013-03-063-61/+37
* Merge from emacs-24; up to 2012-12-25T11:37:21Z!dmantipov@yandex.ruGlenn Morris2013-03-062-23/+15
|\
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-052-5/+6
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-052-18/+9
* | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.Dmitry Antipov2013-03-066-14/+19
* | FILE's lock is now always .#FILE and may be a regular file.Paul Eggert2013-03-054-190/+321
* | Don't sync charpos and bytepos in bidi_resolve_explicit_1.Eli Zaretskii2013-03-052-5/+16
* | Remove stray character from license URL.Paul Eggert2013-03-041-1/+1
* | Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris2013-03-042-0/+18
|\ \ | |/
| * Also port to MirBSD.Paul Eggert2013-03-042-5/+7
| * Fix a build failure on OpenBSD 4.x.Paul Eggert2013-03-042-0/+16
* | * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-054-6/+16
* | Fix misuse of ImageMagick that caused core dump.Paul Eggert2013-03-042-5/+11
* | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-044-3/+10
* | * filelock.c (lock_file): Don't access freed storage.Paul Eggert2013-03-022-27/+23
* | The lock for FILE is now .#FILE or .#-FILE.Paul Eggert2013-03-022-51/+71
* | Merge from emacs-24; up to 2012-12-23T17:06:58Z!eliz@gnu.orgGlenn Morris2013-03-022-1/+5
|\ \ | |/
| * Fixes: debbugs:13734Andreas Schwab2013-03-022-1/+5
* | * textprop.c: Use bool for booleans.Paul Eggert2013-03-023-5/+12
* | Protect against changes of interval tree when adding/removing text props.Eli Zaretskii2013-03-022-4/+49
* | Revert last commit; fixed on emacs-24 branch instead.Eli Zaretskii2013-03-022-5/+1
* | Fix bug #13734 with errors in lisp.h macro expansion.Eli Zaretskii2013-03-022-1/+5
* | Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris2013-02-272-2/+5
|\ \ | |/
| * w32.c (sys_open): Don't reset the flags for FD in fd_info[].Eli Zaretskii2013-02-272-2/+5
* | Fix race conditions with MS-Windows lock files by using _sopen.Eli Zaretskii2013-02-272-4/+17
* | Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-264-4/+9
* | * window.c (Frecenter): Tiny docstring enhancement.Bastien Guerry2013-02-262-1/+5
* | Minor textprop integer cleanup.Paul Eggert2013-02-253-81/+97
* | Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-255-21/+164
* | Fix bug #13743 with crashes due to recursive add-text-properties.Eli Zaretskii2013-02-252-59/+75
* | * src/callint.c (Fcall_interactively): Use the right lexical environmentStefan Monnier2013-02-253-3/+9
* | Simplify data_start configuration.Paul Eggert2013-02-2411-164/+95
* | Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.orgGlenn Morris2013-02-243-1/+16
|\ \ | |/
| * Fixes: debbugs:13797Andreas Schwab2013-02-242-0/+6
| * Fix regression introduced by July 10 filelock.c patch.Paul Eggert2013-02-232-1/+10