*** empty log message ***

This commit is contained in:
Stefan Monnier 2002-11-19 16:50:40 +00:00
parent a0f0878d96
commit 3582b6a3ef
3 changed files with 35 additions and 39 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -1,7 +1,11 @@
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.

View file

@ -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