]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp
* paths.el: Remove gnus-startup-file.
[gnu-emacs] / lisp / emacs-lisp /
2003-01-07 Markus Rost(make-autoload): Generate custom-autoload for autoloade...
2003-01-05 Dave Love(byte-optimize-nth)
2003-01-03 Dave Love(find-variable-noselect): Make it work
2003-01-03 John Paul WallingtonUpdate copyright.
2003-01-03 John Paul Wallington(eldoc-get-var-docstring): Only return a
2002-12-23 Richard M. StallmanDon't define a name for the minor mode menu.
2002-12-23 Richard M. Stallman(easy-menu-do-define): Handle nil for SYMBOL.
2002-12-23 Richard M. Stallman(rx-and): Generate a shy group.
2002-12-15 David Kastrup(autoload-ensure-default-file): insert
2002-12-13 Markus Rost(define-minor-mode): Use `custom-current-group'.
2002-12-13 Stefan Monnier(byte-optimize-form-code-walker):
2002-12-12 Dave Love(byte-optimize-featurep): New.
2002-12-12 Dave Love(byte-compile-if): Suppress warnings from
2002-12-07 Richard M. StallmanAdd local variable list to turn off cl-function warnings.
2002-12-07 Richard M. Stallman(byte-compile-eval): Handle (t . SYMBOL) elements in...
2002-12-07 Richard M. Stallman(autoload-print-form-outbuf): New variable.
2002-11-27 Dave LoveMove `predicates for analyzing Lisp
2002-11-19 Stefan Monnier(eldoc-print-current-symbol-info):
2002-11-19 Dave Love(maphash, map-char-table): Use
2002-11-19 Dave Love(side-effect-free-fns): Several
2002-11-19 Stefan Monnier(multiple-value-call): Add docstring.
2002-11-19 Markus Rost(defgroup lisp-shadow): New group name. Previous group...
2002-11-18 Markus Rost(checkdoc-minor-mode): Add group.
2002-11-17 Markus RostAdd provide call.
2002-11-16 Markus Rost(update-autoloads-from-directories): Sort the list...
2002-11-15 Markus RostAdd provide call.
2002-11-07 Markus Rost(checkdoc-find-error): Use get-file-buffer instead...
2002-11-06 Richard M. StallmanComment change.
2002-11-06 Richard M. Stallman(byte-compile-lambda): Handle progn like let, inside...
2002-11-03 Stefan Monnier(generate-file-autoloads, update-file-autoloads): Strip...
2002-11-03 Stefan Monnier(lisp-fill-paragraph): Use fill-comment-paragraph.
2002-11-02 Stefan Monnier(lisp-fill-paragraph): Use match-string and line-beginn...
2002-10-27 Kim F. StormFixed typo in docstring.
2002-10-27 Jonathan YavnerFixed first-line problem for function documentation...
2002-10-26 Richard M. Stallman(unsafep-variable): Pass second arg to risky-local...
2002-10-17 Juanma Barranquero(beginning-of-defun): Fix typo.
2002-10-17 Juanma Barranquero(elint-error, elint-warning): Fix typo.
2002-10-17 Juanma BarranqueroFix typo.
2002-10-14 Richard M. Stallman(byte-optimize-form-code-walker): Treat `ignore' specia...
2002-10-14 Richard M. Stallman(autoload-print-form): Cleanup.
2002-10-07 Richard M. Stallman(define-minor-mode): Doc fix.
2002-10-01 Juanma BarranqueroAdd "no-byte-compile: t" in first line.
2002-09-28 Jonathan YavnerNew major mode "SES" for spreadsheets.
2002-09-27 Stefan MonnierUse the new usage-in-docstring syntax.
2002-09-27 Stefan Monnier(make-autoload): Add usage info to docstring.
2002-09-27 Stefan Monnier(cl-push, cl-pop): Remove. Use pop and push throughout...
2002-09-27 Stefan Monnier(cl-push, cl-pop): Remove.
2002-09-27 Stefan MonnierDon't precompute menu shortcuts during
2002-09-27 Stefan Monnier(define-minor-mode): Don't add properties
2002-09-25 Stefan Monnier(find-library-name): Correctly find "f.el.gz" from...
2002-09-25 Stefan MonnierAdd/remove spaces.
2002-09-19 Stefan Monnier(easy-menu-remove): Add docstring.
2002-09-19 Stefan Monnier(ewoc--node-branch): Add docstring.
2002-09-18 Richard M. Stallman(byte-compile-output-docform): Don't make the definitio...
2002-09-13 Stefan Monnier(define-minor-mode): Add a :require arg.
2002-09-12 Stefan Monnier(find-library-name): Typo.
2002-09-12 Stefan Monnier(find-library-name): Don't forget the empty suffix...
2002-09-09 Stefan Monnier(syntax-after): Delete. Moved to subr.el.
2002-09-09 Stefan Monnier(find-library-suffixes, find-library-name)
2002-09-09 Stefan Monnier(byte-compile-file): Don't switch buffer.
2002-09-09 Richard M. Stallman(byte-recompile-directory): Set and then bind default...
2002-09-09 Richard M. Stallman(byte-compile-delete-errors): Default to nil.
2002-09-09 Richard M. StallmanComment change.
2002-09-07 John Paul Wallington* emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
2002-09-06 Juanma Barranquero(rx): Fix spacing.
2002-09-06 Juanma Barranquero(string-to-float): Fix spacing.
2002-09-06 Juanma Barranquero(find-function-search-for-symbol): Fix spacing.
2002-09-06 Juanma Barranquero(easy-menu-define): Fix spacing.
2002-08-30 Stefan Monnier(easy-menu-filter-return):
2002-08-29 Richard M. Stallman(byte-compile-warning-prefix):
2002-08-29 Richard M. Stallman(byte-compile-log-file): Use \f.
2002-08-26 Stefan Monnier(define-minor-mode): Use customize-mark-as-set for...
2002-08-22 Kim F. Storm(authors-aliases, authors-fixed-entries):
2002-08-15 Stefan Monnier(easy-mmode-define-global-mode): Use find-file-hook...
2002-08-15 Stefan Monnier(find-function-search-for-symbol): Use find-file-hook...
2002-08-13 Richard M. Stallman(find-function-search-for-symbol): Obey `definition...
2002-08-13 Richard M. Stallman(easy-mmode-define-global-mode): Put `definition-name...
2002-08-09 Richard M. Stallman(checkdoc, checkdoc-interactive)
2002-08-02 Richard M. Stallman(edebug-eval-top-level-form): Use eval-expression.
2002-07-31 Richard M. Stallman(byte-compile-find-cl-functions):
2002-07-29 Richard M. StallmanComment change.
2002-07-29 Richard M. Stallman(edebug-debugger): If inside redisplay, just return.
2002-07-29 Richard M. Stallman(debug): If redisplaying, just return.
2002-07-25 Richard M. Stallman(byte-compile-set-symbol-position): Don't recompute...
2002-07-24 Richard M. Stallman(byte-compile-cl-functions): New variable.
2002-07-20 Richard M. StallmanUse warnings.el:
2002-07-19 Richard M. Stallman(byte-compile-cl-warn): Delete `values'
2002-07-19 Juanma Barranquero(unread-command-char, executing-macro, post-command...
2002-07-19 Juanma Barranquero(dot, dot-max, dot-min, dot-marker, buffer-flush-undo...
2002-07-14 Richard M. StallmanFix doc typos.
2002-07-13 Stefan Monnier(cl-set-substring): Fix thinko.
2002-07-12 Richard M. Stallman(multiple-value-call): Add alias.
2002-07-10 Juanma Barranquero(authors-obsolete-file-p): Fix typo.
2002-07-07 Stefan Monnier(debug-on-entry): Fix the wrapper used for
2002-07-07 Richard M. Stallman(easy-menu-popup-menu): Function deleted.
2002-07-07 Richard M. Stallman(ad-compile-function): Disable cl-function warnings...
2002-07-03 Juanma BarranqueroFix typo.
2002-07-02 Richard M. Stallman(easy-menu-popup-menu): New function.
2002-07-02 Richard M. Stallman(byte-compile-warning-types):
2002-07-01 Kim F. StormNew file.
next