diff options
| author | Miles Bader | 2007-08-29 05:03:40 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-29 05:03:40 +0000 |
| commit | 1bb9a689acfe821e0aa777ddf4e074556c7817a1 (patch) | |
| tree | f5478f932f35dc848934f28d5489204ff55e7e89 /admin | |
| parent | 45f1ce5dc2e5e7830727b22925ad0ebc834726bd (diff) | |
| parent | cb5b9015b372175f1fc90cb7ba3f43298c621509 (diff) | |
| download | emacs-1bb9a689acfe821e0aa777ddf4e074556c7817a1.tar.gz emacs-1bb9a689acfe821e0aa777ddf4e074556c7817a1.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 857-865)
- Update from CVS
- Merge from emacs--rel--22
- Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
- Remove RCS keywords
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-252
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 14 | ||||
| -rw-r--r-- | admin/admin.el | 2 | ||||
| -rw-r--r-- | admin/notes/lel-TODO | 107 |
4 files changed, 121 insertions, 6 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 3cb98270c8b..10cec99a09b 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-08-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * admin.el: Provide self. | ||
| 4 | |||
| 1 | 2007-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | 2007-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem. | 7 | * FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem. |
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index c1ad49587b7..22e3b653973 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -38,6 +38,13 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. | |||
| 38 | ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. | 38 | ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. |
| 39 | (Did we decide that is unreproducible?) | 39 | (Did we decide that is unreproducible?) |
| 40 | 40 | ||
| 41 | ** set-frame-size for frame without minibuffer loses mode line | ||
| 42 | Probably a Windows only bug. Reported by Drew Adams on bug-gnu-emacs on | ||
| 43 | 2007-08-07. It seems that the bug manifests itself only if resizing the | ||
| 44 | frame makes the menu bar wrap before. On 2007-08-16 Glenn Morris | ||
| 45 | reported on emacs-devel that he was not able to reproduce the bug on a | ||
| 46 | GNU/Linux system. | ||
| 47 | |||
| 41 | * BUGS | 48 | * BUGS |
| 42 | 49 | ||
| 43 | NB the definitive copy of this file for Emacs 22 is on the | 50 | NB the definitive copy of this file for Emacs 22 is on the |
| @@ -52,14 +59,9 @@ won't lose on USG or HPUX systems. | |||
| 52 | 59 | ||
| 53 | * FIXES FOR EMACS 22.3 | 60 | * FIXES FOR EMACS 22.3 |
| 54 | 61 | ||
| 55 | Here we list small fixes that arrived too late for Emacs 22.2, but | 62 | Here we list any small fixes that arrived too late for Emacs 22.2, but |
| 56 | that should be installed on the release branch after 22.2 is released. | 63 | that should be installed on the release branch after 22.2 is released. |
| 57 | 64 | ||
| 58 | ** bojohan+news@dd.chalmers.se, 1 Aug: n_schumacher@web.de: modification hooks called only once in | ||
| 59 | Fix is on the trunk: 2007-08-13 change to insdel.c by Stefan Monnier. | ||
| 60 | http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00457.html | ||
| 61 | |||
| 62 | |||
| 63 | * DOCUMENTATION | 65 | * DOCUMENTATION |
| 64 | 66 | ||
| 65 | ** Check the Emacs Tutorial. | 67 | ** Check the Emacs Tutorial. |
diff --git a/admin/admin.el b/admin/admin.el index 94e64a23de9..76c50243b3d 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -205,5 +205,7 @@ Root must be the root of an Emacs source tree." | |||
| 205 | ?\" (0+ space) | 205 | ?\" (0+ space) |
| 206 | "/* Long version number */"))))) | 206 | "/* Long version number */"))))) |
| 207 | 207 | ||
| 208 | (provide 'admin) | ||
| 209 | |||
| 208 | ;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5 | 210 | ;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5 |
| 209 | ;; admin.el ends here. | 211 | ;; admin.el ends here. |
diff --git a/admin/notes/lel-TODO b/admin/notes/lel-TODO new file mode 100644 index 00000000000..b46fdd32737 --- /dev/null +++ b/admin/notes/lel-TODO | |||
| @@ -0,0 +1,107 @@ | |||
| 1 | Some lisp/emacs-lisp/ Features and Where They Are Documented | ||
| 2 | Copyright (C) 2007 Free Software Foundation, Inc. | ||
| 3 | |||
| 4 | |||
| 5 | * Status Key | ||
| 6 | - -- as yet unknown | ||
| 7 | n/a -- not applicable (internal, uninteresting, etc) | ||
| 8 | todo -- not documented but should be | ||
| 9 | "NODE" -- documented in or under info node NODE | ||
| 10 | |||
| 11 | |||
| 12 | * Features | ||
| 13 | advice - | ||
| 14 | advice-preload n/a | ||
| 15 | assoc - | ||
| 16 | authors - | ||
| 17 | autoload - | ||
| 18 | avl-tree - | ||
| 19 | backquote n/a | ||
| 20 | benchmark - | ||
| 21 | bindat "(elisp) Byte Packing" | ||
| 22 | byte-compile - | ||
| 23 | byte-opt - | ||
| 24 | bytecomp - | ||
| 25 | checkdoc - | ||
| 26 | cl "(cl)" | ||
| 27 | cl-19 n/a | ||
| 28 | cl-compat n/a | ||
| 29 | cl-specs n/a | ||
| 30 | copyright - | ||
| 31 | crm - | ||
| 32 | cust-print - | ||
| 33 | debug - | ||
| 34 | derived - | ||
| 35 | disass - | ||
| 36 | easy-mmode - | ||
| 37 | easymenu - | ||
| 38 | edebug - | ||
| 39 | eldoc - | ||
| 40 | elint - | ||
| 41 | elp - | ||
| 42 | ewoc "(elisp) Separated Rendering" | ||
| 43 | find-func - | ||
| 44 | find-gc - | ||
| 45 | generic - | ||
| 46 | gulp n/a | ||
| 47 | helper - | ||
| 48 | levents - | ||
| 49 | lisp-float-type - | ||
| 50 | lisp-mnt - | ||
| 51 | lisp-mode - | ||
| 52 | lmenu - | ||
| 53 | lselect - | ||
| 54 | lucid - | ||
| 55 | macroexp - | ||
| 56 | pp - | ||
| 57 | re-builder - | ||
| 58 | regexp-opt - | ||
| 59 | regi - | ||
| 60 | ring "(elisp) Rings" | ||
| 61 | rx - | ||
| 62 | shadow - | ||
| 63 | sregex - | ||
| 64 | syntax - | ||
| 65 | testcover - | ||
| 66 | timer - | ||
| 67 | tq "(elisp) Transaction Queues" | ||
| 68 | trace - | ||
| 69 | unsafep - | ||
| 70 | warnings - | ||
| 71 | |||
| 72 | |||
| 73 | * Above list created using default directory lisp/emacs-lisp/ with | ||
| 74 | (shell-command | ||
| 75 | "sed '/^(provide '\\''/!d;s// /;s/).*//' *.el | sort | uniq") | ||
| 76 | |||
| 77 | |||
| 78 | * How to use this file to improve Emacs | ||
| 79 | (loop | ||
| 80 | (let* ((feature (choose-one Features)) | ||
| 81 | (status (feature-status feature))) | ||
| 82 | (if (or (eq '- status) (not (verify status))) | ||
| 83 | (update feature (current-docs feature)) | ||
| 84 | (case status | ||
| 85 | (todo (let (doc patch feedback) | ||
| 86 | (while (not (grok feature)) | ||
| 87 | (or (play-with feature) | ||
| 88 | (grep feature Internet) | ||
| 89 | (grep feature (wisdom-maybe "emacs-devel")))) | ||
| 90 | (setq doc (write-documentation feature) | ||
| 91 | patch (diff (current-docs) doc)) | ||
| 92 | (while (not (and (correct doc) | ||
| 93 | (well-placed doc) | ||
| 94 | (well-formed patch))) | ||
| 95 | (setq doc (revise doc) | ||
| 96 | patch (diff (current-docs) doc)) | ||
| 97 | feedback (wisdom-maybe "emacs-devel" patch)) | ||
| 98 | (when (install patch) | ||
| 99 | (when (update feature (current-docs feature)) | ||
| 100 | (job-well-done user-login-name))))) | ||
| 101 | (n/a (job-well-done user-login-name)))))) | ||
| 102 | |||
| 103 | |||
| 104 | * Etc | ||
| 105 | Local variables: | ||
| 106 | mode: outline | ||
| 107 | End: | ||