Fri, 06 Aug 2010 17:11:19 +0900 |
Kenichi Handa |
Improve the encoding by compound-text-with-extensions.
|
Wed, 28 Jul 2010 22:48:06 -0700 |
Dan Nicolaescu |
Remove extern declarations from .c files, and them to .h files.
|
Mon, 26 Jul 2010 20:52:35 -0700 |
Dan Nicolaescu |
Use const, move declarations to header files.
|
Mon, 12 Jul 2010 09:32:53 -0700 |
Dan Nicolaescu |
Convert more function definitions to standard C.
|
Thu, 08 Jul 2010 14:25:08 -0700 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
Thu, 08 Jul 2010 00:18:28 +0200 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
Sun, 04 Jul 2010 21:52:39 -0700 |
Dan Nicolaescu |
Convert declarations or definitions to standard C.
|
Sun, 04 Jul 2010 00:50:25 -0700 |
Dan Nicolaescu |
Convert (most) functions in src to standard C.
|
Fri, 02 Jul 2010 14:19:53 +0200 |
Jan D |
Remove __P and P_ from .c and .m files and definition of P_
|
Tue, 18 May 2010 10:08:33 +0200 |
Juanma Barranquero |
* charset.c (load_charset_map_from_file): Don't call close after fclose.
|
Tue, 20 Apr 2010 15:30:26 +0900 |
Kenichi Handa |
charset.c (char_charset): Consider Vcharset_non_preferred_head only when the arg CHARSET_LIST is nil.
|
Sun, 28 Feb 2010 09:19:31 -0500 |
Chong Yidong |
Fix use of unitialized memory.
|
Sat, 06 Feb 2010 08:23:33 -0500 |
Chong Yidong |
* charset.c (load_charset_map_from_file)
|
Thu, 04 Feb 2010 22:54:49 -0500 |
Chong Yidong |
Fix for Bug#5526.
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Sun, 18 Oct 2009 03:08:32 +0000 |
Stefan Monnier |
Remove leftover table unibyte_to_multibyte_table.
|
Tue, 07 Jul 2009 06:27:05 +0000 |
Kenichi Handa |
(Fset_charset_priority): Update charset_unibyte.
|
Tue, 09 Jun 2009 02:53:07 +0000 |
Kenichi Handa |
(Fmap_charset_chars): In docstring, state clear that
|
Fri, 01 May 2009 12:16:51 +0000 |
Kenichi Handa |
(load_charset_map): Remove unnecessary code.
|
Fri, 01 May 2009 10:55:12 +0000 |
Kenichi Handa |
(load_charset): Reformat X==Y==Z to (X==Y)==Z.
|
Thu, 16 Apr 2009 01:04:27 +0000 |
Kenichi Handa |
(charset_ksc5601): New variable.
|
Tue, 14 Apr 2009 01:24:52 +0000 |
Kenichi Handa |
(Fdefine_charset_internal): Make charset
|
Thu, 09 Apr 2009 03:47:31 +0000 |
Kenichi Handa |
(map_charset_chars): For a charset of `superset'
|
Mon, 30 Mar 2009 15:38:56 +0000 |
Stefan Monnier |
(map_charset_for_dump): Add missing UNGCPRO.
|
Thu, 19 Mar 2009 00:46:26 +0000 |
Kenichi Handa |
(load_charset_map_from_file): When a mapfile can't be loaded, signal
|
Mon, 09 Mar 2009 08:36:54 +0000 |
Juanma Barranquero |
Fix typos in comment.
|
Mon, 09 Mar 2009 01:09:23 +0000 |
Kenichi Handa |
(Qfile_name_handler_alist): Extern it.
|
Wed, 04 Feb 2009 01:55:07 +0000 |
Kenichi Handa |
(Fchar_charset): New optional arg restriction.
|