Remove HAVE_LIBNCURSES; it is required to be true
[bpt/emacs.git] / src / ChangeLog
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-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.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertFix minor ralloc.c problems found by static checking.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertImprove ralloc.c interface checking.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul Eggert* alloc.c (which_symbols): Fix alignment issue / type...
2012-04-15 Paul EggertMerge from trunk.
2012-04-15 Andreas SchwabSimplify enforcement of object address alignment
2012-04-15 Chong YidongMerge from emacs-24 branch
2012-04-15 Juanma BarranqueroFix ChangeLog typos.
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Paul EggertMake GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Glenn MorrisMerge from emacs-24, up to 2012-04-10T02:06:19Z!larsi...
2012-04-13 Atsuo Ohki* lread.c (lisp_file_lexically_bound_p): Fix hang at...
2012-04-13 Ken Brown* src/s/cygwin.h (PTY_OPEN): Don't try to close a bogus...
2012-04-13 Reuben Thomas* src/indent.c (Fmove_to_column): Change interactive...
2012-04-11 Daniel ColascioneUse the real vfork under Cygwin
2012-04-11 Stefan Monnier* src/window.c (save_window_save): Obey window-point...
2012-04-11 Glenn MorrisRepurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGS
2012-04-11 Stefan Monnier* src/alloc.c (lisp_align_malloc): Remove unneeded...
2012-04-10 Paul EggertMerge from trunk.
2012-04-10 Jason S. Cornez* src/keyboard.c: Override inhibit-quit after the third...
2012-04-10 Juanma BarranqueroRecord and display absolute path of DLLs loaded (bug...
2012-04-10 Chong YidongMerge 2012-04-09 GnuTLS fix from trunk
2012-04-09 Paul EggertMerge from trunk.
2012-04-09 Glenn Morrisdoc.c fix for bug#11036
2012-04-09 Glenn MorrisRename leim/Makefile's BUILT_EMACS to EMACS
2012-04-09 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk; add Bug#.
2012-04-09 Ted ZlatanovLimit number of GnuTLS handshakes per connection.
2012-04-09 Chong YidongRemove defining user variables via * in docstring.
2012-04-09 Eli ZaretskiiFix bug #11199 with killing a line at EOB that was...
2012-04-09 Jan Djärv* nsterm.m (constrainFrameRect): Always constrain when...
2012-04-09 Eli ZaretskiiFix bug #11094 with cursor display on display string...
2012-04-09 Paul Eggertconfigure: new option --enable-gcc-warnings
2012-04-09 Paul Eggertcomposite.c: use 'double' consistently
2012-04-09 Glenn MorrisGenerate leim-list with bootstrap-emacs, in prep for...
2012-04-09 Glenn MorrisRemove ucs-set-table-for-input dead code
2012-04-08 Andreas Schwab* lisp.h (struct Lisp_Symbol): Add explicit padding...
2012-04-07 Juanma Barranquerosrc/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove...
2012-04-07 Paul EggertAvoid unnecessary pointer scanning in garbage collectio...
2012-04-07 Paul EggertFix typo that broke non-Windows builds.
2012-04-07 Eli ZaretskiiSupport building on MS-Windows with libxml2.
2012-04-07 Eli ZaretskiiFix bug #11133 with vertical-motion across a long displ...
2012-04-06 Eli ZaretskiiWarning comments about subtleties of fetching character...
2012-04-04 Chong YidongSeveral miscellaneous doc changes.
2012-04-01 Eli ZaretskiiFix unsafe use of alloca reported in bug #11138.
2012-04-01 Andreas SchwabFixes: debbugs:11141
next