bpt/emacs.git
27 years agoTue Apr 15 16:09:15 1997 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
Francesco Potortì [Tue, 15 Apr 1997 14:50:46 +0000 (14:50 +0000)]
Tue Apr 15 16:09:15 1997  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
* etags.c (xnew): Add support for debugging with chkmalloc.
(error): Use this instead of printf whenever possible.
(main): Only call xnew after having initialised progname.
(substitute): Bad memory corruption error corrected.
* etags.c (add_regex): Undo previous change.
(relative_filename): Small memory leak closed.
(absolute_filename): Cleaned up the code, possibly closing a bug.
(absolute_dirname): Always return a newly allocated string.

27 years agoSpelling error.
Per Abrahamsen [Tue, 15 Apr 1997 11:35:12 +0000 (11:35 +0000)]
Spelling error.

27 years agoAdd support for build in faces.
Per Abrahamsen [Tue, 15 Apr 1997 11:32:14 +0000 (11:32 +0000)]
Add support for build in faces.

27 years agoFixed message.
Per Abrahamsen [Tue, 15 Apr 1997 11:14:08 +0000 (11:14 +0000)]
Fixed message.

27 years agoFixed generation of empty dependencies lists.
Per Abrahamsen [Tue, 15 Apr 1997 11:13:24 +0000 (11:13 +0000)]
Fixed generation of empty dependencies lists.

27 years ago(rlogin-process-connection-type): Default to t for solaris 2.x.
Noah Friedman [Tue, 15 Apr 1997 10:39:07 +0000 (10:39 +0000)]
(rlogin-process-connection-type): Default to t for solaris 2.x.

27 years ago(overwrite-mode-binary, overwrite-mode-textual): Use defvar.
Richard M. Stallman [Tue, 15 Apr 1997 07:48:25 +0000 (07:48 +0000)]
(overwrite-mode-binary, overwrite-mode-textual): Use defvar.

27 years agoClean up comments, etc.
Richard M. Stallman [Tue, 15 Apr 1997 05:07:44 +0000 (05:07 +0000)]
Clean up comments, etc.

27 years agoInitial revision
Richard M. Stallman [Tue, 15 Apr 1997 05:03:20 +0000 (05:03 +0000)]
Initial revision

27 years ago(font-lock-fontify-syntactically-region): Use new
Richard M. Stallman [Tue, 15 Apr 1997 05:00:36 +0000 (05:00 +0000)]
(font-lock-fontify-syntactically-region): Use new
features of parse-partial-sexp instead of doing regexp search.

27 years agoStyle of comments corrected.
Richard M. Stallman [Tue, 15 Apr 1997 04:58:34 +0000 (04:58 +0000)]
Style of comments corrected.
(interval_of): New function.

27 years agoUpdate copyright year.
Richard M. Stallman [Tue, 15 Apr 1997 04:56:39 +0000 (04:56 +0000)]
Update copyright year.

27 years ago(enum syntaxcode): New members Scomment_fence, Sstring_fence.
Richard M. Stallman [Tue, 15 Apr 1997 04:56:10 +0000 (04:56 +0000)]
(enum syntaxcode): New members Scomment_fence, Sstring_fence.
(SYNTAX_ENTRY): Depending on the value of SYNTAX_ENTRY_VIA_PROPERTY
may do a lookup for syntax table in gl_state.
(UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD,
UPDATE_SYNTAX_TABLE, SETUP_SYNTAX_TABLE,
SETUP_SYNTAX_TABLE_FOR_OBJECT): New macros.
(struct gl_state_s): New struct.

