Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2006 13:28:43 +0000 (UTC)
From:      Andrey Slusar <anray@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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
Message-ID:  <200602021328.k12DShcl083615@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602021328.k12DShcl083615>