diff options
| author | Miles Bader | 2007-10-18 21:07:49 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-18 21:07:49 +0000 |
| commit | 5a95db215e07e2f80af6238a0f92b5d6823a7e0b (patch) | |
| tree | 051738dabe4e6bffc11bb19dc329df6e5c6a08c2 | |
| parent | 9a9057825c16c518b41f3899fd4cd8202f50d4b4 (diff) | |
| parent | 9ccbb53dcf9e9e5ce794ca11a14e58dc2b8fd03d (diff) | |
| download | emacs-5a95db215e07e2f80af6238a0f92b5d6823a7e0b.tar.gz emacs-5a95db215e07e2f80af6238a0f92b5d6823a7e0b.zip | |
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 125-127)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-896
| -rwxr-xr-x | admin/nt/makedist.bat | 8 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 2 | ||||
| -rw-r--r-- | etc/NEWS.22 | 2 | ||||
| -rw-r--r-- | etc/PROBLEMS | 7 | ||||
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/makefile.w32-in | 2 |
7 files changed, 23 insertions, 6 deletions
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index 5afef00e9b3..db9446db36e 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat | |||
| @@ -35,8 +35,8 @@ copy %3\README.W32 emacs-%1\README.W32 | |||
| 35 | rem Info-ZIP zip seems to be broken on Windows. | 35 | rem Info-ZIP zip seems to be broken on Windows. |
| 36 | rem It always writes to zip.zip and treats the zipfile argument as one | 36 | rem It always writes to zip.zip and treats the zipfile argument as one |
| 37 | rem of the files to go in it. | 37 | rem of the files to go in it. |
| 38 | rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS | 38 | rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/COPYING emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS |
| 39 | 7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp | 39 | 7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/COPYING emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp |
| 40 | del emacs-%1\README.W32 | 40 | del emacs-%1\README.W32 |
| 41 | if not (%4) == () goto end | 41 | if not (%4) == () goto end |
| 42 | 42 | ||
| @@ -49,8 +49,8 @@ copy %3\dump.bat emacs-%1\bin\dump.bat | |||
| 49 | rem Info-ZIP zip seems to be broken on Windows. | 49 | rem Info-ZIP zip seems to be broken on Windows. |
| 50 | rem It always writes to zip.zip and treats the zipfile argument as one | 50 | rem It always writes to zip.zip and treats the zipfile argument as one |
| 51 | rem of the files to go in it. | 51 | rem of the files to go in it. |
| 52 | rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X | 52 | rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING |
| 53 | 7z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X | 53 | 7z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING |
| 54 | del emacs-%1\README.W32 | 54 | del emacs-%1\README.W32 |
| 55 | if not (%4) == () goto end | 55 | if not (%4) == () goto end |
| 56 | 56 | ||
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 6fc359fed59..68c150a67c9 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-18 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * trouble.texi (Quitting): Fix typo. | ||
| 4 | |||
| 1 | 2007-10-18 Glenn Morris <rgm@gnu.org> | 5 | 2007-10-18 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * frames.texi (Mode Line Mouse): Mention minor mode names. | 7 | * frames.texi (Mode Line Mouse): Mention minor mode names. |
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index ea494445a4e..494637c8eeb 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi | |||
| @@ -84,7 +84,7 @@ waiting for the operating system to do something, quitting is | |||
| 84 | impossible unless special pains are taken for the particular system | 84 | impossible unless special pains are taken for the particular system |
| 85 | call within Emacs where the waiting occurs. We have done this for the | 85 | call within Emacs where the waiting occurs. We have done this for the |
| 86 | system calls that users are likely to want to quit from, but it's | 86 | system calls that users are likely to want to quit from, but it's |
| 87 | possible you will a case not handled. In one very common | 87 | possible you will encounter a case not handled. In one very common |
| 88 | case---waiting for file input or output using NFS---Emacs itself knows | 88 | case---waiting for file input or output using NFS---Emacs itself knows |
| 89 | how to quit, but many NFS implementations simply do not allow user | 89 | how to quit, but many NFS implementations simply do not allow user |
| 90 | programs to stop waiting for NFS when the NFS server is hung. | 90 | programs to stop waiting for NFS when the NFS server is hung. |
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 2b7c82dd7b6..867c58c47a4 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -324,7 +324,7 @@ need to quote the space with a C-q. The underlying changes in the | |||
| 324 | keymaps that are active in the minibuffer are described below under | 324 | keymaps that are active in the minibuffer are described below under |
| 325 | "New keymaps for typing file names". | 325 | "New keymaps for typing file names". |
| 326 | 326 | ||
| 327 | If you want the old behavior back, put these two key bindings to your | 327 | If you want the old behavior back, add these two key bindings to your |
| 328 | ~/.emacs init file: | 328 | ~/.emacs init file: |
| 329 | 329 | ||
| 330 | (define-key minibuffer-local-filename-completion-map | 330 | (define-key minibuffer-local-filename-completion-map |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index d0820eb089e..6aada33f92a 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2200,6 +2200,13 @@ month names with consistent widths for some locales on some versions | |||
| 2200 | of Windows. This is caused by a deficiency in the underlying system | 2200 | of Windows. This is caused by a deficiency in the underlying system |
| 2201 | library function. | 2201 | library function. |
| 2202 | 2202 | ||
| 2203 | The functions set-time-zone-rule, and display-time-world (which uses it) | ||
| 2204 | do not work on Windows. Fixing this is difficult, since Windows uses | ||
| 2205 | localtime for the system clock, and any attempt to change the timezone | ||
| 2206 | would have to be accompanied by a clock change for the results to remain | ||
| 2207 | consistent. The way in which these functions are used is not intended to | ||
| 2208 | cause such system-wide disruption. | ||
| 2209 | |||
| 2203 | Files larger than 4GB cause overflow in the size (represented as a | 2210 | Files larger than 4GB cause overflow in the size (represented as a |
| 2204 | 32-bit integer) reported by `file-attributes'. This affects Dired as | 2211 | 32-bit integer) reported by `file-attributes'. This affects Dired as |
| 2205 | well, since the Windows port uses a Lisp emulation of `ls' that relies | 2212 | well, since the Windows port uses a Lisp emulation of `ls' that relies |
diff --git a/nt/ChangeLog b/nt/ChangeLog index 4a8f353782b..c0d8d7a5050 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-18 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (install): Install COPYING in top-level and bin dirs. | ||
| 4 | |||
| 1 | 2007-09-27 Jason Rumney <jasonr@gnu.org> | 5 | 2007-09-27 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * gmake.defs (COMCTL32): New system library. | 7 | * gmake.defs (COMCTL32): New system library. |
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 155f201aa1e..5cb13a79e9a 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in | |||
| @@ -211,6 +211,8 @@ install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE) | |||
| 211 | $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF) | 211 | $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF) |
| 212 | - $(CP_DIR) icons $(INSTALL_DIR)/etc | 212 | - $(CP_DIR) icons $(INSTALL_DIR)/etc |
| 213 | $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF) | 213 | $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF) |
| 214 | $(IFNOTSAMEDIR) $(CP) ../COPYING $(INSTALL_DIR) $(ENDIF) | ||
| 215 | - $(CP) ../COPYING $(INSTALL_DIR)/bin | ||
| 214 | - $(DEL) ../same-dir.tst | 216 | - $(DEL) ../same-dir.tst |
| 215 | - $(DEL) $(INSTALL_DIR)/same-dir.tst | 217 | - $(DEL) $(INSTALL_DIR)/same-dir.tst |
| 216 | 218 | ||