diff options
| author | Juanma Barranquero | 2007-08-29 13:10:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-08-29 13:10:22 +0000 |
| commit | b7b27c939a977c76c2e4ccdb41982fb27bfd515a (patch) | |
| tree | 5ef173c50187408575c6808964237ec39c1225da | |
| parent | d08e666c61541c164eea519c18dfb1fe40815be7 (diff) | |
| download | emacs-b7b27c939a977c76c2e4ccdb41982fb27bfd515a.tar.gz emacs-b7b27c939a977c76c2e4ccdb41982fb27bfd515a.zip | |
Life is too short...
| -rw-r--r-- | MAINTAINERS | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 28 |
2 files changed, 11 insertions, 23 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5d55ab89c5c..24b9fe36e9c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -112,12 +112,6 @@ Miles Bader | |||
| 112 | Thien-Thi Nguyen | 112 | Thien-Thi Nguyen |
| 113 | VMS | 113 | VMS |
| 114 | 114 | ||
| 115 | Juanma Barranquero | ||
| 116 | lisp/bs.el | ||
| 117 | lisp/server.el | ||
| 118 | lib-src/emacsclient.c | ||
| 119 | lib-src/grep-changelog | ||
| 120 | |||
| 121 | ============================================================================== | 115 | ============================================================================== |
| 122 | 3. | 116 | 3. |
| 123 | ============================================================================== | 117 | ============================================================================== |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5fec606999b..3f7758d2240 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -17,8 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | * term/mac-win.el: Provide mac-win. | 18 | * term/mac-win.el: Provide mac-win. |
| 19 | (mac-initialized): New variable. | 19 | (mac-initialized): New variable. |
| 20 | (mac-initialize-window-system): New function. Move global setup | 20 | (mac-initialize-window-system): New function. Move global setup here. |
| 21 | here. | ||
| 22 | (handle-args-function-alist, frame-creation-function-alist): | 21 | (handle-args-function-alist, frame-creation-function-alist): |
| 23 | (window-system-initialization-alist): Add mac entries. | 22 | (window-system-initialization-alist): Add mac entries. |
| 24 | (x-setup-function-keys): New function containing all the | 23 | (x-setup-function-keys): New function containing all the |
| @@ -26,13 +25,12 @@ | |||
| 26 | 25 | ||
| 27 | * term/x-win.el (x-menu-bar-open): Use accelerate-menu. | 26 | * term/x-win.el (x-menu-bar-open): Use accelerate-menu. |
| 28 | 27 | ||
| 29 | * env.el (read-envvar-name): Don't consider the environment frame | 28 | * env.el (read-envvar-name): Don't consider the environment frame param. |
| 30 | param. | ||
| 31 | 29 | ||
| 32 | * env.el (setenv): | 30 | * env.el (setenv): |
| 33 | * frame.el (frame-initialize, make-frame): | 31 | * frame.el (frame-initialize, make-frame): |
| 34 | * faces.el (tty-set-up-initial-frame-faces): | 32 | * faces.el (tty-set-up-initial-frame-faces): |
| 35 | * server.el (server-process-filter): Set | 33 | * server.el (server-process-filter): Set |
| 36 | display-environment-variable and term-environment-variable. | 34 | display-environment-variable and term-environment-variable. |
| 37 | 35 | ||
| 38 | * server.el (server-process-filter): Set COLORFGBG and COLORTERM. | 36 | * server.el (server-process-filter): Set COLORFGBG and COLORTERM. |
| @@ -43,16 +41,14 @@ | |||
| 43 | Load term/w32-win and dependencies on windows-nt. | 41 | Load term/w32-win and dependencies on windows-nt. |
| 44 | 42 | ||
| 45 | * term/w32-win.el: Reorder to match x-win.el more closely. | 43 | * term/w32-win.el: Reorder to match x-win.el more closely. |
| 46 | Provide w32-win. Don't throw error when global window-system not | 44 | Provide w32-win. Don't throw error when global window-system not w32. |
| 47 | w32. | ||
| 48 | (internal-face-interactive): Remove obsolete function. | 45 | (internal-face-interactive): Remove obsolete function. |
| 49 | (x-setup-function-keys): Use local-function-key-map. | 46 | (x-setup-function-keys): Use local-function-key-map. |
| 50 | (w32-initialized): New variable. | 47 | (w32-initialized): New variable. |
| 51 | (w32-initialize-window-system): Set it. | 48 | (w32-initialize-window-system): Set it. |
| 52 | Move more global setup here. | 49 | Move more global setup here. |
| 53 | (x-setup-function-keys): New function. | 50 | (x-setup-function-keys): New function. |
| 54 | (w32-initialize-window-system): Move non function key global setup | 51 | (w32-initialize-window-system): Move non function key global setup here. |
| 55 | here. | ||
| 56 | (x-cut-buffer-max): Remove. | 52 | (x-cut-buffer-max): Remove. |
| 57 | (w32-initialize-window-system): New function. | 53 | (w32-initialize-window-system): New function. |
| 58 | (handle-args-function-alist, frame-creation-function-alist): | 54 | (handle-args-function-alist, frame-creation-function-alist): |
| @@ -174,7 +170,7 @@ | |||
| 174 | "Tool-bar" toggles to reflect the state of the current frame. | 170 | "Tool-bar" toggles to reflect the state of the current frame. |
| 175 | (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'. | 171 | (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'. |
| 176 | 172 | ||
| 177 | * env.el Require cl for byte compilation (for `block' and `return'). | 173 | * env.el: Require cl for byte compilation (for `block' and `return'). |
| 178 | (environment, setenv-internal): New functions. | 174 | (environment, setenv-internal): New functions. |
| 179 | (let-environment): New macro. | 175 | (let-environment): New macro. |
| 180 | (setenv, getenv): Add optional terminal parameter. Update docs. | 176 | (setenv, getenv): Add optional terminal parameter. Update docs. |
| @@ -337,8 +333,7 @@ | |||
| 337 | 333 | ||
| 338 | 2007-08-28 Michael Albinus <michael.albinus@gmx.de> | 334 | 2007-08-28 Michael Albinus <michael.albinus@gmx.de> |
| 339 | 335 | ||
| 340 | * net/tramp.el (tramp-handle-set-file-times): Flush the file | 336 | * net/tramp.el (tramp-handle-set-file-times): Flush the file properties. |
| 341 | properties. | ||
| 342 | (tramp-set-file-uid-gid, tramp-get-local-uid) | 337 | (tramp-set-file-uid-gid, tramp-get-local-uid) |
| 343 | (tramp-get-local-gid): New defuns. | 338 | (tramp-get-local-gid): New defuns. |
| 344 | (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID. | 339 | (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID. |
| @@ -376,8 +371,7 @@ | |||
| 376 | 371 | ||
| 377 | 2007-08-28 Glenn Morris <rgm@gnu.org> | 372 | 2007-08-28 Glenn Morris <rgm@gnu.org> |
| 378 | 373 | ||
| 379 | * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, | 374 | * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false. |
| 380 | false. | ||
| 381 | 375 | ||
| 382 | 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org> | 376 | 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 383 | 377 | ||