1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

485 Commits

Author SHA1 Message Date
Eli Zaretskii
a4b1de6e8d (read-passwd): Fontify the prompt as we do with other prompts. 2005-11-19 12:49:59 +00:00
Romain Francoise
059a552c5c * subr.el (locate-library): Move from help-fns.el.
* help-fns.el (locate-library): Move to subr.el.
2005-10-28 16:55:48 +00:00
Romain Francoise
e8fbc5e023 (eval-after-load): Convert library name to an absolute file name using
locate-library, since load-history no longer has library names in it.
2005-10-22 17:34:49 +00:00
Richard M. Stallman
229ffb5a07 (make-temp-file): Moved to files.el.
(get-buffer-window-list): Moved to window.el.
2005-10-22 15:35:45 +00:00
Richard M. Stallman
adbe2d11a7 (eval-at-startup): New macro. 2005-10-22 15:23:00 +00:00
Richard M. Stallman
c4f484f279 Much rearrangement of functions and division into pages. No code changes. 2005-10-22 15:01:08 +00:00
Richard M. Stallman
6471aead18 (symbol-file): Doc fix. 2005-10-21 17:19:57 +00:00
Eli Zaretskii
d74a5c919c (version-regexp-alist): Extend valid syntax for version strings:
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.
2005-09-24 10:41:18 +00:00
Kim F. Storm
ca548b00f8 (version-list-<, version-list-<=, version-list-=)
Renamed from integer-list-*.
(version-list-not-zero): Likewise.  Fix while loop.
(version=): Use version-list-= instead of string-equal.
2005-08-26 12:31:55 +00:00
Richard M. Stallman
5a3232180f (play-sound): Rearrange to avoid warning. 2005-08-25 10:57:38 +00:00
Vinicius Jose Latorre
e9454757ab version string comparison 2005-08-25 01:37:47 +00:00
Richard M. Stallman
23bb94bb4a (replace-regexp-in-string): Doc fix. 2005-08-20 21:48:51 +00:00
Kim F. Storm
fbe13428a8 (insert-for-yank-1): Doc fix. 2005-08-17 14:08:30 +00:00
Richard M. Stallman
83047ee3fe (while-no-input): Return t if there is input. 2005-08-09 02:51:22 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Luc Teirlinck
4072ef25bf (add-to-list, add-to-ordered-list): Doc fixes. 2005-06-27 21:21:36 +00:00
Richard M. Stallman
4c6d1e1617 (with-selected-window): Use save-current-buffer. 2005-06-25 14:04:18 +00:00
Kim F. Storm
d1fab151df (save-match-data): Add comment about using evaporate arg
to set-match-data.
2005-06-22 23:18:45 +00:00
Juanma Barranquero
265b3f2a04 (1value, lambda, key-substitution-in-progress): Doc fixes.
(noreturn): Fix spellings.
2005-06-21 14:10:34 +00:00
Kim F. Storm
ef1eef065f (add-to-ordered-list): Test membership with eq. Simplify. 2005-06-20 21:41:34 +00:00
Stefan Monnier
219fd6cf52 (add-to-ordered-list): Use a weak hash-table to avoid leaks. 2005-06-15 20:58:20 +00:00
Kim F. Storm
8da6c2f888 (add-to-ordered-list): Rework to use list-order property of list-var. 2005-06-14 08:14:06 +00:00
Kim F. Storm
cbbd0b5a94 (add-to-ordered-list): New defun. 2005-06-13 21:29:52 +00:00
Stefan Monnier
9ed4906519 (complete-in-turn): New macro.
(dynamic-completion-table, lazy-completion-table): Add debug info.
2005-06-13 20:45:50 +00:00
Juanma Barranquero
cc295a82c2 (insert-for-yank-1): Fix spellings in docstrings. 2005-06-10 14:06:47 +00:00
Kim F. Storm
a0ef72dfd7 (save-match-data): Add RESEAT arg `evaporate' to
set-match-data to free markers in match-data.
2005-06-08 22:37:23 +00:00
Richard M. Stallman
46065dd4a5 (looking-back): New argument GREEDY. 2005-05-29 08:34:46 +00:00
Lute Kamstra
b1149f514c (delay-mode-hooks): Specify indentation. 2005-05-26 09:43:46 +00:00
Lute Kamstra
f1e9abb9bf (font-lock-defaults): Remove defvar as it's already defined in font-core.el. 2005-05-22 23:50:05 +00:00
Juanma Barranquero
2641cc63e2 (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. 2005-05-22 10:38:08 +00:00
Juanma Barranquero
a18ff98867 (send-string, send-region): Remove obsolescence declaration.
(window-dot, set-window-dot, read-input, show-buffer, eval-current-buffer,
string-to-int): Add release number to obsolescence declarations.
2005-05-19 23:45:09 +00:00
Richard M. Stallman
9aca24765f (event-basic-type): Don't get an error.
(left-fringe-p): Function deleted.
2005-05-19 15:43:48 +00:00
Nick Roberts
caccc8de14 (post-command-idle-hook, post-command-idle-delay):
Remove obsoletion of post-command-idle-hook and
post-command-idle-delay.
2005-05-19 01:56:04 +00:00
Juanma Barranquero
d11ad5a745 (window-dot, set-window-dot, read-input, send-string, send-region, show-buffer,
eval-current-buffer): Make really obsolete, as the comment says.
2005-05-18 07:44:39 +00:00
Juanma Barranquero
cb011c67aa Slight reorganization of some obsolete declarations; deleted comment no longer
relevant.
2005-05-17 15:03:12 +00:00
Nick Roberts
dfb5b6c2fd (left-fringe-p): New function. 2005-05-15 23:57:15 +00:00
Kim F. Storm
149d2fd32c (open-network-stream-nowait): Remove.
(open-network-stream-server): Remove.
2005-05-15 20:42:43 +00:00
Richard M. Stallman
e72e58336c (symbol-file): Doc fix. 2005-05-14 13:57:33 +00:00
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