aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2007-10-18 21:07:49 +0000
committerMiles Bader2007-10-18 21:07:49 +0000
commit5a95db215e07e2f80af6238a0f92b5d6823a7e0b (patch)
tree051738dabe4e6bffc11bb19dc329df6e5c6a08c2
parent9a9057825c16c518b41f3899fd4cd8202f50d4b4 (diff)
parent9ccbb53dcf9e9e5ce794ca11a14e58dc2b8fd03d (diff)
downloademacs-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-xadmin/nt/makedist.bat8
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/trouble.texi2
-rw-r--r--etc/NEWS.222
-rw-r--r--etc/PROBLEMS7
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/makefile.w32-in2
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
35rem Info-ZIP zip seems to be broken on Windows. 35rem Info-ZIP zip seems to be broken on Windows.
36rem It always writes to zip.zip and treats the zipfile argument as one 36rem It always writes to zip.zip and treats the zipfile argument as one
37rem of the files to go in it. 37rem of the files to go in it.
38rem 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 38rem 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
397z 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 397z 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
40del emacs-%1\README.W32 40del emacs-%1\README.W32
41if not (%4) == () goto end 41if not (%4) == () goto end
42 42
@@ -49,8 +49,8 @@ copy %3\dump.bat emacs-%1\bin\dump.bat
49rem Info-ZIP zip seems to be broken on Windows. 49rem Info-ZIP zip seems to be broken on Windows.
50rem It always writes to zip.zip and treats the zipfile argument as one 50rem It always writes to zip.zip and treats the zipfile argument as one
51rem of the files to go in it. 51rem of the files to go in it.
52rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X 52rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING
537z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X 537z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING
54del emacs-%1\README.W32 54del emacs-%1\README.W32
55if not (%4) == () goto end 55if 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 @@
12007-10-18 Martin Rudalics <rudalics@gmx.at>
2
3 * trouble.texi (Quitting): Fix typo.
4
12007-10-18 Glenn Morris <rgm@gnu.org> 52007-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
84impossible unless special pains are taken for the particular system 84impossible unless special pains are taken for the particular system
85call within Emacs where the waiting occurs. We have done this for the 85call within Emacs where the waiting occurs. We have done this for the
86system calls that users are likely to want to quit from, but it's 86system calls that users are likely to want to quit from, but it's
87possible you will a case not handled. In one very common 87possible you will encounter a case not handled. In one very common
88case---waiting for file input or output using NFS---Emacs itself knows 88case---waiting for file input or output using NFS---Emacs itself knows
89how to quit, but many NFS implementations simply do not allow user 89how to quit, but many NFS implementations simply do not allow user
90programs to stop waiting for NFS when the NFS server is hung. 90programs 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
324keymaps that are active in the minibuffer are described below under 324keymaps 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
327If you want the old behavior back, put these two key bindings to your 327If 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
2200of Windows. This is caused by a deficiency in the underlying system 2200of Windows. This is caused by a deficiency in the underlying system
2201library function. 2201library function.
2202 2202
2203The functions set-time-zone-rule, and display-time-world (which uses it)
2204do not work on Windows. Fixing this is difficult, since Windows uses
2205localtime for the system clock, and any attempt to change the timezone
2206would have to be accompanied by a clock change for the results to remain
2207consistent. The way in which these functions are used is not intended to
2208cause such system-wide disruption.
2209
2203Files larger than 4GB cause overflow in the size (represented as a 2210Files larger than 4GB cause overflow in the size (represented as a
220432-bit integer) reported by `file-attributes'. This affects Dired as 221132-bit integer) reported by `file-attributes'. This affects Dired as
2205well, since the Windows port uses a Lisp emulation of `ls' that relies 2212well, 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 @@
12007-10-18 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
4
12007-09-27 Jason Rumney <jasonr@gnu.org> 52007-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