Richard M. Stallman
9e5b444e89
Add defgroup; use defcustom for user vars.
1997-04-12 19:31:00 +00:00
Richard M. Stallman
abbc1a7ac9
Add defgroup's; use defcustom for user vars.
1997-04-12 19:25:28 +00:00
Richard M. Stallman
c2c84cd793
(auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.
1997-04-12 19:20:07 +00:00
Richard M. Stallman
b5ca6f92e7
(elp-functionp): Definitions deleted; use functionp.
1997-04-12 19:15:11 +00:00
Richard M. Stallman
9b267ebada
(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.
1997-04-12 19:14:18 +00:00
Richard M. Stallman
a9a44ed170
(functionp): New function.
1997-04-12 19:13:07 +00:00
Richard M. Stallman
5edc67d374
(apropos): Add support for faces, widgets, and user options.
...
(apropos-print): Ditto.
1997-04-12 18:49:35 +00:00
Per Abrahamsen
1444b0c0f3
Initial revision
1997-04-12 17:51:31 +00:00
Per Abrahamsen
bd042c030f
Sync with 1.84.
1997-04-12 17:51:31 +00:00
Richard M. Stallman
c5292bc831
Add defgroup's; use defcustom for user vars.
1997-04-12 08:35:41 +00:00
Richard M. Stallman
fcad51995c
Add defgroup's; use defcustom for user vars.
1997-04-12 04:15:03 +00:00
Richard M. Stallman
9848f0caff
(bookmark, bookmark-use-annotations)
...
(bookmark-save-flag, bookmark-save-flag): Doc fixes.
1997-04-12 03:22:41 +00:00
Richard M. Stallman
bbf5eb2805
Add defgroup's; use defcustom for user vars.
1997-04-12 03:18:33 +00:00
Richard M. Stallman
124c852b0a
(vc-update-change-log): Run `rcs2log' in the correct
...
directory when ChangeLog is found elsewhere. Display any error
output from rcs2log.
1997-04-12 03:14:16 +00:00
Richard M. Stallman
13709db5cf
Update copyright year.
1997-04-12 02:55:04 +00:00
Richard M. Stallman
c4cfc3dc6e
Add defgroup's; use defcustom for user vars.
1997-04-12 02:53:36 +00:00
Richard M. Stallman
cd482e0573
Add defgroup's; change use defcustom for user vars.
1997-04-12 02:51:38 +00:00
Richard M. Stallman
89df60f2c0
Fix second copy of Duthen's email address.
1997-04-12 01:51:30 +00:00
Richard M. Stallman
e0af0d3ef4
Add defgroup's; change use defcustom for user vars.
1997-04-12 01:50:50 +00:00
Karl Heuer
e98227af46
(DOWNCASE): Return int, not Lisp_Object.
...
(UPPERCASEP): Use DOWNCASE.
(UPCASE_TABLE): New macro.
(NOCASEP, UPCASE1): Use UPCASE_TABLE.
[!NO_UNION_TYPE] (make_number): Declare.
1997-04-11 21:58:13 +00:00
Ian Lance Taylor
c219c2a01c
Recognize OpenBSD systems correctly (from Niklas Hallqvist
...
<niklas@appli.se>)
1997-04-11 20:40:28 +00:00
Richard M. Stallman
2f5029f3f2
(make): Add scheme-indent-function property.
1997-04-11 20:05:42 +00:00
Richard M. Stallman
dc545b21d1
Don't add custom-initialize-frame to after-make-frame-hook.
1997-04-11 19:54:36 +00:00
Richard M. Stallman
4f23c69269
Use Make to update finder-inf.el and autoloads.
...
Also update cus-load.el.
1997-04-11 19:41:28 +00:00
Richard M. Stallman
009368b966
(finder-inf.el, autoloads): New targets.
...
(cus-load.el): Minor simplification.
1997-04-11 19:40:29 +00:00
Richard M. Stallman
89c771728b
(file-relative-name): Say correctly when the value is absolute.
1997-04-11 18:31:38 +00:00
Richard M. Stallman
d038ca1d37
Load widget and custom packages.
1997-04-11 18:27:07 +00:00
Richard M. Stallman
0342d8c579
(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.
1997-04-11 18:25:41 +00:00
Per Abrahamsen
a3edd195b6
Added newline.
1997-04-11 13:35:19 +00:00
Per Abrahamsen
c48c37728f
Added cus-load.el target.
1997-04-11 13:14:52 +00:00
Per Abrahamsen
860af8ecb1
Initial revision
1997-04-11 13:09:47 +00:00
Per Abrahamsen
c7685c8dfa
Initial revision
1997-04-11 11:56:09 +00:00
Richard M. Stallman
8cd880383c
(doug_lea_malloc): First check for SYSTEM_MALLOC,
...
in case it is desirable to disable the GNU malloc features withglibc.
1997-04-11 08:24:41 +00:00
Richard M. Stallman
27d77e9642
(mallocobj): Make non-REL_ALLOC configuration work
...
with glibc's malloc--do use vm-limit.o.
1997-04-11 08:23:25 +00:00
Richard M. Stallman
f571ae0df2
(read_key_sequence): New argument FIX_CURRENT_BUFFER.
...
Restore the current buffer from selected window on occasion.
All callers changed.
1997-04-11 08:21:38 +00:00
Richard M. Stallman
40b14a0cf3
(list-holidays): Add autoload cookie.
1997-04-11 06:35:54 +00:00
Richard M. Stallman
4f69d8f6d8
(read_minibuf): Get the string from the minibuffer
...
even if the user has selected a different buffer.
1997-04-11 06:04:27 +00:00
Richard M. Stallman
17b3a11bfc
(make-face): New arg no-resources.
...
(make-empty-face): New function.
1997-04-11 05:59:37 +00:00
Richard M. Stallman
056a21c458
(list-holidays): New function.
1997-04-11 02:38:51 +00:00
Richard M. Stallman
5cb9391022
(diary-islamic-date): Use `date'.
1997-04-11 02:35:34 +00:00
Richard M. Stallman
7801463cd5
(diary-coptic-date): Use `date'.
...
If calendar-coptic-date-string gives nonempty string,
add additional text to it.
1997-04-11 02:35:08 +00:00
Richard M. Stallman
edbf26946d
(diary-persian-date): Use `date'.
...
Add some additional text at the end.
1997-04-11 02:34:37 +00:00
Richard M. Stallman
69b31c6922
(diary-french-date): Use `date'.
...
Add some additional text at the end.
1997-04-11 02:34:09 +00:00
Richard M. Stallman
75697ad97f
(diary-astro-day-number): Change format string.
1997-04-11 02:32:13 +00:00
Richard M. Stallman
2d6562a572
(file-relative-name): Expand both args before
...
checking for device mismatch.
(file-relative-name): Handle differing drive letters on Microsoft systems.
1997-04-11 01:47:41 +00:00
Richard M. Stallman
f2b7eb2618
Use defcustom for user variables.
1997-04-11 01:37:50 +00:00
Richard M. Stallman
297744f0e5
Change email address.
1997-04-11 01:30:20 +00:00
Karl Heuer
6787d111ea
(internal_self_insert): Fix return value.
1997-04-10 22:45:03 +00:00
Karl Heuer
49db96ce3d
(scmp, Fdisplay_completion_list): Fix Lisp_Object/integer confusion.
1997-04-10 22:42:34 +00:00
Richard M. Stallman
8835e400fc
Delete the explicit autoload calls.
...
(custom-help-menu): Don't use easymenu; make the keymap explicitly.
(custom-menu-reset): Function deleted. Don't call it, either.
(custom-help-menu): Variable deleted.
1997-04-10 22:39:54 +00:00