Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
834cf436
Commit
834cf436
authored
May 06, 2009
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't define CANNOT_DUMP for GNUStep any more.
parent
ce1b23bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
12 deletions
+6
-12
ChangeLog
ChangeLog
+6
-2
configure.in
configure.in
+0
-5
src/config.in
src/config.in
+0
-5
No files found.
ChangeLog
View file @
834cf436
2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
* configure.in: Don't define CANNOT_DUMP for GNUStep any more.
2009-05-05 Per Starbäck <per@starback.se> (tiny change)
* BUGS: Use new binding of view-emacs-problems.
...
...
@@ -15,8 +19,8 @@
2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
* configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
Check
if it is declared in gtk.h.
* configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
Check
if it is declared in gtk.h.
2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
...
...
configure.in
View file @
834cf436
...
...
@@ -2607,11 +2607,6 @@ AH_BOTTOM([
#define HAVE_MOUSE
#endif
/* Sadly for now, GNUstep dump does not work. */
#ifdef NS_IMPL_GNUSTEP
#define CANNOT_DUMP
#endif
/* Define AMPERSAND_FULL_NAME if you use the convention
that & in the full name stands for the login id. */
/* Turned on June 1996 supposing nobody will mind it. */
...
...
src/config.in
View file @
834cf436
...
...
@@ -990,11 +990,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define HAVE_MOUSE
#endif
/* Sadly for now, GNUstep dump does not work. */
#ifdef NS_IMPL_GNUSTEP
#define CANNOT_DUMP
#endif
/* Define AMPERSAND_FULL_NAME if you use the convention
that & in the full name stands for the login id. */
/* Turned on June 1996 supposing nobody will mind it. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment