Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3582b6a3
Commit
3582b6a3
authored
Nov 19, 2002
by
Stefan Monnier
Browse files
*** empty log message ***
parent
a0f0878d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
39 deletions
+35
-39
lisp/ChangeLog
lisp/ChangeLog
+7
-4
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+22
-20
src/ChangeLog
src/ChangeLog
+6
-15
No files found.
lisp/ChangeLog
View file @
3582b6a3
2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
* emacs-lisp/cl.el (multiple-value-call): Add docstring.
2002-11-19 Markus Rost <rost@math.ohio-state.edu>
* emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
...
...
@@ -11,8 +15,8 @@
2002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
* calendar/diary-lib.el (fancy-diary-font-lock-keywords):
Grok
month numbers, too.
* calendar/diary-lib.el (fancy-diary-font-lock-keywords):
Grok
month numbers, too.
2002-11-18 Juanma Barranquero <lektu@terra.es>
...
...
@@ -165,8 +169,7 @@
2002-11-14 Markus Rost <rost@math.ohio-state.edu>
* custom.el (custom-declare-group): Remove unnecessary line of
code.
* custom.el (custom-declare-group): Remove unnecessary line of code.
* cus-dep.el (custom-make-dependencies): Bind load-file-name.
...
...
lisp/gnus/ChangeLog
View file @
3582b6a3
2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
* binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-set-auto-save-file-name):
Use
make-directory, to avoid the dependence on gnus-util.
* message.el (message-set-auto-save-file-name):
Use
make-directory, to avoid the dependence on gnus-util.
2002-11-11 Markus Rost <rost@math.ohio-state.edu>
...
...
@@ -29,8 +33,7 @@
* rfc2047.el (message-posting-charset): defvar when compiling.
(ietf-drums, gnus-util): Don't require.
(rfc2047-header-encoding-alist): Add `address-mime' part. Doc
fixes.
(rfc2047-header-encoding-alist): Add `address-mime' part. Doc fixes.
(rfc2047-charset-encoding-alist): Use B for iso-8859-7,
iso-8859-8.
(rfc2047-q-encoding-alist): Augment header list.
...
...
@@ -48,19 +51,18 @@
(rfc2047-encoded-word-regexp): Wrap in eval-and-compile.
* gnus-sum.el (gnus-summary-mode, gnus-summary-display-article)
(gnus-summary-select-article, gnus-summary-edit-article):
Use
mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
(gnus-summary-select-article, gnus-summary-edit-article):
Use
mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
* message.el (message-forward-make-body):
Use
mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
* message.el (message-forward-make-body):
Use
mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
* qp.el (quoted-printable-encode-region): Use mm-insert-byte.
Maybe use string-to-multibyte. Avoid find-charset-region.
Cope
with encoding Emacs 22 eight-bit chars.
Maybe use string-to-multibyte. Avoid find-charset-region.
Cope
with encoding Emacs 22 eight-bit chars.
* mm-bodies.el (mm-body-7-or-8): Don't special-case Mule.
(mm-encode-body): Just call mm-encode-coding-region in encoding
case.
(mm-encode-body): Just call mm-encode-coding-region in encoding case.
2002-10-17 Juanma Barranquero <lektu@terra.es>
...
...
@@ -78,13 +80,13 @@
2002-09-21 Rob Browning <rlb@defaultvalue.org>
* gnus-art.el (gnus-article-x-face-command):
Use
gnus-article-compface-xbm if bound.
* gnus-art.el (gnus-article-x-face-command):
Use
gnus-article-compface-xbm if bound.
2002-09-18 Rob Browning <rlb@defaultvalue.org>
* gnus-art.el (gnus-article-x-face-command):
Don't use
gnus-article-compface-xbm.
* gnus-art.el (gnus-article-x-face-command):
Don't use
gnus-article-compface-xbm.
2002-09-06 Juanma Barranquero <lektu@terra.es>
...
...
@@ -103,8 +105,8 @@
* nnmbox.el (nnmbox-request-expire-articles): Ditto.
* nnmh.el (nnmh-request-expire-articles):
Implemented
expiry-target for nnmh backend.
* nnmh.el (nnmh-request-expire-articles):
Implemented
expiry-target for nnmh backend.
2002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu>
...
...
@@ -115,8 +117,8 @@
2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-topic.el (gnus-topic-indent, gnus-topic-unindent):
Change
cdaar to cdar and car.
* gnus-topic.el (gnus-topic-indent, gnus-topic-unindent):
Change
cdaar to cdar and car.
* nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
(nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
...
...
src/ChangeLog
View file @
3582b6a3
...
...
@@ -62,6 +62,10 @@
2002-11-17 Ben Key <BKey1@tampabay.rr.com>
This change is my fix for the following entry in etc/PROBLEMS:
"Emacs built on Windows 9x/ME crashes at startup on Windows XP,
or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
* w32.c: Added wrapper functions around the win32 API functions
OpenProcessToken, GetTokenInformation, LookupAccountSid, and
GetSidIdentifierAuthority. These wrapper functions serve two
...
...
@@ -75,38 +79,25 @@
in the 9x branch of Microsoft Windows, the functions do exist in
the version of advapi32.dll that is found in the 9x branch of
Microsoft Windows.
This change is part of my fix for the following entry in
etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
* w32.c (init_user_info): Replaced the calls to the win32 API
functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
and GetSidIdentifierAuthority with calls to the newly added
wrapper functions.
This change is part of my fix for the following entry in
etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
* w32.h: Added extern declarations for the following functions:
syms_of_w32term, syms_of_w32fns, syms_of_w32select,
syms_of_w32menu, and void syms_of_fontset.
This change is part of my fix for the following entry in
etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
* w32fns.c (w32_wnd_proc): Added code to reinitialize the
function pointer track_mouse_event_fn in the handler for the
WM_SETFOCUS message.
This change is part of my fix for the following entry in
etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
* w32menu.c (initialize_frame_menubar): Added code to
reinitialize the function pointers set_menu_item_info and
get_menu_item_info.
This change is part of my fix for the following entry in
etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on
Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME."
2002-11-17 Ben Key <BKey1@tampabay.rr.com>
* sound.c: Added a partial implementation of play-sound-internal
for Microsoft Windows. Added various #ifdef / #else / #endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment