emacs/lisp/emacs-lisp
Glenn Morris 2bed3f0483 Add missing :version tags to new defgroups and defcustoms
* window.el (window-sides-slots):
* tool-bar.el (tool-bar-position):
* term/xterm.el (xterm-extra-capabilities):
* ses.el (ses-self-reference-early-detection):
* progmodes/verilog-mode.el (verilog-auto-declare-nettype)
(verilog-auto-wire-type)
(verilog-auto-delete-trailing-whitespace)
(verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
(verilog-auto-tieoff-declaration):
* progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
(sql-oracle-statement-starters, sql-oracle-scan-on):
* progmodes/prolog.el (prolog-align-comments-flag)
(prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
(prolog-left-indent-regexp, prolog-paren-indent-p)
(prolog-paren-indent, prolog-parse-mode, prolog-keywords)
(prolog-types, prolog-mode-specificators)
(prolog-determinism-specificators, prolog-directives)
(prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
(prolog-electric-dot-flag)
(prolog-electric-dot-full-predicate-template)
(prolog-electric-underscore-flag, prolog-electric-tab-flag)
(prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
(prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
(prolog-program-switches, prolog-prompt-regexp)
(prolog-debug-on-string, prolog-debug-off-string)
(prolog-trace-on-string, prolog-trace-off-string)
(prolog-zip-on-string, prolog-zip-off-string)
(prolog-use-standard-consult-compile-method-flag)
(prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
(prolog-imenu-max-lines, prolog-info-predicate-index)
(prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
(prolog-char-quote-workaround):
* progmodes/cc-vars.el (c-defun-tactic):
* net/tramp.el (tramp-encoding-command-interactive)
(tramp-local-end-of-line):
* net/soap-client.el (soap-client):
* net/netrc.el (netrc-file):
* net/gnutls.el (gnutls):
* minibuffer.el (completion-category-overrides)
(completion-cycle-threshold)
(completion-pcm-complete-word-inserts-delimiters):
* man.el (Man-name-local-regexp):
* mail/feedmail.el (feedmail-display-full-frame):
* international/characters.el (glyphless-char-display-control):
* eshell/em-ls.el (eshell-ls-date-format):
* emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
(lisp-lambda-list-keyword-parameter-indentation)
(lisp-lambda-list-keyword-parameter-alignment):
* doc-view.el (doc-view-image-width, doc-view-unoconv-program):
* dired-x.el (dired-omit-verbose):
* cus-theme.el (custom-theme-allow-multiple-selections):
* calc/calc.el (calc-highlight-selections-with-faces)
(calc-lu-field-reference, calc-lu-power-reference)
(calc-note-threshold):
* battery.el (battery-mode-line-limit):
* arc-mode.el (archive-7z-extract, archive-7z-expunge)
(archive-7z-update):
* allout.el (allout-prefixed-keybindings)
(allout-unprefixed-keybindings)
(allout-inhibit-auto-fill-on-headline)
(allout-flattened-numbering-abbreviation):
* allout-widgets.el (allout-widgets-auto-activation)
(allout-widgets-icons-dark-subdir)
(allout-widgets-icons-light-subdir, allout-widgets-icon-types)
(allout-widgets-theme-dark-background)
(allout-widgets-theme-light-background)
(allout-widgets-item-image-properties-emacs)
(allout-widgets-item-image-properties-xemacs)
(allout-widgets-run-unit-tests-on-load)
(allout-widgets-time-decoration-activity)
(allout-widgets-hook-error-post-time)
(allout-widgets-track-decoration):
* gnus/sieve-manage.el (sieve-manage-default-stream):
* gnus/shr.el (shr):
* gnus/nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
(nnir-retrieve-headers-override-function)
(nnir-imap-default-search-key, nnir-notmuch-program)
(nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
(nnir-method-default-engines):
* gnus/message.el (message-cite-reply-position):
* gnus/gssapi.el (gssapi-program):
* gnus/gravatar.el (gravatar):
* gnus/gnus-sum.el (gnus-refer-thread-use-nnir):
* gnus/gnus-registry.el (gnus-registry-unfollowed-addresses)
(gnus-registry-max-pruned-entries):
* gnus/gnus-picon.el (gnus-picon-inhibit-top-level-domains):
* gnus/gnus-int.el (gnus-after-set-mark-hook)
(gnus-before-update-mark-hook):
* gnus/gnus-async.el (gnus-async-post-fetch-function):
* gnus/auth-source.el (auth-source-cache-expiry):
Add missing :version tags to new defcustoms and defgroups.
2012-02-11 14:13:29 -08:00
..
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
advice.el Update Compilation and Advice chapters in Lisp manual. 2012-02-10 23:50:11 +08:00
assoc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
authors.el authors.el trivia 2012-01-30 00:24:14 -08:00
autoload.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
avl-tree.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
backquote.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
benchmark.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
bindat.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
byte-opt.el Duplicate-word and spelling fixes. 2012-01-10 22:53:12 -08:00
byte-run.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
bytecomp.el * lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar): 2012-02-09 16:51:03 -05:00
cconv.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
chart.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
check-declare.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
checkdoc.el Duplicate-word and spelling fixes. 2012-01-10 22:53:12 -08:00
cl-extra.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cl-indent.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
cl-loaddefs.el Auto-commit of loaddefs files. 2012-01-05 06:49:08 -05:00
cl-macs.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cl-seq.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cl-specs.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cl.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
copyright.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
crm.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cust-print.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
debug.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
derived.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
disass.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
easy-mmode.el Doc updates for define-minor-mode argument behavior 2012-02-07 00:26:54 -08:00
easymenu.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
edebug.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-base.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-custom.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-datadebug.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-opt.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-speedbar.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio.el Commit of auto-generated files. 2012-01-06 11:32:18 +02:00
eldoc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
elint.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
elp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ert-x.el ert-x trivia 2012-02-04 13:18:46 -08:00
ert.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ewoc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
find-func.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
find-gc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
float-sup.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
generic.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gulp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
helper.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lisp-mnt.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lisp-mode.el Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table. 2012-01-29 12:45:51 +08:00
lisp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
macroexp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
map-ynp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
package-x.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
package.el Rename condition-case-no-debug to condition-case-unless-debug 2012-02-10 23:59:29 +08:00
pcase.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pp.el lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'. 2012-02-05 03:09:35 +01:00
re-builder.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
regexp-opt.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
regi.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ring.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rx.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
shadow.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
smie.el Fix dead link in smie.el 2012-02-04 16:43:26 +08:00
syntax.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
tabulated-list.el Doc fix for lexical-binding being in line one. 2012-01-25 22:30:49 -08:00
tcover-ses.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
tcover-unsafep.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
testcover.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
timer.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
tq.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
trace.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unsafep.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
warnings.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00