From owner-cvs-all@FreeBSD.ORG Thu Feb 2 13:28:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D21D816A420; Thu, 2 Feb 2006 13:28:45 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AED443D5C; Thu, 2 Feb 2006 13:28:43 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k12DShSQ083616; Thu, 2 Feb 2006 13:28:43 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k12DShcl083615; Thu, 2 Feb 2006 13:28:43 GMT (envelope-from anray) Message-Id: <200602021328.k12DShcl083615@repoman.freebsd.org> From: Andrey Slusar Date: Thu, 2 Feb 2006 13:28:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/xemacs-devel-mule Makefile pkg-plist pkg-plist.arch-dep ports/editors/xemacs-devel-mule/files patch-cmdloop.el patch-dynarr.c patch-mule-cmds.el patch-objects-gtk.c patch-objects-x.c patch-x-win-xfree86.el X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 13:28:46 -0000 anray 2006-02-02 13:28:43 UTC FreeBSD ports repository Modified files: editors/xemacs-devel-mule Makefile pkg-plist pkg-plist.arch-dep editors/xemacs-devel-mule/files patch-objects-x.c Added files: editors/xemacs-devel-mule/files patch-cmdloop.el patch-dynarr.c patch-mule-cmds.el patch-objects-gtk.c patch-x-win-xfree86.el Log: 1.Integrate some bugfixes from upstream cvs: * Increase MAX_FONT_COUNT from 5000 to INT_MAX. Applies to both the X and GTK platforms. * Improve Russian C-x processing. * More mule-ization and fix related crashes. * Call set-current-locale (the wrapper for setlocale(3)) before checking the current locale, because the C code doesn't. * Initialise the hardware-specific mapping from raw keycodes to the US key layout. 2.Fix pkg-plist. Reported by: pointyhat(kris) (2) Revision Changes Path 1.47 +1 -1 ports/editors/xemacs-devel-mule/Makefile 1.1 +28 -0 ports/editors/xemacs-devel-mule/files/patch-cmdloop.el (new) 1.1 +57 -0 ports/editors/xemacs-devel-mule/files/patch-dynarr.c (new) 1.1 +34 -0 ports/editors/xemacs-devel-mule/files/patch-mule-cmds.el (new) 1.1 +28 -0 ports/editors/xemacs-devel-mule/files/patch-objects-gtk.c (new) 1.2 +37 -5 ports/editors/xemacs-devel-mule/files/patch-objects-x.c 1.1 +46 -0 ports/editors/xemacs-devel-mule/files/patch-x-win-xfree86.el (new) 1.15 +6 -30 ports/editors/xemacs-devel-mule/pkg-plist 1.10 +9 -5 ports/editors/xemacs-devel-mule/pkg-plist.arch-dep