aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | * data.c: Work around bogus GCC diagnostic about shift count.Paul Eggert2013-11-152-1/+20
* | Correct overly-optimistic assumptions about C macro support by "gcc -g3".Eli Zaretskii2013-11-152-0/+13
* | * lisp/loadhist.el (read-feature): Get rid of fake feature nil. Leo Liu2013-11-152-9/+8
* | * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.Paul Eggert2013-11-142-1/+7
* | Fix bug #15892 with link failures of the Cygwin w32 build.Kazuhiro Ito2013-11-143-2/+10
* | Simplify, port and tune bool vector implementation.Paul Eggert2013-11-137-135/+196
* | Prefer tail calls.Paul Eggert2013-11-133-4/+7
* | * xterm.c (syms_of_xterm): staticpro Qalt, Qhyper, Qmeta, and Qsuper.Paul Eggert2013-11-112-5/+6
* | * xterm.c (syms_of_xterm): staticpro Qmodifier_value.Paul Eggert2013-11-112-1/+3
* | * buffer.c (Fforce_mode_line_update): Don't fall off end of functionPaul Eggert2013-11-112-3/+9
* | * lisp/subr.el (force-mode-line-update): Delete, move to buffer.c.Stefan Monnier2013-11-112-51/+55
* | * search.c (find_newline): Rewrite to prefer offsets to pointers.Paul Eggert2013-11-112-60/+45
* | * lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.Stefan Monnier2013-11-113-11/+14
* | Fix bug #15841 with missing line numbers in linum-mode.Eli Zaretskii2013-11-092-0/+34
* | * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi:Jan Djärv2013-11-092-2/+10
* | Fix bug #15841 with cache-long-scans, linum-mode, and non-ASCII chars.Eli Zaretskii2013-11-092-0/+14
* | * lisp/faces.el (describe-face): Add distant-foreground.Jan Djärv2013-11-082-4/+9
* | Merge from gnulib.Paul Eggert2013-11-082-5/+6
* | Switch cache-long-scans to t by default.Eli Zaretskii2013-11-084-8/+27
* | * chartab.c (make_sub_char_table): Fix size typo.Paul Eggert2013-11-072-1/+9
* | Import macfont changes from mac-port 4.5.Jan Djärv2013-11-073-87/+297
* | Port to C11 aligned_alloc, and fix some integer overflows.Paul Eggert2013-11-064-24/+65
* | * src/xdisp.c (redisplay_internal): Fix typo in last change.Stefan Monnier2013-11-063-3/+7
* | * regex.c: Fix --enable-gcc-warning glitch with GCC 4.5.2.Paul Eggert2013-11-062-1/+5
* | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-0614-48/+87
* | Fix doc string of format-time-string, per bug #15816.Eli Zaretskii2013-11-062-0/+5
* | *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-0515-69/+74
* | Integer-related fixes for term.c etc.Paul Eggert2013-11-055-91/+69