Gerd Moellmann
ba9eeda11d
*** empty log message ***
2000-09-19 15:37:17 +00:00
Gerd Moellmann
f7e7d5a26b
(sh-search-word): Rewritten for
...
speed.
2000-09-19 15:36:55 +00:00
Gerd Moellmann
8fb3df5935
(find-file-suppress-same-file-warnings): New
...
user-option.
(find-file-noselect): Use it.
2000-09-19 15:14:42 +00:00
Gerd Moellmann
a01bb1db13
(fancy-splash-delay, fancy-splash-image): Add
...
version.
(fancy-splash-screen): Defgroup.
2000-09-19 15:00:29 +00:00
Gerd Moellmann
8f4ca9a5e4
(change-log-font-lock-keywords): Match names
...
more exactly for the case that font-lock-constant-face is
underlined.
2000-09-19 14:55:58 +00:00
André Spiegel
289eaef9e1
#
2000-09-19 14:01:10 +00:00
André Spiegel
c13809cf28
(vc-revert-buffer): Set vc-checkout-time correctly.
2000-09-19 13:58:56 +00:00
Gerd Moellmann
c113de2361
*** empty log message ***
2000-09-19 13:40:08 +00:00
Gerd Moellmann
16409b0bb8
Update to emacs-21-branch of the Gnus CVS repository.
2000-09-19 13:37:09 +00:00
Gerd Moellmann
ce9ded5de2
(fancy-splash-text): New variable.
...
(fancy-splash-delay, fancy-splash-image): New user-options.
(fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
(fancy-splash-screens): New functions.
(command-line-1): If display has a `display' frame parameter, has
colors, and we have XPM support, show more fancy splash screens.
2000-09-19 13:28:27 +00:00
Dave Love
b9b1c3a976
(map-y-or-n-p): Check use-dialog-box. Don't lose
...
with null `help'. Use modern backquote syntax.
2000-09-19 11:57:46 +00:00
Gerd Moellmann
afd3c8cd42
(font-lock-mode): Change message telling the user
...
that ``the buffer is too big''.
2000-09-19 11:03:14 +00:00
Gerd Moellmann
1af25534b3
(dired-font-lock-keywords): Allow tabs and spaces,
...
for instance for the case that tab-width is 2.
2000-09-19 10:38:41 +00:00
Miles Bader
6217eb5599
Doc fix.
2000-09-19 02:43:33 +00:00
Gerd Moellmann
05b1f851b3
*** empty log message ***
2000-09-18 12:25:57 +00:00
Gerd Moellmann
72e28eeb5a
(toolbar-like-menu-item): Like in
...
toolbar-add-item, if image doesn't have a mask add a `:mask
heuristic'.
2000-09-18 12:25:36 +00:00
Miles Bader
2b612b1f55
(diff-hunk-text):
...
Add new optional arg LINE-OFFSET, and return a cons if it's non-nil.
(diff-apply-hunk):
Try to jump to the exact line in the source text corresponding to the
position of point in the in the hunk.
2000-09-18 08:18:36 +00:00
Miles Bader
8ec8f673fa
(Info-title-3-face, Info-title-2-face, Info-title-1-face):
...
Use face inheritance and relative sizes instead of hard-wiring things.
2000-09-18 05:55:03 +00:00
Miles Bader
690d30e676
(secondary-selection): Make dark-background variant sane.
2000-09-18 05:48:14 +00:00
Andrew Innes
5eedab4dbc
*** empty log message ***
2000-09-17 21:00:54 +00:00
Andrew Innes
202c7edc03
(compile-files): No need to make .elc files
...
read-only, since they aren't under VC now.
2000-09-17 20:54:47 +00:00
Dave Love
e07436e1c6
Replace mapcar with mapc in several places.
2000-09-17 19:44:42 +00:00
Dave Love
2249360b63
(unload-feature): Maybe call elp-restore-list and
...
ad-unadvise.
2000-09-17 19:29:19 +00:00
Dave Love
7d354dd5ee
*** empty log message ***
2000-09-17 17:44:47 +00:00
Dave Love
6a142f266e
*** empty log message ***
2000-09-17 17:14:02 +00:00
Dave Love
ae0317df22
Copyright up-date.
2000-09-17 17:08:37 +00:00
Dave Love
f7b37bae63
(scroll-calendar-left)
...
(scroll-calendar-right): Make arg optional (for active mode line).
2000-09-17 17:08:04 +00:00
Dave Love
d4ff5db9b4
(calendar-mode-line-format): Make fields
...
mouse-sensitive.
(calendar-read-date, calendar-read-date, calendar-window-list):
Unquote lambda.
(calendar-month-name): Use aref, not sref.
2000-09-17 17:06:00 +00:00
Miles Bader
53c9ab4f44
(header-line): Tweak face.
2000-09-17 17:05:15 +00:00
Miles Bader
52cbdfbd0a
(info-node, info-xref): Add dark-background variants.
...
(info-header-xref, info-header-node): Change to inherit from non-header faces.
2000-09-17 17:03:20 +00:00
Dave Love
e209b8378e
(minor-mode-alist): Propertize the string.
2000-09-17 17:00:05 +00:00
Dave Love
4b7c7a407c
(standard-case-table): Add entries
...
for Greek.
2000-09-17 16:58:20 +00:00
Miles Bader
a114b1ca6e
(header-line): Change defaults to be less confusing when mixed with mode-lines.
2000-09-17 16:42:09 +00:00
Miles Bader
50ac70af8a
(Info-fontify-node):
...
Make a few cleanups.
Add extra `help-echo' and `local-map' props to node xrefs.
Use header-specific faces for node-names & xrefs.
(Info-use-header-line, Info-header-line):
New variables.
(info-header, info-header-xref, info-header-node):
New faces.
(Info-setup-header-line):
New function.
(Info-select-node):
Call Info-setup-header-line when enabled.
(Info-extract-pointer):
Work even if the header line is hidden.
2000-09-17 16:21:42 +00:00
Stefan Monnier
729927ff5e
*** empty log message ***
2000-09-17 03:28:25 +00:00
Stefan Monnier
a44442ba86
(print-region-function): Don't quote lambda.
2000-09-17 01:07:56 +00:00
Stefan Monnier
a47ecf6cfa
(tempo-expand-if-complete): Quote paren in docstring.
2000-09-17 01:04:35 +00:00
Stefan Monnier
438cdcdeb0
(lm-get-header-re): Allow spaces between the header and the colon.
...
(lm-header-prefix): Cleanup the regexp.
(lm-header): Allow $ in non-RCS headers.
(lm-header-multiline): Put the strings back into order.
Stop at an empty line. Don't require two space chars if the
line is clearly not another header line.
2000-09-17 01:00:09 +00:00
Stefan Monnier
40716cd9c4
(popup-menu, popup-menu-internal, popup-menu-popup): Remove.
2000-09-16 23:35:51 +00:00
Gerd Moellmann
7f8f1edc23
*** empty log message ***
2000-09-15 21:01:39 +00:00
Gerd Moellmann
2b26ac776d
(toolbar-add-item): Use the same image
...
specification if or if not tool-bar item contains an `:enabled'
property.
2000-09-15 21:00:32 +00:00
Stefan Monnier
467d1aaa0e
Sort alphabetically and add Makefile' and elc.tar.gz'.
2000-09-15 20:59:32 +00:00
Gerd Moellmann
7a98d82123
(menu-bar-files-menu): Disable ``Save'' if
...
current buffer has no file name.
2000-09-15 20:28:56 +00:00
Dave Love
a7bc704bbd
*** empty log message ***
2000-09-15 18:00:07 +00:00
Dave Love
0d0db51e66
Sync with maintainer's current version with changes
...
for Emacs, but avoid runtime cl and levents.
(toplevel): Change autoloads and compilation requires.
(strokes-version, strokes-bug-address, strokes-lift): Values
changed.
(strokes-xpm-header, strokes-insinuated): New variable.
(strokes): Add :link.
(strokes-mode): Customized.
(strokes-while-inhibiting-garbage-collector): New macro.
(strokes-remassoc): Avoid remove-if.
(strokes-fix-button2-command): Don't use ad-do-it.
(strokes-insinuate): New function.
(strokes-button-press-event-p, strokes-button-release-event-p):
New functions, used instead of non-`strokes-' versions..
(strokes-mouse-event-p): Rewritten.
(strokes-event-closest-point): Avoid event-point.
(strokes-get-grid-position): Avoid cdadr, caadr
(strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
functions.
(strokes-help): Use with-output-to-temp-buffer.
(strokes-window-configuration-changed-p): New function.
(strokes-update-window-configuration): Use buffer-live-p,
strokes-window-configuration-changed-p.
(strokes-mode): Use strokes-insinuate. Alter mouse bindings.
(strokes-char-face): New face.
(strokes-char-table, strokes-base64-chars): New variable.
(strokes-xpm-for-stroke, strokes-list-strokes)
(strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
(strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
(strokes-xpm-to-compressed-string, strokes-decode-buffer)
(strokes-encode-buffer, strokes-xpm-for-compressed-string)
(strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
functions.
2000-09-15 17:22:25 +00:00
Gerd Moellmann
ebb8f1165d
*** empty log message ***
2000-09-15 15:22:07 +00:00
Gerd Moellmann
fc68490910
(toolbar-add-item): Use image-mask-p.
2000-09-15 15:21:42 +00:00
Gerd Moellmann
47e351a327
*** empty log message ***
2000-09-15 11:49:22 +00:00
Gerd Moellmann
d1d3c68562
(create-image): Doc fix.
2000-09-15 11:49:07 +00:00
Gerd Moellmann
b5d618ba93
(toolbar-add-item): Use `:mask heuristic'
...
instead of `:heuristic-mask t'.
2000-09-15 11:48:44 +00:00