]> code.delx.au - gnu-emacs/commitdiff
(sh): Delete group `unix'.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Aug 2007 17:55:05 +0000 (17:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Aug 2007 17:55:05 +0000 (17:55 +0000)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index 0717e8f2570d78e2251f8702444ffc73c186b953..3104d7110de965d769c51666e74b881fc9faa843 100644 (file)
@@ -1,3 +1,9 @@
+2007-08-12  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/sh-script.el (sh): Delete group `unix'.
+
+       * progmodes/gud.el (gud): Change to group `processes'.
+
 2007-08-11  Glenn Morris  <rgm@gnu.org>
 
        * progmodes/compile.el (compilation-buffer-name): Don't check
        It calls comment-line-break-function if there are comments.
        (do-auto-fill): Use that.
 
+2007-08-07  Ivan Kanis  <apple@kanis.eu>
+
+       * time.el (display-time-world-mode, display-time-world-display)
+       (display-time-world, display-time-world-list)
+       (display-time-world-time-format, display-time-world-buffer-name)
+       (display-time-world-timer-enable)
+       (display-time-world-timer-second, display-time-world-mode-map): 
+       New.
+       
 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
 
        * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
index f6ef646069b03d1b34b15201066dcc1e79e4023f..c3948280f7608a38664972647b8d3f6c9bd3f0f5 100644 (file)
 
 (defgroup sh nil
   "Shell programming utilities."
-  :group 'unix
   :group 'languages)
 
 (defgroup sh-script nil