summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-06-01For a 'struct window', replace some Lisp_Object fields toDmitry Antipov
2012-05-31Add option imagemagick-types-enableGlenn Morris
2012-05-30Pacify gcc -Wdouble-precision when using Xaw.Paul Eggert
2012-05-31Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong
2012-05-30Remove obsolete '#define static' cruft.Paul Eggert
2012-05-30Clean up __executable_start, monstartup when --enable-profiling.Paul Eggert
2012-05-30Fix bug #11587 with a crash in an Info buffer under linum-mode.Eli Zaretskii
2012-05-30Improve call-process-region error message.Jim Meyering
2012-05-30* keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong
2012-05-30* alloc.c, lisp.h (make_pure_vector): Now static.Paul Eggert
2012-05-29* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier
2012-05-29Fix ChangeLog entry by negating its 1st sentence.Paul Eggert
2012-05-29Do not avoid creating empty evaporating overlays (Bug#9642).Troels Nielsen
2012-05-29Don't call r_alloc_inhibit_buffer_relocation from search.c.Eli Zaretskii
2012-05-28Fix bug #11513 with raise-frame on MS-Windows.Eli Zaretskii
2012-05-28Avoid buffer text relocations in calls to STRING_CHAR_* macros.Eli Zaretskii
2012-05-28* bidi.c (bidi_mirror_char): Put eassert before conversion to int.Paul Eggert
2012-05-28src/makefile.w32-in: Update dependencies.Juanma Barranquero
2012-05-27Fix last change in bidi_mirror_char.Eli Zaretskii
2012-05-27* unexmacosx.c (copy_data_segment): Truncate after 16 charactersAndreas Schwab
2012-05-27* lisp.h [REL_ALLOC]: Omit duplicate prototypes.Paul Eggert
2012-05-27* bidi.c (bidi_mirror_char): Don't possibly truncate the integerPaul Eggert
2012-05-26Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris
2012-05-26Fix coding-related core dumps with gcc -ftrapv.Paul Eggert
2012-05-26Don't mess with INFOPATH in ns buildsGlenn Morris
2012-05-26Extend mouse support on W32 text-mode console.Eli Zaretskii
2012-05-26Support help-echo and tooltip messages on w32 text-mode terminals.Eli Zaretskii
2012-05-26Support mouse-autoselect-window on w32 text-mode terminals.Eli Zaretskii
2012-05-26Refactor mouse highlight invocation for w32 console.Eli Zaretskii
2012-05-26Support mouse highlight on w32 text-mode frames.Eli Zaretskii
2012-05-26* lread.c (read1): Simplify slightly to avoid an overflow warningPaul Eggert
2012-05-26Revert last change in bidi.c.Eli Zaretskii
2012-05-25* src/buffer.c (Fmove_overflay): Clip instead of trying to fix bug 9642.Paul Eggert
2012-05-25Merge from trunk.Paul Eggert
2012-05-25Merge recent dbus changes better.Paul Eggert
2012-05-25* src/lisp.mk (lisp): Update for more files being compiled now.Glenn Morris
2012-05-25Merge from trunk.Paul Eggert
2012-05-25* src/lread.c: Remove `read_pure' which makes no difference.Stefan Monnier
2012-05-25* src/fileio.c, src/character.h: Minor style tweaks.Stefan Monnier
2012-05-24* src/callproc.c (Fcall_process): Restore a line that was accidentally commen...Ken Brown
2012-05-23* src/window.h (clip_changed): Remove useless declaration.Dmitry Antipov
2012-05-23Fix bug #11519 with relocation of buffer text during regex search.Eli Zaretskii
2012-05-22Fix ChangeLog typos.Juanma Barranquero
2012-05-22src/makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.Juanma Barranquero
2012-05-22Remove src/m/*.Paul Eggert
2012-05-21Update value of window-system-version for MS-DOS build.Eli Zaretskii
2012-05-21Assume C89 or later.Paul Eggert
2012-05-21* src/xgselect.c (xg_select): Fix first argument in call to 'select' (bug#115...Ken Brown
2012-05-20Get rid of compiler warnings on Cygwin.Ken Brown
2012-05-19Improve test for when xg_select should just invoke select (bug#9754).Ken Brown