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

1198 Commits

Author SHA1 Message Date
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
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
Eli Zaretskii
0341944076 *** empty log message *** 2000-09-07 17:16:08 +00:00
Gerd Moellmann
f46f845b3f *** empty log message *** 2000-09-07 14:43:12 +00:00
Dave Love
dbcee71a27 (menu-bar-options-menu): Fix the font-lock toggle. 2000-09-07 13:51:59 +00:00
Kenichi Handa
ed2541914d *** empty log message *** 2000-09-07 12:41:09 +00:00
Gerd Moellmann
ab0ee409fd *** empty log message *** 2000-09-07 11:41:18 +00:00
Kenichi Handa
f7246ac7c4 *** empty log message *** 2000-09-07 11:22:41 +00:00
Gerd Moellmann
1091dd67d1 *** empty log message *** 2000-09-07 10:40:53 +00:00
Gerd Moellmann
0da3ecefde *** empty log message *** 2000-09-07 09:52:42 +00:00
Gerd Moellmann
96889af2bc *** empty log message *** 2000-09-07 08:11:58 +00:00
Kenichi Handa
0fddd0dcaf *** empty log message *** 2000-09-07 02:55:04 +00:00
Gerd Moellmann
8ddceaf120 Don't require `vc' during compilation;
requiring it leads to a recursive loading of vc.el and vc-hooks.el
during bootstrap.
2000-09-06 10:41:41 +00:00
Stefan Monnier
099bd78a96 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
* vc.el: (toplevel): Don't require `dired' at run-time.
	(vc-dired-resynch-file): Remove autoload cookie.

2000-09-05  Andre Spiegel  <spiegel@gnu.org>

	* vc.el: Made several backend functions optional.
	(vc-default-responsible-p): New function.
	(vc-merge): Use RET for first version to trigger merge-news, not
	prefix arg.
	(vc-annotate): Handle backends that do not support annotation.
	(vc-default-merge-news): Removed.  The existence of a merge-news
	implementation is now checked on caller sites.

	* vc-hooks.el (vc-default-mode-line-string): Removed CVS special
	case.

	* vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
	special case that has been removed from the default in vc-hooks.el.

2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>

	* vc.el (vc-log-edit): Properly handle the case where FILE is nil.

