aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/time-stamp.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Fix comment and obsolescence string for old functions.Juanma Barranquero2006-11-271-16/+9
| | | | Use `dolist' instead of `while'.
* (time-stamp-string-preprocess): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
|
* (time-stamp-start, time-stamp-end, time-stamp-inserts-lines):Stefan Monnier2006-04-261-3/+3
| | | | Tighten up a bit the safety predicate.
* (time-stamp-format, time-stamp-line-limit)Richard M. Stallman2006-04-131-3/+8
| | | | | (time-stamp-start, time-stamp-end, time-stamp-inserts-lines) (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|
* (time-stamp, time-stamp-line-limit, time-stamp-start, time-stamp-end):Stephen Gildea2005-09-121-17/+35
| | | | | | | | Mention variable time-stamp-pattern in doc string. (time-stamp-pattern): Update doc string. (time-stamp-string-preprocess): new (as yet undocumented) time-stamp-format escapes %Q and %q (fully-qualified domain name and unqualified host name).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-5/+5
|
* (time-stamp): Doc fix.Luc Teirlinck2004-06-141-1/+2
|
* (time-stamp): Recommend adding it to `before-save-hook', rather thanLuc Teirlinck2004-06-131-4/+3
| | | | | `write-file-functions'. Make a similar change in `Commentary' section.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Update example date in preamble commentary.Stephen Gildea2003-02-011-30/+49
| | | | | | | | | | | | | | | | | (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change regexp subpattern 5) (time-stamp-pattern): Initialize to nil to avoid regexp work in default case. (time-stamp-string): Call set-time-zone-rule instead of setenv (time-stamp-hhmmss): Remove (not needed after all). (time-stamp-month-dd-yyyy, 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): Make obsolete. (time-stamp-format, time-stamp-pattern, time-stamp-warn-inactive, time-stamp-inserts-lines, time-stamp-count, time-stamp-time-zone, time-stamp, time-stamp-toggle-active, time-stamp-string-preprocess, time-stamp-once, time-stamp-conv-warn): Tweak doc strings.
* (time-stamp-hhmmss): New function.Simon Josefsson2002-09-121-0/+4
|
* More preamble fixes.Eli Zaretskii2002-05-181-1/+1
|
* Fix the preamble comments.Eli Zaretskii2002-05-181-1/+1
|
* (time-stamp-format): Escape open parenthesis in column 0.Markus Rost2002-05-061-1/+1
|
* (time-stamp-string-preprocess): Fix bug thatGerd Moellmann2001-09-211-3/+3
| | | | caused %#a and %#b to be mis-formatted.
* Update Stephen Gildea's email address.Eli Zaretskii2001-09-101-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+3
|
* (time-stamp-format): Doc fix. From Paul Eggert <[email protected]>.Eli Zaretskii2001-03-301-2/+3
|
* (time-stamp-string): Doc fix.Eli Zaretskii2001-01-291-1/+2
|
* Doc fixes.Dave Love2001-01-261-12/+14
|
* (time-stamp-old-format-warn): reorder customGerd Moellmann2000-12-091-4/+5
| | | | choices to match documentation string.
* bogus commitKai Großjohann2000-10-291-2/+2
|
* install-info syntax compat change.Kai Großjohann2000-10-291-2/+2
|
* (time-stamp-string-preprocess): Fix a wrongGerd Moellmann2000-10-251-18/+18
| | | | type argument error.
* (time-stamp): Fixed bug in new multi-line codeGerd Moellmann2000-10-131-14/+17
| | | | | | | that breaks with old list format timestamps. (time-stamp-warn-inactive, time-stamp-old-format-warn) (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
* (time-stamp-string-preprocess): Always convertSam Steingold2000-04-241-2/+2
| | | | `field-result' to a string.
* Put quote-backquote around all symbol namesKarl Heuer1999-08-271-80/+164
| | | | | | | | | in doc strings, for mousing. (time-stamp): support multi-line patterns. (time-stamp-inserts-lines): new variable. (time-stamp-count): new variable. (time-stamp-string-preprocess): fixed bug where "%%a" becomes "Thu" instead of "%a".
* (time-stamp-format): Format doc tighter.Richard M. Stallman1999-02-061-7/+12
| | | | | (time-stamp-line-limit): 0 searches the entire buffer (careful!). (time-stamp): don't re-write the time stamp if it didn't change.
* (time-stamp-string-preprocess): Add %U code.Richard M. Stallman1998-08-101-0/+3
|
* (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
|