aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-11-19 16:50:40 +0000
committerStefan Monnier2002-11-19 16:50:40 +0000
commit3582b6a3ef1af348f730bdc536145636cc600199 (patch)
tree1ecaa4ab42aaec580d144d8ee864ea5ee9b6380e
parenta0f0878d96f33147c72569ce5913c871ef5f1d57 (diff)
downloademacs-3582b6a3ef1af348f730bdc536145636cc600199.tar.gz
emacs-3582b6a3ef1af348f730bdc536145636cc600199.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lisp/gnus/ChangeLog42
-rw-r--r--src/ChangeLog21
3 files changed, 35 insertions, 39 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e9a5c41c187..9a3a3f35999 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4
12002-11-19 Markus Rost <rost@math.ohio-state.edu> 52002-11-19 Markus Rost <rost@math.ohio-state.edu>
2 6
3 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name. 7 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
@@ -11,8 +15,8 @@
11 15
122002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 162002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
13 17
14 * calendar/diary-lib.el (fancy-diary-font-lock-keywords): Grok 18 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
15 month numbers, too. 19 Grok month numbers, too.
16 20
172002-11-18 Juanma Barranquero <lektu@terra.es> 212002-11-18 Juanma Barranquero <lektu@terra.es>
18 22
@@ -165,8 +169,7 @@
165 169
1662002-11-14 Markus Rost <rost@math.ohio-state.edu> 1702002-11-14 Markus Rost <rost@math.ohio-state.edu>
167 171
168 * custom.el (custom-declare-group): Remove unnecessary line of 172 * custom.el (custom-declare-group): Remove unnecessary line of code.
169 code.
170 173
171 * cus-dep.el (custom-make-dependencies): Bind load-file-name. 174 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
172 175
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index ce8284ee510..7b2cc9d76cb 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,7 +1,11 @@
12002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2
3 * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4
12002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu> 52002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu>
2 6
3 * message.el (message-set-auto-save-file-name): Use 7 * message.el (message-set-auto-save-file-name):
4 make-directory, to avoid the dependence on gnus-util. 8 Use make-directory, to avoid the dependence on gnus-util.
5 9
62002-11-11 Markus Rost <rost@math.ohio-state.edu> 102002-11-11 Markus Rost <rost@math.ohio-state.edu>
7 11
@@ -29,8 +33,7 @@
29 33
30 * rfc2047.el (message-posting-charset): defvar when compiling. 34 * rfc2047.el (message-posting-charset): defvar when compiling.
31 (ietf-drums, gnus-util): Don't require. 35 (ietf-drums, gnus-util): Don't require.
32 (rfc2047-header-encoding-alist): Add `address-mime' part. Doc 36 (rfc2047-header-encoding-alist): Add `address-mime' part. Doc fixes.
33 fixes.
34 (rfc2047-charset-encoding-alist): Use B for iso-8859-7, 37 (rfc2047-charset-encoding-alist): Use B for iso-8859-7,
35 iso-8859-8. 38 iso-8859-8.
36 (rfc2047-q-encoding-alist): Augment header list. 39 (rfc2047-q-encoding-alist): Augment header list.
@@ -48,19 +51,18 @@
48 (rfc2047-encoded-word-regexp): Wrap in eval-and-compile. 51 (rfc2047-encoded-word-regexp): Wrap in eval-and-compile.
49 52
50 * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) 53 * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article)
51 (gnus-summary-select-article, gnus-summary-edit-article): Use 54 (gnus-summary-select-article, gnus-summary-edit-article):
52 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. 55 Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
53 56
54 * message.el (message-forward-make-body): Use 57 * message.el (message-forward-make-body):
55 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. 58 Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
56 59
57 * qp.el (quoted-printable-encode-region): Use mm-insert-byte. 60 * qp.el (quoted-printable-encode-region): Use mm-insert-byte.
58 Maybe use string-to-multibyte. Avoid find-charset-region. Cope 61 Maybe use string-to-multibyte. Avoid find-charset-region.
59 with encoding Emacs 22 eight-bit chars. 62 Cope with encoding Emacs 22 eight-bit chars.
60 63
61 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. 64 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule.
62 (mm-encode-body): Just call mm-encode-coding-region in encoding 65 (mm-encode-body): Just call mm-encode-coding-region in encoding case.
63 case.
64 66
652002-10-17 Juanma Barranquero <lektu@terra.es> 672002-10-17 Juanma Barranquero <lektu@terra.es>
66 68
@@ -78,13 +80,13 @@
78 80
792002-09-21 Rob Browning <rlb@defaultvalue.org> 812002-09-21 Rob Browning <rlb@defaultvalue.org>
80 82
81 * gnus-art.el (gnus-article-x-face-command): Use 83 * gnus-art.el (gnus-article-x-face-command):
82 gnus-article-compface-xbm if bound. 84 Use gnus-article-compface-xbm if bound.
83 85
842002-09-18 Rob Browning <rlb@defaultvalue.org> 862002-09-18 Rob Browning <rlb@defaultvalue.org>
85 87
86 * gnus-art.el (gnus-article-x-face-command): Don't use 88 * gnus-art.el (gnus-article-x-face-command):
87 gnus-article-compface-xbm. 89 Don't use gnus-article-compface-xbm.
88 90
892002-09-06 Juanma Barranquero <lektu@terra.es> 912002-09-06 Juanma Barranquero <lektu@terra.es>
90 92
@@ -103,8 +105,8 @@
103 105
104 * nnmbox.el (nnmbox-request-expire-articles): Ditto. 106 * nnmbox.el (nnmbox-request-expire-articles): Ditto.
105 107
106 * nnmh.el (nnmh-request-expire-articles): Implemented 108 * nnmh.el (nnmh-request-expire-articles):
107 expiry-target for nnmh backend. 109 Implemented expiry-target for nnmh backend.
108 110
1092002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu> 1112002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu>
110 112
@@ -115,8 +117,8 @@
115 117
1162002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu> 1182002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu>
117 119
118 * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change 120 * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent):
119 cdaar to cdar and car. 121 Change cdaar to cdar and car.
120 122
121 * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type) 123 * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
122 (nnsoup-read-active-file, nnsoup-article-to-area): Ditto. 124 (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
diff --git a/src/ChangeLog b/src/ChangeLog
index b8497c7cfa3..ac87188b89f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -62,6 +62,10 @@
62 62
632002-11-17 Ben Key <BKey1@tampabay.rr.com> 632002-11-17 Ben Key <BKey1@tampabay.rr.com>
64 64
65 This change is my fix for the following entry in etc/PROBLEMS:
66 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
67 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
68
65 * w32.c: Added wrapper functions around the win32 API functions 69 * w32.c: Added wrapper functions around the win32 API functions
66 OpenProcessToken, GetTokenInformation, LookupAccountSid, and 70 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
67 GetSidIdentifierAuthority. These wrapper functions serve two 71 GetSidIdentifierAuthority. These wrapper functions serve two
@@ -75,38 +79,25 @@
75 in the 9x branch of Microsoft Windows, the functions do exist in 79 in the 9x branch of Microsoft Windows, the functions do exist in
76 the version of advapi32.dll that is found in the 9x branch of 80 the version of advapi32.dll that is found in the 9x branch of
77 Microsoft Windows. 81 Microsoft Windows.
78 This change is part of my fix for the following entry in
79 etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
80 Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
81 82
82 * w32.c (init_user_info): Replaced the calls to the win32 API 83 * w32.c (init_user_info): Replaced the calls to the win32 API
83 functions OpenProcessToken, GetTokenInformation, LookupAccountSid, 84 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
84 and GetSidIdentifierAuthority with calls to the newly added 85 and GetSidIdentifierAuthority with calls to the newly added
85 wrapper functions. 86 wrapper functions.
86 This change is part of my fix for the following entry in
87 etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
88 Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
89 87
90 * w32.h: Added extern declarations for the following functions: 88 * w32.h: Added extern declarations for the following functions:
91 syms_of_w32term, syms_of_w32fns, syms_of_w32select, 89 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
92 syms_of_w32menu, and void syms_of_fontset. 90 syms_of_w32menu, and void syms_of_fontset.
93 This change is part of my fix for the following entry in
94 etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
95 Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
96 91
97 * w32fns.c (w32_wnd_proc): Added code to reinitialize the 92 * w32fns.c (w32_wnd_proc): Added code to reinitialize the
98 function pointer track_mouse_event_fn in the handler for the 93 function pointer track_mouse_event_fn in the handler for the
99 WM_SETFOCUS message. 94 WM_SETFOCUS message.
100 This change is part of my fix for the following entry in
101 etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
102 Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
103 95
104 * w32menu.c (initialize_frame_menubar): Added code to 96 * w32menu.c (initialize_frame_menubar): Added code to
105 reinitialize the function pointers set_menu_item_info and 97 reinitialize the function pointers set_menu_item_info and
106 get_menu_item_info. 98 get_menu_item_info.
107 This change is part of my fix for the following entry in 99
108 etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on 1002002-11-17 Ben Key <BKey1@tampabay.rr.com>
109 Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
110 101
111 * sound.c: Added a partial implementation of play-sound-internal 102 * sound.c: Added a partial implementation of play-sound-internal
112 for Microsoft Windows. Added various #ifdef / #else / #endif 103 for Microsoft Windows. Added various #ifdef / #else / #endif