| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make copy of frame parameters because the original parameters | Martin Rudalics | 2007-12-29 | 1 | -0/+5 |
| * | Revert incorrect merge | Miles Bader | 2007-12-29 | 1 | -3/+0 |
| * | Merge from emacs--rel--22 | Miles Bader | 2007-12-28 | 1 | -0/+17 |
| |\ |
|
| | * | (make_process): Initialize pty_flag to Qnil instead of 0 | YAMAMOTO Mitsuharu | 2007-12-24 | 1 | -0/+3 |
| | * | (phys_cursor_in_rect_p): Check if cursor is in fringe area. | YAMAMOTO Mitsuharu | 2007-12-24 | 1 | -0/+4 |
| | * | (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5 | YAMAMOTO Mitsuharu | 2007-12-23 | 1 | -0/+5 |
| | * | (syms_of_callint) <command-history>: Add reference to history-length in | Eli Zaretskii | 2007-12-22 | 1 | -0/+5 |
| | * | (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam. | Jason Rumney | 2007-12-17 | 1 | -0/+5 |
| * | | * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE, | Michael Albinus | 2007-12-22 | 1 | -0/+9 |
| * | | * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE): | Michael Albinus | 2007-12-21 | 1 | -0/+14 |
| * | | * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean) | Michael Albinus | 2007-12-19 | 1 | -0/+15 |
| * | | *** empty log message *** | Martin Rudalics | 2007-12-19 | 1 | -0/+11 |
| * | | * dbusbind.c (top): Include <stdio.h>. | Michael Albinus | 2007-12-16 | 1 | -0/+14 |
| * | | (Finsert_file_contents): Fix overflow check to not | Andreas Schwab | 2007-12-16 | 1 | -0/+5 |
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-12-16 | 1 | -0/+11 |
| |\ \
| |/ |
|
| | * | (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127. | Jason Rumney | 2007-12-14 | 1 | -0/+5 |
| | * | (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check | Jason Rumney | 2007-12-13 | 1 | -0/+6 |
| * | | *** empty log message *** | Eli Zaretskii | 2007-12-15 | 1 | -0/+4 |
| * | | * dbusbind.c (xd_retrieve_value, xd_retrieve_arg) | Michael Albinus | 2007-12-14 | 1 | -0/+9 |
| * | | (Frename_buffer): In interactive spec replace | Juri Linkov | 2007-12-12 | 1 | -0/+6 |
| * | | (reset_buffer_local_variables): If permanent_too is 0, also | Stefan Monnier | 2007-12-10 | 1 | -0/+13 |
| * | | (Frename_buffer): Change interactive spec from "s" to | Juri Linkov | 2007-12-09 | 1 | -0/+5 |
| * | | * dbusbind.c (xd_read_message): Generate an event for every | Michael Albinus | 2007-12-08 | 1 | -0/+9 |
| * | | * dbusbind.c (Fdbus_get_unique_name, xd_read_message) | Michael Albinus | 2007-12-07 | 1 | -0/+12 |
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-12-06 | 1 | -0/+43 |
| |\ \
| |/ |
|
| | * | (make_process): Initialize pty_flag to 0. | Richard M. Stallman | 2007-12-03 | 1 | -0/+4 |
| | * | (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs. | Jason Rumney | 2007-12-02 | 1 | -0/+5 |
| | * | (syms_of_xdisp) <scroll-conservatively>: Doc fix. | Richard M. Stallman | 2007-12-01 | 1 | -0/+4 |
| | * | (emacs_close) [MAC_OSX && HAVE_CARBON]: | YAMAMOTO Mitsuharu | 2007-11-30 | 1 | -0/+11 |
| | * | Petr Salinger <Petr.Salinger at seznam.cz>: New file. | Glenn Morris | 2007-11-28 | 1 | -0/+4 |
| | * | (unrelocate): New argument BASE. Use it instead of | YAMAMOTO Mitsuharu | 2007-11-27 | 1 | -0/+9 |
| | * | (sys_spawnve): Quote args with wildcards. | Jason Rumney | 2007-11-26 | 1 | -0/+4 |
| | * | (list_processes_1): Fix indentation level of the | Andreas Schwab | 2007-11-26 | 1 | -0/+5 |
| | * | (copy_data_segment): Also copy __gcc_except_tab and __objc_* sections. | YAMAMOTO Mitsuharu | 2007-11-24 | 1 | -0/+6 |
| | * | (Fformat): Handle %c specially since it requires the | Andreas Schwab | 2007-11-23 | 1 | -0/+5 |
| | * | (update_frame_tool_bar): Don't call x-gtk-map-stock if | Jan Djärv | 2007-11-22 | 1 | -0/+5 |
| * | | * dbusbind.c (xd_read_message): Return value is a Lisp_Object. | Michael Albinus | 2007-12-05 | 1 | -0/+8 |
| * | | * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Renamed from | Michael Albinus | 2007-12-04 | 1 | -0/+11 |
| * | | Update URL to Window Manager Specification in comment. | Jan Djärv | 2007-12-03 | 1 | -0/+4 |
| * | | * config.in (HAVE_DBUS): Add. | Michael Albinus | 2007-12-02 | 1 | -0/+23 |
| * | | *** empty log message *** | Jason Rumney | 2007-12-01 | 1 | -0/+2 |
| * | | (syms_of_search) <inhibit-changing-match-data>: Doc fix. | Richard M. Stallman | 2007-12-01 | 1 | -0/+4 |
| * | | (vga_stdcolor_name): Remove. | Jason Rumney | 2007-11-30 | 1 | -0/+10 |
| * | | Leave HAVE_WINDOW_SYSTEM defined. | Jason Rumney | 2007-11-29 | 1 | -0/+7 |
| * | | (apply_modifiers): Fix typo. | Andreas Schwab | 2007-11-29 | 1 | -0/+4 |
| * | | (Fcurrent_local_map): Doc fix. | Richard M. Stallman | 2007-11-29 | 1 | -0/+4 |
| * | | Petr Salinger <Petr.Salinger at seznam.cz>: New file. | Glenn Morris | 2007-11-28 | 1 | -0/+4 |
| * | | (Fget_buffer_create, Fmake_indirect_buffer): Don't cast redundantly. | Stefan Monnier | 2007-11-28 | 1 | -0/+3 |
| * | | (KEY_TO_CHAR): New macro. | Stefan Monnier | 2007-11-28 | 1 | -0/+8 |
| * | | * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify | Dan Nicolaescu | 2007-11-27 | 1 | -0/+5 |