| Commit message (Expand) | Author | Age | Files | Lines |
| * | * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify | Dan Nicolaescu | 2007-11-27 | 1 | -0/+5 |
| * | *** empty log message *** | Andreas Schwab | 2007-11-26 | 1 | -0/+5 |
| * | (Fformat): Handle %c specially since it requires the | Andreas Schwab | 2007-11-23 | 1 | -0/+5 |
| * | (main): Call init_editfns before init_process, since | Stefan Monnier | 2007-11-23 | 1 | -0/+5 |
| * | (do_symval_forwarding): Use same code as in find_symbol_value. | Stefan Monnier | 2007-11-22 | 1 | -0/+3 |
| * | (set_internal): Set the value in the `cons-cell' (for | Stefan Monnier | 2007-11-22 | 1 | -1/+6 |
| * | (print_object): Add cast when passing EMACS_INT | Andreas Schwab | 2007-11-22 | 1 | -0/+7 |
| * | (update_frame_tool_bar): Don't call x-gtk-map-stock if | Jan Djärv | 2007-11-22 | 1 | -0/+5 |
| * | * term.c: Include stdarg.h. | Dan Nicolaescu | 2007-11-22 | 1 | -0/+6 |
| * | * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field. | Stefan Monnier | 2007-11-21 | 1 | -2/+13 |
| * | Merge from emacs--rel--22 | Miles Bader | 2007-11-21 | 1 | -0/+10 |
| |\ |
|
| | * | (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping | Jason Rumney | 2007-11-19 | 1 | -0/+5 |
| | * | (Fset_match_data): Remove the `evaporate' feature. | Stefan Monnier | 2007-11-16 | 1 | -2/+7 |
| | * | *** empty log message *** | Andreas Schwab | 2007-11-16 | 1 | -2/+2 |
| | * | (Fformat): When formatting an integer as float take precision into account. | Andreas Schwab | 2007-11-16 | 1 | -0/+1 |
| | * | (Fformat): Correctly format EMACS_INT values. | Andreas Schwab | 2007-11-15 | 1 | -0/+4 |
| | * | *** empty log message *** | Juanma Barranquero | 2007-11-15 | 1 | -0/+20 |
| | * | (Fw32_registered_hot_keys): Don't return the nil values corresponding | Juanma Barranquero | 2007-11-14 | 1 | -0/+10 |
| | * | *** empty log message *** | Juanma Barranquero | 2007-11-13 | 1 | -2/+7 |
| * | | (w32con_write_glyphs): Remove unused variables. | Jason Rumney | 2007-11-21 | 1 | -0/+6 |
| * | | (mac_term_init): Call add_keyboard_wait_descriptor. | Dan Nicolaescu | 2007-11-20 | 1 | -0/+2 |
| * | | * term/mac-win.el (x-setup-function-keys): Only setup | Dan Nicolaescu | 2007-11-20 | 1 | -0/+7 |
| * | | (Fbuffer_local_value): Remove redundant test. | Stefan Monnier | 2007-11-19 | 1 | -0/+5 |
| * | | * data.c (store_symval_forwarding, set_internal): | Stefan Monnier | 2007-11-19 | 1 | -0/+3 |
| * | | * coding.c (detect_coding, Fupdate_coding_systems_internal): | Stefan Monnier | 2007-11-19 | 1 | -0/+6 |
| * | | (init_system_name): Use getaddrinfo if available. | Jan Djärv | 2007-11-18 | 1 | -0/+2 |
| * | | (x_scroll_bar_set_handle, x_scroll_bar_handle_click) | Jan Djärv | 2007-11-18 | 1 | -0/+6 |
| * | | (BASE_PURESIZE): Increase to 1190000. | Dan Nicolaescu | 2007-11-17 | 1 | -0/+4 |
| * | | (struct buffer): Move `undo_list' back to before `name'. | Stefan Monnier | 2007-11-16 | 1 | -0/+3 |
| * | | * alloc.c (allocate_other_vector): | Stefan Monnier | 2007-11-16 | 1 | -0/+4 |
| * | | (struct save_window_data): Move non-lisp data to the end | Stefan Monnier | 2007-11-16 | 1 | -0/+7 |
| * | | * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data. | Stefan Monnier | 2007-11-16 | 1 | -0/+20 |
| * | | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h. | Stefan Monnier | 2007-11-16 | 1 | -2/+10 |
| * | | *** empty log message *** | Andreas Schwab | 2007-11-16 | 1 | -2/+2 |
| * | | (Fformat): When formatting an integer as float take precision into account. | Andreas Schwab | 2007-11-16 | 1 | -0/+1 |
| * | | (Fformat): Correctly format EMACS_UINT values. | Andreas Schwab | 2007-11-15 | 1 | -0/+2 |
| * | | (Fevent_symbol_parse_modifiers): Fix declaration. | Andreas Schwab | 2007-11-15 | 1 | -0/+4 |
| * | | * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers. | Stefan Monnier | 2007-11-15 | 1 | -0/+3 |
| * | | (swap_in_global_binding): Fix longstanding bug where | Stefan Monnier | 2007-11-15 | 1 | -0/+6 |
| * | | (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height, | Juanma Barranquero | 2007-11-14 | 1 | -1/+21 |
| * | | (Fw32_define_rgb_color, Fw32_load_color_file, Fx_display_save_under): | Juanma Barranquero | 2007-11-14 | 1 | -1/+4 |
| * | | (Fw32_registered_hot_keys): Don't return the nil values corresponding | Juanma Barranquero | 2007-11-14 | 1 | -0/+14 |
| * | | (Fw32_register_hot_key): Don't try to register | Juanma Barranquero | 2007-11-13 | 1 | -1/+6 |
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-11-11 | 1 | -0/+4 |
| |\ \
| |/ |
|
| | * | (BASE_PURESIZE): Increase to 1130000. | Juri Linkov | 2007-11-10 | 1 | -0/+4 |
| | * | (load_overlay_strings): Fix copy&paste typo. | Stefan Monnier | 2007-11-10 | 1 | -1/+5 |
| * | | (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. | Jason Rumney | 2007-11-09 | 1 | -0/+27 |
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-11-09 | 1 | -0/+57 |
| |\ \
| |/ |
|
| | * | * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE | Chong Yidong | 2007-11-07 | 1 | -0/+7 |
| | * | *** empty log message *** | Richard M. Stallman | 2007-11-06 | 1 | -0/+20 |