1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

37854 commits

Author SHA1 Message Date
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
Gerd Moellmann
62725a9205 (sound_perror): Unblock SIGIO, turn on atimers.
Display errno only if non-zero.
(sound_warning): New function.
(vox_configure): Don't treat failing to set sample rate as error.
(various places): Improve error messages.
2001-10-27 08:49:39 +00:00
Stefan Monnier
b9c6ab6847 *** empty log message *** 2001-10-27 08:12:55 +00:00
Gerd Moellmann
cfc3aed3fe (ange-ftp-send-cmd): Call fix-name-func for
`mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
2001-10-27 07:53:11 +00:00
Stefan Monnier
fdf1c7c32f (text-mode): Use define-derived-mode.
(toggle-text-mode-auto-fill): Use derived-mode-p.
2001-10-27 07:42:11 +00:00
Stefan Monnier
bcfb9effc9 *** empty log message *** 2001-10-27 05:21:32 +00:00
Francesco Potortì
3a8b7edb66 ("italian-alt-postfix"): Undo previous change. 2001-10-27 00:55:34 +00:00
Francesco Potortì
9d458fde49 ("italian-postfix"): Undo previous change. 2001-10-27 00:54:22 +00:00
Eli Zaretskii
944e6f601b *** empty log message *** 2001-10-26 21:41:35 +00:00
Eli Zaretskii
4947563510 (Faccess_file): Run the argument filename through
Fexpand_file_name, before using it.
2001-10-26 21:38:40 +00:00
Eli Zaretskii
aa32689c0c (x-frob-font-slant, x-frob-font-weight): Add
make-obsolete cookies, to follow faces.el.
2001-10-26 21:27:19 +00:00
Eli Zaretskii
bd6eb1cb4e *** empty log message *** 2001-10-26 21:24:04 +00:00
Eli Zaretskii
3fc67165a0 (internal-get-face): Use facep instead of the obsolete
internal-find-face.
(internal-frob-font-weight, internal-frob-font-slant): New
defailiases for obsolete functions.
(x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
(x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
(x-make-font-bold-italic): Use internal-frob-font-weight and
internal-frob-font-slant aliases instead of the obsolete
x-frob-... functions.
2001-10-26 21:16:09 +00:00
Sam Steingold
e5d1dee911 (html-mode); set mode-name' based on html-xhtml' 2001-10-26 20:55:36 +00:00
Sam Steingold
58203d918e (html-mode): Set `html-xhtml' from the DOCTYPE.
(html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
(sgml-tag): Close empty tags in XHTML.
2001-10-26 20:29:10 +00:00
Eli Zaretskii
e039053df2 Mention that screen(1) can come in handy for debugging the tty version.
Suggested by dave Love.
2001-10-26 20:21:57 +00:00
Stefan Monnier
05dcc52533 Re-indent. 2001-10-26 20:11:25 +00:00