diff options
| author | Chong Yidong | 2010-03-12 12:47:22 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-03-12 12:47:22 -0500 |
| commit | eba5b4dd1669cb0b0ba0e6cabe2f73d42c0894f4 (patch) | |
| tree | 4ee7f34e76a2cee50a8b43e605da697a0984ab8c | |
| parent | a647d59d07f4f7280630868b09cef008f55dd882 (diff) | |
| download | emacs-eba5b4dd1669cb0b0ba0e6cabe2f73d42c0894f4.tar.gz emacs-eba5b4dd1669cb0b0ba0e6cabe2f73d42c0894f4.zip | |
Reorganize Custom groups.
* cus-edit.el (processes): Remove from development group.
(oop, hypermedia): Delete group.
(net): New group.
* url/url-vars.el (url):
* net/browse-url.el (browse-url):
* net/xesam.el (xesam):
* net/tramp.el (tramp):
* net/goto-addr.el (goto-address):
* net/ange-ftp.el (ange-ftp): Put in net group.
* view.el (view): Remove from editing group.
* uniquify.el (uniquify): Put in files group.
* net/browse-url.el (browse-url):
* ps-print.el (postscript): Put in external group.
* cus-edit.el (outlines):
* textmodes/text-mode.el (text-mode-hook):
* textmodes/table.el (table):
* textmodes/picture.el (picture):
* outline.el (outlines): Put in wp group.
* nxml/nxml-mode.el (nxml): Remove from wp group.
* net/tramp-imap.el (tramp-imap): Put in tramp group.
* mail/metamail.el (metamail): Remove from hypermedia group.
* cus-edit.el (abbrev):
* whitespace.el (whitespace):
* vcursor.el (vcursor):
* reveal.el (reveal):
* hl-line.el (hl-line): Put in convenience group.
* epg-config.el (epg): Put in data group.
* emulation/pc-select.el (pc-select): Put in emulations group.
* calculator.el (calculator): Put in applications group.
* org/org.el (org): Remove from hypermedia group.
| -rw-r--r-- | lisp/ChangeLog | 43 | ||||
| -rw-r--r-- | lisp/calculator.el | 2 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 19 | ||||
| -rw-r--r-- | lisp/emulation/pc-select.el | 3 | ||||
| -rw-r--r-- | lisp/epg-config.el | 2 | ||||
| -rw-r--r-- | lisp/hl-line.el | 2 | ||||
| -rw-r--r-- | lisp/mail/metamail.el | 1 | ||||
| -rw-r--r-- | lisp/net/ange-ftp.el | 1 | ||||
| -rw-r--r-- | lisp/net/browse-url.el | 3 | ||||
| -rw-r--r-- | lisp/net/goto-addr.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-imap.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 1 | ||||
| -rw-r--r-- | lisp/net/xesam.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-mode.el | 3 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/org/org.el | 1 | ||||
| -rw-r--r-- | lisp/outline.el | 2 | ||||
| -rw-r--r-- | lisp/ps-print.el | 2 | ||||
| -rw-r--r-- | lisp/reveal.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/picture.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/table.el | 6 | ||||
| -rw-r--r-- | lisp/textmodes/text-mode.el | 2 | ||||
| -rw-r--r-- | lisp/uniquify.el | 2 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/url/url-vars.el | 2 | ||||
| -rw-r--r-- | lisp/vcursor.el | 2 | ||||
| -rw-r--r-- | lisp/view.el | 3 | ||||
| -rw-r--r-- | lisp/whitespace.el | 3 |
28 files changed, 81 insertions, 42 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b46aeb4d43..4ea3fcfbc8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * cus-edit.el (processes): Remove from development group. | ||
| 4 | (oop, hypermedia): Delete group. | ||
| 5 | (net): New group. | ||
| 6 | |||
| 7 | * net/browse-url.el (browse-url): | ||
| 8 | * net/xesam.el (xesam): | ||
| 9 | * net/tramp.el (tramp): | ||
| 10 | * net/goto-addr.el (goto-address): | ||
| 11 | * net/ange-ftp.el (ange-ftp): Put in net group. | ||
| 12 | |||
| 13 | * view.el (view): Remove from editing group. | ||
| 14 | |||
| 15 | * uniquify.el (uniquify): Put in files group. | ||
| 16 | |||
| 17 | * net/browse-url.el (browse-url): | ||
| 18 | * ps-print.el (postscript): Put in external group. | ||
| 19 | |||
| 20 | * cus-edit.el (outlines): | ||
| 21 | * textmodes/text-mode.el (text-mode-hook): | ||
| 22 | * textmodes/table.el (table): | ||
| 23 | * textmodes/picture.el (picture): | ||
| 24 | * outline.el (outlines): Put in wp group. | ||
| 25 | |||
| 26 | * nxml/nxml-mode.el (nxml): Remove from wp group. | ||
| 27 | |||
| 28 | * net/tramp-imap.el (tramp-imap): Put in tramp group. | ||
| 29 | |||
| 30 | * mail/metamail.el (metamail): Remove from hypermedia group. | ||
| 31 | |||
| 32 | * cus-edit.el (abbrev): | ||
| 33 | * whitespace.el (whitespace): | ||
| 34 | * vcursor.el (vcursor): | ||
| 35 | * reveal.el (reveal): | ||
| 36 | * hl-line.el (hl-line): Put in convenience group. | ||
| 37 | |||
| 38 | * epg-config.el (epg): Put in data group. | ||
| 39 | |||
| 40 | * emulation/pc-select.el (pc-select): Put in emulations group. | ||
| 41 | |||
| 42 | * calculator.el (calculator): Put in applications group. | ||
| 43 | |||
| 1 | 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu> | 44 | 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 45 | ||
| 3 | Add .dir-locals.el support for file-less buffers. | 46 | Add .dir-locals.el support for file-less buffers. |
diff --git a/lisp/calculator.el b/lisp/calculator.el index d1b9b517e5f..a20efdbc122 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | :prefix "calculator" | 54 | :prefix "calculator" |
| 55 | :version "21.1" | 55 | :version "21.1" |
| 56 | :group 'tools | 56 | :group 'tools |
| 57 | :group 'convenience) | 57 | :group 'applications) |
| 58 | 58 | ||
| 59 | (defcustom calculator-electric-mode nil | 59 | (defcustom calculator-electric-mode nil |
| 60 | "Run `calculator' electrically, in the echo area. | 60 | "Run `calculator' electrically, in the echo area. |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 851026929a7..47e0e0bdccd 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -169,7 +169,7 @@ | |||
| 169 | (defgroup abbrev nil | 169 | (defgroup abbrev nil |
| 170 | "Abbreviation handling, typing shortcuts, macros." | 170 | "Abbreviation handling, typing shortcuts, macros." |
| 171 | :tag "Abbreviations" | 171 | :tag "Abbreviations" |
| 172 | :group 'editing) | 172 | :group 'convenience) |
| 173 | 173 | ||
| 174 | (defgroup matching nil | 174 | (defgroup matching nil |
| 175 | "Various sorts of searching and matching." | 175 | "Various sorts of searching and matching." |
| @@ -186,16 +186,19 @@ | |||
| 186 | 186 | ||
| 187 | (defgroup outlines nil | 187 | (defgroup outlines nil |
| 188 | "Support for hierarchical outlining." | 188 | "Support for hierarchical outlining." |
| 189 | :group 'editing) | 189 | :group 'wp) |
| 190 | 190 | ||
| 191 | (defgroup external nil | 191 | (defgroup external nil |
| 192 | "Interfacing to external utilities." | 192 | "Interfacing to external utilities." |
| 193 | :group 'emacs) | 193 | :group 'emacs) |
| 194 | 194 | ||
| 195 | (defgroup net nil | ||
| 196 | "Networking support." | ||
| 197 | :group 'emacs) | ||
| 198 | |||
| 195 | (defgroup processes nil | 199 | (defgroup processes nil |
| 196 | "Process, subshell, compilation, and job control support." | 200 | "Process, subshell, compilation, and job control support." |
| 197 | :group 'external | 201 | :group 'external) |
| 198 | :group 'development) | ||
| 199 | 202 | ||
| 200 | (defgroup convenience nil | 203 | (defgroup convenience nil |
| 201 | "Convenience features for faster editing." | 204 | "Convenience features for faster editing." |
| @@ -225,10 +228,6 @@ | |||
| 225 | "Programming tools." | 228 | "Programming tools." |
| 226 | :group 'programming) | 229 | :group 'programming) |
| 227 | 230 | ||
| 228 | (defgroup oop nil | ||
| 229 | "Support for object-oriented programming." | ||
| 230 | :group 'programming) | ||
| 231 | |||
| 232 | (defgroup applications nil | 231 | (defgroup applications nil |
| 233 | "Applications written in Emacs." | 232 | "Applications written in Emacs." |
| 234 | :group 'emacs) | 233 | :group 'emacs) |
| @@ -327,10 +326,6 @@ | |||
| 327 | "Support for multiple fonts." | 326 | "Support for multiple fonts." |
| 328 | :group 'emacs) | 327 | :group 'emacs) |
| 329 | 328 | ||
| 330 | (defgroup hypermedia nil | ||
| 331 | "Support for links between text or other media types." | ||
| 332 | :group 'emacs) | ||
| 333 | |||
| 334 | (defgroup help nil | 329 | (defgroup help nil |
| 335 | "Support for on-line help systems." | 330 | "Support for on-line help systems." |
| 336 | :group 'emacs) | 331 | :group 'emacs) |
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 45c3840bdd2..175999b6e37 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el | |||
| @@ -82,8 +82,7 @@ | |||
| 82 | (defgroup pc-select nil | 82 | (defgroup pc-select nil |
| 83 | "Emulate pc bindings." | 83 | "Emulate pc bindings." |
| 84 | :prefix "pc-select" | 84 | :prefix "pc-select" |
| 85 | :group 'editing-basics | 85 | :group 'emulations) |
| 86 | :group 'convenience) | ||
| 87 | 86 | ||
| 88 | (defcustom pc-select-override-scroll-error t | 87 | (defcustom pc-select-override-scroll-error t |
| 89 | "*Non-nil means don't generate error on scrolling past edge of buffer. | 88 | "*Non-nil means don't generate error on scrolling past edge of buffer. |
diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 3cdf2ff3ffa..ddbdd3541ad 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | (defgroup epg () | 34 | (defgroup epg () |
| 35 | "The EasyPG library." | 35 | "The EasyPG library." |
| 36 | :version "23.1" | 36 | :version "23.1" |
| 37 | :group 'emacs) | 37 | :group 'data) |
| 38 | 38 | ||
| 39 | (defcustom epg-gpg-program "gpg" | 39 | (defcustom epg-gpg-program "gpg" |
| 40 | "The `gpg' executable." | 40 | "The `gpg' executable." |
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 1ce4f25af70..755ff696453 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | (defgroup hl-line nil | 72 | (defgroup hl-line nil |
| 73 | "Highlight the current line." | 73 | "Highlight the current line." |
| 74 | :version "21.1" | 74 | :version "21.1" |
| 75 | :group 'editing) | 75 | :group 'convenience) |
| 76 | 76 | ||
| 77 | (defface hl-line | 77 | (defface hl-line |
| 78 | '((t :inherit highlight)) | 78 | '((t :inherit highlight)) |
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index 64c7c57f8db..47326b636a1 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el | |||
| @@ -40,7 +40,6 @@ | |||
| 40 | (defgroup metamail nil | 40 | (defgroup metamail nil |
| 41 | "Metamail interface for Emacs." | 41 | "Metamail interface for Emacs." |
| 42 | :group 'mail | 42 | :group 'mail |
| 43 | :group 'hypermedia | ||
| 44 | :group 'processes) | 43 | :group 'processes) |
| 45 | 44 | ||
| 46 | (defcustom metamail-program-name "metamail" | 45 | (defcustom metamail-program-name "metamail" |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 6e468386749..ced5f21688f 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -676,6 +676,7 @@ | |||
| 676 | "Accessing remote files and directories using FTP | 676 | "Accessing remote files and directories using FTP |
| 677 | made as simple and transparent as possible." | 677 | made as simple and transparent as possible." |
| 678 | :group 'files | 678 | :group 'files |
| 679 | :group 'net | ||
| 679 | :prefix "ange-ftp-") | 680 | :prefix "ange-ftp-") |
| 680 | 681 | ||
| 681 | (defcustom ange-ftp-name-format | 682 | (defcustom ange-ftp-name-format |
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 3a5fa8c30a6..77392ded478 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -215,7 +215,8 @@ | |||
| 215 | "Use a web browser to look at a URL." | 215 | "Use a web browser to look at a URL." |
| 216 | :prefix "browse-url-" | 216 | :prefix "browse-url-" |
| 217 | :link '(emacs-commentary-link "browse-url") | 217 | :link '(emacs-commentary-link "browse-url") |
| 218 | :group 'hypermedia) | 218 | :group 'external |
| 219 | :group 'net) | ||
| 219 | 220 | ||
| 220 | ;;;###autoload | 221 | ;;;###autoload |
| 221 | (defcustom browse-url-browser-function | 222 | (defcustom browse-url-browser-function |
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index fd8c1061bcb..1eb322eb0d0 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el | |||
| @@ -76,7 +76,7 @@ | |||
| 76 | (defgroup goto-address nil | 76 | (defgroup goto-address nil |
| 77 | "Click to browse URL or to send to e-mail address." | 77 | "Click to browse URL or to send to e-mail address." |
| 78 | :group 'mouse | 78 | :group 'mouse |
| 79 | :group 'hypermedia) | 79 | :group 'net) |
| 80 | 80 | ||
| 81 | 81 | ||
| 82 | ;; I don't expect users to want fontify'ing without highlighting. | 82 | ;; I don't expect users to want fontify'ing without highlighting. |
diff --git a/lisp/net/tramp-imap.el b/lisp/net/tramp-imap.el index d36569b5c23..92dbb4fef3a 100644 --- a/lisp/net/tramp-imap.el +++ b/lisp/net/tramp-imap.el | |||
| @@ -168,7 +168,7 @@ Operations not mentioned here will be handled by the default Emacs primitives.") | |||
| 168 | (defgroup tramp-imap nil | 168 | (defgroup tramp-imap nil |
| 169 | "Tramp over IMAP configuration." | 169 | "Tramp over IMAP configuration." |
| 170 | :version "23.2" | 170 | :version "23.2" |
| 171 | :group 'applications) | 171 | :group 'tramp) |
| 172 | 172 | ||
| 173 | (defcustom tramp-imap-subject-marker "tramp-imap-subject-marker" | 173 | (defcustom tramp-imap-subject-marker "tramp-imap-subject-marker" |
| 174 | "The subject marker that Tramp-IMAP will use." | 174 | "The subject marker that Tramp-IMAP will use." |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index c029f073724..09a3392856f 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -176,6 +176,7 @@ | |||
| 176 | (defgroup tramp nil | 176 | (defgroup tramp nil |
| 177 | "Edit remote files with a combination of rsh and rcp or similar programs." | 177 | "Edit remote files with a combination of rsh and rcp or similar programs." |
| 178 | :group 'files | 178 | :group 'files |
| 179 | :group 'net | ||
| 179 | :version "22.1") | 180 | :version "22.1") |
| 180 | 181 | ||
| 181 | ;; Maybe we need once a real Tramp mode, with key bindings etc. | 182 | ;; Maybe we need once a real Tramp mode, with key bindings etc. |
diff --git a/lisp/net/xesam.el b/lisp/net/xesam.el index 35df085bc57..fb68ded6d70 100644 --- a/lisp/net/xesam.el +++ b/lisp/net/xesam.el | |||
| @@ -151,7 +151,7 @@ | |||
| 151 | (defgroup xesam nil | 151 | (defgroup xesam nil |
| 152 | "Xesam compatible interface to search engines." | 152 | "Xesam compatible interface to search engines." |
| 153 | :group 'extensions | 153 | :group 'extensions |
| 154 | :group 'hypermedia | 154 | :group 'net |
| 155 | :version "23.1") | 155 | :version "23.1") |
| 156 | 156 | ||
| 157 | (defcustom xesam-query-type 'user-query | 157 | (defcustom xesam-query-type 'user-query |
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index 8919d920c9d..5eb9840a4ca 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el | |||
| @@ -45,8 +45,7 @@ | |||
| 45 | 45 | ||
| 46 | (defgroup nxml nil | 46 | (defgroup nxml nil |
| 47 | "New XML editing mode." | 47 | "New XML editing mode." |
| 48 | :group 'languages | 48 | :group 'languages) |
| 49 | :group 'wp) | ||
| 50 | 49 | ||
| 51 | (defgroup nxml-faces nil | 50 | (defgroup nxml-faces nil |
| 52 | "Faces for XML syntax highlighting." | 51 | "Faces for XML syntax highlighting." |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index a7602555002..b70fb150735 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * org.el (org): Remove from hypermedia group. | ||
| 4 | |||
| 1 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Branch for 23.2. | 7 | * Branch for 23.2. |
diff --git a/lisp/org/org.el b/lisp/org/org.el index a404551f3cb..54025f4d83c 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -134,7 +134,6 @@ With prefix arg HERE, insert it at point." | |||
| 134 | "Outline-based notes management and organizer." | 134 | "Outline-based notes management and organizer." |
| 135 | :tag "Org" | 135 | :tag "Org" |
| 136 | :group 'outlines | 136 | :group 'outlines |
| 137 | :group 'hypermedia | ||
| 138 | :group 'calendar) | 137 | :group 'calendar) |
| 139 | 138 | ||
| 140 | (defcustom org-mode-hook nil | 139 | (defcustom org-mode-hook nil |
diff --git a/lisp/outline.el b/lisp/outline.el index b5d3d798714..5b10de231f2 100644 --- a/lisp/outline.el +++ b/lisp/outline.el | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | (defgroup outlines nil | 41 | (defgroup outlines nil |
| 42 | "Support for hierarchical outlining." | 42 | "Support for hierarchical outlining." |
| 43 | :prefix "outline-" | 43 | :prefix "outline-" |
| 44 | :group 'editing) | 44 | :group 'wp) |
| 45 | 45 | ||
| 46 | (defcustom outline-regexp "[*\^L]+" | 46 | (defcustom outline-regexp "[*\^L]+" |
| 47 | "Regular expression to match the beginning of a heading. | 47 | "Regular expression to match the beginning of a heading. |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 0efac03f7d5..7c7397a52bc 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -1497,7 +1497,7 @@ Please send all bug fixes and enhancements to | |||
| 1497 | "Support for printing and PostScript." | 1497 | "Support for printing and PostScript." |
| 1498 | :tag "PostScript" | 1498 | :tag "PostScript" |
| 1499 | :version "20" | 1499 | :version "20" |
| 1500 | :group 'emacs) | 1500 | :group 'external) |
| 1501 | 1501 | ||
| 1502 | (defgroup ps-print nil | 1502 | (defgroup ps-print nil |
| 1503 | "PostScript generator for Emacs." | 1503 | "PostScript generator for Emacs." |
diff --git a/lisp/reveal.el b/lisp/reveal.el index 9838ade89f1..ff5c8807de5 100644 --- a/lisp/reveal.el +++ b/lisp/reveal.el | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | 49 | ||
| 50 | (defgroup reveal nil | 50 | (defgroup reveal nil |
| 51 | "Reveal hidden text on the fly." | 51 | "Reveal hidden text on the fly." |
| 52 | :group 'editing) | 52 | :group 'convenience) |
| 53 | 53 | ||
| 54 | (defcustom reveal-around-mark t | 54 | (defcustom reveal-around-mark t |
| 55 | "Reveal text around the mark, if active." | 55 | "Reveal text around the mark, if active." |
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 2673ee15457..e4ed2c8a051 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | (defgroup picture nil | 34 | (defgroup picture nil |
| 35 | "Picture mode --- editing using quarter-plane screen model." | 35 | "Picture mode --- editing using quarter-plane screen model." |
| 36 | :prefix "picture-" | 36 | :prefix "picture-" |
| 37 | :group 'editing) | 37 | :group 'wp) |
| 38 | 38 | ||
| 39 | (defcustom picture-rectangle-ctl ?+ | 39 | (defcustom picture-rectangle-ctl ?+ |
| 40 | "*Character `picture-draw-rectangle' uses for top left corners." | 40 | "*Character `picture-draw-rectangle' uses for top left corners." |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 44933bff327..3e092374207 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -640,14 +640,10 @@ | |||
| 640 | ;;; | 640 | ;;; |
| 641 | 641 | ||
| 642 | (defgroup table nil | 642 | (defgroup table nil |
| 643 | "Text based table manipulation utilities. | 643 | "Text based table manipulation utilities." |
| 644 | See `table-insert' for examples about how to use." | ||
| 645 | :tag "Table" | 644 | :tag "Table" |
| 646 | :prefix "table-" | 645 | :prefix "table-" |
| 647 | :group 'editing | ||
| 648 | :group 'wp | 646 | :group 'wp |
| 649 | :group 'paragraphs | ||
| 650 | :group 'fill | ||
| 651 | :version "22.1") | 647 | :version "22.1") |
| 652 | 648 | ||
| 653 | (defgroup table-hooks nil | 649 | (defgroup table-hooks nil |
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 75897a2cf07..51040824b20 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | "Normal hook run when entering Text mode and many related modes." | 32 | "Normal hook run when entering Text mode and many related modes." |
| 33 | :type 'hook | 33 | :type 'hook |
| 34 | :options '(turn-on-auto-fill turn-on-flyspell) | 34 | :options '(turn-on-auto-fill turn-on-flyspell) |
| 35 | :group 'data) | 35 | :group 'wp) |
| 36 | 36 | ||
| 37 | (defvar text-mode-variant nil | 37 | (defvar text-mode-variant nil |
| 38 | "Non-nil if this buffer's major mode is a variant of Text mode. | 38 | "Non-nil if this buffer's major mode is a variant of Text mode. |
diff --git a/lisp/uniquify.el b/lisp/uniquify.el index ddf15e243c4..27093042efe 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el | |||
| @@ -89,7 +89,7 @@ | |||
| 89 | 89 | ||
| 90 | (defgroup uniquify nil | 90 | (defgroup uniquify nil |
| 91 | "Unique buffer names dependent on file name." | 91 | "Unique buffer names dependent on file name." |
| 92 | :group 'applications) | 92 | :group 'files) |
| 93 | 93 | ||
| 94 | 94 | ||
| 95 | (defcustom uniquify-buffer-name-style nil | 95 | (defcustom uniquify-buffer-name-style nil |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index ea44ea54b6b..10e94643a7b 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * url-vars.el (url): Put in net group. | ||
| 4 | |||
| 1 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Branch for 23.2. | 7 | * Branch for 23.2. |
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 2062f482ede..3db54592970 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | (defgroup url nil | 30 | (defgroup url nil |
| 31 | "Uniform Resource Locator tool." | 31 | "Uniform Resource Locator tool." |
| 32 | :version "22.1" | 32 | :version "22.1" |
| 33 | :group 'hypermedia) | 33 | :group 'net) |
| 34 | 34 | ||
| 35 | (defgroup url-file nil | 35 | (defgroup url-file nil |
| 36 | "URL storage." | 36 | "URL storage." |
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 3573a86ad49..9e8fbf431f1 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el | |||
| @@ -325,7 +325,7 @@ | |||
| 325 | (defgroup vcursor nil | 325 | (defgroup vcursor nil |
| 326 | "Manipulate an alternative (\"virtual\") cursor." | 326 | "Manipulate an alternative (\"virtual\") cursor." |
| 327 | :prefix "vcursor-" | 327 | :prefix "vcursor-" |
| 328 | :group 'editing) | 328 | :group 'convenience) |
| 329 | 329 | ||
| 330 | (defface vcursor | 330 | (defface vcursor |
| 331 | '((((class color)) (:foreground "blue" :background "cyan" :underline t)) | 331 | '((((class color)) (:foreground "blue" :background "cyan" :underline t)) |
diff --git a/lisp/view.el b/lisp/view.el index 219af1b6e1e..63db3452a87 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -48,8 +48,7 @@ | |||
| 48 | "Peruse file or buffer without editing." | 48 | "Peruse file or buffer without editing." |
| 49 | :link '(function-link view-mode) | 49 | :link '(function-link view-mode) |
| 50 | :link '(custom-manual "(emacs)Misc File Ops") | 50 | :link '(custom-manual "(emacs)Misc File Ops") |
| 51 | :group 'wp | 51 | :group 'wp) |
| 52 | :group 'editing) | ||
| 53 | 52 | ||
| 54 | (defcustom view-highlight-face 'highlight | 53 | (defcustom view-highlight-face 'highlight |
| 55 | "The face used for highlighting the match found by View mode search." | 54 | "The face used for highlighting the match found by View mode search." |
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 183698a28f3..79ce9a330d4 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -378,8 +378,7 @@ | |||
| 378 | "Visualize blanks (TAB, (HARD) SPACE and NEWLINE)." | 378 | "Visualize blanks (TAB, (HARD) SPACE and NEWLINE)." |
| 379 | :link '(emacs-library-link :tag "Source Lisp File" "whitespace.el") | 379 | :link '(emacs-library-link :tag "Source Lisp File" "whitespace.el") |
| 380 | :version "23.1" | 380 | :version "23.1" |
| 381 | :group 'wp | 381 | :group 'convenience) |
| 382 | :group 'data) | ||
| 383 | 382 | ||
| 384 | 383 | ||
| 385 | (defcustom whitespace-style | 384 | (defcustom whitespace-style |