Update copyright year to 2014 by running admin/update-copyright.
[bpt/emacs.git] / src / emacs.c
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-29 Paul Eggert* src/emacs.c (main): [DAEMON_MUST_EXEC]: Restore close...
2013-12-28 Paul EggertFix pipe bug with OS X emacs --daemon (Bug#16262).
2013-12-18 Paul EggertMinor fixes for recent openp changes.
2013-12-18 Glenn MorrisAdd load-prefer-newer option, to load .el if newer...
2013-12-18 Glenn Morris* src/emacs.c (standard_args) [HAVE_NS]: Remove -disabl...
2013-12-15 Eli ZaretskiiMinor fix in Windows-specific code in decode_env_path.
2013-12-12 David EngsterMerge from CEDET upstream.
2013-12-12 Eli ZaretskiiSupport MS-Windows file names that use characters outsi...
2013-12-11 Eli ZaretskiiAnother merge from trunk.
2013-12-11 Eli ZaretskiiMerge from trunk.
2013-12-10 Eli ZaretskiiMerge from trunk.
2013-12-09 Eli ZaretskiiMerge from trunk.
2013-12-09 Eli ZaretskiiMerge from trunk.
2013-12-08 Jan Djärv* emacs.c (main): Call fixup_locale a second time for...
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-12-07 Eli ZaretskiiFixed initialization code and default-printer-name.
2013-12-07 Eli ZaretskiiTested subprogram invocation, fixed decode_env_path.
2013-11-28 Eli ZaretskiiFix bug #15933 with crashes in file-notify-tests on...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-23 Glenn MorrisEmpty elements in EMACSLOADPATH now stand for the default
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-04 Eli ZaretskiiFix bug #15260 with building and installing Emacs in...
2013-11-04 Glenn Morris* src/emacs.c (usage_message): Mention that `-L :....
2013-11-02 Eli ZaretskiiAdapted dostounix_filename. w32-short/long-filename...
2013-11-02 Paul Eggert* emacs.c (original_pwd): Remove global var by making...
2013-10-31 Jan Djärv* emacs.c (main): Skip -psn args on OSX even if ! isatt...
2013-10-31 Glenn MorrisFix setting of invocation-directory with --chdir and...
2013-10-26 Eli ZaretskiiFix part of bug #15260 with from directory with a non...
2013-10-20 Jan Djärv* emacs.c (main): On Cocoa, if GUI session and 0 is...
2013-10-17 Paul EggertMake VALMASK visible to GDB even if clang is used.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Glenn Morris* src/emacs.c (usage_message): Possessive apostrophe...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-15 Ken BrownRevert last change to gmalloc.c; update some comments.
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Lars Magne Ingebri... Add zlib support via the `decompress-gzipped-region...
2013-08-09 Dmitry AntipovUse xstrdup and build_unibyte_string where applicable.
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-16 Paul EggertFix porting bug to older POSIXish platforms.
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-12 Paul EggertFix races with threads and file descriptors.
2013-07-10 Paul EggertPort to C89.
2013-07-10 Jan Djärv* emacs.c (main): Fix syntax error.
2013-07-09 Paul EggertHandle errno and exit status a bit more carefully.
2013-07-07 Eli ZaretskiiMS-Windows followup for 2013-07-07T18:00:14Z!eggert...
2013-07-07 Paul EggertMake file descriptors close-on-exec when possible.
2013-07-06 Paul EggertUse emacs_open more consistently when opening files.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-04 Paul EggertTry again to fix FreeBSD bug re multithreaded memory...
2013-07-04 Paul EggertTry to fix FreeBSD bug re multithreaded memory allocation.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-07-01 Paul EggertFix bug re noninteractive multithreaded memory allocation.
2013-07-01 Juanma Barranquerosrc/emacs.c (Fkill_emacs): Expand Vauto_save_list_file_...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-24 Paul EggertA more-conservative workaround for Cygwin SIGCHLD issues.
2013-06-23 Paul EggertTry to avoid malloc SEGVs on Cygwin.
2013-06-21 Stephen BermanMerge from trunk.
2013-06-17 Paul EggertUse functions, not macros, for XINT etc.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-05 Michael Albinus* emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gf...
2013-06-03 Xue FuqiaoMerge from mainline.
2013-06-03 Michael Albinus* configure.ac (file-notification): New option, replace...
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-22 David EngsterMerge with CEDET upstream (rev. 8499).
2013-03-20 Kenichi Handamerge trunk
2013-03-19 Dmitry Antipov* print.c (syms_of_print): Initialize debugging output...
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-15 Kenichi Handamerge trunk
2013-03-13 Daniel Colascione* emacs.c (main): Call syms_of_cygw32 on CYGWIN non...
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Bill WohlerMerge from trunk; up to 2013-03-02T21:05:52Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-25 Paul EggertSimplify data_start configuration.
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
2013-02-13 Glenn MorrisMerge from emacs-24; up to 2012-12-17T11:17:34Z!rgm...
next