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

38082 Commits

Author SHA1 Message Date
Gerd Moellmann
3f08fcd2a6 *** empty log message *** 2001-10-29 12:25:58 +00:00
Gerd Moellmann
426b5652c6 (enriched-face-ans): Handle face attributes
of the form `(FACE1 FACE2 ...).
2001-10-29 12:25:27 +00:00
Gerd Moellmann
0f2c6573ce (Fface_font): Use UNSPECIFIEDP instead of NILP for
the slant attribute if FRAME is t.
2001-10-29 12:21:56 +00:00
André Spiegel
ecd50f6599 Mention vc-*-switches in backend API documentation.
(vc-annotate): Adapt doc string to recent change.
2001-10-29 12:21:26 +00:00
Gerd Moellmann
0ccfdad267 *** empty log message *** 2001-10-29 11:39:52 +00:00
Gerd Moellmann
ab606888d5 (dired-omit-startup): Show ``Omit'' only in Dired
buffers.
2001-10-29 11:39:24 +00:00
Gerd Moellmann
ea42193aa2 (x_set_internal_border_width): Set frame garbaged
when X window doesn't exist yet.
2001-10-29 11:18:51 +00:00
Gerd Moellmann
ef253080e3 (x_after_update_window_line): Clear internal border
in different circumstances.
2001-10-29 11:16:20 +00:00
Gerd Moellmann
60ebcfe88e *** empty log message *** 2001-10-29 09:44:56 +00:00
Gerd Moellmann
fee2aedc37 (XTread_socket) <KeyPress>: Don't use
STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
<handa@etl.go.jp>.
2001-10-29 09:44:31 +00:00
Gerd Moellmann
058fb10a33 (sql-mysql): Doc change by RMS.
(sql-db2): Doc change.
(sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
(sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
2001-10-29 09:35:04 +00:00
Gerd Moellmann
6fd735df02 *** empty log message *** 2001-10-29 09:11:17 +00:00
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