(cpp-choose-face): Fix typo.
[bpt/emacs.git] / src /
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 ***
2001-11-03 Eli Zaretskii(sigprocmask_set): Declare as extern SIGMASKTYPE.
2001-11-03 Eli Zaretskii(sigunblock): Don't define if already defined.
2001-11-03 Richard M. StallmanTest BROKEN_PROTOTYPES.
2001-11-03 Eli ZaretskiiFix the formatting of the last entries.
2001-11-02 Stefan Monnier(describe_syntax): New wrapper.
2001-11-02 Pavel Janík(debugger_may_continue, Vdebug_ignored_errors, call_deb...
2001-11-02 Pavel Janík(Fml_defun, Fml_while, Fml_substr): Remove commented...
2001-11-02 Pavel JaníkRemove comment which is a copy of comment in mocklisp.c.
2001-11-02 Pavel Janík*** empty log message ***
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-02 Pavel Janík(CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument...
2001-11-02 Pavel Janík(CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused...
2001-11-02 Pavel Janík(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST...
2001-11-02 Stefan Monnier(re_wctype): Try to fix some warnings.
2001-11-02 Richard M. Stallman*** empty log message ***
2001-11-02 Richard M. Stallman(Fget_char_property): Doc fix.
2001-11-02 Pavel Janík*** empty log message ***
2001-11-02 Pavel Janík(Finteractive): Add usage to doc-string.
2001-11-02 Pavel Janík(Fsetq_default): Add usage to doc-string.
2001-11-02 Pavel Janík(Fstart_process): Add usage to doc-string.
2001-11-02 Stefan Monnier*** empty log message ***
2001-11-02 Stefan MonnierDon't include keymap.h any more.
2001-11-01 Richard M. Stallman(Frun_hooks, Frun_hook_with_args_until_failure): Doc...
2001-11-01 Richard M. Stallman(Fmake_local_variable): Doc fix.
2001-11-01 Richard M. Stallman*** empty log message ***
2001-11-01 Richard M. Stallman(Fdescribe_buffer_bindings): Print character property
2001-11-01 Pavel Janík(grow_mini_window): Fix typo in comment.
2001-11-01 Gerd Moellmann(x_scroll_bar_create): Check for width and height > 0.
2001-11-01 Gerd Moellmann(x_build_heuristic_mask): Use four_corners_best
2001-11-01 Gerd Moellmann(four_corners_best): Reindent.
2001-11-01 Gerd MoellmannFix a typo.
2001-11-01 Gerd Moellmann(Finternal_set_lisp_face_attribute_from_resource):
next