summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAge
* * lisp/subr.el (with-wrapper-hook): Fix edebug spec.Stefan Monnier2011-09-23
* (process-kill-buffer-query-function): Mention the buffer name in the query.Lars Magne Ingebrigtsen2011-09-11
* * subr.el (eval-after-load): Doc string clarificationLars Magne Ingebrigtsen2011-09-11
* Doc string clarification.Lars Magne Ingebrigtsen2011-09-11
* * lisp/subr.el (y-or-n-p): Capitalize "yes".Juri Linkov2011-09-05
* * lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring.Stefan Monnier2011-08-30
* Add L and R categories to standard category table, and use them.Chong Yidong2011-08-18
* Fix behavior of string-mark-left-to-right.Chong Yidong2011-08-12
* New function `string-mark-left-to-right' for handling LRMs.Chong Yidong2011-08-10
* * src/keymap.c (Fmake_composed_keymap): Move to subr.el.Stefan Monnier2011-08-03
* * lisp/subr.el (read-char-choice): Respect help-form. (Bug#9001)Glenn Morris2011-07-15
* * lisp/subr.el (read-char-choice): Allow quitting. (Bug#9001)Glenn Morris2011-07-15
* lisp/subr.el (version-*): Doc fix.Eli Zaretskii2011-07-14
* Doc fix for with-silent-modificationsLars Magne Ingebrigtsen2011-07-14
* Clarify manual and `add-hook' doc string about buffer-local hooksLars Magne Ingebrigtsen2011-07-13
* Remove `remove-duplicates', since `delete-dups' is sufficient.Lars Magne Ingebrigtsen2011-07-12
* Add a new, simple definition of `remove-duplicates'Lars Magne Ingebrigtsen2011-07-11
* * lisp/subr.el (remq): Handle the empty list. (Bug#9024)Glenn Morris2011-07-08
* Add multiple inheritance to keymaps.Stefan Monnier2011-07-02
* New primitive secure-hash supporting md5, sha-1 and sha-2Leo Liu2011-06-21
* Renamed `process-alive-p' to `process-live-p' for consistency with other `-li...Lars Magne Ingebrigtsen2011-06-15
* * lisp/subr.el (make-progress-reporter): Add "..." by default.Stefan Monnier2011-06-02
* Miscellaneous tweaks.Stefan Monnier2011-06-01
* Add the tiny convenience function `process-alive-p'.Lars Magne Ingebrigtsen2011-05-31
* * lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430).Kevin Ryde2011-05-28
* Add delayed warnings support.Juanma Barranquero2011-04-28
* * subr.el (shell-quote-argument): Use alternate escaping strategyDaniel Colascione2011-04-27
* Improve Windows quoting robustnessDaniel Colascione2011-04-26
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-19
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-02
* Merge from trunkStefan Monnier2011-03-31
|\
| * * subr.el (deferred-action-list, deferred-action-function): Mark obsolete.Stefan Monnier2011-03-21
* | * lisp/subr.el (apply-partially): Use a non-nil static environment.Stefan Monnier2011-03-30
* | * lisp/subr.el (with-output-to-temp-buffer): Don't change current-buffer toStefan Monnier2011-03-29
* | Merge from trunkStefan Monnier2011-03-21
|\|
| * * lisp/subr.el (read-char-choice): Only show the cursor after the prompt,Stefan Monnier2011-03-14
| * undo 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan...Sam Steingold2011-02-01
| * fix docstrings of `purecopy-cons' & `purecopy-car' per Chong Yidong's requestSam Steingold2011-02-01
| * * lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.Sam Steingold2011-02-01
* | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-16
* | * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-13
* | Try and fix w32 build; misc cleanup.Stefan Monnier2011-03-11
* | Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-11
* | * lisp/emacs-lisp/bytecomp.el: Use lexical-binding.Stefan Monnier2011-03-10
* | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-21
* | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-19
* | Merge from trunkStefan Monnier2011-02-01
|\|
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
| * Merge from emacs-23Glenn Morris2011-01-22
| |\
| | * * lisp/subr.el (shell-quote-argument): Properly quote \n.Stefan Monnier2011-01-21