| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
`field-result' to a string.
|
|
|
|
|
|
|
|
|
| |
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-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): Handle more than one numeric arg.
|
|
|
|
|
| |
(time-stamp): Use that new variable.
(time-stamp-string): Take optional format arg.
|
| |
|
|
|
|
|
|
| |
(time-stamp-string): Use that time zone.
(time-stamp-active, time-stamp-warn-inactive)
(time-stamp-old-format-warn): Definitions moved.
|
| |
|
|
|
|
|
| |
Avoid compiler warnings: pass all arguments to time-stamp-do-number
explicitly, not dynamically.
|
|
|
|
|
|
|
|
| |
(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-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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
(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-string-preprocess): New function.
(time-stamp-string): Use time-stamp-string-preprocess.
(time-stamp-format): Doc fix.
|
|
|
|
|
|
|
|
|
|
|
| |
(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-format): use ISO 8601 format for date.
|
| |
|
| |
|
|
|
|
| |
from end of file.
|
|
|
|
|
|
| |
(time-stamp-strftime): ignore some additional chars we might want
to use in the future for additional controls or parameters.
(time-stamp): minor optimizations.
|
| |
|
|
|
|
| |
being disabled if found a time-stamp that won't get updated.
|
| |
|
|
|
|
|
|
|
| |
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): Variable deleted.
|
| |
|
|
|
|
| |
between keyword and time stamp.
|
|
|
|
|
|
|
| |
(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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|