aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-12-15 19:57:31 +0000
committerMarkus Rost2002-12-15 19:57:31 +0000
commit6c465a15c1df38889e49852c3d204e7082fa04da (patch)
tree9e16fbe720cb7c64eb93dc4c6a77fd8476c8a542
parent4c71e413e441ed5c08ffe9f7c6404130d094750d (diff)
downloademacs-6c465a15c1df38889e49852c3d204e7082fa04da.tar.gz
emacs-6c465a15c1df38889e49852c3d204e7082fa04da.zip
White space fixes.
-rw-r--r--admin/ChangeLog4
-rw-r--r--lisp/gnus/ChangeLog117
-rw-r--r--src/ChangeLog18
3 files changed, 69 insertions, 70 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index bdd54e0b060..3e8a5c166c2 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,4 +1,4 @@
12002-10-16 Markus Rost <rost@math.ohio-state.edu> 12002-10-16 Markus Rost <rost@math.ohio-state.edu>
2 2
3 * cus-test.el: Extended and reorganized. There are now 4 tests 3 * cus-test.el: Extended and reorganized. There are now 4 tests
4 which can be run in batch mode. See the Commentary section. 4 which can be run in batch mode. See the Commentary section.
@@ -81,7 +81,7 @@
812001-10-05 Gerd Moellmann <gerd@gnu.org> 812001-10-05 Gerd Moellmann <gerd@gnu.org>
82 82
83 * Branch for 21.1. 83 * Branch for 21.1.
84 84
852001-09-04 Andrew Innes <andrewi@gnu.org> 852001-09-04 Andrew Innes <andrewi@gnu.org>
86 86
87 * admin/nt/makedist.bat: Remove reference to obsolete file 87 * admin/nt/makedist.bat: Remove reference to obsolete file
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index ad11eef70c0..6f842b1236f 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -21,7 +21,7 @@
21 (imap-open): Typos. 21 (imap-open): Typos.
22 22
23 * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos. 23 * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
24 24
25 * gnus.el: Typo. 25 * gnus.el: Typo.
26 26
27 * gnus-win.el (gnus-configure-frame): Typo. 27 * gnus-win.el (gnus-configure-frame): Typo.
@@ -30,8 +30,8 @@
30 30
31 * gnus-topic.el (gnus-topic-sort-topics): Typo. 31 * gnus-topic.el (gnus-topic-sort-topics): Typo.
32 32
33 * gnus-sum.el (gnus-summary-article-number) 33 * gnus-sum.el (gnus-summary-article-number)
34 (gnus-summary-read-group-1, gnus-summary-mark-article) 34 (gnus-summary-read-group-1, gnus-summary-mark-article)
35 (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos. 35 (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
36 36
37 * gnus-mule.el (gnus-mule-add-group): Typo. 37 * gnus-mule.el (gnus-mule-add-group): Typo.
@@ -53,12 +53,12 @@
53 * message.el (message-set-auto-save-file-name): 53 * message.el (message-set-auto-save-file-name):
54 Use make-directory, to avoid the dependence on gnus-util. 54 Use make-directory, to avoid the dependence on gnus-util.
55 55
562002-11-11 Markus Rost <rost@math.ohio-state.edu> 562002-11-11 Markus Rost <rost@math.ohio-state.edu>
57 57
58 * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open 58 * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
59 parens in column 0. 59 parens in column 0.
60 60
612002-11-08 Markus Rost <rost@math.ohio-state.edu> 612002-11-08 Markus Rost <rost@math.ohio-state.edu>
62 62
63 * nnimap.el (nnimap-split-rule): Doc fix - escape open parens in 63 * nnimap.el (nnimap-split-rule): Doc fix - escape open parens in
64 column 0. 64 column 0.
@@ -85,7 +85,7 @@
85 (rfc2047-q-encoding-alist): Augment header list. 85 (rfc2047-q-encoding-alist): Augment header list.
86 (rfc2047-encoding-type): New. 86 (rfc2047-encoding-type): New.
87 (rfc2047-dissect-region): Deleted. 87 (rfc2047-dissect-region): Deleted.
88 (rfc2047-encode-region, rfc2047-encode): Rewritten to take 88 (rfc2047-encode-region, rfc2047-encode): Rewritten to take
89 account of rfc2047 rules with respect to rfc2822 tokens and to do 89 account of rfc2047 rules with respect to rfc2822 tokens and to do
90 encoding in place rather than by passing strings. 90 encoding in place rather than by passing strings.
91 (rfc2047-encode-message-header): Don't include header name field 91 (rfc2047-encode-message-header): Don't include header name field
@@ -865,7 +865,7 @@
865 865
866 * gnus-msg.el (gnus-summary-mail-forward): 866 * gnus-msg.el (gnus-summary-mail-forward):
867 867
868 * message.el (message-forward): Move mime-to-mml here. 868 * message.el (message-forward): Move mime-to-mml here.
869 869
870 * nnmbox.el (nnmbox-file-coding-system): Use binary. 870 * nnmbox.el (nnmbox-file-coding-system): Use binary.
871 (nnmbox-active-file-coding-system): Ditto. 871 (nnmbox-active-file-coding-system): Ditto.
@@ -1250,7 +1250,7 @@
1250 1250
1251 * nnheader.el: Wrap subst-char-in-string def in eval-and-compile. 1251 * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
1252 Put some defvars in eval-when-compile. 1252 Put some defvars in eval-when-compile.
1253 (gnus-intersection, gnus-sorted-complement): Autoload. 1253 (gnus-intersection, gnus-sorted-complement): Autoload.
1254 1254
1255 * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol. 1255 * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
1256 1256
@@ -1762,7 +1762,7 @@
1762 (gnus-audio): New custom group. 1762 (gnus-audio): New custom group.
1763 (gnus-audio-inline-sound): Change to work with Emacs. 1763 (gnus-audio-inline-sound): Change to work with Emacs.
1764 (gnus-audio-directory, gnus-audio-directory) 1764 (gnus-audio-directory, gnus-audio-directory)
1765 (gnus-audio-au-player): Customize. 1765 (gnus-audio-au-player): Customize.
1766 (gnus-audio-play): Try external player if play-sound-file fails. 1766 (gnus-audio-play): Try external player if play-sound-file fails.
1767 Use file-name-extension, not string-match. 1767 Use file-name-extension, not string-match.
1768 1768
@@ -1772,7 +1772,7 @@
1772 1772
1773 * qp.el (mm-decode-coding-region, mm-encode-coding-region): 1773 * qp.el (mm-decode-coding-region, mm-encode-coding-region):
1774 Autoload. 1774 Autoload.
1775 (quoted-printable-decode-region): Rename arg which confused 1775 (quoted-printable-decode-region): Rename arg which confused
1776 charset with coding-system. Don't use nonascii-insert-offset. 1776 charset with coding-system. Don't use nonascii-insert-offset.
1777 Coding-system encode the region initially. Don't recognize `==' 1777 Coding-system encode the region initially. Don't recognize `=='
1778 as valid QP. Coding-system decode the region finally. 1778 as valid QP. Coding-system decode the region finally.
@@ -1862,7 +1862,7 @@
1862 * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Use 1862 * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Use
1863 `:ascent center'. 1863 `:ascent center'.
1864 1864
1865 * smiley-ems.el (smiley-update-cache): Use `:ascent center'. 1865 * smiley-ems.el (smiley-update-cache): Use `:ascent center'.
1866 1866
18672000-09-28 Gerd Moellmann <gerd@gnu.org> 18672000-09-28 Gerd Moellmann <gerd@gnu.org>
1868 1868
@@ -2276,7 +2276,6 @@
2276 Encoding is not done on incoming mail, so why should it be done on 2276 Encoding is not done on incoming mail, so why should it be done on
2277 expired mail? 2277 expired mail?
2278 2278
2279
22802000-08-14 Rod Whitby <list.ding@rwhitby.net> 22792000-08-14 Rod Whitby <list.ding@rwhitby.net>
2281 2280
2282 * nnml.el (nnml-request-expire-articles): Fix the calls to 2281 * nnml.el (nnml-request-expire-articles): Fix the calls to
@@ -2607,7 +2606,7 @@
2607 2606
2608 * gnus-srvr.el (gnus-browse-group-name): Likewise. 2607 * gnus-srvr.el (gnus-browse-group-name): Likewise.
2609 2608
2610 * gnus-msg.el (gnus-copy-article-buffer): Likewise. 2609 * gnus-msg.el (gnus-copy-article-buffer): Likewise.
2611 2610
2612 * gnus-score.el (gnus-summary-score-entry): Likewise. 2611 * gnus-score.el (gnus-summary-score-entry): Likewise.
2613 2612
@@ -3593,7 +3592,7 @@
3593 3592
35942000-04-21 Katsumi Yamaoka <yamaoka@jpl.org> 35932000-04-21 Katsumi Yamaoka <yamaoka@jpl.org>
3595 3594
3596 * gnus-util.el (gnus-netrc-machine): Didn't work. 3595 * gnus-util.el (gnus-netrc-machine): Didn't work.
3597 3596
35982000-04-20 Shenghuo ZHU <zsh@cs.rochester.edu> 35972000-04-20 Shenghuo ZHU <zsh@cs.rochester.edu>
3599 3598
@@ -3692,8 +3691,8 @@
3692 3691
36931999-11-30 Daiki Ueno <ueno@unixuser.org> 36921999-11-30 Daiki Ueno <ueno@unixuser.org>
3694 3693
3695 * lisp/imap.el (imap-body-lines): Check Content-Type: of the 3694 * lisp/imap.el (imap-body-lines): Check Content-Type: of the
3696 article case insensitively. 3695 article case insensitively.
3697 3696
36982000-04-10 Shenghuo ZHU <zsh@cs.rochester.edu> 36972000-04-10 Shenghuo ZHU <zsh@cs.rochester.edu>
3699 3698
@@ -3930,8 +3929,8 @@
3930 3929
39312000-01-06 Kim-Minh Kaplan <kmkaplan@vocatex.fr> 39302000-01-06 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
3932 3931
3933 * mm-decode.el (mm-mailcap-command): handle "%%" and the case where 3932 * mm-decode.el (mm-mailcap-command): handle "%%" and the case
3934 there is no "%s" in the method. 3933 where there is no "%s" in the method.
3935 3934
39362000-01-08 Kim-Minh Kaplan <kmkaplan@vocatex.fr> 39352000-01-08 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
3937 3936
@@ -4454,7 +4453,6 @@
4454 * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1 4453 * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
4455 for the `de' newsgroups hierarchy, as it is common practice there. 4454 for the `de' newsgroups hierarchy, as it is common practice there.
4456 4455
4457
44581999-12-07 Shenghuo ZHU <zsh@cs.rochester.edu> 44561999-12-07 Shenghuo ZHU <zsh@cs.rochester.edu>
4459 4457
4460 * nnwarchive.el (nnwarchive-mail-archive-article): Fix 4458 * nnwarchive.el (nnwarchive-mail-archive-article): Fix
@@ -4823,7 +4821,7 @@
4823 4821
48241999-11-20 Simon Josefsson <jas@pdc.kth.se> 48221999-11-20 Simon Josefsson <jas@pdc.kth.se>
4825 4823
4826 * gnus-start.el (gnus-get-unread-articles): Scan each method only 4824 * gnus-start.el (gnus-get-unread-articles): Scan each method only
4827 once. 4825 once.
4828 4826
48291999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> 48271999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -5430,8 +5428,8 @@
5430 5428
5431 * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method. 5429 * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
5432 5430
5433 * mml.el (mml-preview): Remove mail-header-separator before 5431 * mml.el (mml-preview): Remove mail-header-separator before
5434 encoding. 5432 encoding.
5435 5433
54361999-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 54341999-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5437 5435
@@ -5739,7 +5737,7 @@
5739 5737
57401999-09-01 Katsumi Yamaoka <yamaoka@jpl.org> 57381999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5741 5739
5742 * message.el (message-send): Too much and. 5740 * message.el (message-send): Too much and.
5743 5741
57441999-09-24 Andreas Schwab <schwab@suse.de> 57421999-09-24 Andreas Schwab <schwab@suse.de>
5745 5743
@@ -5802,8 +5800,8 @@
58021999-08-09 Simon Josefsson <jas@pdc.kth.se> 58001999-08-09 Simon Josefsson <jas@pdc.kth.se>
5803 5801
5804 * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*" 5802 * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
5805 (already matched by "^X-Pgp"), removed duplicate 5803 (already matched by "^X-Pgp"), removed duplicate X-Mailing-List,
5806 X-Mailing-List, added several new junk headers. 5804 added several new junk headers.
5807 5805
58081999-08-01 Simon Josefsson <jas@pdc.kth.se> 58061999-08-01 Simon Josefsson <jas@pdc.kth.se>
5809 5807
@@ -5888,12 +5886,12 @@
5888 5886
58891999-07-10 Simon Josefsson <jas@pdc.kth.se> 58871999-07-10 Simon Josefsson <jas@pdc.kth.se>
5890 5888
5891 * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for 5889 * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
5892 predicate. 5890 predicate.
5893 5891
58941999-07-10 Alexandre Oliva <oliva@dcc.unicamp.br> 58921999-07-10 Alexandre Oliva <oliva@dcc.unicamp.br>
5895 5893
5896 * gnus-mlspl.el: Documentation fixes. 5894 * gnus-mlspl.el: Documentation fixes.
5897 5895
58981999-08-27 Rui Zhu <sprache@iname.com> 58961999-08-27 Rui Zhu <sprache@iname.com>
5899 5897
@@ -6099,12 +6097,13 @@
6099 6097
61001999-07-08 Alexandre Oliva <oliva@dcc.unicamp.br> 60981999-07-08 Alexandre Oliva <oliva@dcc.unicamp.br>
6101 6099
6102 * gnus-cus.el (gnus-group-parameters): New entries for 6100 * gnus-cus.el (gnus-group-parameters): New entries for
6103 gnus-group-split. 6101 gnus-group-split.
6102
6103 * gnus-mlspl.el: Renamed functions and variables so as to
6104 start with gnus-group-split.
6104 6105
6105 * gnus-mlspl.el: Renamed functions and variables so as to 6106 * gnus.el: Adjust autoload entries.
6106 start with gnus-group-split.
6107 * gnus.el: Adjust autoload entries.
6108 6107
61091999-11-30 Alexandre Oliva <oliva@dcc.unicamp.br> 61081999-11-30 Alexandre Oliva <oliva@dcc.unicamp.br>
6110 6109
@@ -6416,7 +6415,7 @@
64161999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu> 64151999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu>
6417 6416
6418 * gnus-msg.el (gnus-configure-posting-styles): Fix bug when 6417 * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
6419 gnus-newsgroup-name is nil. 6418 gnus-newsgroup-name is nil.
6420 6419
64211999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu> 64201999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu>
6422 6421
@@ -6538,10 +6537,10 @@
6538 6537
65391999-06-12 Simon Josefsson <jas@pdc.kth.se> 65381999-06-12 Simon Josefsson <jas@pdc.kth.se>
6540 6539
6541 (gnus-agent-get-undownloaded-list): Operate on all articles, not 6540 * gnus-agent.el (gnus-agent-get-undownloaded-list): Operate on all
6542 only unread ones. 6541 articles, not only unread ones.
6543 (gnus-agent-fetch-headers): Fetch headers from unread and marked 6542 (gnus-agent-fetch-headers): Fetch headers from unread and marked
6544 articles, not only unread ones. 6543 articles, not only unread ones.
6545 6544
65461999-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org> 65451999-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6547 6546
@@ -6600,7 +6599,7 @@
6600 (gnus-select-newsgroup): Use it. 6599 (gnus-select-newsgroup): Use it.
6601 (gnus-group-highlight-words-alist): New variable. 6600 (gnus-group-highlight-words-alist): New variable.
6602 (gnus-newsgroup-emphasis-alist): New variable. 6601 (gnus-newsgroup-emphasis-alist): New variable.
6603 (gnus-summary-local-variables): Use it. 6602 (gnus-summary-local-variables): Use it.
6604 * gnus-art.el (article-emphasize): Use it. 6603 * gnus-art.el (article-emphasize): Use it.
6605 (gnus-emphasis-highlight-words): New face. 6604 (gnus-emphasis-highlight-words): New face.
6606 * gnus-cus.el (gnus-group-parameters): New parameter. 6605 * gnus-cus.el (gnus-group-parameters): New parameter.
@@ -6652,8 +6651,8 @@
6652 6651
66531999-05-21 Simon Josefsson <jas@pdc.kth.se> 66521999-05-21 Simon Josefsson <jas@pdc.kth.se>
6654 6653
6655 * gnus-start.el (gnus-read-descriptions-file): Protect if no 6654 * gnus-start.el (gnus-read-descriptions-file): Protect if no
6656 function in backend. 6655 function in backend.
6657 6656
66581999-05-15 Simon Josefsson <jas@pdc.kth.se> 66571999-05-15 Simon Josefsson <jas@pdc.kth.se>
6659 6658
@@ -7165,7 +7164,7 @@
7165 * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC 7164 * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
7166 is called with the result of SPLIT and should return a new split. 7165 is called with the result of SPLIT and should return a new split.
7167 7166
7168 * gnus.texi: update the doc. 7167 * gnus.texi: update the doc.
7169 7168
71701999-02-23 Didier Verna <verna@inf.enst.fr> 71691999-02-23 Didier Verna <verna@inf.enst.fr>
7171 7170
@@ -7285,8 +7284,8 @@
7285 7284
72861999-02-11 Matt Pharr <mmp@graphics.stanford.edu> 72851999-02-11 Matt Pharr <mmp@graphics.stanford.edu>
7287 7286
7288 * gnus-msg.el (gnus-bug): Encode environment info as a MIME 7287 * gnus-msg.el (gnus-bug): Encode environment info as a MIME
7289 attachment. 7288 attachment.
7290 7289
72911999-02-11 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> 72901999-02-11 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7292 7291
@@ -8005,9 +8004,9 @@
8005 8004
80061998-12-23 Matt Pharr <mmp@graphics.stanford.edu> 80051998-12-23 Matt Pharr <mmp@graphics.stanford.edu>
8007 8006
8008 * message.el (message-cite-original-without-signature): Use 8007 * message.el (message-cite-original-without-signature): Use
8009 message-signature-separator when searching for signature in 8008 message-signature-separator when searching for signature in
8010 message-cite-original-without-signature. 8009 message-cite-original-without-signature.
8011 8010
80121998-12-24 Simon Josefsson <jas@pdc.kth.se> 80111998-12-24 Simon Josefsson <jas@pdc.kth.se>
8013 8012
@@ -9707,8 +9706,8 @@
9707 9706
97081998-09-26 Simon Josefsson <jas@pdc.kth.se> 97071998-09-26 Simon Josefsson <jas@pdc.kth.se>
9709 9708
9710 * gnus-range.el (gnus-remove-from-range): Don't add stuff in 9709 * gnus-range.el (gnus-remove-from-range): Don't add stuff in list
9711 list to range. 9710 to range.
9712 9711
97131998-10-20 Simon Josefsson <jas@pdc.kth.se> 97121998-10-20 Simon Josefsson <jas@pdc.kth.se>
9714 9713
@@ -9728,8 +9727,8 @@
9728 9727
97291998-10-18 Kurt Swanson <ksw@dna.lth.se> 97281998-10-18 Kurt Swanson <ksw@dna.lth.se>
9730 9729
9731 * gnus-msg.el (gnus-summary-mail-forward): Erase old forward 9730 * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
9732 buffer. 9731 buffer.
9733 9732
97341998-10-20 Katsumi Yamaoka <yamaoka@ga.sony.co.jp> 97331998-10-20 Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
9735 9734
@@ -9812,8 +9811,8 @@
9812 9811
98131998-10-15 Matt Pharr <mmp@graphics.stanford.edu> 98121998-10-15 Matt Pharr <mmp@graphics.stanford.edu>
9814 9813
9815 * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old 9814 * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
9816 forward buffer first. 9815 forward buffer first.
9817 9816
98181998-10-17 Lars Magne Ingebrigtsen <larsi@gnus.org> 98171998-10-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9819 9818
@@ -9991,7 +9990,7 @@
9991 9990
99921998-09-26 Simon Josefsson <jas@pdc.kth.se> 99911998-09-26 Simon Josefsson <jas@pdc.kth.se>
9993 9992
9994 * mm-util.el (mm-disable-multibyte): New function. 9993 * mm-util.el (mm-disable-multibyte): New function.
9995 9994
99961998-09-24 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> 99951998-09-24 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
9997 9996
@@ -10055,8 +10054,8 @@
10055 10054
100561998-09-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de> 100551998-09-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10057 10056
10058 * gnus-util.el (gnus-output-to-rmail): adjust to 10057 * gnus-util.el (gnus-output-to-rmail): Adjust to
10059 `rmail-output-to-rmail-file' 10058 `rmail-output-to-rmail-file'.
10060 10059
100611998-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> 100601998-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10062 10061
@@ -10069,7 +10068,7 @@
10069 10068
100701998-09-17 Simon Josefsson <jas@pdc.kth.se> 100691998-09-17 Simon Josefsson <jas@pdc.kth.se>
10071 10070
10072 * mailcap.el (mailcap-save-binary-file): Goto point-min. 10071 * mailcap.el (mailcap-save-binary-file): Goto point-min.
10073 10072
100741998-09-23 Aaron M. Ucko <amu@mit.edu> 100731998-09-23 Aaron M. Ucko <amu@mit.edu>
10075 10074
@@ -10215,8 +10214,8 @@
102151998-09-13 Francois Pinard <pinard@iro.umontreal.ca> 102141998-09-13 Francois Pinard <pinard@iro.umontreal.ca>
10216 10215
10217 * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all 10216 * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
10218 related functions. Handle message/rfc822 parts. Display subject on 10217 related functions. Handle message/rfc822 parts. Display subject on
10219 multipart summary lines. Display name on sub-parts when available. 10218 multipart summary lines. Display name on sub-parts when available.
10220 10219
102211998-09-14 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no> 102201998-09-14 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>
10222 10221
diff --git a/src/ChangeLog b/src/ChangeLog
index 969842ad78c..71bbd36ae4a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -66,7 +66,7 @@
66 66
67 * macterm.c (mac_check_for_quit_char, quit_char_comp) 67 * macterm.c (mac_check_for_quit_char, quit_char_comp)
68 (init_quit_char_handler, mac_determine_quit_char_modifiers) 68 (init_quit_char_handler, mac_determine_quit_char_modifiers)
69 (mac_initialize): Added code to check for pressing of quit_char 69 (mac_initialize): Added code to check for pressing of quit_char
70 in the OS event queue. 70 in the OS event queue.
71 71
72 * mac.c (sys_select): Call mac_check_for_quit_char every second 72 * mac.c (sys_select): Call mac_check_for_quit_char every second
@@ -130,7 +130,7 @@
130 130
1312002-12-01 Steven Tamm <steventamm@mac.com> 1312002-12-01 Steven Tamm <steventamm@mac.com>
132 132
133 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the 133 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
134 offset in two hints table to allow prebinding to be redone and 134 offset in two hints table to allow prebinding to be redone and
135 allow the executable to be stripped. 135 allow the executable to be stripped.
136 136
@@ -274,7 +274,7 @@
274 274
275 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define. 275 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
276 276
2772002-11-18 Markus Rost <rost@math.ohio-state.edu> 2772002-11-18 Markus Rost <rost@math.ohio-state.edu>
278 278
279 * s/sol2-8.h: Include sol2-6.h. 279 * s/sol2-8.h: Include sol2-6.h.
280 280
@@ -323,7 +323,7 @@
323 function pointer track_mouse_event_fn in the handler for the 323 function pointer track_mouse_event_fn in the handler for the
324 WM_SETFOCUS message. 324 WM_SETFOCUS message.
325 325
326 * w32menu.c (initialize_frame_menubar): Added code to 326 * w32menu.c (initialize_frame_menubar): Added code to
327 reinitialize the function pointers set_menu_item_info and 327 reinitialize the function pointers set_menu_item_info and
328 get_menu_item_info. 328 get_menu_item_info.
329 329
@@ -1456,7 +1456,7 @@
1456 (single_submenu, set_frame_menubar) 1456 (single_submenu, set_frame_menubar)
1457 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE. 1457 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
1458 1458
1459 (Fx_popup_menu): Don't show pop up menu until preceding one is 1459 (Fx_popup_menu): Don't show pop up menu until preceding one is
1460 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block. 1460 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
1461 1461
1462 * w32menu.c: Changes adapted from xmenu.c 1462 * w32menu.c: Changes adapted from xmenu.c
@@ -3864,7 +3864,7 @@
3864 (status_message): Convert Qfailed status. 3864 (status_message): Convert Qfailed status.
3865 (Fopen_network_stream): Added support for non-blocking connect. 3865 (Fopen_network_stream): Added support for non-blocking connect.
3866 New optional args: filter, sentinel, non_blocking. Doc updated. 3866 New optional args: filter, sentinel, non_blocking. Doc updated.
3867 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code. 3867 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
3868 (deactivate_process): Handle pending non-blocking connect. 3868 (deactivate_process): Handle pending non-blocking connect.
3869 (wait_reading_process_input): Poll for status of non-blocking 3869 (wait_reading_process_input): Poll for status of non-blocking
3870 connects. Exec sentinel directly when connect succeeds. 3870 connects. Exec sentinel directly when connect succeeds.
@@ -4081,7 +4081,7 @@
4081 4081
4082 * w32term.c (x_check_fullscreen, x_check_fullscreen_move) 4082 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
4083 (x_fullscreen_adjust): New functions. 4083 (x_fullscreen_adjust): New functions.
4084 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to 4084 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
4085 fullscreen. Call x_check_fullscreen_move, and set the 4085 fullscreen. Call x_check_fullscreen_move, and set the
4086 want_fullscreen member of output_data.w32 4086 want_fullscreen member of output_data.w32
4087 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen. 4087 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
@@ -6135,7 +6135,7 @@
6135 (last-input-char): Revert doc-string to be the same as the 6135 (last-input-char): Revert doc-string to be the same as the
6136 doc-string of `last-input-event'. 6136 doc-string of `last-input-event'.
6137 6137
6138 * xdisp.c: Fix typos in comments. 6138 * xdisp.c: Fix typos in comments.
6139 6139
61402001-10-31 Gerd Moellmann <gerd@gnu.org> 61402001-10-31 Gerd Moellmann <gerd@gnu.org>
6141 6141
@@ -6456,7 +6456,7 @@
6456 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables. 6456 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
6457 (try_window_id, try_window_reusing_current_matrix) 6457 (try_window_id, try_window_reusing_current_matrix)
6458 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. 6458 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
6459 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. 6459 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
6460 6460
64612001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 64612001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6462 6462