]> code.delx.au - gnu-emacs/history - admin
TODO update
[gnu-emacs] / admin /
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-01-10 Glenn MorrisChangeLog fixes from M-x authors
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-11-24 Chong YidongMinor update to make-tarball.txt.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Kenichi Handamerge trunk
2012-10-14 Kenichi HandaAdd more mappings for the charset japanese-jisx0208...
2012-10-13 Glenn Morrisusertags updates
2012-10-11 Kenichi Handamerge trunk
2012-10-11 Kenichi HandaRe-generate charsets. Adjust for the change of admin...
2012-10-09 Glenn MorrisMake cusver handle options moved from C to lisp
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-07 Kenichi Handamerge trunk
2012-10-07 Glenn MorrisImprove cusver-check's handling of the version number
2012-10-06 Glenn MorrisHandle group :version in cusver-check
2012-10-06 Chong YidongUpdate for admin/grammars/README.
2012-10-06 Chong YidongMove bovine-grammar and wisent-grammar into lisp/ direc...
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-05 Paul EggertSpelling fixes.
2012-10-01 Chong YidongUpdate CEDET from upstream.
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-27 Glenn Morris* admin/admin.el (set-version): Set msdos.c's Vwindow_s...
2012-09-27 Paul EggertCheck more robustly for timer_settime.
2012-09-26 Juanma BarranqueroUpdate to Unicode 6.2.
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-23 Glenn MorrisUseless use of cat
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-17 Glenn Morris* admin/admin.el (add-log-time-format): Declare.
2012-09-17 Glenn MorrisReduce version number duplication in etc/refcards
2012-09-17 Glenn MorrisReduce the number of versioned files storing the short...
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Glenn MorrisIncrease compartmentalization of Nextstep builds rules,
2012-09-13 Paul EggertSimplify SIGIO usage.
2012-09-12 Glenn MorrisHow to restore a mail from the mailman moderation message
2012-09-11 Paul EggertSimplify, document, and port floating-point.
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-08-30 Kenichi Handamerge trunk
2012-08-28 Glenn Morris* admin/bzrmerge.el (bzrmerge-merges): Allow unversione...
2012-08-28 Andreas Schwab* admin/charsets/mule-charsets.el (header): Fix typo.
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-25 Paul EggertOn assertion failure, print backtrace if available.
2012-08-24 Chong YidongUpdate release logs emacs-24.2
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Kenichi Handamerge trunk
2012-08-18 Paul Eggert* lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2012-08-16 Paul EggertUse ASCII tests for character types.
2012-08-16 Kenichi Handamerge trunk
2012-08-15 Chong YidongBump version to 24.2
2012-08-15 Glenn MorrisMore CPP-DEFINES updates
2012-08-14 Paul EggertUse bool for Emacs Lisp booleans.
2012-08-12 Glenn MorrisCPP-DEFINES misc cleanup
2012-08-11 Glenn MorrisRemove some defines that are no longer present
2012-08-11 Glenn MorrisChangeLog date fixes
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-10 Glenn Morris* admin/bzrmerge.el (bzrmerge-resolve): Disable local...
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Glenn MorrisRemove GNU_LIBRARY_PENDING_OUTPUT_COUNT
2012-08-02 Glenn MorrisMisc updates for CPP-DEFINES
2012-08-02 Glenn MorrisRemove files that no longer exist
2012-08-02 Paul EggertPort to Solaris 8.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for conses and overlays.
2012-08-01 Dmitry AntipovCommit forgotten admin/coccinelle/symbol.cocci.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for symbols.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for processes.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-30 Paul Eggert* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2012-07-28 Paul EggertUse Gnulib stdalign and environ modules (Bug#9772,...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-25 Paul EggertPrefer typical American spelling for "acknowledgment".
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovSimple wrapper for make_unibyte_string, adjust font_ope...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-14 Eli ZaretskiiDon't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.
2012-07-14 Juanma BarranqueroFix typos in ChangeLogs.
2012-07-12 Glenn MorrisRename init_process rather than working around it on...
2012-07-11 Glenn MorrisRemove unneeded #define POSIX
2012-07-11 Paul EggertAssume mkdir, rmdir.
2012-07-11 Paul EggertAssume rename.
2012-07-11 Paul EggertAssume perror.
2012-07-11 Paul EggertAssume strerror.
2012-07-10 Dmitry AntipovUse XCAR and XCDR instead of Fcar and Fcdr where possible.
2012-07-10 Stefan MonnierReduce use of (require 'cl).
2012-07-09 Paul EggertMerge from trunk.
2012-07-09 Paul EggertRename configure.in to configure.ac.
2012-07-06 Paul EggertUse c_strcasecmp for ASCII case-insensitive comparison.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
next