emacs/lisp/textmodes
Glenn Morris ed8be7ff74 Misc custom group fixes
* cus-start.el (show-trailing-whitespace): Move to editing basics.
* faces.el (trailing-whitespace): Don't use whitespace-faces group.
* obsolete/old-whitespace.el (whitespace-faces): Remove group.
(whitespace-highlight): Move to whitespace group.

* comint.el (comint-source):
* pcmpl-linux.el (pcmpl-linux):
* shell.el (shell-faces):
* eshell/esh-opt.el (eshell-opt):
* international/ccl.el (ccl): Remove empty custom groups.

* completion.el (dynamic-completion-mode):
* jit-lock.el (jit-lock-debug-mode):
* minibuffer.el (completion-in-region-mode):
* type-break.el (type-break-mode-line-message-mode)
(type-break-query-mode):
* emulation/tpu-edt.el (tpu-edt-mode):
* progmodes/subword.el (global-subword-mode, global-superword-mode):
* progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
* term/vt100.el (vt100-wide-mode): Specify explicit :group.

* term/xterm.el (xterm): Change parent group to terminals.

* master.el (master): Remove empty custom group.
(master-mode): Remove unused :group argument.
* textmodes/refill.el (refill): Remove empty custom group.
(refill-mode): Remove unused :group argument.

* textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.

* cedet/semantic/symref/list.el (semantic-symref-auto-expand-results)
(semantic-symref-results-mode-hook)
(semantic-symref-results-summary-function): Fix :group.

* erc/erc-list.el (erc-list):
* erc/erc-menu.el (erc-menu):
* erc/erc-ring.el (erc-ring): Define custom groups, for define-erc-module.

* gnus/shr-color.el (shr-color-visible-luminance-min)
(shr-color-visible-distance-min): Use shr-color group.

* url/url-news.el (url-news): Remove empty custom group.
2013-05-15 19:55:41 -04:00
..
.gitignore
artist.el Add bug-gnu-emacs to some specialized bug report addresses 2013-02-23 13:54:00 -08:00
bib-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
bibtex-style.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
bibtex.el lisp/textmodes/bibtex.el (bibtex-search-entries): Bug fix 2013-04-13 15:45:03 -05:00
conf-mode.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
css-mode.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
dns-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
enriched.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
fill.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
flyspell.el textmodes/flyspell.el: Don't check pre-word if buffer was switched. 2013-04-17 20:03:46 +02:00
ispell.el ispell.el: use `comment-normalize-vars' in ispell-add-per-file-word-list (Bug #14214). 2013-04-17 19:48:10 +02:00
makeinfo.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nroff-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
page-ext.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
page.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
paragraphs.el * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix. 2013-02-25 14:43:44 -05:00
picture.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
po.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
refbib.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
refer.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
refill.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
reftex-auc.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reftex-cite.el * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut 2013-04-10 16:48:44 +02:00
reftex-dcr.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reftex-global.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reftex-index.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reftex-parse.el * textmodes/reftex-vars.el 2013-04-25 14:01:09 +02:00
reftex-ref.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reftex-sel.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reftex-toc.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
reftex-vars.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
reftex.el Fix recursive load issue with reftex.el and reftex-vars.el. 2013-04-23 19:07:49 +02:00
remember.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
rst.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
sgml-mode.el * lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-function): 2013-02-28 22:43:57 -05:00
table.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
tex-mode.el Doc fixes re set-variable 2013-02-21 20:59:28 -05:00
texinfmt.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
texinfo.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
texnfo-upd.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
text-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tildify.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
two-column.el In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
underline.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00