1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
Commit graph

42302 commits

Author SHA1 Message Date
Richard M. Stallman
a615252beb (line-move-to-column): Don't call move-to-column if COL=0. 2002-03-28 18:27:23 +00:00
Richard M. Stallman
0c54cd99f5 (replace-rectangle): Add autoload. 2002-03-28 18:26:36 +00:00
Richard M. Stallman
7078d9d20f Mark many more variables as risky.
(hack-one-local-variable): Recognize several additional
patterns as risky.
2002-03-28 18:26:07 +00:00
Richard M. Stallman
27451bb4df (mode-line-mule-info): Use :propertize, not :eval. 2002-03-28 18:23:08 +00:00
Richard M. Stallman
f95807815b (tar-header-block-summarize, tar-get-descriptor):
Support "next has longname" link type.
2002-03-28 18:15:47 +00:00
Richard M. Stallman
8ab4da6cc0 (list-load-path-shadows): Only ignore last copy of standard Lisp
directories.
2002-03-28 18:15:32 +00:00
Richard M. Stallman
1d7208e663 (compare-windows-whitespace): Match all whitespace. 2002-03-28 18:14:53 +00:00
Stefan Monnier
0e58b4c23a (xml-lite-in-string-p): Use sgml-lexical-context.
(xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
(xml-lite-get-context): Check that open/close tags match.
Don't stop scanning while we're ignoring matching tags.
2002-03-28 16:13:01 +00:00
Stefan Monnier
1c1d2eb667 (sgml-make-syntax-table): New fun.
(sgml-mode-syntax-table): Use it.
(sgml-tag-syntax-table, sgml-tag-name-re): New const.
(sgml-tags-invisible): Use it.
(sgml-lexical-context): New fun.
(sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
(sgml-quote): Accept \n as entity reference terminator.
(sgml-calculate-indent, sgml-indent-line): New funs.
2002-03-28 16:06:38 +00:00
André Spiegel
3f270c8a1b Add section for VC Changes. New entry for `vc-cvs-global-switches'. 2002-03-28 14:36:51 +00:00
André Spiegel
bbce041718 (vc-cvs-global-switches): New user option.
(vc-cvs-command): New function.  Update all callers of `vc-do-command'
in vc-cvs.el to use this instead.
2002-03-28 14:29:06 +00:00
Pavel Janík
43f5319aa5 Fix typo. 2002-03-28 14:16:09 +00:00
Miles Bader
d464840254 (DATAGRAM_CONN_P): Make sure PROC is really a process. 2002-03-28 06:43:02 +00:00
Andrew Innes
a3599c3027 (bootstrap-clean-SH): Use for loop, instead of
relying on shell globbing.
2002-03-27 23:20:07 +00:00
Colin Walters
193f8525da (operation query-replace): Use new `noerror' arg for
`query-replace-read-args'.
(operation query-replace-regexp): Ditto
2002-03-27 22:38:04 +00:00
Stefan Monnier
843e95014b (xml-lite-in-string-p): Simplify. 2002-03-27 22:27:44 +00:00
Colin Walters
7a5fb450aa *** empty log message *** 2002-03-27 22:26:22 +00:00
Stefan Monnier
3c85628430 Fix copyright notice.
(xml-lite-basic-offset): Rename from xml-lite-indent-offset.
(xml-lite-indent-comment-offset): Remove.
(xml-lite-calculate-indent): Use new name.  Use natural alignment
for comments.
2002-03-27 22:25:45 +00:00
Colin Walters
0fcbf8d601 (sorter mode-name): Doc fix.
(ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
2002-03-27 22:19:40 +00:00
Colin Walters
60356fb51b (ibuffer-help-buffer-modes): New variable.
(ibuffer-fontification-alist): Use it.
(ibuffer-backward-line): Handle `ibuffer-summary' area.
(ibuffer-forward-line): Ditto.
2002-03-27 22:19:24 +00:00
Colin Walters
2f1de3dd26 Initial version. 2002-03-27 20:57:06 +00:00
Pavel Janík
5162c705f8 (outline-layout): Doc fix. 2002-03-27 20:14:09 +00:00
Stefan Monnier
3521e4b3ff Don't require `custom'.
(xml-lite-parse-tag-name): Properly treat non-ASCII chars.
(xml-lite-parse-tag-backward): Obey sgml-empty-tags.
(xml-lite-get-context): Drop nested tags not just for comments.
(xml-lite-indent-line): Be more careful about moving point.
(xml-lite-insert-end-tag, xml-lite-slash):
Use indent-according-to-mode instead of xml-lite-indent-line.
(xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
Set sgml-xml-mode.  Don't call force-mode-line-update.
(xml-lite-mode-map): Don't bind TAB.
2002-03-27 18:07:04 +00:00
Eli Zaretskii
c6094cae44 Undo some of the too aggressive tabification. 2002-03-27 16:32:15 +00:00
Eli Zaretskii
f5851398c7 Tabify everything. 2002-03-27 15:26:57 +00:00
Eli Zaretskii
93fc6fbe45 *** empty log message *** 2002-03-27 14:59:06 +00:00
Eli Zaretskii
e78e1cd172 (gud-jdb-sourcepath): New variable, saves jdb -sourcepath parameter value.
(gud-jdb-build-source-files-list): Comment clarification.
(gud-jdb-massage-args): Reworked into loop-based argument list
processing in order to support -classpath and -sourcepath argument processing.
(gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
to gud-jdb-classpath to obtain search list.
(gud-jdb-parse-classpath-string): Remove any trailing slashes from
directory names in classpath/sourcepath lists, update comment.
(jdb): Add setting of gud-jdb-sourcepath, update comment.
(gud-find-class): Add gud-jdb-sourcepath use, and correct
behaviour for the case when classpath is not used--backward
compatibility fix.
2002-03-27 14:58:43 +00:00
Eli Zaretskii
6ad1de49cf (compile, compile-always): Don't try to compile
non-existent files or files in empty directories.
2002-03-27 14:45:05 +00:00
Eli Zaretskii
51a8ec55a9 <bootstrap-clean>: Make sure all *.el files have Unix EOLs, to
avoid overflowing pure storage while bootstrapping.
2002-03-27 14:42:54 +00:00
Juanma Barranquero
10cccf1b96 Fix typo in comment. 2002-03-27 10:22:34 +00:00
Pavel Janík
320aebc9b6 (set-network-process-options): Add usage.
(make-network-process): Doc fix.
2002-03-27 07:56:19 +00:00
Stefan Monnier
63080afce8 (xml-lite-at-indentation-p): Move.
(xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
New functions.
(forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
(end-of-xml-tag): Remove.
(xml-lite-get-context): Better handling of comments.
(xml-lite-calculate-indent): Use xml-lite-in-string-p.
(xml-lite-parse-tag-backward): Rewrite.
2002-03-27 00:06:42 +00:00
Juanma Barranquero
5e73ebb4f7 (WINS): Make sure it has a tab and not spaces. 2002-03-26 15:27:42 +00:00
Juanma Barranquero
b036f5d887 (WINS): Add the toolbar directory. 2002-03-26 15:09:08 +00:00
Eli Zaretskii
4aaa36072b (Fdump_emacs): Fix a typo in "command-line-processed". 2002-03-26 14:41:44 +00:00
Pavel Janík
40ae145bc2 Fix typo. 2002-03-26 11:08:47 +00:00
Pavel Janík
19cf5432fa *** empty log message *** 2002-03-26 11:08:01 +00:00
Richard M. Stallman
9356fe5a7f *** empty log message *** 2002-03-26 09:20:57 +00:00
Richard M. Stallman
aebf4d42ce (Fsubstring_no_properties): New function.
(Flax_plist_get, Flax_plist_put): New functions.
(syms_of_fns): defsubr them.
2002-03-26 09:19:00 +00:00
Richard M. Stallman
de9d5ce401 (substring-no-properties): Function deleted (now in C). 2002-03-26 09:17:56 +00:00
Richard M. Stallman
a5f083741c (update_menu_bar): Test only update_mode_lines;
don't test or alter w->update_mode_line.
2002-03-26 09:12:23 +00:00
Richard M. Stallman
079d288f1a (Fdisplay_buffer): Doc fix. 2002-03-26 09:09:56 +00:00
Juanma Barranquero
b011dcb0ba Fix typo in commentary. 2002-03-26 08:48:51 +00:00
Pavel Janík
b75b82abf6 Fix typo. 2002-03-26 06:29:01 +00:00
Miles Bader
971a8bd74f Whoops, that should be `autom4te.cache' 2002-03-26 00:42:51 +00:00
Miles Bader
e8642f1704 Add `autom4te' 2002-03-26 00:41:47 +00:00
Stefan Monnier
852f8cdc7e (check_pure_size): Update the comment. 2002-03-25 22:38:55 +00:00
Pavel Janík
7ad8cd8e23 (mouse-wheel-mode): Use global-set-key and global-unset-key. 2002-03-25 11:31:11 +00:00
Eli Zaretskii
2b2ba4ef7f Fix copyright years. 2002-03-25 04:15:39 +00:00
Richard M. Stallman
060cc8ffa0 (GET_UNSIGNED_NUMBER): Give proper error for spaces. 2002-03-25 00:45:48 +00:00