2011-01-11 |
Stefan Monnier |
* lisp/subr.el (eval-after-load): Fix timing for features.
|
2011-01-09 |
Chong Yidong |
* lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan.
|
2011-01-08 |
Chong Yidong |
Doc fix for y-or-n-p and yes-or-no-p.
|
2011-01-08 |
Chong Yidong |
New function read-char-choice for reading a restricted set of chars.
|
2011-01-07 |
Chong Yidong |
Allow format args for y-or-n-p and yes-or-no-p.
|
2010-12-15 |
Glenn Morris |
Remove code and comments related to lib-src/fns-*.el; long removed.
|
2010-12-13 |
Stefan Monnier |
Merge from emacs-23
|
2010-12-12 |
Eli Zaretskii |
subr.el (posn-col-row): Evaluate header-line-format in the context of
|
2010-12-11 |
Glenn Morris |
Doc fixes.
|
2010-12-05 |
Chong Yidong |
Doc fix for posn-* functions (Bug#7471).
|
2010-12-03 |
Stefan Monnier |
* lisp/subr.el (with-demoted-errors): Distinguish symbols from strings.
|
2010-11-18 |
Stefan Monnier |
Merge from emacs-23
|
2010-11-13 |
Eli Zaretskii |
subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
|
2010-11-02 |
Vinicius Jose Latorre |
Adjust doc.
|
2010-10-13 |
Juanma Barranquero |
lisp/subr.el (last): Deal with dotted lists (reported in bug#7174).
|
2010-10-13 |
Juanma Barranquero |
lisp/subr.el (last): Use `safe-length' instead of `length' (bug#7206).
|
2010-10-13 |
Glenn Morris |
* lisp/subr.el (last): Make it faster.
|
2010-10-03 |
Glenn Morris |
Remove directory-sep-char, obsolete since 21.1.
|
2010-10-03 |
Glenn Morris |
* lisp/subr.el (make-local-hook): Remove function obsolete since 21.1.
|
2010-10-03 |
Chong Yidong |
* subr.el (booleanp): Return t instead of a list (Bug#7086).
|
2010-10-02 |
Glenn Morris |
Remove some functions, variables and aliases obsolete since at least 21.1.
|
2010-09-20 |
Juanma Barranquero |
* subr.el (y-or-n-p): Remove leftover code from revno 101459.
|
2010-09-17 |
Stefan Monnier |
* lisp/subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
|
2010-09-14 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-09-14 |
Stefan Monnier |
* subr.el (unintern): Declare the obarray arg mandatory.
|
2010-09-12 |
Stefan Monnier |
* lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.
|
2010-08-30 |
Stefan Monnier |
Use `declare' in defmacros.
|
2010-08-29 |
Chong Yidong |
Add "Package:" file headers to denote built-in packages.
|
2010-08-29 |
Chong Yidong |
Let version-to-list handle versions like "10.3d".
|
2010-08-22 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-08-21 |
Stefan Monnier |
* subr.el (read-key): Don't echo keystrokes.
|
2010-08-19 |
Stefan Monnier |
* lisp/subr.el (read-key): Don't hide the menu-bar entries.
|
2010-08-11 |
Andreas Schwab |
* subr.el (ignore-errors): Add debug declaration.
|
2010-07-10 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-06-17 |
Stefan Monnier |
* lisp/subr.el (read-quoted-char): Fix up last change.
|
2010-06-04 |
Juanma Barranquero |
Turn `directory-sep-char' into a noop.
|
2010-05-31 |
Chong Yidong |
Fix for momentary-string-display (Bug#6238).
|
2010-05-29 |
Eli Zaretskii |
Implement bidi-sensitive word movement with arrow keys.
|
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)
|