Commit graph

429 commits

Author SHA1 Message Date
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
Juanma Barranquero
f8cf33b157 (insert-buffer-substring-no-properties, insert-buffer-substring-as-yank):
Doc fixes.
2004-06-07 20:54:42 +00:00
Miles Bader
2d14d61e16 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
(read-number): Use canonical format for default in prompt.

2004-06-03  Miles Bader  <miles@gnu.org>

   * lisp/subr.el (read-number): Use canonical format for default in prompt.
2004-06-02 22:44:45 +00:00
Juanma Barranquero
faa79da686 (process-kill-without-query): Remove spurious "\n" on obsolescence string.
(focus-frame, unfocus-frame): Add obsolescence declaration and empty
docstring.
2004-06-02 00:38:00 +00:00
Richard M. Stallman
3f71ad3a46 (with-selected-window): Undo previous change. 2004-05-29 15:23:42 +00:00
Stefan Monnier
fb4302f699 (with-selected-window): Only save/restore the selectd window. 2004-05-28 22:33:35 +00:00
Stefan Monnier
7a2937ce8a (eventp): Be more discriminating with integers. 2004-05-11 03:17:45 +00:00
Juanma Barranquero
54ce7cbf6c (start-process-shell-command): Fix docstring. Put usage info in a format usable
by `describe-function'.
(open-network-stream, open-network-stream-nowait, open-network-stream-server):
Fix docstring.
2004-05-10 17:44:56 +00:00
Juanma Barranquero
cba610754d (remove-overlays, read-passwd): Fix docstring. 2004-05-09 22:15:14 +00:00
Juanma Barranquero
a478f3e181 (lambda): Add arglist description to docstring.
(declare): Fix typo in docstring.
(open-network-stream): Fix docstring.
(process-kill-without-query): Fix docstring and add obsolescence info.
(last, butlast, nbutlast): Make arguments match their use in docstring.
(insert-buffer-substring-no-properties): Likewise.
(insert-buffer-substring-as-yank): Likewise.
(split-string): Fix docstring.
2004-05-07 01:06:20 +00:00
Stefan Monnier
c29dafeb0a (remove-overlays): Docstring change. 2004-04-29 18:42:24 +00:00
Masatake YAMATO
f24485f172 * subr.el (remove-overlays): Make arguments optional.
* wid-edit.el (widget-specify-button): Put evaporate to the
overlay for sample.
(widget-specify-sample): Put evaporate to the overlay for sample.
(widget-specify-doc): Put evaporate to the overlay for documentation.

* etc/NEWS: Write about remove-overlays's arguments.

* man/widget.texi: Add remove-overlays to the example.
2004-04-27 21:00:31 +00:00
Eli Zaretskii
12092fb374 (momentary-string-display): Support EXIT-CHAR that is
either a character representation of an event or an event
description list.
2004-04-27 13:07:16 +00:00
Richard M. Stallman
5572c97f45 (event-modifiers): Fix the criterion for ASCII control chars. 2004-04-20 20:56:32 +00:00
Stefan Monnier
c78633461e (read-number): Check whether `default' is nil. 2004-04-20 20:40:41 +00:00
John Paul Wallington
3affc0c775 (posn-set-point): Fix typos: parameter is position', not posn'. 2004-04-14 20:31:37 +00:00
Stefan Monnier
17f53ffa0f (posn-set-point): New function. 2004-04-14 17:28:33 +00:00
Stefan Monnier
a21aa1650a (interactive-form): Delete. Now implemented in C. 2004-03-29 00:48:07 +00:00