diff options
| author | Miles Bader | 2007-12-16 05:08:49 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-16 05:08:49 +0000 |
| commit | d29ee6b1a110cf5d170a10317a96acbbd4a1c68b (patch) | |
| tree | 58f3c40766d8d56de7d2b026c29e198764d910aa /admin | |
| parent | 7e095e45a3f790e4608c88db9648d248e24901dc (diff) | |
| parent | 47854a55680b5809811caf72f66ecbe8289c2855 (diff) | |
| download | emacs-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-DEFINES | 46 | ||||
| -rw-r--r-- | admin/ChangeLog | 10 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 16 |
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 @@ | |||
| 1 | Here are some of the cpp macros used, together with some short explanation | ||
| 2 | of their use. Feel free to add more macros and more categories. | ||
| 3 | |||
| 4 | ** Distinguishing OSes ** | ||
| 5 | |||
| 6 | MAC_OS Compiling for some version of Mac OS? | ||
| 7 | MAC_OS8 Compiling for Mac OS version 8. Requires MAC_OS? | ||
| 8 | MAC_OSX Compiling for Mac OS X? Is that also valid for Darwin? | ||
| 9 | MAC_OS_X ?? Apparently only used once in mac.c. | ||
| 10 | CYGWIN Compiling the Cygwin port. | ||
| 11 | __CYGWIN__ Ditto | ||
| 12 | MSDOS 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). | ||
| 17 | DOS_NT Compiling for either the MS-DOS or native MS-Windows port. | ||
| 18 | WINDOWSNT 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 | |||
| 24 | HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. | ||
| 25 | HAVE_CARBON Compile support for the Carbon GUI. Requires MAC_OS? | ||
| 26 | HAVE_X11 Compile support for the X11 GUI. | ||
| 27 | HAVE_X_WINDOWS Compile support for X Window system | ||
| 28 | X11 ?? Makefile.in suggests it's equivalent to HAVE_X11 | ||
| 29 | USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11. | ||
| 30 | USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11. | ||
| 31 | USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11. | ||
| 32 | |||
| 33 | ** Frame types ** | ||
| 34 | |||
| 35 | FRAME_TERMCAP_P A tty (character terminal) frame. | ||
| 36 | FRAME_X_P A frame on X Window system. | ||
| 37 | FRAME_MSDOS_P An MS-DOS frame (used only by the DOS port). | ||
| 38 | FRAME_MAC_P A Mac frame. | ||
| 39 | FRAME_W32_P A frame using native MS-Windows GUI. | ||
| 40 | FRAME_WINDOW_P A GUI frame (like X, w32, etc.) | ||
| 41 | |||
| 42 | ** Compile-time options ** | ||
| 43 | REL_ALLOC Compile in the relocatable memory allocator ralloc.c. | ||
| 44 | SYSTEM_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 @@ | |||
| 1 | 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * CPP-DEFINES: New file. | ||
| 4 | |||
| 5 | 2007-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 | |||
| 1 | 2007-12-05 Glenn Morris <rgm@gnu.org> | 11 | 2007-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 |
| 93 | be part of Gnus. They should be moved to some other part of Emacs. | 93 | be part of Gnus. They should be moved to some other part of Emacs. |
| 94 | 94 | rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been | |
| 95 | ** sdl.web@gmail.com, 28 Oct: window-system in face definition | 95 | minimized. 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. | ||
| 98 | Fixed in Gnus CVS, but the patch has not been synched to Emacs yet: | ||
| 99 | http://thread.gmane.org/gmane.emacs.gnus.general/65622/focus=65757 | ||
| 100 | |||
| 101 | ** Extra question asked when doing a reply in Gnus | ||
| 102 | Fixed in Gnus CVS, but the patch has not been synched to Emacs yet: | ||
| 103 | http://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. |
| 116 | http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01857.html | 108 | http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01857.html |
| 117 | 109 | ||
| 110 | ** Fix problem with mode-name in SGML mode. | ||
| 111 | If mode-name stays non-string, add NEWS entry and doc fix. | ||
| 112 | http://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. |