]> code.delx.au - gnu-emacs/history - src/ChangeLog
Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de
[gnu-emacs] / src / ChangeLog
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-31 Paul EggertRemove obsolete '#define static' cruft.
2012-05-30 Paul EggertClean up __executable_start, monstartup when --enable...
2012-05-30 Eli ZaretskiiFix bug #11587 with a crash in an Info buffer under...
2012-05-30 Jim MeyeringImprove call-process-region error message.
2012-05-30 Chong Yidong* keymap.c (describe_map_tree): Revert 2011-07-07 change.
2012-05-30 Paul Eggert* alloc.c, lisp.h (make_pure_vector): Now static.
2012-05-30 Stefan Monnier* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move...
2012-05-29 Paul EggertFix ChangeLog entry by negating its 1st sentence.
2012-05-29 Troels NielsenDo not avoid creating empty evaporating overlays (Bug...
2012-05-29 Eli ZaretskiiDon't call r_alloc_inhibit_buffer_relocation from search.c.
2012-05-28 Eli ZaretskiiFix bug #11513 with raise-frame on MS-Windows.
2012-05-28 Eli ZaretskiiAvoid buffer text relocations in calls to STRING_CHAR_...
2012-05-28 Paul Eggert* bidi.c (bidi_mirror_char): Put eassert before convers...
2012-05-28 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-05-27 Eli ZaretskiiFix last change in bidi_mirror_char.
2012-05-27 Andreas Schwab* unexmacosx.c (copy_data_segment): Truncate after...
2012-05-27 Paul Eggert* lisp.h [REL_ALLOC]: Omit duplicate prototypes.
2012-05-27 Paul Eggert* bidi.c (bidi_mirror_char): Don't possibly truncate...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-26 Paul EggertFix coding-related core dumps with gcc -ftrapv.
2012-05-26 Glenn MorrisDon't mess with INFOPATH in ns builds
2012-05-26 Eli ZaretskiiExtend mouse support on W32 text-mode console.
2012-05-26 Eli ZaretskiiSupport help-echo and tooltip messages on w32 text...
2012-05-26 Eli ZaretskiiSupport mouse-autoselect-window on w32 text-mode terminals.
2012-05-26 Eli ZaretskiiRefactor mouse highlight invocation for w32 console.
2012-05-26 Eli ZaretskiiSupport mouse highlight on w32 text-mode frames.
2012-05-26 Paul Eggert* lread.c (read1): Simplify slightly to avoid an overfl...
2012-05-26 Eli ZaretskiiRevert last change in bidi.c.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul Eggert* src/buffer.c (Fmove_overflay): Clip instead of trying...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge recent dbus changes better.
2012-05-25 Glenn Morris* src/lisp.mk (lisp): Update for more files being compi...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Stefan Monnier* src/lread.c: Remove `read_pure' which makes no differ...
2012-05-25 Stefan Monnier* src/fileio.c, src/character.h: Minor style tweaks.
2012-05-24 Ken Brown* src/callproc.c (Fcall_process): Restore a line that...
2012-05-24 Dmitry Antipov* src/window.h (clip_changed): Remove useless declaration.
2012-05-23 Eli ZaretskiiFix bug #11519 with relocation of buffer text during...
2012-05-22 Juanma BarranqueroFix ChangeLog typos.
2012-05-22 Juanma Barranquerosrc/makefile.w32-in: Follow-up to 2012-05-22T16:20...
2012-05-22 Paul EggertRemove src/m/*.
2012-05-21 Eli ZaretskiiUpdate value of window-system-version for MS-DOS build.
2012-05-21 Paul EggertAssume C89 or later.
2012-05-21 Ken Brown* src/xgselect.c (xg_select): Fix first argument in...
2012-05-20 Ken BrownGet rid of compiler warnings on Cygwin.
2012-05-19 Ken BrownImprove test for when xg_select should just invoke...
2012-05-19 Paul EggertRemove unused HAVE_* symbols for functions.
2012-05-19 Eli ZaretskiiA better fix for bug #11464 with pos-visible-in-window...
2012-05-19 Paul EggertRemove no-longer-used macro HAVE_FTIME.
2012-05-18 Eli ZaretskiiFix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
2012-05-17 Juri LinkovMove word search functions from search.c to isearch...
2012-05-16 Paul Eggert* xgselect.c (xg_select): Just invoke 'select' if -nw.
2012-05-15 Stefan Monnier* src/lread.c (init_obarray): Declare Qt and Qnil as...
2012-05-15 Eli ZaretskiiFix the changes in 2012-04-22T13:58:00Z!cyd@gnu.org...
2012-05-14 Stefan Merten(rst-re-alist): Fix loading (bug#11462).
2012-05-14 Glenn MorrisMake a self-contained ns build able to find its own...
2012-05-14 Glenn Morris* src/nsterm.m (ns_init_paths): Fix typo ("libexec...
2012-05-14 Paul Eggert* keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit...
2012-05-14 Paul Eggert* unexaix.c: Port to more-recent AIX compilers.
2012-05-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-14 Michael Albinus* keyboard.c (kbd_buffer_get_event): Read special event...
2012-05-13 Eli ZaretskiiFix bug #11464 with pos-visible-in-window-p and R2L...
2012-05-13 Eli ZaretskiiFix bug #11417 with infloop when left-fringe/right...
2012-05-12 Glenn MorrisRemove trailing / from $ns_appbindir
2012-05-12 Eli ZaretskiiUpdate src/lisp.mk as required by 2012-05-07T20:48...
2012-05-12 Glenn MorrisLet configure test for a suitable mkdir -p
2012-05-11 Eli ZaretskiiFix display when left-fringe/right-fringe display spec...
2012-05-11 Paul EggertRemove unused function hourglass_started.
2012-05-10 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-05-10 Paul Eggert* xgselect.c (xg_select): Put maxfds+1 into a var.
2012-05-10 Paul Eggert* sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only...
2012-05-10 Dave AbrahamsAdd the option to not create lockfiles
2012-05-09 Michael Albinus* dbusbind.c (xd_registered_buses): New internal Lisp...
2012-05-09 Paul Eggert* unexaix.c (make_hdr): Fix typo in prototype.
2012-05-09 Paul EggertUntag more efficiently if USE_LSB_TAG.
2012-05-09 Paul EggertPort recent dbusbind.c changes to 32-bit --with-wide...
2012-05-09 Glenn MorrisMerge from emacs-24; up to 2012-04-21T14:12:27Z!sdl...
2012-05-08 Eli ZaretskiiFix a typo in last commit of src/ChangeLog.
2012-05-07 Jérémy CompostellaFix up display of the *Minibuf-0* buffer in the mini...
2012-05-07 Michael Albinus* dbusbind.c (XD_DEBUG_MESSAGE): Don't print message...
2012-05-06 Chong Yidong* lisp/buff-menu.el: Convert to Tabulated List mode.
2012-05-05 Eli ZaretskiiFix failures in starting subprocesses on Windows 7.
2012-05-05 Chong YidongMerge from emacs-24; up to 2012-04-20T05:47:55Z!eliz...
2012-05-04 Stefan MonnierAdd new error and function `user-error'.
2012-05-03 Paul EggertDo not limit current-time-string to years 1000..9999.
2012-05-03 Kenichi Handamerge trunk
2012-05-02 Paul EggertFix race conditions involving setenv, gmtime, localtime...
2012-05-02 Dmitry Antipov* intervals.c (adjust_intervals_for_insertion): Initial...
2012-05-02 Jim Meyering* src/xfns.c (x_window): Use xstrdup (Bug#11375).
2012-05-02 Jim Meyering* src/xterm.c (x_term_init): Use memcpy instead of...
2012-05-02 Jim MeyeringAdd NUL-termination to some uses of strncpy.
2012-05-02 Glenn MorrisMerge from emacs-24; up to 2012-04-16T19:06:02Z!rgm...
2012-05-01 Aaron S. HawleyReimplement execute-extended-command in Elisp.
2012-05-01 Glenn MorrisRemove references to macros that are not defined anywhere
2012-05-01 Glenn MorrisRemove HAVE_LIBNCURSES; it is required to be true
2012-05-01 Glenn MorrisRename autoconf output variable LD_SWITCH_X_SITE_AUX_RPATH
2012-05-01 Glenn MorrisRemove LD_SWITCH_X_SITE_AUX, which is no longer used
2012-05-01 Andreas Schwab* .gdbinit (xpr): Remove checks for no longer existing...
next