aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argumentLuc Teirlinck2004-04-111-1/+4
| * (fix_start_end_in_overlays): make overlays empty if they are backwards.Masatake YAMATO2004-04-101-23/+25
| * * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.Masatake YAMATO2004-03-251-1/+1
| * (Fpop_to_buffer): Doc fix.Richard M. Stallman2004-03-041-2/+3
| * (syms_of_buffer): Doc fix for indicate-buffer-boundaries.Kim F. Storm2004-02-151-4/+14
| * (Fset_buffer_multibyte): Fix docstring.Kenichi Handa2004-02-051-1/+3
| * (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.Stefan Monnier2004-01-211-3/+4
| * (init_buffer_once): Set buffer_defaults andKim F. Storm2004-01-161-0/+15
| * (Fother_buffer): Don't crash if BUF is nilRichard M. Stallman2003-12-281-5/+6
| * (syms_of_buffer): Document `%i' and `%I' constructs forLute Kamstra2003-09-081-0/+2
* | Sync to HEADKenichi Handa2004-04-161-40/+84
* | *** empty log message ***Kenichi Handa2003-09-081-19/+33
|\ \
| * | (Fset_buffer_multibyte, Fset_buffer_multibyte): FixDave Love2002-09-051-2/+2
| * | (Qas, Qmake, Qto): New variables.Kenichi Handa2002-07-311-11/+65
| * | (emacs_strerror): Declare.Dave Love2002-05-171-9/+23
| * | (Fset_buffer_multibyte): Convert 8-bit bytes toKenichi Handa2002-05-141-1/+2
| * | (Fset_buffer_multibyte): Fix 8-bit char handling.Kenichi Handa2002-05-071-1/+2
| * | Include "character.h" instead of "charset.h", don't includeKenichi Handa2002-03-011-10/+15
* | | New directoryKenichi Handa2003-09-081-7/+6
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (Fmove_overlay): Set overlay's next pointerGerd Moellmann2003-08-191-6/+4
* | (delete_all_overlays): New function.Stefan Monnier2003-07-221-1/+29
* | (copy_overlays): Use EMACS_INT for positions.Stefan Monnier2003-07-151-1/+14
* | (modify_overlay): Update prototype.Andreas Schwab2003-07-111-1/+1
* | (fix_overlays_before): Fix typo in last commit.Stefan Monnier2003-07-091-1/+1
* | (overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit.Stefan Monnier2003-07-091-167/+199
* | (report_overlay_modification): Don't run hooks whileStefan Monnier2003-07-081-125/+87
* | (reset_buffer, recenter_overlay_lists)Stefan Monnier2003-07-081-41/+33
* | (Fkill_buffer): Clear charpos cache if necessary.Kenichi Handa2003-07-071-0/+1
* | (set_buffer_internal_1): Test CONSP for lists.Stefan Monnier2003-06-261-29/+21
* | (init_buffer_once): Make kill-buffer-hook permanent-local.Stefan Monnier2003-06-031-0/+1
* | (Fset_buffer_multibyte): Fix previous change.Kenichi Handa2003-06-021-1/+1
* | (Fset_buffer_multibyte): Correctly recover a narrowedKenichi Handa2003-06-011-1/+6
* | Comment.Dave Love2003-05-291-3/+4
* | (syms_of_buffer) <default-direction-reversed>: Doc fix.Andreas Schwab2003-05-261-1/+1
* | (Fkill_buffer): Remove unused var `list'.Stefan Monnier2003-05-251-1/+0
* | (init_buffer_once): Set buffer_defaults andKim F. Storm2003-05-241-8/+74
* | (reset_buffer_local_variables): Remove redundant setting.Stefan Monnier2003-05-231-1/+0
* | (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-171-3/+3
* | (Foverlay_recenter): Doc fix.Richard M. Stallman2003-04-161-1/+3
* | (overlays_in): Declare static.Stefan Monnier2003-03-251-3/+4
* | (Fkill_buffer): Use Frun_hook_with_args_until_failureRichard M. Stallman2003-03-031-6/+8
* | (Fset_buffer_multibyte): Pay attention to the bufferKenichi Handa2003-02-251-0/+2
* | (Fset_buffer_multibyte): If the current buffer has aKenichi Handa2003-02-101-0/+9
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-70/+70
* | (Fkill_buffer): Call format2 instead of format1.Richard M. Stallman2003-01-251-2/+2
* | (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.Richard M. Stallman2003-01-061-8/+18
* | (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix.Richard M. Stallman2002-12-231-2/+4
* | (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing.Richard M. Stallman2002-12-091-3/+4
* | (Qucs_set_table_for_input): New.Dave Love2002-12-031-8/+16