Commit graph

446 commits

Author SHA1 Message Date
Luc Teirlinck
8ee7e9dbb5 (executing-macro): Use `define-obsolete-variable-alias'. 2005-05-02 02:20:28 +00:00
Nick Roberts
dc303ca3ef (define-function, sref): Remove aliases and obsolete
declarations.
(chars-in-region): Remove obsolete declaration.
2005-05-01 22:18:14 +00:00
Richard M. Stallman
648d174d39 (add-to-invisibility-spec, remove-from-invisibility-spec):
Rename ARG to ELEMENT.  Doc fix.
2005-05-01 13:58:45 +00:00
Nick Roberts
73f6771553 (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
(compiled-function-p, focus-frame, unfocus-frame):
Remove aliases and obsolete declarations.
Back out inadvertant changes from previous commit.
2005-05-01 13:30:19 +00:00
Nick Roberts
77cd926d9b (string-to-int): Make obsolete. 2005-05-01 04:44:14 +00:00
Eli Zaretskii
9d1ffd5a91 (syntax-after): Doc fix.
(syntax-class): If argument is nil, return nil.
2005-04-24 14:50:20 +00:00
Lute Kamstra
2c7b5da17a (assq-delete-all): New implementation that is linear, not quadratic.
Suggested by David Kastrup <dak@gnu.org>.
(rassq-delete-all): New function.
2005-04-21 21:18:29 +00:00
Stefan Monnier
cdd8dc28f3 (syntax-class): New function. 2005-04-19 18:11:26 +00:00
Juri Linkov
fe6b1dbdc6 (progress-reporter-do-update): When `min-value' is equal
to `max-value', set `percentage' to 0 and prevent division by zero.
2005-03-20 20:59:52 +00:00
Stefan Monnier
b3e484d7c4 (add-minor-mode): Use the new :minor-mode-function property. 2005-03-16 13:12:47 +00:00
Lute Kamstra
adf9acf885 (macro-declaration-function): Move to emacs-lisp/byte-run.el. 2005-03-14 14:07:38 +00:00
Richard M. Stallman
3e9f9352d4 (find-tag-default): Catch errors in forward-sexp. 2005-02-23 21:04:14 +00:00
David Kastrup
c761fd554a (subregexp-context-p): Fix garbled doc string by adding
quoting.
2005-02-19 18:54:17 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Stefan Monnier
aa56124af5 (dotimes-with-progress-reporter): New macro. 2005-01-19 23:44:48 +00:00
Richard M. Stallman
f4170ea1f0 Fix doc in previous change. 2004-12-28 05:10:37 +00:00
Richard M. Stallman
9e247d246e (messages-buffer-max-lines): Alias for message-log-max.
(symbol-file): Rewritten to handle new load-history format.
Now takes an arg TYPE to specify looking for a particular
type of definition only.
2004-12-27 16:23:34 +00:00
Richard M. Stallman
c2b53d7bd4 (while-no-input): New macro. 2004-12-13 19:26:42 +00:00
Stefan Monnier
df8e73e165 (subregexp-context-p): New function. 2004-12-06 15:11:51 +00:00
Kim F. Storm
d9f043554d (substitute-key-definition-key): Optimize. Don't
call indirect-function for nil defn (always signals error).
2004-11-23 15:23:57 +00:00
Stefan Monnier
d8ac3d271c (syntax-after): Undo last change. 2004-11-22 06:00:51 +00:00
Richard M. Stallman
14694a594b (map-keymap-internal): New function. 2004-11-16 17:05:18 +00:00
Richard M. Stallman
7e1963161d (syntax-after): Doc fix. 2004-11-08 16:55:56 +00:00
Richard M. Stallman
e710efbbb3 (syntax-after): Return the syntax letter, not the raw code. 2004-11-07 04:10:38 +00:00
Simon Josefsson
266725f1a1 subr.el (read-passwd): Move back from password.el.
password.el: Remove, not ready yet.
2004-10-29 21:21:33 +00:00
Stefan Monnier
0ecd53f80f (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
of x-lost-selection-functions and x-sent-selection-functions.
2004-10-28 23:29:26 +00:00
Simon Josefsson
d7aea84035 * subr.el (read-passwd): Move to net/password.el.
* net/password.el (read-passwd): Add.  Autoload it.
2004-10-25 13:22:17 +00:00
Richard M. Stallman
b9308c617f (with-local-quit): Return nil if there's a quit.
(read-passwd): Use with-local-quit.  Doc fix.
2004-10-17 06:59:15 +00:00
Richard M. Stallman
991b32c3f3 (looking-back): Return only t or nil. 2004-10-16 15:29:46 +00:00
Stefan Monnier
9166dbf6ae (substitute-key-definition-key): New function.
(substitute-key-definition): Use it with map-keymap.
(event-modifiers): Use push.
(mouse-movement-p, with-temp-buffer): Simplify.
2004-10-13 17:05:55 +00:00
Kim F. Storm
18c2e79188 (substitute-key-definition): Mention command remapping in doc string. 2004-10-11 22:02:16 +00:00
Kim F. Storm
c85152fceb (progress-reporter-update): Define before first usage.
(make-progress-reporter): Doc fix.
2004-10-09 21:50:57 +00:00
Eli Zaretskii
b4329caaf8 (make-progress-reporter, progress-reporter-update)
(progress-reporter-force-update, progress-reporter-do-update)
(progress-reporter-done): New functions.
2004-10-08 17:23:40 +00:00
Luc Teirlinck
1e6c82a141 (delay-mode-hooks): Doc fix. 2004-09-25 02:32:15 +00:00
Luc Teirlinck
a0c3bd3ee4 (after-change-major-mode-hook): Further doc fix. 2004-09-22 00:13:16 +00:00
Luc Teirlinck
d45774a39a (after-change-major-mode-hook): Doc fix. 2004-09-22 00:10:15 +00:00
Luc Teirlinck
6d9ac082df (run-mode-hooks): Run `after-change-major-mode-hook' after the
mode-hooks instead of before.  Doc fix.
2004-09-21 00:40:06 +00:00
Stefan Monnier
a8a64811dc (event-basic-type): Fix mask (extend to 22bits). 2004-09-19 06:07:38 +00:00
Luc Teirlinck
bcd648b07a (after-change-major-mode-hook): Doc fix. 2004-09-19 01:08:16 +00:00
Luc Teirlinck
a869308616 (after-change-major-mode-hook): New variable.
(run-mode-hooks): Implement it.
2004-09-18 23:57:10 +00:00
Thien-Thi Nguyen
203998e5c1 (split-string): Docfix. 2004-09-08 12:24:29 +00:00
Richard M. Stallman
a0d84262dc (find-tag-default): Moved from etags.el. 2004-08-28 15:30:10 +00:00
John Paul Wallington
845aa1ef9e (process-kill-without-query): Made obsolete in version 21.4, not 21.5. 2004-08-21 14:53:22 +00:00
Luc Teirlinck
a14b195b00 (kbd): Doc fix. 2004-08-09 18:48:23 +00:00
Luc Teirlinck
572fc345a0 (global-unset-key, local-unset-key): Doc fixes. 2004-08-08 16:49:37 +00:00
Luc Teirlinck
0e91dc923a (event-modifiers, event-basic-type): Doc fixes. 2004-07-31 15:45:30 +00:00
Richard M. Stallman
53a7160c92 (with-local-quit): Doc fix. 2004-07-31 03:42:27 +00:00
John Paul Wallington
a3111ae4d8 (butlast, event-modifiers, event-basic-type): Doc fixes. 2004-07-25 05:45:53 +00:00
Luc Teirlinck
01df0a6d3a (with-selected-window): Doc fix. 2004-07-13 00:11:09 +00:00
Luc Teirlinck
3ac08e9964 (get-buffer-window-list): Doc fix. 2004-07-12 01:13:25 +00:00