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

460 Commits

Author SHA1 Message Date
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
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