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