(rmail-edit-current-message, rmail-cease-edit):
[bpt/emacs.git] / src / filelock.c
1998-05-18 Richard M. Stallman(get_boot_time): Scan the whole wtmp file
1998-05-11 Richard M. Stallman(unlock_file): Encode the file name.
1998-05-02 Richard M. StallmanInclude coding.h.
1998-04-29 Richard M. StallmanFix previous change.
1998-04-29 Richard M. Stallman(lock_file): gcpro `fn'.
1998-04-22 Erik Naggum(get_boot_time): Remove extraneous semicolon.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-08 Karl HeuerInclude <utmp.h> only if CLASH_DETECTION is
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-19 Richard M. Stallman(get_boot_time): Conditionalize on BOOT_TIME.
1998-03-19 Richard M. Stallman(current_lock_owner): If lock file data doesn't include
1998-01-05 Richard M. Stallman(MAKE_LOCK_NAME): Use size_byte.
1997-11-27 Kenichi Handa(unlock_buffer): Declare it as void.
1997-10-23 Karl Heuer(unlock_all_files): Don't call unlock_file;
1997-08-13 Richard M. Stallman(lock_file): Use %lu instead of %d in sprintf because
1997-08-07 Richard M. Stallman(init_filelock): Function deleted.
1997-08-06 Richard M. Stallman(lock_file_1, lock_file): Add casts.
1997-07-31 Richard M. Stallman(current_lock_owner): Don't try to delete lock
1997-07-30 Richard M. Stallman(lock_if_free): Don't loop; for strange error, return -1.
1997-07-12 Richard M. Stallman(lock_file_1): Don't crash if Fuser_login_name or
1997-07-10 Richard M. Stallman(current_lock_owner, lock_file_1): Add casts.
1997-03-17 Karl HeuerFix typos in comment.
1997-01-07 Richard M. Stallman(LOCK_PID_MAX): Use sizeof (unsigned long) instead...
1997-01-02 Richard M. Stallman(lock_info_type): Declare pid as unsigned long instead...
1996-12-31 Richard M. StallmanTotal rewrite.
1996-09-12 Richard M. Stallman(lock_superlock): Delete superlock file if it stayed
1996-07-29 Richard M. Stallman(lock_file_owner_name): Always initialize the_pw.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Flock_buffer, Ffile_locked_p): Harmonize arguments...
1995-08-09 Richard M. Stallman(lock_file): Use get_truename_buffer.
1995-06-07 Karl Heuer(unlock_file, lock_file): Call Fexpand_file_name.
1995-02-14 Richard M. Stallman(unlock_buffer, unlock_all_files, Flock_buffer)
1995-01-04 Richard M. StallmanUse SAVE_MODIFF and BUF_SAVE_MODIFF
1994-11-18 Richard M. Stallman(init_filelock): Add missing semicolon.
1994-11-17 Richard M. Stallman(lock_dir, superlock_file, MAKE_LOCK_NAME):
1994-11-17 Richard M. Stallman(init_filelock): Always copy lock_path.
1994-11-15 Karl Heuer(unlock_all_files): Use the new type-test macros.
1994-09-27 Karl Heuer(unlock_all_files, Funlock_buffer, unlock_buffer):...
1994-09-16 Richard M. Stallman(getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T,...
1994-05-04 Karl HeuerUpdate copyright.
1994-03-23 Karl Heuer(lock_file): Use assignment, not initialization.
1994-03-11 Karl Heuer(lock_superlock): Synchronize NFS cache.
1993-09-12 Roland McGrathInclude <paths.h>, not "paths.h".
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-09-08 Francesco Potortì* filelock.c (fill_in_lock_short_file_name): corrected...
1993-08-14 Richard M. Stallman(getpwuid): Declare it as in xrdb.c.
1993-07-25 Richard M. StallmanFix typo in previous change.
1993-07-25 Richard M. Stallman(getpwuid): Declare at top level, and not if __386bsd__.
1993-06-10 Jim Blandy* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE...
1993-06-07 Richard M. Stallman(MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
1993-05-22 Jim BlandyUpdated copyright years.
1992-06-30 Jim Blandyentered into RCS
1992-05-10 Jim Blandy*** empty log message ***
1992-05-01 Jim Blandy*** empty log message ***
1992-02-22 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1991-08-02 Jim Blandy*** empty log message ***
1991-01-14 Richard M. StallmanInitial revision