emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99651: Reorganize Custom groups.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99651: Reorganize Custom groups.
Date: Fri, 12 Mar 2010 12:47:22 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99651
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2010-03-12 12:47:22 -0500
message:
  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.
modified:
  lisp/ChangeLog
  lisp/calculator.el
  lisp/cus-edit.el
  lisp/emulation/pc-select.el
  lisp/epg-config.el
  lisp/hl-line.el
  lisp/mail/metamail.el
  lisp/net/ange-ftp.el
  lisp/net/browse-url.el
  lisp/net/goto-addr.el
  lisp/net/tramp-imap.el
  lisp/net/tramp.el
  lisp/net/xesam.el
  lisp/nxml/nxml-mode.el
  lisp/org/ChangeLog
  lisp/org/org.el
  lisp/outline.el
  lisp/ps-print.el
  lisp/reveal.el
  lisp/textmodes/picture.el
  lisp/textmodes/table.el
  lisp/textmodes/text-mode.el
  lisp/uniquify.el
  lisp/url/ChangeLog
  lisp/url/url-vars.el
  lisp/vcursor.el
  lisp/view.el
  lisp/whitespace.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-12 08:07:18 +0000
+++ b/lisp/ChangeLog    2010-03-12 17:47:22 +0000
@@ -1,3 +1,46 @@
+2010-03-12  Chong Yidong  <address@hidden>
+
+       * cus-edit.el (processes): Remove from development group.
+       (oop, hypermedia): Delete group.
+       (net): New group.
+
+       * 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.
+
 2010-03-12  Dan Nicolaescu  <address@hidden>
 
        Add .dir-locals.el support for file-less buffers.

=== modified file 'lisp/calculator.el'
--- a/lisp/calculator.el        2010-03-06 18:23:23 +0000
+++ b/lisp/calculator.el        2010-03-12 17:47:22 +0000
@@ -54,7 +54,7 @@
   :prefix "calculator"
   :version "21.1"
   :group 'tools
