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

715 Commits

Author SHA1 Message Date
Dave Love
64a4c526f4 Doc fixes; mainly avoid duplicating arg
list in doc string.  Don't quote keyword symbols.
2000-05-05 20:01:01 +00:00
Gerd Moellmann
056565f7fb *** empty log message *** 2000-05-05 13:22:19 +00:00
Gerd Moellmann
ec82fb2f40 *** empty log message *** 2000-05-04 21:52:38 +00:00
Gerd Moellmann
4656b31490 (substitute-key-definition): Clarify documentation. 2000-05-04 20:21:58 +00:00
Eli Zaretskii
7b081c7882 (cjk-codepages-alist): Add associations for
Chinese and Korean codepages.
2000-05-04 16:12:32 +00:00
Dave Love
baa5536e2f *** empty log message *** 2000-05-03 21:40:11 +00:00
Gerd Moellmann
4ff40dd081 *** empty log message *** 2000-05-03 19:49:39 +00:00
Gerd Moellmann
cbf18892c4 *** empty log message *** 2000-05-03 12:34:27 +00:00
Kenichi Handa
ffec4d9fa7 *** empty log message *** 2000-05-03 03:09:02 +00:00
Gerd Moellmann
576da55d72 *** empty log message *** 2000-05-02 20:12:37 +00:00
Dave Love
92c1317394 *** empty log message *** 2000-05-02 19:10:37 +00:00
Gerd Moellmann
1b0672c3f9 *** empty log message *** 2000-05-02 13:47:06 +00:00
Eli Zaretskii
4b33deaa56 (auto-save-list-file-prefix): For ms-dos, set the
default prefix to `~/_emacs.d/auto-save.list/_s'.
(normal-top-level): Create the directory for auto-save files, if
it doesn't already exist, in the ms-dos case only.
2000-05-02 12:03:43 +00:00
Eli Zaretskii
5c922ea7e8 *** empty log message *** 2000-05-02 11:57:06 +00:00
Dave Love
820ad5e7e3 (help-xref-on-pp): Check for constant symbols. 2000-05-02 10:40:37 +00:00
Gerd Moellmann
57cb56f585 *** empty log message *** 2000-04-29 19:35:00 +00:00
Gerd Moellmann
084cec2f2c *** empty log message *** 2000-04-29 13:19:35 +00:00
Gerd Moellmann
c94f467716 *** empty log message *** 2000-04-28 11:53:43 +00:00
Kenichi Handa
7b211df551 *** empty log message *** 2000-04-28 04:03:09 +00:00
Gerd Moellmann
c76e04a8d5 *** empty log message *** 2000-04-27 19:12:09 +00:00
Dave Love
e3e36d741f (locate-library): Use mapc.
(help-manyarg-func-alist): Add call-process-region.
2000-04-27 17:02:42 +00:00
Gerd Moellmann
353964e391 *** empty log message *** 2000-04-27 10:52:35 +00:00
Gerd Moellmann
b35bd33d35 (add-minor-mode): Make argument MAP optional. 2000-04-26 18:50:09 +00:00
Gerd Moellmann
7464346de7 *** empty log message *** 2000-04-26 17:46:21 +00:00
Stefan Monnier
23c0fb21e7 (custom-face): Fix parenthesis. 2000-04-26 17:12:34 +00:00
Kenichi Handa
f03392a12d (rmail-expunge): When there's no deleted messages,
do nothing.
2000-04-25 23:49:40 +00:00
Kenichi Handa
fad9503776 *** empty log message *** 2000-04-25 23:46:07 +00:00
Dave Love
0d7c5bb952 (locale-translation-file-name):
Defvar to nil.
(set-locale-environment): Set it here (at runtime).
2000-04-25 23:16:28 +00:00
Gerd Moellmann
612839b6b2 *** empty log message *** 2000-04-25 19:43:58 +00:00
Dave Love
2917cc0582 *** empty log message *** 2000-04-24 20:42:00 +00:00
Gerd Moellmann
abfcc168d3 *** empty log message *** 2000-04-24 18:48:24 +00:00
Sam Steingold
fa78f71bdb (time-stamp-string-preprocess): Always convert
`field-result' to a string.
2000-04-24 17:37:05 +00:00
Gerd Moellmann
cc181e9561 *** empty log message *** 2000-04-24 14:01:22 +00:00
Dave Love
6142fdcb58 *** empty log message *** 2000-04-19 22:45:31 +00:00
Gerd Moellmann
1c45948663 *** empty log message *** 2000-04-19 20:42:34 +00:00
Gerd Moellmann
271b4185ff *** empty log message *** 2000-04-19 19:12:22 +00:00
Gerd Moellmann
5e3dac3f5a *** empty log message *** 2000-04-19 15:38:21 +00:00
Gerd Moellmann
f6d3257b91 *** empty log message *** 2000-04-18 13:42:41 +00:00
Richard M. Stallman
e61482c045 *** empty log message *** 2000-04-17 16:08:07 +00:00
Gerd Moellmann
0daee09518 *** empty log message *** 2000-04-17 15:27:23 +00:00
Gerd Moellmann
e10f64e713 *** empty log message *** 2000-04-17 12:38:09 +00:00
Stefan Monnier
e3721db120 (texinfo-mode-syntax-table): Add \n as comment-end.
(texinfo-font-lock-syntactic-keywords): New var.
(texinfo-font-lock-keywords): Remove comment regexp.
(texinfo-insert-block): New function.
(texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
(texinfo-mode): Use define-derived-mode.
Tweak comment-start-skip and font-lock-defaults.
Use regexp-opt for outline-regexp.
(texinfo-environments): New var.
(texinfo-environment-regexp): Use regexp-opt and texinfo-environments.
2000-04-17 11:45:39 +00:00
Gerd Moellmann
712dc9e0f1 Check for line-beginning-position definition.
Fix counting lines in a region.
(ps-print-version): New version number (5.1.5).
(ps-spool-without-faces, ps-spool-with-faces): Adjust code.
(ps-printing-region): Fun code fix.
2000-04-15 11:39:10 +00:00
Gerd Moellmann
ffc50f2aab (gud-jdb-build-source-files-list): Change file-exists-p
to file-directory-p.
2000-04-15 11:33:45 +00:00
Gerd Moellmann
a2522dca96 *** empty log message *** 2000-04-14 13:30:35 +00:00
Dave Love
6e8836101a *** empty log message *** 2000-04-13 19:42:22 +00:00
Gerd Moellmann
198e3c7ad9 *** empty log message *** 2000-04-13 19:17:06 +00:00
Eli Zaretskii
8eba343c5b (ispell-menu-map): Menu items rearranged and
converted to the new menu-item format, names silightly changed,
help strings added.

Support for spelling without async subprocesses:

(ispell-cmd-args, ispell-output-buffer)
(ispell-session-buffer): New variables.
(ispell-start-process, ispell-process-status,
ispell-accept-output, ispell-send-string): New functions, for
Ispell invocation when async subprocesses aren't supported.
(ispell-word, ispell-pdict-save, ispell-command-loop,
ispell-process-line, ispell-buffer-local-parsing): Replace calls
to process-send-string with calls to ispell-send-string, and
accept-process-output with ispell-accept-output.
(ispell-init-process): Call ispell-process-status instead of
process-status with.
(ispell-init-process): Call ispell-start-process.  Call
ispell-accept-output and ispell-send-string.  Don't call
process-kill-without-query and kill-process if they are unbound.
(ispell-async-processp): New function.
2000-04-13 14:02:23 +00:00
Dave Love
3d30065dc2 Copyright up-date. 2000-04-12 18:30:39 +00:00
Gerd Moellmann
8b2affc591 (ebrowse-tree-mode): Use
propertized-buffer-identification.
(ebrowse-update-member-buffer-mode-line): Likewise.
(ebrowse--mode-strings): Removed.
(ebrowse--mode-line-props): Removed.
2000-04-10 19:56:52 +00:00
Gerd Moellmann
1a1b189504 *** empty log message *** 2000-04-10 13:43:06 +00:00
Kenichi Handa
223f3c9152 *** empty log message *** 2000-04-10 11:17:38 +00:00
Gerd Moellmann
25fbf2c48a (with-buffer-unmodified): Fix bug introduced by `)'
at the wrong place.
2000-04-10 10:52:46 +00:00
Gerd Moellmann
c45be9accf *** empty log message *** 2000-04-09 20:32:42 +00:00
Gerd Moellmann
be0dbdab00 *** empty log message *** 2000-04-09 11:15:57 +00:00
Dave Love
3f923efebf Fix specs for dolist, dotimes, push, pop, unless, when. 2000-04-08 23:42:11 +00:00
Michael Kifer
d35bee0ea6 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
* viper-util.el (viper-put-on-search-overlay): New subroutine.
	(viper-flash-search-pattern): No operation when using Emacs
	doesn't support face.
	Use `viper-put-on-search-overlay'.
2000-04-07 16:10:04 +00:00
Gerd Moellmann
c407c57000 *** empty log message *** 2000-04-04 21:15:08 +00:00
Gerd Moellmann
685e5ed20f *** empty log message *** 2000-04-04 15:03:37 +00:00
Gerd Moellmann
62f20204b7 *** empty log message *** 2000-04-03 21:21:42 +00:00
Gerd Moellmann
6460c4009c *** empty log message *** 2000-04-03 20:54:40 +00:00
Gerd Moellmann
c0510d2712 *** empty log message *** 2000-04-03 19:34:41 +00:00
Gerd Moellmann
0166aed1b5 (jka-compr-compression-info-list): Add `.z'
to extensions handled by gzip.
2000-04-03 13:30:55 +00:00
Kenichi Handa
3a100fd68d *** empty log message *** 2000-04-03 11:10:05 +00:00
Kenichi Handa
14c04384b5 *** empty log message *** 2000-04-03 04:05:06 +00:00
Dave Love
ccf5869a2e *** empty log message *** 2000-04-01 14:42:59 +00:00
Gerd Moellmann
610d841ea4 *** empty log message *** 2000-04-01 12:25:00 +00:00
Dave Love
2de477650b (help-manyarg-func-alist): Correct several omissions. 2000-03-31 19:59:07 +00:00
Dave Love
7283881951 *** empty log message *** 2000-03-31 19:06:44 +00:00
Dave Love
7f9de034e8 *** empty log message *** 2000-03-31 11:55:15 +00:00
Gerd Moellmann
aa110c0c9e *** empty log message *** 2000-03-31 11:54:40 +00:00
Kenichi Handa
6733d07461 *** empty log message *** 2000-03-31 01:11:13 +00:00
Gerd Moellmann
7438c86b33 *** empty log message *** 2000-03-30 13:28:09 +00:00
Gerd Moellmann
63fcfa045d *** empty log message *** 2000-03-30 11:46:13 +00:00
Peter Breton
1f56ba7335 *** empty log message *** 2000-03-30 11:02:27 +00:00
Peter Breton
326855a0f4 Changes for locate.el 2000-03-30 09:37:06 +00:00
Dave Love
141384bdd2 *** empty log message *** 2000-03-29 21:57:22 +00:00
Andreas Schwab
c5aa0fc289 . 2000-03-29 21:34:46 +00:00
Dave Love
f1d6fe6965 (format-alist): Use iso-cvt functions for SGML/HTML. 2000-03-29 18:37:25 +00:00
Gerd Moellmann
b61f12157b *** empty log message *** 2000-03-28 11:29:31 +00:00
Stefan Monnier
3831af621a (log-edit-mode-hook): Fix typo. 2000-03-26 23:05:27 +00:00
Stefan Monnier
ea4b0ca303 (byte-compile-eval): Fix and reenable the code. 2000-03-26 19:52:27 +00:00
Dave Love
082527febb (browse-url): Re-fix case of
browse-url-browser-function being an alist.
(browse-url): Add :link to defgroup.
2000-03-26 18:34:30 +00:00
Dave Love
08f8b1cc01 *** empty log message *** 2000-03-26 17:51:09 +00:00
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
Gerd Moellmann
5e91ff9eff *** empty log message *** 2000-03-07 23:32:47 +00:00
Dave Love
f64ce78896 (recentf-keep-non-readable-files-p): Add :set,
:require to defcustom.
2000-03-07 20:31:06 +00:00
Dave Love
76162e12c8 Remove references to rassoc, delete, expt. 2000-03-07 19:45:56 +00:00
Gerd Moellmann
f7daf1e10f Change maintainer to `none'. 2000-03-07 12:41:05 +00:00
Dave Love
63f6b2c46d Fix keywords, autoload cookies. Split
eval-when-compile form to avoid compilation failure.
2000-03-07 10:10:40 +00:00
Kenichi Handa
8330e2f914 *** empty log message *** 2000-03-07 06:14:45 +00:00
Gerd Moellmann
18bb0684ce *** empty log message *** 2000-03-06 12:48:03 +00:00
Gerd Moellmann
71a6ba55f5 *** empty log message *** 2000-03-03 14:00:31 +00:00
Kenichi Handa
0d56cdff96 *** empty log message *** 2000-03-03 04:16:42 +00:00
Gerd Moellmann
900fa1f131 *** empty log message *** 2000-03-02 13:46:46 +00:00
Dave Love
43f3fa09a1 *** empty log message *** 2000-03-02 12:27:55 +00:00
Dave Love
54d0432002 *** empty log message *** 2000-03-02 10:32:35 +00:00
Gerd Moellmann
d054101fd8 *** empty log message *** 2000-03-02 09:49:52 +00:00
Dave Love
e5f597f0bf (lisp-mode-syntax-table): Fix syntax of |. 2000-03-01 21:02:37 +00:00
Dave Love
d77dae5c40 (help-xref-button): Add help-echo arg.
(describe-function-1, describe-variable, help-make-xrefs): Use it.
2000-03-01 19:07:30 +00:00
Gerd Moellmann
2df636f443 *** empty log message *** 2000-03-01 12:56:09 +00:00
Gerd Moellmann
72d19d752b *** empty log message *** 2000-03-01 10:29:49 +00:00
Kenichi Handa
1ac1c8367a *** empty log message *** 2000-02-29 11:31:24 +00:00
Gerd Moellmann
ed4d05122e *** empty log message *** 2000-02-29 10:16:31 +00:00
Gerd Moellmann
32038c7ac0 (java-keywords): Added missing java 1.2.2 Javadoc tags. 2000-02-29 09:37:22 +00:00
Michael Kifer
635270b666 *** empty log message *** 2000-02-28 06:23:55 +00:00
Michael Kifer
55d7ff38f1 * viper-cmd.el (viper-envelop-ESC-key): added the option to
translate all ESC key sequences.
	(viper-goto-mark-subr): restore markers for files for which
	they were saved.
	* viper-init.el (viper-translate-all-ESC-keysequences): new variable.
	* viper-util.el (viper-set-replace-overlay-glyphs,
	viper-set-replace-overlay): always check if the replacement
	overlay is live.
	* viper.el (viper-vi-state-mode-list): added major modes.
	* ediff-wind.el: minor comment changes.
	* ediff.el: copyright notice date fix.
2000-02-28 06:16:44 +00:00
Jason Rumney
387023ee15 *** empty log message *** 2000-02-27 21:52:51 +00:00
Gerd Moellmann
f43d79c132 *** empty log message *** 2000-02-25 15:47:41 +00:00
Gerd Moellmann
449c3c5259 *** empty log message *** 2000-02-25 14:05:59 +00:00
Gerd Moellmann
f5b586154b *** empty log message *** 2000-02-25 13:35:37 +00:00
Gerd Moellmann
4eb8436ff5 *** empty log message *** 2000-02-25 13:21:42 +00:00
Gerd Moellmann
42088c126a *** empty log message *** 2000-02-24 14:05:02 +00:00
Gerd Moellmann
c60ea02e08 *** empty log message *** 2000-02-24 13:55:54 +00:00
Eli Zaretskii
d066de8eb4 (dired-mode-map): Don't remove "Edit" from the menu
bar.  Menu items converted to (menu-item format, help strings
added.
[downcase, upcase]: Don't enable on MS-DOS.
[symlink, symlinks]: Don't show if make-symbolic-link is not
bound.
[chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2000-02-24 12:59:48 +00:00
Dave Love
275cf1b274 (kill-paragraph, backward-kill-paragraph)
(backward-kill-sentence, kill-sentence): Likewise.
2000-02-23 23:10:32 +00:00
Dave Love
99d48056fa (mouse-drag-mode-line-1): Remove `growth =' message. 2000-02-23 22:20:44 +00:00
Dave Love
b6906b3842 *** empty log message *** 2000-02-23 12:34:34 +00:00
Kenichi Handa
c709bcf10b *** empty log message *** 2000-02-23 08:04:11 +00:00
Kenichi Handa
214f877f4d *** empty log message *** 2000-02-23 00:11:13 +00:00
Dave Love
b021ef186f (when, unless, split-string): Doc fix.
(read-passwd): Move call of clear-this-command-keys to the right
place.
(replace-regexps-in-string): New function.
2000-02-22 20:16:31 +00:00
Gerd Moellmann
14cc00adb2 (describe-variable): Set syntax table to
emacs-lisp-mode-syntax-table when moving forward over the
symbol's name.
2000-02-22 16:57:09 +00:00
Dave Love
47da5efad1 (xterm-mouse-mode): Typo. 2000-02-22 12:02:10 +00:00
Gerd Moellmann
f0a6c717e2 (format-annotate-single-property-change): Handle
properties.with dotted-list values.
(format-proper-list-p): New function.
2000-02-21 13:00:25 +00:00
Dave Love
2be80b63e7 (flyspell-mouse-map): Change definition
and assignments to it.
(flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
current local map.
(make-flyspell-overlay): Use it.
(flyspell-correct-word/mouse-keymap): Change XEmacs test.
2000-02-20 19:03:33 +00:00
Gerd Moellmann
329eed9f6e *** empty log message *** 2000-02-20 16:03:42 +00:00
Dave Love
be5bb1464f *** empty log message *** 2000-02-20 13:44:12 +00:00
Eli Zaretskii
1d4311c3a9 *** empty log message *** 2000-02-20 13:06:08 +00:00
Thien-Thi Nguyen
a23c5037e7 (hs-flag-region): No longer use `intangible' overlay property.
(hs-toggle-hiding): New command.
(hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.

(hs-minor-mode): Move call to `hs-grok-mode-type' early on.
Fix omission bug: Run `hs-minor-mode-hook' for both activation
and deactivation.
2000-02-18 23:35:24 +00:00
Gerd Moellmann
b6a22bf83e *** empty log message *** 2000-02-18 11:35:29 +00:00
Gerd Moellmann
3c0ed7cec3 (lisp-indent-259): Indentation fix. 2000-02-17 20:45:37 +00:00
Gerd Moellmann
d621caf7c8 *** empty log message *** 2000-02-17 16:18:09 +00:00
Eli Zaretskii
53c80cf65e (list-faces-display): Use display-mouse-p, not window-system. 2000-02-17 14:01:20 +00:00
Eli Zaretskii
538d88fb93 (mule-menu-keymap)
(describe-language-environment-map, set-coding-system-map)
(setup-language-environment-map): Convert to new (menu-item...
form, add help strings.  Change names of menu items for better
clarity.  "Mule" menu-bar item removed (it's now in the "Options"
submenu).
2000-02-17 11:10:31 +00:00
Gerd Moellmann
8389e1e25c *** empty log message *** 2000-02-17 09:49:05 +00:00
Dave Love
84fe35f0e4 Don't require custom. Add more specific :groups to various deffaces.
(set-face-attribute): Purecopy args.
(read-face-name): Default to name at point and use it in prompt.
Remove colon from arg in all callers.
(list-faces-display): Hyperlink to face descriptions and customize
buffers.
2000-02-16 22:58:42 +00:00
Dave Love
82d2c7c522 *** empty log message *** 2000-02-16 19:21:54 +00:00
Dave Love
b2aeee30bf 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
* wid-edit.el (widget-match-inline): An atom never matches a
          list.
2000-02-16 13:28:33 +00:00
Gerd Moellmann
99e95407a0 *** empty log message *** 2000-02-15 10:30:58 +00:00
Kenichi Handa
eae61d8f4a *** empty log message *** 2000-02-13 23:50:09 +00:00
Gerd Moellmann
fb07a30287 *** empty log message *** 2000-02-12 19:50:59 +00:00
Dave Love
a0eddf92d5 *** empty log message *** 2000-02-10 18:50:33 +00:00
Dave Love
6cbc1482fe (command-line-1): Don't call make-mode-line-mouse-sensitive. 2000-02-09 12:43:30 +00:00
Gerd Moellmann
f7136ee81a *** empty log message *** 2000-02-07 23:29:31 +00:00
Stefan Monnier
fef8c55b16 (diff-kill-junk): New interactive function.
(diff-reverse-direction): Use delete-and-extract-region.
(diff-post-command-hook): Restrict the area so that the hook also works
outside of any diff hunk.  This is necessary for the minor-mode.
(diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
(diff-minor-mode): Setup the hooks for header-hunk rewriting.
2000-02-07 02:01:07 +00:00
Stefan Monnier
6e1d0d151d (font-lock-keywords): Fix doc for multiline matches.
(font-lock-add-keywords): Make it work even if font-lock-mode is nil,
so that it can be used more easily in <foo>-mode-hook.  Also make sure
to avoid duplicate entries.
(font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
(font-lock-remove-keywords): Just as was done for `add', allow it to
work even if font-lock-mode is nil.  Also make sure we don't modify
any pre-existing list by forcing a copy-sequence.  Finally rename
`major-mode' to `mode'.
(font-lock-fontify-syntactic-anchored-keywords)
(font-lock-fontify-anchored-keywords)
(font-lock-fontify-keywords-region): Use line-end-position.
Don't make `font-lock-multiline' local (it's now done in
font-lock-set-defaults).
(font-lock-set-defaults): Make `font-lock-multiline' local.  Also
move the `font-lock-fontified' creation to inside the `unless'.
2000-02-07 01:49:33 +00:00
Andrew Innes
a75dfea0a5 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
around image definitions and prototypes.
(gamma_correct) [WINDOWSNT]: New prototype.

* w32term.c (x_make_frame_visible): Replace call to
input_poll_signal with poll_for_input.

* window.c [WINDOWSNT]: Include w32term.h.

* xdisp.c [WINDOWSNT]: Include w32term.h.

* makefile.nt: Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj.
($(BLD)\atimer.obj): New dependency rule.

* w32.c (sigmask): New function (does nothing).
(sigunblock): Ditto.

* frame.c [WINDOWSNT]: Include w32term.h.

* w32gui.h (struct W32FontStruct): Add ascent and descent slots.

* lread.c (syms_of_lread): Fix literal newlines.

* emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
the string constant limit (2048 bytes) in MSVC.
(main): Ditto.
2000-02-06 23:37:51 +00:00
Dave Love
9ff33afbe7 (mode-line-mule-info): Fix/extend last change. 2000-02-04 20:35:08 +00:00
Dave Love
b85e9462bf *** empty log message *** 2000-02-04 15:18:30 +00:00
Carsten Dominik
44dff07587 Version number and date updated 2000-02-04 10:14:51 +00:00
Dave Love
f26c34fdef *** empty log message *** 2000-02-02 20:25:23 +00:00