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

41190 Commits

Author SHA1 Message Date
Eli Zaretskii
b74bd4a35d *** empty log message *** 2002-03-30 08:09:08 +00:00
Eli Zaretskii
886c13f11c (save-buffer-state): Fix last change. 2002-03-30 08:08:54 +00:00
Eli Zaretskii
64bcea6277 (command-line): Fix last change. 2002-03-30 07:57:05 +00:00
Eli Zaretskii
b865c14e76 (auto-save-file-name-transforms): Fix last change. 2002-03-30 07:56:05 +00:00
Eli Zaretskii
74974a34cd (add_declarator): Fix the first call to add_member_defn. 2002-03-30 07:40:54 +00:00
Richard M. Stallman
2d88b5562c (play-sound-file): Moved from subr.el, made unconditional. 2002-03-29 23:16:11 +00:00
Richard M. Stallman
51fa39614f (play-sound-file): Moved to simple.el. 2002-03-29 23:13:26 +00:00
Colin Walters
afa717ec93 (calc-init-base): Ditto. 2002-03-29 23:00:21 +00:00
Colin Walters
59f4b0804d (calc-delete-windows-keep): Function deleted. 2002-03-29 22:55:53 +00:00
Colin Walters
1cc6997c38 (calc-was-split): Var deleted.
(calc): Remove reference to it.
(calc): Ditto.
(calc-quit): Ditto.
2002-03-29 22:55:39 +00:00
Colin Walters
214b39be9a (ibuffer-mark-interactive): Use `ibuffer-forward-line' instead of
`forward-line'.
(ibuffer-forward-line): Be sure to skip over special properties
before moving, too.
2002-03-29 22:54:49 +00:00
Stefan Monnier
3fb819e538 (sgml-lexical-context): Return (text . START)
instead of nil when point is outside of any tag.
(sgml-beginning-of-tag): Adjust to the change.
(sgml-calculate-indent): Use the new info returned by
sgml-lexical-context.  Try to handle unclosed tags.
2002-03-29 22:20:15 +00:00
Stefan Monnier
4c0414fef4 (xml-lite-get-context): Don't stop parsing
at unclosed tags unless it is at indentation.
Kill nested unclosed tags.
(xml-lite-calculate-indent, xml-lite-indent-line): Remove.
(xml-lite-mode): Use sgml-indent-line instead.
2002-03-29 22:16:38 +00:00
Stefan Monnier
83f1651d4f (xml-lite-get-context): Allow stopping even with an empty context.
Don't save excursion any more.  Ignore end-tags in sgml-empty-tags.
Don't complain about unmatched start-tags in sgml-unclosed-tags.
(xml-lite-get-context, xml-lite-calculate-indent)
(xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
(xml-lite-indent-line): Use back-to-indentation.
2002-03-29 20:10:46 +00:00
Stefan Monnier
5f3d924def (sgml-basic-offset): New var.
(sgml-name-re, sgml-attrs-re): New consts.
(sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
(sgml-mode): Use them.
(sgml-lexical-context): Default to (point-min) if nothing else works.
(sgml-calculate-indent): Indent slightly differently.
(sgml-indent-line): Use back-to-indentation.
(sgml-parse-dtd): New function.
(sgml-unclosed-tags): New var.
(html-mode): Set it.
2002-03-29 19:38:22 +00:00
Gerd Moellmann
544bf8ad9d *** empty log message *** 2002-03-29 19:08:11 +00:00
Jason Rumney
df3bd29dde (w32_draw_relief_rect): Fix calculations of line lengths. 2002-03-29 18:37:50 +00:00
Eli Zaretskii
b28b7aa9f3 Fix a couple of misspellings. 2002-03-29 18:05:05 +00:00
Richard M. Stallman
5e514c2712 (dired-do-query-replace-regexp, dired-do-search):
Use FILTER arg in dired-get-marked-files to exclude directories.
(dired-nondirectory-p): New function.
2002-03-29 14:45:05 +00:00
Richard M. Stallman
1312bfc633 (dired-get-marked-files): New arg FILTER allows selection of some files. 2002-03-29 14:43:14 +00:00
Eli Zaretskii
d88c92eb32 (command-line): Recompute auto-save-file-name-transforms
using the updated value of temporary-file-directory.
2002-03-29 14:04:05 +00:00
Eli Zaretskii
747981b0cb (auto-save-file-name-transforms): Don't run "\\2" via expand-file-name. 2002-03-29 14:02:54 +00:00
Eli Zaretskii
8bff61e5c5 *** empty log message *** 2002-03-29 13:35:38 +00:00
Eli Zaretskii
7b7a23f49b (save-buffer-state): Use make-symbol to bind `modified'. 2002-03-29 13:31:19 +00:00
Richard M. Stallman
9ad79cb427 (tcl-imenu-create-index-function): Doc fix. 2002-03-29 12:48:09 +00:00
Richard M. Stallman
6b52944ef5 (speedbar-default-directory-list): Made robust against deleted directories. 2002-03-29 12:46:02 +00:00
Eli Zaretskii
ad6ccf2919 (lread.o): Depend on coding.h. 2002-03-29 12:39:39 +00:00
Eli Zaretskii
eb191db2fb (openp, Fload): Encode the file name before pasing it
to `stat', `access', and `emacs_open'.
(openp): GCPRO the encoded file name.  Don't recompute Lisp
strings unnecessarily.
2002-03-29 12:38:35 +00:00
Gerd Moellmann
fa8bc89d0d (add_declarator, skip_initializer): New functions.
(declaration): Use them.
2002-03-29 11:20:40 +00:00
Kim F. Storm
9e76ae0559 (Flax_plist_put): Doc fix. 2002-03-29 00:04:30 +00:00
Kim F. Storm
f9b33abbd5 *** empty log message *** 2002-03-29 00:03:45 +00:00
Jason Rumney
dd87b4cc4c Move backquote.elc into emacs-lisp. 2002-03-28 20:11:54 +00:00
Jason Rumney
ef07a49701 Fixes to previous entries 2002-03-28 20:06:21 +00:00
Richard M. Stallman
db6b2ec611 Rename dired-do-toggle to dired-toggle-marks. 2002-03-28 18:33:48 +00:00
Richard M. Stallman
d588eb9091 (dired-toggle-marks): Renamed from dired-do-toggle. Bindings changed. 2002-03-28 18:32:59 +00:00
Richard M. Stallman
6bcb18879c Fix version number. 2002-03-28 18:29:02 +00:00
Richard M. Stallman
d2fc6ed88d Mention that README has the version number. 2002-03-28 18:28:52 +00:00
Richard M. Stallman
0eac1faa03 (compilation-handle-exit):
If compilation-window-height is 0, display status in echo area.
2002-03-28 18:28:24 +00:00
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