«前の日記(2006.12.18 / Monday) 最新 次の日記(2006.12.21 / Thursday)» 編集

Hena Hena Nikki

2003|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|10|11|12|
2012|01|02|03|04|05|06|07|08|10|12|
2013|01|02|04|06|

2006.12.20 / Wednesday [長年日記]

* [computer/update] Mozilla Firefox 2.0.0.1

定番の multi platform な web browser。 約 2 ヶ月ぶりの version up。

* [computer/update] Mozilla Firefox 2.0.0.1 日本語版

multi platform な web browser, Firefox の日本語版。 約 2 ヶ月ぶりの version up。

* [computer/emacsen] Emacs で C 言語プログラミングを始める人へのイントロダクション

@aka さんの日記。 恥ずかしながら、知らない事がいくつか書いてあった。

* [computer/update] GNU Emacs 22.0.92

言わずと知れた超高機能な text editor っぽい (e)lisp interpreter。 所謂人柱版。

入手はこちらから。

* [computer/update] howm ver.1.3.4

Emacsen 上で動く wiki ライクなメモとりツール。 約半年ぶりの version up。

* [computer/update] Mew ver.5.2RC1

emacsen な定番 mail user agent。 所謂人柱版。

* [computer/update] Sylpheed ver.2.3.0rc

美しい GUI を持つ多機能と軽快さを兼ね備えた message user agent。 開発版の人柱版。

* [computer/update] Mozilla Firefox 1.5.0.9 日本語版

multi platform な web browser, Firefox の日本語版。 メンテナンス・リリース。

* [computer/update] Mozilla Thunderbird 1.5.0.9 日本語版

multi plat-home な message user agent, Thunderbird の日本語版。 メンテナンス・リリース。

* [computer/update] GNU Aspell ver.0.60.5

GNU な spell checher。 約 14 ヶ月ぶりの version up。

* [computer] GNU Emacs 22.0.92 を Mac OS X 10.4 にインストールする

CFLAGS はお好みで

$ wget -c http://ring.astem.or.jp/archives/GNU/emacs/pretest/emacs-22.0.92.tar.gz
$ zcat emacs-22.0.92.tar.gz | tar xvf -
$ cd emacs-22.0.92/
$ wget -c http://keihanna.dl.sourceforge.jp/macemacsjp/22701/inline_patch-20061111.tar.gz
$ zcat inline_patch-20061111.tar.gz | tar xvf -
$ patch -s -p0 < inline_patch-20061111/emacs-inline.patch
$ ./configure --with-carbon --without-x
$ make bootstrap
$ sudo make install
$ sudo rm -rf /Applications/Emacs.app
$ sudo cp -r mac/Emacs.app /Applications/

* [computer] GNU Aspell 0.60.5 を Mac OS X 10.4 にインストールする

CFLAGS はお好みで

$ wget -c ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.5.tar.gz
$ zcat aspell-0.60.5.tar.gz | tar xvf -
$ cd aspell-0.60.5/
$ ./configure --enable-static
$ make
$ sudo make install

  • この日記には本日 名の方が訪問してくださっているようです。 また、昨日は 名の方が訪問してくださったようです。
  • この日記の更新情報の取得には antenna.lirs を利用するのがおすすめです。