changeset 32165:677989e54ee9

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Thu, 05 Oct 2000 06:07:38 +0000
parents a3d5adc99010
children e3be69cf6c81
files etc/ChangeLog lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Thu Oct 05 06:05:51 2000 +0000
+++ b/etc/ChangeLog	Thu Oct 05 06:07:38 2000 +0000
@@ -1,3 +1,7 @@
+2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
+
+	* gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line.
+
 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
 
 	* splash.xbm: File removed.
--- a/lisp/ChangeLog	Thu Oct 05 06:05:51 2000 +0000
+++ b/lisp/ChangeLog	Thu Oct 05 06:07:38 2000 +0000
@@ -1,3 +1,19 @@
+2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
+
+	* smerge-mode.el (smerge-mine-face, smerge-other-face) 
+	(smerge-base-face, smerge-markers-face): Add dark-background variants.
+
+2000-10-04  Miles Bader  <miles@lsi.nec.co.jp>
+
+	* emacs-lisp/authors.el (authors-canonical-author-id): Renamed
+	from authors-canonical-author-name.  Return a cons-cell containing
+	both name and email addr instead of a string.  Use
+	mail-extract-address-components to do the real work.
+	(authors-scan-el, authors-scan-change-log): Use new name.
+	(authors-add): Accept a cons-cell for author, and add entries
+	under both name and email-addr.  Change structure of hash-table
+	entries.
+
 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
 
 	* net/net-utils.el (nslookup-font-lock-keywords)
--- a/src/ChangeLog	Thu Oct 05 06:05:51 2000 +0000
+++ b/src/ChangeLog	Thu Oct 05 06:07:38 2000 +0000
@@ -1,3 +1,8 @@
+2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
+
+	* xfns.c (image_ascent): Rearrange ascent calculation for the
+	has-a-font case.
+
 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.