1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 15:30:29 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
André Spiegel
b690900731 (vc-ensure-vc-buffer): New function.
(vc-registration-error): Replaced by the above.  Updated all callers.
(file-executable-p-18, file-regular-p-18): Removed.
1998-04-05 18:43:15 +00:00
Stephen Eglen
666b94132b Customized. 1998-04-05 18:26:32 +00:00
Dave Love
3c14708ccf Fix header line. 1998-04-05 17:43:09 +00:00
Stephen Eglen
323f7c491f Customized. 1998-04-05 16:14:58 +00:00
Dave Love
a797a30d6b (command-line): Fix paren error. 1998-04-05 11:46:30 +00:00
Richard M. Stallman
5e6e69169e (webjump): Use assoc-ignore-case for locating the proper URL. 1998-04-05 03:19:59 +00:00
Richard M. Stallman
9b4e41acb4 (report-emacs-bug-hook): Use skip-chars-forward
to check for non-ASCII characters, and to find them.
Don't use find-charset-region.
(report-emacs-bug-pretest-address): Update address.
(report-emacs-bug-address): Likewise.
1998-04-05 01:05:15 +00:00
Richard M. Stallman
3d30b8bc56 (vc-next-action-dired): Use dired-do-redisplay. Handle
window configuration correctly.
(vc-next-action): Save window configuration for vc-next-action-dired.
(vc-finish-logentry): Only kill log buffer if it does exist.
(vc-dired-mode): Rewritten so that it works entirely through
dired-after-readin-hook.  Subdirectories are handled just as in
ordinary dired.
(vc-dired-hook): New function.
(vc-state-info, vc-dired-reformat-line): Adapted.
(vc-dired-update, vc-dired-update-line): Removed.
(vc-directory): Rewritten.
(vc-directory-18): Removed.
(vc-dired-mark-locked): New function, bound to "*l" in vc-dired-mode.
(vc-do-command): Only compute vc-name if it is really needed.
(vc-fetch-cvs-status): New function.
(vc-dired-hook): Use it.
1998-04-04 05:22:37 +00:00
Richard M. Stallman
8aa81ea8c4 (vc-parse-cvs-status): New function.
(vc-fetch-master-properties): Moved cvs status retrieval to the above.
(vc-backend): If a file is not registered, remember that by setting
the property to `none'.
(vc-name): Use the mechanism of vc-backend to compute the value.
(vc-after-save): Don't access vc-backend property directly.
1998-04-04 05:21:44 +00:00
Richard M. Stallman
3e0a61b575 (report-emacs-bug-hook): Don't bind enable-multibyte-characters. 1998-04-04 00:07:57 +00:00
Richard M. Stallman
c2e527be0b (command-line): If already unibyte, just load
latin-N instead of calling set-language-environment.
1998-04-03 23:49:11 +00:00
Richard M. Stallman
249ac14bec (report-emacs-bug): Use set-buffer-multibyte. 1998-04-03 21:06:38 +00:00
Richard M. Stallman
c1a0049caa (rmail-mode-2): Locally set enable-local-variables
to nil, so a local var list in a message won't confuse things.
1998-04-03 05:34:10 +00:00
Richard M. Stallman
03a5af7baf (report-emacs-bug-hook): Fix the regexp for
matching non-ASCII characters.
1998-04-03 05:11:30 +00:00
Richard M. Stallman
18e5a64ad6 (rul-generic-mode): Use font-lock-builtin-face,
not font-lock-em[hasized-face.
1998-04-03 04:40:40 +00:00
Richard M. Stallman
1703018330 (widget-beginning-of-line): Don't set zmacs-region-stays.
(widget-end-of-line): Likewise.
(widget-glyph-click): Use read-event.
(widget-color-choice-list): Delete compatibility code.
(widget-color-sample-face-get): Likewise.
(widget-choose): Likewise.
(widget-event-point): Fix paren error.
1998-04-02 06:41:37 +00:00
Richard M. Stallman
4084d12891 Delete some compatibility code.
(widget-event-point, widget-read-event): Define unconditionally.

(widget-echo-help-mouse): Don't use window-end.

(widget-choice-value-create): If there is an :explicit-choice, respect it.
(widget-choice-action): Record an explicit choice in :explicit-choice.
1998-04-02 06:33:26 +00:00
Richard M. Stallman
c3fd0eea6c Add support for jdb (Java debugger).
(jdb): New function.
(gud-jdb-history): New variable.
(gud-jdb-directories): New variable.
(gud-jdb-source-files): New variable.
(gud-jdb-build-source-files-list): New function.
(gud-jdb-package-of-file): New function.
(gud-jdb-class-source-alist): New variable.
(gud-jdb-build-class-source-alist): New function.
(gud-jdb-massage-args): New function.
(gud-jdb-find-source-file): New function.
(gud-jdb-marker-filter): New function.
(gud-jdb-find-file): New function.
(gud-jdb-command-name): New variable.
(gud-perldb-command-name): Variable renamed from perldb-command-name.
1998-04-02 05:04:20 +00:00
Richard M. Stallman
0c10ee28b4 (info-lookup->topic-cache): Use defun, not defsubst.
(info-lookup->mode-cache, info-lookup->initialized): Likewise.
(info-lookup->completions, info-lookup->refer-modes): Likewise.
(info-lookup->all-modes): Likewise.

(info-lookup-quick-all-modes): New function.
(info-complete): Find the symbol to complete first,
then compute list of completions.

(lisp-mode): Add info-lookup-maybe-add-help for it.
1998-04-02 04:36:00 +00:00
Richard M. Stallman
ff75343876 (follow-scroll-up): Cope if `window-end' returns nil.
(follow-select-if-end-visible): Likewise.
(follow-mode-version): Variable removed.
1998-04-02 03:37:18 +00:00
André Spiegel
751fa74742 (vc-revert-buffer): Rewrote handling of vc-diff buffer,
so that the file's buffer is always current when the actual
        revert is done.
