• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching +defs:entry +defs:format

44   "*Name of a change log file for \\[add-change-log-entry]."
78 ChangeLog entry, one element will be chosen at random."
84 (defcustom add-log-time-format 'add-log-iso8601-time-string
85 "Function that defines the time format.
87 date in international ISO 8601 format,
89 :type '(radio (const :tag "International ISO 8601 format"
91 (const :tag "Old format, as returned by `current-time-string'"
99 Log entries for a given file made with \\[add-change-log-entry] or
100 \\[add-change-log-entry-other-window] will only be added to others \
103 entries. Otherwise another entry for that file will be started. An
109 in the latter case, \\[add-change-log-entry-other-window] in a \
122 The NEW-ENTRY arg to `add-change-log-entry' can override the effect of
129 "If non-nil, `add-change-log-entry' will always start a new record."
142 "If non-nil, function to call to identify the filename for a ChangeLog entry.
240 ;; work if a user customizes add-log-time-format.
276 ;; of the change log entry.
293 It takes the same format as the TZ argument of `set-time-zone-rule'.
307 (format (cond ((not (zerop ss)) "%c%02d:%02d:%02d")
315 (let ((time (format-time-string "%Y-%m-%d"
358 (read-file-name (format "Log file (default %s): " default)
400 "Find a change log file for \\[add-change-log-entry] and return the name.
458 ;; Never want to add a change log entry for the ChangeLog file itself.
476 (defun add-change-log-entry (&optional whoami file-name other-window new-entry)
477 "Find change log file, and add an entry for today and an item for this file.
486 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
487 never append to an existing entry. Option `add-log-keep-changes-together'
488 otherwise affects whether a new entry is created.
541 ;; Advance into first entry if it is usable; else make new one.
550 (funcall add-log-time-format))
552 (funcall add-log-time-format))
560 (dolist (entry new-entries hit)
561 (when (looking-at (regexp-quote entry))
571 ;; item to add to, within this entry.
586 ((and (not new-entry)
655 (defun add-change-log-entry-other-window (&optional whoami file-name)
656 "Find change log file in other window and add entry and item.
657 This is just like `add-change-log-entry' except that it displays
662 (add-change-log-entry whoami file-name t))
663 ;;;###autoload (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
674 ;; Matching the output of add-log-time-format is difficult,
691 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
692 Each entry behaves as a paragraph, and the entries for one day as a page.
1029 "Return date of log entry in a consistent form for sorting.
1030 Point is assumed to be at the start of the entry."
1084 ;; Look for an entry in original buffer that isn't later.
1106 "Fix any old-style date entries in the current log file to default format."
1117 (replace-match (format-time-string