Assume C89 or later.
[bpt/emacs.git] / src / ChangeLog
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 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-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...
2012-04-29 Eli ZaretskiiFix bug #11367 with assertion violation during vertical...
2012-04-28 Paul EggertDo not avoid creating empty evaporating overlays (Bug...
2012-04-27 Chong YidongMerge changes from emacs-24 branch
2012-04-26 Eli ZaretskiiAllow word wrap together with whitespace-mode (bug...
2012-04-26 Eli ZaretskiiDon't disable Unicode menus on Windows NT and later...
2012-04-24 Andreas Schwab* .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
2012-04-24 Martin RudalicsDon't clear echo area prematurely when handling select...
2012-04-24 Juanma Barranquerosrc/gnutls.c: Fix previous change.
2012-04-24 Chong Yidong* src/xselect.c (x_convert_selection): Initialize a...
2012-04-23 Juanma Barranquerosrc/gnutls.c (init_gnutls_functions): Fix bug#11311.
2012-04-23 Paul EggertDo not create empty overlays with the evaporate propert...
2012-04-23 Eli ZaretskiiAvoid assertion violation when scrolling minibuffer...
2012-04-23 Paul EggertFix minor GTK3 problems found by static checking.
2012-04-23 Paul Eggert* keyboard.c (handle_async_input): Define only if SYNC_...
2012-04-23 Chong YidongDoc fixes for where-is-internal.
2012-04-22 Paul EggertModernize and clean up gmalloc.c to assume C89 (Bug...
2012-04-22 Paul Eggert* dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only...
2012-04-22 Michael AlbinusMove functions from C to Lisp. Make non-blocking metho...
2012-04-22 Paul EggertFix GC_MALLOC_CHECK debugging output on 64-bit hosts.
2012-04-22 Paul Eggert* alloc.c: Handle unusual debugging option combinations.
2012-04-22 Leo Liu* src/sysdep.c (list_system_processes): Support Darwin.
2012-04-22 Paul Eggert* sysdep.c [__FreeBSD__]: Minor cleanups.
2012-04-21 Eduard WiebeAdd system processes support for FreeBSD.
2012-04-21 Andreas Schwab* lisp.mk (lisp): Update.
2012-04-20 Paul Eggert* keyboard.c (process_pending_signals): Define only...
2012-04-20 Glenn Morrisfileio.c fix for bug#11245
2012-04-20 Eli ZaretskiiFix bug #11288 with overrunning array limits.
2012-04-20 Stefan Monnier* src/print.c (print_preprocess): Only check print_dept...
2012-04-20 Chong YidongMerge from emacs-24 branch
2012-04-20 Chong YidongFixes for pty handling in gdb-mi.el and process.c.
2012-04-18 Paul EggertMerge from trunk.
2012-04-18 Paul EggertMerge from trunk.
2012-04-18 Glenn MorrisMore small doc and lispref edits related to processes
2012-04-18 Glenn MorrisMore process-related doc and manual small edits
2012-04-17 Paul EggertMerge from trunk.
2012-04-17 Paul Eggert* dired.c (Fsystem_groups): Remove unused local.
2012-04-17 Paul EggertMerge from trunk.
2012-04-17 Eli ZaretskiiFix bug #11261 with cursor movement in a continued...
2012-04-17 Glenn MorrisMerge from pending; try to fix-up suboptimal ses ChangeLog.
2012-04-17 Glenn Morris* src/dired.c (Fsystem_users): Doc fix.
2012-04-17 Dmitry AntipovAdd functions to get system user names, group names
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul Eggert* alloc.c: Remove one incorrect comment and fix another.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertFix minor alloc.c problems found by static checking.
next