1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

1116 Commits

Author SHA1 Message Date
Dave Love
a461758e73 (auto-insert): Doc fix.
(auto-insert-alist): Following GNU notices, don't say `copyright
_by_'.  Use line-beginning-position.
(auto-insert): Check buffer-file-name is non-nil before use.
2000-09-25 14:43:35 +00:00
Gerd Moellmann
b11af2dddf *** empty log message *** 2000-09-25 11:53:11 +00:00
Gerd Moellmann
5f9f981bc1 (rmail-dont-reply-to): Avoid infinite loop if
rmail-dont-reply-to-names matches the empty string.
2000-09-25 10:35:47 +00:00
Gerd Moellmann
8ff16b4e3a *** empty log message *** 2000-09-25 09:25:29 +00:00
Thien-Thi Nguyen
9b4a780043 Update author email address.
Generally, sync w/ maintainer version 5.22.

(hs-hide-all-non-comment-function): New var.
(hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
(hs-hide-all): Use `hs-hide-all-non-comment-function'.
(hs-show-region): Delete this command.
(hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2000-09-23 02:37:50 +00:00
Dave Love
4c7c1f3ff8 *** empty log message *** 2000-09-22 17:17:41 +00:00
Gerd Moellmann
36eb0a9197 *** empty log message *** 2000-09-22 11:58:30 +00:00
Gerd Moellmann
13f93deeba (fancy-splash-head): Use splash.pbm instead of
splash.xbm.
2000-09-22 11:20:05 +00:00
André Spiegel
36a03bf9d6 # 2000-09-22 07:52:09 +00:00
Gerd Moellmann
623a0aae17 *** empty log message *** 2000-09-21 19:27:29 +00:00
Dave Love
80585273bd (top-level): Clean up
`eval-when-compile's and assorted defvars.
(cperl-invalid-face): Don't double-quote value.  Change custom
type.
(cperl-mode): Set normal-auto-fill-function and don't zap
auto-fill-function.
(cperl-imenu--function-name-regexp-perl): Renamed from
imenu-example--function-name-regexp-perl.
(cperl-imenu--create-perl-index): Renamed from
imenu-example--create-perl-index.
(cperl-xsub-scan): Don't require cl.
2000-09-21 18:28:41 +00:00
Stefan Monnier
6e4e8a3b59 (diff-hunk-text): Properly handle one-sided context diffs.
(diff-apply-hunk): When done, advance to the next hunk.
2000-09-21 16:52:30 +00:00
Gerd Moellmann
1b24b88816 *** empty log message *** 2000-09-21 15:08:55 +00:00
Dave Love
93b3a1c8d3 *** empty log message *** 2000-09-21 14:48:36 +00:00
André Spiegel
43ccb598c7 # 2000-09-21 13:31:18 +00:00
Dave Love
c29d77c4b6 *** empty log message *** 2000-09-21 09:29:24 +00:00
Gerd Moellmann
95fadcca44 (fancy-splash-tail): Use a different foreground
color on a dark frame background.
2000-09-21 09:07:11 +00:00
Miles Bader
470f23e147 *** empty log message *** 2000-09-21 04:49:57 +00:00
Stefan Monnier
281096ed46 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
(diff-mode): Add support for add-log.el.
(diff-hunk-text): Use char offsets rather than line offsets.
(diff-find-source-location): Replace LINE with line-offset (nil
if not found) and always set POS to a meaningful position.
Adapt to the new char-offsets.
(diff-apply-hunk): Drop support for the unused `select' POPUP.
Adapt to the new diff-find-source-location.
(diff-goto-source): Adapt to the new diff-find-source-location.
2000-09-20 22:37:10 +00:00
Gerd Moellmann
d05c87ac11 (electric-help): New defgroup.
(electric-help-shrink-window): New user-option.
(with-electric-help): Use it.
2000-09-20 20:39:36 +00:00
Gerd Moellmann
1ec082d4f7 (shrink-window-if-larger-than-buffer): If face
`mode-line' has a :box, and we're on a graphical frame, add 1
to the needed window height.
2000-09-20 19:32:17 +00:00
Gerd Moellmann
f46c275eda *** empty log message *** 2000-09-20 16:25:52 +00:00
Gerd Moellmann
b7e11c5bb5 *** empty log message *** 2000-09-20 14:07:25 +00:00
Gerd Moellmann
26ff68aad7 (fancy-splash-text): Don't quote faces. 2000-09-20 12:59:41 +00:00
Gerd Moellmann
8320414c2b *** empty log message *** 2000-09-20 11:22:36 +00:00
Gerd Moellmann
499393791f (fancy-splash-head): If frame's background mode
is `dark', change the black background of the image to gray.
(fancy-splash-screens): Display startup echo area message.
(display-startup-echo-area-message): New function.
(command-line-1): Use it.
2000-09-20 10:56:02 +00:00
Miles Bader
55a3d2a170 (mode-line, tool-bar): Merge entries for x' and w32'. 2000-09-20 08:46:32 +00:00
Miles Bader
37a9982199 (face-valid-attribute-values): Make sure directories we search for
stipples both exist and are readable before trying to search them.
2000-09-20 07:42:51 +00:00
Miles Bader
ddba99ad14 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
(tool-bar-add-item-from-menu): Like in toolbar-add-item, if image
  doesn't have a mask add a `:mask heuristic'.
2000-09-20 07:18:35 +00:00
Miles Bader
0415d0d076 (diff-apply-hunk): Jump to the correct line offset in the dry-run case. 2000-09-20 06:41:26 +00:00
Miles Bader
523b128cff (with-auto-compression-mode): New macro. 2000-09-20 04:44:35 +00:00
Miles Bader
c3b2720659 (hi-black-hb):
Use relative :height and inherit from `variable-pitch' face instead of
  hardwiring :family.
2000-09-20 02:07:56 +00:00
Stefan Monnier
7e99fbde72 *** empty log message *** 2000-09-19 19:27:58 +00:00
Dave Love
532cb34d50 renamed 2000-09-19 17:37:42 +00:00
Dave Love
fb275c02f5 (fancy-splash-screen) <defgroup>: Fix syntax. Add
:version here.
(fancy-splash-delay, fancy-splash-image): Remove :version here.
2000-09-19 17:05:18 +00:00
Gerd Moellmann
da1608d959 *** empty log message *** 2000-09-19 16:18:31 +00:00
Gerd Moellmann
ba9eeda11d *** empty log message *** 2000-09-19 15:37:17 +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
Gerd Moellmann
c113de2361 *** empty log message *** 2000-09-19 13:40:08 +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
Gerd Moellmann
05b1f851b3 *** empty log message *** 2000-09-18 12:25:57 +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
Andrew Innes
5eedab4dbc *** empty log message *** 2000-09-17 21:00:54 +00:00