1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

31426 Commits

Author SHA1 Message Date
Miles Bader
682e57092d Correct image size. 2000-10-09 01:01:02 +00:00
Miles Bader
65b61266fd (popup-menu): Balance parens. 2000-10-09 00:27:48 +00:00
Miles Bader
7dbc9c8a2c Don't call `jka-compr-install' when loading (it will be done by the
definition of `auto-compression-mode' if necessary).

Move code to uninstall existing file-name handler before definition of
`auto-compression-mode'.
2000-10-08 23:35:47 +00:00
Miles Bader
33c7a00c07 (auto-image-file-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.
2000-10-08 23:23:55 +00:00
Dave Love
308374ca26 Convert to GFDL. 2000-10-08 21:48:42 +00:00
Dave Love
8ac08dea71 *** empty log message *** 2000-10-08 21:27:56 +00:00
Dave Love
37ad3ca096 gnus-user-agent 2000-10-08 21:06:44 +00:00
Stefan Monnier
0dd672a6b2 (popup-menu): Move the command call outside the loop
so that popup-menu returns whatever the command returns.
2000-10-08 20:16:56 +00:00
Stefan Monnier
6010664f9c Docstring fixes.
(initialize-new-tags-table): Use run-hook-with-args-until-success.
(find-tag): Use pop-to-buffer if switch-to-buffer failed.
2000-10-08 19:25:30 +00:00
Stefan Monnier
8f4f021405 (vc-version-diff): diff-switches can be a list. 2000-10-08 19:12:52 +00:00
Stefan Monnier
d15c2aaaf8 (cvs-append-to-ignore, cvs-vc-command-advice)
(vc-post-command-functions): Remove old-VC compatibility code.
2000-10-08 19:11:34 +00:00
Eli Zaretskii
b856f39c4d Mark keep-lines', flush-lines' and `how-many' as documented in the manual.
Mark C-down-mouse-3 as documented.
2000-10-08 19:10:44 +00:00
Stefan Monnier
fae9994499 (comment-indent-default): Autoload. 2000-10-08 19:07:41 +00:00
Stefan Monnier
fd612dd946 (font-lock-defaults): Make buffer-local.
(font-lock-turn-on-thing-lock): Use jit-lock-refontify.
(font-lock-choose-keywords):
Ignore LEVEL unless KEYWORDS is a list of syms.
(c-keywords, c++-keywords, objc-keywords, java-keywords):
Don't wrap regexp-opt things in \(...\) unnecessarily.
2000-10-08 19:07:14 +00:00
Stefan Monnier
a62e3c6f35 Don't require font-lock any more.
(jit-lock-functions): Make buffer-local.
(jit-lock-saved-fontify-buffer-function): Remove.
(jit-lock-mode): Remove autoload cookie.
Remove font-lock specific code.
(jit-lock-unregister): Don't bother handling complex hooks any more.
(jit-lock-refontify): New function.
(jit-lock-fontify-buffer): Use it.
(jit-lock-function-1): Replaced by jit-lock-fontify-now.
(jit-lock-fontify-now): Renamed from jit-lock-function-1.
Add optional args START and END.
Never call font-lock-fontify-region directly.
(jit-lock-function, jit-lock-stealth-fontify): Use it.
2000-10-08 19:01:17 +00:00
Stefan Monnier
908bb42fa1 (regexp-opt): Add \< and \> if PAREN=`words'. 2000-10-08 18:50:43 +00:00
Dave Love
4c724b3225 browse-url-gnome-moz 2000-10-08 18:30:12 +00:00
Dave Love
4e7c7ca980 *** empty log message *** 2000-10-08 17:53:13 +00:00
Dave Love
383d5bbba8 Fix header line, copyright notice. 2000-10-08 17:47:56 +00:00
Dave Love
88127f30ed (ada-mode-menu): Add name to menu map. 2000-10-08 17:47:03 +00:00
Dave Love
26ee4ca385 (icon-mode-map): Add name to menu-bar keymap. 2000-10-08 17:39:40 +00:00
Dave Love
0c0e321f2f (morse-region, unmorse-region): Add autoload
cookie.
2000-10-08 17:37:14 +00:00
Dave Love
32822a2da5 (studlify-region, studlify-word): Add autoload
cookie.
2000-10-08 17:36:39 +00:00
Dave Love
1a601ad89e (spook-phrases-file): Use expand-file-name, not
concat.
2000-10-08 17:32:00 +00:00
Dave Love
f70de9d453 Byte-compile-dynamic since it gets loaded by
Gnus with little use.
(mail-setup-hook): Add mail-abbrevs-setup to options.
2000-10-08 17:30:59 +00:00
Dave Love
99ec65b3b5 (lisp-imenu-generic-expression): Don't
insist on symbols starting with word syntax.
(lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
(eval-defun-1): Doc fix.
(indent-sexp): Use nconc to build up indent-stack.
2000-10-08 17:23:50 +00:00
Dave Love
968f7c4a3f *** empty log message *** 2000-10-08 16:53:40 +00:00
Dave Love
fdd63a1c86 Doc fixes. 2000-10-08 16:34:14 +00:00
Dave Love
df003ee6ab (vcursor-cs-binding): Remove compatibility code.
Clean up remainder.
2000-10-08 16:31:12 +00:00
Dave Love
ca87e9606a (timezone-parse-date): Doc fix. Fix regexps for (5)
without timezone and (8) with timezone to enforce some whitespace.
Simplify code somewhat.
2000-10-08 16:26:04 +00:00
Dave Love
3a6d7a0dc9 (list-options): Doc that you should use customize. 2000-10-08 16:20:55 +00:00
Dave Love
660e161fd9 (iswitchb-mode): Add :require. 2000-10-08 16:19:28 +00:00
Dave Love
a30ed6ace6 *** empty log message *** 2000-10-08 15:52:38 +00:00
Dave Love
7210b6f54d (Info-goto-node, Info-menu): Doc fix.
(Info-mode-menu): Bind beginning-of-buffer, Info-edit
(info-tool-bar-map): New variable.
(Info-mode): Use it.
(Info-edit-map): Define all in defvar.
(speedbar-attached-frame): Avoid compiler warning.
2000-10-08 15:44:36 +00:00
Dave Love
9a4b8870fe (tool-bar-map): Define it empty.
(global-map): Bind [tool-bar] to a filtered map.
(tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
(tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
Allow PBM icons.
(tool-bar-setup): Adjust calls of tool-bar-add-item.
2000-10-08 15:29:52 +00:00
Dave Love
fbfb705c15 (imenu-add-to-menubar): Fix again. 2000-10-08 15:13:43 +00:00
Peter Breton
4e953aff35 Removed eval-when-compile statements from rul-generic-mode 2000-10-08 12:24:23 +00:00
Eli Zaretskii
059cd2e1af Fix previous change. 2000-10-08 11:30:37 +00:00
Eli Zaretskii
eb27839a8f Fix a typo. 2000-10-08 10:56:01 +00:00
Dave Love
f1d7969d31 (imenu-add-to-menubar): Fix last change. 2000-10-08 09:37:01 +00:00
Eli Zaretskii
d20faceb31 (quail-cxterm-package-ext-info): Fix typos in doc strings. 2000-10-08 09:27:58 +00:00
Eli Zaretskii
576c1dcbf4 (Help): Describe an orderly procedure to find features in the docs. 2000-10-08 09:14:38 +00:00
Eli Zaretskii
9aeaea4254 (Language Environments): Mention the requirement to have a suitable font
installed, for displaying a given language.
2000-10-08 08:53:46 +00:00
Eli Zaretskii
d55dbe0797 (Font Lock): Explain how to customize Font Lock faces.
(Faces): Document set-face-foreground and set-face-background.
2000-10-08 08:43:31 +00:00
Eli Zaretskii
a640322e7b *** empty log message *** 2000-10-08 06:51:37 +00:00
Eli Zaretskii
3b967bedc7 (font-lock-mode, global-font-lock-mode): Mention in
the doc strings how to customize Font Lock faces.
2000-10-08 06:50:22 +00:00
Eli Zaretskii
984f5aaa61 (top-level) <Qbackground_color, Qforeground_color>: Make
them extern (they are defined on xfaces.c).
(syms_of_msdos): Don't intern and don't staticpro
Qbackground_color and Qforeground_color.
2000-10-08 06:24:44 +00:00
Eli Zaretskii
739e92a711 (mouse-drag-mode-line-1): Fix an off-by-one error in
computing growth when dragging the header line.
2000-10-08 06:16:42 +00:00
Eli Zaretskii
8be7408c88 (kill-line): Doc fix. 2000-10-08 06:10:40 +00:00
Eli Zaretskii
a9b528522e Mark auto-image-file-name as documented in the manual. 2000-10-08 06:01:19 +00:00