log lisp/subr.el @ 108676:3a80fc3735bf

age author description
2010-05-31 Chong Yidong Fix for momentary-string-display (Bug#6238).
2010-05-18 Chong Yidong Stefan Monnier <monnier@iro.umontreal.ca>
2010-05-18 Stefan Monnier * subr.el (read-quoted-char): Resolve modifiers after key remapping.
2010-05-15 Eli Zaretskii Implement bidi-sensitive movement with arrow keys.
2010-05-05 Stefan Monnier Minor cleanups.
2010-04-20 Juanma Barranquero Remove references to (default-)direction-reversed.
2010-03-31 Stefan Monnier Merge from emacs-23 branch
2010-03-27 Eli Zaretskii Fix doc strings of version-* functions and variables.
2010-03-29 Chong Yidong * subr.el: Extend progress reporters to perform "spinning".
2010-03-03 Glenn Morris Close bug#5670 with patch from Å?tÄ?pán NÄ?mec <stepnem at gmail.com>.
2010-02-20 Eli Zaretskii subr.el (remove-yank-excluded-properties): Explain in a comment why `category'
2010-02-11 Stefan Monnier (copy-overlay): Damn typo.
2010-02-11 Stefan Monnier * subr.el (copy-overlay): Handle deleted overlays.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-11-25 Stefan Monnier (string-prefix-p): New function.
2009-11-11 Dan Nicolaescu * progmodes/grep.el (grep-regexp-alist):
2009-11-11 Dan Nicolaescu * subr.el (add-hook): Purecopy strings.
2009-11-11 Dan Nicolaescu * subr.el (menu-bar-separator): New defconst.
2009-11-11 Dan Nicolaescu * term/x-win.el (x-gtk-stock-map):
2009-10-26 Stefan Monnier (all-completions): Declare the 4th arg obsolete.
2009-10-20 Stefan Monnier (read-key-delay): Reduce to 0.01.
2009-10-16 Juanma Barranquero * subr.el (error, sit-for, start-process-shell-command)
2009-10-16 Stefan Monnier (error, sit-for, start-process-shell-command)
2009-10-01 Stefan Monnier * eval.c (Fcalled_interactively_p): Add `kind' argument.
2009-10-01 Glenn Morris (declare-function): Doc fix.
2009-09-19 Chong Yidong * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
2009-09-17 Chong Yidong * subr.el: Fix last change to avoid using the `unless' macro, which
2009-09-17 Stefan Monnier (push, pop, dolist, dotimes, declare): Don't overwrite CL's
2009-09-15 Stefan Monnier (after-load-functions): New hook.
2009-09-12 Stefan Monnier * startup.el (tutorial-directory): Make it a defcustom.
2009-09-12 Stefan Monnier * lread.c (Fload): Don't output a message after loading an obsolete
2009-09-10 Stefan Monnier * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2009-09-08 Stefan Monnier (with-silent-modifications): New macro.
2009-08-30 Juanma Barranquero * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
2009-08-29 Juanma Barranquero * subr.el (do-after-load-evaluation): Simplify.
2009-08-27 Stefan Monnier * subr.el (default-mode-line-format, default-header-line-format)
2009-08-19 Stefan Monnier (read-passwd): Use read-key so keypad keys work as well.
2009-08-19 Stefan Monnier * subr.el (listify-key-sequence-1): Use normal syntax since those
2009-08-09 Chong Yidong * subr.el: Provide hashtable-print-readable.
2009-07-18 Juri Linkov (process-kill-buffer-query-function): New function.
2009-07-14 Glenn Morris (def-edebug-spec): Doc fix.
2009-07-06 Glenn Morris (eval-after-load): Doc fix.
2009-06-19 Glenn Morris Fix previous change, sigh.
2009-06-19 Glenn Morris (open-network-stream): Doc fix.
2009-04-29 Chong Yidong * subr.el (assoc-default): Doc fix.
2009-04-15 Chong Yidong * subr.el (posn-col-row): Properly compute line spacing.
2009-03-19 Juanma Barranquero * subr.el (forward-point): Add obsolescence declaration.
2009-02-14 Eli Zaretskii (translation-table-for-input): Declare obsolete again.
2009-02-13 Eli Zaretskii (locate-library): Doc fix. (Bug#2291)
2009-02-07 Eli Zaretskii Don't declare `translation-table-for-input' obsolete.
2009-01-12 Juanma Barranquero * subr.el (play-sound): Doc fix. (Bug#250)
2009-01-10 Glenn Morris Comment (fix typo).
2009-01-09 Glenn Morris (last-input-char, last-command-char): Move here from src/keyboard.c.
2009-01-05 Glenn Morris Add 2009 to copyright years.
2008-12-29 Dan Nicolaescu (mkdir): New defalias.
2008-12-26 Andreas Schwab (keymap-canonicalize): Properly preserve keymap prompt.
2008-12-24 Dan Nicolaescu * subr.el (chmod): New defalias for set-file-modes.
2008-12-13 Glenn Morris (declare-function): Doc fix.
2008-11-16 Chong Yidong Fix typo in last change.
2008-11-16 Chong Yidong (read-passwd): Use read-event instead of read-char-exclusive.