aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (macro-declaration-function): Move to emacs-lisp/byte-run.el.Lute Kamstra2005-03-141-21/+0
|
* (find-tag-default): Catch errors in forward-sexp.Richard M. Stallman2005-02-231-7/+10
|
* (subregexp-context-p): Fix garbled doc string by addingDavid Kastrup2005-02-191-4/+4
| | | | quoting.
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-5/+5
| | | | Change development version from 21.3.50 to 22.0.50.
* (dotimes-with-progress-reporter): New macro.Stefan Monnier2005-01-191-2/+29
|
* Fix doc in previous change.Richard M. Stallman2004-12-281-1/+1
|
* (messages-buffer-max-lines): Alias for message-log-max.Richard M. Stallman2004-12-271-8/+24
| | | | | | (symbol-file): Rewritten to handle new load-history format. Now takes an arg TYPE to specify looking for a particular type of definition only.
* (while-no-input): New macro.Richard M. Stallman2004-12-131-0/+13
|
* (subregexp-context-p): New function.Stefan Monnier2004-12-061-0/+40
|
* (substitute-key-definition-key): Optimize. Don'tKim F. Storm2004-11-231-1/+2
| | | | call indirect-function for nil defn (always signals error).
* (syntax-after): Undo last change.Stefan Monnier2004-11-221-13/+5
|
* (map-keymap-internal): New function.Richard M. Stallman2004-11-161-0/+18
|
* (syntax-after): Doc fix.Richard M. Stallman2004-11-081-2/+2
|
* (syntax-after): Return the syntax letter, not the raw code.Richard M. Stallman2004-11-071-5/+13
|
* subr.el (read-passwd): Move back from password.el.Simon Josefsson2004-10-291-0/+55
| | | | password.el: Remove, not ready yet.
* (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliasesStefan Monnier2004-10-281-0/+4
| | | | of x-lost-selection-functions and x-sent-selection-functions.
* * subr.el (read-passwd): Move to net/password.el.Simon Josefsson2004-10-251-55/+0
| | | | * net/password.el (read-passwd): Add. Autoload it.
* (with-local-quit): Return nil if there's a quit.Richard M. Stallman2004-10-171-47/+55
| | | | (read-passwd): Use with-local-quit. Doc fix.
* (looking-back): Return only t or nil.Richard M. Stallman2004-10-161-3/+4
|
* (substitute-key-definition-key): New function.Stefan Monnier2004-10-131-135/+52
| | | | | | (substitute-key-definition): Use it with map-keymap. (event-modifiers): Use push. (mouse-movement-p, with-temp-buffer): Simplify.
* (substitute-key-definition): Mention command remapping in doc string.Kim F. Storm2004-10-111-1/+4
|
* (progress-reporter-update): Define before first usage.Kim F. Storm2004-10-091-17/+17
| | | | (make-progress-reporter): Doc fix.
* (make-progress-reporter, progress-reporter-update)Eli Zaretskii2004-10-081-0/+127
| | | | | (progress-reporter-force-update, progress-reporter-do-update) (progress-reporter-done): New functions.
* (delay-mode-hooks): Doc fix.Luc Teirlinck2004-09-251-0/+2
|
* (after-change-major-mode-hook): Further doc fix.Luc Teirlinck2004-09-221-1/+1
|
* (after-change-major-mode-hook): Doc fix.Luc Teirlinck2004-09-221-2/+1
|
* (run-mode-hooks): Run `after-change-major-mode-hook' after theLuc Teirlinck2004-09-211-2/+4
| | | | mode-hooks instead of before. Doc fix.
* (event-basic-type): Fix mask (extend to 22bits).Stefan Monnier2004-09-191-4/+4
|
* (after-change-major-mode-hook): Doc fix.Luc Teirlinck2004-09-191-1/+1
|
* (after-change-major-mode-hook): New variable.Luc Teirlinck2004-09-181-0/+5
| | | | (run-mode-hooks): Implement it.
* (split-string): Docfix.Thien-Thi Nguyen2004-09-081-1/+1
|