1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 03:11:09 -08:00
Commit graph

2027 commits

Author SHA1 Message Date
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
Dave Love
e07436e1c6 Replace mapcar with mapc in several places. 2000-09-17 19:44:42 +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
Miles Bader
53c9ab4f44 (header-line): Tweak face. 2000-09-17 17:05:15 +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
Gerd Moellmann
7f8f1edc23 *** empty log message *** 2000-09-15 21:01:39 +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
Gerd Moellmann
ebb8f1165d *** empty log message *** 2000-09-15 15:22:07 +00:00
Gerd Moellmann
47e351a327 *** empty log message *** 2000-09-15 11:49:22 +00:00
Andrew Innes
fe83b953b1 *** empty log message *** 2000-09-14 22:00:54 +00:00
Andrew Innes
3021e8160b *** empty log message *** 2000-09-14 21:51:49 +00:00
Andrew Innes
524817296a (DONTCOMPILE): Fix typo. 2000-09-14 21:19:58 +00:00
Dave Love
f8034e4114 *** empty log message *** 2000-09-14 12:53:20 +00:00
Gerd Moellmann
986b7dee46 (ansi-colors): Doc change.
(ansi-color-get-face): Simplified regexp.
(ansi-color-faces-vector): Added more faces, doc change.
(ansi-color-names-vector): Doc change.
(ansi-color-regexp): Simplified regexp.
(ansi-color-parameter-regexp): New regexp.
(ansi-color-filter-apply): Doc change.
(ansi-color-filter-region): Doc change.
(ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
deal with zero length parameters.
(ansi-color-apply-on-region): Doc change.
(ansi-color-map): Doc change.
(ansi-color-map-update): Removed debugging message.
(ansi-color-get-face-1): Added condition-case to trap
args-out-of-range errors.
(ansi-color-get-face): Doc change.
(ansi-color-make-face): Removed.
(ansi-color-for-shell-mode): New option.
2000-09-14 12:38:09 +00:00
Gerd Moellmann
b9ce5694b3 (indent-for-tab-command): Doc fix. 2000-09-14 12:19:16 +00:00
Dave Love
ffb8db8d77 *** empty log message *** 2000-09-14 09:52:08 +00:00
Gerd Moellmann
5dd05f61ab *** empty log message *** 2000-09-13 15:47:04 +00:00
Kenichi Handa
076ff9117c *** empty log message *** 2000-09-13 12:09:56 +00:00
Miles Bader
bdf08678db (comint-output-filter):
Revert to using `insert-before-markers'.
  Add bletcherous hack to undo damage caused by `insert-before-markers'.
  Put `front-sticky' property on overlays created here so that the field code
    understands how the overlay works.
  Use a let when making comint-last-prompt-overlay, so that the code is
    easier to read.
2000-09-13 12:08:32 +00:00
Dave Love
9023837e89 (read-mail-command): Doc fix.
(mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2000-09-12 17:59:26 +00:00
Dave Love
3517761708 *** empty log message *** 2000-09-12 13:16:58 +00:00
Miles Bader
1afaae945c *** empty log message *** 2000-09-12 11:35:14 +00:00
Gerd Moellmann
6ab70e9a61 *** empty log message *** 2000-09-12 10:59:03 +00:00
Gerd Moellmann
71246c2c41 Undo last change
because it breaks '(make-variable-buffer-local (defvar ...)'
which is used at least in dired.
2000-09-12 09:10:56 +00:00
Kenichi Handa
63c36c3c74 *** empty log message *** 2000-09-12 02:29:12 +00:00
Kenichi Handa
362a806570 (quail-translation-docstring): New variable.
(quail-show-keyboard-layout): Docstring modified.
(quail-select-current): Likewise.
(quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
infinite recursive call.
(quail-help): Check quail-translation-docstring.  Format of the
output changed.
(quail-help-insert-keymap-description): Adjusted for the above
change.
2000-09-11 23:42:27 +00:00
Kenichi Handa
1ad24be198 *** empty log message *** 2000-09-11 23:38:16 +00:00
Gerd Moellmann
cc0f95a474 (byte-compile-defvar): Only cons onto
current-load-list in top-level forms.  Else this leaks a cons cell
every time a defun is called.
2000-09-11 18:26:43 +00:00
Miles Bader
7530b6da4e (diff-apply-hunk): Function basically rewritten. Now understands
non-unified diffs.  Some functionality moved into `diff-hunk-text' and
  `diff-find-text'.  Add OTHER-FILE, DRY-RUN, POPUP, and NOERROR
  arguments.  If DRY-RUN is true, don't actually modify anything.  Only
  reposition point in the patched file if the patch succeeds.  Only pop
  up another window if POPUP is true.  Emit a message describing what
  happened if successful, and at what line-offset.  Automatically detect
  reversed hunks and do something appropriate.
(diff-hunk-text, diff-find-text): New functions.
(diff-filter-lines): Function removed.
(diff-test-hunk): New function.
(diff-goto-source): Rewritten in terms of diff-apply-hunk.
2000-09-11 13:51:21 +00:00
Dave Love
6b12439035 *** empty log message *** 2000-09-10 22:16:41 +00:00
Stefan Monnier
7f8b6551de *** empty log message *** 2000-09-09 00:50:26 +00:00
Gerd Moellmann
c454aac192 *** empty log message *** 2000-09-08 14:20:44 +00:00
Eli Zaretskii
bb934822bb Fix typo in a doc string of help-insert-xref-button. 2000-09-08 09:39:05 +00:00
Eli Zaretskii
43b11fee55 (quail-cxterm-package-ext-info): Fix doc strings of chinese-py-b5,
chinese-py, and chinese-tonepy input methods.
2000-09-07 20:48:12 +00:00
Dave Love
19e713d8c2 (diff-mouse-goto-source): New function. 2000-09-07 20:16:22 +00:00
Dave Love
a7cafade74 Doc fixes.
(vc-sccs-register-switches, vc-sccs-master-templates): Add
:version.
2000-09-07 20:09:41 +00:00