0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
* gimp-mode.el (gimp-try-and-get-closure-code-p): new custom variable that defines whether or not to get a function/macros closure code for doc echoing (to speed up interactive use, mainly in slow client mode). (gimp-get-closure-code): first check whether symbol is bound before trying to get the closure code to avoid error. More... almost 16 years ago
* gimp-init.el: load gimp-vars.el to read in install-time variables. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
add emacs invocation of build.el More... almost 16 years ago
adding sources More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(gimp-first-run-action): removed automatic configuration, since this is moved to gimp-install.el (gimp-apropos): made gimp-apropos a real apropos instead of simple name-matching More... almost 16 years ago
(gimp-first-run-action): removed automatic configuration, since this is moved to gimp-install.el (gimp-apropos): made gimp-apropos a real apropos instead of simple name-matching More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
see ChangeLog More... almost 16 years ago
mapc'd autoloads More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(emacs-dir, make-emacs-file, with-output-to-emacs-file): added. (script-fu-dump-for-emacs): shortened (by using with-output-to-emacs-file) (*emacs-cl-output*): nil) More... almost 16 years ago
last time checking in, moved all code to gimp-mode.el More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
changed everything to reflect the new client mode. More... almost 16 years ago
* gimp-mode.el: save and restore input ring also in client mode. More... almost 16 years ago
add autoload for `gimp-cl-connect' More... almost 16 years ago
(eldoc): added load-time requirement (thingatpt): added load-time requirement (gimp-cl-proc): added client process (gimp-insert-quotes-for-strings-p): added option for automatic quote insertion (as this might be annoying when in fact you want a sexp) (gimp-mode): added value 'lisp-indent-line for `indent-line-function' so indent-region does the right thing (TM). (gimp-gimp-mode-version): return nil (not a string), so that when invoked from interactive buffer, DTRT (TM) (gimp-proc): offer gimp-cl-proc as a fallback (gimp-eval-to-string): branch to defer evaluation to `gimp-cl-eval-to-string' when needed. (gimp-fnsym-in-current-sexp): use syntax-table to find current fnsym (gimp-restore-cache): restore caches from $GIMP_DIR/emacs/ (gimp-trace): decline to trace for client (only as inferior mode) (gimp-completion-rules): added option for automatic quote insertion (as this might be annoying when in fact you want a sexp) (gimp-complete): fixed bug for non-s-f-procedures (gimp-selector): add client buffer selector (c) (gimp-open-image): adapt for client process More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
remove advice on comint-input-filter More... almost 16 years ago
(gimp-defcommand): added type checking and doc. (run-gimp): changed to async (experimental!) (gimp-complete-fuzzy-p): added doc (gimp-completion-rules): ignore completion for drawables (gimp-cache-always): removed More... almost 16 years ago
implemented gimp-mode-line-format More... almost 16 years ago
fix for gimp-load-scripts and for gimp-version, nearing release... More... almost 16 years ago
removed complex versioning, using cvs revisions again (less headache) More... almost 16 years ago
(gimp-arg-from-scraped-registration): add registered args, plus faces for traces. More... almost 16 years ago