]> code.delx.au - gnu-emacs/history - src/emacs.c
Merge latest Org fixes (commit 7524ef2).
[gnu-emacs] / src / emacs.c
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-02-05 Daniel ColascioneBackport fix for execvp issue from trunk
2013-01-11 Paul EggertFix SIGDANGER handlers, for AIX.
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-10 Daniel ColascioneMove fix for bug#12993 to trunk
2012-12-10 Daniel ColascioneCompile Windows resources into cygw32 Emacs
2012-11-20 Ken BrownFix non-GTK builds on Cygwin
2012-10-31 Paul EggertFix crash when using Emacs as commit editor for git.
2012-10-30 Kenichi Handamerge trun
2012-10-25 Paul EggertDon't assume process IDs fit in int.
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-11 Kenichi Handamerge trunk
2012-10-08 Paul EggertMinor tweaks to recently-changed code.
2012-10-08 Daniel ColascioneCode cleanup for cygw32
2012-10-08 Eli ZaretskiiFix conditional macros in emacs.c, introduced by cygw32...
2012-10-08 Daniel ColascioneMerge cygw32
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-01 Paul EggertFix a malloc race condition involving strsignal.
2012-10-01 Fabrice PopineauFix minor compilation problem with MSVC.
2012-10-01 Eli ZaretskiiFix termination sequence on Windows wrt interval timers.
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-25 Juanma BarranqueroMove Vlibrary_cache to emacs.c and reset before dumping.
2012-09-25 Eli ZaretskiiFix handling of fatal signals and exceptions on MS...
2012-09-23 Paul EggertDo not use SA_NODEFER.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Paul EggertDo not truncate strsignal output.
2012-09-22 Paul Eggert* emacs.c (shut_down_emacs): Don't assume stderr is...
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 Daniel ColascioneGeneralize fork+exec logic, add DAEMON_MUST_EXEC
2012-09-17 Daniel ColascioneImplement cygw32
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 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-13 Paul EggertSimplify SIGIO usage.
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-07 Paul Eggert* emacs.c (main): Convert three 'signal' calls to ...
2012-09-07 Paul EggertSignal-handler cleanup.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Paul EggertFix race conditions with signal handlers and errno.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertGive more-useful info on a fatal error (Bug#12328).
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-02 Paul Eggert* emacs.c, eval.c: Use bool for boolean.
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Daniel ColascioneRefactor window-system configuration
2012-09-01 Paul EggertBetter seed support for (random).
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 Eggert* emacs.c (fatal_error_signal_hook): Remove.
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Tomohiro MatsuyamaAdd emacs native profiler.
2012-08-19 Paul EggertRely on <unistd.h> to declare 'environ',
2012-08-16 Kenichi Handamerge trunk
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-05 Andreas Schwab* emacs.c (decode_env_path): Only use defaulted if...
2012-08-05 Chong YidongDocfix for kill-buffer-hook and others.
2012-08-04 Eli ZaretskiiFix bug #11959 with startup warnings on MS-Windows...
2012-08-02 Glenn MorrisComment
2012-07-31 Glenn Morris* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
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 Paul EggertSimplify export of symbols to GDB; fix related .gdbinit...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Dmitry AntipovRemove empty and useless init functions.
2012-07-12 Glenn MorrisRename init_process rather than working around it on...
2012-07-10 Glenn MorrisStop ns builds setting the EMACSLOADPATH environment...
2012-07-09 Paul EggertAdd GCC-style 'const' attribute to functions that can...
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-04 Paul Eggert* emacs.c (gdb_pvec_type): Change it back to enum pvec_...
2012-07-04 Stefan MonnierTurn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-24 Dan Nicolaescu* emacs.c (setpgrp): Remove definition, unused.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-13 Andreas SchwabUse a simple struct to implement compile time checks...
2012-06-13 Paul EggertUSE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-30 Paul EggertClean up __executable_start, monstartup when --enable...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
next