]> git.eshelyaron.com Git - emacs.git/commitdiff
Add arch tagline
authorMiles Bader <miles@gnu.org>
Tue, 15 Jul 2008 23:52:03 +0000 (23:52 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 15 Jul 2008 23:52:03 +0000 (23:52 +0000)
16 files changed:
doc/emacs/ns-emacs.texi
lib-src/mac-fix-env.m
lisp/ns-carbon-compat.el
lisp/ns-grabenv.el
lisp/term/ns-win.el
nextstep/ChangeLog
nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html
nextstep/compile
src/nsfns.m
src/nsfont.m
src/nsgui.h
src/nsimage.m
src/nsmenu.m
src/nsselect.m
src/nsterm.h
src/nsterm.m

index 1e8c4fe75127b76f9821b7c775c187e00b7b6e07..9a5c50d92de45c7f5331a30ec6421a99b80e44b5 100644 (file)
@@ -1017,3 +1017,7 @@ Finally, let us also thank those few hundred other people on the mailing list
 from whom we didn't hear much, but the presence of which assured us that maybe
 this project was actually worth doing.
 @bye
+
+@ignore
+   arch-tag: 286bdf18-ccfb-48b2-b730-994771de6bdd
+@end ignore
index 01798e56f49bfed2353991ed27e7584d272e7edb..997198b3a7f94b276e35381509ed4da1ab14e67b 100644 (file)
@@ -69,3 +69,6 @@ int main(int argc, char *argv[])
     NSLog(@":\nWrote file to '%@'.\nPlease inspect it to make sure PATH is correct.", file);
     return 0;
 }
+
+/* arch-tag: 609d5528-5ac1-42c5-859b-24c14341ee3b
+   (do not change this comment) */
index b4565248a4d3014dd1760978bbff877cdcb1b43b..fb6afdc5ba1ea85932a8fcecf10828d546de9a75 100644 (file)
@@ -35,3 +35,5 @@
 (defvaralias 'mac-control-modifier 'ns-control-modifier)
 (defvaralias 'mac-option-modifier 'ns-option-modifier)
 (defvaralias 'mac-function-modifier 'ns-function-modifier)
