Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (time-stamp-time-zone): Allow nil as alternative. | Richard M. Stallman | 1997-09-07 | 1 | -1/+1 |
| | |||||
* | (time-stamp-time-zone): New variable. | Richard M. Stallman | 1997-08-24 | 1 | -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. Stallman | 1997-08-05 | 1 | -1/+1 |
| | |||||
* | (time-stamp-string-preprocess, time-stamp-do-number): | Richard M. Stallman | 1997-06-08 | 1 | -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. Stallman | 1997-06-08 | 1 | -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. Stallman | 1997-04-30 | 1 | -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. Stallman | 1997-04-13 | 1 | -9/+24 |
| | |||||
* | (time-stamp-mail-host-name): Get rid of time-stamp-mail-host. | Richard M. Stallman | 1996-12-18 | 1 | -6/+2 |
| | |||||
* | (time-stamp-month-dd-yyyy): Use format-time-string. | Richard M. Stallman | 1996-12-17 | 1 | -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. Stallman | 1996-12-17 | 1 | -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. Stallman | 1996-12-13 | 1 | -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. Stallman | 1996-11-05 | 1 | -1/+9 |
| | |||||
* | (time-stamp-old-format-warn): new variable. | Karl Heuer | 1996-09-22 | 1 | -86/+102 |
| | | | | (time-stamp-format): use ISO 8601 format for date. | ||||
* | Fix Change Log comment line. | Erik Naggum | 1996-01-20 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -32/+34 |
| | |||||
* | (time-stamp-line-limit): negative value counts | Karl Heuer | 1996-01-06 | 1 | -41/+51 |
| | | | | from end of file. | ||||
* | update some doc strings. | Karl Heuer | 1995-10-31 | 1 | -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 Heuer | 1995-05-31 | 1 | -19/+19 |
| | |||||
* | (time-stamp): only warn about time-stamping | Karl Heuer | 1995-05-30 | 1 | -23/+33 |
| | | | | being disabled if found a time-stamp that won't get updated. | ||||
* | Comment change. | Richard M. Stallman | 1995-04-13 | 1 | -0/+1 |
| | |||||
* | (time-stamp-format): Replace list of Lisp | Richard M. Stallman | 1995-04-13 | 1 | -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. Stallman | 1994-09-23 | 1 | -9/+8 |
| | | | | (time-stamp-mail-host): Variable deleted. | ||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (time-stamp-start): Allow more white space | Richard M. Stallman | 1994-02-17 | 1 | -2/+3 |
| | | | | between keyword and time stamp. | ||||
* | Better, more user-oriented doc strings. | Richard M. Stallman | 1994-01-19 | 1 | -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. Stallman | 1993-12-23 | 1 | -3/+2 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1993-11-20 | 1 | -3/+7 |
| | |||||
* | (time-stamp): Add autoload cookie. | Richard M. Stallman | 1993-07-28 | 1 | -0/+1 |
| | |||||
* | Comment change. | Richard M. Stallman | 1993-07-28 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-06-21 | 1 | -1/+0 |
| | |||||
* | Initial revision | Richard M. Stallman | 1993-06-21 | 1 | -0/+272 |