1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

6454 Commits

Author SHA1 Message Date
Stefan Monnier
55a88c8a60 *** empty log message *** 2004-08-24 22:14:46 +00:00
Luc Teirlinck
49eac10f92 (speedbar-file-regexp): Give it a phony defvar before and a real
defvar after `speedbar-supported-extension-expressions'.  This is to
silence the compiler without breaking bootstrapping.
2004-08-22 21:11:43 +00:00
Richard M. Stallman
2ee3b79e47 *** empty log message *** 2004-08-22 17:46:31 +00:00
David Kastrup
818226ac7e Update AUCTeX
information.
2004-08-22 11:03:22 +00:00
David Kastrup
90a02640b4 Update AUCTeX information. 2004-08-22 10:58:41 +00:00
Andreas Schwab
2b54cb7b30 . 2004-08-22 09:50:18 +00:00
Masatake YAMATO
44feddcfb1 (cvs-status-checkout): New function.
(cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2004-08-22 04:37:44 +00:00
Stefan Monnier
aca16f7875 *** empty log message *** 2004-08-21 23:51:42 +00:00
David Kastrup
311f32fe0f (ange-ftp-hash-entry-exists-p)
(ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
has been converted to use hashtables, the relation `nil=none' is
no longer valid, as `nil' is not a hashtable.  This patch tries to
reduce the number of resulting errors.
2004-08-21 21:50:06 +00:00
John Paul Wallington
3829aa6f66 (latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5. 2004-08-21 15:00:26 +00:00
Eli Zaretskii
29bbca9e01 *** empty log message *** 2004-08-21 12:25:07 +00:00
Kenichi Handa
295f3b30f6 *** empty log message *** 2004-08-20 08:48:47 +00:00
Stefan Monnier
27615979e5 *** empty log message *** 2004-08-19 22:30:02 +00:00
Masatake YAMATO
2b8d823f69 (elp-results-symname-map): New keymap.
(elp-results-jump-to-definition-by-mouse)
(elp-results-jump-to-definition, elp-output-insert-symname): New Functions.
(elp-output-result): Use elp-output-insert-symname.
2004-08-19 07:52:01 +00:00
Luc Teirlinck
eacd5edcd3 *** empty log message *** 2004-08-18 02:21:51 +00:00
John Paul Wallington
ee1fcbddee (reb-mode-map): Define within defvar.
(reb-force-update): Doc fix.
2004-08-17 09:58:06 +00:00
Richard M. Stallman
8afc13c66a *** empty log message *** 2004-08-16 23:02:46 +00:00
Luc Teirlinck
be3a95100e *** empty log message *** 2004-08-16 13:03:52 +00:00
Kenichi Handa
68fbea3aa9 (ps-mule-font-info-database): Fix docstring. 2004-08-16 12:07:15 +00:00
Kenichi Handa
c3ff5bc11c term/x-win.el (x-selection-value): If utf8 was successful but
ctext was not, use utf8 string.
2004-08-16 00:07:23 +00:00
John Paul Wallington
6dad1714db *** empty log message *** 2004-08-14 13:51:44 +00:00
Eli Zaretskii
e11d1dd9e1 *** empty log message *** 2004-08-14 12:50:24 +00:00
Eli Zaretskii
ab5a4a32ca *** empty log message *** 2004-08-14 12:22:40 +00:00
John Paul Wallington
78642e03de (forward-word): Allow 0 args. 2004-08-14 10:01:55 +00:00
Daniel Pfeiffer
42e1fd33d7 *** empty log message *** 2004-08-12 07:30:05 +00:00
Daniel Pfeiffer
048526bd2d (speedbar-scan-subdirs): New option.
(speedbar-file-lists): Don't ignore file-name case on Unix and use dolist.
(speedbar-insert-files-at-point): Take an extra argument and use it to optionally find out if a subdir is empty.  Also unreadable files don't get expand buttons.
(speedbar-directory-plus): New image (bitmap already existed unused).
(speedbar-expand-image-button-alist): Use it.
2004-08-11 20:00:11 +00:00
Martin Stjernholm
2a15eb73df Updated CC Mode to 5.30.9. 2004-08-11 16:22:21 +00:00
Michael Albinus
48ddd622ab Sync with Tramp 2.0.44. 2004-08-10 21:18:38 +00:00
Kenichi Handa
093b77de60 *** empty log message *** 2004-08-10 08:18:04 +00:00
Luc Teirlinck
2bd7733052 *** empty log message *** 2004-08-09 18:52:34 +00:00
John Paul Wallington
7ad938e730 (define-ibuffer-column size): Use string-to-number instead of string-to-int.
(define-ibuffer-column mode): Fix indentation.
2004-08-08 22:54:36 +00:00
Lars Hansen
3bc603c417 (widget-sexp-validate): Allow whitespace after expression. 2004-08-08 19:38:51 +00:00
Luc Teirlinck
8392e13818 *** empty log message *** 2004-08-08 17:14:58 +00:00
Eli Zaretskii
abaf2e77e7 (completion-root-regexp): New defvar.
(completion-setup-function): Use it instead of a literal string.
2004-08-07 16:47:41 +00:00
John Paul Wallington
8bd6323a8f (reb-re-syntax): Add `rx' syntax.
(reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
(reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
(reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2004-08-07 12:03:54 +00:00
Kenichi Handa
af1781acbf (encoded-kbd-setup-keymap): Fix previous change. 2004-08-04 13:03:26 +00:00
Kim F. Storm
0f7a93c1c6 *** empty log message *** 2004-08-02 15:30:37 +00:00
David Kastrup
78629844c6 (query-replace-read-from): Use
`query-replace-compile-replacement'.
(query-replace-compile-replacement): New function.
(query-replace-read-to): Use `query-replace-compile-replacement'
for repeating the last command.
2004-08-01 12:59:09 +00:00
John Paul Wallington
fdeadcd1f6 (help-go-back): Delete period from end of error message. 2004-08-01 05:54:54 +00:00
John Paul Wallington
e7fdaf6301 (only-global-abbrevs): Doc fix.
(edit-abbrevs-map): Define within defvar.
(quietly-read-abbrev-file): Doc fix.
2004-08-01 03:56:05 +00:00
Luc Teirlinck
83f6422686 *** empty log message *** 2004-07-31 16:09:34 +00:00
Richard M. Stallman
53a7160c92 (with-local-quit): Doc fix. 2004-07-31 03:42:27 +00:00
Luc Teirlinck
4bcce19cc1 (utf-translate-cjk-mode): Doc fix. 2004-07-31 03:31:28 +00:00
Luc Teirlinck
ee945d0839 *** empty log message *** 2004-07-29 01:49:07 +00:00
Masatake YAMATO
31f98a937c (etags-tags-apropos): Show building progress. 2004-07-28 09:05:23 +00:00
Vinicius Jose Latorre
47a97a6db3 Tiny change. 2004-07-27 02:10:51 +00:00
Stefan Monnier
38357a23f4 (imenu-prev-index-position-function)
(imenu-extract-index-name-function, imenu-name-lookup-function)
(imenu--index-alist): Docstring redundancy fix.
2004-07-26 21:16:08 +00:00
Lars Hansen
e0db2366e7 (wdired-finish-edit): Require dired-aux before locally binding dired-backup-overwrite. 2004-07-25 19:55:21 +00:00
John Paul Wallington
a3111ae4d8 (butlast, event-modifiers, event-basic-type): Doc fixes. 2004-07-25 05:45:53 +00:00
Luc Teirlinck
b96b979c74 (tty-color-approximate): Doc fix. 2004-07-24 21:58:34 +00:00
Richard M. Stallman
7630911d61 *** empty log message *** 2004-07-24 21:46:27 +00:00
Luc Teirlinck
833a249e8a *** empty log message *** 2004-07-23 12:27:18 +00:00
Luc Teirlinck
d398de43be (modify-all-frames-parameters): Minor doc fix.
(set-frame-configuration): Doc fix.
2004-07-23 12:20:22 +00:00
Eli Zaretskii
55c4a67ca8 (completion-setup-function): Compute the common parts
and the first difference place correctly when
partial-completion-mode is on.
2004-07-23 11:53:07 +00:00
Vinicius Jose Latorre
9586e1d3a4 Improve DSC compliance. 2004-07-23 01:16:06 +00:00
Kim F. Storm
8b66e34f8c *** empty log message *** 2004-07-22 14:26:06 +00:00
Vinicius Jose Latorre
553d333400 Doc fix. 2004-07-21 05:06:49 +00:00
Luc Teirlinck
bf294e2fbd (modify-all-frames-parameters): Minor doc fix. 2004-07-21 02:34:07 +00:00
Richard M. Stallman
1637ed8767 (fill-comment-paragraph): Handle indent-tabs-mode.
(fill-delete-newlines): Call sentence-end as function.
(fill-nobreak-p, canonically-space-region): Likewise.
(fill-nobreak-p): If this break point is at the end of the line,
don't consider the newline which follows as a reason to return t.
2004-07-20 20:51:26 +00:00
John Paul Wallington
9375be0117 (dired-file-set-difference): Don't use `caddr'. 2004-07-19 12:34:02 +00:00
Luc Teirlinck
c60b302c22 *** empty log message *** 2004-07-18 14:30:25 +00:00
Kai Großjohann
cdfa3eccb1 (tramp-handle-verify-visited-file-modtime): New
docstring.  From Luc Teirlinck.
2004-07-17 21:33:32 +00:00
Luc Teirlinck
2d67776657 Describe Auto Revert Tail Mode' in Commentary' section.
(auto-revert-handler): Do not check `auto-revert-tail-mode' for
non-file buffers.  We know it is nil.
2004-07-17 20:55:57 +00:00
Kai Großjohann
07dfe73898 Sync with Tramp 2.0.43.
(tramp-handle-verify-visited-file-modtime): Remove
outdated comment.
(tramp-locked, tramp-locker): New variables for implementing a
global lock.
(tramp-sh-file-name-handler): Use them to implement the global
lock.
2004-07-17 17:28:43 +00:00
Jonathan Yavner
3e39672fd3 Added some additional functions to the 1-valued', compose', and progn groups.
Bugfix for marking up the definition for an empty function.
New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued.
2004-07-17 17:06:26 +00:00
Richard M. Stallman
3751eb00d7 *** empty log message *** 2004-07-17 15:00:22 +00:00
Daniel Pfeiffer
7778781072 (which-func-keymap): New var.
(which-func-face): New face.
(which-func-format): Use them.
2004-07-17 08:10:28 +00:00
Eli Zaretskii
b6fdd1efe6 (list-buffers-noselect): Append the buffer's process status to its mode name. 2004-07-16 13:15:09 +00:00
Kim F. Storm
f9253326af *** empty log message *** 2004-07-16 10:42:43 +00:00
Luc Teirlinck
386c8f42f7 *** empty log message *** 2004-07-14 23:35:30 +00:00
Daniel Pfeiffer
c29a05c8f0 (mode-line-mode-menu): Fix alphabetical ordering and add auto-revert-tail-mode. 2004-07-14 21:09:33 +00:00
Stefan Monnier
d5c24489bd *** empty log message *** 2004-07-14 15:24:33 +00:00
Vinicius Jose Latorre
0117451de7 Doc fix. Change name of some funs. 2004-07-13 01:32:18 +00:00
Luc Teirlinck
01df0a6d3a (with-selected-window): Doc fix. 2004-07-13 00:11:09 +00:00
Luc Teirlinck
3ac08e9964 (get-buffer-window-list): Doc fix. 2004-07-12 01:13:25 +00:00
Luc Teirlinck
da38045d0a *** empty log message *** 2004-07-11 02:39:20 +00:00
Luc Teirlinck
0ba2e87b15 *** empty log message *** 2004-07-11 01:35:37 +00:00
Luc Teirlinck
90dc192227 (save-selected-window, one-window-p)
(split-window-keep-point, split-window-vertically)
(split-window-horizontally): Doc fixes.
2004-07-11 00:56:17 +00:00
Vinicius Jose Latorre
45f17557a5 It uses call-process instead shell-command 2004-07-10 22:14:18 +00:00
Eli Zaretskii
831dc66dfc (ediff-meta-truncate-filenames): Change type to boolean. 2004-07-10 10:53:19 +00:00
Lars Hansen
80a7a1bff5 (widget-field-buffer): Doc fix. 2004-07-09 21:50:42 +00:00
John Paul Wallington
a29ccd9f0a *** empty log message *** 2004-07-09 17:24:06 +00:00
Richard M. Stallman
02c04e6f82 *** empty log message *** 2004-07-09 16:57:05 +00:00
Mark A. Hershberger
ae04ab88fd *** empty log message *** 2004-07-09 15:03:07 +00:00
Mark A. Hershberger
6d12a4dfbc 2004-07-09 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
	form
	(("ns" . "element") (attr-list) children) instead of
	((:ns . "element") (attr-list) children) in order to reduce the
	number of symbols used.
	(xml-skip-dtd): Change to use xml-parse-dtd but set
	xml-validating-parsing to nil.
	(xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
	(xml-substitute-entity): Remove in favor of new entity substitution.
	(xml-substitute-special): Rewrite in to substitute complex
	entities from DOCTYPE declarations.
	(xml-parse-fragment): Parse fragments from entity deleclarations.
	(xml-parse-region, xml-parse-tag, xml-parse-attlist)
	(xml-parse-dtd, xml-substitute-special): Make validity checks
	conditioned on xml-validating-parser.  Add "Not Well Formed" to
	error messages about well-formedness.
2004-07-09 14:22:33 +00:00
Steven Tamm
0ecc99998a term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
(mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
Do not treat double clicks and triple clicks specially in the
scroll bar (preventing strange repositioning problems)
2004-07-08 15:24:54 +00:00
Stefan Monnier
cc0aea1a20 (query-replace-regexp-eval): Fix last change. 2004-07-06 12:31:24 +00:00
Stefan Monnier
6f1df6d9d6 (query-replace-descr): New fun.
(query-replace-read-from, query-replace-read-args): Default to the last from&to.
(query-replace-read-to): Quote the `from' string when displaying it.
(query-replace-regexp-eval): Immediately check read-only status.
Use query-replace-read-from to get the \n checking.
Quote the `from' string when displaying it.
(map-query-replace-regexp, occur-read-primary-args):
Quote the `from' string when displaying it.
2004-07-06 00:06:05 +00:00
Kenichi Handa
475344c331 *** empty log message *** 2004-07-04 23:41:41 +00:00
Eli Zaretskii
2a1a35c60c *** empty log message *** 2004-07-03 11:01:32 +00:00
Eli Zaretskii
610101de3e (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
(iimage-mode-image-search-path): New user option to search the
image file.
(iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
have locate-file.
(iimage-mode-buffer): Use it.
2004-07-03 09:54:20 +00:00
Nick Roberts
e21badcdfb *** empty log message *** 2004-07-03 09:20:09 +00:00
Juri Linkov
5297945104 *** empty log message *** 2004-07-03 05:18:06 +00:00
Richard M. Stallman
e3ccf404ae *** empty log message *** 2004-07-02 23:53:56 +00:00
André Spiegel
1e118124a8 # 2004-07-02 07:32:44 +00:00
Juri Linkov
5dc0a68b42 *** empty log message *** 2004-07-02 04:38:51 +00:00
Stefan Monnier
4dfde3dd1d *** empty log message *** 2004-07-01 13:02:50 +00:00
Juri Linkov
0ec4febda2 (query-replace-interactive): Change type from boolean
to choice.  Add value `initial'.
(query-replace-read-args): Handle value `initial' of
query-replace-interactive.
2004-07-01 10:01:32 +00:00
Stefan Monnier
c8d09ad859 *** empty log message *** 2004-06-30 17:12:39 +00:00
Kim F. Storm
5fa405b602 *** empty log message *** 2004-06-29 12:58:14 +00:00
Juri Linkov
637b9d739b *** empty log message *** 2004-06-28 23:15:42 +00:00
David Kastrup
cb05ca25df (perform-replace): Highlight the match even in
non-query mode if there is potential replace string editing.
2004-06-26 18:35:18 +00:00
Kai Großjohann
15cc764cd1 (tramp-handle-file-remote-p): New implementation to
agree with new return value of `file-remote-p'.
This syncs with Tramp 2.0.42.
2004-06-26 15:28:33 +00:00
Kai Großjohann
3f78877397 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
according to new documentation of `file-remote-p'.

* files.el (file-remote-p): Fix doc to say that return value is
identification of remote system, if not nil.
(file-relative-name): Use new return value of `file-remote-p'.
2004-06-26 14:41:13 +00:00
Nick Roberts
817819c202 *** empty log message *** 2004-06-26 13:11:44 +00:00
Eli Zaretskii
00170b0d63 (Man-getpage-in-background): Add windows-nt to the list
of systems where shell-file-name should be used instead of
literal "sh".
2004-06-26 09:46:19 +00:00
Sam Steingold
bc071f64e5 (change-log-font-lock-keywords): Support
Common Lisp function names `(setf symbol)'.
2004-06-25 14:45:00 +00:00
Richard M. Stallman
b4a4b0ae66 *** empty log message *** 2004-06-24 23:34:10 +00:00
David Kastrup
7c1c02ac6e (query-replace-read-args): Implement \,' and \#'
replacements here.
(query-replace-regexp): Doc string explaining this and the new
`\?' replacement.  Remove `\,' and `\#' implementation here, as it
is better placed in `query-replace-read-args'.
(replace-regexp): Explain `\,', `\#' and `\?'.
(replace-match-data): New function for thorough reuse/destruction
of old match-data.
(replace-match-maybe-edit): Function for implementing `\?'
editing.
(perform-replace): Fix maintaining of the match stack including
already matched regions, implement `\?', fix various problems
with regions while editing and other stuff.
(replace-highlight): Simplified.
2004-06-24 10:26:24 +00:00
Daniel Pfeiffer
bb72b9d0b5 (grep-error-screen-columns): New variable.
(grep-regexp-alist): Give it the full functionality of gnu style compilation messages with line and column ranges.  Ask me for the perl script I'm working on, that uses these.
2004-06-23 23:11:23 +00:00
Nick Roberts
7b19911443 *** empty log message *** 2004-06-23 18:06:31 +00:00
Luc Teirlinck
21ae22ff7b *** empty log message *** 2004-06-23 14:50:13 +00:00
Lars Hansen
255d07dc33 *** empty log message *** 2004-06-23 14:38:40 +00:00
Juanma Barranquero
4e9691e9fa *** empty log message *** 2004-06-21 21:53:41 +00:00
Richard M. Stallman
376de73927 *** empty log message *** 2004-06-21 03:26:53 +00:00
Luc Teirlinck
e6c45c2987 (show-trailing-whitespace): Doc fix. 2004-06-19 16:11:02 +00:00
Nick Roberts
6871c35fd6 *** empty log message *** 2004-06-19 00:48:23 +00:00
Luc Teirlinck
9ae0d84f5a (global-auto-revert-non-file-buffers): Update docstring. 2004-06-19 00:36:39 +00:00
Daniel Pfeiffer
fed0b1ee23 *** empty log message *** 2004-06-18 22:59:05 +00:00
Jason Rumney
f34bdfdc49 *** empty log message *** 2004-06-18 21:12:16 +00:00
David Kastrup
2f57bf8593 (query-replace-read-args): Only warn about use of \n
and \t when we are doing a regexp replacement and the actual
escaped character is n or t.
(query-replace-regexp): Add \, and \# interpretation to
interactive call and document it.
(query-replace-regexp-eval, replace-match-string-symbols): add \#
as shortkey for replace-count.
(replace-quote): New function for doubling backslashes.
2004-06-17 14:44:02 +00:00
Juanma Barranquero
f4af98d88f *** empty log message *** 2004-06-17 00:03:06 +00:00
Juanma Barranquero
0111ab41ec (ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
Doc fixes.
(ewoc--create-node, ewoc--delete-node-internal):
Fix typos in docstring.
2004-06-16 23:50:03 +00:00
Luc Teirlinck
c90dcdd560 (buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring. 2004-06-16 01:34:15 +00:00
Vinicius Jose Latorre
3a50445455 Comment doc string of defalias 2004-06-16 00:03:26 +00:00
Luc Teirlinck
1f94377f71 *** empty log message *** 2004-06-15 22:12:14 +00:00
Juanma Barranquero
1ebd4f78e4 *** empty log message *** 2004-06-14 21:17:25 +00:00
Juanma Barranquero
fe34703418 (image-library-alist): Initialize to a known set of probable library names. 2004-06-14 21:01:37 +00:00
Kenichi Handa
4060d762b6 *** empty log message *** 2004-06-14 01:20:46 +00:00
Kenichi Handa
c1136bda63 (ccl-encode-mule-utf-8): Fix previous change. 2004-06-13 22:57:46 +00:00
Richard M. Stallman
092de21d0b *** empty log message *** 2004-06-13 22:39:41 +00:00
Luc Teirlinck
25f6295eb3 (before-save-hook): Add `time-stamp' to the options. 2004-06-13 21:32:14 +00:00
Kai Großjohann
6393ab2a79 (diff-current-defun): If at start of hunk, use
position of first change.
2004-06-13 16:48:44 +00:00
Lars Hansen
c04ebd1d5e *** empty log message *** 2004-06-13 13:39:59 +00:00
Karl Fogel
037b0a8797 * bookmark.el (bookmark-bmenu-relocate): New function, as
suggested by David J. Biesack <David.Biesack@sas.com>.
  (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
  (bookmark-bmenu-mode): Describe binding in doc string.
  (bookmark-set-filename): Save the bookmark list if it's time.
2004-06-13 01:59:21 +00:00
Kenichi Handa
6fb41b5b77 *** empty log message *** 2004-06-13 00:25:18 +00:00
Eli Zaretskii
95e4a189b4 Fix formatting of last entry. 2004-06-12 10:34:54 +00:00
Eli Zaretskii
fc3095ced1 *** empty log message *** 2004-06-12 10:33:57 +00:00
Eli Zaretskii
7c226e4010 (completion-ignored-extensions): Add file extensions
of Python byte-compiled files.
2004-06-12 10:16:10 +00:00
Juri Linkov
1c492b8722 *** empty log message *** 2004-06-12 06:03:28 +00:00
Kenichi Handa
66189a403f *** empty log message *** 2004-06-12 02:36:47 +00:00
Luc Teirlinck
7805cdbd4f (dired-revert): If buffer is marked unmodified before
reverting, keep it marked unmodified.
Adapt to new conventions for commenting out code.
(dired-make-relative): Adapt to new conventions for commenting out code.
2004-06-11 22:38:52 +00:00
Miles Bader
0c2222fafb Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
Work around vc-arch problems when building eshell

2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>

   * lisp/eshell/esh-module.el (eshell-load-defgroups): Bind
   `vc-handled-backends' to nil when opening files.
2004-06-11 03:52:53 +00:00
Juanma Barranquero
e9efcef4e9 *** empty log message *** 2004-06-11 01:04:28 +00:00
Juanma Barranquero
9fc2be4c21 *** empty log message *** 2004-06-10 20:59:26 +00:00
Luc Teirlinck
d39e545fab *** empty log message *** 2004-06-10 19:19:08 +00:00
Kim F. Storm
d82baff9bd *** empty log message *** 2004-06-10 08:41:13 +00:00
Juri Linkov
4545a37c0f *** empty log message *** 2004-06-10 04:23:52 +00:00
Jan Djärv
2736c90501 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): Use
lc-*.xpm as prefix instead of *-locol.xpm.
2004-06-09 22:05:15 +00:00
Rajesh Vaidheeswarran
067eac9b58 Fix for url mode alist to recognize patterns such as &<str>; as valid 2004-06-09 18:32:06 +00:00
Luc Teirlinck
a4ba829880 *** empty log message *** 2004-06-09 01:37:28 +00:00
Luc Teirlinck
ca0028cefd (dired-diff, dired-backup-diff)
(dired-clean-directory, dired-do-chmod, dired-do-chgrp)
(dired-do-chown, dired-do-touch, dired-do-print)
(dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
(dired-do-byte-compile, dired-do-load, dired-do-redisplay)
(dired-create-directory, dired-do-copy, dired-do-symlink)
(dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
(dired-do-copy-regexp, dired-do-hardlink-regexp)
(dired-do-symlink-regexp, dired-upcase, dired-downcase)
(dired-maybe-insert-subdir, dired-next-subdir)
(dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
(dired-kill-subdir, dired-tree-up, dired-tree-down)
(dired-hide-subdir, dired-hide-all, dired-show-file-type)
(dired-run-shell-command, dired-query):
Remove redundant (or incorrect) autoloads.
2004-06-09 01:13:11 +00:00
Daniel Pfeiffer
ed27bf96e8 *** empty log message *** 2004-06-08 21:34:18 +00:00
Jan Djärv
9757a56b6d * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
* toolbar/help-locol.xpm, toolbar/home-locol.xpm
	* toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
	* toolbar/left_arrow-locol.xpm toolbar/new-locol.xpm
	* toolbar/open-locol.xpm, toolbar/paste-locol.xpm
	* toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
	* toolbar/right_arrow-locol.xpm toolbar/save-locol.xpm
	* toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
	* toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
	* toolbar/up_arrow-locol.xpm:
	New versions of icons that uses fewer colors.

	* toolbar/tool-bar.el (tool-bar-local-item)
	(tool-bar-local-item-from-menu): Try to use icons with fewer colors
	if display-color-cells is 256 or less.
2004-06-08 17:48:36 +00:00
Kim F. Storm
765771b1ff *** empty log message *** 2004-06-08 09:54:37 +00:00
Karl Fogel
5f29a6c8cc * saveplace.el (save-place-alist-to-file): Bind `print-length'
and `print-level' to nil when writing out `save-place-alist'.
  Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
2004-06-08 00:36:04 +00:00
Luc Teirlinck
0aa99669e3 *** empty log message *** 2004-06-07 21:38:35 +00:00
Juanma Barranquero
0b0dea7bb7 *** empty log message *** 2004-06-07 21:03:48 +00:00
Luc Teirlinck
487327a9ef (dired-undo): Call `dired-build-subdir-alist'.
Limit scope of `buffer-read-only' binding.
2004-06-07 18:29:14 +00:00
Kim F. Storm
08384afd01 Typo. 2004-06-07 10:02:47 +00:00
John Wiegley
2a05085477 *** empty log message *** 2004-06-07 08:36:07 +00:00
Kim F. Storm
60ce1c586f Cosmetic changes. 2004-06-06 22:15:12 +00:00
Juanma Barranquero
88c29504b3 *** empty log message *** 2004-06-06 21:50:57 +00:00
Juanma Barranquero
8c1138beaf (help-argument-name): Inherit from italic face only if the frame
supports it.
2004-06-06 21:44:22 +00:00
Jan Djärv
722ceca42c New pbm files.
toolbar/README: new file
2004-06-06 20:17:13 +00:00
Richard M. Stallman
33bc06fb37 (isearch-mode-map): Undo previous change. 2004-06-06 13:58:09 +00:00
Juri Linkov
575f611801 (help-argument-name): Add :group 'help. 2004-06-06 02:49:56 +00:00
Luc Teirlinck
a994ebb8ba (find-ls-subdir-switches): New user option.
(find-dired): No longer call `abbreviate-file-name' on DIR.
Set `dired-subdir-switches' buffer-locally.
2004-06-06 02:32:53 +00:00
Lars Hansen
d692184638 *** empty log message *** 2004-06-05 17:55:26 +00:00
Kenichi Handa
62bfe0fc5e *** empty log message *** 2004-06-05 02:39:28 +00:00
Juanma Barranquero
8be2a2dd85 (help-argument-name): Reintroduce face.
(help-default-arg-highlight): Use it, now that
`face-differs-from-default-p' can be trusted.
2004-06-04 23:26:14 +00:00
Juanma Barranquero
e2cae76902 *** empty log message *** 2004-06-04 22:50:04 +00:00
Juanma Barranquero
7780d7937b Sentence commands added to Point Motion group; kill and backward-kill
commands added to Extraction group.
2004-06-04 22:41:10 +00:00
Eli Zaretskii
9742a3a6aa *** empty log message *** 2004-06-04 16:08:11 +00:00
Miles Bader
1151d6175b Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
Simplify face-differs-from-default-p; don't consider :stipple.
2004-06-04 10:12:53 +00:00
Miles Bader
9717e36cff Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
Move `display-supports-face-attributes-p' entirely into C code

Previously only the tty-related portion of display-supports-face-attributes-p
was done in C.  This just moves the graphical-display related bits into C
too, which allows us to implement them properly (the previous attempt to do a
halfway-proper job in lisp didn't work because of funny conditions during
emacs startup).
2004-06-04 06:00:59 +00:00
Karl Fogel
5129f10c94 2004-06-03 Karl Fogel <kfogel@red-bean.com>
* vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
	because the latter is a CL-ism.  This fixes the bug reported by
	Shawn Boyette <mdxi@collapsar.net> in
        http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2004-06-04 04:37:10 +00:00
Miles Bader
7e07a66d85 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
Rewrite face-differs-from-default-p
2004-06-04 02:50:50 +00:00
Miles Bader
421c91e527 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
Improve display-supports-face-attributes-p on non-ttys
2004-06-04 02:50:11 +00:00
David Kastrup
67c41d86aa *** empty log message *** 2004-06-03 19:52:34 +00:00
Miles Bader
2d14d61e16 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
(read-number): Use canonical format for default in prompt.

2004-06-03  Miles Bader  <miles@gnu.org>

   * lisp/subr.el (read-number): Use canonical format for default in prompt.
2004-06-02 22:44:45 +00:00
Miles Bader
2bb680b0aa Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
Support " [...]" style defaults in minibuffer-electric-default-mode

2004-06-03  Miles Bader  <miles@gnu.org>

   * lisp/minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
   regexp for " [...]" style defaults.
2004-06-02 22:43:42 +00:00
John Paul Wallington
0bdd7ae4f9 2004-06-02 Romain Francoise <romain@orebokech.com>
* ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
	groups: if the user asks for a hidden buffer, open the
	corresponding filter group to expose it.

	* ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
	`ibuffer-jump-to-buffer'.
	(ibuffer-jump-offer-only-visible-buffers): New user option.
2004-06-02 22:07:42 +00:00
Juanma Barranquero
86d373e6b2 *** empty log message *** 2004-06-02 00:53:13 +00:00
Kim F. Storm
90ec69c70a *** empty log message *** 2004-06-01 23:17:24 +00:00
Stefan Monnier
ef5572c56a *** empty log message *** 2004-06-01 05:12:23 +00:00
Lars Hansen
7bfa55b358 (desktop-save): Don't save minor modes without a known mode initialization function. 2004-05-31 21:45:51 +00:00
Luc Teirlinck
64df673db4 *** empty log message *** 2004-05-30 22:16:22 +00:00
Juanma Barranquero
aa8ca433bc *** empty log message *** 2004-05-30 21:30:08 +00:00
Kai Großjohann
2fcaee47a4 Sync with Tramp.
(tramp-let-maybe): ReportReverse args of `get'.
(tramp-let-maybe): Move to an earlier spot in the file.  Patch by
Andreas Schwab.
2004-05-30 21:00:53 +00:00
Andreas Schwab
5709c1a0bf (dired-get-filename): Don't use dired-re-dot. 2004-05-30 18:24:08 +00:00
Richard M. Stallman
7a61e456ba *** empty log message *** 2004-05-30 14:21:53 +00:00
Nick Roberts
f471ca2b24 *** empty log message *** 2004-05-30 00:07:12 +00:00
Michael Albinus
c8364415c6 *** empty log message *** 2004-05-29 22:45:44 +00:00
Michael Albinus
19a8706403 Version 2.0.41 of Tramp released. 2004-05-29 22:28:49 +00:00
Richard M. Stallman
08fd12516b *** empty log message *** 2004-05-29 16:26:16 +00:00
Eli Zaretskii
9dd5e8d7c1 *** empty log message *** 2004-05-29 13:00:28 +00:00
Luc Teirlinck
0a11c70bb2 (find-file-noselect-1): Do not bind `inhibit-read-only' to t during
execution of `find-file-not-found-functions'.
2004-05-29 01:54:11 +00:00
Stefan Monnier
227ef0ff6c *** empty log message *** 2004-05-29 00:01:42 +00:00
Stefan Monnier
034a611363 *** empty log message *** 2004-05-28 22:54:58 +00:00
Juri Linkov
6b9654dc44 *** empty log message *** 2004-05-28 21:21:17 +00:00
Stefan Monnier
ce50a84705 *** empty log message *** 2004-05-28 21:15:08 +00:00
Juanma Barranquero
5445d28727 (artist-last, artist-remove-nulls): Simplify.
(artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
Make arguments match their use in docstring.
(artist-draw-region-trim-line-endings, (artist-mouse-choose-operation):
Fix typo in docstring.
(artist-key-set-point-common): Doc fix.
2004-05-28 19:59:23 +00:00
Simon Josefsson
1cfd38a83e *** empty log message *** 2004-05-28 12:44:09 +00:00
Simon Josefsson
9e94e25445 *** empty log message *** 2004-05-28 05:38:36 +00:00
Luc Teirlinck
62aad204d4 *** empty log message *** 2004-05-28 00:09:08 +00:00
Michael Albinus
ae3b29834c * files.el (file-name-non-special): There are more operations
which need handling: `find-backup-file-name',
`insert-file-contents', `verify-visited-file-modtime',
`write-region'.  Rename t value of method to `add'.  Add new
methods `quote' and `unquote-then-quote' to file-arg-indices.
2004-05-27 20:23:31 +00:00
Juri Linkov
1021748dc6 *** empty log message *** 2004-05-25 21:07:46 +00:00
Sam Steingold
59de4ad0fc (lisp-find-tag-default): Strip the package prefix from the symbol name, if any.
Make it the `find-tag-default-function' for `lisp-mode'.
2004-05-25 20:51:06 +00:00
John Paul Wallington
1a597f4fff (gs-load-image): Use `set-process-query-on-exit-flag' instead of
obsolete `process-kill-without-query'.
2004-05-25 20:12:00 +00:00
Luc Teirlinck
74dca654a3 (find-file-noselect-1): Fix bug introduced by Revision 1.694.
As a side effect, `inhibit-read-only' is again, by default, t during
execution of `find-file-not-found-functions'.
(insert-directory): Check that lines were really inserted by
the --dired switch, before erasing them.
2004-05-25 18:51:07 +00:00
Nick Roberts
c98583470f *** empty log message *** 2004-05-24 21:57:57 +00:00
Nick Roberts
00da1cc51d *** empty log message *** 2004-05-24 18:13:10 +00:00
Juanma Barranquero
4c4939993a (browse-url-interactive-arg): Enable user to explicitly select the text to
be taken as URL.
2004-05-23 22:38:30 +00:00
Juri Linkov
675254bc4b (next-error-find-buffer): Add a rule to return next-error capable buffer
if one window on the selected frame displays such buffer.
2004-05-23 21:05:08 +00:00
Nick Roberts
0145381ff8 *** empty log message *** 2004-05-23 20:27:46 +00:00
Jesper Harder
f5340e292c (grep-tree): Ensure that DIR argument is
interpreted as a directory.
2004-05-23 19:08:48 +00:00
Richard M. Stallman
71d5a208a4 *** empty log message *** 2004-05-22 22:23:13 +00:00
Richard M. Stallman
657cc4ff9a *** empty log message *** 2004-05-22 07:44:30 +00:00
Juanma Barranquero
7d57db2916 (help-add-fundoc-usage): Use %S only for output of `help-make-usage'.
(help-highlight-arguments): Skip function name before searching for
arguments.
2004-05-22 01:58:25 +00:00
Juanma Barranquero
24462ed2b8 *** empty log message *** 2004-05-21 18:16:54 +00:00
Kenichi Handa
ce44846f77 *** empty log message *** 2004-05-21 11:45:01 +00:00
Masatake YAMATO
46de1c5a15 (etags-tags-completion-table): Show parsing progress. 2004-05-21 08:36:46 +00:00
Masatake YAMATO
a6e7bdf171 * progmodes/etags.el (tags-apropos, list-tags): Require apropos. 2004-05-21 07:25:07 +00:00
Luc Teirlinck
4cecf0322b *** empty log message *** 2004-05-21 03:19:34 +00:00
Luc Teirlinck
442c815028 (locate-prompt-for-command): Shorten first line of docstring.
(locate-mode): Expand docstring and include keymap summary.
2004-05-21 03:12:10 +00:00
Luc Teirlinck
4edcfd1772 (find-file-noselect-1): Limit the scope of the
`inhibit-read-only' binding.  Make sure that `inhibit-read-only'
is, by default, nil during the execution of
`find-file-not-found-functions' and `find-file-hook'.
2004-05-20 23:32:27 +00:00
Eli Zaretskii
64867fce6d (facemenu-color-name-equal): New function.
(list-colors-display): Use it to compare colors instead of
facemenu-color-equal.
2004-05-20 16:59:22 +00:00
Eli Zaretskii
88537a99d6 (compare-windows-face): Use min-colors instead of
checking for tty or pc types.
2004-05-20 16:45:28 +00:00
Stefan Monnier
47ff5b2840 *** empty log message *** 2004-05-19 19:19:44 +00:00
Pavel Janík
2aa4a72979 *** empty log message *** 2004-05-19 19:11:54 +00:00
Stefan Monnier
e4ad9cf199 *** empty log message *** 2004-05-19 18:49:52 +00:00
Masatake YAMATO
15aa77901c * wid-edit.el (widget-radio-button-notify): Revert my last
change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2004-05-19 02:16:56 +00:00
Kenichi Handa
70abfe909d Fix syntax (open/close) of CJK characters. 2004-05-19 00:12:49 +00:00
Masatake YAMATO
4d4ea14a2d * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
to widget-apply. :action method assumes 2 arguments, not 3.
2004-05-18 13:38:59 +00:00
Glenn Morris
2c37583719 *** empty log message *** 2004-05-17 18:57:23 +00:00
Sam Steingold
410019e59c (common-lisp-indent-function-1): Indent "without-" forms just
like "with-" and "do-".  Use regexp-opt.
2004-05-17 17:00:00 +00:00
Kim F. Storm
5711678928 *** empty log message *** 2004-05-16 21:43:16 +00:00
Eli Zaretskii
7033bbf1e6 Fix last change in ispell.el. 2004-05-16 15:37:33 +00:00
Vinicius Jose Latorre
5fe26b0034 doc fix 2004-05-16 14:01:46 +00:00
John Wiegley
e9e132edf5 *** empty log message *** 2004-05-15 22:45:13 +00:00
Eli Zaretskii
c1380aa6e5 *** empty log message *** 2004-05-15 12:43:52 +00:00
Eli Zaretskii
bc3621a08e (compilation-warning-face, compilation-info-face): Use min-colors. 2004-05-15 12:17:22 +00:00
Jan Djärv
269558241a New icons. 2004-05-15 10:01:04 +00:00
Kim F. Storm
62f3da3b1a *** empty log message *** 2004-05-14 23:08:54 +00:00
Kenichi Handa
08020f9ad5 *** empty log message *** 2004-05-14 12:52:44 +00:00
David Ponce
ddda21d349 *** empty log message *** 2004-05-14 10:04:16 +00:00
David Kastrup
c7a73294c5 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
* language/european.el ("Brazilian Portuguese"): Added support for
	Brazilian Portuguese.
2004-05-14 07:13:58 +00:00
John Wiegley
97dad9d378 2004-05-13 John Wiegley <johnw@newartisans.com>
* eshell/esh-test.el (eshell-test): Call the function
	`emacs-version' rather than trying to build a custom version
	string.
2004-05-14 01:03:03 +00:00
Juanma Barranquero
08cbceb9a7 *** empty log message *** 2004-05-13 20:47:35 +00:00
Stefan Monnier
a267ab4da0 *** empty log message *** 2004-05-13 17:14:33 +00:00
John Paul Wallington
64bd6fd115 (emacs-version): Check for gtk' feature before x-toolkit' feature. 2004-05-13 13:01:01 +00:00
Juanma Barranquero
aae424b96f (help-arg-highlighting-function, help-argument-name): Delete.
(help-default-arg-highlight): New function.
(help-do-arg-highlighting): Use it.
2004-05-13 01:18:00 +00:00
Glenn Morris
eb15ce9e4c *** empty log message *** 2004-05-13 00:32:26 +00:00
Nick Roberts
da1a6bb899 *** empty log message *** 2004-05-12 20:42:07 +00:00
Juanma Barranquero
71507e4752 (define-generic-mode): Remove redundant arglist info. 2004-05-12 20:22:41 +00:00
Daniel Pfeiffer
0e52264f1c (compilation-set-window-height): Use save-excursion to protect against misplaced marker. 2004-05-12 18:46:24 +00:00
Jan Djärv
9b44aa8b6f * custom.el (defface): Document that type can have value gtk.
* faces.el (face-spec-set-match-display): Handle type gtk in display.
2004-05-12 09:23:02 +00:00
Juanma Barranquero
c968810061 *** empty log message *** 2004-05-12 00:02:52 +00:00
Juanma Barranquero
b47773708b *** empty log message *** 2004-05-11 17:43:47 +00:00
Eli Zaretskii
cdc9b8452c *** empty log message *** 2004-05-11 09:48:14 +00:00
Eli Zaretskii
ac00945e6e (Man-getpage-in-background): Use shell-file-name
and shell-command-switch variables instead of hard-coded
values.
2004-05-11 09:30:25 +00:00
Eli Zaretskii
1e77b11209 New file. 2004-05-11 09:15:55 +00:00
Stefan Monnier
f68d54e7db *** empty log message *** 2004-05-11 05:01:05 +00:00
Juanma Barranquero
494bcd27cb (custom-initialize-default, defcustom): Fix typo in docstring. 2004-05-10 22:08:58 +00:00
Daniel Pfeiffer
10436a4793 *** empty log message *** 2004-05-10 21:06:42 +00:00
Sam Steingold
3eab7193fb (ispell-message): Use `message-cite-prefix-regexp'
instead of `message-yank-prefix'.
2004-05-10 21:03:18 +00:00
Stefan Monnier
522067b2d4 (help-buffer): Autoload when compiling.
(python-after-info-look): Don't assume Info-goto-node returns non-nil.
(run-python): Prepend to any existing PYTHONPATH.
2004-05-10 18:36:09 +00:00
Juanma Barranquero
aa7094ba0f *** empty log message *** 2004-05-10 18:18:23 +00:00
Nick Roberts
95157669da *** empty log message *** 2004-05-10 17:52:06 +00:00
Juanma Barranquero
54ce7cbf6c (start-process-shell-command): Fix docstring. Put usage info in a format usable
by `describe-function'.
(open-network-stream, open-network-stream-nowait, open-network-stream-server):
Fix docstring.
2004-05-10 17:44:56 +00:00
Richard M. Stallman
e109331ade *** empty log message *** 2004-05-10 16:56:13 +00:00
Stefan Monnier
b82a6ae78c *** empty log message *** 2004-05-10 15:54:52 +00:00
Kenichi Handa
a57e815925 *** empty log message *** 2004-05-10 12:58:20 +00:00
Miles Bader
f9878c26e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
Allow restarting an existing debugger session that's exited

2004-05-10  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
   buffer an error if the debugger process is actually running.
2004-05-10 08:40:27 +00:00
Juanma Barranquero
efde45ca30 *** empty log message *** 2004-05-09 22:59:35 +00:00
Jason Rumney
64ec7df91d (cp932, cp936, cp949, cp950): Remove.
Only add cp125* if windows-125* already defined.
2004-05-09 21:36:45 +00:00
Jason Rumney
ceb96489dd *** empty log message *** 2004-05-09 15:49:26 +00:00
Jason Rumney
893b49bbdf (set-locale-environment): On MS-Windows use ansi code-page for default
coding-systems.  Set up paper sizes for Windows 3 letter languages.
2004-05-09 14:57:44 +00:00
Juanma Barranquero
d0aa1aab84 (quickurl, quickurl-browse-url, quickurl-read):
Don't use CL-style default args.
2004-05-09 01:55:31 +00:00
Juanma Barranquero
b1c661c724 *** empty log message *** 2004-05-09 00:50:52 +00:00
Juanma Barranquero
603b9df93d *** empty log message *** 2004-05-08 17:30:52 +00:00
Andreas Schwab
70d4043b63 . 2004-05-08 16:42:56 +00:00
Andreas Schwab
9e24a165fe Fix references to utf-translate-cjk into utf-translate-cjk-mode. 2004-05-08 14:36:07 +00:00
John Wiegley
c4ae2d518c 2004-05-08 John Wiegley <johnw@newartisans.com>
* iswitchb.el (iswitchb-use-virtual-buffers): Added support for
	"virtual buffers" (off by default), which makes it possible to
	switch to the buffers of recently files.  When a buffer name
	search fails, and this option is on, iswitchb will look at the
	list of recently visited files, and permit matching against those
	names.  When the user hits RET on a match, it will revisit that
	file.
	(iswitchb-read-buffer): Added two optional arguments, which makes
	isearchb.el possible.
	(iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,
	iswitchb-next-match): Added support for virtual buffers.
2004-05-08 13:04:29 +00:00
Juanma Barranquero
0f0af7a8f8 *** empty log message *** 2004-05-07 22:42:56 +00:00
Kai Großjohann
38c65fca8d 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Version 2.0.40 of Tramp released.

	* net/tramp.el (tramp-completion-mode, tramp-md5-function): Use
	symbol-function to invoke functions only known on some Emacs
	flavors.  This avoids byte-compiler warnings.  Reported by Kevin
	Scaldeferri <kevin@scaldeferri.com>.
	(tramp-do-copy-or-rename-file-via-buffer): Renamed from
	tramp-do-copy-or-rename-via-buffer (without `file'), to make it
	consistent with the other tramp-do-* functions.
	(tramp-do-copy-or-rename-file): Calls adjusted.
	(tramp-process-initial-commands): Avoid liveness check on shell --
	we know that it must be alive since we're opening a connection at
	this moment.
	(tramp-last-cmd): New internal variable.
	(tramp-process-echoes): New tunable.
	(tramp-send-command): Set tramp-last-cmd.
	(tramp-wait-for-output): Delete echo, if applicable.
	(tramp-read-passwd): Construct the key for the password cache in a
	way that works for multi methods, too.
	(tramp-bug): Add backup-directory-alist and
	bkup-backup-directory-info to bug reports, with Tramp
	counterparts.

2004-05-01  Michael Albinus  <michael.albinus@gmx.de>

	* net/tramp*.el: Suppress byte-compiler warnings where possible.

	* net/tramp.el (tramp-out-of-band-prompt-regexp)
	(tramp-actions-copy-out-of-band): New defcustoms.
	(tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
	used instead of a synchronous one.  Allows password entering.
	(tramp-action-out-of-band): New defun.
	(tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove
	restriction with password from doc string.
	(tramp-bug): Add variables `tramp-terminal-prompt-regexp',
	`tramp-out-of-band-prompt-regexp',
	`tramp-actions-copy-out-of-band', `password-cache' and
	`password-cache-expiry'.
	(toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
	password caching.
	(tramp-touch): FILE can be a local file, too.
	(TODO): Remove items done.
	(tramp-handle-insert-directory): Properly quote file name also if
	not full-directory-p.  Handle wildcard case.  Reported by Andreas
	Schwab <schwab@suse.de>.
	(tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
	new file.
	(tramp-handle-file-local-copy, tramp-handle-write-region): The
	permissions of the temporary file are set if filename exists.
	Reported by Ted Stern <stern@cray.com>.
	(tramp-backup-directory-alist)
	(tramp-bkup-backup-directory-info): New defcustoms.
	(tramp-file-name-handler-alist): Add entry for
	`find-backup-file-name'.
	(tramp-handle-find-backup-file-name): New function.  Implements
	Tramp's find-backup-file-name.

	* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
	for `find-backup-file-name'.

	* net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
	("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
2004-05-07 21:20:10 +00:00
Lars Hansen
9bcabb45f7 (desktop-buffer-mode-handlers): Fix docstring. 2004-05-07 19:41:11 +00:00
Lars Hansen
c23832791a *** empty log message *** 2004-05-07 18:03:59 +00:00
Juanma Barranquero
a478f3e181 (lambda): Add arglist description to docstring.
(declare): Fix typo in docstring.
(open-network-stream): Fix docstring.
(process-kill-without-query): Fix docstring and add obsolescence info.
(last, butlast, nbutlast): Make arguments match their use in docstring.
(insert-buffer-substring-no-properties): Likewise.
(insert-buffer-substring-as-yank): Likewise.
(split-string): Fix docstring.
2004-05-07 01:06:20 +00:00
Nick Roberts
6dba30fb25 *** empty log message *** 2004-05-06 22:56:22 +00:00
Stefan Monnier
24d5055cef Changes largely merged in from Dave Love's code. Doc fixes.
(python-mode-map): Add python-complete-symbol.
(python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
(python-comment-indent, python-complete-symbol)
(python-symbol-completions, python-partial-symbol)
(python-try-complete): New.
(python-indent-line): Remove optional arg.  Use python-block-end-p.
(python-check): Bind compilation-error-regexp-alist.
(inferior-python-mode): Use rx.  Move keybindings to top level.
Set comint-input-filter.
(python-preoutput-filter): Use rx.
(python-input-filter): Re-introduce.
(python-proc): Start new process if necessary.
Check python-buffer non-nil.
(view-return-to-alist): Defvar.
(python-send-receive): New.
(python-eldoc-function): Use it.
(python-mode-running): Don't defvar.
(python-mode): Set comment-indent-function.
Maybe update hippie-expand-try-functions-list.
(python-indentation-levels): Initialize differently.
(python-block-end-p): New.
(python-indent-line): Use it.
(python-compilation-regexp-alist): Augment.
(run-python): Import `emacs' module to Python rather than loading
code directly.  Set python-buffer differently.
(python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
Use python-proc.
(python-send-command): Go to end of comint buffer.
(python-load-file): Use python-proc, emacs.eimport.
(python-describe-symbol): Simplify interactive form.
Use emacs.help.  Do use temp-buffer-show-hook.
Call print-help-return-message.
(hippie-exp): Require when compiling.
(python-preoutput-continuation): Use rx.
2004-05-06 20:22:32 +00:00
John Paul Wallington
b90a6a12f1 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
* ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
	filter groups from the buffer when rebuilding the Ibuffer buffer
	and `ibuffer-show-empty-filter-groups' is nil.
2004-05-06 07:24:56 +00:00
Vinicius Jose Latorre
cfb7b9ce93 New fun. 2004-05-06 04:34:38 +00:00
Vinicius Jose Latorre
1ed43c8ea6 New fun. 2004-05-06 04:00:05 +00:00
Juanma Barranquero
1c34b5a97d (help-argument-name): Default to bold; don't inherit from
font-lock-variable-name-face.
(help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2004-05-06 01:12:06 +00:00
Juanma Barranquero
b03a4fdde7 *** empty log message *** 2004-05-06 00:46:57 +00:00
Kenichi Handa
f747bef986 *** empty log message *** 2004-05-06 00:04:56 +00:00
Stephen Eglen
971cb8347a (iswitchb-global-map): Fix typo. Removed unwanted ###autoloads from
source file.
2004-05-05 12:14:39 +00:00
Lars Hansen
2a93ca78ea (wdired-change-to-wdired-mode): Quote wdired-mode-hook in run-hooks.
Use substitute-command-keys in message.
(wdired-abort-changes): Add message.
2004-05-05 08:01:53 +00:00