Stefan Monnier
c5e5e1f855
*** empty log message ***
2002-04-01 23:33:40 +00:00
Richard M. Stallman
031a588664
(tcl-imenu-generic-expression): New value.
...
(tcl-imenu-create-index-function): Function deleted.
(tcl-mode): Check for filladapt-mode.
Use tcl-imenu-generic-expression instead of
tcl-imenu-create-index-function.
(inferior-tcl-mode): Doc fix.
Change not legally significant.
2002-04-01 20:22:02 +00:00
Stefan Monnier
76200eb89f
*** empty log message ***
2002-04-01 17:25:34 +00:00
Richard M. Stallman
4f4fada2f5
*** empty log message ***
2002-04-01 16:37:41 +00:00
Pavel Janík
83512b21d1
*** empty log message ***
2002-04-01 13:49:24 +00:00
Pavel Janík
4e1a58d5f8
Update copyright.
2002-04-01 13:40:37 +00:00
Richard M. Stallman
7dd3ed35ee
(help-with-tutorial): Allow various ways
...
to specify the text in the [...] line, in handling the <...> line.
2002-04-01 12:32:02 +00:00
Richard M. Stallman
79aa321120
(idlwave-system-routines):
...
WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
2002-04-01 12:08:38 +00:00
Richard M. Stallman
032388f3f7
(file-expand-wildcards): Use save-match-data.
...
(format-alist): Mark as risky.
2002-04-01 03:45:25 +00:00
Richard M. Stallman
3e505153da
(kill-new): Doc fix.
2002-03-31 16:28:07 +00:00
Richard M. Stallman
1fc9ee97d3
(side-effect-free-fns, side-effect-and-error-free-fns):
...
Add many functions, remove some.
2002-03-31 16:22:58 +00:00
Richard M. Stallman
39328775af
(menu-bar-tools-menu): Rename gdb item to say GDB.
2002-03-31 03:16:26 +00:00
Eli Zaretskii
b74bd4a35d
*** empty log message ***
2002-03-30 08:09:08 +00:00
Eli Zaretskii
64bcea6277
(command-line): Fix last change.
2002-03-30 07:57:05 +00:00
Richard M. Stallman
2d88b5562c
(play-sound-file): Moved from subr.el, made unconditional.
2002-03-29 23:16:11 +00:00
Colin Walters
afa717ec93
(calc-init-base): Ditto.
2002-03-29 23:00:21 +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
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
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
8bff61e5c5
*** empty log message ***
2002-03-29 13:35:38 +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
Richard M. Stallman
db6b2ec611
Rename dired-do-toggle to dired-toggle-marks.
2002-03-28 18:33:48 +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
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
Colin Walters
7a5fb450aa
*** empty log message ***
2002-03-27 22:26:22 +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
93fc6fbe45
*** empty log message ***
2002-03-27 14:59:06 +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
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
b036f5d887
(WINS): Add the toolbar directory.
2002-03-26 15:09:08 +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
Juanma Barranquero
b011dcb0ba
Fix typo in commentary.
2002-03-26 08:48:51 +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
Richard M. Stallman
e643ceae67
(Quoted File Names): Minor clarifications.
2002-03-25 00:44:51 +00:00
Colin Walters
34cf93c0a7
*** empty log message ***
2002-03-24 21:33:07 +00:00
Gerd Moellmann
0af6533d45
*** empty log message ***
2002-03-24 19:53:11 +00:00
Gerd Moellmann
985b468607
(byte-compile-file-form-defmumble):
...
Handle declarations in macro definitions.
2002-03-24 19:48:27 +00:00
Eli Zaretskii
1896206dc4
(enriched-face-ans): Support FACE of the form
...
(:foreground COLOR) and (:background COLOR).
(enriched-decode-foreground, enriched-decode-background): Set the
fore- and background colors of the faces we create, since facemenu
doesn't.
2002-03-24 19:16:22 +00:00
Pavel Janík
bb2f7e35d4
*** empty log message ***
2002-03-24 15:26:29 +00:00
Richard M. Stallman
cf8b484f16
(mail-abbrev-make-syntax-table): New subroutine
...
broken out of sendmail-pre-abbrev-expand-hook.
(sendmail-pre-abbrev-expand-hook): Use it.
2002-03-23 16:10:14 +00:00
Stefan Monnier
44d38e8d27
*** empty log message ***
2002-03-22 23:40:48 +00:00
Eli Zaretskii
b9b1a85344
*** empty log message ***
2002-03-22 13:01:09 +00:00
Juanma Barranquero
6e71749d98
(gomoku-font-lock-O-face): Convert to use `defface'.
...
(gomoku-font-lock-X-face): Likewise.
(gomoku-font-lock-keywords): Use faces instead of variables.
2002-03-22 09:44:45 +00:00
Stefan Monnier
898a52c9c0
*** empty log message ***
2002-03-22 02:27:54 +00:00
Kim F. Storm
3ae1b88463
*** empty log message ***
2002-03-21 13:02:34 +00:00
Thien-Thi Nguyen
ea33ba739a
(report-emacs-bug-hook): Remove submitter
...
directions as the last action.
2002-03-21 02:11:53 +00:00
Pavel Janík
84691156a5
(fancy-splash-tail, normal-splash-screen): Update copyright.
2002-03-20 23:16:48 +00:00
Pavel Janík
eb4cb84faf
(disabled-command-hook): Clarify output text to match prompt.
2002-03-20 23:08:58 +00:00
Jason Rumney
47bcdab2b6
*** empty log message ***
2002-03-20 21:32:09 +00:00
Paul Reilly
7fab5ded52
Eliminate compilation warnings due to `rfc822-addresses'.
...
(rmail-dont-reply-to): Eliminate `pos' as a free variable for a
warning free compile.
2002-03-20 08:13:21 +00:00
Michael Kifer
743a79af65
* ediff-diff.el (ediff-install-fine-diff-if-necessary): take
...
the current highlighting style into account.
(ediff-forward-word-function,ediff-whitespace,ediff-word-1,
ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local.
* ediff-init.el (ediff-patch-job): new macro.
* ediff-mult.el (ediff-make-new-meta-list-header): new API function.
(ediff-intersect-directories): use ediff-make-new-meta-list-header.
* ediff-ptch.el (ediff-map-patch-buffer): use
ediff-make-new-meta-list-header.
(ediff-fixup-patch-map): use the meta-list API from ediff-mult.el.
* ediff-util.el (ediff-toggle-hilit): fix toggling of highliting.
(ediff-select-difference): take highlighting style into account.
(ediff-clone-buffer-for-region-comparison): new function.
(ediff-inferior-compare-regions): added comparison of current diff
regions.
* ediff.el (ediff-clone-buffer-for-region-comparison,
ediff-clone-buffer-for-window-comparison): moved to ediff-util.el.
2002-03-20 06:36:18 +00:00
Paul Reilly
c45d9dcf15
*** empty log message ***
2002-03-19 21:14:17 +00:00
Colin Walters
6e668118f0
*** empty log message ***
2002-03-18 21:21:13 +00:00
Stefan Monnier
8f9891abe5
*** empty log message ***
2002-03-18 20:29:26 +00:00
Stefan Monnier
86db31d56a
("emacs-lisp/backquote"): Load earlier.
...
("international/ucs-tables"): Load and turn on
unify-8859-on-encoding-mode unconditionally.
(emacs-version): Use `defconst' rather than `setq'.
2002-03-18 20:21:56 +00:00
André Spiegel
fbca60c41a
#
2002-03-18 17:28:30 +00:00
Stefan Monnier
194c8d989a
(eshell-binary-suffixes): Use exec-suffixes.
2002-03-18 14:56:35 +00:00
Richard M. Stallman
7665519d90
*** empty log message ***
2002-03-18 09:12:09 +00:00
Richard M. Stallman
6147334f2b
*** empty log message ***
2002-03-18 04:44:05 +00:00
Stefan Monnier
ec96e747a1
(describe-char-after): Use `internal-describe-syntax-value' again.
2002-03-17 21:51:46 +00:00
Stefan Monnier
2154a29765
(ucs-unify-8859, ucs-fragment-8859): Use unify-8859-on-decoding-mode.
...
(unify-8859-on-decoding-mode): Also set translation-table-for-input.
(ucs-insert): Give an error if the unicode char can't be created.
2002-03-17 20:50:48 +00:00
Kim F. Storm
5439f987dd
Enhanced network process support.
2002-03-17 20:33:31 +00:00
Eli Zaretskii
efe7ebe3d5
(po-content-type-charset-alist): Convert the
...
car of each association to a string.
(po-find-file-coding-system-guts): If the charset matches a name
of a codepage, set up that codepage and return it as a coding
system to decode the file.
2002-03-16 17:29:48 +00:00
Eli Zaretskii
7dd4fd4347
(codepage-setup): Don't define a codepage if it is already defined.
2002-03-16 16:42:37 +00:00
Eli Zaretskii
55859ca7d8
<top-level>: Remove the setup for all known codepages: it seems
...
to cause crashes in the CCL driver.
2002-03-16 16:28:01 +00:00
Eli Zaretskii
0cd9a1a919
(po-find-charset): Search for Charset= header even if we've read less than
...
4KB.
2002-03-16 16:14:38 +00:00
Pavel Janík
73cc75b559
(bibtex-sort-ignore-string-entries)
...
(bibtex-entry-field-alist): Doc fix.
2002-03-16 12:08:49 +00:00
Richard M. Stallman
a9c1a157ff
*** empty log message ***
2002-03-16 07:08:29 +00:00
Pavel Janík
1ba92e5da9
(calendar-goto-french-date): Fix prompt to match the actual code.
2002-03-15 20:45:10 +00:00
Eli Zaretskii
2ca514455e
(po-find-file-coding-system-guts): Use
...
with-temp-buffer instead of po-with-temp-buffer.
2002-03-15 19:30:36 +00:00
Eli Zaretskii
518a0981c8
(file-coding-system-alist): Add an association for PO files.
2002-03-15 13:53:27 +00:00
Eli Zaretskii
f6e2875153
New file.
2002-03-15 13:23:01 +00:00
Gerd Moellmann
9309787357
(common-lisp-loop-part-indentation):
...
Fix simple loop indentation.
2002-03-15 08:57:55 +00:00
Miles Bader
cf232e4dec
(rlogin-mode): Use `define-derived-mode'.
2002-03-14 11:52:39 +00:00
Miles Bader
5b905677a5
*** empty log message ***
2002-03-14 09:03:46 +00:00
Richard M. Stallman
afcdd7bd28
Syntax fix around @ref.
2002-03-14 09:02:11 +00:00
Miles Bader
0fd2d581b7
(rlogin-carriage-filter): Function removed.
...
(rlogin): Don't install the `rlogin-carriage-filter' filter, as
comint removes carriage returns itself now.
2002-03-14 08:52:01 +00:00
Miles Bader
17230c90f3
(rfn-eshadow-update-overlay): Bind `inhibit-point-motion-hooks' to t while
...
messing around, to avoid getting hosed by our own intangible property.
2002-03-14 08:09:30 +00:00
Eli Zaretskii
6e75414a7e
*** empty log message ***
2002-03-13 17:41:53 +00:00
Francesco Potortì
f6010b5421
*** empty log message ***
2002-03-13 14:47:12 +00:00
Colin Walters
6b16ab4871
*** empty log message ***
2002-03-13 02:30:32 +00:00
Jan Djärv
363a4df604
*** empty log message ***
2002-03-12 21:15:39 +00:00
Jan Djärv
1e4f6cec82
(emacs-session-restore): Take previous id as an argument.
2002-03-12 19:15:06 +00:00
Gerd Moellmann
8460b6897b
*** empty log message ***
2002-03-12 18:55:12 +00:00
Gerd Moellmann
59e0f57942
(lisp-loop-keyword-indentation)
...
(lisp-loop-forms-indentation, lisp-simple-loop-indentation): New
user options.
(extended-loop-p, common-lisp-loop-part-indentation): New
functions.
(common-lisp-indent-function-1): Renamed from
common-lisp-indent-function.
(common-lisp-indent-function): Handle loop forms specially.
(lisp-indent-defmethod): Use car/cdr instead of first/rest.
2002-03-12 16:27:15 +00:00
Francesco Potortì
aad00fb00b
*** empty log message ***
2002-03-12 13:12:10 +00:00
Colin Walters
4ecee85b3e
*** empty log message ***
2002-03-11 21:53:49 +00:00
Pavel Janík
b3f1e48a47
(java-font-lock-extra-types): Add "URL" as separate item. Doc fix.
2002-03-11 13:39:02 +00:00
Miles Bader
8a5782b5da
(pcomplete-entries): Expand environment variables in filename.
2002-03-11 04:15:31 +00:00
Eli Zaretskii
a0db0bbfdb
Use defface instead of facemenu-get-face.
2002-03-10 17:28:58 +00:00
Jan Djärv
d873ec96b5
*** empty log message ***
2002-03-10 16:31:43 +00:00
Andreas Schwab
945a8e9b95
*** empty log message ***
2002-03-09 20:36:59 +00:00
Eli Zaretskii
5fdac1b8b9
Split pre-21.1 changes into a separate file.
2002-03-09 09:26:56 +00:00
Eli Zaretskii
cc054b63ed
Entries for Richard's commits from yesterday.
2002-03-09 09:21:45 +00:00
Eli Zaretskii
3088377355
(shell-command-on-region): Call push-mark with
...
non-nil second arg, to suppress the "Mark set" message.
2002-03-09 09:06:04 +00:00
Andreas Schwab
6b997f0825
Change Maintainer to FSF.
2002-03-08 19:31:38 +00:00
Gerd Moellmann
f2c7b04fb2
*** empty log message ***
2002-03-08 10:26:55 +00:00
Eli Zaretskii
6d8ccf7aaf
*** empty log message ***
2002-03-08 08:18:06 +00:00
Colin Walters
2ef3551dfd
*** empty log message ***
2002-03-08 04:03:21 +00:00
Gerd Moellmann
52db9321f6
Add 2002 to the copyright years.
2002-03-07 11:30:36 +00:00
Stefan Monnier
d88c544942
*** empty log message ***
2002-03-07 00:02:55 +00:00
ShengHuo ZHU
3e549b18cf
* textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
...
with SILENT so that a new field can be added.
2002-03-06 21:57:10 +00:00
Eli Zaretskii
a730e8506b
(make-auto-save-file-name): Remove replacement function.
2002-03-06 18:23:37 +00:00
Gerd Moellmann
6b3daede30
*** empty log message ***
2002-03-06 17:00:30 +00:00
Andreas Schwab
2dc2ec3d49
Augment expression parser to handle conditional expressions.
2002-03-06 15:12:01 +00:00
Gerd Moellmann
8b5eabe078
*** empty log message ***
2002-03-06 14:03:32 +00:00
Pavel Janík
c1a227eaf2
("Slovak"): Likewise.
2002-03-06 11:03:56 +00:00
Pavel Janík
0c9bf0c342
("Czech"): Fix the documentation.
2002-03-06 11:01:34 +00:00
ShengHuo ZHU
01adac0d5d
* xml.el (xml-parse-attlist): Accept empty strings.
...
From Max Froumentin <mf@w3.org>.
2002-03-05 21:44:01 +00:00
Eli Zaretskii
f4b60fe635
(mouse-show-mark): Remove the no-highlight alternative:
...
all terminals now support highlighting of some kind.
2002-03-05 18:41:53 +00:00
Eli Zaretskii
022d6ae857
(mac-roman): Fix the safe-chars property.
2002-03-05 18:20:56 +00:00
André Spiegel
11a93899b8
#
2002-03-05 13:31:44 +00:00
André Spiegel
e993e35c8b
#
2002-03-05 13:16:10 +00:00
André Spiegel
277ec2afd6
# Fix recent entries for Jonathan Kamens and Martin Lorentzson.
2002-03-05 10:42:45 +00:00
Michael Kifer
c3912d548f
* ediff-init.el: comments.
...
* ediff-hook.el: Got rid of autoloads. Not needed, since the hook
is loaded.
* ediff-mult.el (ediff-intersect-directories,
ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
cleanup.
(ediff-draw-dir-diffs): now supports the "C" command in directory
difference buffer.
(ediff-dir-diff-copy-file): new function that implements copying
of files from one Ediff dir to another
(ediff-bury-dir-diffs-buffer): kills the buffer instead.
(ediff-append-custom-diff): better error msgs.
* ediff-util.el (ediff-compute-custom-diffs-maybe): buglet fix.
(ediff-inferior-compare-regions): Use
ediff-clone-buffer-for-region-comparison. Better and simpler interface.
* ediff.el (ediff-directories-internal): Cleanup.
(ediff-clone-buffer-for-region-comparison): Better interface.
2002-03-05 05:34:19 +00:00
Richard M. Stallman
3881a18674
(define-minor-mode): Use "P" in interactive spec of minor mode commands.
2002-03-04 22:27:03 +00:00
Pavel Janík
c6dc7fdd89
*** empty log message ***
2002-03-04 09:44:43 +00:00
Pavel Janík
d61ac4a653
(describe-key-briefly, describe-key): Interpret `undefined' like not
...
defined at all.
2002-03-04 09:24:40 +00:00
Stefan Monnier
0fda8eff1e
Change maintainer to FSF.
...
(sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
(sgml-tags-invisible, sgml-beginning-of-tag):
Allow _ : and non-ASCII in tag names, as required for XML.
(sgml-name-char): Don't assume anything about charsets handled by encode-char.
2002-03-04 02:14:31 +00:00
Richard M. Stallman
733442565a
*** empty log message ***
2002-03-03 22:22:55 +00:00
Eli Zaretskii
63d5d1ee50
*** empty log message ***
2002-03-03 17:33:17 +00:00
Eli Zaretskii
88f20a3dd8
(mouse-region-delete-keys): Add deletechar.
2002-03-03 16:52:58 +00:00
Sam Steingold
adcce7d5f5
fixed parens in the last patch
2002-03-03 16:09:28 +00:00
Richard M. Stallman
9caf26fece
(tetris-score-file): Put in home dir, not in /tmp.
2002-03-03 14:17:47 +00:00
Richard M. Stallman
279b254c99
(gamegrid-set-font, gamegrid-setup-face)
...
(gamegrid-make-mono-tty-face): Fix usage of condition-case.
2002-03-03 14:14:38 +00:00
Thien-Thi Nguyen
159bf288c5
*** empty log message ***
2002-03-03 09:15:10 +00:00
Richard M. Stallman
4367c5a259
(find-grep-dired): Rename arg to `regexp'.
2002-03-03 00:36:27 +00:00
Richard M. Stallman
e5787c30c2
*** empty log message ***
2002-03-03 00:02:48 +00:00
Pavel Janík
905a39b8c7
(tildify-string-alist): Entry for xml-mode added.
...
From Milan Zamazal <pdm@zamazal.org>.
2002-03-02 20:42:20 +00:00
Miles Bader
adf953ac72
(mwheel-scroll): Remove double' and
triple' from the
...
event-modifiers before looking up in `mouse-wheel-scroll-amount'.
If there's no applicable modifiers entry in the alist in
`mouse-wheel-scroll-amount', fall back to the default, not to
nil (which causes full screen scrolls).
2002-03-02 08:21:33 +00:00
Richard M. Stallman
2b62bdf458
*** empty log message ***
2002-03-01 23:52:47 +00:00
Andreas Schwab
857b864af1
(texinfo-start-menu-description): Remove extra paren in regexp.
2002-03-01 16:02:42 +00:00
Eli Zaretskii
7948c2483a
(mouse-show-mark): Use display-mouse-p, not display-graphic-p,
...
to decide whether to move point or use the highlighting.
2002-03-01 11:43:39 +00:00
Colin Walters
1ae720ac02
(eshell-parse-variable-ref): Use `make-temp-file'.
2002-03-01 01:47:48 +00:00
Colin Walters
73c2f6c426
*** empty log message ***
2002-03-01 01:14:22 +00:00
Richard M. Stallman
f1ee82b439
*** empty log message ***
2002-03-01 00:31:15 +00:00
Pavel Janík
a0164df52c
(hexl-options): Doc fix.
...
Update Commentary section.
2002-02-28 16:20:16 +00:00
Pavel Janík
140d71ba78
(sgml-specials, sgml-quick-keys): Doc fixes.
2002-02-28 16:14:50 +00:00
André Spiegel
c1cd70afea
(vc-menu-map): New entry "Update to Latest Version", which calls
...
vc-update. Use the term "Base Version" instead of "Last Version"
for the entries "Revert" and "Compare".
2002-02-28 13:11:11 +00:00
André Spiegel
d607ebcc09
(vc-revert-buffer): If the buffer is not saved, prompt the user to do
...
that first.
2002-02-28 10:00:44 +00:00
Kim F. Storm
9a98fa641d
(shell-command-on-region): Report non-zero exit
...
status in mode line instead of buffer.
2002-02-27 23:03:34 +00:00
Richard M. Stallman
458a481004
(comint-preoutput-filter-functions): Doc fix.
...
(comint-output-filter-functions, comint-input-filter-functions)
(comint-redirect-filter-functions): Likewise.
(comint-redirect-preoutput-filter): Do the local-hook
handling of t when running comint-redirect-filter-functions.
(comint-output-filter): Likewise for comint-preoutput-filter-functions.
2002-02-27 19:32:12 +00:00
Richard M. Stallman
b6d2e45e17
*** empty log message ***
2002-02-26 21:56:03 +00:00
Colin Walters
688c8ec5a9
*** empty log message ***
2002-02-26 19:53:41 +00:00
Eli Zaretskii
3dfdc066a9
*** empty log message ***
2002-02-26 16:38:05 +00:00
Richard M. Stallman
4a81d892ea
(winner-boring-buffers, winner-set): A window which
...
displays a buffer whose name is in the list `winner-boring-buffers'
will no longer be restored by `winner-undo'.
(winner-sorted-window-list): Used to improve comparison between
window configurations.
(winner-win-data): Simplified and moved.
(winner-conf): Simplified (now uses `winner-win-data').
(winner-change-fun, winner-save-old-configurations)
(winner-save-(un)conditionally, winner-redo): Changes made while in
the minibuffer will be ignored. (Such changes are undone upon
exit for the minibuffer, anyway.)
(winner-set-conf): Preserve selected window whenever possible.
(winner-make-point-alist): Simplified.
(winner-mode, winner-save-unconditionally): Save current window
configuration on entering minibuffer.
(minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
since it does not change the overall behavior of Emacs.
2002-02-26 16:09:19 +00:00
Eli Zaretskii
cb5be6c9e6
(compound-text): Renamed back from compound-text-no-extensions.
...
(ctext-no-compositions): Remove the mime-charset property.
(compound-text-with-extensions): Renamed from compound-text.
(x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
2002-02-26 15:58:43 +00:00
Juanma Barranquero
46057f5f8f
(list-faces-display): Fix typo.
2002-02-26 12:13:35 +00:00
Richard M. Stallman
5764f67182
*** empty log message ***
2002-02-26 03:23:12 +00:00
Richard M. Stallman
6527c9b7ac
(focus-follows-mouse): Doc fix.
2002-02-26 02:37:58 +00:00
Miles Bader
f5b92c898a
(mouse-wheel-mode): Pass vectors instead of symbols
...
to `define-key', since it no longer accepts the latter.
2002-02-25 23:48:40 +00:00
Jason Rumney
ed81ee80f5
(mouse-wheel-scroll-line): Use car of
...
mouse-wheel-scroll-amount.
2002-02-25 23:26:38 +00:00
Jason Rumney
3bd7d448e9
(mouse-wheel-scroll-amount): Use same definition as
...
mwheel.el.
2002-02-25 23:21:01 +00:00
Jason Rumney
42d8c11016
*** empty log message ***
2002-02-25 22:51:03 +00:00
André Spiegel
3c0766fec4
#
2002-02-25 22:12:37 +00:00
Kim F. Storm
bb671f9ece
(comint-replace-by-expanded-filename): Do nothing if
...
comint-match-partial-filename returns nil.
2002-02-25 21:07:37 +00:00
Juanma Barranquero
e4d03691de
(save-match-data): Doc fix.
2002-02-25 17:44:03 +00:00
Per Abrahamsen
1426742bdf
2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
...
* ps-print.el (ps-print-printer): Added `lpr' customize group
member.
2002-02-25 16:29:54 +00:00
Juanma Barranquero
50ce1f6206
*** empty log message ***
2002-02-25 16:07:54 +00:00
Kim F. Storm
cdf074531a
(shell-mode-map): Add "Complete" header so completion
...
menu is shown on the menu bar in shell mode.
2002-02-25 10:50:29 +00:00
Stefan Monnier
565f89ec06
(ielm-match-data): New var.
...
(inferior-emacs-lisp-mode): Make it buffer-local.
(ielm-eval-input): Use it to preserve match-data between inputs.
2002-02-25 07:26:15 +00:00
Jason Rumney
c6a33288f9
*** empty log message ***
2002-02-24 13:29:20 +00:00
Per Abrahamsen
42b4edc550
2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
...
* cus-edit.el (custom-unlispify-remove-prefixes): Add to
`custom-buffer' customize group.
2002-02-24 09:14:41 +00:00
Colin Walters
120deb3d71
*** empty log message ***
2002-02-24 01:21:32 +00:00
Pavel Janík
ea136e8db6
*** empty log message ***
2002-02-23 22:54:05 +00:00
Kim F. Storm
b66bc4a416
*** empty log message ***
2002-02-23 22:32:39 +00:00
Colin Walters
0edda6b89d
*** empty log message ***
2002-02-23 21:35:34 +00:00
Richard M. Stallman
5a7a27be27
(rmail-summary-output): Properly advance
...
to next message, by calling rmail-summary-goto-msg.
2002-02-23 17:14:34 +00:00
Eli Zaretskii
a70ea557d9
(find-tag-noselect, find-tag)
...
(find-tag-other-window, find-tag-other-frame, find-tag-regexp):
Fix a typo in doc strings.
2002-02-22 16:30:46 +00:00
Richard M. Stallman
3a84ed60cf
*** empty log message ***
2002-02-22 15:27:02 +00:00
Eli Zaretskii
9feba28107
*** empty log message ***
2002-02-22 14:43:53 +00:00
André Spiegel
f5a55627d7
#
2002-02-21 21:09:18 +00:00
André Spiegel
aced8001aa
#
2002-02-21 20:25:20 +00:00
Per Abrahamsen
929e848701
2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
...
* toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
nil, and then explicitly set the standard-value to t.
2002-02-21 09:39:39 +00:00
Sam Steingold
ee803b5b6b
(flyspell-mode): Autoload the variable since it is used in the menu bar.
2002-02-21 01:42:22 +00:00
Pavel Janík
210f943e01
(tar-next-line, tar-previous-line): Add doc string,
...
call the argument "arg" to match plain next-line and
previous-line. From Kevin Ryde <user42@zip.com.au>.
2002-02-20 09:04:25 +00:00
Sam Steingold
a2372cfd06
Can specify different scroll amounts for different modifiers now.
2002-02-19 17:53:07 +00:00
Eli Zaretskii
f856528037
*** empty log message ***
2002-02-19 11:22:16 +00:00
Eli Zaretskii
f1ec000756
(browse-url-maybe-new-window): Reverse the sense of the comparison,
...
to match the doc strings of functions that use this macro.
2002-02-19 11:16:06 +00:00
Per Abrahamsen
9b2d1d408c
2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
...
* facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
* toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
* menu-bar.el (menu-bar-mode): Ditto.
2002-02-19 10:30:30 +00:00
Andreas Schwab
653479ad87
(query-replace-regexp-eval): Doc fix.
2002-02-18 20:30:58 +00:00
Colin Walters
96cc56b5eb
*** empty log message ***
2002-02-18 20:05:23 +00:00
Jason Rumney
f7b9d4d15e
*** empty log message ***
2002-02-18 00:04:14 +00:00
Eli Zaretskii
9ef4c8ea41
(mode-line-inactive, header-line): Add the :inherit
...
attribute for the tty case.
2002-02-17 18:21:59 +00:00
Pavel Janík
c484a3a280
*** empty log message ***
2002-02-17 18:17:51 +00:00
Richard M. Stallman
78d4f4097d
*** empty log message ***
2002-02-17 17:00:48 +00:00
Kai Großjohann
be0d25b686
* emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
...
when repeated.
* textmodes/paragraphs.el (mark-paragraph): Ditto.
2002-02-17 15:08:31 +00:00
Per Abrahamsen
a9c6d330d5
2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
...
* menu-bar.el (menu-bar-showhide-menu): Added speedbar.
(menu-bar-tools-menu): Removed speedbar.
* textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
and `flyspell-mode' entries.
* textmodes/flyspell.el (flyspell): Add to ispell group.
2002-02-17 12:15:17 +00:00
Colin Walters
d22c221173
*** empty log message ***
2002-02-17 10:28:52 +00:00
Kai Großjohann
d39d90c265
*** empty log message ***
2002-02-17 09:22:44 +00:00
Colin Walters
9b25ea40c5
*** empty log message ***
2002-02-17 08:57:09 +00:00
Kim F. Storm
140fb7ffed
Add mouse-highlight.
2002-02-17 00:33:21 +00:00
Eli Zaretskii
760627fa51
*** empty log message ***
2002-02-16 17:32:07 +00:00
Pavel Janík
73a276beb4
*** empty log message ***
2002-02-16 13:04:09 +00:00
Eli Zaretskii
386c40760e
*** empty log message ***
2002-02-16 12:47:06 +00:00