comparison src/ChangeLog @ 5724:ede80ef92a74

Make soft links in src for module source files, if built in to the executable. This ensures that those files are built with the same compiler flags as all other source files. See these xemacs-beta messages: <CAHCOHQn+q=Xuwq+y68dvqi7afAP9f-TdB7=8YiZ8VYO816sjHg@mail.gmail.com> <f5by5ejqiyk.fsf@calexico.inf.ed.ac.uk>
author Jerry James <james@xemacs.org>
date Sat, 02 Mar 2013 14:32:37 -0700
parents fffa15138019
children 86d33ddc7fd6
comparison
equal deleted inserted replaced
5722:fffa15138019 5724:ede80ef92a74
1 2013-03-02 Jerry James <james@xemacs.org>
2
3 * Makefile.in.in: If modules are built into the executable, assume
4 that module source files are available in the current directory,
5 since configure now creates soft links for them.
6
1 2013-02-22 Michael Sperber <mike@xemacs.org> 7 2013-02-22 Michael Sperber <mike@xemacs.org>
2 8
3 * event-stream.c (post_command_hook): Don't complain about throws 9 * event-stream.c (post_command_hook): Don't complain about throws
4 out of `post-command-hook'. This is quite common, for example to 10 out of `post-command-hook'. This is quite common, for example to
5 exit the minibuffer. 11 exit the minibuffer.