1998-04-01 12:26:43 +00:00
Andreas Schwab
3f251fcd3b Customized. 1998-04-01 10:44:40 +00:00
Richard M. Stallman
04d807e6ce (hack-one-local-variable): Variables named ...-predicate are treated as risky.
(write-file): Omit directory part when making default file name.
1998-04-01 03:44:50 +00:00
Stephen Eglen
6b0cc1b561 Many doc fixes.
(iswitchb-method): No longer a user variable.
(iswitchb-minibuffer-setup-hook): Customized.
(iswitchb-default): New variable.
(iswitchb-complete): Use iswitchb-common-match-string rather than recomputing
the value.
(iswitchb-toggle-ignore): Recompute list of buffers.
(iswitchb-init-XEmacs-trick): Renamed from iswitchb-init-Xemacs-trick.
1998-03-31 20:14:55 +00:00
André Spiegel
7f050cc85e (vc-backend-revert): CVS bug fix. 1998-03-31 18:08:36 +00:00
André Spiegel
18483cf000 * vc.el (vc-resolve-conflicts): New function.
(vc-next-action-on-file): Use it.
        (vc-backend-revert): For CVS, revert to the version the buffer was
        based on, not the latest on the current branch (same behavior as
        for RCS).  For SCCS, forget vc-workfile-version so that it gets
        recomputed.
        (vc-revert-buffer): Rewrote doc string to explain the above.
        (vc-finish-logentry): Don't add extra newline.
1998-03-31 17:19:32 +00:00
Richard M. Stallman
3691e056ac (battery-linux-proc-apm): Re-use the temporary buffer.
(battery-insert-file-contents): Disable code conversion.
1998-03-30 04:39:53 +00:00
Richard M. Stallman
608b9ed2e4 (desktop-buffer-info, desktop-buffer-rmail)
(desktop-buffer-mh, desktop-buffer-dired, desktop-buffer-file):
Return the buffer produced.
(desktop-create-buffer): Use the buffer that was returned.
1998-03-30 04:29:36 +00:00
Richard M. Stallman
2974ad46db (tex-start-shell): Call compilation-minor-mode. 1998-03-30 04:23:58 +00:00
Richard M. Stallman
460e1b7d32 (tex-send-command): Return the process.
(tex-start-tex): New function.
(tex-region, tex-file): Use tex-start-tex.
(tex-start-tex-marker): New variable.

