]> code.delx.au - gnu-emacs/history - src
Make erc work better when encountering unknown prefix chars
[gnu-emacs] / src /
2016-02-03 Paul EggertMention context when resume from emergency escape
2016-02-03 Ken Brown; Fix last aligned_alloc declaration change
2016-02-03 Paul EggertPort aligned_alloc decl to Cygwin.
2016-02-02 Paul EggertPort better to platforms lacking aligned_alloc
2016-02-02 Paul EggertPort malloc.h hygiene fix to LTO
2016-02-01 Paul EggertDouble static heap size.
2016-01-31 Paul EggertPort new hybrid malloc to FreeBSD
2016-01-31 Paul EggertSpelling fixes
2016-01-31 Matthew CarterMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-31 Paul EggertPort recent my_edata change to MS-Windows
2016-01-30 Paul EggertShrink static heap a bit
2016-01-30 Paul EggertFix extern symbols defined and not used
2016-01-30 Paul EggertBuild lib/e-*.o only on platforms that need it
2016-01-30 Paul EggertInclude <malloc.h> when advisable
2016-01-30 Paul Eggert* src/alloc.c: Include "sheap.h".
2016-01-30 Paul EggertPacify --enable-gcc-warnings when HYBRID_MALLOC
2016-01-30 Paul EggertReport static heap usage on non-Cygwin, too
2016-01-30 Paul EggertPacify GCC on extern decls
2016-01-30 Wolfgang JenknerAdd musl patch to support HYBRID_MALLOC on elf systems
2016-01-30 Rich Felkerunexelf.c hook to support HYBRID_MALLOC on ELF
2016-01-30 Wolfgang JenknerLink temacs with gnulib compiled with -Demacs
2016-01-30 Wolfgang JenknerInternal linkage for gmalloc etc. if HYBRID_MALLOC
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul EggertMerge from origin/emacs-25
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Andreas SchwabRe-enable checks in member, memql, delete to complain...
2016-01-30 Andreas SchwabRevert "Re-enable checks in member, memql, delete to...
2016-01-29 Andreas SchwabRe-enable checks in member, memql, delete to complain...
2016-01-27 Paul Eggertmalloc.h hygiene
2016-01-26 Paul EggertRemove never-set var handle_user_signal_hook
2016-01-26 K. HandaBackport:fix previous change of src/ftfont.c (ftfont_sh...
2016-01-26 K. Handasupport rendering of wider range of combinging characte...
2016-01-26 Anders LindgrenFixed NextStep fullscreen issue (bug#22468)
2016-01-25 Glenn Morris; Spelling fixes (American spelling)
2016-01-25 Paul EggertSpelling fixes
2016-01-25 Alan MackenzieExpunge "allow" + infinitive from source and doc, part 2.
2016-01-25 Paul Eggert* src/xwidget.c (Fxwidget_set_adjustment): Fix doc...
2016-01-24 Alan MackenzieExpunge "allow" + infinitive without direct object...
2016-01-23 Oscar FuentesDon't operate on menu bar of nonexistent frame
2016-01-23 Anders LindgrenUnbreak the GNUstep build.
2016-01-23 Paul EggertReport error for PNG under Cairo
2016-01-23 Paul EggertPacify --enable-gcc-warnings --with-cairo
2016-01-23 Eli Zaretskii; Improve commentary in sysdep.c
2016-01-22 Paul EggertPort recent xdisp.c fix to picky C compilers
2016-01-22 Eli ZaretskiiFix the build with --enable-checking=glyphs
2016-01-22 Paul Eggertxwidgets style cleanup
2016-01-22 Michael AlbinusBackport kqueue integration from master
2016-01-20 Paul EggertNo need to configure gobject-introspection
2016-01-20 Paul EggertDon’t export C symbols not used elsewhere
2016-01-20 Paul EggertPort to platforms with gtk3 but not webkitgtk3
2016-01-20 Eli ZaretskiiAnoter fix for problematic merge from emacs-25
2016-01-20 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-20 Eli ZaretskiiFix MS-Windows build broken by a botched merge from...
2016-01-20 Vincent BelaïcheMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-19 Glenn MorrisTrivial doc copyedits.
2016-01-19 Glenn Morris; Add 2016 to copyright years of new files.
2016-01-19 Joakim VeronaSupport for the new Xwidget feature.
2016-01-19 Eli ZaretskiiUnbreak the Cygwin-w32 build
2016-01-19 John Wiegley-
2016-01-19 John Wiegley; Merge from origin/emacs-25
2016-01-19 John WiegleyMerge from origin/emacs-25
2016-01-19 John Wiegley; Merge from origin/emacs-25
2016-01-19 John Wiegley-
2016-01-19 Paul EggertAvoid stdio in SIGINT handler
2016-01-19 YAMAMOTO MitsuharuMove variables to inner loop, preparing for Mac port...
2016-01-19 Paul EggertMinor improvements to (random t) documentation
2016-01-18 Eli ZaretskiiFix scrolling under scroll-preserve-screen-position...
2016-01-18 Eli ZaretskiiFix scrolling under scroll-preserve-screen-position...
2016-01-18 Eli ZaretskiiUnbreak the MS-Windows build
2016-01-18 Paul EggertInitialize GnuTLS before calling gnutls_rnd
2016-01-17 Andreas SchwabDon't use GnuTLS before it is initialized
2016-01-17 Paul EggertPort cleanup attribute to OpenBSD
2016-01-17 Paul EggertPrefer GnuTLS when acquiring random seed
2016-01-16 Jussi LahdenniemiFix incompatbilities with MS-Windows 2000 and older
2016-01-16 Jussi LahdenniemiEnsure 8-byte aligned memory allocation on MS-Windows 9X
2016-01-15 Phillip LordMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2016-01-15 Eli ZaretskiiEnsure positive number of glyphs for margins of positiv...
2016-01-15 Eli ZaretskiiFix crashes when mini-window has non-zero margins
2016-01-15 Eli ZaretskiiMake 'random' seeds cryptographically secure if possible
2016-01-14 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-14 K. Handafix previous change of src/ftfont.c (ftfont_shape_by_flt)
2016-01-13 Glenn Morris* src/buffer.c (Fset_buffer_major_mode): Allow default...
2016-01-13 Glenn Morris* src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.
2016-01-12 Glenn Morris; Add 2016 to copyright years for files not in emacs...
2016-01-12 Eli ZaretskiiMake piping to subprocesses more robust on MS-Windows
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
next