1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

481 Commits

Author SHA1 Message Date
Gerd Moellmann
b68c375f83 *** empty log message *** 2000-03-24 22:56:35 +00:00
Gerd Moellmann
9a0dd3dcec *** empty log message *** 2000-03-24 20:56:46 +00:00
Stefan Monnier
c7dcadb5ca *** empty log message *** 2000-03-24 18:45:23 +00:00
Gerd Moellmann
3b55acc9b0 *** empty log message *** 2000-03-24 12:21:51 +00:00
Dave Love
02c76af416 *** empty log message *** 2000-03-23 21:20:46 +00:00
Gerd Moellmann
1a3199d987 *** empty log message *** 2000-03-23 13:56:58 +00:00
Gerd Moellmann
72db3ab5d7 *** empty log message *** 2000-03-23 12:00:47 +00:00
Stefan Monnier
68049bfad7 (makefile-warn-suspicious-lines): clean
up the code and the regexp and make sure the cursor is temporarily
moved to the suspicious line while querying the user.
2000-03-23 02:39:58 +00:00
Jason Rumney
ff4df011b9 *** empty log message *** 2000-03-22 23:18:10 +00:00
Gerd Moellmann
ee1c5b2188 *** empty log message *** 2000-03-22 12:17:51 +00:00
Stefan Monnier
bfb857d81e (find-file-run-dired): Update docstring.
(find-directory-functions): New hook.
(find-file-noselect): Run find-directory-functions rather than
calling dired directly.
2000-03-22 03:10:07 +00:00
Stefan Monnier
cb3430a1f7 * pcvs.el: Add a minimal leading commentary.
(cvs-make-cvs-buffer): Change the header part by removing the startup
message and adding a `Module' entry.  Also replace the FOOTER and
HEADER special fileinfos with the new support in ewoc for updating
its own footer and header.
(cvs-update-header): Update to use the header/footer of the ewoc.
(cvs-mode): Use define-derived-mode and set truncate-lines to t.
(cvs-is-within-p): New function.
(cvs-mode-run): Take advantage of `save-some-buffers's new ability
to only examine some subset of the buffers.
* pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
`format' instead of our own ad-hoc functions.
Remove HEADER and FOOTER cases, now handled in the EWOC.
(cvs-fileinfo<): Remove HEADER and FOOTER cases.
* pcvs-parse.el (cvs-parse-run-table): Change message for unknown
output to avoid scaring the user.
(cvs-parse-table): Catch message for non-up-to-date commits.
* pcvs-defs.el (cvs-startup-message): Remove.
(cvs-global-menu): New autoloaded menu.
* pcvs-util.el (cvs-string-fill): Remove.
* emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
(ewoc--refresh-node): Don't take the whole EWOC but only the relevant
PP part of it and also make it work for footers and headers.
(ewoc-create): Drop POS and BUFFER arguments.
Use the DLL's dummy node to store the end-of-footer position.
(ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
(ewoc-refresh): Remove unused `header' variable.
(ewoc-(get|set)-hf): New functions.
2000-03-22 02:57:23 +00:00
Stefan Monnier
d2cbfba006 *** empty log message *** 2000-03-22 01:49:53 +00:00
Stefan Monnier
0ae39f5338 *** empty log message *** 2000-03-22 00:39:25 +00:00
Jason Rumney
51663132bc *** empty log message *** 2000-03-21 22:20:57 +00:00
Gerd Moellmann
3f6e4b8bfb *** empty log message *** 2000-03-21 21:53:43 +00:00
Stefan Monnier
c7ea3acc6b * derived.el (define-derived-mode): Don't autoload anymore.
Prefer the macro-only version provided by easy-mmode.el.
* emacs-lisp/easy-mmode.el (define-derived-mode): New name for
`easy-mmode-define-derived-mode'.
Use `combine-run-hooks'.
(easy-mmode-define-navigation): New macro.
2000-03-21 15:35:06 +00:00
Kenichi Handa
6c4bfdc0b7 *** empty log message *** 2000-03-21 00:50:39 +00:00
Kenichi Handa
9111d4b571 Fontsets related initialization is simplified. 2000-03-21 00:34:45 +00:00
Gerd Moellmann
a25bbe00cb *** empty log message *** 2000-03-20 14:08:44 +00:00
Gerd Moellmann
b33dd3b087 *** empty log message *** 2000-03-20 12:34:21 +00:00
Richard M. Stallman
e53ae11c20 *** empty log message *** 2000-03-19 15:56:23 +00:00
Gerd Moellmann
d7b511c441 *** empty log message *** 2000-03-18 01:42:31 +00:00
Gerd Moellmann
998ecc60fc *** empty log message *** 2000-03-17 22:46:46 +00:00
Dave Love
235d682111 *** empty log message *** 2000-03-17 21:29:09 +00:00
Stefan Monnier
af59544485 (rmail-summary-font-lock-keywords): Make sure the
regexp for labels cannot span several lines.
2000-03-17 20:05:14 +00:00
Stefan Monnier
a29a2cd183 (cl-do-arglist): Don't add (setq :<key> ':<key>). 2000-03-17 19:35:23 +00:00
Dave Love
a9be284341 *** empty log message *** 2000-03-16 22:18:59 +00:00
Gerd Moellmann
16b20ed921 (custom-variable-tag-face): Handle case that
default face's height is not a number.
(custom-face-tag-face, custom-group-tag-face-1)
(custom-group-tag-face): Ditto.
(custom-group-tag-face-1): Add :group.
2000-03-16 22:15:26 +00:00
Gerd Moellmann
d0ab3e9d23 *** empty log message *** 2000-03-16 16:31:26 +00:00
Gerd Moellmann
ae8ab422e9 (toplevel): Remove autoload cookie for form
requiring easymenu.
2000-03-15 21:29:58 +00:00
Gerd Moellmann
81c7ca6923 *** empty log message *** 2000-03-15 13:39:19 +00:00
Kenichi Handa
dcf1003db6 *** empty log message *** 2000-03-15 02:28:31 +00:00
Dave Love
73825616fd *** empty log message *** 2000-03-14 23:01:20 +00:00
Dave Love
031020accd *** empty log message *** 2000-03-12 19:11:33 +00:00
Gerd Moellmann
9b2f3c3830 *** empty log message *** 2000-03-12 17:01:50 +00:00
Dave Love
0d6e23cfa7 (completion-setup-function): Use display-color-p. 2000-03-12 15:34:37 +00:00
Gerd Moellmann
e1cff36058 *** empty log message *** 2000-03-12 15:22:51 +00:00
Gerd Moellmann
5e5dff44e7 *** empty log message *** 2000-03-12 13:49:28 +00:00
Stefan Monnier
f24fef2f20 *** empty log message *** 2000-03-11 06:54:21 +00:00
Stefan Monnier
83fef604bc *** empty log message *** 2000-03-11 06:49:17 +00:00
Stefan Monnier
5b467bf4e2 *** empty log message *** 2000-03-11 03:51:31 +00:00
Gerd Moellmann
d407456c9e (texinfo-version): Variable and function
removed.
2000-03-10 20:07:01 +00:00
Stefan Monnier
5a7a545cc5 (easy-mmode-define-keymap): Extend to allow more flexibility.
(easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New functions.
(easy-mmode-defmap, easy-mmode-defsyntax, easy-mmode-define-derived-mode):
New macros.
2000-03-10 01:17:04 +00:00
Dave Love
445b0666d6 *** empty log message *** 2000-03-09 23:17:52 +00:00
Gerd Moellmann
d1221ea91d *** empty log message *** 2000-03-09 20:28:18 +00:00
Gerd Moellmann
1853aa6bc9 (mouse-drag-region): Don't run up-event handler
if hscroll has changed.
2000-03-09 20:08:49 +00:00
Gerd Moellmann
80460654af *** empty log message *** 2000-03-09 13:40:34 +00:00
Stefan Monnier
c00562751d Update copyright and leading comment.
(regexp-opt): Update comment and adapt the code the new meaning of the
`paren' argument of regex-opt-group for shy-groups.
(regexp-opt-depth): Handle shy groups as well as backslashed backslashes.
(regexp-opt-group): Turn the leading comment into a docstring.
Allow `paren' to be a string (the string to use to open a group).
Remove open-presuf and close-presuf.
Instead of checking for `all one-char' and then later on check for
`several one-char', handle both cases close together.
Also apply a more generic algorithm for suffixes (the mirror image
of the algorithm used for prefixes).
Use shy-groups.
\Use nreverse rather than reverse.
(regexp-opt-try-suffix): Removed.
2000-03-09 00:45:15 +00:00
Gerd Moellmann
feab4fba81 *** empty log message *** 2000-03-08 14:49:11 +00:00