Karoly Lorentey
feba0cd640
Merged from miles@gnu.org--gnu-2005 (patch 677)
...
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-677
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-463
2005-12-26 03:16:59 +00:00
Carsten Dominik
4e8c4d9aec
Version 4.01
2005-12-20 08:09:19 +00:00
Richard M. Stallman
321e487061
*** empty log message ***
2005-12-19 23:19:02 +00:00
Karoly Lorentey
e93b29568a
Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
...
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-671
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-672
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-673
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-674
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-675
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-169
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-170
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-171
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-172
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-173
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-454
2005-12-19 19:57:22 +00:00
Juri Linkov
8aaba1c98e
Add minibuffer-completion-contents.
2005-12-16 19:07:32 +00:00
Carsten Dominik
812a8ed127
Version 4.0
2005-12-16 14:32:51 +00:00
Eli Zaretskii
1b2105d9e3
Updates from Dave Love.
2005-12-16 12:49:13 +00:00
Eli Zaretskii
2ac7dc5505
Mark kill-whole-line as documented.
2005-12-16 12:06:41 +00:00
Károly Lőrentey
f469551947
Change prev-buffer' to previous-buffer'; add note on them using the
...
frame-local buffer list.
2005-12-16 11:33:25 +00:00
Richard M. Stallman
f98abf6dc1
*** empty log message ***
2005-12-14 23:14:14 +00:00
Stefan Monnier
cdc61d3531
(bibtex-expand-strings)
...
(bibtex-autokey-expand-string, bibtex-name-part)
(bibtex-entry-type-whitespace, bibtex-entry-type-str)
(bibtex-any-entry-maybe-empty-head, bibtex-string-type)
(bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
(bibtex-entry-type, bibtex-entry-head): Match only valid entries.
(bibtex-entry-postfix, bibtex-known-entry-type-re)
(bibtex-valid-entry-re, bibtex-any-valid-entry-re)
(bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
(bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
(bibtex-beginning-of-last-entry): Remove.
(bibtex-parse-field-name): Use bibtex-field-name. Issue error
message if comma is missing but buffer is read-only.
(bibtex-parse-field-text): Handle whitespaces at the end of field
text. Return 3-element list with beginning and end of field text
and end of field.
(bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
(bibtex-parse-field): Remove arg name. Use bibtex-field-name.
(bibtex-search-forward-field, bibtex-search-backward-field):
Search always delimited by limits of entry. Use more efficient
search algorithms.
(bibtex-name-in-field): Use bibtex-start-of-name-in-field and
bibtex-end-of-name-in-field.
(bibtex-text-in-field-bounds): Handle BibTeX strings when
extracting the content of a field.
(bibtex-text-in-field): Use search limits.
(bibtex-parse-string-prefix): Handle empty string keys based on
bibtex-string-empty-key.
(bibtex-parse-string): Fix docstring.
(bibtex-text-in-string): Use bibtex-text-in-field-bounds.
(bibtex-preamble-prefix, bibtex-strings): New functions.
(bibtex-skip-to-valid-entry): Include preceding whitespace in
BibTeX entries (consistent with other BibTeX functions).
(bibtex-map-entries): Use bibtex-skip-to-valid-entry.
(bibtex-search-entry): Fix docstring. Simplify.
(bibtex-flash-head, bibtex-complete-string-cleanup)
(bibtex-count-entries, bibtex-sort-buffer): Simplify.
(bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
(bibtex-parse-entry): New optional arg content.
(bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
Use bibtex-text-in-field-bounds.
(bibtex-print-help-message): Handle BibTeX strings and preambles.
(bibtex-end-of-entry): Use bibtex-preamble-prefix and
bibtex-parse-string-postfix.
(bibtex-find-text-internal): New function.
(bibtex-remove-delimiters): Use it.
(bibtex-find-text): Use it. New optional arg help.
(bibtex-complete): Handle BibTeX string and preamble entries.
(bibtex-Preamble): Fix order of closing delimiters.
2005-12-14 17:15:20 +00:00
Jan Djärv
8576f724fb
ICCM => ICCCM
2005-12-12 12:29:57 +00:00
Carsten Dominik
feeee65f61
Version 3.24
2005-12-12 11:48:56 +00:00
Jan Djärv
7c14546c33
Add note about frame-parameter height and make-frame
2005-12-12 09:38:23 +00:00
Karoly Lorentey
be3d2d66d2
Merged in changes from CVS trunk.
...
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-667
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-669
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-670
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-157
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-158
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-159
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-160
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-161
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-162
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-163
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-164
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-165
Update from CVS: texi/message.texi: Fix default values.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-166
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-167
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-168
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-448
2005-12-11 22:42:40 +00:00
Karoly Lorentey
16986fcfcc
Merged in changes from CVS trunk.
...
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-664
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-665
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-666
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-447
2005-12-10 21:18:28 +00:00
Eli Zaretskii
5fdf9b7cf0
*** empty log message ***
2005-12-10 12:35:47 +00:00
Eli Zaretskii
a8514f71b9
hi-lock-mode is now buffer local, use global-hi-lock-mode instead.
2005-12-10 11:57:30 +00:00
Richard M. Stallman
2663a20493
*** empty log message ***
2005-12-08 18:08:38 +00:00
Carsten Dominik
e78b2c50c0
version 3.23
2005-12-08 13:14:19 +00:00
Carsten Dominik
ef7528db7c
Version 3.22
2005-12-06 10:54:37 +00:00
Richard M. Stallman
fa0d4d0c09
*** empty log message ***
2005-12-06 02:07:54 +00:00
Alan Mackenzie
7b18d88fe2
Correct some spelling.
2005-12-04 21:00:59 +00:00
Karoly Lorentey
9ef706664e
Merged from miles@gnu.org--gnu-2005 (patch 659-663)
...
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-659
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-660
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-661
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-662
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-663
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-445
2005-12-03 14:25:50 +00:00
Jay Belanger
61322d7286
Add a comment about the Calc prefix.
2005-12-02 19:50:16 +00:00
Eli Zaretskii
1101d5df82
Document changes to file-name completion in minibuffer.
2005-12-02 14:03:58 +00:00
Jay Belanger
845e3ab1d1
Change the prefix from M-#' to C-x *'.
2005-11-29 18:39:52 +00:00
Richard M. Stallman
125fbe81ae
*** empty log message ***
2005-11-28 02:38:12 +00:00
Thien-Thi Nguyen
55a0310179
Add entry: "Go in a buffer: Go Text Protocol client".
2005-11-27 23:29:33 +00:00
Richard M. Stallman
161ef3be43
*** empty log message ***
2005-11-27 19:29:09 +00:00
Richard M. Stallman
4932253962
*** empty log message ***
2005-11-27 03:24:25 +00:00
Richard M. Stallman
1a500a7380
*** empty log message ***
2005-11-27 01:40:27 +00:00
Chong Yidong
fd993ce263
New icons installed.
2005-11-26 14:36:05 +00:00
Carsten Dominik
929d3fae89
version 3.21
2005-11-24 14:48:48 +00:00
YAMAMOTO Mitsuharu
7d638a7632
The variable `mac-command-key-is-meta' is obsolete.
2005-11-24 08:18:17 +00:00
Karoly Lorentey
950bed4bb9
Merged from miles@gnu.org--gnu-2005 (patch 656-658)
...
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-656
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-657
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-658
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-444
2005-11-23 01:35:21 +00:00
Eli Zaretskii
8c2fb42f85
Remove repeated entries.
2005-11-20 19:21:20 +00:00
Chong Yidong
ddbbc9cd39
Remove :ignore-defface entry; it's now handled automagically.
2005-11-20 15:24:02 +00:00
Carsten Dominik
35af34900f
*** empty log message ***
2005-11-18 16:13:55 +00:00
Karoly Lorentey
e8c0b22fcf
Merged from miles@gnu.org--gnu-2005 (patch 655)
...
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-655
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-441
2005-11-18 14:53:14 +00:00
Karoly Lorentey
bffa514a8b
Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
...
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-642
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-643
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-644
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-645
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647
lisp/gnus/ChangeLog: Remove duplicate entry
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-648
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-649
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-650
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-651
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-652
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-653
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-654
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-152
Update from CVS: lisp/mml.el (mml-preview): Doc fix.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-153
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-154
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-155
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-156
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-440
2005-11-18 13:13:34 +00:00
Chong Yidong
e18ffcdc39
Emacs icons by Andrew Zhilin.
2005-11-18 03:03:59 +00:00
Chong Yidong
ce8d4e00b7
mention :ignore-defface
2005-11-18 02:51:12 +00:00
Juri Linkov
ad1b570140
Rename font-lock-highlighting-faces to font-lock-faces.
2005-11-17 07:19:54 +00:00
Stefan Monnier
3abf59170c
*** empty log message ***
2005-11-17 02:54:23 +00:00
Richard M. Stallman
afabbb4d0a
*** empty log message ***
2005-11-16 22:25:16 +00:00
Nick Roberts
a354cf393b
*** empty log message ***
2005-11-15 12:24:56 +00:00
Nick Roberts
34df62f80e
Make more intuitive.
2005-11-15 11:57:24 +00:00
Nick Roberts
482827dd37
Use a more appropriate variable name.
2005-11-15 11:55:04 +00:00
Nick Roberts
3157080512
Old gud-break icon.
...
Use for interrupting inferior.
2005-11-15 11:53:23 +00:00