2000-09-05  Andre Spiegel  <spiegel@gnu.org>

	* vc-hooks.el: Require vc during compilation.
	(vc-file-setprop): Use `vc-touched-properties' if bound by the new
	macro `with-vc-properties' in vc.el.
	(vc-file-getprop): Doc fix.
	(vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.

	* vc.el: Require dired-aux during compilation.
	(vc-name-assoc-file): Moved to vc-sccs.el.
	(with-vc-properties): New macro.
	(vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
	vc-finish-steal): Use it.
	(vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
	to the backend-specific function is now supposed to do the checkout,
	too.
	(vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.

	* vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
	set file properties; that gets done in the generic code now.

	* vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
	Changed parameter list, added code from vc.el that does the
	checkout, possibly with a double-take.

	* vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
	(vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
	the above under the new name.
	(vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
	parameter list, added checkout command.
	(vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
	properties; that gets done in the generic code now.

2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>

	* vc.el: Docstring fixes (courtesy of checkdoc).

2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>

	* vc.el (vc-checkout-writable-buffer-hook)
	(vc-checkout-writable-buffer): Remove.
	(vc-start-entry): Always call vc-log-edit, never vc-log-mode.
	(vc-log-mode): Make it into a clean derived major mode.
	(vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
	vc-log-mode if log-edit is not available.
	(vc-dired-mode-map): Don't set-keymap-parent yet.
	(vc-dired-mode): Do set-keymap-parent here.
	(vc-dired-buffers-for-dir): Nop if dired is not loaded.
2000-09-05 20:08:22 +00:00
Gerd Moellmann
08ba3862e3 *** empty log message *** 2000-09-05 15:57:18 +00:00
Dave Love
3b4429b490 (help-manyarg-func-alist): Add ml-prefix-argument-loop,
insert-before-markers-and-inherit.  Now checked systematically!
2000-09-05 15:16:23 +00:00
Gerd Moellmann
877055f695 *** empty log message *** 2000-09-05 10:52:21 +00:00
Dave Love
179fc9ef03 (mouse-major-mode-menu, mouse-popup-menubar): Run
menu-bar-update-hook.
2000-09-04 21:23:51 +00:00
Gerd Moellmann
54baed30f4 *** empty log message *** 2000-09-04 20:05:31 +00:00
Gerd Moellmann
7a004b71e1 (vc-sccs-latest-on-branch-p): Always return t; we
don't support anything else under SCCS yet.
(vc-sccs-update-changelog): Dummy implementation that
simply signals an error.
(vc-sccs-state-heuristic): Use
file-ownership-preserved-p.
(vc-sccs-workfile-unchanged-p): Fix call to
vc-do-command.
(vc-sccs-state-heuristic): Don't use file-writable-p.
(vc-sccs-workfile-unchanged-p): Fix parenthesis.
(vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
(vc-sccs-workfile-unchanged-p): Rewritten.
(vc-sccs-diff): Remove optional arg CMP.
(vc-sccs-state): Call vc-workfile-unchanged-p, not the
SCCS-specific function.
(vc-sccs-state): Fix obviously wrong parenthesis.
(vc-sccs-state-heuristic): Use file-writable-p instead of
comparing userids.
(vc-sccs-checkout): Use `unless'.
(vc-sccs-state): Use with-temp-buffer.
(vc-sccs-workfile-version): Use with-temp-buffer and new
vc-parse-buffer and don't bother setting the property.
(vc-sccs-add-triple): Use with-current-buffer and
find-file-noselect.
(vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
 Merge in
code from vc-sccs-hooks.el.
(vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
'vc anymore.
(vc-sccs-responsible-p): Use expand-file-name instead of concat
and file-directory-p instead of file-exists-p.
(vc-sccs-check-headers): Simplify the regexp.
(vc-sccs-responsible-p, vc-sccs-register): Use
`vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
(vc-sccs-header): New var.
(vc-sccs-rename-file): Renamed from
vc-sccs-record-rename.  Use `find-file-noselect' rather than
`find-file' and call `vc-rename-master' to do the actual move.
(vc-sccs-diff): Remove unused `backend' variable.
(tail): Provide vc-sccs.
(vc-sccs-checkout): Removed call to
vc-file-clear-masterprops.  If writable, set vc-state to 'edited
rather than user login name.
 Require 'vc and 'vc-sccs-hooks.
(vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
(vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
unknown `vc-latest-version' function.  It should probably refer to
vc-workfile-version or somesuch, but it's very unclear to me and I
don't have SCCS to test things.
(vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
(vc-BACKEND-responsible-p): New
functions.
(vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.  Removed
query option.  Redocumented.
(vc-sccs-diff): Function changed name from
`vc-backend-diff'.  This makes `vc-diff' work.
(vc-sccs-release): Doc fix.
(vc-sccs-admin): Added the query-only option as
required by the vc.el file.
(vc-sccs-latest-on-branch-p): Function added.
(vc-sccs-diff): Function added.
(vc-sccs-checkout): Added function `vc-sccs-checkout'.
 Require vc when compiling.
(vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
(vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
(vc-sccs-revert)
(vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
from vc.el).
(vc-sccs-add-triple, vc-sccs-record-rename)
(vc-sccs-lookup-triple): Moved from vc.el and renamed.
(vc-sccs-admin): Doc fix.
(vc-admin-sccs): Added from vc.el
(vc-sccs-system-release):
Renamed from vc-sccs-backend-release.
(vc-sccs-release): Moved from vc.el.
(vc-sccs-backend-release): New function.
2000-09-04 19:49:01 +00:00
Dave Love
a033ea13a3 (custom-set-variables): Print message about errors in
setting.
2000-09-04 09:41:48 +00:00
Andrew Innes
f8803e9783 *** empty log message *** 2000-09-03 22:35:14 +00:00
Eli Zaretskii
5983611033 (mouse-popup-menubar): Supply the prompt string for
minor-mode keymaps, if they don't have one.
2000-09-02 11:19:55 +00:00
Eli Zaretskii
5514ba5c2a (eval-when-compile): Don't lose if esh-module.el's file name
is truncated to DOS 8+3 limits.
2000-09-02 05:36:27 +00:00
John Wiegley
79cf8e808e See ChangeLog 2000-09-01 22:48:12 +00:00
Eli Zaretskii
778911b922 (Info-directory-list): Doc fix. 2000-09-01 21:41:22 +00:00
Eli Zaretskii
546c0888f7 Fix dates on eshell entries. Prepend mail/ to uce.el. 2000-09-01 17:47:46 +00:00
Peter Breton
05d07b49ef *** empty log message *** 2000-08-31 23:53:09 +00:00
Kenichi Handa
9941d4c717 *** empty log message *** 2000-08-31 07:03:03 +00:00
Andrew Innes
af9ba8ad6c *** empty log message *** 2000-08-30 12:57:13 +00:00
Miles Bader
caccd8f284 *** empty log message *** 2000-08-30 12:11:04 +00:00
Kenichi Handa
75cf009597 *** empty log message *** 2000-08-30 07:56:19 +00:00
Kenichi Handa
b64c0a1cb1 *** empty log message *** 2000-08-30 00:44:08 +00:00
Gerd Moellmann
fd5f61d362 (executable-make-buffer-file-executable-if-script-p): Check that
buffer contains at least 2 characters.
2000-08-29 19:29:27 +00:00
Eli Zaretskii
5b671d04e7 *** empty log message *** 2000-08-29 17:24:56 +00:00
Dave Love
a39fb83d37 *** empty log message *** 2000-08-29 14:40:01 +00:00
Eli Zaretskii
ba087cd7d9 Fix the file name in the entries for ebnf2ps.el. 2000-08-29 11:33:06 +00:00
Dave Love
485d951369 *** empty log message *** 2000-08-29 11:30:59 +00:00
Miles Bader
ba3478d9c9 *** empty log message *** 2000-08-29 11:23:51 +00:00
Gerd Moellmann
87d0f68535 *** empty log message *** 2000-08-29 10:58:38 +00:00
Gerd Moellmann
c3d6d211fe Even/odd pages printing. Doc fix.
(ps-print-version): New version number (6.0).
(ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
(ps-background, ps-begin-file, ps-begin-job): Code fix.
(ps-print-duplex-feature): Variable eliminated.
(ps-even-or-odd-pages): New variable.
2000-08-29 10:51:52 +00:00
Kenichi Handa
cba62b78c3 (help-xref-mule-regexp): New variable
(help-make-xrefs): Handle help-xref-mule-regexp.
2000-08-29 05:37:05 +00:00
Kenichi Handa
d313265faf *** empty log message *** 2000-08-29 05:36:23 +00:00
John Wiegley
ca7aae916b See ChangeLog 2000-08-29 00:47:45 +00:00
John Wiegley
b4bd214e74 See ChangeLog 2000-08-29 00:37:10 +00:00
John Wiegley
d44e146b8c See ChangeLog 2000-08-28 23:48:02 +00:00
Peter Breton
8348e1f959 (locate) Cleaned up locate command's interactive prompting
Thanks to Fran�s_Pinard <pinard@iro.umontreal.ca> for suggestions
2000-08-28 20:35:45 +00:00
Peter Breton
2a371c3b91 *** empty log message *** 2000-08-28 20:26:28 +00:00
Gerd Moellmann
95931eb1b5 *** empty log message *** 2000-08-28 16:08:42 +00:00
Gerd Moellmann
bb17930d23 *** empty log message *** 2000-08-28 15:05:20 +00:00
Kenichi Handa
41a68aef3c *** empty log message *** 2000-08-28 01:53:53 +00:00
Dave Love
28bb2cef02 (mapc): Use byte-compile-funarg. 2000-08-27 21:55:00 +00:00
Miles Bader
11a1118d7b *** empty log message *** 2000-08-27 02:09:36 +00:00
Kenichi Handa
0f85d4777a *** empty log message *** 2000-08-27 02:03:55 +00:00
Miles Bader
a0e5a5a49c (face-x-resources): Add entry for :inherit. 2000-08-26 11:50:06 +00:00
Miles Bader
19feb949ce (set-face-attribute):
Update doc string.
(face-attribute-name-alist):
  Add :inherit.
(face-valid-attribute-values):
  Handle :inherit.
(face-read-string):
  Rephrase prompt to be less confusing.
  Assume that DEFAULT is a string, since we must return a string.
(face-read-integer):
  Use `format' to turn DEFAULT into an acceptable default for face-read-string.
  Match NEW-VALUE against the string "unspecified", not the symbol
    `unspecified', since that's what face-read-string returns.
(read-face-attribute):
  Lookup a name for old-value in valid, and use it as a default if we find one.
  Treat all values from face-read-string as strings.
  If the default is used, don't do any more processing on the value,
    just use the old value directly.
(read-face-and-attribute, modify-face):
  Tweak prompt.
(read-face-name):
  Don't assume prompt ends with a space.
2000-08-26 10:59:51 +00:00
Miles Bader
2d73e8d3a2 *** empty log message *** 2000-08-26 05:53:18 +00:00
Kenichi Handa
e84fa7c5bc *** empty log message *** 2000-08-25 07:22:07 +00:00
Kenichi Handa
a1a2e38fb9 *** empty log message *** 2000-08-25 02:37:11 +00:00
Dave Love
1c2c3f160b (standard-display-default): Make the test of `l'
useful.
2000-08-24 16:16:21 +00:00
Dave Love
f6499c03d8 *** empty log message *** 2000-08-24 13:34:24 +00:00
Kenichi Handa
c543db811f *** empty log message *** 2000-08-24 02:09:20 +00:00
Andrew Innes
746d9caf8b *** empty log message *** 2000-08-22 21:57:09 +00:00
Miles Bader
5484005d7b (comint-output-filter):
Compare end of comint-last-output-overlay with the start of the newly
    inserted text, not the end, when deciding whether to extend it.
  Set saved-point's insertion type to advance after insertion.
2000-08-22 10:09:56 +00:00
Stefan Monnier
ebf96bfa84 *** empty log message *** 2000-08-21 22:46:59 +00:00
Gerd Moellmann
7a912f6340 *** empty log message *** 2000-08-21 15:33:16 +00:00
Eli Zaretskii
240301df36 (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
even if the display doesn't support colors: some displays will
support bold/underline faces.
2000-08-21 14:18:32 +00:00
Gerd Moellmann
6917e6bbc9 *** empty log message *** 2000-08-21 11:44:42 +00:00
Gerd Moellmann
cbcef616a3 *** empty log message *** 2000-08-21 09:56:52 +00:00
Kenichi Handa
6922b01802 *** empty log message *** 2000-08-21 01:39:25 +00:00
Kenichi Handa
25a6fab1d1 *** empty log message *** 2000-08-21 01:19:23 +00:00
Dave Love
96ab635145 *** empty log message *** 2000-08-20 22:22:29 +00:00
Dave Love
e50c4203bf (defun-prompt-regexp, parens-require-spaces): Doc fix.
(down-list, backward-up-list, up-list, kill-sexp)
(backward-kill-sexp, mark-sexp)): Make arg optional.
(lisp-complete-symbol): Add optional arg PREDICATE.
2000-08-20 18:12:07 +00:00
Gerd Moellmann
511bd4eb0b *** empty log message *** 2000-08-20 13:29:38 +00:00
Miles Bader
a9de7d29be (face-attr-match-p):
Don't return true if ATTRS are merely a subset of FACE's attributes.
2000-08-20 12:02:24 +00:00
Miles Bader
8a8023d932 *** empty log message *** 2000-08-19 12:43:07 +00:00
Gerd Moellmann
1433385feb *** empty log message *** 2000-08-19 12:35:17 +00:00
Miles Bader
136b4eda87 (gud-basic-call): Temporarily widen gud comint buffer while checking for
prompt to delete.  Use `forward-line 0' instead of beginning-of-line.
(gud-filter): Temporarily widen gud comint buffer while examining output.
2000-08-19 01:59:21 +00:00
Stefan Monnier
cdd0f857a6 (ispell-menu-map-needed): Put back the boundp
check since ispell-process is not bound when ispell is not yet loaded.
2000-08-18 18:46:25 +00:00
Dave Love
9bb7a286d4 (find-image): Copy `spec' before using plist-put. 2000-08-18 13:45:36 +00:00
Gerd Moellmann
74ec6045ba *** empty log message *** 2000-08-18 06:31:51 +00:00