| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fmultibyte_char_to_unibyte): Return latin1 chars unchanged. | Stefan Monnier | 2008-04-18 | 2 | -10/+16 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-04-18 | 11 | -2512/+6652 |
|\ |
|
| * | [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc) | YAMAMOTO Mitsuharu | 2008-04-12 | 2 | -0/+11 |
| * | (BASE_PURESIZE): Increase to 1140000. | Katsumi Yamaoka | 2008-04-11 | 2 | -1/+5 |
| * | * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK | Michael Albinus | 2008-04-10 | 2 | -4/+14 |
| * | Fix last change. | Jason Rumney | 2008-04-10 | 2 | -1/+9 |
| * | (syms_of_ntproc): Change Vw32_get_true_file attributes | Jason Rumney | 2008-04-10 | 1 | -3/+7 |
| * | (stat): When Vw32_get_true_file_attributes is Qlocal, get | Jason Rumney | 2008-04-10 | 1 | -0/+5 |
| * | Add arch tagline | Miles Bader | 2008-04-07 | 1 | -0/+3 |
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -1/+283 |
| * | (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -30/+86 |
| * | (mac_end_cg_clip): Add argument F. All uses changed. | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -3772/+256 |
| * | [!TARGET_API_MAC_CARBON]: Don't include Scrap.h. | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -757/+13 |
| * | [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c. | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -1309/+14 |
| * | [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h. | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -1/+114 |
| * | (x_set_background_color, mac_window, x_create_tip_frame): | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -392/+35 |
| * | [MAC_OSX] (select_and_poll_event, sys_select): | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -20/+6 |
| * | (MAC_OBJ): Add mactoolbox.o. | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -1/+4 |
| * | New file. | YAMAMOTO Mitsuharu | 2008-04-06 | 1 | -0/+6208 |
* | | (Fexpand_file_name): Refine last fix so `nm' is only | Stefan Monnier | 2008-04-18 | 2 | -0/+10 |
* | | (Faset): Allow setting a multibyte character in an | Kenichi Handa | 2008-04-17 | 2 | -1/+18 |
* | | (STRING_SET_MULTIBYTE): New macro. | Kenichi Handa | 2008-04-17 | 1 | -0/+7 |
* | | * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE | Stefan Monnier | 2008-04-16 | 3 | -11/+35 |
* | | (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction): | Juanma Barranquero | 2008-04-16 | 2 | -4/+13 |
* | | (print-quoted): Docstring update. | Stefan Monnier | 2008-04-16 | 1 | -2/+1 |
* | | (read_key_sequence): Remove always-true checks. | Chong Yidong | 2008-04-15 | 1 | -4/+2 |
* | | * keyboard.c (read_key_sequence): Remove always-true checks. | Chong Yidong | 2008-04-15 | 1 | -0/+4 |
* | | *** empty log message *** | Michael Albinus | 2008-04-14 | 1 | -2/+2 |
* | | (w32font_open_internal): Set max_bounds.descent in | Jason Rumney | 2008-04-14 | 2 | -0/+10 |
* | | * dbusbind.c (dbus-get-unique-name): Remove extra copying of name string. | Michael Albinus | 2008-04-13 | 2 | -4/+9 |
* | | (XUINT, XSET): Remove. | Dan Nicolaescu | 2008-04-12 | 2 | -8/+4 |
* | | (Fexpand_file_name): Add declaration for `p' missing in previous change. | Juanma Barranquero | 2008-04-12 | 2 | -1/+7 |
* | | (Fexpand_file_name): Tighten the scope of `p' and `o' vars. | Stefan Monnier | 2008-04-12 | 2 | -137/+151 |
* | | * keymap.h (map_keymap_canonical): Declare. | Stefan Monnier | 2008-04-11 | 3 | -1/+9 |
* | | (Fdefvaralias): If the alias is bound and the target is not, set the | Glenn Morris | 2008-04-11 | 2 | -3/+15 |
* | | (set_tty_color_mode): Left over typo. | Stefan Monnier | 2008-04-11 | 2 | -1/+5 |
* | | * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK | Michael Albinus | 2008-04-10 | 2 | -4/+14 |
* | | (is_simple_dialog, simple_dialog_show): New functions. | Jason Rumney | 2008-04-10 | 2 | -21/+163 |
* | | (logon_network_drive): Also logon to remote drives that | Jason Rumney | 2008-04-10 | 2 | -1/+11 |
* | | Revert changes included by mistake in previous commit. | Glenn Morris | 2008-04-10 | 1 | -2/+2 |
* | | (truncate-partial-width-windows): Doc fix. | Glenn Morris | 2008-04-10 | 2 | -3/+8 |
* | | * minibuffer.el (minibuffer--double-dollars, read-file-name-internal): | Stefan Monnier | 2008-04-10 | 2 | -130/+6 |
* | | * minibuffer.el (minibuffer): Move group from cus-edit.el. | Stefan Monnier | 2008-04-09 | 2 | -10/+3 |
* | | (temp_echo_area_glyphs): Remove unused function. | Stefan Monnier | 2008-04-09 | 2 | -42/+4 |
* | | (LOADDEFS): Add mh-loaddefs.el. | Jason Rumney | 2008-04-09 | 1 | -0/+3 |
* | | (distclean): Delete makefile too. | Jason Rumney | 2008-04-09 | 1 | -2/+5 |
* | | (Ffield_string_no_properties): Fix typo in docstring. | Juanma Barranquero | 2008-04-09 | 2 | -3/+7 |
* | | (redisplay_internal) [!WINDOWSNT]: Conditionalize last change. | Jason Rumney | 2008-04-09 | 2 | -1/+6 |
* | | (w32_compute_glyph_string_overhangs): Compute overhangs | Jason Rumney | 2008-04-09 | 2 | -2/+34 |
* | | (wait_reading_process_output): If SYNC_INPUT and pending_atimers, run atimers. | Jan Djärv | 2008-04-09 | 2 | -2/+18 |