-  :group 'convenience)
+  :group 'applications)
 
 (defcustom calculator-electric-mode nil
   "Run `calculator' electrically, in the echo area.

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2010-03-11 06:20:24 +0000
+++ b/lisp/cus-edit.el  2010-03-12 17:47:22 +0000
@@ -169,7 +169,7 @@
 (defgroup abbrev nil
   "Abbreviation handling, typing shortcuts, macros."
   :tag "Abbreviations"
-  :group 'editing)
+  :group 'convenience)
 
 (defgroup matching nil
   "Various sorts of searching and matching."
@@ -186,16 +186,19 @@
 
 (defgroup outlines nil
   "Support for hierarchical outlining."
-  :group 'editing)
+  :group 'wp)
 
 (defgroup external nil
   "Interfacing to external utilities."
   :group 'emacs)
 
+(defgroup net nil
+  "Networking support."
+  :group 'emacs)
+
 (defgroup processes nil
   "Process, subshell, compilation, and job control support."
-  :group 'external
-  :group 'development)
+  :group 'external)
 
 (defgroup convenience nil
   "Convenience features for faster editing."
@@ -225,10 +228,6 @@
   "Programming tools."
   :group 'programming)
 
-(defgroup oop nil
-  "Support for object-oriented programming."
-  :group 'programming)
-
 (defgroup applications nil
   "Applications written in Emacs."
   :group 'emacs)
@@ -327,10 +326,6 @@
   "Support for multiple fonts."
   :group 'emacs)
 
-(defgroup hypermedia nil
-  "Support for links between text or other media types."
-  :group 'emacs)
-
 (defgroup help nil
   "Support for on-line help systems."
   :group 'emacs)

=== modified file 'lisp/emulation/pc-select.el'
--- a/lisp/emulation/pc-select.el       2010-01-13 08:35:10 +0000
+++ b/lisp/emulation/pc-select.el       2010-03-12 17:47:22 +0000
@@ -82,8 +82,7 @@
 (defgroup pc-select nil
   "Emulate pc bindings."
   :prefix "pc-select"
-  :group 'editing-basics
-  :group 'convenience)
+  :group 'emulations)
 
 (defcustom pc-select-override-scroll-error t
   "*Non-nil means don't generate error on scrolling past edge of buffer.

=== modified file 'lisp/epg-config.el'
--- a/lisp/epg-config.el        2010-01-13 08:35:10 +0000
+++ b/lisp/epg-config.el        2010-03-12 17:47:22 +0000
@@ -34,7 +34,7 @@
 (defgroup epg ()
   "The EasyPG library."
   :version "23.1"
-  :group 'emacs)
+  :group 'data)
 
 (defcustom epg-gpg-program "gpg"
   "The `gpg' executable."

=== modified file 'lisp/hl-line.el'
--- a/lisp/hl-line.el   2010-01-13 08:35:10 +0000
+++ b/lisp/hl-line.el   2010-03-12 17:47:22 +0000
@@ -72,7 +72,7 @@
 (defgroup hl-line nil
   "Highlight the current line."
   :version "21.1"
-  :group 'editing)
+  :group 'convenience)
 
 (defface hl-line
   '((t :inherit highlight))

=== modified file 'lisp/mail/metamail.el'
--- a/lisp/mail/metamail.el     2010-01-13 08:35:10 +0000
+++ b/lisp/mail/metamail.el     2010-03-12 17:47:22 +0000
@@ -40,7 +40,6 @@
 (defgroup metamail nil
   "Metamail interface for Emacs."
   :group 'mail
-  :group 'hypermedia
   :group 'processes)
 
 (defcustom metamail-program-name "metamail"

=== modified file 'lisp/net/ange-ftp.el'
--- a/lisp/net/ange-ftp.el      2010-02-14 09:23:52 +0000
+++ b/lisp/net/ange-ftp.el      2010-03-12 17:47:22 +0000
@@ -676,6 +676,7 @@
   "Accessing remote files and directories using FTP
    made as simple and transparent as possible."
   :group 'files
+  :group 'net
   :prefix "ange-ftp-")
 
 (defcustom ange-ftp-name-format

=== modified file 'lisp/net/browse-url.el'
--- a/lisp/net/browse-url.el    2010-01-13 08:35:10 +0000
+++ b/lisp/net/browse-url.el    2010-03-12 17:47:22 +0000
@@ -215,7 +215,8 @@
   "Use a web browser to look at a URL."
   :prefix "browse-url-"
   :link '(emacs-commentary-link "browse-url")
-  :group 'hypermedia)
+  :group 'external
+  :group 'net)
 
 ;;;###autoload
 (defcustom browse-url-browser-function

=== modified file 'lisp/net/goto-addr.el'
--- a/lisp/net/goto-addr.el     2010-01-13 08:35:10 +0000
+++ b/lisp/net/goto-addr.el     2010-03-12 17:47:22 +0000
@@ -76,7 +76,7 @@
 (defgroup goto-address nil
   "Click to browse URL or to send to e-mail address."
   :group 'mouse
-  :group 'hypermedia)
+  :group 'net)
 
 
 ;; I don't expect users to want fontify'ing without highlighting.

=== modified file 'lisp/net/tramp-imap.el'
--- a/lisp/net/tramp-imap.el    2010-02-05 11:15:28 +0000
+++ b/lisp/net/tramp-imap.el    2010-03-12 17:47:22 +0000
@@ -168,7 +168,7 @@
 (defgroup tramp-imap nil
   "Tramp over IMAP configuration."
   :version "23.2"
-  :group 'applications)
+  :group 'tramp)
 
 (defcustom tramp-imap-subject-marker "tramp-imap-subject-marker"
   "The subject marker that Tramp-IMAP will use."

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2010-03-02 09:32:45 +0000
+++ b/lisp/net/tramp.el 2010-03-12 17:47:22 +0000
@@ -176,6 +176,7 @@
 (defgroup tramp nil
   "Edit remote files with a combination of rsh and rcp or similar programs."
   :group 'files
+  :group 'net
   :version "22.1")
 
 ;; Maybe we need once a real Tramp mode, with key bindings etc.

=== modified file 'lisp/net/xesam.el'
--- a/lisp/net/xesam.el 2010-01-13 08:35:10 +0000
+++ b/lisp/net/xesam.el 2010-03-12 17:47:22 +0000
@@ -151,7 +151,7 @@
 (defgroup xesam nil
   "Xesam compatible interface to search engines."
   :group 'extensions
-  :group 'hypermedia
+  :group 'net
   :version "23.1")
 
 (defcustom xesam-query-type 'user-query

=== modified file 'lisp/nxml/nxml-mode.el'
--- a/lisp/nxml/nxml-mode.el    2010-02-16 14:35:45 +0000
+++ b/lisp/nxml/nxml-mode.el    2010-03-12 17:47:22 +0000
@@ -45,8 +45,7 @@
 
 (defgroup nxml nil
   "New XML editing mode."
-  :group 'languages
-  :group 'wp)
+  :group 'languages)
 
 (defgroup nxml-faces nil
   "Faces for XML syntax highlighting."

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-03-10 15:17:13 +0000
+++ b/lisp/org/ChangeLog        2010-03-12 17:47:22 +0000
@@ -1,3 +1,7 @@
+2010-03-12  Chong Yidong  <address@hidden>
+
+       * org.el (org): Remove from hypermedia group.
+
 2010-03-10  Chong Yidong  <address@hidden>
 
        * Branch for 23.2.

=== modified file 'lisp/org/org.el'
--- a/lisp/org/org.el   2010-01-13 08:35:10 +0000
+++ b/lisp/org/org.el   2010-03-12 17:47:22 +0000
@@ -134,7 +134,6 @@
   "Outline-based notes management and organizer."
   :tag "Org"
   :group 'outlines
-  :group 'hypermedia
   :group 'calendar)
 
 (defcustom org-mode-hook nil

=== modified file 'lisp/outline.el'
--- a/lisp/outline.el   2010-02-14 17:28:10 +0000
+++ b/lisp/outline.el   2010-03-12 17:47:22 +0000
@@ -41,7 +41,7 @@
 (defgroup outlines nil
   "Support for hierarchical outlining."
   :prefix "outline-"
-  :group 'editing)
+  :group 'wp)
 
 (defcustom outline-regexp "[*\^L]+"
   "Regular expression to match the beginning of a heading.

=== modified file 'lisp/ps-print.el'
--- a/lisp/ps-print.el  2010-01-13 12:34:53 +0000
+++ b/lisp/ps-print.el  2010-03-12 17:47:22 +0000
@@ -1497,7 +1497,7 @@
   "Support for printing and PostScript."
   :tag "PostScript"
   :version "20"
-  :group 'emacs)
+  :group 'external)
 
 (defgroup ps-print nil
   "PostScript generator for Emacs."

=== modified file 'lisp/reveal.el'
--- a/lisp/reveal.el    2010-01-13 08:35:10 +0000
+++ b/lisp/reveal.el    2010-03-12 17:47:22 +0000
@@ -49,7 +49,7 @@
 
 (defgroup reveal nil
   "Reveal hidden text on the fly."
-  :group 'editing)
+  :group 'convenience)
 
 (defcustom reveal-around-mark t
   "Reveal text around the mark, if active."

=== modified file 'lisp/textmodes/picture.el'
--- a/lisp/textmodes/picture.el 2010-01-13 08:35:10 +0000
+++ b/lisp/textmodes/picture.el 2010-03-12 17:47:22 +0000
@@ -34,7 +34,7 @@
 (defgroup picture nil
   "Picture mode --- editing using quarter-plane screen model."
   :prefix "picture-"
-  :group 'editing)
+  :group 'wp)
 
 (defcustom picture-rectangle-ctl ?+
   "*Character `picture-draw-rectangle' uses for top left corners."

=== modified file 'lisp/textmodes/table.el'
--- a/lisp/textmodes/table.el   2010-01-13 08:35:10 +0000
+++ b/lisp/textmodes/table.el   2010-03-12 17:47:22 +0000
@@ -640,14 +640,10 @@
 ;;;
 
 (defgroup table nil
-  "Text based table manipulation utilities.
-See `table-insert' for examples about how to use."
+  "Text based table manipulation utilities."
   :tag "Table"
   :prefix "table-"
-  :group 'editing
   :group 'wp
-  :group 'paragraphs
-  :group 'fill
   :version "22.1")
 
 (defgroup table-hooks nil

=== modified file 'lisp/textmodes/text-mode.el'
--- a/lisp/textmodes/text-mode.el       2010-01-13 08:35:10 +0000
+++ b/lisp/textmodes/text-mode.el       2010-03-12 17:47:22 +0000
@@ -32,7 +32,7 @@
   "Normal hook run when entering Text mode and many related modes."
   :type 'hook
   :options '(turn-on-auto-fill turn-on-flyspell)
-  :group 'data)
+  :group 'wp)
 
 (defvar text-mode-variant nil
   "Non-nil if this buffer's major mode is a variant of Text mode.

=== modified file 'lisp/uniquify.el'
--- a/lisp/uniquify.el  2010-01-13 08:35:10 +0000
+++ b/lisp/uniquify.el  2010-03-12 17:47:22 +0000
@@ -89,7 +89,7 @@
 
 (defgroup uniquify nil
   "Unique buffer names dependent on file name."
-  :group 'applications)
+  :group 'files)
 
 
 (defcustom uniquify-buffer-name-style nil

=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2010-03-10 15:17:13 +0000
+++ b/lisp/url/ChangeLog        2010-03-12 17:47:22 +0000
@@ -1,3 +1,7 @@
+2010-03-12  Chong Yidong  <address@hidden>
+
+       * url-vars.el (url): Put in net group.
+
 2010-03-10  Chong Yidong  <address@hidden>
 
        * Branch for 23.2.

=== modified file 'lisp/url/url-vars.el'
--- a/lisp/url/url-vars.el      2010-01-13 08:35:10 +0000
+++ b/lisp/url/url-vars.el      2010-03-12 17:47:22 +0000
@@ -30,7 +30,7 @@
 (defgroup url nil
   "Uniform Resource Locator tool."
   :version "22.1"
-  :group 'hypermedia)
+  :group 'net)
 
 (defgroup url-file nil
   "URL storage."

=== modified file 'lisp/vcursor.el'
--- a/lisp/vcursor.el   2010-01-13 08:35:10 +0000
+++ b/lisp/vcursor.el   2010-03-12 17:47:22 +0000
@@ -325,7 +325,7 @@
 (defgroup vcursor nil
   "Manipulate an alternative (\"virtual\") cursor."
   :prefix "vcursor-"
-  :group 'editing)
+  :group 'convenience)
 
 (defface vcursor
   '((((class color)) (:foreground "blue" :background "cyan" :underline t))

=== modified file 'lisp/view.el'
--- a/lisp/view.el      2010-01-13 08:35:10 +0000
+++ b/lisp/view.el      2010-03-12 17:47:22 +0000
@@ -48,8 +48,7 @@
   "Peruse file or buffer without editing."
   :link '(function-link view-mode)
   :link '(custom-manual "(emacs)Misc File Ops")
-  :group 'wp
-  :group 'editing)
+  :group 'wp)
 
 (defcustom view-highlight-face 'highlight
    "The face used for highlighting the match found by View mode search."

=== modified file 'lisp/whitespace.el'
--- a/lisp/whitespace.el        2010-01-18 04:39:40 +0000
+++ b/lisp/whitespace.el        2010-03-12 17:47:22 +0000
@@ -378,8 +378,7 @@
   "Visualize blanks (TAB, (HARD) SPACE and NEWLINE)."
   :link '(emacs-library-link :tag "Source Lisp File" "whitespace.el")
   :version "23.1"
-  :group 'wp
-  :group 'data)
+  :group 'convenience)
 
 
 (defcustom whitespace-style


reply via email to

[Prev in Thread] Current Thread [Next in Thread]