aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader2007-12-16 05:08:49 +0000
committerMiles Bader2007-12-16 05:08:49 +0000
commitd29ee6b1a110cf5d170a10317a96acbbd4a1c68b (patch)
tree58f3c40766d8d56de7d2b026c29e198764d910aa /admin
parent7e095e45a3f790e4608c88db9648d248e24901dc (diff)
parent47854a55680b5809811caf72f66ecbe8289c2855 (diff)
downloademacs-d29ee6b1a110cf5d170a10317a96acbbd4a1c68b.tar.gz
emacs-d29ee6b1a110cf5d170a10317a96acbbd4a1c68b.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES46
-rw-r--r--admin/ChangeLog10
-rw-r--r--admin/FOR-RELEASE16
3 files changed, 62 insertions, 10 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
new file mode 100644
index 00000000000..56693064c98
--- /dev/null
+++ b/admin/CPP-DEFINES
@@ -0,0 +1,46 @@
1Here are some of the cpp macros used, together with some short explanation
2of their use. Feel free to add more macros and more categories.
3
4** Distinguishing OSes **
5
6MAC_OS Compiling for some version of Mac OS?
7MAC_OS8 Compiling for Mac OS version 8. Requires MAC_OS?
8MAC_OSX Compiling for Mac OS X? Is that also valid for Darwin?
9MAC_OS_X ?? Apparently only used once in mac.c.
10CYGWIN Compiling the Cygwin port.
11__CYGWIN__ Ditto
12MSDOS Compiling the MS-DOS port.
13__MSDOS__ Ditto.
14__DJGPP__ Major version number of the DJGPP library for the DOS port.
15__DJGPP_MINOR__ Minor version number of the DJGPP library.
16__GO32__ Compiling the DOS port with DJGPP v1.x (obsolete).
17DOS_NT Compiling for either the MS-DOS or native MS-Windows port.
18WINDOWSNT Compiling the native MS-Windows (W32) port.
19__MINGW32__ Compiling the W32 port with the MinGW port of GCC.
20_MSC_VER Compiling the W32 port with the Microsoft C compiler.
21
22** Distinguishing GUIs **
23
24HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars.
25HAVE_CARBON Compile support for the Carbon GUI. Requires MAC_OS?
26HAVE_X11 Compile support for the X11 GUI.
27HAVE_X_WINDOWS Compile support for X Window system
28X11 ?? Makefile.in suggests it's equivalent to HAVE_X11
29USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11.
30USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11.
31USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11.
32
33** Frame types **
34
35FRAME_TERMCAP_P A tty (character terminal) frame.
36FRAME_X_P A frame on X Window system.
37FRAME_MSDOS_P An MS-DOS frame (used only by the DOS port).
38FRAME_MAC_P A Mac frame.
39FRAME_W32_P A frame using native MS-Windows GUI.
40FRAME_WINDOW_P A GUI frame (like X, w32, etc.)
41
42** Compile-time options **
43REL_ALLOC Compile in the relocatable memory allocator ralloc.c.
44SYSTEM_MALLOC Use the system library's malloc.
45
46# arch-tag: bc80061a-1168-4911-9766-46aaf2640250
diff --git a/admin/ChangeLog b/admin/ChangeLog
index c3252d3ff70..516cecfbb6d 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,13 @@
12007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * CPP-DEFINES: New file.
4
52007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6
7 * FOR-RELEASE: Remove "window-system in face definition" [of
8 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
9 on gnus-dired.el.
10
12007-12-05 Glenn Morris <rgm@gnu.org> 112007-12-05 Glenn Morris <rgm@gnu.org>
2 12
3 * admin.el (set-version): Handle configure.in. Adapt for doc/ 13 * admin.el (set-version): Handle configure.in. Adapt for doc/
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 3ab61ba577c..f96da325b75 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -91,16 +91,8 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
91 91
92** rms: gnus-dired.el is a mistake. Those features should not 92** rms: gnus-dired.el is a mistake. Those features should not
93be part of Gnus. They should be moved to some other part of Emacs. 93be part of Gnus. They should be moved to some other part of Emacs.
94 94rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
95** sdl.web@gmail.com, 28 Oct: window-system in face definition 95minimized. I don't know what is left to do here.
96
97** Gnus archive groups are not shown at all if they are not at the default level.
98Fixed in Gnus CVS, but the patch has not been synched to Emacs yet:
99http://thread.gmane.org/gmane.emacs.gnus.general/65622/focus=65757
100
101** Extra question asked when doing a reply in Gnus
102Fixed in Gnus CVS, but the patch has not been synched to Emacs yet:
103http://thread.gmane.org/gmane.emacs.gnus.general/65627/65768
104 96
105** 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
106 98
@@ -115,6 +107,10 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02052.html
115** Fix or document the shortcoming of easymenu and :suffix. 107** Fix or document the shortcoming of easymenu and :suffix.
116http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01857.html 108http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01857.html
117 109
110** Fix problem with mode-name in SGML mode.
111If mode-name stays non-string, add NEWS entry and doc fix.
112http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg02048.html
113
118* DOCUMENTATION 114* DOCUMENTATION
119 115
120** Check the Emacs Tutorial. 116** Check the Emacs Tutorial.