(version-regexp-alist): Extend valid syntax for version strings:
[bpt/emacs.git] / lisp / subr.el
2005-09-24 Eli Zaretskii(version-regexp-alist): Extend valid syntax for version...
2005-08-26 Kim F. Storm(version-list-<, version-list-<=, version-list-=)
2005-08-25 Richard M. Stallman(play-sound): Rearrange to avoid warning.
2005-08-25 Vinicius Jose Latorreversion string comparison
2005-08-20 Richard M. Stallman(replace-regexp-in-string): Doc fix.
2005-08-17 Kim F. Storm(insert-for-yank-1): Doc fix.
2005-08-09 Richard M. Stallman(while-no-input): Return t if there is input.
2005-08-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-27 Luc Teirlinck(add-to-list, add-to-ordered-list): Doc fixes.
2005-06-25 Richard M. Stallman(with-selected-window): Use save-current-buffer.
2005-06-22 Kim F. Storm(save-match-data): Add comment about using evaporate arg
2005-06-21 Juanma Barranquero(1value, lambda, key-substitution-in-progress): Doc...
2005-06-20 Kim F. Storm(add-to-ordered-list): Test membership with eq. Simplify.
2005-06-15 Stefan Monnier(add-to-ordered-list): Use a weak hash-table to avoid...
2005-06-14 Kim F. Storm(add-to-ordered-list): Rework to use list-order propert...
2005-06-13 Kim F. Storm(add-to-ordered-list): New defun.
2005-06-13 Stefan Monnier(complete-in-turn): New macro.
2005-06-10 Juanma Barranquero(insert-for-yank-1): Fix spellings in docstrings.
2005-06-08 Kim F. Storm(save-match-data): Add RESEAT arg `evaporate' to
2005-05-29 Richard M. Stallman(looking-back): New argument GREEDY.
2005-05-26 Lute Kamstra(delay-mode-hooks): Specify indentation.
2005-05-22 Lute Kamstra(font-lock-defaults): Remove defvar as it's already...
2005-05-22 Juanma Barranquero(focus-frame, unfocus-frame): Revert deletion on 2005...
2005-05-19 Juanma Barranquero(send-string, send-region): Remove obsolescence declara...
2005-05-19 Richard M. Stallman(event-basic-type): Don't get an error.
2005-05-19 Nick Roberts(post-command-idle-hook, post-command-idle-delay):
2005-05-18 Juanma Barranquero(window-dot, set-window-dot, read-input, send-string...
2005-05-17 Juanma BarranqueroSlight reorganization of some obsolete declarations...
2005-05-15 Nick Roberts(left-fringe-p): New function.
2005-05-15 Kim F. Storm(open-network-stream-nowait): Remove.
2005-05-14 Richard M. Stallman(symbol-file): Doc fix.
2005-05-02 Luc Teirlinck(executing-macro): Use `define-obsolete-variable-alias'.
2005-05-01 Nick Roberts(define-function, sref): Remove aliases and obsolete
2005-05-01 Richard M. Stallman(add-to-invisibility-spec, remove-from-invisibility...
2005-05-01 Nick Roberts(dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2005-05-01 Nick Roberts(string-to-int): Make obsolete.
2005-04-24 Eli Zaretskii(syntax-after): Doc fix.
2005-04-21 Lute Kamstra(assq-delete-all): New implementation that is linear...
2005-04-19 Stefan Monnier(syntax-class): New function.
2005-03-20 Juri Linkov(progress-reporter-do-update): When `min-value' is...
2005-03-16 Stefan Monnier(add-minor-mode): Use the new :minor-mode-function...
2005-03-14 Lute Kamstra(macro-declaration-function): Move to emacs-lisp/byte...
2005-02-23 Richard M. Stallman(find-tag-default): Catch errors in forward-sexp.
2005-02-19 David Kastrup(subregexp-context-p): Fix garbled doc string by adding
2005-02-09 Kim F. StormChange release version from 21.4 to 22.1 throughout.
2005-01-19 Stefan Monnier(dotimes-with-progress-reporter): New macro.
2004-12-28 Richard M. StallmanFix doc in previous change.
2004-12-27 Richard M. Stallman(messages-buffer-max-lines): Alias for message-log...
2004-12-13 Richard M. Stallman(while-no-input): New macro.
2004-12-06 Stefan Monnier(subregexp-context-p): New function.
2004-11-23 Kim F. Storm(substitute-key-definition-key): Optimize. Don't
2004-11-22 Stefan Monnier(syntax-after): Undo last change.
2004-11-16 Richard M. Stallman(map-keymap-internal): New function.
2004-11-08 Richard M. Stallman(syntax-after): Doc fix.
2004-11-07 Richard M. Stallman(syntax-after): Return the syntax letter, not the raw...
2004-10-29 Simon Josefssonsubr.el (read-passwd): Move back from password.el.
2004-10-28 Stefan Monnier(x-lost-selection-hooks, x-sent-selection-hooks): New...
2004-10-25 Simon Josefsson* subr.el (read-passwd): Move to net/password.el.
2004-10-17 Richard M. Stallman(with-local-quit): Return nil if there's a quit.
2004-10-16 Richard M. Stallman(looking-back): Return only t or nil.
2004-10-13 Stefan Monnier(substitute-key-definition-key): New function.
2004-10-11 Kim F. Storm(substitute-key-definition): Mention command remapping...
2004-10-09 Kim F. Storm(progress-reporter-update): Define before first usage.
2004-10-08 Eli Zaretskii(make-progress-reporter, progress-reporter-update)
2004-09-25 Luc Teirlinck(delay-mode-hooks): Doc fix.
2004-09-22 Luc Teirlinck(after-change-major-mode-hook): Further doc fix.
2004-09-22 Luc Teirlinck(after-change-major-mode-hook): Doc fix.
2004-09-21 Luc Teirlinck(run-mode-hooks): Run `after-change-major-mode-hook...
2004-09-19 Stefan Monnier(event-basic-type): Fix mask (extend to 22bits).
2004-09-19 Luc Teirlinck(after-change-major-mode-hook): Doc fix.
2004-09-18 Luc Teirlinck(after-change-major-mode-hook): New variable.
2004-09-08 Thien-Thi Nguyen(split-string): Docfix.
2004-08-28 Richard M. Stallman(find-tag-default): Moved from etags.el.
2004-08-21 John Paul Wallington(process-kill-without-query): Made obsolete in version...
2004-08-09 Luc Teirlinck(kbd): Doc fix.
2004-08-08 Luc Teirlinck(global-unset-key, local-unset-key): Doc fixes.
2004-07-31 Luc Teirlinck(event-modifiers, event-basic-type): Doc fixes.
2004-07-31 Richard M. Stallman(with-local-quit): Doc fix.
2004-07-25 John Paul Wallington(butlast, event-modifiers, event-basic-type): Doc fixes.
2004-07-13 Luc Teirlinck(with-selected-window): Doc fix.
2004-07-12 Luc Teirlinck(get-buffer-window-list): Doc fix.
2004-06-07 Juanma Barranquero(insert-buffer-substring-no-properties, insert-buffer...
2004-06-02 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-06-02 Juanma Barranquero(process-kill-without-query): Remove spurious "\n"...
2004-05-29 Richard M. Stallman(with-selected-window): Undo previous change.
2004-05-28 Stefan Monnier(with-selected-window): Only save/restore the selectd...
2004-05-11 Stefan Monnier(eventp): Be more discriminating with integers.
2004-05-10 Juanma Barranquero(start-process-shell-command): Fix docstring. Put...
2004-05-09 Juanma Barranquero(remove-overlays, read-passwd): Fix docstring.
2004-05-07 Juanma Barranquero(lambda): Add arglist description to docstring.
2004-04-29 Stefan Monnier(remove-overlays): Docstring change.
2004-04-27 Masatake YAMATO* subr.el (remove-overlays): Make arguments optional.
2004-04-27 Eli Zaretskii(momentary-string-display): Support EXIT-CHAR that is
2004-04-20 Richard M. Stallman(event-modifiers): Fix the criterion for ASCII control...
2004-04-20 Stefan Monnier(read-number): Check whether `default' is nil.
2004-04-14 John Paul Wallington(posn-set-point): Fix typos: parameter is `position...
2004-04-14 Stefan Monnier(posn-set-point): New function.
2004-03-29 Stefan Monnier(interactive-form): Delete. Now implemented in C.
2004-03-26 Stefan Monnier(read-number): New function.
next