1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

487 commits

Author SHA1 Message Date
Thien-Thi Nguyen
0b5538bd85 Update years in copyright notice; nfc. 2005-08-07 12:33:19 +00:00
Juanma Barranquero
b8dc613f45 (syms_of_buffer) <cursor-type>: Doc fix. 2005-07-21 16:06:33 +00:00
Juri Linkov
e5f95d5ca4 (scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words. 2005-07-18 16:32:35 +00:00
Richard M. Stallman
a625ee20c8 (Fmake_overlay): Doc fix. 2005-07-17 03:47:19 +00:00
Lute Kamstra
4fc5845fe8 Update FSF's address. 2005-07-04 16:49:24 +00:00
Richard M. Stallman
b4234f4ce6 Finish previous change. 2005-06-17 21:22:14 +00:00
Richard M. Stallman
398f0da507 (syms_of_buffer) <cursor-type>: Doc fix. 2005-06-17 13:59:11 +00:00
Richard M. Stallman
0e4d0c9af9 (Fbuffer_local_value): Call indirect_variable. 2005-05-29 08:25:17 +00:00
Juanma Barranquero
5e2ad10b99 (Fbuffer_local_value): Make argument name match its use in docstring. 2005-05-27 11:02:11 +00:00
Kim F. Storm
187ccf4905 (init_buffer_once): Set cursor_in_non_selected_windows default value.
(syms_of_buffer): Add default-cursor-in-non-selected-windows.
Fix type of cursor-in-non-selected-windows.
2005-05-04 22:10:14 +00:00
Richard M. Stallman
0124c5bdea (syms_of_buffer): Define cursor-in-non-selected-windows. 2005-05-02 17:10:29 +00:00
Richard M. Stallman
7fa57e4559 (Fmake_indirect_buffer): Clear out some local variables. 2005-04-10 23:22:38 +00:00
Richard M. Stallman
e1688f54df (buffer_lisp_local_variables): New function,
broken out from Fbuffer_local_variables.
(clone_per_buffer_values): Use buffer_lisp_local_variables.
2005-03-17 23:37:39 +00:00
Lute Kamstra
845a78b47b (syms_of_buffer): Fix typo. 2005-02-25 15:22:17 +00:00
Lute Kamstra
563f712898 (Foverlay_buffer): Doc fix. 2005-02-23 08:45:04 +00:00
Richard M. Stallman
3997118842 (Fbury_buffer): Doc fix. 2005-02-03 07:33:52 +00:00
Kim F. Storm
7405f386b9 (syms_of_buffer) <buffer-undo-list>: Doc fix. 2005-01-31 22:45:12 +00:00
Richard M. Stallman
c6c7dc0349 (syms_of_buffer) <buffer-undo-list>: Doc fix. 2005-01-29 17:18:57 +00:00
Luc Teirlinck
188577ceca (syms_of_buffer) <vertical-scroll-bar>: Correct typo. 2004-12-29 22:18:41 +00:00
Richard M. Stallman
7c6b20070e (syms_of_buffer) <vertical-scroll-bar>: Doc fix. 2004-12-29 20:39:38 +00:00
Richard M. Stallman
fc2c88874c (Fbuffer_disable_undo): Deleted (moved to simple.el).
(syms_of_buffer): Don't defsubr it.
2004-12-27 16:07:42 +00:00
Kenichi Handa
dcd74c5f2c (init_buffer): Set current_buffer->directory to a
multibyte string made by string_to_multibyte.
2004-11-29 07:16:25 +00:00
Richard M. Stallman
79e3497d3f (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix. 2004-11-25 03:16:34 +00:00
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