summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add bootstrap support. Also copy lisp sourceAndrew Innes2000-09-141-19/+238
| | | | when installing.
* (DONTCOMPILE): Fix typo.Andrew Innes2000-09-142-1/+13
|
* (shell-write-history-on-exit): New function.Andrew Innes2000-09-141-0/+27
| | | | | | (shell-dumb-shell-regexp): New custom variable. (shell-mode): Make shell-write-history-on-exit the process sentinel if shell name matches shell-dumb-shell-regexp.
* Comment out before-init-hook function which resetsAndrew Innes2000-09-141-4/+4
| | | | source-directory based; this breaks bootstrap.
* (toolbar-like-menu-item): Doc fix.Dave Love2000-09-141-1/+2
|
* *** empty log message ***Dave Love2000-09-141-0/+16
|
* (ansi-colors): Doc change.Gerd Moellmann2000-09-142-99/+361
| | | | | | | | | | | | | | | | | | | | (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.
* (indent-for-tab-command): Doc fix.Gerd Moellmann2000-09-142-0/+6
|
* Add toolbar.Dave Love2000-09-141-1/+1
|
* New. (Gnome icon by tigert.)Dave Love2000-09-1421-0/+1908
|
* New.Dave Love2000-09-141-0/+152
|
* *** empty log message ***Dave Love2000-09-141-0/+5
|
* *** empty log message ***Gerd Moellmann2000-09-131-0/+5
|
* (quail-start-translation): Translate KEY if necessary even if itKenichi Handa2000-09-131-5/+15
| | | | | | doesn't have any mapping in the current input method. (quail-start-conversion): Likewise. (quail-help): The output message is improved.
* *** empty log message ***Kenichi Handa2000-09-131-0/+8
|
* (comint-output-filter):Miles Bader2000-09-132-9/+56
| | | | | | | | | 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.
* (widget-default-format-handler): DTRT whenDave Love2000-09-131-5/+5
| | | | doc-property is a function.
* (browse-url-filename-alist): Use , not ,@ to add DOS/Windows specific ↵Jason Rumney2000-09-121-1/+1
| | | | association.
* (read-mail-command): Doc fix.Dave Love2000-09-122-7/+23
| | | | (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
* (set-locale-environment): Doc fix.Dave Love2000-09-121-1/+6
|
* (mail-mode-fill-paragraph): Do not get theGerd Moellmann2000-09-121-3/+3
| | | | filed name if it's not there.
* *** empty log message ***Dave Love2000-09-121-0/+16
|
* Add `emulation' to keywords.Dave Love2000-09-121-1/+1
|
* (vc-dired-listing-switches): Fix :version.Dave Love2000-09-121-31/+31
|
* Doc fixes.Dave Love2000-09-121-12/+12
|
* (add-minor-mode): Use toggle-fun arg.Dave Love2000-09-121-2/+23
|
* Add :version to several defcustoms.Dave Love2000-09-121-0/+6
|
* (imenu--truncate-items, imenu--cleanup)Dave Love2000-09-121-81/+63
| | | | | | | (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.
* Add Keywords:.Dave Love2000-09-121-0/+1
|
* copyright up-dateDave Love2000-09-121-1/+1
|
* *** empty log message ***Miles Bader2000-09-121-1/+7
|
* (diff-hunk-text): Use `with-temp-buffer'.Miles Bader2000-09-121-8/+8
| | | | | (diff-mode-map): Bind `diff-test-hunk'. (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
* *** empty log message ***Gerd Moellmann2000-09-121-1/+1
|
* Undo last changeGerd Moellmann2000-09-122-10/+19
| | | | | because it breaks '(make-variable-buffer-local (defvar ...)' which is used at least in dired.
* *** empty log message ***Kenichi Handa2000-09-121-0/+5
|
* (quail-define-package): Docstring modified.Kenichi Handa2000-09-121-2/+2
|
* (quail-cxterm-package-ext-info): Add extra docstrings forKenichi Handa2000-09-111-27/+147
| | | | | "chinese-ccdospy", "chinese-ecdict", "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the docstring of "chinese-py".
* (quail-translation-docstring): New variable.Kenichi Handa2000-09-112-58/+138
| | | | | | | | | | | (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.
* *** empty log message ***Kenichi Handa2000-09-111-0/+13
|
* (byte-compile-defvar): Only cons ontoGerd Moellmann2000-09-112-14/+17
| | | | | current-load-list in top-level forms. Else this leaks a cons cell every time a defun is called.
* (diff-apply-hunk): Function basically rewritten. Now understandsMiles Bader2000-09-112-59/+226
| | | | | | | | | | | | | | 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.
* *** empty log message ***Dave Love2000-09-101-0/+9
|
* Minor doc/commentary fixes.Dave Love2000-09-101-19/+15
| | | | (tildify) <defgroup>: Add :version.
* (face-x-resources): Make custom type more specific.Dave Love2000-09-101-3/+6
| | | | | (frame-background-mode): Use mapc. (region) <defcustom>: Add :version.
* *** empty log message ***Stefan Monnier2000-09-091-114/+95
|
* * vc-sccs.el (vc-sccs-register):Stefan Monnier2000-09-094-8/+6
| | | | | | * 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.
* *** empty log message ***Gerd Moellmann2000-09-081-1/+6
|
* (face-spec-set): Only face-spec-reset-face whenGerd Moellmann2000-09-081-1/+2
| | | | ATTRS is non-nil.
* Fix typo in a doc string of help-insert-xref-button.Eli Zaretskii2000-09-082-3/+6
|
* (quail-cxterm-package-ext-info): Fix doc strings of chinese-py-b5,Eli Zaretskii2000-09-072-20/+24
| | | | chinese-py, and chinese-tonepy input methods.