27 years ago(SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'
Richard M. Stallman [Tue, 15 Apr 1997 04:53:58 +0000 (04:53 +0000)]
(SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'
text property into account when doing SYNTAX (c).
(ST_COMMENT_STYLE, ST_STRING_STYLE): New codes to denote
delimiters for new types of strings and comments.
(Vparse_sexp_lookup_properties): New variable.
(struct lisp_parse_state): Comment updated.
(gl_state): New global variable.
(update_syntax_table): New function.
(char_quoted): Move earlier, update gl_state when needed.
(find_defun_start): Update gl_state when needed.
(back_comment): New function.
(Scomment_fence, Sstring_fence): New delimeter char classes
denoted by `!' and `|'.
(Fchar_syntax, Fmatching_paren): Update gl_state to whole-bufferstate.
(scan_words): update gl_state when needed.
(Fskip_chars_forward): Move from search.c.
(Fskip_chars_backward): Move from search.c.
(Fskip_syntax_forward): Move from search.c.
(Fskip_syntax_backward): Move from search.c.
(skip_chars): Move from search.c.
(Fforward_comment, scan_lists): Update gl_state when needed.
Handle Scomment_fence, Sstring_fence.
(Fbackward_prefix_chars) Update gl_state when needed.
(scan_sexps_forward): Update gl_state when needed.
Handle Scomment_fence, Sstring_fence.  If comment_stop==-1, stop at start
or end of comment or string.
(Fparse-partial-sexp): Doc fix.
(syms_of_syntax): Move initialization of skip* from search.c.

27 years ago(looking_at_1): Set re_match_object.
Richard M. Stallman [Tue, 15 Apr 1997 04:52:38 +0000 (04:52 +0000)]
(looking_at_1): Set re_match_object.
(string_match_1): Set re_match_object.
(fast_string_match): Set re_match_object.
(Fskip_chars_forward): Move to syntax.c.
(Fskip_chars_backward): Move to syntax.c.
(Fskip_syntax_forward): Move to syntax.c.
(Fskip_syntax_backward): Move to syntax.c.
(skip_chars): Move to syntax.c.
(search_buffer): Set re_match_object.
(syms_of_search): Move initialization of skip* to syntax.c.

27 years ago(update_interval): New function declaration.
Richard M. Stallman [Tue, 15 Apr 1997 04:46:14 +0000 (04:46 +0000)]
(update_interval): New function declaration.

27 years ago(update_interval): New function.
Richard M. Stallman [Tue, 15 Apr 1997 04:45:26 +0000 (04:45 +0000)]
(update_interval): New function.

27 years ago(Fdirectory_files): Set re_match_object.
Richard M. Stallman [Tue, 15 Apr 1997 04:44:36 +0000 (04:44 +0000)]
(Fdirectory_files): Set re_match_object.

27 years ago(Fmodify_category_entry): Delete second arg in call to make_sub_char_table.
Karl Heuer [Mon, 14 Apr 1997 21:32:49 +0000 (21:32 +0000)]
(Fmodify_category_entry): Delete second arg in call to make_sub_char_table.

27 years ago(edebug-read-and-maybe-wrap-form): Protect
Richard M. Stallman [Mon, 14 Apr 1997 20:57:39 +0000 (20:57 +0000)]
(edebug-read-and-maybe-wrap-form): Protect
against pathological recursive calls.

27 years ago(timer-until): Fix syntax error.
Karl Heuer [Mon, 14 Apr 1997 19:22:51 +0000 (19:22 +0000)]
(timer-until): Fix syntax error.

27 years ago(browse-url-browser-function): Fix syntax error.
Karl Heuer [Mon, 14 Apr 1997 19:15:42 +0000 (19:15 +0000)]
(browse-url-browser-function): Fix syntax error.

27 years ago(MSDOS_OBJ): Add w16select.o.
Eli Zaretskii [Mon, 14 Apr 1997 11:18:41 +0000 (11:18 +0000)]
(MSDOS_OBJ): Add w16select.o.
(dependencies): Add dependencies for w16select.o.

27 years agodoc-fix to be compatible with other frame- fns.
Simon Marshall [Mon, 14 Apr 1997 11:18:31 +0000 (11:18 +0000)]
doc-fix to be compatible with other frame- fns.

27 years ago(SYMS_SYSTEM): Add `syms_of_win16select'.
Eli Zaretskii [Mon, 14 Apr 1997 11:12:26 +0000 (11:12 +0000)]
(SYMS_SYSTEM): Add `syms_of_win16select'.

27 years agoNew function.
Richard M. Stallman [Mon, 14 Apr 1997 11:09:20 +0000 (11:09 +0000)]
New function.
(timer-max-repeats): New variable.
(timer-event-handler): Avoid rerunning a timer many times
if real time has "jumped" forward.

27 years agoInitial revision
Eli Zaretskii [Mon, 14 Apr 1997 10:59:48 +0000 (10:59 +0000)]
Initial revision

27 years agoInitial revision
Richard M. Stallman [Mon, 14 Apr 1997 10:52:29 +0000 (10:52 +0000)]
Initial revision

27 years agoFix FSF address.
Richard M. Stallman [Mon, 14 Apr 1997 10:46:47 +0000 (10:46 +0000)]
Fix FSF address.

27 years agoInstall the proper version.
Richard M. Stallman [Mon, 14 Apr 1997 10:35:17 +0000 (10:35 +0000)]
Install the proper version.

27 years ago(Fprimitive_undo): When inserting, always insert
Richard M. Stallman [Mon, 14 Apr 1997 08:51:18 +0000 (08:51 +0000)]
(Fprimitive_undo): When inserting, always insert
after markers (the ordinary kind of insertion).

27 years ago(adjust_markers): Don't be confused by the gap
Richard M. Stallman [Mon, 14 Apr 1997 08:50:23 +0000 (08:50 +0000)]
(adjust_markers): Don't be confused by the gap
when computing the arg to record_marker_adjustment.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Mon, 14 Apr 1997 07:33:28 +0000 (07:33 +0000)]
Add defgroup; use defcustom for user vars.

27 years ago(make-frame): Call custom-initialize-frame
Richard M. Stallman [Mon, 14 Apr 1997 03:05:04 +0000 (03:05 +0000)]
(make-frame): Call custom-initialize-frame
only if cus-face is loaded.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Mon, 14 Apr 1997 03:00:06 +0000 (03:00 +0000)]
Add defgroup; use defcustom for user vars.

