aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Collapse)AuthorAgeFilesLines
* (atomic-change-group): Add edebug and indentation spec.John Paul Wallington2005-12-031-0/+1
|
* (read-passwd): Fontify the prompt as we do with other prompts.Eli Zaretskii2005-11-191-0/+2
|
* * subr.el (locate-library): Move from help-fns.el.Romain Francoise2005-10-281-0/+28
| | | | * help-fns.el (locate-library): Move to subr.el.
* (eval-after-load): Convert library name to an absolute file name usingRomain Francoise2005-10-221-1/+2
| | | | locate-library, since load-history no longer has library names in it.
* (make-temp-file): Moved to files.el.Richard M. Stallman2005-10-221-49/+0
| | | | (get-buffer-window-list): Moved to window.el.
* (eval-at-startup): New macro.Richard M. Stallman2005-10-221-1/+17
|
* Much rearrangement of functions and division into pages. No code changes.Richard M. Stallman2005-10-221-544/+580
|
* (symbol-file): Doc fix.Richard M. Stallman2005-10-211-3/+1
|
* (version-regexp-alist): Extend valid syntax for version strings:Eli Zaretskii2005-09-241-5/+13
| | | | | | allow any of the characters -,_,+ to separate the alpha/beta/rc part from the version part. Doc fix. (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
* (version-list-<, version-list-<=, version-list-=)Kim F. Storm2005-08-261-25/+29
| | | | | | Renamed from integer-list-*. (version-list-not-zero): Likewise. Fix while loop. (version=): Use version-list-= instead of string-equal.
* (play-sound): Rearrange to avoid warning.Richard M. Stallman2005-08-251-3/+3
|
* version string comparisonVinicius Jose Latorre2005-08-251-0/+201
|
* (replace-regexp-in-string): Doc fix.Richard M. Stallman2005-08-201-3/+4
|
* (insert-for-yank-1): Doc fix.Kim F. Storm2005-08-171-1/+1
|
* (while-no-input): Return t if there is input.Richard M. Stallman2005-08-091-3/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (add-to-list, add-to-ordered-list): Doc fixes.Luc Teirlinck2005-06-271-4/+7
|
* (with-selected-window): Use save-current-buffer.Richard M. Stallman2005-06-251-11/+16
|
* (save-match-data): Add comment about using evaporate argKim F. Storm2005-06-221-0/+2
| | | | to set-match-data.
* (1value, lambda, key-substitution-in-progress): Doc fixes.Juanma Barranquero2005-06-211-4/+4
| | | | (noreturn): Fix spellings.
* (add-to-ordered-list): Test membership with eq. Simplify.Kim F. Storm2005-06-201-10/+9
|
* (add-to-ordered-list): Use a weak hash-table to avoid leaks.Stefan Monnier2005-06-151-18/+14
|
* (add-to-ordered-list): Rework to use list-order property of list-var.Kim F. Storm2005-06-141-15/+26
|
* (add-to-ordered-list): New defun.Kim F. Storm2005-06-131-0/+26
|
* (complete-in-turn): New macro.Stefan Monnier2005-06-131-1/+19
| | | | (dynamic-completion-table, lazy-completion-table): Add debug info.
* (insert-for-yank-1): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
|
* (save-match-data): Add RESEAT arg `evaporate' toKim F. Storm2005-06-081-1/+1
| | | | set-match-data to free markers in match-data.
* (looking-back): New argument GREEDY.Richard M. Stallman2005-05-291-5/+25
|
* (delay-mode-hooks): Specify indentation.Lute Kamstra2005-05-261-1/+1
|
* (font-lock-defaults): Remove defvar as it's already defined in font-core.el.Lute Kamstra2005-05-221-4/+0
|
* (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.Juanma Barranquero2005-05-221-0/+6
|
* (send-string, send-region): Remove obsolescence declaration.Juanma Barranquero2005-05-191-8/+8
| | | | | (window-dot, set-window-dot, read-input, show-buffer, eval-current-buffer, string-to-int): Add release number to obsolescence declarations.
* (event-basic-type): Don't get an error.Richard M. Stallman2005-05-191-5/+7
| | | | (left-fringe-p): Function deleted.
* (post-command-idle-hook, post-command-idle-delay):Nick Roberts2005-05-191-4/+0
| | | | | Remove obsoletion of post-command-idle-hook and post-command-idle-delay.
* (window-dot, set-window-dot, read-input, send-string, send-region, show-buffer,Juanma Barranquero2005-05-181-8/+8
| | | | eval-current-buffer): Make really obsolete, as the comment says.
* Slight reorganization of some obsolete declarations; deleted comment no longerJuanma Barranquero2005-05-171-4/+3
| | | | relevant.
* (left-fringe-p): New function.Nick Roberts2005-05-151-0/+3
|
* (open-network-stream-nowait): Remove.Kim F. Storm2005-05-151-57/+6
| | | | (open-network-stream-server): Remove.
* (symbol-file): Doc fix.Richard M. Stallman2005-05-141-1/+2
|
* (executing-macro): Use `define-obsolete-variable-alias'.Luc Teirlinck2005-05-021-1/+4
|
* (define-function, sref): Remove aliases and obsoleteNick Roberts2005-05-011-5/+0
| | | | | declarations. (chars-in-region): Remove obsolete declaration.
* (add-to-invisibility-spec, remove-from-invisibility-spec):Richard M. Stallman2005-05-011-6/+6
| | | | Rename ARG to ELEMENT. Doc fix.
* (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)Nick Roberts2005-05-011-46/+16
| | | | | | (compiled-function-p, focus-frame, unfocus-frame): Remove aliases and obsolete declarations. Back out inadvertant changes from previous commit.
* (string-to-int): Make obsolete.Nick Roberts2005-05-011-17/+30
|
* (syntax-after): Doc fix.Eli Zaretskii2005-04-241-3/+5
| | | | (syntax-class): If argument is nil, return nil.
* (assq-delete-all): New implementation that is linear, not quadratic.Lute Kamstra2005-04-211-7/+26
| | | | | Suggested by David Kastrup <[email protected]>. (rassq-delete-all): New function.
* (syntax-class): New function.Stefan Monnier2005-04-191-0/+4
|
* (progress-reporter-do-update): When `min-value' is equalJuri Linkov2005-03-201-1/+3
| | | | to `max-value', set `percentage' to 0 and prevent division by zero.
* (add-minor-mode): Use the new :minor-mode-function property.Stefan Monnier2005-03-161-0/+2
|