aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/time-stamp.el
Commit message (Collapse)AuthorAgeFilesLines
* (time-stamp): Handle newlines in time-stamp-pattern.Karl Heuer1998-06-191-16/+17
| | | | (time-stamp-string-preprocess): Handle more than one numeric arg.
* (time-stamp-pattern): New variable.Richard M. Stallman1998-03-061-44/+94
| | | | | (time-stamp): Use that new variable. (time-stamp-string): Take optional format arg.
* (time-stamp-time-zone): Allow nil as alternative.Richard M. Stallman1997-09-071-1/+1
|
* (time-stamp-time-zone): New variable.Richard M. Stallman1997-08-241-27/+41
| | | | | | (time-stamp-string): Use that time zone. (time-stamp-active, time-stamp-warn-inactive) (time-stamp-old-format-warn): Definitions moved.
* (time-stamp): Use insert-and-inherit for new stamp.Richard M. Stallman1997-08-051-1/+1
|
* (time-stamp-string-preprocess, time-stamp-do-number):Richard M. Stallman1997-06-081-10/+11
| | | | | Avoid compiler warnings: pass all arguments to time-stamp-do-number explicitly, not dynamically.
* (time-stamp-format): Doc fix. Use %;y.Richard M. Stallman1997-06-081-40/+249
| | | | | | | | (time-stamp-string-preprocess): Don't just call format-time-string; handle compatibility for some old constructs. Handle padding the historical way, while giving a warning if people actually depend on it. (time-stamp-conv-warn, time-stamp-conversion-warn) (time-stamp-do-number): New functions.
* (time-stamp-old-format-warn): Fix a tag string.Richard M. Stallman1997-04-301-44/+46
| | | | | | | (time-stamp-format): Use %Y not %y in default value. (time-stamp): Verify time-stamp-line-limit is a number. (time-stamp-string-preprocess): Handle %F correctly.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-9/+24
|
* (time-stamp-mail-host-name): Get rid of time-stamp-mail-host.Richard M. Stallman1996-12-181-6/+2
|
* (time-stamp-month-dd-yyyy): Use format-time-string.Richard M. Stallman1996-12-171-55/+11
| | | | | | | (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy) (time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd) (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Likewise. (time-stamp-month-numbers, time-stamp-month-full-names): Vars deleted.
* (time-stamp-no-file): Reintroduced.Richard M. Stallman1996-12-171-4/+41
| | | | | | (time-stamp-string-preprocess): New function. (time-stamp-string): Use time-stamp-string-preprocess. (time-stamp-format): Doc fix.
* (time-stamp-am-pm): Variable deleted.Richard M. Stallman1996-12-131-197/+9
| | | | | | | | | | | (time-stamp-weekday-full-names): Likewise. (time-stamp-weekday-numbers): Likewise. (time-stamp-old-format-warn): Doc fix. (time-stamp-strftime): Function deleted. (time-stamp-string): Use format-time-string. (time-stamp-format): Change default value to work with format-time-string.
* (time-stamp-dd/mm/yyyy): New function.Richard M. Stallman1996-11-051-1/+9
|
* (time-stamp-old-format-warn): new variable.Karl Heuer1996-09-221-86/+102
| | | | (time-stamp-format): use ISO 8601 format for date.
* Fix Change Log comment line.Erik Naggum1996-01-201-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-32/+34
|
* (time-stamp-line-limit): negative value countsKarl Heuer1996-01-061-41/+51
| | | | from end of file.
* update some doc strings.Karl Heuer1995-10-311-70/+93
| | | | | | (time-stamp-strftime): ignore some additional chars we might want to use in the future for additional controls or parameters. (time-stamp): minor optimizations.
* Move defconsts to avoid byte-compiler warnings.Karl Heuer1995-05-311-19/+19
|
* (time-stamp): only warn about time-stampingKarl Heuer1995-05-301-23/+33
| | | | being disabled if found a time-stamp that won't get updated.
* Comment change.Richard M. Stallman1995-04-131-0/+1
|
* (time-stamp-format): Replace list of LispRichard M. Stallman1995-04-131-63/+259
| | | | | | | functions with string containing %-escapes in the style of date(1). (time-stamp): Widen buffer while time-stamping. (time-stamp-toggle-active): New function. (time-stamp-warn-inactive): New variable.
* (time-stamp-mail-host-name): Use mail-host-address.Richard M. Stallman1994-09-231-9/+8
| | | | (time-stamp-mail-host): Variable deleted.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (time-stamp-start): Allow more white spaceRichard M. Stallman1994-02-171-2/+3
| | | | between keyword and time stamp.
* Better, more user-oriented doc strings.Richard M. Stallman1994-01-191-57/+61
| | | | | | | (time-stamp-mail-host): Now a user option. (time-stamp-current-year, time-stamp-hh:mm): Removed. (time-stamp-mm/dd/yy, time-stamp-dd/mm/yy): Removed. (time-stamp-yyyy-mm-dd): New function, ISO 8601 format.
* (time-stamp-month-dd-yyyy): no leading zero on day.Richard M. Stallman1993-12-231-3/+2
|
* Comment changes.Richard M. Stallman1993-11-201-3/+7
|
* (time-stamp): Add autoload cookie.Richard M. Stallman1993-07-281-0/+1
|
* Comment change.Richard M. Stallman1993-07-281-1/+1
|
* entered into RCSRichard M. Stallman1993-06-211-1/+0
|
* Initial revisionRichard M. Stallman1993-06-211-0/+272