1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
d61140e89d Add defgroup's; use defcustom for user vars. 1997-04-13 07:28:48 +00:00
Richard M. Stallman
ffdd27965e (server-done): If buffer visits no file, don't offer save. 1997-04-13 06:12:34 +00:00
Richard M. Stallman
6811a757a5 (sgml-mode-facemenu-add-face-function): New function.
(sgml-mode-common): Use that function for the hook value.
1997-04-13 06:11:35 +00:00
Richard M. Stallman
64ae0c233e Add defgroup; use defcustom for user vars. 1997-04-13 05:07:27 +00:00
Richard M. Stallman
54df7d9acc (dired-noselect): Avoid calling file-directory-p
when the initial argument was syntactically a directory name.
1997-04-13 04:26:38 +00:00
Richard M. Stallman
ded3e3d816 Add defgroup; use defcustom for user vars. 1997-04-13 03:09:23 +00:00
Richard M. Stallman
8e9337739b Fix previous change. 1997-04-13 02:41:42 +00:00
Richard M. Stallman
ed366e8726 Add defgroup's; use defcustom for user vars. 1997-04-13 02:39:56 +00:00
Richard M. Stallman
4d100a01c9 Load cus-start.
Don't insist that bindings.el not be compiled.
1997-04-12 20:30:17 +00:00
Richard M. Stallman
20f0de751d Add defgroup; use defcustom for user vars. 1997-04-12 20:20:55 +00:00
Richard M. Stallman
1d6a4283e4 (mail-quote-printable, mail-unquote-printable)
(mail-unquote-printable-hexdigit): New functions.
1997-04-12 20:09:17 +00:00
Richard M. Stallman
3627d6b20a Update copyright years. 1997-04-12 19:31:18 +00:00
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