27 years agoDoc fixes.
Richard M. Stallman [Mon, 14 Apr 1997 01:40:31 +0000 (01:40 +0000)]
Doc fixes.

27 years ago(jka-compr-temp-name-template): Fix editing error.
Richard M. Stallman [Sun, 13 Apr 1997 23:43:42 +0000 (23:43 +0000)]
(jka-compr-temp-name-template): Fix editing error.

27 years ago(ps-print-color-p): Fix minor error.
Richard M. Stallman [Sun, 13 Apr 1997 23:42:53 +0000 (23:42 +0000)]
(ps-print-color-p): Fix minor error.

27 years ago(dired-internal-noselect): When setting default-directory,
Richard M. Stallman [Sun, 13 Apr 1997 20:19:19 +0000 (20:19 +0000)]
(dired-internal-noselect): When setting default-directory,
don't check file-name-directory.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Sun, 13 Apr 1997 20:08:59 +0000 (20:08 +0000)]
Add defgroup; use defcustom for user vars.

27 years ago(kbd): New macro.
Richard M. Stallman [Sun, 13 Apr 1997 08:08:11 +0000 (08:08 +0000)]
(kbd): New macro.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Sun, 13 Apr 1997 07:51:54 +0000 (07:51 +0000)]
Add defgroup; use defcustom for user vars.

27 years agoAdd defgroup's; use defcustom for user vars.
Richard M. Stallman [Sun, 13 Apr 1997 07:28:48 +0000 (07:28 +0000)]
Add defgroup's; use defcustom for user vars.

27 years ago(server-done): If buffer visits no file, don't offer save.
Richard M. Stallman [Sun, 13 Apr 1997 06:12:34 +0000 (06:12 +0000)]
(server-done): If buffer visits no file, don't offer save.

27 years ago(sgml-mode-facemenu-add-face-function): New function.
Richard M. Stallman [Sun, 13 Apr 1997 06:11:35 +0000 (06:11 +0000)]
(sgml-mode-facemenu-add-face-function): New function.
(sgml-mode-common): Use that function for the hook value.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Sun, 13 Apr 1997 05:07:27 +0000 (05:07 +0000)]
Add defgroup; use defcustom for user vars.

27 years ago(dired-noselect): Avoid calling file-directory-p
Richard M. Stallman [Sun, 13 Apr 1997 04:26:38 +0000 (04:26 +0000)]
(dired-noselect): Avoid calling file-directory-p
when the initial argument was syntactically a directory name.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Sun, 13 Apr 1997 03:09:23 +0000 (03:09 +0000)]
Add defgroup; use defcustom for user vars.

