* progmodes/compile.el (compilation-mode-hook)
[bpt/emacs.git] / src / fileio.c
2013-02-02 Glenn MorrisMerge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu...
2013-02-01 Paul EggertFix timestamp bug when write-region appends nothing.
2013-02-01 Paul EggertUse fdopendir, fstatat and readlinkat, for efficiency.
2013-01-31 Glenn MorrisSimplify part of previous Fwrite_region change
2013-01-31 Glenn MorrisReduce delay between backing up a file and saving new...
2013-01-30 Glenn MorrisMerge from emacs-24; up to 2012-12-13T00:52:17Z!yamaoka...
2013-01-30 Glenn MorrisMerge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka...
2013-01-25 Glenn MorrisMerge from emacs-24; up to 2012-12-11T18:52:31Z!monnier...
2013-01-23 Stefan Monnier* src/xdisp.c (message2, message2_nolog): Remove functions.
2013-01-22 Paul Eggert* fileio.c (Finsert_file_contents): Simplify.
2013-01-21 Dmitry Antipov* fileio.c (Finsert_file_contents): Revert code introdu...
2013-01-19 Glenn MorrisMerge from emacs-24; up to 2012-12-11T09:51:12Z!dmantip...
2013-01-19 Paul Eggert* fileio.c: Use O_APPEND to append.
2013-01-19 Paul EggertFix size bug on DOS_NT introduced by CIFS workaround.
2013-01-19 Paul Eggert* fileio.c (Fwrite_region): Sync diagnostic to previous...
2013-01-19 Paul EggertAllow floating-point file offsets.
2013-01-19 Paul EggertWork around bug in CIFS and vboxsf file systems.
2013-01-19 Paul Eggert* fileio.c (Finsert_file_contents): Simplify new diagnostic
2013-01-18 Dmitry AntipovFix crash when inserting data from non-regular files...
2013-01-18 Paul EggertClose a race when statting and reading files.
2013-01-17 Dmitry Antipov* lisp.h (toplevel): Add comment about using Lisp_Save_...
2013-01-15 Dmitry Antipov* keymap.c (map_keymap_internal): Use format_save_value.
2013-01-15 Dmitry Antipov* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change...
2013-01-14 Paul EggertAvoid needless casts with XSAVE_POINTER.
2013-01-14 Dmitry AntipovMake Lisp_Save_Value more versatile storage for up...
2013-01-13 Glenn MorrisMerge from emacs-24; up to 2012-12-10T20:27:33Z!eggert...
2013-01-10 Stefan MonnierMerge from emacs-24
2013-01-09 Glenn MorrisMerge from emacs-24; up to 2012-12-08T12:11:29Z!eliz...
2013-01-06 Glenn MorrisMerge from emacs-24; up to 2012-12-07T15:31:43Z!cyd...
2013-01-05 Glenn MorrisMerge from emacs-24; up to 2012-12-07T08:13:49Z!dmantip...
2013-01-04 Glenn MorrisMerge from emacs-24; up to 2012-12-06T20:16:38Z!monnier...
2013-01-04 Stefan Monnier* src/fileio.c (Ffile_acl): Undocument return format.
2013-01-03 Glenn MorrisMerge from emacs-24; up to 2012-12-06T07:33:20Z!rgm...
2013-01-02 Paul EggertMerge from emacs-24; up to 2012-12-06T01:39:03Z!monnier...
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-30 Glenn MorrisMerge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka...
2012-12-29 Eli ZaretskiiImprove copy-file diagnostics on MS-Windows.
2012-12-29 Eli ZaretskiiFix return values of set-file-acl and set-file-selinux...
2012-12-29 Eli ZaretskiiFix bug #13298 with failed backups by falling back...
2012-12-27 Glenn MorrisMerge from emacs-24; up to 2012-12-03T21:07:47Z!eggert...
2012-12-24 Eli ZaretskiiFix bug #13262 with crashes in completion on MS-Windows...
2012-12-22 Glenn MorrisMerge from emacs-24; up to 2012-12-02T06:22:32Z!cyd...
2012-12-21 Glenn MorrisMerge from emacs-24; up to 2012-12-01T13:25:13Z!cyd...
2012-12-21 Eli Zaretskiisrc/fileio.c (Finsert_file_contents): Doc fix.
2012-12-20 Dmitry AntipovAvoid calls to CHAR_TO_BYTE if byte position is known.
2012-12-17 Eli ZaretskiiSupport Posix ACL APIs on MS-Windows.
2012-12-16 Romain FrancoiseAdd support for preserving ACL entries of files.
2012-12-15 Paul Eggert* fileio.c (internal_delete_file): Use bool for boolean.
2012-12-15 Eli ZaretskiiFix bug #13079 on MS-Windows with temp files not being...
2012-12-13 Paul Eggert* fileio.c (Finsert_file_contents): Don't put tail...
2012-12-13 Glenn MorrisMerge from emacs-24; up to 2012-11-30T04:44:52Z!cyd...
2012-12-13 Paul Eggert* fileio.c (Fcopy_file): Make fstat failure as serious...
2012-12-10 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Don't read...
2012-12-10 Paul Eggert* fileio.c (Fvisited_file_modtime): Return (-1 ......
2012-12-10 Daniel ColascioneMove fix for cygw32 icon issue from emacs-24 branch...
2012-12-10 Eli ZaretskiiMerge from trunk + rename the event. Not tested yet.
2012-12-10 Glenn MorrisMerge from emacs-24; up to 2012-11-26T19:56:14Z!monnier...
2012-12-10 Paul Eggert* fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t...
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-04 Eli ZaretskiiFix another instance of bug #12933 with non-ASCII file...
2012-12-03 Glenn MorrisMerge from emacs-24; up to 2012-11-23T06:23:28Z!cyd...
2012-12-01 Chong Yidong* fileio.c (Vauto_save_list_file_name): Minor doc fix.
2012-11-27 Kenichi Handamerge trunk
2012-11-27 Paul EggertAssume POSIX 1003.1-1988 or later for grp.h, pwd.h.
2012-11-27 Paul EggertAssume POSIX 1003.1-1988 or later for errno.h.
2012-11-27 Glenn MorrisMerge from emacs-24; up to 2012-11-20T20:06:17Z!monnier...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-24 Glenn MorrisMerge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka...
2012-11-23 Kenichi Handa(no commit message)
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Paul EggertAssume POSIX 1003.1-1988 or later for unistd.h.
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-18 Eli ZaretskiiPrevent crashes on MS-Windows when w32-downcase-file...
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-17 Eli ZaretskiiMerge from trunk.
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-14 Kenichi Handamerge trunk
2012-11-14 Paul EggertUse faccessat, not access, when checking file permissions.
2012-11-13 Kenichi Handamerge trunk
2012-11-13 Eli ZaretskiiMerge from trunk.
2012-11-13 Glenn MorrisMerge from emacs-24; up to 2012-11-09T14:45:15Z!dmantip...
2012-11-13 Paul EggertFix a race with verify-visited-file-modtime.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-18 Kenichi Handamerge trunk
2012-10-17 Eli ZaretskiiMerge from trunk.
2012-10-17 Eli ZaretskiiFix warnings when compiling on MS-Windows with -std...
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 Eli ZaretskiiMerge from trunk.
2012-10-13 Kenichi Handamerge trunk
2012-10-13 Andreas Schwab* fileio.c: Formatting fixes.
2012-10-13 Paul EggertFix some stat-related races.
2012-10-12 Eli ZaretskiiFix bug #12587 with slow startup on MS-Windows with...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Eli ZaretskiiSupport setting file times of directories on MS-Windows.
next