| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -10/+0 |
| * | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -1/+6 |
| * | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -2/+2 |
| * | * src/lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER) | Stefan Monnier | 2013-03-28 | 1 | -59/+54 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+2 |
| * | Fix bug #14032 with restoring frame dimensions on MS-Windows. | Eli Zaretskii | 2013-03-23 | 1 | -1/+1 |
| * | Use functions and constants to manipulate Lisp_Save_Value objects. | Paul Eggert | 2013-03-21 | 1 | -44/+109 |
| * | * print.c (syms_of_print): Initialize debugging output not here... | Dmitry Antipov | 2013-03-19 | 1 | -0/+1 |
| * | Optimize ASCII file reading with EOL format detection and decoding. | Kenichi Handa | 2013-03-16 | 1 | -3/+1 |
| * | * insdel.c (adjust_after_replace): Use bool for boolean. | Paul Eggert | 2013-03-10 | 1 | -4/+2 |
| * | On file insertion, skip decoding if all bytes are ASCII. | Kenichi Handa | 2013-03-10 | 1 | -0/+4 |
| * | region-cache.c, scroll.c, search.c: Use bool for booleans. | Paul Eggert | 2013-03-08 | 1 | -1/+1 |
| * | * search.c (find_newline): Accept start and end byte positions | Dmitry Antipov | 2013-03-08 | 1 | -3/+4 |
| * | print.c, process.c: Use bool for booleans. | Paul Eggert | 2013-03-07 | 1 | -4/+4 |
| * | * lisp.h (list2i, list3i): New functions. | Dmitry Antipov | 2013-03-07 | 1 | -0/+22 |
| * | Rename find_next_newline to find_newline_no_quit. | Eli Zaretskii | 2013-03-06 | 1 | -1/+1 |
| * | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline. | Dmitry Antipov | 2013-03-06 | 1 | -2/+1 |
| * | Merge from emacs-24; up to 2012-12-23T17:06:58Z!eliz@gnu.org | Glenn Morris | 2013-03-02 | 1 | -1/+1 |
| |\ |
|
| | * | Fixes: debbugs:13734 | Andreas Schwab | 2013-03-02 | 1 | -1/+1 |
| * | | Revert last commit; fixed on emacs-24 branch instead. | Eli Zaretskii | 2013-03-02 | 1 | -1/+1 |
| * | | Fix bug #13734 with errors in lisp.h macro expansion. | Eli Zaretskii | 2013-03-02 | 1 | -1/+1 |
| * | | Qcall_interactively and Qexecute_kbd_macro are now static. | Paul Eggert | 2013-02-26 | 1 | -2/+1 |
| * | | * search.c (find_newline): Return byte position in bytepos. | Dmitry Antipov | 2013-02-20 | 1 | -3/+4 |
| * | | Spelling fixes. | Paul Eggert | 2013-02-19 | 1 | -1/+1 |
| * | | * composite.c (fill_gstring_header): Remove useless prototype. | Dmitry Antipov | 2013-02-15 | 1 | -2/+2 |
| * | | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.de | Paul Eggert | 2013-02-14 | 1 | -4/+0 |
| |\ \
| |/ |
|
| | * | Fix AIX port. | Paul Eggert | 2013-02-14 | 1 | -4/+0 |
| * | | Tune by using memchr and memrchr. | Paul Eggert | 2013-02-11 | 1 | -2/+2 |
| * | | Minor hashing refactoring. | Paul Eggert | 2013-02-09 | 1 | -1/+9 |
| * | | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -0/+21 |
| * | | Use fdopendir, fstatat and readlinkat, for efficiency. | Paul Eggert | 2013-01-31 | 1 | -2/+1 |
| * | | * insdel.c (insert_1): Remove. | Dmitry Antipov | 2013-01-25 | 1 | -1/+0 |
| * | | * src/xdisp.c (message2, message2_nolog): Remove functions. | Stefan Monnier | 2013-01-23 | 1 | -4/+2 |
| * | | * lisp.h (eabs): Define unconditionally. | Paul Eggert | 2013-01-19 | 1 | -5/+4 |
| * | | Work around bug in CIFS and vboxsf file systems. | Paul Eggert | 2013-01-18 | 1 | -0/+1 |
| * | | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -10/+53 |
| * | | * src/alloc.c (free_save_value): Now static. | Paul Eggert | 2013-01-15 | 1 | -1/+0 |
| * | | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -4/+10 |
| * | | Some convenient bits to deal with Lisp_Save_Values. | Dmitry Antipov | 2013-01-15 | 1 | -1/+7 |
| * | | * lisp.h (toplevel): Fix typo in comment. | Dmitry Antipov | 2013-01-14 | 1 | -1/+1 |
| * | | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -9/+39 |
| * | | Enable conservative stack scanning for all architectures. | Paul Eggert | 2013-01-11 | 1 | -1/+5 |
| * | | Avoid unnecessary byte position calculation for the gap movement. | Dmitry Antipov | 2013-01-11 | 1 | -1/+0 |
| * | | emacsclient -t should not suspend Emacs server | Paul Eggert | 2013-01-10 | 1 | -0/+2 |
| * | | Omit buffer_slot_type_mismatch and use generic predicates to enforce | Dmitry Antipov | 2013-01-10 | 1 | -1/+2 |
| * | | * lisp.h (make_gap_1): New prototype. | Dmitry Antipov | 2013-01-09 | 1 | -0/+1 |
| * | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
| |\ \
| |/ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
| * | | * lisp.h (toplevel): Add two notices to the comment about | Dmitry Antipov | 2012-12-26 | 1 | -0/+8 |
| * | | Avoid calls to CHAR_TO_BYTE if byte position is known. | Dmitry Antipov | 2012-12-20 | 1 | -1/+0 |