diff options
| author | Glenn Morris | 2011-05-18 23:04:16 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-18 23:04:16 -0700 |
| commit | 4a720484822c3a766dd1775dd659e1a969605457 (patch) | |
| tree | 0cc0783a2fe3c672e6d02ddbab14cca64847c328 /src/ChangeLog | |
| parent | 23373930daa192623bfda56960ccb04b2703fbe5 (diff) | |
| download | emacs-4a720484822c3a766dd1775dd659e1a969605457.tar.gz emacs-4a720484822c3a766dd1775dd659e1a969605457.zip | |
Remove the SOME_MACHINE_LISP distinction in src/Makefile.in.
See discussion in http://debbugs.gnu.org/8302
* configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
(WINDOW_SUPPORT): Remove output variables that are no longer used.
* lib-src/makefile.w32-in (echolisp): Remove rule that is no longer needed.
(clean): No more echolisp.tmp.
* .bzrignore: Remove lib-src/echolisp.tmp.
* lisp/emacs-lisp/autoload.el (batch-update-autoloads):
Set autoload-excludes by parsing lisp/loadup.el rather than Makefiles.
* lisp/loadup.el: Update commentary.
* msdos/sed1x.inp (TOOLTIP_SUPPORT, WINDOW_SUPPORT):
* msdos/sed1v2.inp (MSDOS_SUPPORT, NS_SUPPORT, MOUSE_SUPPORT)
(TOOLTIP_SUPPORT, WINDOW_SUPPORT): No need to edit these any more.
* src/Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
(REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
(BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
(lisp): Set the order to that of loadup.el.
(shortlisp): Make it a copy of $lisp.
(SOME_MACHINE_LISP): Remove.
($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
Use just $shortlisp, not $SOME_MACHINE_LISP too.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 372bf383fb8..1b54ae05c59 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-05-19 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT) | ||
| 4 | (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT) | ||
| 5 | (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove. | ||
| 6 | (lisp): Set the order to that of loadup.el. | ||
| 7 | (shortlisp): Make it a copy of $lisp. | ||
| 8 | (SOME_MACHINE_LISP): Remove. | ||
| 9 | ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too. | ||
| 10 | Use just $shortlisp, not $SOME_MACHINE_LISP too. | ||
| 11 | |||
| 1 | 2011-05-18 Kenichi Handa <handa@m17n.org> | 12 | 2011-05-18 Kenichi Handa <handa@m17n.org> |
| 2 | 13 | ||
| 3 | * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency. | 14 | * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency. |