]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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...
2001-10-05 Miles Bader(struct x_output): Add scroll_bar_top_shadow_pixel and
2001-10-05 Sam Steingoldadded `html-xhtml' for XHTML input
2001-10-05 Sam Steingold(diary-entry-compare): When times are identical, compar...
2001-10-05 Miles Bader(rfn-eshadow-update-overlay): Use `minibuffer-prompt...
2001-10-05 Miles Bader(previous-matching-history-element): Fix misplaced...
2001-10-05 Miles Bader*** empty log message ***
2001-10-05 Miles Bader(read-file-name-electric-shadow-properties)
2001-10-05 Miles BaderInitial checkin.
2001-10-05 Miles Bader(custom-face-attributes): Make sure each attribute...
2001-10-05 Miles Bader(custom-face-edit-convert-widget)
2001-10-05 Gerd Moellmann*** empty log message ***
2001-10-05 Gerd Moellmann(Fcopy_file): If NEWNAME is a directory copy FILE there.
2001-10-05 Gerd Moellmann(compilation-buffer-name): New function.
2001-10-05 Gerd Moellmann*** empty log message ***
2001-10-05 Miles Bader*** empty log message ***
2001-10-05 Miles Bader(grep-use-null-device): New variable.
2001-10-05 Miles Bader(call-process-shell-command): New function.
2001-10-05 Miles Bader(previous-matching-history-element, next-history-element)
2001-10-05 Miles Bader(minibuf-eldef-setup-minibuffer)
2001-10-05 Miles Bader(Fminibuffer_prompt_end, Fminibuffer_contents)
2001-10-05 Gerd Moellmann*** empty log message ***
2001-10-05 Gerd Moellmann(find-file-noselect): If file's read-only status has
2001-10-05 André Spiegel#
2001-10-05 Gerd Moellmann(tiff_error_handler, tiff_warning_handler): New functions.
2001-10-05 Gerd Moellmann*** empty log message ***
2001-10-05 Gerd Moellmann(define-setf-expander): Make it an
2001-10-05 Gerd Moellmann*** empty log message ***
2001-10-05 Gerd MoellmannRemove no-byte-compile from file local variables
2001-10-05 Gerd Moellmann(XTread_socket): Return a non_ascii_keystroke for
2001-10-05 Gerd Moellmann(MINI_WINDOW_P): Use NILP.
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of...
2001-10-05 Gerd Moellmann(struct input_event): Use proper type for `kind'.
2001-10-05 Gerd Moellmann(print_preprocess, print_object): Test internedness of
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of...
2001-10-05 Gerd Moellmann(Fintern, Funintern): Set symbol's interned and constant
2001-10-05 Gerd Moellmann(LIST_END_P, FOREACH): New macros.
2001-10-05 Gerd Moellmann(make_lispy_event) [HAVE_X_WINDOWS]: If we know
2001-10-05 Gerd Moellmann(Fdefvaralias): New function.
2001-10-05 Gerd Moellmann(fatal_error_signal_hook): New variable.
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE.
2001-10-05 Gerd Moellmann(ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.
2001-10-05 Gerd Moellmann(Fbyte_code) <varref>: Use SYMBOL_VALUE.
2001-10-05 Gerd Moellmann(purebeg, pure_size, pure_bytes_used_before_overflow):
2001-10-05 Gerd Moellmann(Variable Aliases): New node.
2001-10-05 Gerd Moellmann(nroff-mode-abbrev-table, nroff-mode): Use define-deriv...
2001-10-05 Gerd Moellmann(perl-indent-continued-arguments): New var.
2001-10-05 Gerd MoellmannChange ;;; to ;; for outline-minor-mode.
2001-10-05 Gerd Moellmann(rmail-make-summary-line)
2001-10-05 Gerd Moellmann(mail-abbrev-in-expansion-header-p): Simplify.
2001-10-05 Gerd MoellmannUse facep iso find-face.
2001-10-05 Gerd Moellmann(lisp-imenu-generic-expression): Use regexp-opt.
2001-10-05 Gerd Moellmann(lm-history-header): Accept `ChangeLog'.
2001-10-05 Gerd Moellmann(frame-parameter): Add a setf method.
2001-10-05 Gerd Moellmann(byte-recompile-directory): Make sure the file is readable.
2001-10-05 Gerd Moellmann(autoload-ensure-default-file, autoload-insert-section...
2001-10-05 Gerd Moellmann(uniquify-get-proposed-name): Don't assume dirsep is /.
2001-10-05 Gerd Moellmann(timer-relative-time): Fix computation for negative...
2001-10-05 Gerd Moellmann(define-key-after): Allow `key' to be longer than 1.
2001-10-05 Gerd Moellmann(inhibit-startup-buffer-menu): New user-option.
2001-10-05 Gerd Moellmann(isearch-last-case-fold-search): New variable.
2001-10-05 Gerd Moellmann(substitute-env-vars): New function.
2001-10-05 Gerd Moellmann(define-derived-mode, derived-mode-make-docstring)...
2001-10-05 Gerd Moellmann*** empty log message ***
next