<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/leim/ja-dic, branch feature/bug-reference-setup</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>.gitignore cleanup.</title>
<updated>2014-11-18T01:58:28+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2014-11-18T01:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=342bc0e04b68d9c52503816bedaf67c9e77be8d2'/>
<id>342bc0e04b68d9c52503816bedaf67c9e77be8d2</id>
<content type='text'>
* .gitignore: Merge contents of subsidiary files and organize the
result so as to avoid duplication.  Remove no-longer needed entries.
* admin/charsets/.gitignore, admin/unidata/.gitignore:
* doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
* leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
* lisp/calc/.gitignore, lisp/calendar/.gitignore:
* lisp/cedet/.gitignore, lisp/emulation/.gitignore:
* lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
* lisp/international/.gitignore, lisp/language/.gitignore:
* lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
* lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
* lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
* lisp/play/.gitignore, lisp/progmodes/.gitignore:
* lisp/term/.gitignore, lisp/textmodes/.gitignore:
* lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
Remove; no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .gitignore: Merge contents of subsidiary files and organize the
result so as to avoid duplication.  Remove no-longer needed entries.
* admin/charsets/.gitignore, admin/unidata/.gitignore:
* doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
* leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
* lisp/calc/.gitignore, lisp/calendar/.gitignore:
* lisp/cedet/.gitignore, lisp/emulation/.gitignore:
* lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
* lisp/international/.gitignore, lisp/language/.gitignore:
* lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
* lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
* lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
* lisp/play/.gitignore, lisp/progmodes/.gitignore:
* lisp/term/.gitignore, lisp/textmodes/.gitignore:
* lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
Remove; no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automate the build of ja-dic.el.</title>
<updated>2013-03-18T04:30:20+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2013-03-18T04:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=982efbcdc4b44d595743cf9085ad64731417cde3'/>
<id>982efbcdc4b44d595743cf9085ad64731417cde3</id>
<content type='text'>
ja-dic.el no longer needs to be in the repository: it's now
generated as part of the build from bzr.  Also, update SKK-JISYO.L to
match the upstream source exactly.
* .bzrignore: Add leim/ja-dic/.
* leim/ja-dic/ja-dic.el: Remove from repository.  It is still distributed
as part of the Emacs tarball.
* leim/Makefile.in ($(srcdir)/ja-dic/ja-dic.el): New rule.
(compile-main): Depend on it.
* leim/SKK-DIC/README: Update to reflect new build procedure.
* leim/SKK-DIC/SKK-JISYO.L: Update to match source exactly.
This is now the annotated version, to match the upstream file name;
the unannotated one is built from it automatically.
* lisp/international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
from the input, rather than assume that it's been done for us by the
SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
the current date into a ja-dic.el comment, as that complicates
regression testing.

Fixes: debbugs:13984
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ja-dic.el no longer needs to be in the repository: it's now
generated as part of the build from bzr.  Also, update SKK-JISYO.L to
match the upstream source exactly.
* .bzrignore: Add leim/ja-dic/.
* leim/ja-dic/ja-dic.el: Remove from repository.  It is still distributed
as part of the Emacs tarball.
* leim/Makefile.in ($(srcdir)/ja-dic/ja-dic.el): New rule.
(compile-main): Depend on it.
* leim/SKK-DIC/README: Update to reflect new build procedure.
* leim/SKK-DIC/SKK-JISYO.L: Update to match source exactly.
This is now the annotated version, to match the upstream file name;
the unannotated one is built from it automatically.
* lisp/international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
from the input, rather than assume that it's been done for us by the
SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
the current date into a ja-dic.el comment, as that complicates
regression testing.

Fixes: debbugs:13984
</pre>
</div>
</content>
</entry>
<entry>
<title>Use URLs, not Boston addresses, in copyright notices.</title>
<updated>2012-12-31T15:34:32+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2012-12-31T15:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74'/>
<id>fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer typical American spelling for "acknowledgment".</title>
<updated>2012-07-25T05:48:19+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2012-07-25T05:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=09ae5da1b8bc7e8195a4a252b532ac33e5723f93'/>
<id>09ae5da1b8bc7e8195a4a252b532ac33e5723f93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate ja-dic.el</title>
<updated>2011-02-26T09:48:22+00:00</updated>
<author>
<name>Andreas Schwab</name>
</author>
<published>2011-02-26T09:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1d27f231d6fa907d508f375e32e020bc49bdb554'/>
<id>1d27f231d6fa907d508f375e32e020bc49bdb554</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenate ja-dic.el.</title>
<updated>2010-02-16T07:39:44+00:00</updated>
<author>
<name>Kenichi Handa</name>
</author>
<published>2010-02-16T07:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f1e0d763624b7aaecde07611cbe33d189901665b'/>
<id>f1e0d763624b7aaecde07611cbe33d189901665b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore arch tagline.</title>
<updated>2007-01-29T11:17:20+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2007-01-29T11:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7a92c8fd4744ceea25a44894dbcd07949cc236b7'/>
<id>7a92c8fd4744ceea25a44894dbcd07949cc236b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate (with byte-compile-disable-print-circle bound to t).</title>
<updated>2007-01-29T11:12:02+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2007-01-29T11:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ae26ec069be9548553e06d32cd5ad5ab92ed0d6c'/>
<id>ae26ec069be9548553e06d32cd5ad5ab92ed0d6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add arch tagline</title>
<updated>2007-01-24T07:12:55+00:00</updated>
<author>
<name>Miles Bader</name>
</author>
<published>2007-01-24T07:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=53688138bcbaefa0c702e3b4bcc2c5ae95431450'/>
<id>53688138bcbaefa0c702e3b4bcc2c5ae95431450</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerated.</title>
<updated>2007-01-24T06:28:04+00:00</updated>
<author>
<name>Kenichi Handa</name>
</author>
<published>2007-01-24T06:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a6737fe74ca7af68df764bae6cff156979c3c829'/>
<id>a6737fe74ca7af68df764bae6cff156979c3c829</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
