1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 07:00:35 -08:00
Commit graph

21224 commits

Author SHA1 Message Date
Richard M. Stallman
9df6e63856 (window-body-height): Handle minibuffer window specially.
Otherwise, don't return less than 1.
2002-01-21 08:55:32 +00:00
Richard M. Stallman
ca64d37890 *** empty log message *** 2002-01-21 04:18:03 +00:00
Colin Walters
2e4fae7d6c (toplevel, ibuffer-default-directory): Doc fixes. 2002-01-21 03:17:02 +00:00
Colin Walters
362b0a5997 (toplevel) Require `ibuf-ext', which is now compiled with
`byte-compile-dynamic'.
2002-01-21 03:16:33 +00:00
Richard M. Stallman
9c35d70676 Added support for BS2000, and for raw ftp
login commands (needed in some circumstances).
(ange-ftp-raw-login): New custom var.
(ange-ftp-normal-login): Perform login with raw ftp commands, if
ange-ftp-raw-login is set and account password is needed.
(ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
(ange-ftp-bs2000-filename-pubset-regexp)
(ange-ftp-bs2000-filename-username-regexp)
(ange-ftp-bs2000-filename-prefix-regexp)
(ange-ftp-bs2000-name-template): New consts.
(ange-ftp-bs2000-short-filename-regexp)
(ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): New consts.
(ange-ftp-bs2000-special-prefix): New custom var.
(ange-ftp-fix-name-for-bs2000)
(ange-ftp-fix-dir-name-for-bs2000): New funs.
(ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
(ange-ftp-bs2000-posix-hook-installed): New vars.
(ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
(ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
(ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
(ange-ftp-bs2000-filename-regexp): New const.
(ange-ftp-bs2000-additional-pubsets): New custom var.
(ange-ftp-bs2000-cd-to-posix): New fun.
2002-01-20 22:10:54 +00:00
Pavel Janík
3c17e06237 *** empty log message *** 2002-01-20 18:13:16 +00:00
Pavel Janík
ff2ed6c7f7 (tempo-define-template): Doc fix. 2002-01-20 17:54:36 +00:00
Jason Rumney
b5dcfce9f1 Updated to include w32-vars.el 2002-01-20 16:02:31 +00:00
Pavel Janík
b1ad7c13fa (scroll-bar-mode): Make argument optional. 2002-01-20 15:49:50 +00:00
Jason Rumney
aa06cb9c79 *** empty log message *** 2002-01-20 15:39:54 +00:00
Jason Rumney
9c6a562bda [windows-nt]: Load w32-vars. 2002-01-20 15:35:09 +00:00
Jason Rumney
78887b5a76 Move user variables to w32-vars.el and make them defcustoms.
Use w32-list-proportional-fonts.
2002-01-20 15:34:00 +00:00
Jason Rumney
8c2aed8f60 Move user variables to w32-vars.el and make them defcustoms. 2002-01-20 15:33:07 +00:00
Jason Rumney
be932fda8d New file: custom declarations for MS-Windows specific settings. 2002-01-20 15:28:28 +00:00
Richard M. Stallman
7f68bf9153 Comment changes. 2002-01-20 09:27:07 +00:00
Pavel Janík
80dadb9ead (tibetan-decompose-region)
(tibetan-decompose-string): Fix typo in docstring.
2002-01-19 19:15:11 +00:00
Pavel Janík
b03e7e2f06 Remove trailing whitespaces. 2002-01-19 14:05:57 +00:00
Pavel Janík
37082f8d2f *** empty log message *** 2002-01-19 14:04:08 +00:00
Pavel Janík
479d4d972b (ruler-mode): New keyword. Fix :version. 2002-01-19 14:01:25 +00:00
Richard M. Stallman
98bd0dd38c (comint-redirect-send-command-to-process): Restore previous current buffer. 2002-01-18 23:25:34 +00:00
Richard M. Stallman
a1e3dda0c3 *** empty log message *** 2002-01-18 18:59:27 +00:00
Richard M. Stallman
2ef4e909f6 (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
"Finish Function" menu map entries for jdb mode.
(gud-jdb-use-classpath): New customization variable.
(gud-jdb-command-name): Add customization.
(gud-jdb-classpath, gud-marker-acc-max-length): New variables.
(gud-jdb-classpath-string): New variable.
(gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
(gud-jdb-build-source-files-list): Likewise.
(gud-jdb-massage-args): Record any command argument classpath
string in `gud-jdb-classpath-string'.
(gud-jdb-lowest-stack-level): New function, finds bottom of current
java call stack in jdb output.
(gud-jdb-find-source-using-classpath, gud-jdb-find-source)
(gud-jdb-parse-classpath-string): New functions.
(gud-jdb-marker-filter): Search/detect classpath information in
jdb's output.  marker regexp updated to match oldjdb and jdb output
formats.  Expand search for source files to include new/old methods
using new functions above.  Do not allow `gud-marker-acc' to grow
without bound.
(jdb): Set classpath information (if available) as jdb is started.
Change `gud-break' and `gud-remove'
to use new %c ("class") escape in format strings.  Add
`gud-finish', `gud-up', `gud-down' command string functions, and
add them to the local menu map.  Update `comint-prompt-regexp' for
jdb and oldjdb.  If attaching to an already running java VM and
configured to use classpath, send command to query for classpath,
else use previous method for finding and parsing java
sources.  Set `gud-jdb-find-source' function accordingly.
(gud-mode): Doc fix.
(gud-format-command): Add support for new %c ("class") escape.
(gud-find-class): New function in support of %c escape.
2002-01-18 18:57:20 +00:00
Richard M. Stallman
d33c4505f9 *** empty log message *** 2002-01-18 05:45:17 +00:00
Richard M. Stallman
e58bff5990 (window-body-height): New function. 2002-01-18 05:42:23 +00:00
Richard M. Stallman
33c18c83f1 Regenerated. 2002-01-17 22:22:38 +00:00
Richard M. Stallman
cea3be93a4 Enable byte-compile-dynamic. 2002-01-17 20:15:52 +00:00
Jason Rumney
b05f815e1c Add comments to avoid future deletion of conditionals that seem
unnecessary on w32.
2002-01-17 19:33:03 +00:00
Jason Rumney
64f41d64a9 Only require fontset when new-fontset is bound. 2002-01-17 19:29:24 +00:00
Richard M. Stallman
7adfc0d753 *** empty log message *** 2002-01-17 02:08:57 +00:00
Richard M. Stallman
6454615cfa (mouse-drag-region-1): Renamed from mouse-drag-region.
(mouse-drag-region): New function.  For a click in the echo area,
show *Messages*.
2002-01-17 02:07:54 +00:00
Richard M. Stallman
dfb9f8afb3 *** empty log message *** 2002-01-17 01:54:21 +00:00
Richard M. Stallman
3c53a3cf83 Delete the autoloads for functions defined with ibuffer-specific commands. 2002-01-17 01:43:18 +00:00
Richard M. Stallman
18e84493fa (comint-simple-send): Fix previous change. 2002-01-17 01:41:11 +00:00
Richard M. Stallman
9e0e631c12 (describe-distribution): Really call view-file. 2002-01-17 01:40:47 +00:00
Richard M. Stallman
31bcb0dc4d (ange-ftp-passive-mode): New arg PROC.
(ange-ftp-get-process): Pass that arg.
2002-01-17 01:40:23 +00:00
Richard M. Stallman
ff78c7214c (telnet-simple-send): Fix previous change. 2002-01-17 01:40:04 +00:00
Richard M. Stallman
754dfe82dc (sql-escape-newlines-and-send)
(sql-query-placeholders-and-send): Fix previous change.
2002-01-17 01:39:49 +00:00
Colin Walters
bbfdedefb1 *** empty log message *** 2002-01-17 00:27:39 +00:00
Eli Zaretskii
bde61f8b78 (command-line): Set EOL mnemonics for the Mac. 2002-01-16 19:43:30 +00:00
Andreas Schwab
adb92798f7 (feedmail): Fix :link spec. 2002-01-16 13:46:59 +00:00
Pavel Janík
5a9af4e1f0 (ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch. 2002-01-16 08:50:27 +00:00
Pavel Janík
5301596556 New maintainer. Change author's address.
(eudc-pre-select-window-configuration, eudc-insertion-marker): Variables
removed.
(eudc-insert-selected): Function removed.
(eudc-select): Reimplemented.
(eudc-expand-inline): Delete the strings only after its expansion is chosen
not before.
2002-01-16 08:22:15 +00:00
Pavel Janík
886a2a61db (eudc-ph-open-session): Remove XEmacs case.
Minor coding style fixes.
2002-01-16 08:16:01 +00:00
Pavel Janík
ee9a44abfd New maintainer. Change author's address.
(eudc-attribute-display-method-alist): Display mail with eudc-display-mail.
2002-01-16 08:14:05 +00:00
Pavel Janík
89d0ce25a3 New maintainer. Change author's address. 2002-01-16 08:10:15 +00:00
Pavel Janík
774f6cf41f New maintainer. Change author's address.
(eudc-bob-mail-keymap): New keymap for e-mail addresses.
(eudc-display-mail): New function.
(eudc-bob-play-sound-at-point): Remove XEmacs case.
2002-01-16 08:05:19 +00:00
Colin Walters
30c93a6196 (toplevel): Remove X-RCS, URL, Compatibility headers. Update
copyright notice.
2002-01-16 06:35:51 +00:00
Colin Walters
0033265602 (toplevel): Require `cl' when compiling. 2002-01-16 06:33:20 +00:00
Richard M. Stallman
863fd6a7df (make-autoload): Don't handle define-ibuffer-column,
define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
2002-01-16 02:36:53 +00:00
Richard M. Stallman
afb05cf383 (diary-date-forms): Doc fix. 2002-01-15 03:31:34 +00:00