| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Reset window_end_valid after some window changes (Bug#15957). | Martin Rudalics | 2013-11-27 | 1 | -0/+5 |
| * | Move runtime leim lisp files to lisp/leim directory | Glenn Morris | 2013-11-26 | 1 | -0/+8 |
| * | * .gdbinit (xgettype): Add cast. | Andreas Schwab | 2013-11-26 | 1 | -0/+4 |
| * | Preload leim-list.el | Glenn Morris | 2013-11-25 | 1 | -0/+7 |
| * | bool-vector-subsetp is now the normal direction. | Paul Eggert | 2013-11-25 | 1 | -0/+4 |
| * | Fix minor problems found by static checking. | Paul Eggert | 2013-11-25 | 1 | -0/+8 |
| * | * src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB. | Stefan Monnier | 2013-11-25 | 1 | -0/+2 |
| * | * lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c. | Stefan Monnier | 2013-11-24 | 1 | -0/+5 |
| * | Further tweaks to the setting of Vload_path | Glenn Morris | 2013-11-24 | 1 | -0/+4 |
| * | * src/lread.c (init_lread): Fix 2013-11-23 goof that was checking | Glenn Morris | 2013-11-24 | 1 | -0/+5 |
| * | Export get_pos_property to Elisp. | Stefan Monnier | 2013-11-24 | 1 | -0/+4 |
| * | * src/data.c (Fmake_variable_buffer_local): Mention `permanent-local'. | Stefan Monnier | 2013-11-24 | 1 | -0/+4 |
| * | Really initialize `write_region_inhibit_fsync' when interactive. | Romain Francoise | 2013-11-23 | 1 | -0/+6 |
| * | * src/lread.c (init_lread): Fix int/Lisp_Object mixup. | Stefan Monnier | 2013-11-22 | 1 | -0/+5 |
| * | * src/process.c (get_process): Explicit error for dead buffers | Glenn Morris | 2013-11-22 | 1 | -0/+4 |
| * | Merge from emacs-24; up to 2013-01-03T02:37:57Z!rgm@gnu.org | Glenn Morris | 2013-11-22 | 1 | -0/+4 |
| |\ |
|
| | * | Fixes: debbugs:15923 | Andreas Schwab | 2013-11-19 | 1 | -0/+5 |
| * | | Empty elements in EMACSLOADPATH now stand for the default | Glenn Morris | 2013-11-22 | 1 | -0/+16 |
| * | | Fix bug #15951 with vertical-motion near beginning of narrowed region. | Eli Zaretskii | 2013-11-22 | 1 | -0/+5 |
| * | | Use just LIBXMENU, not LIBXMENU_DIR and LIBXMENU_BASE. | Paul Eggert | 2013-11-21 | 1 | -2/+0 |
| * | | Fix some dependency problems that cause unnecessary recompiles. | Paul Eggert | 2013-11-20 | 1 | -0/+12 |
| * | | Fix recently introduced bool vector overrun. | Paul Eggert | 2013-11-20 | 1 | -0/+12 |
| * | | * nsterm.m (init, run, stop:): Enable again. stop calls super stop | Jan Djärv | 2013-11-20 | 1 | -0/+3 |
| * | | * nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs. | Jan Djärv | 2013-11-20 | 1 | -0/+5 |
| * | | * charset.c (syms_of_charset): Don't read past end of string. | Paul Eggert | 2013-11-19 | 1 | -0/+4 |
| * | | * src/frame.c (Fhandle_focus_in, Fhandle_focus_out): Doc fixes. | Glenn Morris | 2013-11-18 | 1 | -0/+4 |
| * | | Add hooks to run on gaining/losing focus (tiny change) | Brian Jenkins | 2013-11-18 | 1 | -0/+7 |
| * | | * data.c (bool_vector_binop_driver): Rename locals for sanity's sake. | Paul Eggert | 2013-11-18 | 1 | -0/+3 |
| * | | Improve API of recently-added bool vector functions. | Paul Eggert | 2013-11-18 | 1 | -0/+14 |
| * | | Always allocate at least one bits_word per bool vector. | Paul Eggert | 2013-11-18 | 1 | -0/+9 |
| * | | Fix bug #15841 with assertion violations due to newline cache. | Eli Zaretskii | 2013-11-18 | 1 | -0/+10 |
| * | | Fix bug #15913 with disappearing mouse highlight on MS-Windows. | Eli Zaretskii | 2013-11-17 | 1 | -0/+6 |
| * | | * configure.ac (DEBUGGER_SEES_C_MACROS): Remove. | Paul Eggert | 2013-11-16 | 1 | -0/+4 |
| * | | Don't let unusual after-change-functions overwrite " prin1" buffer in use. | Eli Zaretskii | 2013-11-16 | 1 | -0/+3 |
| * | | Fix bug #15907 with crashes due to after-change-functions. | Eli Zaretskii | 2013-11-16 | 1 | -0/+5 |
| * | | * data.c: Work around bogus GCC diagnostic about shift count. | Paul Eggert | 2013-11-15 | 1 | -0/+8 |
| * | | Correct overly-optimistic assumptions about C macro support by "gcc -g3". | Eli Zaretskii | 2013-11-15 | 1 | -0/+6 |
| * | | * lisp/loadhist.el (read-feature): Get rid of fake feature nil. | Leo Liu | 2013-11-15 | 1 | -0/+5 |
| * | | * configure.ac (DEBUGGER_SEES_C_MACROS): New macro. | Paul Eggert | 2013-11-14 | 1 | -0/+6 |
| * | | Fix bug #15892 with link failures of the Cygwin w32 build. | Kazuhiro Ito | 2013-11-14 | 1 | -0/+8 |
| * | | Simplify, port and tune bool vector implementation. | Paul Eggert | 2013-11-13 | 1 | -0/+40 |
| * | | Prefer tail calls. | Paul Eggert | 2013-11-13 | 1 | -0/+5 |
| * | | * xterm.c (syms_of_xterm): staticpro Qalt, Qhyper, Qmeta, and Qsuper. | Paul Eggert | 2013-11-11 | 1 | -1/+2 |
| * | | * xterm.c (syms_of_xterm): staticpro Qmodifier_value. | Paul Eggert | 2013-11-11 | 1 | -0/+2 |
| * | | * buffer.c (Fforce_mode_line_update): Don't fall off end of function | Paul Eggert | 2013-11-11 | 1 | -0/+7 |
| * | | * lisp/subr.el (force-mode-line-update): Delete, move to buffer.c. | Stefan Monnier | 2013-11-11 | 1 | -0/+8 |
| * | | * search.c (find_newline): Rewrite to prefer offsets to pointers. | Paul Eggert | 2013-11-11 | 1 | -0/+7 |
| * | | * lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode. | Stefan Monnier | 2013-11-11 | 1 | -0/+6 |
| * | | Fix bug #15841 with missing line numbers in linum-mode. | Eli Zaretskii | 2013-11-09 | 1 | -0/+6 |
| * | | * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi: | Jan Djärv | 2013-11-09 | 1 | -0/+5 |