1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

4104 Commits

Author SHA1 Message Date
Dave Love
46f4bf30c8 *** empty log message *** 2002-07-17 19:54:38 +00:00
Dave Love
f860212ee5 *** empty log message *** 2002-07-17 18:48:11 +00:00
Stefan Monnier
f5d6a5b854 *** empty log message *** 2002-07-17 18:13:20 +00:00
Dave Love
c6e973abe4 *** empty log message *** 2002-07-17 17:47:44 +00:00
Kenichi Handa
91e854f2c3 (print-coding-system-briefly): Fix the handling of an alias of which
eol-type is not auto-detection.
2002-07-17 08:45:51 +00:00
Kenichi Handa
1a55d509c3 *** empty log message *** 2002-07-17 08:44:34 +00:00
Juanma Barranquero
3b622b44f5 (describe-function-1): Put empty line before "Not documented" text. 2002-07-17 08:12:04 +00:00
Juanma Barranquero
a50908abb5 (timer-set-time-with-usecs): Mark obsolete. 2002-07-17 07:30:57 +00:00
Stefan Monnier
bc71812e08 *** empty log message *** 2002-07-16 20:53:59 +00:00
André Spiegel
4c4a1c1da8 *** empty log message *** 2002-07-16 17:53:59 +00:00
Richard M. Stallman
9ee49ebc47 *** empty log message *** 2002-07-16 13:47:49 +00:00
Stefan Monnier
979a8abc69 *** empty log message *** 2002-07-16 12:25:41 +00:00
Juanma Barranquero
301085d403 (timer-set-time, timer-set-time-with-usecs): Fix docstring. 2002-07-16 06:43:19 +00:00
Juanma Barranquero
d907a3bffc *** empty log message *** 2002-07-15 15:39:02 +00:00
Mike Williams
5a95c143a5 (mouse-sel-bindings): Save/restore interprogram cut/paste functions. 2002-07-15 11:49:37 +00:00
Andreas Schwab
bd128a254e *** empty log message *** 2002-07-15 07:23:55 +00:00
Mike Williams
4bc65152eb (mouse-sel-bound-events): New constant.
(mouse-sel-save-original-bindings): New function.
(mouse-sel-restore-original-bindings): New function.
(mouse-sel-bindings): Save/restore original mouse-bindings.
2002-07-14 10:14:28 +00:00
Stefan Monnier
00feb95235 *** empty log message *** 2002-07-13 23:30:08 +00:00
Glenn Morris
4105dd524e (timeclock-in): Run the new day section if, after rereading the log file,
timeclock-last-event is nil, indicating no log file exists yet. Take
account of the fact that timeclock-discrepancy will be nil in that case.
2002-07-13 18:56:04 +00:00
Kai Großjohann
65399e8313 Do not hook into file-name-handler-alist, this
is done by Tramp.
2002-07-13 18:08:11 +00:00
Kai Großjohann
b29019f876 (tramp-multi-file-name-structure-unified): Add
missing slash and move colon from start to end of each hop.
(tramp-multi-file-name-hop-structure-unified): Move colon from
start to end of each hop.
2002-07-13 17:41:01 +00:00
Kim F. Storm
aae2ce50f4 *** empty log message *** 2002-07-12 23:57:49 +00:00
Glenn Morris
a3dd6af2b5 (timeclock-get-workday-function): `timeclock-workday' is not a valid
option for this, rather it is a value that may be returned.
2002-07-12 23:38:01 +00:00
Richard M. Stallman
4494f50d12 (ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
non-nil VISIT arg to ange-ftp-real-write-region.
2002-07-12 23:29:39 +00:00
Richard M. Stallman
32a86c99bd *** empty log message *** 2002-07-12 17:46:11 +00:00
Juanma Barranquero
d00a340891 (describe-variable): Put `defvaralias' info before the documentation (patch from
John Paul Wallington <jpw@shootybangbang.com>). Remove useless "Documentation:"
string.
2002-07-12 16:56:03 +00:00
Juanma Barranquero
120034b309 (timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data. 2002-07-12 11:56:42 +00:00
Pavel Janík
9327f13439 (describe-variable): Mention if the variable is an alias. 2002-07-12 08:58:32 +00:00
Kenichi Handa
f1282c7ff4 (locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),
and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO".
2002-07-11 23:52:16 +00:00
Kai Großjohann
cebb4ec6c5 (tramp-handle-make-symbolic-link): Implement. 2002-07-11 20:26:19 +00:00
Kai Großjohann
505edaeb0e (tramp-default-method): New default method "sm"
which I guess to be good for most people.
(tramp-default-method-alist): Use "ftp" method (ie, forwarding to
Ange-FTP) for some user/host combinations.
(tramp-file-name-structure, tramp-file-name-regexp)
(tramp-make-tramp-file-format)
(tramp-make-tramp-file-user-nil-format)
(tramp-multi-file-name-structure)
(tramp-multi-file-name-hop-structure)
(tramp-make-multi-tramp-file-format): New default value which
unifies the filename syntax between Tramp and Ange-FTP.  The new
syntax is "/method:user@host:path".  Note the colon after the
method.
(tramp-handle-file-name-directory): Don't return "/" when
completing a remote root directory (where the filename looks like
"/method:user@host:/").
(tramp-handle-ange-ftp): Deleted.
(tramp-disable-ange-ftp): New function, called at toplevel,
deletes Ange-FTP from file-name-handler-alist.
2002-07-11 19:59:07 +00:00
Juanma Barranquero
3932b29ac2 (authors-obsolete-file-p): Fix typo. 2002-07-10 11:07:28 +00:00
Juanma Barranquero
3cca0d40e9 *** empty log message *** 2002-07-10 09:26:17 +00:00
Juanma Barranquero
5502266e13 (speedbar-make-specialized-keymap): Fix docstring.
(speedbar-desired-buffer): Likewise.
(speedbar-line-file): Likewise.
(speedbar-special-mode-key-map): Fix typo.
(speedbar-dynamic-tags-function-list): Likewise.
(speedbar-use-images): Likewise.
(speedbar-up-directory): Likewise.
(speedbar-item-info): Likewise.
(speedbar-set-timer): Likewise.
(speedbar-insert-button): Likewise.
(speedbar-make-button): Likewise.
(speedbar-make-tag-line): Likewise.
(speedbar-insert-files-at-point): Likewise.
(speedbar-update-special-contents): Likewise.
(speedbar-find-selected-file): Likewise.
(speedbar-add-indicator): Likewise.
(speedbar-do-function-pointer): Likewise.
(speedbar-goto-this-file): Likewise.
(speedbar-line-path): Likewise.
(speedbar-mouse-event-p): Likewise.
(speedbar-dir-follow): Likewise.
(speedbar-tag-find): Likewise.
(speedbar-fetch-etags-command): Likewise.
(speedbar-fetch-etags-arguments): Likewise.
(speedbar-toggle-etags): Likewise.
(speedbar-extract-one-symbol): Likewise.
(speedbar-parse-c-or-c++tag): Likewise.
(speedbar-unhighlight-one-tag-line): Likewise.
(speedbar-directory-face): Likewise.
(defimage-speedbar): Likewise.
(speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
(defimage-speedbar): Likewise.
2002-07-10 08:21:49 +00:00
Juanma Barranquero
df31d96b4d (ido-enter-single-matching-directory): Delete leftover comment. 2002-07-10 08:18:31 +00:00
Juanma Barranquero
cb795ec4c2 *** empty log message *** 2002-07-09 09:46:38 +00:00
Juanma Barranquero
2df447f27f (face-id): Fix typo. 2002-07-09 07:35:10 +00:00
Miles Bader
e49a45ad85 (hexl-find-file): Bind `completion-ignored-extensions' to nil when
prompting for a filename.
2002-07-09 06:00:18 +00:00
Kenichi Handa
82e22b5719 (insert-directory): Be sure to bind
coding-system-for-write to the just decided
coding-system-for-read.
2002-07-09 02:42:06 +00:00
Dave Love
9406d1d986 *** empty log message *** 2002-07-08 22:32:35 +00:00
Kim F. Storm
9a08196a0b (ido-make-merged-file-list): Move fully matching item to head of list. 2002-07-08 22:22:12 +00:00
Juanma Barranquero
451ac41d9e *** empty log message *** 2002-07-08 09:37:31 +00:00
Miles Bader
66f12dcd3c (comint-dynamic-list-completions): Sort COMPLETIONS before first use. 2002-07-08 08:45:12 +00:00
Kim F. Storm
9304c62005 *** empty log message *** 2002-07-07 23:13:45 +00:00
Kim F. Storm
fb3fff88d2 *** empty log message *** 2002-07-07 23:01:21 +00:00
Kim F. Storm
001dd4eac9 *** empty log message *** 2002-07-07 21:48:12 +00:00
Stefan Monnier
a7bd9dc73c *** empty log message *** 2002-07-07 21:28:23 +00:00
Stefan Monnier
7473b6ad84 (debug-on-entry): Fix the wrapper used for
aliases to also work for interactive functions.
Use the same wrapper for subroutines.
(cancel-debug-on-entry): Get rid of the now-useless wrapper.
(debug-on-entry-1): Correctly skip docstrings and interactive forms.
2002-07-07 20:25:23 +00:00
Richard M. Stallman
af7272b1a0 *** empty log message *** 2002-07-07 10:52:11 +00:00
Francesco Potortì
b65c7d7216 Open office data files. 2002-07-05 23:14:32 +00:00
Kim F. Storm
6d6f3bc1c8 *** empty log message *** 2002-07-04 22:19:57 +00:00
Stefan Monnier
2562aa9fbc *** empty log message *** 2002-07-04 16:38:10 +00:00
Per Abrahamsen
0bb64d7645 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
* simple.el (toggle-truncate-lines): New command.
2002-07-04 13:36:12 +00:00
Miles Bader
9669f2d6d5 (comint-displayed-dynamic-completions): New variable.
(comint-dynamic-list-completions): Be more careful about choosing
when to scroll an existing completions window.
2002-07-04 06:44:45 +00:00
Andreas Schwab
210accc8a7 (tramp-handle-ange-ftp): Move interactive spec
after doc string.
2002-07-03 18:42:34 +00:00
Juanma Barranquero
5ec2752af6 (tpu-delete-to-eol): Fix typo.
(tpu-delete-to-bol): Likewise.
2002-07-03 14:32:01 +00:00
Juanma Barranquero
6a5d7585f5 *** empty log message *** 2002-07-03 13:26:44 +00:00
Juanma Barranquero
bcae6433af *** empty log message *** 2002-07-03 11:31:02 +00:00
Juanma Barranquero
25f78d1872 (tramp-send-eof): Fix typo.
(tramp-kill-process): Likewise.
2002-07-03 10:00:41 +00:00
Juanma Barranquero
9af6aa14ad (chars-in-region): Add obsolescence declaration for `chars-in-region'. 2002-07-03 09:17:47 +00:00
Miles Bader
a7ac92b6ec (header-line): Don't use a `common' clause for inheriting from the mode-line
face, since we can't override it, and we don't want it for ttys.
2002-07-03 07:09:44 +00:00
Richard M. Stallman
64805fb085 *** empty log message *** 2002-07-02 19:22:26 +00:00
Richard M. Stallman
ec1a57dc58 *** empty log message *** 2002-07-02 19:10:16 +00:00
Juanma Barranquero
df1890b0d7 *** empty log message *** 2002-07-02 15:28:12 +00:00
Kim F. Storm
4141da38a0 New file. 2002-07-01 22:01:13 +00:00
Sam Steingold
7abc9addc7 (tex-file): call save-some-buffers' before tex-main-file' 2002-07-01 19:55:45 +00:00
Juanma Barranquero
ce827a7d43 *** empty log message *** 2002-07-01 16:17:27 +00:00
Dave Love
dc976f2c3f *** empty log message *** 2002-07-01 16:05:59 +00:00
Richard M. Stallman
ec96237403 *** empty log message *** 2002-07-01 08:07:40 +00:00
Simon Josefsson
6b285f6079 2002-06-30 Simon Josefsson <jas@extundo.com>
* menu-bar.el (menu-bar-options-menu): Move elisp mode names from
	menu entry into balloon help.
2002-06-30 21:29:39 +00:00
Andreas Schwab
525fdbc9c8 * files.el (directory-free-space-args): Don't use -P on Darwin.
* term/mac-win.el: Don't set it here.
2002-06-30 14:42:19 +00:00
Andreas Schwab
eb14066a0b Use directory-free-space-program instead of
obsolete variable dired-free-space-program.  On Darwin, don't set
directory-free-space-program, shell-file-name and
process-connection-type; set directory-free-space-args to not
include `-P' and use utf-8 for file name coding system.
2002-06-29 19:01:46 +00:00
Andreas Schwab
637fff820c (shell-command-default-error-buffer): Doc fix. 2002-06-29 18:16:27 +00:00
Andreas Schwab
61b80ebf7f (display-message-or-buffer): Fix last change. 2002-06-29 18:13:06 +00:00
Andreas Schwab
d4bbcbb4dc (shell-command-on-region): Handle errors and signals
from shell command execution.
2002-06-29 18:08:32 +00:00
Andreas Schwab
11688fcc01 (dired-view-file): Quote file name for dired-run-shell-command. 2002-06-29 17:40:36 +00:00
Kim F. Storm
79e6f28894 Added kmacro.el 2002-06-28 22:39:03 +00:00
John Wiegley
c31f68b74b *** empty log message *** 2002-06-28 20:00:00 +00:00
Andreas Schwab
6674676b22 (explicit-bash-args): New user option. 2002-06-28 18:50:36 +00:00
Kim F. Storm
789d1bf0f0 New file. 2002-06-27 22:39:10 +00:00
Stefan Monnier
bb5d43feaa (mouse-wheel-change-button): Deactivate before changing.
(mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
(mouse-wheel-up-event, mouse-wheel-down-event): New vars.
(mouse-wheel-follow-mouse): Change default to t.
(mwheel-event-button): Return the basic event symbol.
(mwheel-scroll): Work with non-mouse events.
(mouse-wheel-mode): Use the new vars.
(mwheel-install): Obey `uninstall'.
2002-06-27 21:46:45 +00:00
Andreas Schwab
a8c12c7939 . 2002-06-27 16:51:08 +00:00
Juanma Barranquero
23a3b59824 *** empty log message *** 2002-06-27 16:13:31 +00:00
Stefan Monnier
212bb1b5fb *** empty log message *** 2002-06-27 16:01:35 +00:00
Kai Großjohann
487fa986ae (tramp-file-name-structure)
(tramp-multi-file-name-hop-structure): Split for easier
readability.
(tramp-handle-make-symbolic-link): Use user/host/method/... from
LINKNAME, not FILENAME.
(tramp-handle-verify-visited-file-modtime): Call
tramp-ange-ftp-file-name-p with right parameters.
(tramp-handle-verify-visited-file-modtime): `insert' does not
work for integers, convert them to strings first.
(tramp-handle-ange-ftp): New function to perform setup for
replacing Ange-FTP with Tramp.
(tramp-repair-jka-compr): New function to factor out some
previously top-level code.  Call the function at top-level.
2002-06-27 15:52:51 +00:00
Juanma Barranquero
9d5d96a6bd (decompose-composite-char): Fix docstring. 2002-06-27 14:49:22 +00:00
Juanma Barranquero
8c26938091 (describe-variable): Capitalize "not documented" message.
(describe-function-1): Likewise. Also, document the obsolescence
of the function, if applicable.
2002-06-27 07:16:00 +00:00
Juanma Barranquero
eb59034242 Fix e-mail. 2002-06-26 13:11:56 +00:00
Juanma Barranquero
ccfb7415f0 (info-menu-5): Fix documentation.
(Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
2002-06-26 13:11:28 +00:00
Richard M. Stallman
ca8f364257 *** empty log message *** 2002-06-26 09:04:17 +00:00
Kai Großjohann
eac11a4aab Reformat entry to comply with Emacs coding standards. 2002-06-26 07:43:07 +00:00
Kai Großjohann
dc7b8aba18 Reformat entry. 2002-06-25 20:12:02 +00:00
Kai Großjohann
8e3a1104c1 (tramp-open-connection-rsh): Support a kludgy feature for the
"-p" option to ssh.  If host name is given as "host#42", uses the
"-p 42" option.
2002-06-25 20:11:34 +00:00
Kai Großjohann
c62c9d08c7 (tramp-ftp-method): New user option.
(tramp-invoke-ange-ftp): New function to forward calls to
Ange-FTP.

(with-parsed-tramp-file-name): New macro for the usual big `let'
statement to dissect a file-name.

(tramp-handle-make-symbolic-link, tramp-handle-load)
(tramp-handle-file-name-directory)
(tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
(tramp-handle-file-truename, tramp-handle-file-directory-p)
(tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
(tramp-handle-file-writable-p, tramp-handle-file-writable-p):

Use the new macro and forward call to Ange-FTP if applicable.

(tramp-make-ange-ftp-file-name): New helper function to convert a
file name into an Ange-FTP file name, used by
`tramp-invoke-ange-ftp'.

(tramp-default-method-alist): New user option.
(tramp-find-default-method): Use it.

(tramp-sh-extra-args): New variable.
(tramp-find-shell): Use it.
2002-06-25 18:15:03 +00:00
Stefan Monnier
04f13f39be *** empty log message *** 2002-06-25 15:16:51 +00:00
Andreas Schwab
f2936ae0fd . 2002-06-25 09:54:48 +00:00
Stefan Monnier
b81f379bd4 *** empty log message *** 2002-06-24 23:24:52 +00:00
Kim F. Storm
3efa11935a Added :require 'keypad to defcustoms. 2002-06-24 08:30:09 +00:00
Stefan Monnier
f2aa473a2c *** empty log message *** 2002-06-23 22:15:43 +00:00
Stefan Monnier
b1b2d51523 *** empty log message *** 2002-06-23 19:07:39 +00:00