]> git.eshelyaron.com Git - emacs.git/commitdiff
Life is too short...
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Aug 2007 13:10:22 +0000 (13:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Aug 2007 13:10:22 +0000 (13:10 +0000)
MAINTAINERS
lisp/ChangeLog

index 5d55ab89c5cc0630cb9969e9e7c26aa132e64a07..24b9fe36e9c15c5bfcb8a1d6335c8fe17bda1647 100644 (file)
@@ -112,12 +112,6 @@ Miles Bader
 Thien-Thi Nguyen
        VMS
 
-Juanma Barranquero
-       lisp/bs.el
-       lisp/server.el
-       lib-src/emacsclient.c
-       lib-src/grep-changelog
-
 ==============================================================================
 3.
 ==============================================================================
index 5fec606999be507da2916478858c4ab1b21eed30..3f7758d2240c2fed44eadc36ea1123c3eb6b7014 100644 (file)
@@ -17,8 +17,7 @@
 
        * term/mac-win.el: Provide mac-win.
        (mac-initialized): New variable.
-       (mac-initialize-window-system): New function.  Move global setup
-       here.
+       (mac-initialize-window-system): New function.  Move global setup here.
        (handle-args-function-alist, frame-creation-function-alist):
        (window-system-initialization-alist): Add mac entries.
        (x-setup-function-keys): New function containing all the
 
        * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
 
-        * env.el (read-envvar-name): Don't consider the environment frame
-        param.
+       * env.el (read-envvar-name): Don't consider the environment frame param.
 
-        * env.el (setenv):
-        * frame.el (frame-initialize, make-frame):
-        * faces.el (tty-set-up-initial-frame-faces):
-        * server.el (server-process-filter):  Set
+       * env.el (setenv):
+       * frame.el (frame-initialize, make-frame):
+       * faces.el (tty-set-up-initial-frame-faces):
+       * server.el (server-process-filter): Set
        display-environment-variable and term-environment-variable.
 
        * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
        Load term/w32-win and dependencies on windows-nt.
 
        * term/w32-win.el: Reorder to match x-win.el more closely.
-       Provide w32-win.  Don't throw error when global window-system not
-       w32.
+       Provide w32-win.  Don't throw error when global window-system not w32.
        (internal-face-interactive): Remove obsolete function.
        (x-setup-function-keys): Use local-function-key-map.
        (w32-initialized): New variable.
        (w32-initialize-window-system): Set it.
        Move more global setup here.
        (x-setup-function-keys): New function.
-       (w32-initialize-window-system): Move non function key global setup
-       here.
+       (w32-initialize-window-system): Move non function key global setup here.
        (x-cut-buffer-max): Remove.
        (w32-initialize-window-system): New function.
        (handle-args-function-alist, frame-creation-function-alist):
        "Tool-bar" toggles to reflect the state of the current frame.
        (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
 
-       * env.el Require cl for byte compilation (for `block' and `return').
+       * env.el: Require cl for byte compilation (for `block' and `return').
        (environment, setenv-internal): New functions.
        (let-environment): New macro.
        (setenv, getenv): Add optional terminal parameter.  Update docs.
 
 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp.el (tramp-handle-set-file-times): Flush the file
-       properties.
+       * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
        (tramp-set-file-uid-gid, tramp-get-local-uid)
        (tramp-get-local-gid): New defuns.
        (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
 
 2007-08-28  Glenn Morris  <rgm@gnu.org>
 
-       * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true,
-       false.
+       * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
 
 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>