<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/leim, branch old-branches/python</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Add file missing from last commit.</title>
<updated>2012-06-12T04:36:00+00:00</updated>
<author>
<name>Nguyen Thai Ngoc Duy</name>
</author>
<published>2012-06-12T04:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bf67e61f291a82a9e90a7918f5188714853f0094'/>
<id>bf67e61f291a82a9e90a7918f5188714853f0094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New input method vietnamese-vni.</title>
<updated>2012-06-12T04:35:14+00:00</updated>
<author>
<name>Nguyen Thai Ngoc Duy</name>
</author>
<published>2012-06-12T04:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b79ce7e18b0a5a2cedbe646932f9fcb38838765'/>
<id>6b79ce7e18b0a5a2cedbe646932f9fcb38838765</id>
<content type='text'>
* leim/quail/vnvi.el: New file.

Fixes: debbugs:11660
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* leim/quail/vnvi.el: New file.

Fixes: debbugs:11660
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove leim/Makefile.in's SUBDIRS</title>
<updated>2012-05-22T00:46:40+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-05-22T00:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=35c46c2f9a7d5c241f7ba2b8d7b4015091a9cca2'/>
<id>35c46c2f9a7d5c241f7ba2b8d7b4015091a9cca2</id>
<content type='text'>
It isn't necessary given MKDIR_P, and I have some vague memory that
the time-stamping was causing unncessary re-dumping in some instance.

* leim/Makefile.in (SUBDIRS): Remove variable and rule.
(MKDIR_P): Add it back.
(all, changed.tit, changed.misc, leim-list.el): Don't depend on SUBDIRS.
(changed.tit, changed.misc): Ensure output directory exists.
(distclean): Don't use SUBDIRS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It isn't necessary given MKDIR_P, and I have some vague memory that
the time-stamping was causing unncessary re-dumping in some instance.

* leim/Makefile.in (SUBDIRS): Remove variable and rule.
(MKDIR_P): Add it back.
(all, changed.tit, changed.misc, leim-list.el): Don't depend on SUBDIRS.
(changed.tit, changed.misc): Ensure output directory exists.
(distclean): Don't use SUBDIRS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the top-level Makefile install leim</title>
<updated>2012-05-21T20:13:49+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-05-21T20:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d10cfddd07aec937599944575123d007d5981310'/>
<id>d10cfddd07aec937599944575123d007d5981310</id>
<content type='text'>
* Makefile.in (leimdir): New, set by configure.
(COPYDIR, COPYDESTS): Add leim directories.
(install-leim): Remove.
(install-arch-indep): Handle leim installation directly.

* leim/Makefile.in (install): Remove, let top-level do it.
(version, prefix, datarootdir, datadir, ns_appresdir, leimdir):
(MKDIR_P, GZIP_PROG): Remove, no longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in (leimdir): New, set by configure.
(COPYDIR, COPYDESTS): Add leim directories.
(install-leim): Remove.
(install-arch-indep): Handle leim installation directly.

* leim/Makefile.in (install): Remove, let top-level do it.
(version, prefix, datarootdir, datadir, ns_appresdir, leimdir):
(MKDIR_P, GZIP_PROG): Remove, no longer used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename LEIM_INSTALLDIR to leimdir, treat consistently with lispdir</title>
<updated>2012-05-21T07:30:23+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-05-21T07:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d71dfe75556b7bb4534bfaca0b7cf6cef563961e'/>
<id>d71dfe75556b7bb4534bfaca0b7cf6cef563961e</id>
<content type='text'>
* configure.in (LEIM_INSTALLDIR): Rename to leimdir, treat like lispdir.

* leim/Makefile.in (install_prefix): Remove.
(LEIM_INSTALLDIR): Rename to leimdir.
(install): Update for this change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.in (LEIM_INSTALLDIR): Rename to leimdir, treat like lispdir.

* leim/Makefile.in (install_prefix): Remove.
(LEIM_INSTALLDIR): Rename to leimdir.
(install): Update for this change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Command substitution already runs in a subshell</title>
<updated>2012-05-21T00:44:34+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-05-21T00:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b847032c75e0cb4041a8736886e7054beb6f8696'/>
<id>b847032c75e0cb4041a8736886e7054beb6f8696</id>
<content type='text'>
* Makefile.in (install-arch-indep, install-doc, install-info, uninstall):
* leim/Makefile.in (leim-list.el, install):
* lib-src/Makefile.in (insrcdir, $(DESTDIR)${archlibdir}):
* lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
* test/automated/Makefile.in (setwins):
Scrap superfluous subshells.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in (install-arch-indep, install-doc, install-info, uninstall):
* leim/Makefile.in (leim-list.el, install):
* lib-src/Makefile.in (insrcdir, $(DESTDIR)${archlibdir}):
* lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
* test/automated/Makefile.in (setwins):
Scrap superfluous subshells.
</pre>
</div>
</content>
</entry>
<entry>
<title>Comments</title>
<updated>2012-05-19T19:04:50+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-05-19T19:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=41a2ce39fa914487fb649edaea1a5e2a8f886bc6'/>
<id>41a2ce39fa914487fb649edaea1a5e2a8f886bc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Makefile.in (leim): No need to set PARALLEL.</title>
<updated>2012-05-19T06:34:59+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-05-19T06:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e7333757bff9dd5fe0c47b98b8e7d53e3d0b1611'/>
<id>e7333757bff9dd5fe0c47b98b8e7d53e3d0b1611</id>
<content type='text'>
This predates the use of changed.misc etc to serialize the leim build.
The leim Makefile used to set .NO_PARALLEL/.NOTPARALLEL for the same
reason, but has not done so for many years.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This predates the use of changed.misc etc to serialize the leim build.
The leim Makefile used to set .NO_PARALLEL/.NOTPARALLEL for the same
reason, but has not done so for many years.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use build-aux/install-sh -d directly</title>
<updated>2012-05-12T01:19:47+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-05-12T01:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=005ad204984f9cc908338e6ce273a5b6c7522183'/>
<id>005ad204984f9cc908338e6ce273a5b6c7522183</id>
<content type='text'>
* leim/Makefile.in (MKDIR_P): New, set by configure.
(install): Use $MKDIR_P.

* lib-src/Makefile.in (MKDIR_P): New, set by configure.
($(DESTDIR)${archlibdir}): Use $MKDIR_P.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* leim/Makefile.in (MKDIR_P): New, set by configure.
(install): Use $MKDIR_P.

* lib-src/Makefile.in (MKDIR_P): New, set by configure.
($(DESTDIR)${archlibdir}): Use $MKDIR_P.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install self-contained ns leim files directly to their final destination</title>
<updated>2012-05-10T03:40:20+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-05-10T03:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ff57c2ec02157a5fa209a5626d2b79405d1f40d7'/>
<id>ff57c2ec02157a5fa209a5626d2b79405d1f40d7</id>
<content type='text'>
This is instead of installing them first in one place, then moving them.
It also fixes the previous change, which was incorrect for
the -disable-ns-self-contained case.

* configure.in (LEIM_INSTALLDIR): New output variable.

* leim/Makefile.in: (install_prefix): New.
(LEIM_INSTALLDIR): New, set by configure.
(install): Use LEIM_INSTALLDIR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is instead of installing them first in one place, then moving them.
It also fixes the previous change, which was incorrect for
the -disable-ns-self-contained case.

* configure.in (LEIM_INSTALLDIR): New output variable.

* leim/Makefile.in: (install_prefix): New.
(LEIM_INSTALLDIR): New, set by configure.
(install): Use LEIM_INSTALLDIR.
</pre>
</div>
</content>
</entry>
</feed>
