Adapt Windows port to recent changes in autogen/config.in.
[bpt/emacs.git] / src / ChangeLog
2012-08-01 Juanma BarranqueroAdapt Windows port to recent changes in autogen/config.in.
2012-07-31 Glenn Morris* configure.ac (S_FILE): Remove output variable.
2012-07-31 Glenn MorrisMinor rearrangement for src/conf_post.h
2012-07-31 Glenn Morris* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME...
2012-07-31 Glenn Morris* src/s/README, src/s/template.h: Remove files.
2012-07-31 Glenn Morris* src/conf_post.h [HPUX]: Undefine HAVE_RANDOM and...
2012-07-31 Glenn MorrisMove AMPERSAND_FULL_NAME, subprocesses from conf_post...
2012-07-31 Eli ZaretskiiFix 'xframe' in .gdbinit.
2012-07-31 Eli ZaretskiiFix some of the breakage introduced with 2012-07-31T12...
2012-07-31 Jan DjärvFix compiler and run time warnings in nsmenu.m and...
2012-07-31 Jan Djärv* nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame...
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-31 Dmitry AntipovMiscellaneous fixes for non-default X toolkits.
2012-07-31 Jan DjärvFix error in ChangeLog entry.
2012-07-31 Glenn MorrisRemove src/s/usg5-4-common.h
2012-07-31 Glenn MorrisMove wait3, WRETCODE from src/s to configure
2012-07-31 Glenn MorrisRemove src/s/irix6-5.h
2012-07-31 Jan Djärv* nsterm.m (openFiles): Fix previous checkin.
2012-07-31 Paul Eggert* indent.c (compute_motion): Remove unused local.
2012-07-31 Glenn MorrisRemove src/s/darwin.h
2012-07-31 Glenn MorrisRemove src/s/hpux10-20.h
2012-07-30 Glenn MorrisUse an include file in configure.ac's AH_BOTTOM
2012-07-30 Jan DjärvDon't open files from Cocoa-parsed command line.
2012-07-30 Paul Eggert* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2012-07-30 Paul EggertExport DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
2012-07-30 Eli ZaretskiiFix bug #12082 with input of Meta-non-ASCII-characters...
2012-07-30 Paul EggertUpdate .PHONY listings in makefiles.
2012-07-30 Paul Eggert* lisp.h (STRING_BYTES_BOUND): Cast entire result to...
2012-07-30 Glenn MorrisMove TIOCSIGSEND from src/s to configure
2012-07-30 Glenn MorrisEmpty src/s/netbsd.h and remove the file
2012-07-30 Glenn MorrisMove _longjmp, _setjmp from src/s to configure
2012-07-30 Andreas SchwabFixes: debbugs:12090
2012-07-30 Dmitry AntipovConvert safe_call to use variable number of arguments.
2012-07-30 Glenn MorrisRemove s/aix4-2.h
2012-07-30 Glenn Morris* s/aix4-2.h (sigmask): No need to undefine it.
2012-07-30 Glenn MorrisRemove some empty src/s files.
2012-07-30 Paul EggertExport to GDB most of lisp.h's remaining object-like...
2012-07-30 Dmitry AntipovCleanup string bytes checking.
2012-07-29 Paul Eggert* lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG...
2012-07-29 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-07-29 Dmitry AntipovRemove HIDE_LISP_IMPLEMENTATION and cleanup cons free...
2012-07-29 Jan Djärv* Makefile.in (install-arch-indep): Handle space in...
2012-07-29 Eli ZaretskiiRename OS_WINDOWS_95 to OS_9X.
2012-07-29 Paul Eggert* alloc.c (Fgarbage_collect): Indent as per usual Emacs...
2012-07-29 Eli ZaretskiiMS-Windows followup for 2012-07-28T23:05:32Z!eggert...
2012-07-29 Dmitry AntipovCleanup statistics calculation in Fgarbage_collect.
2012-07-29 Dmitry AntipovGeneralize marker debugging code under MARKER_DEBUG...
2012-07-29 Paul EggertDon't use the abbreviation "win" to refer to Windows...
2012-07-28 Paul EggertUse Gnulib stdalign and environ modules (Bug#9772,...
2012-07-28 Eli ZaretskiiFix non-ASCII input in non-GUI frames on MS-Windows...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-28 Eli ZaretskiiFix --without-x build.
2012-07-27 Paul EggertAdjust GDB to reflect pvec_type changes.
2012-07-27 Michael AlbinusFix name typo.
2012-07-27 Michael Albinus* dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicali...
2012-07-27 Eli ZaretskiiFix listn introduced in 2012-07-27T06:04:35Z!dmantipov...
2012-07-27 Eli ZaretskiiFix failure to compile on Windows due to 2012-07-27T06...
2012-07-27 Dmitry AntipovRevert last save_excursion_save and save_excursion_rest...
2012-07-27 Dmitry AntipovFix recently-introduced typos in Windows port.
2012-07-27 Paul EggertImprove GDB symbol export.
2012-07-27 Dmitry AntipovUtility function to make a list from specified amount...
2012-07-27 Dmitry AntipovFast save_excursion_save and save_excursion_restore.
2012-07-26 Paul Eggert* emacs.c: Do not include <verify.h>; no longer needed.
2012-07-26 Paul EggertFix export of symbols to GDB.
2012-07-26 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/emacs.$(O)): Update depende...
2012-07-26 Paul EggertAdd Bug#1995-05-30T23:07:27Z!kwzh@gnu.org to latest...
2012-07-26 Paul EggertSimplify export of symbols to GDB; fix related .gdbinit...
2012-07-26 Dmitry AntipovExplicitly free restriction data that are not needed...
2012-07-26 Stefan MonnierAutoload more carefully from Lisp. Follow aliases...
2012-07-25 Paul EggertUse typedef for EMACS_INT, EMACS_UINT.
2012-07-25 Jan Djärv* nsterm.m (ns_read_socket): Return early if there...
2012-07-25 Martin RudalicsAdd advertised calling convention for redirect-frame...
2012-07-25 Dmitry AntipovAdjust buffer text indirection counters at the end...
2012-07-24 Eli ZaretskiiFix display of tooltips damaged by enhancements for...
2012-07-24 Dmitry AntipovSimplify copy_overlay.
2012-07-23 Eli ZaretskiiFix bug #12025 with a crash when displaying tooltips.
2012-07-23 Dmitry AntipovCleanup miscellaneous objects allocation and initializa...
2012-07-23 Dmitry AntipovSwap buffer text indirection counters in Fbuffer_swap_text.
2012-07-22 Jan Djärv* nsmenu.m (Popdown_data): New struct.
2012-07-22 Dmitry AntipovAdjust consing_since_gc when objects are explicitly...
2012-07-22 Dmitry AntipovSimplify and cleanup markers positioning code.
2012-07-22 Paul Eggert* buffer.h (struct buffer.indirections): Now ptrdiff_t...
2012-07-21 Eli ZaretskiiFix previous change in w32menu.c.
2012-07-21 Eli ZaretskiiBind language-change in special-event-map.
2012-07-21 Eli ZaretskiiFix data type casting when setting up menus on Windows.
2012-07-21 Jan Djärv* nsterm.m (accessibilityAttributeValue): Surround...
2012-07-21 Jan Djärv* nsterm.m (conversationIdentifier): Return value is...
2012-07-21 Jan Djärv* nsterm.m (accessibilityAttributeValue): New function..
2012-07-21 Chong YidongDisallow windows on dead frames in decode_any_window.
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovAdd indirection counting to speed up Fkill_buffer.
2012-07-20 Dmitry AntipovExtend the value returned by Fgarbage_collect with...
2012-07-20 Dmitry AntipovMake maybe_gc inline.
2012-07-20 Dmitry AntipovSimple wrapper for make_unibyte_string, adjust font_ope...
2012-07-20 Dmitry AntipovCleanup calls to Fgarbage_collect.
2012-07-19 Paul Eggert* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buf...
2012-07-19 Stefan Monnier* lisp/emacs-lisp/chart.el: Use lexical-binding.
2012-07-19 Dmitry AntipovTweak the value returned from Fgarbage_collect again.
2012-07-19 Dmitry AntipovCompact buffers when idle.
2012-07-19 Dmitry AntipovNew macro to iterate over all buffers, miscellaneous...
next