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

15244 Commits

Author SHA1 Message Date
Dave Love
896160ba96 (toolbar-like-menu-item): Doc fix. 2000-09-14 13:17:02 +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
9385d14d31 Add toolbar. 2000-09-14 11:57:02 +00:00
Dave Love
a5d8b3ddbc New. (Gnome icon by tigert.) 2000-09-14 11:56:36 +00:00
Dave Love
b719979056 New. 2000-09-14 11:55:46 +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
195e67401d (quail-start-translation): Translate KEY if necessary even if it
doesn't have any mapping in the current input method.
(quail-start-conversion): Likewise.
(quail-help): The output message is improved.
2000-09-13 12:10:29 +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
820d41817c (widget-default-format-handler): DTRT when
doc-property is a function.
2000-09-13 10:34:52 +00:00
Jason Rumney
670a1031e9 (browse-url-filename-alist): Use , not ,@ to add DOS/Windows specific association. 2000-09-12 20:21:39 +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
0812c1e828 (set-locale-environment): Doc fix. 2000-09-12 13:32:06 +00:00
Gerd Moellmann
8fcbbf7d42 (mail-mode-fill-paragraph): Do not get the
filed name if it's not there.
2000-09-12 13:30:30 +00:00
Dave Love
3517761708 *** empty log message *** 2000-09-12 13:16:58 +00:00
Dave Love
de98695343 Add `emulation' to keywords. 2000-09-12 13:07:00 +00:00
Dave Love
6f41eeb577 (vc-dired-listing-switches): Fix :version. 2000-09-12 13:03:44 +00:00
Dave Love
5eb2b516a6 Doc fixes. 2000-09-12 13:00:30 +00:00
Dave Love
d6c22d46ab (add-minor-mode): Use toggle-fun arg. 2000-09-12 12:56:25 +00:00
Dave Love
a2b07751dc Add :version to several defcustoms. 2000-09-12 12:54:31 +00:00
Dave Love
e26b2a2881 (imenu--truncate-items, imenu--cleanup)
(imenu--generic-function): Avoid mapcar.
(imenu--replace-spaces): Function removed.
(imenu--completion-buffer): Use subst-char-in-string.
(imenu-add-to-menubar): Use keymap inheritance.
2000-09-12 12:49:20 +00:00
Dave Love
3465cfd76f Add Keywords:. 2000-09-12 12:37:36 +00:00
Dave Love
5deca1becd copyright up-date 2000-09-12 12:35:33 +00:00
Miles Bader
1afaae945c *** empty log message *** 2000-09-12 11:35:14 +00:00
Miles Bader
3017133f17 (diff-hunk-text): Use `with-temp-buffer'.
(diff-mode-map): Bind `diff-test-hunk'.
(diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2000-09-12 11:24:28 +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
cd70a6ef71 (quail-define-package): Docstring modified. 2000-09-12 02:04:17 +00:00
Kenichi Handa
4558e81653 (quail-cxterm-package-ext-info): Add extra docstrings for
"chinese-ccdospy", "chinese-ecdict", "chinese-etzy", "chinese-sw", and
"chinese-ziranma".  Modify the docstring of "chinese-py".
2000-09-11 23:43:45 +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
Dave Love
e5bed4019b Minor doc/commentary fixes.
(tildify) <defgroup>: Add :version.
2000-09-10 22:07:06 +00:00
Dave Love
b5325e7880 (face-x-resources): Make custom type more specific.
(frame-background-mode): Use mapc.
(region) <defcustom>: Add :version.
2000-09-10 21:55:22 +00:00
Stefan Monnier
7f8b6551de *** empty log message *** 2000-09-09 00:50:26 +00:00
Stefan Monnier
e1d95cc471 * vc-sccs.el (vc-sccs-register):
* vc-rcs.el (vc-rcs-register):
* vc-cvs.el (vc-cvs-register): Don't clear file's properties.
* vc.el (vc-register): Clear file's properties.
2000-09-09 00:48:41 +00:00
Gerd Moellmann
c454aac192 *** empty log message *** 2000-09-08 14:20:44 +00:00
Gerd Moellmann
10ab7a5122 (face-spec-set): Only face-spec-reset-face when
ATTRS is non-nil.
2000-09-08 13:51:08 +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
Dave Love
33c1b7a13a Doc fixes.
(vc-rcs-register-switches, vc-rcs-checkin-switches)
(vc-rcs-checkout-switches, vc-rcs-header)
(vc-rcs-master-templates): Add or change :version.
2000-09-07 20:02:38 +00:00
Dave Love
0d685c4f7b DOc fixes.
(vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
(vc-cvs-stay-local): Add :version.
2000-09-07 20:01:53 +00:00