(calc-with-default-simplification): Use &rest for body.
[bpt/emacs.git] / src /
2002-02-18 Jason Rumney*** empty log message ***
2002-02-17 Jason Rumney* w32term.c (x_autoselect_window_p): New variable.
2002-02-17 Jason RumneyNew enum for FULLSCREEN_* constants.
2002-02-17 Kim F. StormAdded mouse-highlight variable to turn off mouse highli...
2002-02-16 Kim F. Storm(disable_mouse_highlight): Removed variable.
2002-02-16 Kim F. Storm(struct w32_display_info): Add mouse_face_hidden.
2002-02-16 Kim F. Storm(disable_mouse_highlight): Removed variable.
2002-02-16 Kim F. Storm(struct display_info): Add mouse_face_hidden.
2002-02-16 Kim F. Storm(disable_mouse_highlight): Removed variable.
2002-02-16 Kim F. Storm(struct x_display_info): Add mouse_face_hidden.
2002-02-16 Kim F. Storm(Vmouse_highlight): Declare extern.
2002-02-16 Kim F. Storm(Vmouse_highlight): New variable.
2002-02-16 Eli Zaretskii(last_mouse_window): New variable.
2002-02-16 Eli Zaretskii*** empty log message ***
2002-02-16 Eli Zaretskii(lisp, shortlisp): Use cus-start.elc, not cus-start.el.
2002-02-16 Eli Zaretskii(x_autoselect_window_p): New variable.
2002-02-16 Eli Zaretskii*** empty log message ***
2002-02-16 Eli Zaretskii(automatic_hscroll_margin, Vautomatic_hscroll_step...
2002-02-16 Pavel Janík*** empty log message ***
2002-02-16 Pavel Janík(x-autoselect-window): New variable.
2002-02-16 Pavel Janík*** empty log message ***
2002-02-16 Pavel JaníkDo not include "systime.h" twice.
2002-02-16 Eli ZaretskiiFix Pavel's name (again!).
2002-02-15 Andreas Schwab(BASE_PURESIZE): Increase to 9/5.
2002-02-15 Andreas SchwabRemove unwanted changes.
2002-02-15 Andreas Schwab(NSTATICS): Increase to 1280.
2002-02-15 Kai Großjohann*** empty log message ***
2002-02-15 Eli ZaretskiiFix the encoding of Pavel's name.
2002-02-15 Kai Großjohann(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
2002-02-13 Kim F. Storm*** empty log message ***
2002-02-13 Kim F. Stormmode-line-in-non-selected-windows is now a boolean.
2002-02-13 Kim F. Storm(CURRENT_MODE_LINE_FACE_ID_3): Use mode_line_in_non_sel...
2002-02-13 Kim F. Storm(Vmode_line_in_non_selected_windows): Removed.
2002-02-13 Pavel JaníkFix typos.
2002-02-13 Pavel JaníkFix typo.
2002-02-13 Richard M. Stallman*** empty log message ***
2002-02-13 Richard M. Stallman(Fthis_command_keys, Fthis_command_keys_vector)
2002-02-13 Richard M. Stallman(Finternal_make_lisp_face, Finternal_copy_lisp_face)
2002-02-13 Richard M. Stallman(QCpropertize): New variable.
2002-02-11 Kim F. StormUse mode-line face in minibuffer-scroll-window when...
2002-02-11 Kim F. Storm(display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3...
2002-02-11 Kim F. Storm(CURRENT_MODE_LINE_FACE_ID_3): New macro.
2002-02-11 Kim F. Storm(Vmode_line_in_non_selected_windows): New variable.
2002-02-11 Eli Zaretskii*** empty log message ***
2002-02-11 Eli Zaretskii(Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
2002-02-09 Kim F. Storm(make_gap_smaller): Preserve BEG_UNCHANGED during gap
2002-02-09 Eli Zaretskii*** empty log message ***
2002-02-09 Eli Zaretskii(display_mode_lines): Fix last change.
2002-02-09 Eli Zaretskii(CURRENT_MODE_LINE_FACE_ID): Fix last change.
2002-02-09 Jason Rumney(w32_load_system_font): Prevent Cleartype fonts from...
2002-02-09 Jason Rumney*** empty log message ***
2002-02-09 Jason Rumney*** empty log message ***
2002-02-09 Jason Rumney(enum_font_cb2): Don't let charsets unknown to Windows
2002-02-08 Kim F. StormAdded separate mode-line-inactive face.
2002-02-08 Kim F. Storm(Qmode_line_inactive): New face variable for mode-line
2002-02-08 Kim F. Storm(CURRENT_MODE_LINE_FACE_ID): New macro.
2002-02-08 Kim F. Storm(window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
2002-02-08 Kim F. Storm(SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
2002-02-08 Kim F. Storm*** empty log message ***
2002-02-08 Eli Zaretskii*** empty log message ***
2002-02-08 Eli Zaretskii(Fsubstitute_in_file_name): If the file name includes...
2002-02-08 Stefan Monnier*** empty log message ***
2002-02-08 Eli Zaretskii(Fround): Fix a typo.
2002-02-08 Eli Zaretskii(Fround): A better doc fix.
2002-02-08 Eli Zaretskii(Fround): Doc fix.
2002-02-08 Pavel Janík(init_system_name): Put unused variable `p' in #if 0.
2002-02-07 Stefan Monnier(Fx_file_dialog): Export (for Motif code in fileio.c).
2002-02-07 Kim F. Storm*** empty log message ***
2002-02-07 Kim F. Storm(where_is_internal): Only check if definition is
2002-02-07 Andreas Schwab(GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
2002-02-07 Andreas SchwabFix thinko in last change.
2002-02-07 Andreas Schwab(mark_stack): Don't assume sizeof (Lisp_Object) is 4.
2002-02-06 Kim F. StormAdded command remapping.
2002-02-06 Kim F. StormChanged call to Fwhere_is_internal.
2002-02-06 Kim F. Storm(Vthis_original_command): New variable.
2002-02-06 Kim F. Storm(Fkey_binding, Fwhere_is_internal): Update prototype.
2002-02-06 Kim F. Storm(Fdefine_key): Allow symbol as KEY argument for
2002-02-06 Pavel Janík*** empty log message ***
2002-02-06 Pavel Janík(recursive_edit_1): Call cancel_hourglass unconditionally.
2002-02-06 Jason Rumney*** empty log message ***
2002-02-06 Jason Rumney(w32_native_per_char_metric): Disable 2002-01-20 change.
2002-02-06 Eli Zaretskii*** empty log message ***
2002-02-06 Eli Zaretskii(get_charset_id): Use if-else instead of ?:.
2002-02-06 Richard M. Stallman*** empty log message ***
2002-02-06 Richard M. Stallman(S_ISLNK): Define if not defined.
2002-02-03 Richard M. Stallman*** empty log message ***
2002-02-03 Richard M. Stallman(Fdo_auto_save): Improve "auto save disabled" msg.
2002-02-03 Richard M. Stallman(read1): Redesign strategy for force_multibyte and
2002-02-02 Stefan Monnier(term_get_fkeys_1): If `k0' and `k;' are both specified and
2002-02-02 Andreas SchwabCheck for __mc68000__ instead of __m68k__, the latter...
2002-02-02 Eli Zaretskii*** empty log message ***
2002-02-02 Eli Zaretskii(realize_default_face): Don't set the weight and slant
2002-02-02 Pavel Janík(command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglas...
2002-02-02 Pavel Janík(Fsignal): Remove duplicated declaration of the variable
2002-02-01 Richard M. Stallman*** empty log message ***
2002-02-01 Richard M. Stallman(region_limit): Nicer error message.
2002-02-01 Richard M. Stallman(decode_composition_emacs_mule):
2002-02-01 Richard M. Stallman(Fcompleting_read): Doc fix.
2002-02-01 Richard M. Stallman(check_mark): New arg to specify clearer error message.
2002-01-31 Pavel JaníkFix typo.
next