aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Declare set_text_properties and set_text_properties_1.Richard M. Stallman2001-11-111-0/+6
* (replace_range): Use adjust_markers_for_replaceRichard M. Stallman2001-11-111-10/+4
* (Freplace_match): Use replace_range to insert and delete.Richard M. Stallman2001-11-111-17/+16
* (set_text_properties_1): New subroutine, broken out of set_text_properties.Richard M. Stallman2001-11-111-28/+35
* (graft_intervals_into_buffer):Richard M. Stallman2001-11-111-8/+7
* *** empty log message ***Jason Rumney2001-11-101-0/+7
* (enum_font_cb2): Use leading @ on face name to detectJason Rumney2001-11-101-5/+11
* Add copyright 2001.Gerd Moellmann2001-11-101-1/+1
* (unexec): Use mmap/munmap to allocate buffersGerd Moellmann2001-11-102-18/+19
* (encode_coding): Use precomputed value of `src'.Pavel Janík2001-11-092-4/+5
* (Fbury_buffer): Use braces to follow GNU Coding Standards.Pavel Janík2001-11-092-6/+10
* (merge_face_vectors): Use braces to follow GNU Coding Standards.Pavel Janík2001-11-092-18/+26
* (current_column_1): Remove unused variable `prev_col'.Pavel Janík2001-11-092-1/+4
* *** empty log message ***Richard M. Stallman2001-11-091-0/+4
* *** empty log message ***Jason Rumney2001-11-071-0/+5
* (x_display_and_set_cursor): Do not move system caretJason Rumney2001-11-071-22/+24
* *** empty log message ***Stefan Monnier2001-11-071-3/+4
* (access_keymap): Fix compilation error.Pavel Janík2001-11-072-1/+5
* *** empty log message ***Miles Bader2001-11-071-0/+4
* (x_set_frame_parameters): Avoid infinite recursion.Miles Bader2001-11-071-12/+22
* (graft_intervals_into_buffer): Remove #ifdef'd-out code.Pavel Janík2001-11-072-6/+4
* (Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer).Pavel Janík2001-11-072-207/+185
* (access_keymap): Don't use initializers on Lisp_Object.Richard M. Stallman2001-11-071-2/+11
* (read1): Fix behavior with nested backquoting.Stefan Monnier2001-11-061-4/+4
* (make_lispy_event): Check integerness and fix Lisp_Object/int mixup.Stefan Monnier2001-11-062-3/+9
* (current_column_1): Remove unused variable `prev_col'.Pavel Janík2001-11-062-1/+2
* (fontset_font_pattern): Remove unused variable `family_registry'.Pavel Janík2001-11-062-1/+3
* (copy_hash_table): Remove unused variable `v'.Pavel Janík2001-11-062-1/+5
* (BROKEN_PROTOTYPES): Defined.Richard M. Stallman2001-11-061-0/+5
* *** empty log message ***Richard M. Stallman2001-11-061-0/+7
* (Fkill_buffer): Don't delete auto save file if buffer is modified.Richard M. Stallman2001-11-061-2/+4
* *** empty log message ***Andrew Innes2001-11-051-0/+5
* (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR andAndrew Innes2001-11-051-2/+2
* (unexec): Minor changes; clean up comments.Richard M. Stallman2001-11-052-52/+31
* (x_display_and_set_cursor): Fix w32 compilation error.Sam Steingold2001-11-052-6/+10
* (sound_perror): Save errno from being clobbered.Andreas Schwab2001-11-052-2/+8
* Fix the format of the last entry.Eli Zaretskii2001-11-051-1/+1
* (unexec): mmap() has problems on nfs-mounted fileEli Zaretskii2001-11-052-26/+55
* (Fbuffer_local_value): Add prototype.Pavel Janík2001-11-052-0/+5
* (read_char): Use Fcar and Fcdr, not Fnth.Richard M. Stallman2001-11-052-28/+43
* (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER.Richard M. Stallman2001-11-051-2/+2
* (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.Richard M. Stallman2001-11-051-3/+3
* (echo-area-clear-hook): Undo Oct 29 change.Richard M. Stallman2001-11-051-6/+6
* *** empty log message ***Richard M. Stallman2001-11-051-0/+12
* (x_display_and_set_cursor): Use buffer-localRichard M. Stallman2001-11-052-6/+11
* (Qcursor_in_non_selected_windows): New declaration.Richard M. Stallman2001-11-051-0/+1
* (Qcursor_in_non_selected_windows): New variable.Richard M. Stallman2001-11-051-0/+3
* (Fbuffer_local_value): New function.Richard M. Stallman2001-11-051-0/+53
* *** empty log message ***Richard M. Stallman2001-11-041-0/+6
* (current_column_1, Fmove_to_column): Separate the codeRichard M. Stallman2001-11-041-39/+68