| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | (Fkill_buffer): Avoid dangerous side effects in NILP argument. | Ken Raeburn | 2005-12-06 | 1 | -1/+2 |
| | | |||||
| * | (Fpop_to_buffer): Remove superfluous call to record_buffer. | Károly Lőrentey | 2005-11-30 | 1 | -3/+0 |
| | | |||||
| * | (clone_per_buffer_values): Remove unused var tem. | Kim F. Storm | 2005-10-20 | 1 | -2/+1 |
| | | | | | (init_buffer): Remove unused vars dotstat, pwdstat. | ||||
| * | (init_buffer): Rename `rc' to `len' for clarity. | Romain Francoise | 2005-10-12 | 1 | -6/+6 |
| | | |||||
| * | (init_buffer): Fix typos. | Romain Francoise | 2005-09-10 | 1 | -1/+1 |
| | | |||||
| * | (init_buffer): Grow buffer to add directory separator | Romain Francoise | 2005-09-10 | 1 | -2/+4 |
| | | | | | and terminal zero. | ||||
| * | (init_buffer): Fix error message for failed call to get_current_dir_name. | Eli Zaretskii | 2005-09-10 | 1 | -4/+2 |
| | | | | | (get_current_dir_name): Remove prototype. | ||||
| * | (init_buffer): Use get_current_dir_name. | Eli Zaretskii | 2005-09-10 | 1 | -28/+13 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+3 |
| | | |||||
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Juanma Barranquero | 2005-07-21 | 1 | -8/+8 |
| | | |||||
| * | (scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words. | Juri Linkov | 2005-07-18 | 1 | -2/+2 |
| | | |||||
| * | (Fmake_overlay): Doc fix. | Richard M. Stallman | 2005-07-17 | 1 | -4/+6 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | Finish previous change. | Richard M. Stallman | 2005-06-17 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Richard M. Stallman | 2005-06-17 | 1 | -2/+2 |
| | | |||||
| * | (Fbuffer_local_value): Call indirect_variable. | Richard M. Stallman | 2005-05-29 | 1 | -0/+3 |
| | | |||||
| * | (Fbuffer_local_value): Make argument name match its use in docstring. | Juanma Barranquero | 2005-05-27 | 1 | -18/+18 |
| | | |||||
| * | (init_buffer_once): Set cursor_in_non_selected_windows default value. | Kim F. Storm | 2005-05-04 | 1 | -3/+9 |
| | | | | | | (syms_of_buffer): Add default-cursor-in-non-selected-windows. Fix type of cursor-in-non-selected-windows. | ||||
| * | (syms_of_buffer): Define cursor-in-non-selected-windows. | Richard M. Stallman | 2005-05-02 | 1 | -0/+6 |
| | | |||||
| * | (Fmake_indirect_buffer): Clear out some local variables. | Richard M. Stallman | 2005-04-10 | 1 | -2/+16 |
| | | |||||
| * | (buffer_lisp_local_variables): New function, | Richard M. Stallman | 2005-03-17 | 1 | -37/+42 |
| | | | | | | broken out from Fbuffer_local_variables. (clone_per_buffer_values): Use buffer_lisp_local_variables. | ||||
| * | (syms_of_buffer): Fix typo. | Lute Kamstra | 2005-02-25 | 1 | -1/+1 |
| | | |||||
| * | (Foverlay_buffer): Doc fix. | Lute Kamstra | 2005-02-23 | 1 | -3/+4 |
| | | |||||
| * | (Fbury_buffer): Doc fix. | Richard M. Stallman | 2005-02-03 | 1 | -0/+1 |
| | | |||||
| * | (syms_of_buffer) <buffer-undo-list>: Doc fix. | Kim F. Storm | 2005-01-31 | 1 | -1/+7 |
| | | |||||
| * | (syms_of_buffer) <buffer-undo-list>: Doc fix. | Richard M. Stallman | 2005-01-29 | 1 | -0/+2 |
| | | |||||
| * | (syms_of_buffer) <vertical-scroll-bar>: Correct typo. | Luc Teirlinck | 2004-12-29 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_buffer) <vertical-scroll-bar>: Doc fix. | Richard M. Stallman | 2004-12-29 | 1 | -1/+3 |
| | | |||||
| * | (Fbuffer_disable_undo): Deleted (moved to simple.el). | Richard M. Stallman | 2004-12-27 | 1 | -27/+4 |
| | | | | | (syms_of_buffer): Don't defsubr it. | ||||
| * | (init_buffer): Set current_buffer->directory to a | Kenichi Handa | 2004-11-29 | 1 | -1/+7 |
| | | | | | multibyte string made by string_to_multibyte. | ||||
| * | (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix. | Richard M. Stallman | 2004-11-25 | 1 | -3/+6 |
| | | |||||
| * | (syms_of_buffer): Fix a few typos. | David Kastrup | 2004-10-26 | 1 | -6/+6 |
| | | |||||
| * | (syms_of_buffer) <indicate-buffer-boundaries>: | Kim F. Storm | 2004-09-27 | 1 | -9/+13 |
| | | | | | Doc fix. Format may now be a symbol or alist, not a cons. | ||||
| * | (syms_of_buffer) <default-major-mode>: Doc fix. | Richard M. Stallman | 2004-09-18 | 1 | -1/+8 |
| | | |||||
| * | (reset_buffer, init_buffer_once): Handle auto_save_file_format field. | Luc Teirlinck | 2004-09-08 | 1 | -0/+10 |
| | | | | | (syms_of_buffer): Add DEFVAR_PER_BUFFER for `buffer-auto-save-file-format'. | ||||
| * | (Frestore_buffer_modified_p): Doc fix. | John Paul Wallington | 2004-08-14 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_buffer) <transient-mark-mode>: Doc fix. | Richard M. Stallman | 2004-07-17 | 1 | -1/+4 |
| | | |||||
| * | (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. | Luc Teirlinck | 2004-07-11 | 1 | -2/+12 |
| | | |||||
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 2004-06-21 | 1 | -1/+5 |
| | | |||||
| * | (syms_of_buffer): Clarify `fill-column' docstring. | Luc Teirlinck | 2004-06-16 | 1 | -1/+1 |
| | | |||||
| * | (clone_per_buffer_values): Copy the alist of local vars, | Richard M. Stallman | 2004-05-22 | 1 | -1/+9 |
| | | | | | and the alist pairs too. | ||||
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Kim F. Storm | 2004-04-30 | 1 | -1/+3 |
| | | |||||
| * | (syms_of_buffer) <cursor-type>: Add hbar value. | Kim F. Storm | 2004-04-30 | 1 | -2/+4 |
| | | |||||
| * | (syms_of_buffer) <line-spacing>: Allow float value. | Kim F. Storm | 2004-04-29 | 1 | -5/+7 |
| | | |||||
| * | (Fpop_to_buffer): Fix docstring. | Juanma Barranquero | 2004-04-25 | 1 | -1/+1 |
| | | |||||
| * | (Fbuffer_base_buffer): Doc fix. | Luc Teirlinck | 2004-04-17 | 1 | -1/+2 |
| | | |||||
| * | (Fmake_indirect_buffer): Throw an error if the intended base buffer | Luc Teirlinck | 2004-04-13 | 1 | -4/+7 |
| | | | | | | has been killed. Correct the error message if the base buffer does not exist. | ||||
| * | (Fmake_indirect_buffer): Check that NAME is a string. | Andreas Schwab | 2004-04-12 | 1 | -0/+1 |
| | | |||||
| * | (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argument | Luc Teirlinck | 2004-04-11 | 1 | -1/+4 |
| | | | | | equals NAME. Doc fix. | ||||