(tex-compilation-parse-errors): Completely rewritten.
(tex-print): Reset or restart the subshell before using it.
1998-03-30 04:21:52 +00:00
Richard M. Stallman
cf1b7d22af (ange-ftp-kill-ftp-process): Convert buffer name to the buffer. 1998-03-30 03:08:51 +00:00
Richard M. Stallman
c6d354e76e (reporter-bug-hook): Fix error message.
(reporter-beautify-list): Break infloop when
reaching the end of the buffer without crossing an unbalanced
paren.  Use scan-sexps instead of forward-sexp for the loop break test.

(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.
1998-03-29 02:35:51 +00:00
Richard M. Stallman
c79e04d88b (completion-ignored-extensions): Add a few.
(debug-ignored-errors): Add file-supersession.
1998-03-28 21:56:57 +00:00
Richard M. Stallman
478653c95d (desktop-load-default): Add autoload cookie.
(desktop-read): Likewise.
1998-03-28 07:32:50 +00:00
Richard M. Stallman
89f1709fde (menu-bar-options-menu): Remove "Toggle" from item
names, using buttons instead.
(menu-bar-make-toggle): Define a menu-item toggle button.
(menu-bar-options-menu [save-place]): (require 'saveplace).
(menu-bar-options-menu [toggle-auto-compression], [auto-fill-mode])
(menu-bar-options-menu [toggle-global-lazy-font-lock-mode]):
Define a menu-item button.
1998-03-28 05:43:01 +00:00
Simon Marshall
8646fe223f use a string that will never match. 1998-03-27 10:11:45 +00:00
Richard M. Stallman
c25aec78d1 (calendar-mode-map): Add bindings for appt-add and appt-delete. 1998-03-27 04:53:22 +00:00
Richard M. Stallman
a9c4c78a68 (perform-replace): Before recursive edit,
get the match data as markers, and set real-match-data.
1998-03-26 06:31:26 +00:00
Richard M. Stallman
d155ff1892 (rmail-clear-headers): Handle failure to find "\n[^ \t]". 1998-03-26 04:28:37 +00:00
Richard M. Stallman
bb15e81a9b (normal-top-level-add-subdirs-to-load-path):
Reverse order of subdirs to add.  Don't duplicate the parent dir.
1998-03-26 04:26:27 +00:00
Dave Love
c44968212e Fix header line. 1998-03-25 19:16:31 +00:00
Dave Love
48764ae263 Various doc fixes, mainly grammar. 1998-03-25 19:13:11 +00:00
Dave Love
4605a50d81 (auto-insert, auto-insert-query): :tag choices.
(define-auto-insert): Rename arg key to match doc.
1998-03-25 19:06:46 +00:00
Simon Marshall
ae7460eed6 add some C/C++ keywords. 1998-03-25 16:56:12 +00:00
Simon Marshall
ce2cc8377d use new UPDATE window-end arg. 1998-03-25 16:52:19 +00:00
Simon Marshall
e69d810c33 check length of mail-header-separator before using in font-lock-keywords. 1998-03-25 16:41:18 +00:00
Dave Love
95ffcc7f6c (dired-run-shell-command): Maybe run handler. 1998-03-24 17:08:34 +00:00
Dave Love
1c65319ffb (shell-command): Define handler.
(ange-ftp-shell-command): Add optional arg.
(comint-last-output-start, comint-last-input-start,
comint-last-input-end): Defvar to silence compiler.
1998-03-24 17:08:02 +00:00
Andreas Schwab
ebc4ab7cf8 (xterm-mouse-translate, xterm-mouse-event): Replace
obsolete `concat with integer' by format.
1998-03-23 13:26:00 +00:00
Andreas Schwab
ecdd2ab53d (resize-minibuffer-mode): Make it a proper minor
mode: toggle resize-minibuffer mode when called without argument.
1998-03-23 13:18:54 +00:00