aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (regex_compile): Remove the `regnum' counter.Stefan Monnier2007-06-122-25/+51
* (HAVE_GIF): Doc fix.Glenn Morris2007-06-121-1/+5
* (HAVE_GIF): If -lungif fails, try -lgif.Glenn Morris2007-06-121-0/+5
* Include intervals.h to declare Fget_text_property.Stefan Monnier2007-06-112-7/+11
* (Fx_file_dialog): Take size from struct not pointer.Jason Rumney2007-06-102-2/+6
* Merge from emacs--rel--22Miles Bader2007-06-093-1/+19
|\
| * *** empty log message ***Jason Rumney2007-06-061-0/+4
| * Don't define HAVE_TZNAME.Jason Rumney2007-06-061-1/+0
| * (xpm_load): Remove spurious call to xpm_init_color_cache.Chong Yidong2007-06-061-3/+0
| * * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.Chong Yidong2007-06-061-0/+5
| * (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.Chong Yidong2007-06-061-6/+6
| * * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.Chong Yidong2007-06-061-0/+4
| * * xfaces.c (syms_of_xfaces): Delete stray semicolon.Chong Yidong2007-06-051-0/+13
| * (ccl_driver): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
| * (Fmake_local_variable): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
| * (Fsxhash): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
| * (mac_create_bitmap_from_bitmap_data)Chong Yidong2007-06-051-2/+2
| * (getdefdir): Delete stray semicolon.Chong Yidong2007-06-051-2/+2
| * (delete_window): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
| * (next_element_from_buffer): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
| * (syms_of_xfaces): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
| * (Fshrink_window): Reflow docstring.Juanma Barranquero2007-06-042-2/+6
| * Version 22.1 released.Chong Yidong2007-06-021-0/+2
| * (x_set_name_internal): Undo last change.Chong Yidong2007-06-021-9/+15
| * * xfns.c (x_set_name_internal): Undo last change.Chong Yidong2007-06-021-0/+9
| * (x_encode_text): Add GCPRO.Richard M. Stallman2007-06-011-15/+15
| * (x_set_name_internal): Save encoded name before x_encode_text in caseChong Yidong2007-06-011-1/+11
| * * xfns.c (x_set_name_internal): Save encoded name beforeChong Yidong2007-06-011-0/+5
| * (syms_of_buffer): Doc fix.Richard M. Stallman2007-05-312-1/+5
* | (Fdelete_and_extract_region): Use empty_unibyte_string.Juanma Barranquero2007-06-083-2/+37
* | (Fread_file_name): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | (Fmapconcat): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | (cmd_error_internal): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | (Fkey_description): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | (read_minibuf): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | (wordify): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | (sel_read): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | (Fx_get_atom_name): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | (x_term_init): Use empty_unibyte_string.Juanma Barranquero2007-06-081-3/+3
* | (Fformat_mode_line, syms_of_xdisp): Use empty_unibyte_string.Juanma Barranquero2007-06-081-3/+3
* | (x_default_scroll_bar_color_parameter):Juanma Barranquero2007-06-081-2/+2
* | (menu_help_callback): Use empty_unibyte_string, not empty_string.Juanma Barranquero2007-06-081-2/+2
* | (init_strings): Initialize canonical empty strings.Juanma Barranquero2007-06-081-0/+7
* | (empty_unibyte_string): Rename from empty_string.Juanma Barranquero2007-06-081-5/+2
* | (syms_of_lread, openp): Use empty_unibyte_string, not build_string.Juanma Barranquero2007-06-081-3/+2
* | (STRING_SET_UNIBYTE): Return the canonical empty unibyte string, if appropriate.Juanma Barranquero2007-06-081-2/+6
* | (Fcurrent_time_zone): Remove hack for Japanese Windows.Jason Rumney2007-06-072-13/+8
* | Don't define HAVE_TZNAME.Jason Rumney2007-06-071-1/+0
* | (mac_get_window_bounds): Move extern from macfns.c.YAMAMOTO Mitsuharu2007-06-072-0/+82
* | (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.YAMAMOTO Mitsuharu2007-06-071-869/+1084