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

1969 Commits

Author SHA1 Message Date
Juanma Barranquero
373ed13578 (find-function-noselect, find-function, find-variable-noselect, find-variable,
find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.
2006-11-03 15:09:49 +00:00
Juanma Barranquero
c67c14f32e (checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings. 2006-11-03 15:08:44 +00:00
Ramprasad B
030d1efecb Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch 2006-11-03 13:54:32 +00:00
Chong Yidong
c0b1307a7d * emacs-lisp/authors.el (authors-aliases): Update. 2006-10-28 14:16:29 +00:00
Chong Yidong
6655e16dba * emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix. 2006-10-27 00:52:06 +00:00
Chong Yidong
bec9dc7b07 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
pattern normally.
2006-10-26 20:39:53 +00:00
Richard M. Stallman
6d44694e8c (pp-eval-expression): Use `X' to read value.
Non-interactive arg is the value, not the expression.
2006-10-18 11:02:31 +00:00
Juanma Barranquero
6b0a96341e (ad-remove-advice, ad-parse-arglist, ad-make-mapped-call):
Use `let', not `let*'.
2006-10-05 15:53:30 +00:00
Kim F. Storm
fcecceea0f (pushnew-internal): Remove defvar.
(pushnew): Fix last change.
2006-10-03 09:19:17 +00:00
Stefan Monnier
8f1a5a9b18 (find-function-regexp): Don't match "define-button-type". 2006-10-02 02:27:12 +00:00
Richard M. Stallman
e00c3f6fb6 (timer-max-repeats): Doc fix. 2006-09-24 20:39:52 +00:00
Kim F. Storm
eae510750d (member*): Use memql instead of complex code.
Suggested by Miles Bader.
2006-09-20 23:12:25 +00:00
Kim F. Storm
5bde639f47 (pushnew): Rework 2006-09-10 change. Use memql
instead of add-to-list in the simple case.
2006-09-20 23:12:15 +00:00
Reiner Steib
e027c6e48d (pushnew): Add missing `,'. 2006-09-11 11:15:54 +00:00
Richard M. Stallman
6b34950fad (pushnew): Use add-to-list when convenient. 2006-09-10 17:47:39 +00:00
Chong Yidong
612c16f130 * window.el (mouse-autoselect-window-timer)
(mouse-autoselect-window-position)
	(mouse-autoselect-window-window)
	(mouse-autoselect-window-now): New vars.
	(mouse-autoselect-window-cancel)
	(mouse-autoselect-window-select)
	(mouse-autoselect-window-start): New functions.
	(handle-select-window): Call `mouse-autoselect-window-start' when
	delayed window autoselection is enabled.

	* cus-start.el (mouse-autoselect-window): Handle delayed window
	autoselection.

	* emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
	commands after which it is allowed to print in the echo area.
2006-09-08 14:15:02 +00:00
Richard M. Stallman
b8bd37f2f8 (timer-create, timer-activate): Doc fixes.
(cancel-timer-internal): Add doc string.
(cancel-function-timers): Doc fix.
(with-timeout-handler, timer-event-last*): Add doc strings.
2006-09-08 12:00:40 +00:00
Richard M. Stallman
3ac5a59d71 (bindat-unpack): Doc fix. 2006-09-08 11:59:33 +00:00
Richard M. Stallman
da506c0e74 (define-minor-mode): Reference manual about customization, rather than
M-x customize, in the doc string made for the defcustom.
2006-08-31 23:14:26 +00:00
Richard M. Stallman
5b061d28eb (trace-function-background): Doc fix. 2006-08-31 23:10:24 +00:00
Chong Yidong
81e213dc7c * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert
commentary after first line summary.
2006-08-28 16:57:28 +00:00
Miles Bader
7a210b69c7 Miscellaneous tq-related fixes.
* lisp/emacs-lisp/tq.el: Small grammar fix in comments.
  (tq-enqueue): Check for existence of queue rather than the head queue
  item's question, which was a no-op.
  (tq-filter, tq-process-buffer): Make sure the process buffer exists
  before making it the current buffer.

* lispref/processes.texi (Transaction Queues): Remove stray quote
  character.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-27 10:42:40 +00:00
Stefan Monnier
76667462a2 Remove * in defcustoms.
(defgroup checkdoc): Move to beginning.
2006-08-25 23:40:38 +00:00
Chong Yidong
1063efe807 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
Accept internal time format for SECS arg.
	(timer-relative-time): Doc fix.

	* jit-lock.el: "Stealth fontification by requeuing timers" patch,
	adapted from Martin Rudalics.
	(jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
	(jit-lock-mode): Create jit-lock-stealth-repeat-timer.
	(jit-lock-stealth-fontify): Reschedule as a idle timer instead of
	using sit-for.
2006-08-24 23:40:00 +00:00
Richard M. Stallman
171d328e8d (run-with-idle-timer): Pass t to timer-activate-when-idle, so timer
can run before Emacs becomes non-idle again.
2006-08-20 12:16:26 +00:00
Thien-Thi Nguyen
bad03cfc80 (bindat-ip-to-string): Use `format-network-address' if possible. 2006-08-11 09:28:44 +00:00
Chong Yidong
65b13f4bc0 Minor fix to last change. 2006-08-10 16:07:43 +00:00
Chong Yidong
3a79932757 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
restore unread-command-events here.
	(edebug-display): Do it here, to detect sit-for interruptions.
2006-08-10 15:27:41 +00:00
Nick Roberts
35b6eb23c6 (find-function-search-for-symbol): Expand comment. 2006-07-23 21:21:29 +00:00
Nick Roberts
7358462606 (find-function-search-for-symbol): Handle "C-h f `". 2006-07-22 22:51:11 +00:00
Stefan Monnier
fb2dd97003 (make-autoload): Use new arg. 2006-07-17 21:27:17 +00:00
Károly Lőrentey
7ad783eb3a Update. 2006-07-14 06:07:07 +00:00
Károly Lőrentey
c8eba9db7f Update. 2006-07-14 05:51:02 +00:00
Stefan Monnier
02dcdad34e (make-autoload): Remove special handling of
minor modes, redundant with the custom-autoload line above.
2006-07-13 18:13:06 +00:00
Richard M. Stallman
fea7b5149b (edebug-instrument-function): Err if find-function-noselect gives no position. 2006-07-12 16:04:23 +00:00
Richard M. Stallman
39ff5f6495 (find-function-search-for-symbol):
If can't find definition, return nil for position.
(find-function-do-it): Handle new return value of find-definition-noselect.
(find-definition-noselect, find-variable-noselect): Doc fix.
(find-function-noselect): Doc fix.
2006-07-12 16:03:47 +00:00
Kim F. Storm
56e4872562 (authors-ignored-files): Ignore changes
to FOR-RELEASE and TODO.
2006-07-10 15:03:24 +00:00
Romain Francoise
a8d3703121 (authors-aliases): Update. 2006-07-10 14:58:17 +00:00
Chong Yidong
4b6b279f02 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
on non-char events.
2006-07-09 15:24:22 +00:00
Richard M. Stallman
b50b95ce64 (define-minor-mode): Doc fix. 2006-07-09 02:02:03 +00:00
Richard M. Stallman
21662bd3eb (def-edebug-spec): Moved to subr.el. 2006-07-09 02:00:46 +00:00
Eli Zaretskii
1094404231 (define-minor-mode): Doc fix. 2006-07-08 15:20:52 +00:00
Stefan Monnier
e0b4be6cc0 (byte-compile-form): The `byte-compile'
property may contain an anonymous function rather than a symbol.
2006-07-07 16:34:44 +00:00
Thien-Thi Nguyen
529eacf726 (emacs-lisp-mode-map): Use eval-buffer. 2006-07-05 07:47:41 +00:00
Kim F. Storm
9109bf4909 (authors-aliases): Add mode aliases.
(authors-fixed-entries): Fix spelling.
(authors-canonical-file-name): Don't report error for wildcards.
2006-06-04 22:01:24 +00:00
Stefan Monnier
bb7a346faa (ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:
use extra arguments instead of dynamic scoping.
(ewoc-locate): Remove unused var `footer'.
2006-05-29 04:39:46 +00:00
Stefan Monnier
7ece7aba2b (ewoc--insert-new-node): Use ewoc--refresh-node. 2006-05-29 03:47:56 +00:00
Stefan Monnier
b17b883963 (no-update-autoloads): Declare.
(generate-file-autoloads): Obey it.  Return whether autoloads were
added at point or not.
(update-file-autoloads): Use this new return value.
Remove redundant test for the presence of an autoload cookie.
2006-05-29 02:53:14 +00:00
Stefan Monnier
6913552560 (autoload-find-file): New fun. This one calls hack-local-variables.
(generate-file-autoloads, update-file-autoloads): Use it.
2006-05-29 02:11:27 +00:00
Kim F. Storm
98d0738d27 (bindat-idx, bindat-raw): Rename dynamic variables
`pos' and `raw-data' for clarity, as eval forms may access these.
2006-05-28 22:19:52 +00:00