bpt/emacs.git
2001-10-10 Gerd Moellmann*** empty log message ***
2001-10-10 Gerd Moellmann(command-line-1): Bind tab-width to 8.
2001-10-10 Gerd MoellmannAdd ruler-mode.
2001-10-10 Gerd Moellmann*** empty log message ***
2001-10-10 Gerd Moellmann*** empty log message ***
2001-10-10 Pavel Janík*** empty log message ***
2001-10-10 Pavel Janíkuse defalias instead of fset for user-visible commands.
2001-10-09 Miles BaderChangeLog
2001-10-09 Miles Bader*** empty log message ***
2001-10-09 Gerd Moellmann*** empty log message ***
2001-10-09 Miles Bader(button): New require.
2001-10-09 Miles Bader("button"): Load removed.
2001-10-09 Miles BaderDon't require `view' when compiling.
2001-10-09 Miles BaderNew file, contents mostly from `help.el'.
2001-10-09 Miles BaderNew file, contents mostly from `help.el'.
2001-10-09 Miles Bader(symbol-file-load-history-loaded)
2001-10-09 Gerd Moellmann*** empty log message ***
2001-10-09 Gerd Moellmann(main): Cast isdigit() argument to unsigned char.
2001-10-09 Gerd Moellmann(main): Cast geteuid in sprintf to int.
2001-10-09 Gerd Moellmann(xaw_create_scrollbar) [!0]: Return NULL.
2001-10-09 Gerd Moellmann(Fcurrent_time_zone): Cast isalnum() argument to
2001-10-09 Gerd Moellmann(WIDE_CHAR_SUPPORT): Do not use defined() in macro.
2001-10-09 Miles Bader(define-button-type): Respect any `supertype' property.
2001-10-09 Miles Bader(rfn-eshadow-regexp): Deal correctly with escaped dolla...
2001-10-09 Miles Bader(comint-insert-previous-argument): New function.
2001-10-08 Andrew InnesDo not undef min and max.
2001-10-08 Andrew Innes[max]: Undef min and max before redefining them.
2001-10-08 Stefan Monnier(handle_fontified_prop): Don't bind after-change-functions.
2001-10-08 Miles Bader(apropos-next-label-button): Use the presence of a
2001-10-08 Gerd Moellmann*** empty log message ***
2001-10-08 Miles Bader(button-nop): Function removed.
2001-10-08 Sam Steingoldcurrent-active-maps: quote newlines
2001-10-08 Stefan Monnier*** empty log message ***
2001-10-08 Stefan MonnierRemove the entries for keymap.c (moved to keymap.h).
2001-10-08 Stefan Monnier(map_prompt): Remove.
2001-10-08 Stefan MonnierInclude keymap.h.
2001-10-08 Stefan Monnier(Fx_popup_menu): Use Fkeymap_prompt.
2001-10-08 Stefan MonnierInclude keymap.h.
2001-10-08 Eli Zaretskii*** empty log message ***
2001-10-08 Stefan Monnier(map_prompt): Remove.
2001-10-08 Stefan MonnierNew file. Extracted from lisp.h.
2001-10-08 Stefan Monnier(keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
2001-10-08 Stefan Monnier(Fkeymap_prompt, Fcurrent_active_maps): New funs.
2001-10-08 Gerd Moellmann(alarm_signal_handler) [USG && !POSIX_SIGNALS]:
2001-10-08 Gerd Moellmann(child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
2001-10-08 Pavel Janík*** empty log message ***
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-08 Gerd Moellmann(min, max): New macros.
2001-10-08 Gerd Moellmann(BASE_PURESIZE): Increase to 725000.
2001-10-08 Miles Bader(apropos-symbol): Add `skip' property.
2001-10-08 Miles Bader(button-activate): USE-MOUSE-ACTION is optional.
2001-10-08 Pavel Janík*** empty log message ***
2001-10-08 Pavel JaníkUSE_LUCID can be defined iff USE_X_TOOLKIT is defined.
2001-10-08 Miles Bader(apropos-next-label-button): Update arguments to `next...
2001-10-08 Miles Bader(next-button, previous-button): Remove N and WRAP param...
2001-10-08 Pavel Janík*** empty log message ***
2001-10-08 Pavel Janík*** empty log message ***
2001-10-08 Pavel Janík*** empty log message ***
2001-10-08 Pavel Janík*** empty log message ***
2001-10-08 Pavel Janík*** empty log message ***
2001-10-08 Pavel Janík*** empty log message ***
2001-10-08 Pavel JaníkInclude config.h, not ../src/config.h and systime.h...
2001-10-08 Stefan Monnier(help-mode): Use define-derived-mode.
2001-10-07 Stefan Monnier(byte-compile-file): Return success when the file says...
2001-10-07 Miles Bader(next-button, previous-button): Respect `skip' property.
2001-10-07 Miles Bader(woman-mode-map): Copy button-buffer-map instead of
2001-10-07 Miles Bader*** empty log message ***
2001-10-07 Miles Bader(help-mode-map): Make button-buffer-map our parent.
2001-10-07 Miles Bader("faces"): Move load before loading "loaddefs.el".
2001-10-07 Miles Bader(apropos-symbol, apropos-label): New button types.
2001-10-07 Miles Bader(lisp, shortlisp): Add `button.elc'.
2001-10-07 Gerd Moellmann*** empty log message ***
2001-10-07 Ken Raeburn* minibuf.c (Fminibuffer_prompt_end): Don't apply make_...
2001-10-07 Ken Raeburn* lisp.h (Ffield_end): Declare.
2001-10-07 Miles Bader*** empty log message ***
2001-10-07 Miles BaderInitial checkin.
2001-10-07 Gerd Moellmann*** empty log message ***
2001-10-07 Gerd Moellmann(parse_modifiers, apply_modifiers): Use VALMASK.
2001-10-07 Gerd MoellmannFix last change.
2001-10-06 Gerd Moellmann(make_gap): Use MOST_POSITIVE_FIXNUM.
2001-10-06 Gerd Moellmann(FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.
2001-10-06 Gerd Moellmann(Ffile_attributes): Use FIXNUM_OVERFLOW_P.
2001-10-06 Gerd Moellmann*** empty log message ***
2001-10-06 Gerd Moellmann(Fbyte_code): Use MOST_POSITIVE_FIXNUM.
2001-10-06 Gerd Moellmann(syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
2001-10-06 Gerd Moellmann(inhibit_garbage_collection): Simplify.
2001-10-06 Gerd Moellmann(most_positive_fixnum, most_negative_fixnum): New
2001-10-06 Gerd Moellmann(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
2001-10-06 Gerd Moellmann(most-positive-fixnum, most-negative-fixnum):
2001-10-06 Miles Bader(Variable Aliases): It's `@defmac', not `@defmacro'.
2001-10-06 Gerd Moellmann*** empty log message ***
2001-10-06 Richard M.... Comment out @smallbook.
2001-10-06 Richard M.... (add-change-log-entry): Skip copyright notice
2001-10-06 Richard M.... *** empty log message ***
2001-10-06 Richard M.... Explain where and how to put the copyright notice and...
2001-10-06 Richard M.... Format cleanups for old entries.
2001-10-05 Miles Bader*** empty log message ***
2001-10-05 Miles Bader(read-file-name-electric-shadow): Autoload cookie remov...
2001-10-05 Miles Bader(x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]:
2001-10-05 Miles Bader(x_create_toolkit_scroll_bar): Try to allocate colors...
next