diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 62 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 16 | ||||
| -rw-r--r-- | admin/make-tarball.txt | 10 | ||||
| -rw-r--r-- | admin/notes/lel-TODO | 22 | ||||
| -rw-r--r-- | admin/notes/multi-tty | 3 |
5 files changed, 41 insertions, 72 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index ab485360138..b2c11459c85 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -3,10 +3,9 @@ of their use. Feel free to add more macros and more categories. | |||
| 3 | 3 | ||
| 4 | ** Distinguishing OSes ** | 4 | ** Distinguishing OSes ** |
| 5 | 5 | ||
| 6 | MAC_OS Compiling for some version of Mac OS? | 6 | MAC_OS Compiling for the `mac' window-system. |
| 7 | MAC_OS8 Compiling for Mac OS version 8. Requires MAC_OS? | 7 | MAC_OS8 Compiling for Mac OS Classic (v8 or v9). |
| 8 | MAC_OSX Compiling for Mac OS X? Is that also valid for Darwin? | 8 | MAC_OSX Compiling for Mac OS X. Not bare Darwin. |
| 9 | MAC_OS_X ?? Apparently only used once in mac.c. | ||
| 10 | CYGWIN Compiling the Cygwin port. | 9 | CYGWIN Compiling the Cygwin port. |
| 11 | __CYGWIN__ Ditto | 10 | __CYGWIN__ Ditto |
| 12 | MSDOS Compiling the MS-DOS port. | 11 | MSDOS Compiling the MS-DOS port. |
| @@ -44,25 +43,9 @@ REL_ALLOC Compile in the relocatable memory allocator ralloc.c. | |||
| 44 | SYSTEM_MALLOC Use the system library's malloc. | 43 | SYSTEM_MALLOC Use the system library's malloc. |
| 45 | 44 | ||
| 46 | ** All references to these symbols should be removed, all their definitions are gone ** | 45 | ** All references to these symbols should be removed, all their definitions are gone ** |
| 47 | ALLIANT | 46 | |
| 48 | ALLIANT_2800 | ||
| 49 | ALTOS | ||
| 50 | APOLLO | ||
| 51 | APOLLO_SR10 | ||
| 52 | RTU | ||
| 53 | STRIDE | ||
| 54 | UNIPLUS | ||
| 55 | GOULD | ||
| 56 | NU | 47 | NU |
| 57 | pyramid | ||
| 58 | sps7 | ||
| 59 | tahoe | ||
| 60 | tek4300 | ||
| 61 | __DGUX | ||
| 62 | DGUX | ||
| 63 | romp | 48 | romp |
| 64 | ibmrt | ||
| 65 | NEWSOS5 | ||
| 66 | 49 | ||
| 67 | ** Temporarily put defines from removed files here, check if these macros need to be documented or removed because they are not used anymore. ** | 50 | ** Temporarily put defines from removed files here, check if these macros need to be documented or removed because they are not used anymore. ** |
| 68 | 51 | ||
| @@ -77,7 +60,6 @@ BAUD_CONVERT | |||
| 77 | BROKEN_FIONREAD | 60 | BROKEN_FIONREAD |
| 78 | BROKEN_SELECT_NON_X | 61 | BROKEN_SELECT_NON_X |
| 79 | BROKEN_SIGIO | 62 | BROKEN_SIGIO |
| 80 | BROKEN_START | ||
| 81 | BROKEN_TIOCGETC | 63 | BROKEN_TIOCGETC |
| 82 | BROKEN_TIOCGWINSZ | 64 | BROKEN_TIOCGWINSZ |
| 83 | BSD4_2 | 65 | BSD4_2 |
| @@ -110,9 +92,6 @@ DOT_GLOBAL_START | |||
| 110 | DUMMIES | 92 | DUMMIES |
| 111 | EEOF | 93 | EEOF |
| 112 | ELF | 94 | ELF |
| 113 | ERROR0 | ||
| 114 | ERROR1 | ||
| 115 | ERROR2 | ||
| 116 | EXEC_HDR_TYPE | 95 | EXEC_HDR_TYPE |
| 117 | EXEC_MAGIC | 96 | EXEC_MAGIC |
| 118 | EXEC_PAGESIZE | 97 | EXEC_PAGESIZE |
| @@ -122,6 +101,7 @@ FIRST_PTY_LETTER | |||
| 122 | FREE_RETURN_TYPE | 101 | FREE_RETURN_TYPE |
| 123 | FSCALE | 102 | FSCALE |
| 124 | F_SETOWN_BUG | 103 | F_SETOWN_BUG |
| 104 | F_SETOWN_SOCK_NEG | ||
| 125 | GC_MARK_STACK | 105 | GC_MARK_STACK |
| 126 | GC_SETJMP_WORKS | 106 | GC_SETJMP_WORKS |
| 127 | GETPGRP_NO_ARG | 107 | GETPGRP_NO_ARG |
| @@ -166,8 +146,6 @@ IRIS | |||
| 166 | IRIS_4D | 146 | IRIS_4D |
| 167 | IRIX6_5 | 147 | IRIX6_5 |
| 168 | IRIX_FORCE_32_BITS | 148 | IRIX_FORCE_32_BITS |
| 169 | ISC4_0 | ||
| 170 | ISI68K | ||
| 171 | KEEP_OLD_PADDR | 149 | KEEP_OLD_PADDR |
| 172 | KEEP_OLD_TEXT_SCNPTR | 150 | KEEP_OLD_TEXT_SCNPTR |
| 173 | KERNEL_FILE | 151 | KERNEL_FILE |
| @@ -190,19 +168,15 @@ LIB_X11_LIB | |||
| 190 | LINKER | 168 | LINKER |
| 191 | LOAD_AVE_CVT | 169 | LOAD_AVE_CVT |
| 192 | LOAD_AVE_TYPE | 170 | LOAD_AVE_TYPE |
| 193 | LONG_ALIGN | ||
| 194 | L_SET | 171 | L_SET |
| 195 | MAIL_PROGRAM_NAME | 172 | MAIL_PROGRAM_NAME |
| 196 | MAIL_USE_FLOCK | 173 | MAIL_USE_FLOCK |
| 197 | MAKE_PARALLEL | ||
| 198 | MAXNAMLEN | 174 | MAXNAMLEN |
| 199 | MEMMOVE_MISSING | 175 | MEMMOVE_MISSING |
| 200 | MEMORY_IN_STRING_H | 176 | MEMORY_IN_STRING_H |
| 201 | MKDIR_PROTOTYPE | 177 | MKDIR_PROTOTYPE |
| 202 | MOTIF | 178 | MOTIF |
| 203 | M_TERMINFO | ||
| 204 | NARROWPROTO | 179 | NARROWPROTO |
| 205 | NBPC | ||
| 206 | NEED_ERRNO | 180 | NEED_ERRNO |
| 207 | NEED_NET_ERRNO_H | 181 | NEED_NET_ERRNO_H |
| 208 | NEED_PTEM_H | 182 | NEED_PTEM_H |
| @@ -221,14 +195,13 @@ NO_PTY_H | |||
| 221 | NO_REMAP | 195 | NO_REMAP |
| 222 | NO_SIOCTL_H | 196 | NO_SIOCTL_H |
| 223 | NO_SOCKETS_IN_FILE_SYSTEM | 197 | NO_SOCKETS_IN_FILE_SYSTEM |
| 198 | NO_SOCK_SIGIO | ||
| 224 | NO_TERMIO | 199 | NO_TERMIO |
| 225 | NO_UNION_TYPE | 200 | NO_UNION_TYPE |
| 201 | NO_UNION_TYPE | ||
| 226 | NSIG | 202 | NSIG |
| 227 | NSIG_MINIMUM | 203 | NSIG_MINIMUM |
| 228 | OBJECTS_MACHINE | 204 | OBJECTS_MACHINE |
| 229 | OLDXMENU_OPTIONS | ||
| 230 | OLD_PROGRAM_H | ||
| 231 | OLD_SECTION_H | ||
| 232 | ORDINARY_LINK | 205 | ORDINARY_LINK |
| 233 | OSF1 | 206 | OSF1 |
| 234 | O_NDELAY | 207 | O_NDELAY |
| @@ -239,16 +212,12 @@ PNTR_COMPARISON_TYPE | |||
| 239 | POSIX_SIGNALS | 212 | POSIX_SIGNALS |
| 240 | PREFER_VSUSP | 213 | PREFER_VSUSP |
| 241 | PTY_ITERATION | 214 | PTY_ITERATION |
| 242 | PTY_MAJOR | ||
| 243 | PTY_MINOR | ||
| 244 | PTY_NAME_SPRINTF | 215 | PTY_NAME_SPRINTF |
| 245 | PTY_OPEN | 216 | PTY_OPEN |
| 246 | PTY_TTY_NAME_SPRINTF | 217 | PTY_TTY_NAME_SPRINTF |
| 247 | PURESIZE | 218 | PURESIZE |
| 248 | READ | 219 | READ |
| 249 | REL_ALLOC | 220 | REL_ALLOC |
| 250 | RISCiX | ||
| 251 | RISCiX_1_1 | ||
| 252 | RUN_TIME_REMAP | 221 | RUN_TIME_REMAP |
| 253 | SECTION_ALIGNMENT | 222 | SECTION_ALIGNMENT |
| 254 | SEEK | 223 | SEEK |
| @@ -266,7 +235,6 @@ SKTPAIR | |||
| 266 | SMAIL | 235 | SMAIL |
| 267 | START_FILES | 236 | START_FILES |
| 268 | SUNOS4 | 237 | SUNOS4 |
| 269 | SUNOS4_SHARED_LIBRARIES | ||
| 270 | SUNOS_LOCALTIME_BUG | 238 | SUNOS_LOCALTIME_BUG |
| 271 | SVR4 | 239 | SVR4 |
| 272 | SWITCH_ENUM_BUG | 240 | SWITCH_ENUM_BUG |
| @@ -281,7 +249,6 @@ S_IFLNK | |||
| 281 | S_IFMT | 249 | S_IFMT |
| 282 | S_IREAD | 250 | S_IREAD |
| 283 | S_IWRITE | 251 | S_IWRITE |
| 284 | TAHOE_REGISTER_BUG | ||
| 285 | TERMCAP | 252 | TERMCAP |
| 286 | TERMINFO | 253 | TERMINFO |
| 287 | TEXT_END | 254 | TEXT_END |
| @@ -290,8 +257,6 @@ TEXT_START_ADDR | |||
| 290 | THIS_IS_MAKEFILE | 257 | THIS_IS_MAKEFILE |
| 291 | TPIX | 258 | TPIX |
| 292 | ULIMIT_BREAK_VALUE | 259 | ULIMIT_BREAK_VALUE |
| 293 | UMAX | ||
| 294 | UMAX4_2 | ||
| 295 | UNEXEC | 260 | UNEXEC |
| 296 | USE_DL_STUBS | 261 | USE_DL_STUBS |
| 297 | USE_GETOBAUD | 262 | USE_GETOBAUD |
| @@ -303,20 +268,17 @@ USG5_3 | |||
| 303 | USG5_4 | 268 | USG5_4 |
| 304 | USG_JOBCTRL | 269 | USG_JOBCTRL |
| 305 | USG_SHARED_LIBRARIES | 270 | USG_SHARED_LIBRARIES |
| 306 | V3x | ||
| 307 | VIRT_ADDR_VARIES | 271 | VIRT_ADDR_VARIES |
| 308 | WORDS_BIG_ENDIAN | 272 | WORDS_BIG_ENDIAN |
| 309 | WORD_MACHINE | 273 | WORD_MACHINE |
| 310 | WRITE | 274 | WRITE |
| 311 | X11R4 | 275 | X11R4 |
| 312 | XENIX | ||
| 313 | XICCC | 276 | XICCC |
| 314 | XINT | 277 | XINT |
| 315 | XSET | 278 | XSET |
| 316 | XUINT | 279 | XUINT |
| 317 | X_DEFAULT_FONT | 280 | X_DEFAULT_FONT |
| 318 | _ABIN32 | 281 | _ABIN32 |
| 319 | _CX_UX | ||
| 320 | _MIPS_SZLONG | 282 | _MIPS_SZLONG |
| 321 | _POSIX_SOURCE | 283 | _POSIX_SOURCE |
| 322 | __main | 284 | __main |
| @@ -325,15 +287,10 @@ _setjmp | |||
| 325 | _sobuf | 287 | _sobuf |
| 326 | aix386 | 288 | aix386 |
| 327 | alloca | 289 | alloca |
| 328 | amdahl_uts | ||
| 329 | aouthdr | 290 | aouthdr |
| 330 | celerity | ||
| 331 | clipper | ||
| 332 | convex | ||
| 333 | data_start | 291 | data_start |
| 334 | drem | 292 | drem |
| 335 | dsize | 293 | dsize |
| 336 | elxsi | ||
| 337 | emacs | 294 | emacs |
| 338 | entry | 295 | entry |
| 339 | etext | 296 | etext |
| @@ -348,17 +305,12 @@ jmp_buf | |||
| 348 | longjmp | 305 | longjmp |
| 349 | m68000 | 306 | m68000 |
| 350 | m68k | 307 | m68k |
| 351 | m88k | ||
| 352 | magic | 308 | magic |
| 353 | mc68000 | 309 | mc68000 |
| 354 | mips | 310 | mips |
| 355 | orion | ||
| 356 | sel | 311 | sel |
| 357 | subprocesses | 312 | subprocesses |
| 358 | sun | 313 | sun |
| 359 | sun_68881 | ||
| 360 | sun_fpa | ||
| 361 | sun_soft | ||
| 362 | text_start | 314 | text_start |
| 363 | 315 | ||
| 364 | # arch-tag: bc80061a-1168-4911-9766-46aaf2640250 | 316 | # arch-tag: bc80061a-1168-4911-9766-46aaf2640250 |
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 0aa75f301a8..25d0483e09a 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -96,29 +96,23 @@ minimized. I don't know what is left to do here. | |||
| 96 | 96 | ||
| 97 | ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect | 97 | ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect |
| 98 | 98 | ||
| 99 | ** Stephen.Berman@gmx.net: minibuffer and current-local-map | ||
| 100 | |||
| 101 | ** timh@insightful.com, 9 Nov: X-coding-system incompatibility, and workaround | 99 | ** timh@insightful.com, 9 Nov: X-coding-system incompatibility, and workaround |
| 102 | 100 | ||
| 103 | ** Get rid of old-style backquotes in cc-vars.el. | ||
| 104 | ttn has a patch: | ||
| 105 | http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02052.html | ||
| 106 | |||
| 107 | ** Fix or document the shortcoming of easymenu and :suffix. | ||
| 108 | http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01857.html | ||
| 109 | |||
| 110 | ** Fix problem with mode-name in SGML mode. | 101 | ** Fix problem with mode-name in SGML mode. |
| 111 | If mode-name stays non-string, add NEWS entry and doc fix. | 102 | If mode-name stays non-string, add NEWS entry and doc fix. |
| 112 | http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg02048.html | 103 | http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg02048.html |
| 113 | 104 | ||
| 114 | ** pot@gnu.org, 17 Dec: strange From line maker rmail-reply loop | ||
| 115 | |||
| 116 | ** multi-tty does not work correctly. | 105 | ** multi-tty does not work correctly. |
| 117 | If the server is started from a tty frame and emacsclient creates an | 106 | If the server is started from a tty frame and emacsclient creates an |
| 118 | X11 frame, the tty frame gets confused, it thinks it is an X11 frame | 107 | X11 frame, the tty frame gets confused, it thinks it is an X11 frame |
| 119 | when trying to do a C-z. This worked with server.el version 1.136, it | 108 | when trying to do a C-z. This worked with server.el version 1.136, it |
| 120 | broke after that. | 109 | broke after that. |
| 121 | http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00545.html | 110 | http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00545.html |
| 111 | Also emacsclient does not work on Windows, it also worked with | ||
| 112 | server.el version 1.136. | ||
| 113 | http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html | ||
| 114 | |||
| 115 | |||
| 122 | 116 | ||
| 123 | * DOCUMENTATION | 117 | * DOCUMENTATION |
| 124 | 118 | ||
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 9a202d62f85..a5be0ca1d6f 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -21,8 +21,8 @@ For each step, check for possible errors. | |||
| 21 | 21 | ||
| 22 | 5. rm configure; make bootstrap | 22 | 5. rm configure; make bootstrap |
| 23 | 23 | ||
| 24 | 6. Commit configure, README, etc/AUTHORS, lisp/finder-inf.el, | 24 | 6. Commit configure, README, doc/emacs/emacs.texi, |
| 25 | lisp/version.el, man/emacs.texi, lispref/elisp.texi, | 25 | doc/lispref/elisp.texi, etc/AUTHORS, lisp/version.el, |
| 26 | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings, | 26 | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings, |
| 27 | mac/src/Emacs.r, nt/emacs.rc. Copy lisp/loaddefs.el to | 27 | mac/src/Emacs.r, nt/emacs.rc. Copy lisp/loaddefs.el to |
| 28 | lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. For a release, | 28 | lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. For a release, |
| @@ -73,9 +73,9 @@ For each step, check for possible errors. | |||
| 73 | ftp://alpha.gnu.org/gnu/emacs/pretest/ for a pretest, at | 73 | ftp://alpha.gnu.org/gnu/emacs/pretest/ for a pretest, at |
| 74 | ftp://ftp.gnu.org/gnu/emacs/ for a release. | 74 | ftp://ftp.gnu.org/gnu/emacs/ for a release. |
| 75 | 75 | ||
| 76 | 14. For a pretest, let Richard Stallman <rms@gnu.org> know about the new pretest and | 76 | 14. For a pretest, let Richard Stallman <rms@gnu.org> know about the new |
| 77 | tell him to announce it using the announcement you prepared. Remind | 77 | pretest and tell him to announce it using the announcement you prepared. |
| 78 | him to set a Reply-to header to <emacs-pretest-bug@gnu.org>. | 78 | Remind him to set a Reply-to header to <emacs-pretest-bug@gnu.org>. |
| 79 | 79 | ||
| 80 | 15. Shortly before the release, cut the branch with the following commands: | 80 | 15. Shortly before the release, cut the branch with the following commands: |
| 81 | 81 | ||
diff --git a/admin/notes/lel-TODO b/admin/notes/lel-TODO index f5254d7a956..9246f1dc8c2 100644 --- a/admin/notes/lel-TODO +++ b/admin/notes/lel-TODO | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | Some lisp/emacs-lisp/ Features and Where They Are Documented | 1 | Some lisp/emacs-lisp/ Features and Where They Are Documented |
| 2 | Copyright (C) 2007 Free Software Foundation, Inc. | 2 | |
| 3 | Copyright (C) 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | See the end of the file for license conditions. | ||
| 3 | 5 | ||
| 4 | 6 | ||
| 5 | * Status Key | 7 | * Status Key |
| @@ -102,6 +104,24 @@ Copyright (C) 2007 Free Software Foundation, Inc. | |||
| 102 | 104 | ||
| 103 | 105 | ||
| 104 | * Etc | 106 | * Etc |
| 107 | |||
| 108 | This file is part of GNU Emacs. | ||
| 109 | |||
| 110 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 111 | it under the terms of the GNU General Public License as published by | ||
| 112 | the Free Software Foundation; either version 3, or (at your option) | ||
| 113 | any later version. | ||
| 114 | |||
| 115 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 116 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 117 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 118 | GNU General Public License for more details. | ||
| 119 | |||
| 120 | You should have received a copy of the GNU General Public License | ||
| 121 | along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 122 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 123 | Boston, MA 02110-1301, USA. | ||
| 124 | |||
| 105 | Local variables: | 125 | Local variables: |
| 106 | mode: outline | 126 | mode: outline |
| 107 | End: | 127 | End: |
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 5895f59bddc..c20364ec576 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | -*- coding: utf-8; mode: text; -*- | 1 | -*- coding: utf-8; mode: text; -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2007, 2008 Free Software Foundation, Inc. | ||
| 4 | See the end of the file for license conditions. | ||
| 5 | |||
| 3 | From README.multi-tty in the multi-tty branch. | 6 | From README.multi-tty in the multi-tty branch. |
| 4 | Some of this information may be out of date. | 7 | Some of this information may be out of date. |
| 5 | 8 | ||