1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

464 commits

Author SHA1 Message Date
David Kastrup
5629f29b3c (syms_of_buffer): Fix a few typos. 2004-10-26 09:45:16 +00:00
Kim F. Storm
b222903736 (syms_of_buffer) <indicate-buffer-boundaries>:
Doc fix.  Format may now be a symbol or alist, not a cons.
2004-09-27 13:28:10 +00:00
Richard M. Stallman
557ca2c1b4 (syms_of_buffer) <default-major-mode>: Doc fix. 2004-09-18 19:20:53 +00:00
Luc Teirlinck
71ed49fa37 (reset_buffer, init_buffer_once): Handle auto_save_file_format field.
(syms_of_buffer): Add DEFVAR_PER_BUFFER for `buffer-auto-save-file-format'.
2004-09-08 02:23:55 +00:00
John Paul Wallington
42f4708622 (Frestore_buffer_modified_p): Doc fix. 2004-08-14 12:49:12 +00:00
Richard M. Stallman
b3264fd2a8 (syms_of_buffer) <transient-mark-mode>: Doc fix. 2004-07-17 14:43:49 +00:00
Luc Teirlinck
a6dced2a68 (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. 2004-07-11 02:36:00 +00:00
Richard M. Stallman
5a39b770ee (syms_of_buffer): Doc fix. 2004-06-21 03:20:20 +00:00
Luc Teirlinck
f1ccb32916 (syms_of_buffer): Clarify `fill-column' docstring. 2004-06-16 22:33:52 +00:00
Richard M. Stallman
02f28bbdce (clone_per_buffer_values): Copy the alist of local vars,
and the alist pairs too.
2004-05-22 22:20:51 +00:00
Kim F. Storm
038c748875 (syms_of_buffer) <cursor-type>: Doc fix. 2004-04-30 22:53:40 +00:00
Kim F. Storm
6431cf0d5f (syms_of_buffer) <cursor-type>: Add hbar value. 2004-04-30 22:49:49 +00:00
Kim F. Storm
60ebfdf3c3 (syms_of_buffer) <line-spacing>: Allow float value. 2004-04-29 22:36:11 +00:00
Juanma Barranquero
e198ba8711 (Fpop_to_buffer): Fix docstring. 2004-04-25 23:56:14 +00:00
Luc Teirlinck
5a72efd483 (Fbuffer_base_buffer): Doc fix. 2004-04-17 02:04:27 +00:00
Luc Teirlinck
c9aac8e688 (Fmake_indirect_buffer): Throw an error if the intended base buffer
has been killed.  Correct the error message if the base buffer does
not exist.
2004-04-13 01:16:22 +00:00
Andreas Schwab
ab53e06559 (Fmake_indirect_buffer): Check that NAME is a string. 2004-04-12 12:13:03 +00:00
Luc Teirlinck
54dffe35a5 (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argument
equals NAME.  Doc fix.
2004-04-11 15:44:38 +00:00
Masatake YAMATO
99a72bdf23 (fix_start_end_in_overlays): make overlays empty if they are backwards. 2004-04-10 20:21:50 +00:00
Masatake YAMATO
abdb9b8306 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
* buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
* editfns.c (Ftranspose_regions): Likewise.
* lisp.h (top_level): Likewise.
2004-03-25 18:05:29 +00:00
Richard M. Stallman
ae47339f71 (Fpop_to_buffer): Doc fix. 2004-03-04 17:15:13 +00:00
Kim F. Storm
ccbc43315d (syms_of_buffer): Doc fix for indicate-buffer-boundaries. 2004-02-15 17:39:43 +00:00
Kenichi Handa
fc1d15f69d (Fset_buffer_multibyte): Fix docstring. 2004-02-05 02:16:36 +00:00
Stefan Monnier
d4f8198baf (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN. 2004-01-21 04:32:19 +00:00
Kim F. Storm
8e8767f80e (init_buffer_once): Set buffer_defaults and
buffer_local_flags for indicate_buffer_boundaries.
(syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
default- variable for it.
2004-01-16 18:40:22 +00:00
Richard M. Stallman
d674d13e14 (Fother_buffer): Don't crash if BUF is nil
or if its name is nil.

(Fkill_buffer): Don't delete auto-save file
if it's the same as the visited file.
2003-12-28 22:16:57 +00:00
Lute Kamstra
77d31fb4c4 (syms_of_buffer): Document %i' and %I' constructs for
`mode-line-format'.
2003-09-08 07:52:23 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Gerd Moellmann
2f297815d7 (Fmove_overlay): Set overlay's next pointer
unconditionally.
2003-08-19 12:39:00 +00:00
Stefan Monnier
d4f5719ace (delete_all_overlays): New function. 2003-07-22 19:02:11 +00:00
Stefan Monnier
27c6b98e3b (copy_overlays): Use EMACS_INT for positions.
(Fswitch_to_buffer): Don't signal an error when switching to the same
buffer in a dedicated window.
2003-07-15 19:32:05 +00:00
Andreas Schwab
2e293742a4 (modify_overlay): Update prototype. 2003-07-11 09:05:18 +00:00
Stefan Monnier
f93ad4cfac (fix_overlays_before): Fix typo in last commit. 2003-07-09 19:05:41 +00:00
Stefan Monnier
2410d73a13 (overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit.
(unchain_overlay): New function.
(add_overlay_mod_hooklist): Use AREF.
(copy_overlays, reset_buffer, overlays_at, overlays_in)
(overlay_touches_p, overlay_strings, recenter_overlay_lists)
(fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
(Fmove_overlay, Fdelete_overlay, Foverlay_lists)
(report_overlay_modification, evaporate_overlays, init_buffer_once):
Adjust to new type of overlays_(before|after).
2003-07-09 15:10:47 +00:00
Stefan Monnier
a615c6dcea (report_overlay_modification): Don't run hooks while
traversing the list of overlays.
2003-07-08 22:09:23 +00:00
Stefan Monnier
c2d5b10fc3 (reset_buffer, recenter_overlay_lists)
(adjust_overlays_for_insert, adjust_overlays_for_delete)
(fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
(evaporate_overlays, init_buffer_once): Update use of overlay_center.
(overlays_at, evaporate_overlays, recenter_overlay_lists)
(overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
2003-07-08 21:47:55 +00:00
Kenichi Handa
b93fb365b3 (Fkill_buffer): Clear charpos cache if necessary. 2003-07-07 01:46:10 +00:00
Stefan Monnier
65745fadd7 (set_buffer_internal_1): Test CONSP for lists.
(Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte): Update to new types.
2003-06-26 23:16:44 +00:00
Stefan Monnier
fd6cfe111f (init_buffer_once): Make kill-buffer-hook permanent-local. 2003-06-03 13:30:08 +00:00
Kenichi Handa
8d1203eafb (Fset_buffer_multibyte): Fix previous change. 2003-06-02 00:54:20 +00:00
Kenichi Handa
458c8af4c6 (Fset_buffer_multibyte): Correctly recover a narrowed
region when a buffer is changed to unibyte.
2003-06-01 23:28:42 +00:00
Dave Love
d36b182f57 Comment. 2003-05-29 18:36:16 +00:00
Andreas Schwab
20464fdfce (syms_of_buffer) <default-direction-reversed>: Doc fix. 2003-05-26 22:19:54 +00:00
Stefan Monnier
2664c0bc59 (Fkill_buffer): Remove unused var `list'. 2003-05-25 17:40:27 +00:00
Kim F. Storm
2ad8731a6b (init_buffer_once): Set buffer_defaults and
buffer_local_flags for new buffer-local variables
left_fringe_width, right_fringe_width, fringes_outside_margins,
scroll_bar_width, and vertical_scroll_bar_type.
(syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
default-* variables for them.
2003-05-24 21:54:43 +00:00
Stefan Monnier
f66cca4e87 (reset_buffer_local_variables): Remove redundant setting. 2003-05-23 18:11:50 +00:00
Stefan Monnier
f1321dc307 (Fselect_window): Add optional arg `norecord'. 2003-05-17 21:17:45 +00:00
Richard M. Stallman
c87426c597 (Foverlay_recenter): Doc fix. 2003-04-16 05:07:38 +00:00
Stefan Monnier
a9b9a78056 (overlays_in): Declare static.
(syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
`constant' field rather than the variable's `type' field.
2003-03-25 16:20:38 +00:00
Richard M. Stallman
5b20caf08d (Fkill_buffer): Use Frun_hook_with_args_until_failure
to run kill-buffer-query-functions.
(Qkill_buffer_query_functions): New var.
(syms_of_buffer): Init and staticpro it.
2003-03-03 19:09:40 +00:00