From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alan Shutko Newsgroups: gmane.emacs.devel Subject: Re: Several serious problems Date: Tue, 23 Jul 2002 09:52:00 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <87ptxeimbj.fsf@wesley.springies.com> References: <200207221711.g6MHBZo02496@aztec.santafe.edu> <200207231335.WAA25692@etlken.m17n.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1027432911 18916 127.0.0.1 (23 Jul 2002 14:01:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 23 Jul 2002 14:01:51 +0000 (UTC) Cc: rms@gnu.org, spiegel@gnu.org, savannah-hackers@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17X0EY-0004uz-00 for ; Tue, 23 Jul 2002 16:01:50 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17X0St-0005Rx-00 for ; Tue, 23 Jul 2002 16:16:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17X0EY-0001PD-00; Tue, 23 Jul 2002 10:01:50 -0400 Original-Received: from mta7.srv.hcvlny.cv.net ([167.206.5.22]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17X0DR-0001Nb-00; Tue, 23 Jul 2002 10:00:41 -0400 Original-Received: from wesley.springies.com (ool-182f7213.dyn.optonline.net [24.47.114.19]) by mta7.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0GZP00076G9BCV@mta7.srv.hcvlny.cv.net>; Tue, 23 Jul 2002 10:00:47 -0400 (EDT) Original-Received: from ats by wesley.springies.com with local (Exim 3.35 #1 (Debian)) id 17X0DF-00059f-00; Tue, 23 Jul 2002 10:00:29 -0400 In-Reply-To: <200207231335.WAA25692@etlken.m17n.org> Original-To: Kenichi Handa User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu) Original-Lines: 118 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5992 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5992 Kenichi Handa writes: > It seem that this problem was already fixed. As I also > found one unnecessary mule-unicode-0100-24ff char, I deleted > it. I took a quick look, and I think these are the commits that didn't make it into the ChangeLog: RCS file: /cvsroot/emacs/emacs/lisp/cus-start.el,v total revisions: 55; selected revisions: 1 description: Add customization information for intrinsics. ---------------------------- revision 1.51 date: 2002/07/22 15:22:49; author: rms; state: Exp; lines: +1 -0 (double-click-fuzz): Added. ============================================================================= RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v total revisions: 341; selected revisions: 1 description: ;;; vc.el --- drive a version-control system from within Emacs ---------------------------- revision 1.335 date: 2002/07/22 18:52:04; author: spiegel; state: Exp; lines: +7 -6 (vc-next-action-on-file): Preserve find-file-literally. ============================================================================= RCS file: /cvsroot/emacs/emacs/lisp/calendar/cal-hebrew.el,v total revisions: 13; selected revisions: 1 description: ---------------------------- revision 1.13 date: 2002/07/22 15:31:13; author: rms; state: Exp; lines: +94 -77 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional MARK parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY). ============================================================================= RCS file: /cvsroot/emacs/emacs/lisp/calendar/diary-lib.el,v total revisions: 55; selected revisions: 1 description: ---------------------------- revision 1.55 date: 2002/07/22 15:32:00; author: rms; state: Exp; lines: +96 -89 (mark-sexp-diary-entries): Retrieve mark from diary-sexp-entry and pass it to mark-visible-calendar-date. (list-sexp-diary-entries): Update doc string for new docs for .... If diary-sexp-entry returns a cons, only add the text to the diary list. (diary-sexp-entry): Allow sexps to return a cons of the form (MARK . STRING) to specify what face or character mark should be used in the calendar display. (diary-date, diary-block, diary-float, diary-anniversary) (diary-cyclic): Add optional MARK parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY). (check-calendar-holidays, diary-iso-date) (calendar-holiday-list, diary-french-date, diary-mayan-date) (diary-julian-date, diary-astro-day-number, diary-chinese-date) (diary-islamic-date, list-islamic-diary-entries) (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern) (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha) (diary-rosh-hodesh, list-hebrew-diary-entries) (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern) (diary-coptic-date, diary-persian-date, diary-phases-of-moon) (diary-sunrise-sunset, diary-sabbath-candles): Remove interactive flag from autoloads. ============================================================================= RCS file: /cvsroot/emacs/emacs/lisp/calendar/lunar.el,v total revisions: 18; selected revisions: 1 description: ;;; lunar.el --- calendar functions for phases of the moon. ---------------------------- revision 1.18 date: 2002/07/22 15:30:43; author: rms; state: Exp; lines: +7 -4 (diary-phases-of-moon): Add optional MARK parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY). ============================================================================= RCS file: /cvsroot/emacs/emacs/lisp/calendar/solar.el,v total revisions: 45; selected revisions: 1 description: ;;; solar.el --- calendar functions for solar events. ---------------------------- revision 1.44 date: 2002/07/22 15:30:24; author: rms; state: Exp; lines: +8 -4 (diary-sabbath-candles): Add optional MARK parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY). ============================================================================= RCS file: /cvsroot/emacs/emacs/lisp/net/browse-url.el,v total revisions: 24; selected revisions: 1 description: ---------------------------- revision 1.23 date: 2002/07/22 15:21:41; author: rms; state: Exp; lines: +7 -3 (browse-url-lynx-input-attempts): Use defcustom. (browse-url-lynx-input-delay): Add custom type and group. ============================================================================= -- Alan Shutko - In a variety of flavors! I failed as a proof-reader for M & M's.