]> code.delx.au - gnu-emacs/history - src
Update maintainer.
[gnu-emacs] / src /
2001-11-14 Richard M. Stallman(Fget_unused_category): Doc fix.
2001-11-14 Richard M. Stallman(Ffile_accessible_directory_p): Doc fix.
2001-11-14 Richard M. Stallman(Funlock_buffer, Ffile_locked_p): Doc fixes.
2001-11-14 Richard M. Stallman(Fprin1_to_string): Doc fix.
2001-11-14 Richard M. Stallman(syms_of_eval): Doc fix.
2001-11-14 Richard M. Stallman(Fceiling, Ffloor): Doc fixes.
2001-11-14 Richard M. Stallman(syms_of_buffer): Doc fixes.
2001-11-14 Richard M. Stallman(syms_of_coding): Doc fix.
2001-11-14 Richard M. Stallman(syms_of_display): Doc fix.
2001-11-14 Richard M. Stallman(Fsun_change_cursor_icon): Doc fix.
2001-11-13 Jason RumneyDoc fixes.
2001-11-13 Pavel Janík(Fface_attributes_as_vector): Doc fix.
2001-11-13 Pavel Janík(Fx_synchronize): Reindent.
2001-11-13 Pavel JaníkDoc fix.
2001-11-13 Pavel Janík*** empty log message ***
2001-11-13 Pavel Janík*** empty log message ***
2001-11-13 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-11-13 Pavel Janík(x-popup-menu): Reindent.
2001-11-13 Pavel Janík(Finternal_set_alternative_font_family_alist): Reindent.
2001-11-13 Pavel Janík(Fdump_tool_bar_row): Reindent.
2001-11-13 Pavel Janík(Fminibuffer_complete_word): Reindent.
2001-11-13 Pavel Janík(Freverse): Reindent.
2001-11-13 Pavel Janík(Fif): Reindent.
2001-11-13 Pavel Janík(Fuser_real_login_name): Reindent.
2001-11-13 Pavel Janík(Fsit_for): Reindent.
2001-11-13 Pavel Janík(Flist): Reindent.
2001-11-13 Richard M. Stallman*** empty log message ***
2001-11-13 Sam Steingoldfixed format
2001-11-13 Jason RumneyChange doc-string comments to `new style'. [w/`doc...
2001-11-12 Jason RumneyChange doc-string comments to `new style'. [w/`doc...
2001-11-12 Jason Rumney*** empty log message ***
2001-11-12 Richard M. StallmanUndo unintended change in #if 0 code.
2001-11-12 Pavel JaníkChange macros to use do-while block instead of if-else.
2001-11-12 Richard M. Stallman(XTread_socket): Don't update focus for EnterNotify or
2001-11-11 Richard M. Stallman*** empty log message ***
2001-11-11 Richard M. Stallman*** empty log message ***
2001-11-11 Richard M. Stallman(child_setup_tty): Don't clear ICRNL or INLCR.
2001-11-11 Richard M. Stallman(read_escape): Use end_of_file_error for reporting...
2001-11-11 Richard M. StallmanDeclare set_text_properties and set_text_properties_1.
2001-11-11 Richard M. Stallman(replace_range): Use adjust_markers_for_replace
2001-11-11 Richard M. Stallman(Freplace_match): Use replace_range to insert and delete.
2001-11-11 Richard M. Stallman(set_text_properties_1): New subroutine, broken out...
2001-11-11 Richard M. Stallman(graft_intervals_into_buffer):
2001-11-10 Jason Rumney*** empty log message ***
2001-11-10 Jason Rumney(enum_font_cb2): Use leading @ on face name to detect
2001-11-10 Gerd MoellmannAdd copyright 2001.
2001-11-10 Gerd Moellmann(unexec): Use mmap/munmap to allocate buffers
2001-11-09 Pavel Janík(encode_coding): Use precomputed value of `src'.
2001-11-09 Pavel Janík(Fbury_buffer): Use braces to follow GNU Coding Standards.
2001-11-09 Pavel Janík(merge_face_vectors): Use braces to follow GNU Coding...
2001-11-09 Pavel Janík(current_column_1): Remove unused variable `prev_col'.
2001-11-09 Richard M. Stallman*** empty log message ***
2001-11-07 Jason Rumney*** empty log message ***
2001-11-07 Jason Rumney(x_display_and_set_cursor): Do not move system caret
2001-11-07 Stefan Monnier*** empty log message ***
2001-11-07 Pavel Janík(access_keymap): Fix compilation error.
2001-11-07 Miles Bader*** empty log message ***
2001-11-07 Miles Bader(x_set_frame_parameters): Avoid infinite recursion.
2001-11-07 Pavel Janík(graft_intervals_into_buffer): Remove #ifdef'd-out...
2001-11-07 Pavel Janík(Feval_region): Remove obsolete #ifdef'd-out code ...
2001-11-07 Richard M. Stallman(access_keymap): Don't use initializers on Lisp_Object.
2001-11-06 Stefan Monnier(read1): Fix behavior with nested backquoting.
2001-11-06 Stefan Monnier(make_lispy_event): Check integerness and fix Lisp_Obje...
2001-11-06 Pavel Janík(current_column_1): Remove unused variable `prev_col'.
2001-11-06 Pavel Janík(fontset_font_pattern): Remove unused variable `family_...
2001-11-06 Pavel Janík(copy_hash_table): Remove unused variable `v'.
2001-11-06 Richard M. Stallman(BROKEN_PROTOTYPES): Defined.
2001-11-06 Richard M. Stallman*** empty log message ***
2001-11-06 Richard M. Stallman(Fkill_buffer): Don't delete auto save file if buffer...
2001-11-05 Andrew Innes*** empty log message ***
2001-11-05 Andrew Innes(Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
2001-11-05 Richard M. Stallman(unexec): Minor changes; clean up comments.
2001-11-05 Sam Steingold(x_display_and_set_cursor): Fix w32 compilation error.
2001-11-05 Andreas Schwab(sound_perror): Save errno from being clobbered.
2001-11-05 Eli ZaretskiiFix the format of the last entry.
2001-11-05 Eli Zaretskii(unexec): mmap() has problems on nfs-mounted file
2001-11-05 Pavel Janík(Fbuffer_local_value): Add prototype.
2001-11-05 Richard M. Stallman(read_char): Use Fcar and Fcdr, not Fnth.
2001-11-05 Richard M. Stallman(Fbuffer_local_value): Remove extra args from CHECK_SYM...
2001-11-05 Richard M. Stallman(Fmake_hash_table): Use XCAR and XCDR, not Fnth and...
2001-11-05 Richard M. Stallman(echo-area-clear-hook): Undo Oct 29 change.
2001-11-05 Richard M. Stallman*** empty log message ***
2001-11-05 Richard M. Stallman(x_display_and_set_cursor): Use buffer-local
2001-11-05 Richard M. Stallman(Qcursor_in_non_selected_windows): New declaration.
2001-11-05 Richard M. Stallman(Qcursor_in_non_selected_windows): New variable.
2001-11-05 Richard M. Stallman(Fbuffer_local_value): New function.
2001-11-04 Richard M. Stallman*** empty log message ***
2001-11-04 Richard M. Stallman(current_column_1, Fmove_to_column): Separate the code
2001-11-04 Pavel Janík(Fx_create_frame): Doc fix.
2001-11-04 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-11-04 Pavel Janík(top_level_value, top_level_set): Remove commented...
2001-11-04 Richard M. StallmanWhitespace change.
2001-11-04 Richard M. StallmanInclude unistd.h, if it exists.
2001-11-04 Richard M. StallmanMove the include of ctype.h after unistd.h.
2001-11-03 Stefan Monnier*** empty log message ***
2001-11-03 Ken Raeburnlog for some lvalue/rvalue fixes
2001-11-03 Ken Raeburn(Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead...
2001-11-03 Ken Raeburn(CHECK_STRING_CAR): New macro.
2001-11-03 Eli ZaretskiiFix last change.
2001-11-03 Eli Zaretskii*** empty log message ***
next