Mercurial > hg > xemacs-beta
log lisp/mule/mule-cmds.el @ 5565:48a3d3281b48
age | author | description |
---|---|---|
Tue, 06 Sep 2011 11:44:50 +0100 | Aidan Kehoe | Pass eighth bit on TTY consoles to coding system if needed. |
Thu, 17 Mar 2011 23:42:59 +0100 | Mats Lidell | Merge with trunk. |
Thu, 14 Oct 2010 17:15:20 +0200 | Mats Lidell | Changed bulk of GPLv2 or later files identified by script |
Tue, 08 Mar 2011 23:41:52 +0000 | Aidan Kehoe | Examining the result of #'length: `eql', not `=', it's better style & cheaper |
Thu, 16 Sep 2010 14:31:40 +0100 | Aidan Kehoe | Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >= |
Mon, 15 Mar 2010 16:15:12 -0500 | Ben Wing | fix bug in generating display-table entries for error octet characters |
Tue, 12 Jan 2010 01:38:04 -0600 | Ben Wing | Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere |
Sun, 06 Sep 2009 23:47:12 +0100 | Aidan Kehoe | Random (minimal) performance improvements at startup. |