Tue, 12 Jan 2010 23:33:42 -0500 |
Stefan Monnier |
Try to fix bug#5314. This is probably not the final word, tho.
|
Sat, 21 Nov 2009 11:52:23 +0000 |
Andreas Schwab |
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
|
Sun, 18 Oct 2009 03:08:32 +0000 |
Stefan Monnier |
Remove leftover table unibyte_to_multibyte_table.
|
Sat, 15 Aug 2009 13:53:41 +0000 |
Chong Yidong |
Add comment noting that unbound symbols appear as themselves in local_var_alist.
|
Thu, 16 Jul 2009 01:45:08 +0000 |
Richard M. Stallman |
* fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 24 Jun 2008 17:55:20 +0000 |
Chong Yidong |
(struct buffer): New member word_wrap.
|
Thu, 15 May 2008 03:25:15 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Thu, 20 Mar 2008 18:38:34 +0000 |
Stefan Monnier |
* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
|
Thu, 20 Mar 2008 18:13:12 +0000 |
Stefan Monnier |
* fileio.c (Finsert_file_contents):
|
Mon, 17 Mar 2008 20:21:12 +0000 |
Stefan Monnier |
(Fbuffer_list): Declare (for use in callint.c).
|
Tue, 26 Feb 2008 18:18:05 +0000 |
Stefan Monnier |
* dispextern.h (face_at_buffer_position, face_for_overlay_string)
|
Mon, 11 Feb 2008 17:54:15 +0000 |
Stefan Monnier |
(struct buffer): Comment fix to clarify the status of Lisp fields.
|
Sat, 09 Feb 2008 10:52:36 +0000 |
Eli Zaretskii |
(FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table instead of
|
Thu, 07 Feb 2008 12:46:29 +0000 |
Jan Dj¸«£rv |
Use "do...while (0)", not "if (1)..else" in macro definitions.
|