aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/loadup.el: Preload "uniquify".Stefan Monnier2013-11-292-1/+2
* * src/xdisp.c (REDISPLAY_SOME_P): New macro.Stefan Monnier2013-11-292-11/+15
* * lisp/electric.el (electric-indent-mode): Enable by default.Stefan Monnier2013-11-292-0/+7
* Fix bug #6364 with slow scrolling on MS-Windows with bitmap fonts.Tom Seddon2013-11-292-1/+42
* More thorough fix of bug #15913 with mouse-highlight on MS-Windows.Eli Zaretskii2013-11-292-1/+10
* Fix minor problems found by static checking.Paul Eggert2013-11-286-56/+70
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-2813-53/+20
* * src/window.c (Fset_window_configuration): Move select_window later.Stefan Monnier2013-11-282-8/+18
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-2812-239/+388
* Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-286-7/+63
* Stop keeping generated Unicode lisp files in the repositoryGlenn Morris2013-11-272-1/+10
* Fix bug #15973 with erratic cursor motion after reverting a buffer.Eli Zaretskii2013-11-272-1/+16
* Fix watching directories using w32notify.c.Eli Zaretskii2013-11-272-7/+21
* Reset window_end_valid after some window changes (Bug#15957).Martin Rudalics2013-11-272-0/+12
* Move runtime leim lisp files to lisp/leim directoryGlenn Morris2013-11-265-35/+23
* * .gdbinit (xgettype): Add cast.Andreas Schwab2013-11-262-1/+5
* Preload leim-list.elGlenn Morris2013-11-253-8/+15
* bool-vector-subsetp is now the normal direction.Paul Eggert2013-11-252-3/+7
* Fix minor problems found by static checking.Paul Eggert2013-11-253-15/+21
* * src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB.Stefan Monnier2013-11-252-4/+6
* src/lread.c commentGlenn Morris2013-11-241-0/+8
* * lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c.Stefan Monnier2013-11-242-28/+7
* Further tweaks to the setting of Vload_pathGlenn Morris2013-11-242-19/+35
* * src/lread.c (init_lread): Fix 2013-11-23 goof that was checkingGlenn Morris2013-11-242-2/+7
* Export get_pos_property to Elisp.Stefan Monnier2013-11-246-29/+33
* * src/data.c (Fmake_variable_buffer_local): Mention `permanent-local'.Stefan Monnier2013-11-242-2/+10
* Really initialize `write_region_inhibit_fsync' when interactive.Romain Francoise2013-11-232-17/+25
* * src/lread.c (init_lread): Fix int/Lisp_Object mixup.Stefan Monnier2013-11-222-1/+6
* * src/process.c (get_process): Explicit error for dead buffersGlenn Morris2013-11-222-5/+11
* Merge from emacs-24; up to 2013-01-03T02:37:57Z!rgm@gnu.orgGlenn Morris2013-11-222-3/+6
|\
| * Fixes: debbugs:15923Andreas Schwab2013-11-192-3/+7
* | Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-226-135/+189
* | Fix bug #15951 with vertical-motion near beginning of narrowed region.Eli Zaretskii2013-11-222-0/+8
* | Use just LIBXMENU, not LIBXMENU_DIR and LIBXMENU_BASE.Paul Eggert2013-11-212-8/+2
* | Fix some dependency problems that cause unnecessary recompiles.Paul Eggert2013-11-202-48/+30
* | Fix recently introduced bool vector overrun.Paul Eggert2013-11-204-29/+44
* | * nsterm.m (init, run, stop:): Enable again. stop calls super stopJan Djärv2013-11-202-3/+7
* | * nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs.Jan Djärv2013-11-202-0/+7
* | * charset.c (syms_of_charset): Don't read past end of string.Paul Eggert2013-11-192-5/+9
* | * src/frame.c (Fhandle_focus_in, Fhandle_focus_out): Doc fixes.Glenn Morris2013-11-182-2/+8
* | Add hooks to run on gaining/losing focus (tiny change)Brian Jenkins2013-11-182-0/+21
* | * data.c (bool_vector_binop_driver): Rename locals for sanity's sake.Paul Eggert2013-11-182-21/+24
* | Improve API of recently-added bool vector functions.Paul Eggert2013-11-182-15/+26
* | Always allocate at least one bits_word per bool vector.Paul Eggert2013-11-184-35/+84
* | Fix bug #15841 with assertion violations due to newline cache.Eli Zaretskii2013-11-184-12/+52
* | Fix bug #15913 with disappearing mouse highlight on MS-Windows.Eli Zaretskii2013-11-172-1/+13
* | Spelling fixes.Paul Eggert2013-11-161-1/+1
* | * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.Paul Eggert2013-11-162-8/+5
* | Don't let unusual after-change-functions overwrite " prin1" buffer in use.Eli Zaretskii2013-11-162-0/+9
* | Fix bug #15907 with crashes due to after-change-functions.Eli Zaretskii2013-11-162-2/+10