+
+;; arch-tag: b03b7d78-2b97-4953-90be-5d4f71b64ec1
index c9cea0ed9d9dbea444848b52ad127296b484a997..12fab4478f74b23dbe5a34174a804f662a6fe80c 100644 (file)
@@ -65,3 +65,5 @@ commands for it to execute (defaults to \"printenv\")."
 ; gives the path to the shell (defaults to the current setting of
 ; shell-file-name).  The remaining arguments are interpreted as a list of
 ; commands for it to execute (defaults to \"printenv\")." nil nil)
+
+;; arch-tag: e65e1dd8-1566-460c-ad66-07948588be56
index e524cc56ffef290d4a51c195a7cdcb261350b968..8e97c87e1650f21f1346332ea4fa25ef7971ee1e 100644 (file)
@@ -1605,4 +1605,5 @@ Note, tranparency works better on Tiger (10.4) and higher."
 
 (provide 'ns-win)
 
+;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644
 ;;; ns-win.el ends here
index 2b3ccc8a9144473d434cf9c4ec756f42c003b8ac..26cd044f0c8f4a72599d4cf1130a355c76d8c28d 100644 (file)
@@ -48,3 +48,5 @@
        * FOR_RELEASE: New file: release tasks specific to NeXTstep
        port.
        * README.txt: New file: descriptive info for NeXTstep port.
+
+;; arch-tag: 963ee08e-8e76-485f-9cfb-65a4333a073c
index 7a65b125c5b268935c3aa720d7273242dbce6466..8e7cdc676e328765275b6e5e38f51f29f087c017 100644 (file)
@@ -1 +1,4 @@
 <font face="lucida grande" size="-1"><a href="http://emacs-app.sf.net">http://emacs-app.sf.net</a></font>
+
+<!-- arch-tag: cc455793-f594-45c6-822c-f4a7bb362c15
+     (do not change this comment) -->
index e48accbfe73d774f39660691677f58216fa55a8d..4f42330edc80e5adc1bf67b80fe326b36df58707 100755 (executable)
@@ -221,3 +221,5 @@ ln -sf ../libexec/* .
 echo ""
 echo "Build successful."
 echo ""
+
+# arch-tag: 1fda51a1-d908-4e60-ad5e-47ffbb39f18d
index a39a8342bf9da5afe708f3dae878312901a67e9f..4f14bec0128b8fd6e33f0ffd39ce425eac2cac7e 100644 (file)
@@ -2666,3 +2666,6 @@ be used as the image of the icon representing the frame.");
 @end
 
 #endif
+
+/* arch-tag: dc2a3f74-1123-4daa-8eed-fb78db6a5642
+   (do not change this comment) */
index 2f667a2af79a9539492501cb98d37100748a8855..bf77d235dd25352a0b5502badee47b49021c5f52 100644 (file)
@@ -1493,3 +1493,6 @@ syms_of_nsfont ()
   DEFSYM (Qroman, "roman");
   DEFSYM (Qmedium, "medium");
 }
+
+/* arch-tag: d6c3c6f0-62de-4978-8b1e-b7966fe02cae
+   (do not change this comment) */
index df38db84adec32ddaa4562be2da9d116074048f6..88e0993e21a84a90c6d519661939582806d30cb7 100644 (file)
@@ -206,3 +206,6 @@ typedef struct _NSRect  { NSPoint origin; NSSize size; } NSRect;
 #define PWinGravity    (1L << 9) /* program specified window gravity */
 
 #endif  /* __NSGUI_H__ */
+
+/* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55
+   (do not change this comment) */
index 692190280dc3a80ca22c588665e89a140cc64216..6cb20d5765bdde00f68dc4c18b4318556d7d77e3 100644 (file)
@@ -478,3 +478,6 @@ static EmacsImage *ImageList = nil;
 }
 
 @end
+
+/* arch-tag: 6b310280-6892-4e5e-8f34-41c4d384874f
+   (do not change this comment) */
index d59732b02e4dfb00bba4abaae4ff9b156256a000..f549d3a4f033a3ca527a471ea5cc827c55c7fdac 100644 (file)
@@ -1946,3 +1946,6 @@ syms_of_nsmenu ()
   Qdebug_on_next_call = intern ("debug-on-next-call");
   staticpro (&Qdebug_on_next_call);
 }
+
+/* arch-tag: 75773656-52e5-4c44-a398-47bd87b32619
+   (do not change this comment) */
index a999fc38365f3798f01f6849b08b9d2be62ccb73..b661b3f7675ac44d2b200d541b019917725904a3 100644 (file)
@@ -622,3 +622,6 @@ set to nil.  */);
 /* } */
 
 }
+
+/* arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218
+   (do not change this comment) */
index 26036a83a7141e2fc9f7abcae5b1e7f3f1641882..f2ff1243a42bdabc0391f7d7b23c65bd86cf7e02 100644 (file)
@@ -825,3 +825,6 @@ extern char gnustep_base_version[];  /* version tracking */
 
 
 #endif /* HAVE_NS */
+
+/* arch-tag: 0a28b142-4ac1-4a81-a243-abcd82d9c4e5
+   (do not change this comment) */
index fcf98749f094dc1e5f14cabd13cabc2e792fe8c2..1e112ea8e4ffc53476dbdddbd45cbe983f04890c 100644 (file)
@@ -6596,3 +6596,6 @@ ns_xlfd_to_fontname (const char *xlfd)
   xfree (name);
   return ret;
 }
+
+/* arch-tag: 6eaa8f7d-a69b-4e1c-b43d-ab31defbe0d2
+   (do not change this comment) */