27 years agoFix previous change.
Richard M. Stallman [Sun, 13 Apr 1997 02:41:42 +0000 (02:41 +0000)]
Fix previous change.

27 years agoAdd defgroup's; use defcustom for user vars.
Richard M. Stallman [Sun, 13 Apr 1997 02:39:56 +0000 (02:39 +0000)]
Add defgroup's; use defcustom for user vars.

27 years agoLoad cus-start.
Richard M. Stallman [Sat, 12 Apr 1997 20:30:17 +0000 (20:30 +0000)]
Load cus-start.
Don't insist that bindings.el not be compiled.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 20:20:55 +0000 (20:20 +0000)]
Add defgroup; use defcustom for user vars.

27 years ago(mail-quote-printable, mail-unquote-printable)
Richard M. Stallman [Sat, 12 Apr 1997 20:09:17 +0000 (20:09 +0000)]
(mail-quote-printable, mail-unquote-printable)
(mail-unquote-printable-hexdigit): New functions.

27 years agoUpdate copyright years.
Richard M. Stallman [Sat, 12 Apr 1997 19:31:18 +0000 (19:31 +0000)]
Update copyright years.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 19:31:00 +0000 (19:31 +0000)]
Add defgroup; use defcustom for user vars.

27 years agoAdd defgroup's; use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 19:25:28 +0000 (19:25 +0000)]
Add defgroup's; use defcustom for user vars.

