pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/emacs-snapshot



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Feb 12 04:47:32 UTC 2013

Modified Files:
        pkgsrc/editors/emacs-snapshot: Makefile Makefile.common PLIST distinfo
            options.mk version.mk
        pkgsrc/editors/emacs-snapshot/patches: patch-aa patch-ad patch-ag
Removed Files:
        pkgsrc/editors/emacs-snapshot/patches: patch-ac

Log Message:
Update emacs-snapshot to 24.3.50.20130207.

Patches provided by Makoto Fujiwara in PR 47552 and modified by me.

Notable changes since 24.3:
** `apropos-variable' is now `apropos-user-option'
** `eval-defun' on an already defined defcustom calls the :set function,
   if there is one.
** The option `set-mark-default-inactive' has been deleted.
   This unfinished feature was introduced by accident in Emacs 23.1;
   simply disabling Transient Mark mode does the same thing.
** `initial-buffer-choice' can now specify a function to set up the
   initial buffer.
** ACL support has been added.
** New option `scroll-bar-adjust-thumb-portion'.
** Improved fullscreen support for Nextstep (Mac OS X).
** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized',
   bound to <f11> and M-<f10>, respectively.
** Delphi mode is now called OPascal mode.
** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock.
** completing-read-multiple's separator can now be a regexp.  The
   default separator is changed to allow surrounding spaces around the
   comma.

See share/emacs/24.3.50/etc/NEWS for the complete list of changes.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/editors/emacs-snapshot/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/editors/emacs-snapshot/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/editors/emacs-snapshot/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/editors/emacs-snapshot/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/emacs-snapshot/options.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/emacs-snapshot/version.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/emacs-snapshot/patches/patch-aa
cvs rdiff -u -r1.5 -r0 pkgsrc/editors/emacs-snapshot/patches/patch-ac
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs-snapshot/patches/patch-ad
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/emacs-snapshot/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index