1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00
Commit Graph

38070 Commits

Author SHA1 Message Date
Gerd Moellmann
1fd520b6b3 (substitute-env-vars): Don't quote argument to `rx';
it's a macro.
2001-10-29 09:10:48 +00:00
Gerd Moellmann
8997e990e4 *** empty log message *** 2001-10-29 08:28:56 +00:00
Gerd Moellmann
053b325683 (x_build_heuristic_mask): Use x_alloc_image_color. 2001-10-28 20:57:00 +00:00
Gerd Moellmann
138f08595b *** empty log message *** 2001-10-28 19:28:52 +00:00
Eli Zaretskii
73d25f9cca *** empty log message *** 2001-10-28 19:28:08 +00:00
Eli Zaretskii
cc9458f76a Add IBM S/390 on GNU/Linux. 2001-10-28 19:16:18 +00:00
Eli Zaretskii
e64fed1d5d New file. From Adam Thornton <athornton@sinenomine.net>. 2001-10-28 19:10:11 +00:00
Gerd Moellmann
cac1daf08d (x_build_heuristic_mask): Fix a bug not incrementing
a loop counter.
2001-10-28 19:08:14 +00:00
Eli Zaretskii
f4c2acb31f (s390-*-linux-gnu): New system. From Adam Thornton <athornton@sinenomine.net>. 2001-10-28 19:05:36 +00:00
Pavel Janík
186486eb07 Use argv[0] instead of emacs when -t was specified. 2001-10-28 18:53:39 +00:00
Pavel Janík
4707d2d079 Change doc-string comments to new style' [w/doc:' keyword].
Fix typos in comments.
2001-10-28 18:50:45 +00:00
Eli Zaretskii
60b541d115 (RegText): Fix the wording in the last change. From Richard M. Stallman. 2001-10-28 17:41:55 +00:00
Eli Zaretskii
c5c36e022e (Customization Types): Add a reference to the Widget manual. 2001-10-28 17:38:29 +00:00
Gerd Moellmann
e5515302f5 (recursive-load-depth-limit): Added. 2001-10-28 16:24:15 +00:00
Richard M. Stallman
bb41818d98 (version18p, version20p): Vars deleted.
All uses removed--assume Emacs version is >= 20.
2001-10-28 14:21:59 +00:00
Richard M. Stallman
36656ee3bc (sc-emacs-features): Test for "Emacs 19"
by really checking that it is not version 18.
2001-10-28 14:20:39 +00:00
Richard M. Stallman
46f90d0ff3 (eval-defun): Doc fix. 2001-10-28 14:15:14 +00:00
Richard M. Stallman
eef442a57e *** empty log message *** 2001-10-28 14:14:44 +00:00
Pavel Janík
d883731ca8 (bug_reporting_address): New function.
Use it when displaying usage message.
2001-10-28 13:42:48 +00:00
Pavel Janík
040122547f (read_minibuf): Remove unused external declaration of variable
`Qread_only'.
2001-10-28 10:56:21 +00:00
Pavel Janík
13b1a09c3e (access_keymap): Remove unused variable `charset'. 2001-10-28 10:53:43 +00:00
Miles Bader
5bbf4378a0 *** empty log message *** 2001-10-28 10:22:34 +00:00
Miles Bader
c7f814cb6d (face-attribute): Add INHERIT argument, consider face inheritance if non-nil.
(face-attribute-merged-with): New function.
(face-attribute-specified-or): New macro.
(face-foreground, face-background, face-stipple): Add INHERIT argument.
Use `face-attribute-specified-or'.
2001-10-28 10:19:33 +00:00
Miles Bader
cdfaafa9cc (merge_face_heights): Handle TO being relative as well.
Remove #ifdef'd-out code.
(Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
(syms_of_xfaces): Initialize them.
2001-10-28 10:09:29 +00:00
Stefan Monnier
c2d535587a *** empty log message *** 2001-10-28 06:48:56 +00:00
Stefan Monnier
e8ac59b819 (syntax-ppss-stats): Be more robust when dividing by 0. 2001-10-28 05:43:36 +00:00
Stefan Monnier
8259bf101d Require `syntax'.
(font-lock-defaults-alist): Don't define keywords for lisp languages.
Use `c-font-lock-syntactic-face-function' for c languages.
(font-lock-mode): Don't unset vars when turning the mode off.
(font-lock-default-fontify-buffer): Don't unset vars at the end.
(font-lock-extra-managed-props): New var.
(font-lock-default-unfontify-region): Use it.
(font-lock-apply-syntactic-highlight): Flush the syntax cache.
Don't eval the value when there's no match.
(font-lock-ppss-stats): New var.
(font-lock-ppss): New fun.
(font-lock-fontify-syntactically-region): Use it and syntax.ppss.
(font-lock-apply-highlight): Allow `highlight' to set several props.
(font-lock-set-defaults): Use dolist.
(font-lock-unset-defaults): Remove.
(font-lock-match-c-style-declaration-item-and-skip-to-next):
Try to recognize prototypes using `foo P_ ((args))'.
({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
(c-font-lock-keywords-2): Fix last change to still use Anders' trick.
(c-font-lock-syntactic-face-function): New function.
(font-lock-match-c++-style-declaration-item-and-skip-to-next)
(c++-keywords): Use a more sophisticated regexp to handle
shallowly nested templates.
2001-10-28 04:48:16 +00:00
Stefan Monnier
b2e8c203e4 (sgml-tags-invisible): Typo. 2001-10-28 04:12:46 +00:00
Stefan Monnier
73d25e5276 (sgml-empty-tags): New var.
(sgml-tag): Use it.  Cleanup with `cond'.
(sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
Mark the overlays and only delete those that are marked.
(sgml-skip-close-p): Remove.
(sgml-value): Replace sgml-skip-close-p with its definition.
(html-tag-alist): Use sgml-xml a bit more.
(html-mode): Set sgml-empty-tags.
2001-10-28 04:10:40 +00:00
Stefan Monnier
001c08a170 *** empty log message *** 2001-10-28 03:29:49 +00:00
Stefan Monnier
b9f6016110 Use when', dolist', `push', ...
(texinfo-update-node, texinfo-sequential-node-update):
Don't bind the obsolete `auto-fill-hook'.
(texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
Use `set-buffer' rather than `switch-to-buffer'.
(texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
Use `set-buffer' rather than `switch-to-buffer'.
2001-10-28 03:24:14 +00:00
Miles Bader
788faf1fc2 *** empty log message *** 2001-10-28 03:12:04 +00:00
Stefan Monnier
56487dd411 *** empty log message *** 2001-10-27 23:26:53 +00:00
Stefan Monnier
6553d8f222 (gnus-setup-message): Setup reaper for MML buffers. 2001-10-27 22:52:29 +00:00
Jason Rumney
1ce1e4ee74 *** empty log message *** 2001-10-27 22:40:41 +00:00
Jason Rumney
65906840ae (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
<WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
position using the system caret.
2001-10-27 22:30:55 +00:00
Jason Rumney
abb15ebda6 (w32_system_caret_hwnd, w32_system_caret_width)
(w32_system_caret_height, w32_system_caret_x)
(w32_system_caret_y): New variables for tracking system caret.
(w32_initialize): Initialize them.
(x_display_and_set_cursor): Make system caret follow the active cursor.
2001-10-27 22:21:24 +00:00
Stefan Monnier
f81b71c78b (mail-mode-syntax-table): Let it inherit from text-mode-syntax-table.
(mail-mode): Use define-derived-mode.
Fix ordering of alternatives in adaptive-fill-regexp.
(mail-mode-map): Don't rely on keymap's internal representation.
2001-10-27 22:19:29 +00:00
Jason Rumney
64ade657fb (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET): New messages types. 2001-10-27 22:07:59 +00:00
Pavel Janík
bb4600a4b0 Fix typo in a comment. 2001-10-27 21:43:23 +00:00
Sam Steingold
c71a58a384 (mouse-buffer-menu-mode-groups): added SGML group 2001-10-27 16:32:35 +00:00
Sam Steingold
54c0e6825b renamed html-xhtml' to sgml-xml' 2001-10-27 16:09:54 +00:00
Sam Steingold
c77c3a7302 renamed html-xhtml' to sgml-xml' and generalized accordingly 2001-10-27 16:07:35 +00:00
Gerd Moellmann
9ac553b952 Remove installation instructions. There's nothing to do. 2001-10-27 15:08:48 +00:00
Eli Zaretskii
8e5ff9aaa4 *** empty log message *** 2001-10-27 15:02:14 +00:00
Eli Zaretskii
25cacfa7f0 No change. Error by bob, not eliz, logging change for wrong file. 2001-10-27 14:57:00 +00:00
Pavel Janík
7db35a48a8 Fix typos in comments.
Remove unnecessary spaces.
Change doc-string comments to `new style' [w/`doc:' keyword].
(USAGE2): Fix typos in usage string.
2001-10-27 10:41:38 +00:00
Pavel Janík
a7248e4f4c Fix typo in a comment. 2001-10-27 09:25:12 +00:00
Pavel Janík
4e30ce4259 (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c. 2001-10-27 09:20:15 +00:00
Gerd Moellmann
798dbe1fc8 (move_it_vertically_backward): Use 2/3 line_height
instead of 1/2 line_height in the heuristic for skipping
farther backward when target_y was not reached.
2001-10-27 08:55:04 +00:00