]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp
message format spec fixes (commit # 7)
[gnu-emacs] / lisp / emacs-lisp /
2005-05-30 Richard M. Stallman(byte-compile-nogroup-warn): Warn only when name to...
2005-05-26 Lute Kamstra(reb-mode): Use run-mode-hooks.
2005-05-23 Juanma Barranquero(acons, pairlis): Add docstring.
2005-05-22 Luc Teirlinck(define-global-minor-mode): Use `after-change-major...
2005-05-22 Stefan Monnier(eql): Remove. It's a builtin already.
2005-05-22 Juanma Barranquero(function*, case, ecase, typecase, etypecase, progv...
2005-05-22 Juanma Barranquero(coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon...
2005-05-22 Juanma Barranquero(pushnew, cl-macroexpand, floatp-safe, plusp, minusp...
2005-05-22 Nick RobertsRemove make-obsolete-variable for
2005-05-21 Luc Teirlinck(define-derived-mode): Doc fix.
2005-05-20 David Kastrup(easy-menu-add): Correct docstring since
2005-05-20 Juanma Barranquero(reduce, fill, replace, remove*, remove-if, remove...
2005-05-19 Juanma BarranqueroSpecify missing group (and type, if simple) in defcustom.
2005-05-19 Richard M. Stallman(eval-when-compile): Doc fix.
2005-05-19 Richard M. Stallman(byte-compile-file-form-custom-declare-variable):
2005-05-19 Lute Kamstra(copyright-fix-years): Make sure all years are fixed...
2005-05-18 Luc Teirlinck(eldoc-mode): Doc fix.
2005-05-18 Lute Kamstra(check-parens): Fix docstring.
2005-05-17 Lute Kamstra(define-minor-mode): Don't generate a defcustom for...
2005-05-17 Lute Kamstra(authors): Do parse the ChangeLogs of the Emacs Lisp...
2005-05-17 Juanma Barranquero(subsetp, tree-equal): Doc fixes.
2005-05-17 Juanma Barranquero(macrolet, symbol-macrolet): Doc fixes.
2005-05-17 Juanma Barranquero(eql, floatp-safe, plusp, minusp, oddp, evenp, list...
2005-05-16 Juanma Barranquero(equalp): Doc fix.
2005-05-16 Juanma BarranqueroReplace `string-to-int' by `string-to-number'.
2005-05-15 Richard M. Stallman(copyright-fix-years): Match properly if the first...
2005-05-15 Richard M. Stallman(lisp-mode-variables): Set font-lock-comment-start...
2005-05-14 Luc Teirlinck(define-derived-mode): Add link to Elisp manual to...
2005-05-14 Richard M. Stallman(byte-compile-nogroup-warn): New function.
2005-05-14 Richard M. Stallman(eldoc-documentation-function): Add autoload.
2005-05-13 Nick Roberts(easy-menu-define): Doc fixes.
2005-05-12 Lute Kamstra(define-generic-mode): Don't generate a defcustom for...
2005-05-08 Eli Zaretskii(easy-mmode-pretty-mode-name): Improve commentary.
2005-05-07 Eli Zaretskii(cl-transform-lambda): Recognize `declare' as well...
2005-05-07 Eli Zaretskii(easy-mmode-pretty-mode-name): Explain
2005-05-05 Luc Teirlinck(define-obsolete-function-alias, define-obsolete-variab...
2005-05-05 Juanma Barranquero(define-obsolete-function-alias): Fix typo in docstring.
2005-05-01 Nick Roberts(dot, dot-min, dot-max): Don't create
2005-04-29 Lute KamstraImprove commentary section.
2005-04-28 Lute Kamstra(define-generic-mode): Fix docstring.
2005-04-28 Lute Kamstra(generic-mode-internal): Simplify font-lock-defaults.
2005-04-26 Lute Kamstra(define-minor-mode): Fix docstring.
2005-04-26 Richard M. StallmanFix previous change.
2005-04-26 Richard M. Stallman(eldoc-mode): Doc fix.
2005-04-26 Nick Roberts(define-obsolete-function-alias): New macro.
2005-04-23 Richard M. Stallman(easy-menu-do-define): Use defalias, not fset.
2005-04-22 Nick Roberts(define-obsolete-variable-alias): New macro.
2005-04-13 Lute KamstraMove here from parent dir.
2005-04-10 Richard M. Stallman(map-y-or-n-p): Clarify RET/q in help message.
2005-04-08 Luc Teirlinck(defun-prompt-regexp, parens-require-spaces, buffer...
2005-04-08 Dan Nicolaescu* mh-customize.el (mh-speedbar-selected-folder-face...
2005-04-08 Kim F. Storm(authors-aliases): Update list.
2005-04-05 Lute Kamstra(copyright-update-year): Replace the right subexpressio...
2005-04-05 Lute Kamstra(define-global-minor-mode): Don't use custom-current...
2005-04-04 Lute Kamstra(eldoc-mode): Specify :group.
2005-03-31 Richard M. Stallman(make-autoload): Handle define-global-minor-mode.
2005-03-31 Richard M. Stallman(define-global-minor-mode): Renamed from easy-mmode...
2005-03-31 Lute Kamstra(easy-mmode-define-global-mode, define-minor-mode)...
2005-03-29 Lute Kamstra(debug-on-entry): Handle autoloaded functions and compi...
2005-03-26 Stefan Monnier(debugger-record-expression): Add a missing format...
2005-03-25 Stefan Monnier(rx-constituents): Add symbol-start and symbol-end.
2005-03-25 Werner LEMBERG* emacs-lisp/advice.el: Replace `legal' with `valid'.
2005-03-25 Werner LEMBERG* emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
2005-03-24 Lute Kamstra(lisp-imenu-generic-expression): Recognize define-gener...
2005-03-19 Eli Zaretskii(lisp-mode-variables): Recognize `@' in function names.
2005-03-16 Juri Linkov(find-function-regexp): Add defun-emitting macro `menu...
2005-03-14 Lute Kamstra(debugger-make-xrefs): Docstring fix. Ignore a `*...
2005-03-14 Lute Kamstra(macro-declaration-function): Move from subr.el.
2005-03-13 Lute Kamstra(debug): Set debug-on-exit before calling debugger...
2005-03-12 Lute KamstraReplace lisp-indent-hook with lisp-indent-function...
2005-03-10 Lute Kamstra(debug-entry-code): Delete it.
2005-03-09 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-03-08 Lute Kamstra(debugger-step-through): Make sure that stepping into...
2005-03-07 Stefan Monnier(debug-on-entry-1): Fix handling of macros.
2005-03-04 Lute Kamstra(debugger-step-after-exit): Make it a defvar.
2005-03-03 Lute Kamstra(inhibit-debug-on-entry): Add docstring.
2005-03-01 Lute Kamstra(debug): Skip one more frame in case of debug on entry.
2005-03-01 Kim F. StormFix years.
2005-03-01 Kim F. Storm(copyright-fix-years): New command.
2005-03-01 Lute Kamstra(debug-on-entry-1): Reimplement to make sure that debug...
2005-02-28 Stefan Monnier(inhibit-debug-on-entry): New var.
2005-02-27 Richard M. Stallman(regexp-builder): New function.
2005-02-27 Richard M. Stallman(debug-on-entry-1): If function body is empty, add...
2005-02-27 Stefan Monnier(inhibit-trace): New var.
2005-02-27 Stefan Monnier(debug): Put back the inhibit-trace.
2005-02-26 Stefan Monnier(debug): Hide the buffer if it's not killed.
2005-02-15 Lute Kamstra(lisp-mode-variables): Add ;;;###autoload to `outline...
2005-02-09 Kim F. StormChange release version from 21.4 to 22.1 throughout.
2005-02-06 Richard M. Stallman(buffer-end): Doc fix.
2005-02-01 Thien-Thi Nguyen(lisp-indent-function): Fix bug:
2005-02-01 Thien-Thi Nguyen(lisp-indent-function): Doc fix.
2005-01-28 Stefan Monnier(eval-defun-1): Make sure `defvar' always sets the...
2005-01-17 Richard M. Stallman(backward-kill-sexp, kill-sexp): Doc fixes.
2005-01-15 Richard M. Stallman(lm-with-file): Use Lisp mode in temp buffer.
2005-01-15 Richard M. Stallman(indent-pp-sexp): Doc fix.
2005-01-12 Reiner SteibFixed typo in Commentary section.
2005-01-09 Richard M. StallmanComment changes.
2005-01-07 Richard M. Stallman(find-face-definition): Renamed from find-face.
2005-01-06 John Paul WallingtonUpdate copyright. Update commentary to mention rx...
2005-01-05 Richard M. Stallman(find-variable, find-variable-other-window, find-variab...
next