lukelee pushed a change to branch master in repository elpa. from 413d7a6 javaimp: converted to lexical binding, doc fixes, minor code fixes new 9d78480 Initial revision new f3f4dbb Comment change. new be726e5 Install the proper version. new 9186c05 (crisp-load-scroll-all): Renamed from ...-lock. (crisp-mode): Use scroll-all... not scroll-lock... new 7726440 (crisp-last-last-command): Renamed from last-last-command and defvar added. new 73e1927 (crisp-mode): Add autoload cookie. new e4b2a0d Customized. new 7309651 Added next-buffer/previous-buffer keybindings (bound to M-n/M-p). (crisp-unbury-buffer): New function. new afa60c3 Don't require cl. (crisp-override-meta-x): Doc fix. (crisp-last-last-command): Doc fix. (mark-something): Function deleted. (crisp-mark-line): Avoid using mark-something. (crisp-region-active): Renamed from region-active. (crisp-set-clipboard): Renamed from copy-primary-selection. (crisp-kill-region): Renamed from kill-primary-selection. (crisp-yank-clipboard): Renamed from yank-clipboard-selection. new 0470576 (crisp-mark-line): Greatly simplified. new c6d7dbe Fix header comments. new 03a6b3c (crisp-mode-map): Don't inherit global-map. Enter it on minor-mode-map-alist. (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. Autoload. Add custom setter. (crisp-mark-line): Doc fix. (crisp-mode): Autoload. Re-write not to frob keymaps directly. (crisp-mode-hook): Define. new 442d04f (crisp-submit-bug-report): Function deleted. Binding deleted also. new f6e5a39 (crisp-mode): (defcustom) Initialize with custom-initialize-default to avoid infinite loop. (crisp-mode): (defun) Call transient-mark-mode here, not when loading the file. Run crisp-mode-hook here, and run crisp-load-hook when loading the file. new 54ced5f Update author address. new ad9d052 (brief-mode): New alias. new b55c53e Trailing whitepace deleted. new 3c33be7 * man.el (Man-getpage-in-background): Always use `setenv' for environment variables, instead of modifying process-environment directly. The previous version let-bound process-environment -- the let-binding is skipped for GROFF_NO_SGR because there is already a let-binding in effect in some outer scope. new a577313 (top-level): Quote second arg to `eval-after-load'. new 1685a56 Add arch taglines new b6482ba New directory new 9572d53 Sync to HEAD new e19fa7a Update years in copyright notice; nfc. new 8539932 (crisp-home, crisp-end): Put CUA property. new 1886fb5 Update FSF's address. new 39c3fbe Update years in copyright notice; nfc. new 18b04b2 Update years in copyright notice; nfc. new a254011 Update copyright years. new 6769116 Add 2007 to copyright years. new bc73800 Switch license to GPLv3 or later. new 9cdd188 Add 2008 to copyright years. new 60c1896 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at): * message.el (message-beginning-of-line): Use featurep instead of bound tests in order to resolve conditionals at compile time. new 7b05e03 Fix up comment convention on the arch-tag lines. new 3ea98e6 Switch to recommended form of GPLv3 permissions notice. new 73d2f45 Add 2009 to copyright years. new 381a596 * keymap.c (QCadvertised_binding): New constant. (syms_of_keymap): Initialize it. (Fwhere_is_internal): Try and use bindings from :advertised-binding if applicable. new 21247af * emulation/crisp.el (crisp-mode-map): Move initialization into declaration. (crisp-mode): Use define-minor-mode. new 12058e1 Add 2010 to copyright years. new e2c500d Remove leading `*' from docs of some defcustoms etc. new b5a889d Add 2011 to FSF/AIST copyright years. new 634d22e Nuke arch-tags. new f62c011 Refill some copyright headers. new 887de47 Convert consecutive FSF copyright years to ranges. new f0269fc Fix more minor mode docstrings. new cd123b5 Rename split-window-{above-each-other|split-window-side-by-side} to split-window-below and split-window-right. new 39e24ee Spelling fixes. new 962c304 Add 2012 to FSF copyright years for Emacs files new 285534c Remove incorrect uses of "modeline". new 9f7ff71 Reduce use of (require 'cl). * admin/bzrmerge.el: Use cl-lib. * leim/quail/hangul.el: Don't require CL. * leim/quail/ipa.el: Use cl-lib. * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el: * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el: * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el: * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el: * international/quail.el, info-xref.el, imenu.el, image-mode.el: * fon [...] new b0f11ae Replace version 24.2 with 24.3 where appropriate (hopefully) new 63509ba Aliases to defcustoms must come before the defcustom. new 305d61b Update copyright notices for 2013. new 726c8f8 Update copyright year to 2014 by running admin/update-copyright. new 4161a49 Move crisp mode from Emacs trunk directory (lisp/emulation) to a new ELPA package directory (packages/crisp) new 171c7e0 Format crisp package to meet ELPA's requirement: maintainer and version. new b8f95e4 Merge crisp mode from Emacs repository and make it a new ELPA package.
The 56 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: packages/crisp/crisp.el | 388 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 388 insertions(+), 0 deletions(-) create mode 100644 packages/crisp/crisp.el