Commit graph

419 commits

Author SHA1 Message Date
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
Stefan Monnier
9bf2aa6a71 (read-number): New function. 2004-03-26 14:49:12 +00:00
Eli Zaretskii
1f3e4f92e7 (delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>. 2004-02-16 19:40:07 +00:00
Eli Zaretskii
6a6d7c3403 (match-string-no-properties): Use substring-no-properties. 2004-02-16 17:03:40 +00:00
Luc Teirlinck
016827560a (delete-dups): New function. 2004-01-19 23:48:11 +00:00
Luc Teirlinck
a6d2eef700 (declare): New macro. 2004-01-16 01:07:46 +00:00
Kim F. Storm
4385264a7d (event-start, event-end): Doc fix.
(posn-string, posn-image): New defuns.
(posn-object): Return either image or string object.
(posn-object-x-y): Return 8th element of position.
(posn-object-width-height): New defun.
2004-01-06 23:04:44 +00:00
Luc Teirlinck
756bb7366f (functionp): Doc fix. 2004-01-03 17:17:21 +00:00
Richard M. Stallman
617631c0f3 (assoc-ignore-case, assoc-ignore-representation):
Use assoc-string, and mark them obsolete.
(delay-mode-hooks): Mark as permanent local.
2003-12-29 19:56:54 +00:00
Eli Zaretskii
529c94091f (insert-for-yank): Call insert-for-yank-1 repetitively
for each yank-handler segment.
(insert-for-yank-1): New function, with the body of the previous
insert-for-yank.
2003-12-29 11:40:49 +00:00
Jonathan Yavner
1116910a51 Add macros 1value' and noreturn'. 2003-11-30 06:56:59 +00:00