27 years ago(auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.
Richard M. Stallman [Sat, 12 Apr 1997 19:20:07 +0000 (19:20 +0000)]
(auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.

27 years ago(elp-functionp): Definitions deleted; use functionp.
Richard M. Stallman [Sat, 12 Apr 1997 19:15:11 +0000 (19:15 +0000)]
(elp-functionp): Definitions deleted; use functionp.

27 years ago(elp-functionp): New function.
Richard M. Stallman [Sat, 12 Apr 1997 19:14:18 +0000 (19:14 +0000)]
(elp-functionp): New function.

(elp-instrument-package): Don't attempt to instrument autoload functions.

(elp-elapsed-time): New function to calculate the different between
two `current-time' lists.  This no longer throws away the top 16 bits
of information.

(elp-wrapper): Use elp-elapsed-time instead of elp-get-time.  Also,
call `current-time' as close to the function entrance and exit as
possible so more of the overhead is eliminated from the times.

(elp-get-time): Obsolete, deleted.

(elp-restore-function):
When restoring, do not check assq elp-wrapper
if the symbol-function is a compiled lisp function (i.e. byte coded).
If it is byte-coded, it could not have been instrumented.
Don't do the symbol-function restoration if
the symbol has no function definition.

(elp-instrument-function): Always `restore' the funsym before instrumenting.
Fail if function is an autoload symbol.

(elp-instrument-list): Remove unnecessary condition-case.

(elp-results):
Noninteractive as a function is non-portable, use the
variable instead.  buffer-substring with 3 arguments is non-portable.

(elp-instrument-function, elp-instrument-list):
Handle function symbols that have already been instrumented.  Do
not instrument them twice.

(elp-recycle-buffers-p): New variable.

(elp-report-limit, elp-sort-by-function): New default values.

(elp-use-standard-output): New variable.

(elp-results): Optionally dump results to standard-output.

27 years ago(functionp): New function.
Richard M. Stallman [Sat, 12 Apr 1997 19:13:07 +0000 (19:13 +0000)]
(functionp): New function.

27 years ago(apropos): Add support for faces, widgets, and user options.
Richard M. Stallman [Sat, 12 Apr 1997 18:49:35 +0000 (18:49 +0000)]
(apropos): Add support for faces, widgets, and user options.
(apropos-print): Ditto.

27 years agoInitial revision
Per Abrahamsen [Sat, 12 Apr 1997 17:51:31 +0000 (17:51 +0000)]
Initial revision

27 years agoSync with 1.84.
Per Abrahamsen [Sat, 12 Apr 1997 17:51:31 +0000 (17:51 +0000)]
Sync with 1.84.

27 years agoAdd defgroup's; use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 08:35:41 +0000 (08:35 +0000)]
Add defgroup's; use defcustom for user vars.

27 years agoAdd defgroup's; use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 04:15:03 +0000 (04:15 +0000)]
Add defgroup's; use defcustom for user vars.

27 years ago(bookmark, bookmark-use-annotations)
Richard M. Stallman [Sat, 12 Apr 1997 03:22:41 +0000 (03:22 +0000)]
(bookmark, bookmark-use-annotations)
(bookmark-save-flag, bookmark-save-flag): Doc fixes.

27 years agoAdd defgroup's; use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 03:18:33 +0000 (03:18 +0000)]
Add defgroup's; use defcustom for user vars.

27 years ago(vc-update-change-log): Run `rcs2log' in the correct
Richard M. Stallman [Sat, 12 Apr 1997 03:14:16 +0000 (03:14 +0000)]
(vc-update-change-log): Run `rcs2log' in the correct
directory when ChangeLog is found elsewhere.  Display any error
output from rcs2log.

27 years agoUpdate copyright year.
Richard M. Stallman [Sat, 12 Apr 1997 02:55:04 +0000 (02:55 +0000)]
Update copyright year.

27 years agoAdd defgroup's; use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 02:53:36 +0000 (02:53 +0000)]
Add defgroup's; use defcustom for user vars.

27 years agoAdd defgroup's; change use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 02:51:38 +0000 (02:51 +0000)]
Add defgroup's; change use defcustom for user vars.

27 years agoFix second copy of Duthen's email address.
Richard M. Stallman [Sat, 12 Apr 1997 01:51:30 +0000 (01:51 +0000)]
Fix second copy of Duthen's email address.

27 years agoAdd defgroup's; change use defcustom for user vars.
Richard M. Stallman [Sat, 12 Apr 1997 01:50:50 +0000 (01:50 +0000)]
Add defgroup's; change use defcustom for user vars.

27 years ago(DOWNCASE): Return int, not Lisp_Object.
Karl Heuer [Fri, 11 Apr 1997 21:58:13 +0000 (21:58 +0000)]
(DOWNCASE): Return int, not Lisp_Object.
(UPPERCASEP): Use DOWNCASE.
(UPCASE_TABLE): New macro.
(NOCASEP, UPCASE1): Use UPCASE_TABLE.
[!NO_UNION_TYPE] (make_number): Declare.

27 years agoRecognize OpenBSD systems correctly (from Niklas Hallqvist
Ian Lance Taylor [Fri, 11 Apr 1997 20:40:28 +0000 (20:40 +0000)]
Recognize OpenBSD systems correctly (from Niklas Hallqvist
<niklas@appli.se>)

27 years ago(make): Add scheme-indent-function property.
Richard M. Stallman [Fri, 11 Apr 1997 20:05:42 +0000 (20:05 +0000)]
(make): Add scheme-indent-function property.

27 years agoDon't add custom-initialize-frame to after-make-frame-hook.
Richard M. Stallman [Fri, 11 Apr 1997 19:54:36 +0000 (19:54 +0000)]
Don't add custom-initialize-frame to after-make-frame-hook.

27 years agoUse Make to update finder-inf.el and autoloads.
Richard M. Stallman [Fri, 11 Apr 1997 19:41:28 +0000 (19:41 +0000)]
Use Make to update finder-inf.el and autoloads.
Also update cus-load.el.

27 years ago(finder-inf.el, autoloads): New targets.
Richard M. Stallman [Fri, 11 Apr 1997 19:40:29 +0000 (19:40 +0000)]
(finder-inf.el, autoloads): New targets.
(cus-load.el): Minor simplification.

27 years ago(file-relative-name): Say correctly when the value is absolute.
Richard M. Stallman [Fri, 11 Apr 1997 18:31:38 +0000 (18:31 +0000)]
(file-relative-name): Say correctly when the value is absolute.

27 years agoLoad widget and custom packages.
Richard M. Stallman [Fri, 11 Apr 1997 18:27:07 +0000 (18:27 +0000)]
Load widget and custom packages.

27 years ago(Finsert_file_contents): Do call signal_after_change
Richard M. Stallman [Fri, 11 Apr 1997 18:25:41 +0000 (18:25 +0000)]
(Finsert_file_contents): Do call signal_after_change
when REPLACE is handled by reading directly from the file.
Use insert_1 to insert replacement text, to avoid
query about whether to modify the buffer.

27 years agoAdded newline.
Per Abrahamsen [Fri, 11 Apr 1997 13:35:19 +0000 (13:35 +0000)]
Added newline.

27 years agoAdded cus-load.el target.
Per Abrahamsen [Fri, 11 Apr 1997 13:14:52 +0000 (13:14 +0000)]
Added cus-load.el target.

27 years agoInitial revision
Per Abrahamsen [Fri, 11 Apr 1997 13:09:47 +0000 (13:09 +0000)]
Initial revision

27 years agoInitial revision
Per Abrahamsen [Fri, 11 Apr 1997 11:56:09 +0000 (11:56 +0000)]
Initial revision

27 years ago(doug_lea_malloc): First check for SYSTEM_MALLOC,
Richard M. Stallman [Fri, 11 Apr 1997 08:24:41 +0000 (08:24 +0000)]
(doug_lea_malloc):  First check for SYSTEM_MALLOC,
in case it is desirable to disable the GNU malloc features withglibc.

27 years ago(mallocobj): Make non-REL_ALLOC configuration work
Richard M. Stallman [Fri, 11 Apr 1997 08:23:25 +0000 (08:23 +0000)]
(mallocobj): Make non-REL_ALLOC configuration work
with glibc's malloc--do use vm-limit.o.

27 years ago(read_key_sequence): New argument FIX_CURRENT_BUFFER.
Richard M. Stallman [Fri, 11 Apr 1997 08:21:38 +0000 (08:21 +0000)]
(read_key_sequence): New argument FIX_CURRENT_BUFFER.
Restore the current buffer from selected window on occasion.
All callers changed.

27 years ago(list-holidays): Add autoload cookie.
Richard M. Stallman [Fri, 11 Apr 1997 06:35:54 +0000 (06:35 +0000)]
(list-holidays): Add autoload cookie.

27 years ago(read_minibuf): Get the string from the minibuffer
Richard M. Stallman [Fri, 11 Apr 1997 06:04:27 +0000 (06:04 +0000)]
(read_minibuf): Get the string from the minibuffer
even if the user has selected a different buffer.

27 years ago(make-face): New arg no-resources.
Richard M. Stallman [Fri, 11 Apr 1997 05:59:37 +0000 (05:59 +0000)]
(make-face): New arg no-resources.
(make-empty-face): New function.

27 years ago(list-holidays): New function.
Richard M. Stallman [Fri, 11 Apr 1997 02:38:51 +0000 (02:38 +0000)]
(list-holidays): New function.

27 years ago(diary-islamic-date): Use `date'.
Richard M. Stallman [Fri, 11 Apr 1997 02:35:34 +0000 (02:35 +0000)]
(diary-islamic-date): Use `date'.

27 years ago(diary-coptic-date): Use `date'.
Richard M. Stallman [Fri, 11 Apr 1997 02:35:08 +0000 (02:35 +0000)]
(diary-coptic-date): Use `date'.
If calendar-coptic-date-string gives nonempty string,
add additional text to it.

27 years ago(diary-persian-date): Use `date'.
Richard M. Stallman [Fri, 11 Apr 1997 02:34:37 +0000 (02:34 +0000)]
(diary-persian-date): Use `date'.
Add  some additional text at the end.

27 years ago(diary-french-date): Use `date'.
Richard M. Stallman [Fri, 11 Apr 1997 02:34:09 +0000 (02:34 +0000)]
(diary-french-date): Use `date'.
Add  some additional text at the end.

27 years ago(diary-astro-day-number): Change format string.
Richard M. Stallman [Fri, 11 Apr 1997 02:32:13 +0000 (02:32 +0000)]
(diary-astro-day-number): Change format string.

27 years ago(file-relative-name): Expand both args before
Richard M. Stallman [Fri, 11 Apr 1997 01:47:41 +0000 (01:47 +0000)]
(file-relative-name): Expand both args before
checking for device mismatch.

(file-relative-name): Handle differing drive letters on Microsoft systems.

27 years agoUse defcustom for user variables.
Richard M. Stallman [Fri, 11 Apr 1997 01:37:50 +0000 (01:37 +0000)]
Use defcustom for user variables.