| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from emacs--rel--22 | Miles Bader | 2007-08-03 | 3 | -8/+10 |
| |\ | |||||
| | * | (Fvisited_file_modtime): Use make_time. | Richard M. Stallman | 2007-08-03 | 2 | -5/+7 |
| | * | Comment change. | Richard M. Stallman | 2007-08-03 | 1 | -3/+3 |
| | * | Adjust load-path comment | Vinicius Jose Latorre | 2007-08-02 | 1 | -1/+1 |
| | * | Adjust load-path comment | Vinicius Jose Latorre | 2007-08-01 | 1 | -2/+2 |
| | * | Adjust load-path | Vinicius Jose Latorre | 2007-08-01 | 2 | -3/+8 |
| | * | * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends): | Dan Nicolaescu | 2007-07-30 | 2 | -1/+5 |
| * | | Adjust load-path comment | Vinicius Jose Latorre | 2007-08-02 | 1 | -1/+1 |
| * | | Adjust load-path comment | Vinicius Jose Latorre | 2007-08-01 | 1 | -2/+2 |
| * | | Adjust load-path | Vinicius Jose Latorre | 2007-08-01 | 2 | -3/+8 |
| * | | (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT. | Stefan Monnier | 2007-07-31 | 2 | -5/+4 |
| * | | (BASE_PURESIZE): Increase to 1130000. | Katsumi Yamaoka | 2007-07-30 | 2 | -1/+5 |
| * | | (readevalloop, read1): Treat NBSP as whitespace. | Richard M. Stallman | 2007-07-30 | 2 | -2/+10 |
| * | | (__malloc_initialize): Remove pthread_once. Not needed. | Jan Djärv | 2007-07-29 | 2 | -6/+7 |
| * | | * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for | Nick Roberts | 2007-07-28 | 2 | -3/+3 |
| * | | *** empty log message *** | Nick Roberts | 2007-07-28 | 1 | -0/+7 |
| * | | (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: | YAMAMOTO Mitsuharu | 2007-07-27 | 2 | -0/+29 |
| * | | (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]: | YAMAMOTO Mitsuharu | 2007-07-27 | 1 | -16/+92 |
| * | | (struct scroll_bar): New member fringe_extended_p. | YAMAMOTO Mitsuharu | 2007-07-27 | 1 | -2/+6 |
| * | | (w32_draw_fringe_bitmap): Extend fringe background to | YAMAMOTO Mitsuharu | 2007-07-27 | 1 | -15/+81 |
| * | | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-27 | 2 | -3/+4 |
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 321 | -357/+352 |
| |\ \ | |/ | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -288/+623 |
| |\ \ | |/ | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -8/+9 |
| |\ \ | |/ | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-26 | 2 | -3/+4 |
| | * | Standardize license text. | Glenn Morris | 2007-07-25 | 1 | -14/+14 |
| | * | Remove license from trivial file. | Glenn Morris | 2007-07-25 | 13 | -33/+13 |
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -0/+6 |
| | * | Change to GPLv3. | Glenn Morris | 2007-07-25 | 1 | -288/+623 |
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 162 | -165/+165 |
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 148 | -148/+148 |
| | * | (x_real_positions): Get real position from OS instead of calculating it. | Jason Rumney | 2007-07-24 | 2 | -7/+13 |
| * | | (Fcommandp): Pay attention to the `interactive-form' property. | Stefan Monnier | 2007-07-25 | 1 | -13/+20 |
| * | | (Finteractive_form): Check for the presence of an | Stefan Monnier | 2007-07-25 | 2 | -10/+24 |
| * | | (Finteractive_form): Use a `interactive-form' property if | Stefan Monnier | 2007-07-25 | 2 | -2/+13 |
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-24 | 3 | -28/+67 |
| |\ \ | |/ | |||||
| | * | (current_lock_owner): Allow for @ sign in username. | Jason Rumney | 2007-07-23 | 2 | -2/+6 |
| | * | (clean): Don't delete *~. | Eli Zaretskii | 2007-07-20 | 2 | -1/+5 |
| | * | (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define | Eli Zaretskii | 2007-07-20 | 2 | -0/+12 |
| | * | (w32_executable_type): Handle 64 bit executables. | Jason Rumney | 2007-07-18 | 2 | -27/+52 |
| | * | (Fsave_window_excursion): Doc fix. | Juanma Barranquero | 2007-07-16 | 2 | -2/+11 |
| | * | (Fwith_output_to_temp_buffer): Doc fix. | Juanma Barranquero | 2007-07-16 | 1 | -1/+1 |
| | * | (Ftrack_mouse): Doc fix. | Juanma Barranquero | 2007-07-16 | 1 | -1/+1 |
| | * | (For, Fand, Fprogn): Doc fixes. | Juanma Barranquero | 2007-07-16 | 1 | -3/+3 |
| | * | (Ffind_operation_coding_system): Doc fix. | Juanma Barranquero | 2007-07-16 | 1 | -1/+1 |
| | * | (Fsetq): Doc fix. | Richard M. Stallman | 2007-07-15 | 2 | -1/+11 |
| | * | (Fsetq_default): Doc fix. | Richard M. Stallman | 2007-07-15 | 1 | -2/+4 |
| * | | (decode_mode_spec): Add case 'R' for to test for | Nick Roberts | 2007-07-22 | 1 | -0/+10 |
| * | | (mode-line-format): Describe above case in doc string. | Nick Roberts | 2007-07-22 | 1 | -0/+2 |