| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -19/+33 |
| |\ |
|
| | * | (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix | Dave Love | 2002-09-05 | 1 | -2/+2 |
| | * | (Qas, Qmake, Qto): New variables. | Kenichi Handa | 2002-07-31 | 1 | -11/+65 |
| | * | (emacs_strerror): Declare. | Dave Love | 2002-05-17 | 1 | -9/+23 |
| | * | (Fset_buffer_multibyte): Convert 8-bit bytes to | Kenichi Handa | 2002-05-14 | 1 | -1/+2 |
| | * | (Fset_buffer_multibyte): Fix 8-bit char handling. | Kenichi Handa | 2002-05-07 | 1 | -1/+2 |
| | * | Include "character.h" instead of "charset.h", don't include | Kenichi Handa | 2002-03-01 | 1 | -10/+15 |
| * | | New directory | Kenichi Handa | 2003-09-08 | 1 | -7/+6 |
| * | | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| * | | (Fmove_overlay): Set overlay's next pointer | Gerd Moellmann | 2003-08-19 | 1 | -6/+4 |
| * | | (delete_all_overlays): New function. | Stefan Monnier | 2003-07-22 | 1 | -1/+29 |
| * | | (copy_overlays): Use EMACS_INT for positions. | Stefan Monnier | 2003-07-15 | 1 | -1/+14 |
| * | | (modify_overlay): Update prototype. | Andreas Schwab | 2003-07-11 | 1 | -1/+1 |
| * | | (fix_overlays_before): Fix typo in last commit. | Stefan Monnier | 2003-07-09 | 1 | -1/+1 |
| * | | (overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit. | Stefan Monnier | 2003-07-09 | 1 | -167/+199 |
| * | | (report_overlay_modification): Don't run hooks while | Stefan Monnier | 2003-07-08 | 1 | -125/+87 |
| * | | (reset_buffer, recenter_overlay_lists) | Stefan Monnier | 2003-07-08 | 1 | -41/+33 |
| * | | (Fkill_buffer): Clear charpos cache if necessary. | Kenichi Handa | 2003-07-07 | 1 | -0/+1 |
| * | | (set_buffer_internal_1): Test CONSP for lists. | Stefan Monnier | 2003-06-26 | 1 | -29/+21 |
| * | | (init_buffer_once): Make kill-buffer-hook permanent-local. | Stefan Monnier | 2003-06-03 | 1 | -0/+1 |
| * | | (Fset_buffer_multibyte): Fix previous change. | Kenichi Handa | 2003-06-02 | 1 | -1/+1 |
| * | | (Fset_buffer_multibyte): Correctly recover a narrowed | Kenichi Handa | 2003-06-01 | 1 | -1/+6 |
| * | | Comment. | Dave Love | 2003-05-29 | 1 | -3/+4 |
| * | | (syms_of_buffer) <default-direction-reversed>: Doc fix. | Andreas Schwab | 2003-05-26 | 1 | -1/+1 |
| * | | (Fkill_buffer): Remove unused var `list'. | Stefan Monnier | 2003-05-25 | 1 | -1/+0 |
| * | | (init_buffer_once): Set buffer_defaults and | Kim F. Storm | 2003-05-24 | 1 | -8/+74 |
| * | | (reset_buffer_local_variables): Remove redundant setting. | Stefan Monnier | 2003-05-23 | 1 | -1/+0 |
| * | | (Fselect_window): Add optional arg `norecord'. | Stefan Monnier | 2003-05-17 | 1 | -3/+3 |
| * | | (Foverlay_recenter): Doc fix. | Richard M. Stallman | 2003-04-16 | 1 | -1/+3 |
| * | | (overlays_in): Declare static. | Stefan Monnier | 2003-03-25 | 1 | -3/+4 |
| * | | (Fkill_buffer): Use Frun_hook_with_args_until_failure | Richard M. Stallman | 2003-03-03 | 1 | -6/+8 |
| * | | (Fset_buffer_multibyte): Pay attention to the buffer | Kenichi Handa | 2003-02-25 | 1 | -0/+2 |
| * | | (Fset_buffer_multibyte): If the current buffer has a | Kenichi Handa | 2003-02-10 | 1 | -0/+9 |
| * | | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -70/+70 |
| * | | (Fkill_buffer): Call format2 instead of format1. | Richard M. Stallman | 2003-01-25 | 1 | -2/+2 |
| * | | (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes. | Richard M. Stallman | 2003-01-06 | 1 | -8/+18 |
| * | | (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix. | Richard M. Stallman | 2002-12-23 | 1 | -2/+4 |
| * | | (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing. | Richard M. Stallman | 2002-12-09 | 1 | -3/+4 |
| * | | (Qucs_set_table_for_input): New. | Dave Love | 2002-12-03 | 1 | -8/+16 |
| * | | (syms_of_buffer): Doc fix. | Richard M. Stallman | 2002-11-15 | 1 | -1/+2 |
| * | | (syms_of_buffer) <mode-line-format>: Document symbol | Kim F. Storm | 2002-11-14 | 1 | -0/+5 |
| * | | (Fset_buffer_major_mode): Fix last change. | Dave Love | 2002-11-09 | 1 | -1/+1 |
| * | | (Qset_buffer_major_mode_hook): New. | Dave Love | 2002-11-06 | 1 | -6/+8 |
| * | | Comment. | Dave Love | 2002-10-30 | 1 | -2/+2 |
| * | | (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer) | Stefan Monnier | 2002-10-22 | 1 | -21/+21 |
| * | | (overlays_at): Handle extending vec uniformly. | Richard M. Stallman | 2002-08-17 | 1 | -4/+14 |
| * | | (syms_of_buffer) <fill-column>: Doc fix. | Richard M. Stallman | 2002-08-12 | 1 | -1/+2 |
| * | | (Fbuffer_list): Doc fix. | Richard M. Stallman | 2002-07-21 | 1 | -1/+3 |
| * | | comment last change | Ken Raeburn | 2002-07-21 | 1 | -1/+5 |
| * | | (mmap_realloc): When shrinking, make sure number of | Ken Raeburn | 2002-07-21 | 1 | -1/+1 |