aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2008-07-15 23:52:03 +0000
committerMiles Bader2008-07-15 23:52:03 +0000
commit0ae1e5e5653aff34bb099296d34314a1c8279f91 (patch)
tree9e174f42778e248235112f35efbe71549327c83c
parent209a0f5ec0d954e81ecb681bbe44f1c63d5ed9d3 (diff)
downloademacs-0ae1e5e5653aff34bb099296d34314a1c8279f91.tar.gz
emacs-0ae1e5e5653aff34bb099296d34314a1c8279f91.zip
Add arch tagline
-rw-r--r--doc/emacs/ns-emacs.texi4
-rw-r--r--lib-src/mac-fix-env.m3
-rw-r--r--lisp/ns-carbon-compat.el2
-rw-r--r--lisp/ns-grabenv.el2
-rw-r--r--lisp/term/ns-win.el1
-rw-r--r--nextstep/ChangeLog2
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html3
-rwxr-xr-xnextstep/compile2
-rw-r--r--src/nsfns.m3
-rw-r--r--src/nsfont.m3
-rw-r--r--src/nsgui.h3
-rw-r--r--src/nsimage.m3
-rw-r--r--src/nsmenu.m3
-rw-r--r--src/nsselect.m3
-rw-r--r--src/nsterm.h3
-rw-r--r--src/nsterm.m3
16 files changed, 43 insertions, 0 deletions
diff --git a/doc/emacs/ns-emacs.texi b/doc/emacs/ns-emacs.texi
index 1e8c4fe7512..9a5c50d92de 100644
--- a/doc/emacs/ns-emacs.texi
+++ b/doc/emacs/ns-emacs.texi
@@ -1017,3 +1017,7 @@ Finally, let us also thank those few hundred other people on the mailing list
1017from whom we didn't hear much, but the presence of which assured us that maybe 1017from whom we didn't hear much, but the presence of which assured us that maybe
1018this project was actually worth doing. 1018this project was actually worth doing.
1019@bye 1019@bye
1020
1021@ignore
1022 arch-tag: 286bdf18-ccfb-48b2-b730-994771de6bdd
1023@end ignore
diff --git a/lib-src/mac-fix-env.m b/lib-src/mac-fix-env.m
index 01798e56f49..997198b3a7f 100644
--- a/lib-src/mac-fix-env.m
+++ b/lib-src/mac-fix-env.m
@@ -69,3 +69,6 @@ int main(int argc, char *argv[])
69 NSLog(@":\nWrote file to '%@'.\nPlease inspect it to make sure PATH is correct.", file); 69 NSLog(@":\nWrote file to '%@'.\nPlease inspect it to make sure PATH is correct.", file);
70 return 0; 70 return 0;
71} 71}
72
73/* arch-tag: 609d5528-5ac1-42c5-859b-24c14341ee3b
74 (do not change this comment) */
diff --git a/lisp/ns-carbon-compat.el b/lisp/ns-carbon-compat.el
index b4565248a4d..fb6afdc5ba1 100644
--- a/lisp/ns-carbon-compat.el
+++ b/lisp/ns-carbon-compat.el
@@ -35,3 +35,5 @@
35(defvaralias 'mac-control-modifier 'ns-control-modifier) 35(defvaralias 'mac-control-modifier 'ns-control-modifier)
36(defvaralias 'mac-option-modifier 'ns-option-modifier) 36(defvaralias 'mac-option-modifier 'ns-option-modifier)
37(defvaralias 'mac-function-modifier 'ns-function-modifier) 37(defvaralias 'mac-function-modifier 'ns-function-modifier)
38
39;; arch-tag: b03b7d78-2b97-4953-90be-5d4f71b64ec1
diff --git a/lisp/ns-grabenv.el b/lisp/ns-grabenv.el
index c9cea0ed9d9..12fab4478f7 100644
--- a/lisp/ns-grabenv.el
+++ b/lisp/ns-grabenv.el
@@ -65,3 +65,5 @@ commands for it to execute (defaults to \"printenv\")."
65; gives the path to the shell (defaults to the current setting of 65; gives the path to the shell (defaults to the current setting of
66; shell-file-name). The remaining arguments are interpreted as a list of 66; shell-file-name). The remaining arguments are interpreted as a list of
67; commands for it to execute (defaults to \"printenv\")." nil nil) 67; commands for it to execute (defaults to \"printenv\")." nil nil)
68
69;; arch-tag: e65e1dd8-1566-460c-ad66-07948588be56
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index e524cc56ffe..8e97c87e165 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -1605,4 +1605,5 @@ Note, tranparency works better on Tiger (10.4) and higher."
1605 1605
1606(provide 'ns-win) 1606(provide 'ns-win)
1607 1607
1608;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644
1608;;; ns-win.el ends here 1609;;; ns-win.el ends here
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 2b3ccc8a914..26cd044f0c8 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -48,3 +48,5 @@
48 * FOR_RELEASE: New file: release tasks specific to NeXTstep 48 * FOR_RELEASE: New file: release tasks specific to NeXTstep
49 port. 49 port.
50 * README.txt: New file: descriptive info for NeXTstep port. 50 * README.txt: New file: descriptive info for NeXTstep port.
51
52;; arch-tag: 963ee08e-8e76-485f-9cfb-65a4333a073c
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html
index 7a65b125c5b..8e7cdc676e3 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html
+++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html
@@ -1 +1,4 @@
1<font face="lucida grande" size="-1"><a href="http://emacs-app.sf.net">http://emacs-app.sf.net</a></font> 1<font face="lucida grande" size="-1"><a href="http://emacs-app.sf.net">http://emacs-app.sf.net</a></font>
2
3<!-- arch-tag: cc455793-f594-45c6-822c-f4a7bb362c15
4 (do not change this comment) -->
diff --git a/nextstep/compile b/nextstep/compile
index e48accbfe73..4f42330edc8 100755
--- a/nextstep/compile
+++ b/nextstep/compile
@@ -221,3 +221,5 @@ ln -sf ../libexec/* .
221echo "" 221echo ""
222echo "Build successful." 222echo "Build successful."
223echo "" 223echo ""
224
225# arch-tag: 1fda51a1-d908-4e60-ad5e-47ffbb39f18d
diff --git a/src/nsfns.m b/src/nsfns.m
index a39a8342bf9..4f14bec0128 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -2666,3 +2666,6 @@ be used as the image of the icon representing the frame.");
2666@end 2666@end
2667 2667
2668#endif 2668#endif
2669
2670/* arch-tag: dc2a3f74-1123-4daa-8eed-fb78db6a5642
2671 (do not change this comment) */
diff --git a/src/nsfont.m b/src/nsfont.m
index 2f667a2af79..bf77d235dd2 100644
--- a/src/nsfont.m
+++ b/src/nsfont.m
@@ -1493,3 +1493,6 @@ syms_of_nsfont ()
1493 DEFSYM (Qroman, "roman"); 1493 DEFSYM (Qroman, "roman");
1494 DEFSYM (Qmedium, "medium"); 1494 DEFSYM (Qmedium, "medium");
1495} 1495}
1496
1497/* arch-tag: d6c3c6f0-62de-4978-8b1e-b7966fe02cae
1498 (do not change this comment) */
diff --git a/src/nsgui.h b/src/nsgui.h
index df38db84ade..88e0993e21a 100644
--- a/src/nsgui.h
+++ b/src/nsgui.h
@@ -206,3 +206,6 @@ typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect;
206#define PWinGravity (1L << 9) /* program specified window gravity */ 206#define PWinGravity (1L << 9) /* program specified window gravity */
207 207
208#endif /* __NSGUI_H__ */ 208#endif /* __NSGUI_H__ */
209
210/* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55
211 (do not change this comment) */
diff --git a/src/nsimage.m b/src/nsimage.m
index 692190280dc..6cb20d5765b 100644
--- a/src/nsimage.m
+++ b/src/nsimage.m
@@ -478,3 +478,6 @@ static EmacsImage *ImageList = nil;
478} 478}
479 479
480@end 480@end
481
482/* arch-tag: 6b310280-6892-4e5e-8f34-41c4d384874f
483 (do not change this comment) */
diff --git a/src/nsmenu.m b/src/nsmenu.m
index d59732b02e4..f549d3a4f03 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -1946,3 +1946,6 @@ syms_of_nsmenu ()
1946 Qdebug_on_next_call = intern ("debug-on-next-call"); 1946 Qdebug_on_next_call = intern ("debug-on-next-call");
1947 staticpro (&Qdebug_on_next_call); 1947 staticpro (&Qdebug_on_next_call);
1948} 1948}
1949
1950/* arch-tag: 75773656-52e5-4c44-a398-47bd87b32619
1951 (do not change this comment) */
diff --git a/src/nsselect.m b/src/nsselect.m
index a999fc38365..b661b3f7675 100644
--- a/src/nsselect.m
+++ b/src/nsselect.m
@@ -622,3 +622,6 @@ set to nil. */);
622/* } */ 622/* } */
623 623
624} 624}
625
626/* arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218
627 (do not change this comment) */
diff --git a/src/nsterm.h b/src/nsterm.h
index 26036a83a71..f2ff1243a42 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -825,3 +825,6 @@ extern char gnustep_base_version[]; /* version tracking */
825 825
826 826
827#endif /* HAVE_NS */ 827#endif /* HAVE_NS */
828
829/* arch-tag: 0a28b142-4ac1-4a81-a243-abcd82d9c4e5
830 (do not change this comment) */
diff --git a/src/nsterm.m b/src/nsterm.m
index fcf98749f09..1e112ea8e4f 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -6596,3 +6596,6 @@ ns_xlfd_to_fontname (const char *xlfd)
6596 xfree (name); 6596 xfree (name);
6597 return ret; 6597 return ret;
6598} 6598}
6599
6600/* arch-tag: 6eaa8f7d-a69b-4e1c-b43d-ab31defbe0d2
6601 (do not change this comment) */