Commit graph

3452 commits

Author SHA1 Message Date
Thien-Thi Nguyen
63910b2311 (ewoc--node-branch): Merge into unique caller. 2006-05-27 10:10:35 +00:00
Thien-Thi Nguyen
ec491f9001 (ewoc-delete): Compute last node once before looping. 2006-05-27 09:37:13 +00:00
Thien-Thi Nguyen
f860b7216f (ewoc--create): No longer take
HEADER and FOOTER args.  Update unique caller.
2006-05-27 08:56:11 +00:00
Thien-Thi Nguyen
7dd2e64c5d (ewoc--current-dll): New var.
(ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't
take DLL arg.  Instead, use `ewoc--current-dll'.  Update all callers.
(ewoc--set-buffer-bind-dll-let*): Bind `ewoc--current-dll', not `dll'.
(ewoc--adjust): Use `ewoc--current-dll'.
(ewoc-next, ewoc-prev, ewoc-nth): Bind `ewoc--current-dll'.
2006-05-26 08:31:36 +00:00
Thien-Thi Nguyen
5299552dca (bindat-unpack, bindat-pack):
Signal error if RAW-DATA is a multibyte string.
2006-05-25 08:51:31 +00:00
Richard M. Stallman
379ba58e76 (ad-enable-advice, ad-activate, ad-disable-advice): Add autoloads. 2006-05-25 00:00:50 +00:00
Thien-Thi Nguyen
5f25dc8145 (bindat-pack): Doc fix. 2006-05-23 11:23:25 +00:00
Thien-Thi Nguyen
b12d1537e7 Refill; nfc. 2006-05-23 08:04:25 +00:00
Thien-Thi Nguyen
f569c26e79 (ewoc-delete): New function.
(ewoc-filter): Use `ewoc-delete'.
2006-05-23 07:31:45 +00:00
Thien-Thi Nguyen
bb8d35a25e (ewoc-set-data): New func. 2006-05-22 05:41:48 +00:00
Thien-Thi Nguyen
3fe358978b (ewoc-create): Add autoload cookie. 2006-05-21 22:25:22 +00:00
Thien-Thi Nguyen
60eae434e8 (ewoc--adjust): New func.
(ewoc--insert-new-node): Don't insert trailing newline.
Instead, adjust succesor nodes' start markers.
(ewoc--refresh-node): Delete all text from current node's start
marker to the next one's; adjust successor nodes' start markers.
(ewoc--create): Doc fixes.
(ewoc--refresh): Don't insert newline.
(ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2006-05-18 12:04:40 +00:00
Thien-Thi Nguyen
8433d47026 (ewoc-map, ewoc-invalidate): Compute PP before looping. 2006-05-17 10:38:15 +00:00
Miles Bader
4ed925c668 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 274-284)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 101)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
2006-05-17 07:46:49 +00:00
Thien-Thi Nguyen
8d1bec8de1 (ewoc-data): Add docstring.
(ewoc-nth): Doc fix.
2006-05-17 06:12:44 +00:00
Reiner Steib
0027258d1e (byte-compile-warnings-safe-p): New
function.
(byte-compile-warnings): Fix safe-local-variable property.
2006-05-16 10:05:09 +00:00
Thien-Thi Nguyen
7f0ea399d1 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
(ewoc--insert-new-node): New func.
Update callers of deleted funcs to use it, instead.
2006-05-12 15:14:45 +00:00
Thien-Thi Nguyen
340d99457e (ewoc-refresh): Compute PP once before looping. 2006-05-12 07:29:42 +00:00
Reiner Steib
631c8020a5 Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
Thien-Thi Nguyen
bfbdb5cacf (ewoc--refresh-node): No longer save-excursion.
Update all callers to do it there, instead.
2006-05-11 08:02:11 +00:00
Miles Bader
3bcf2b084a Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 259-273)

   - Update from CVS
   - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
   - Merge from gnus--rel--5.10
   - Rename "field-at-point" to "field-at-pos"
   - (comint-insert-input): Remove redundant calls to setq and goto-char

 * gnus--rel--5.10  (patch 99-100)

   - Merge from emacs--devo--0
   - Update from CVS
2006-05-10 20:42:41 +00:00
Thien-Thi Nguyen
2c246c9f1a (ewoc--dll-create, ewoc--node-delete)
(ewoc--node-enter-first, ewoc--node-enter-last)
(ewoc--delete-node-internal): Merge funcs into unique callers.
2006-05-10 08:02:21 +00:00
Chong Yidong
ca75c9a268 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
return value of read-from-minibuffer for empty input.
2006-05-10 04:00:51 +00:00
Stefan Monnier
8c87a72c22 (define-minor-mode): Only preserve messages output during execution of the body. 2006-05-08 15:12:25 +00:00
Thien-Thi Nguyen
b1c36c0fc7 (ewoc--set-buffer-bind-dll-let*): Use `with-current-buffer'. 2006-05-08 08:02:25 +00:00
Stefan Monnier
ad8a840d25 (syntax-ppss): Flush the cache before rather than after a buffer modification. 2006-05-07 14:11:05 +00:00
Thien-Thi Nguyen
d91bd17cb6 (ewoc-create, ewoc-set-hf): Use `insert'
directly instead of a lambda expression that calls it.
2006-05-05 23:19:52 +00:00
Eli Zaretskii
fc7d3ac548 (reb-update-overlays): Cycle through provided faces once they all have been
used.
2006-05-05 13:02:14 +00:00
Miles Bader
fe682fb2f0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 239-258)

   - Update from CVS
   - (Ffield_beginning, find_field): Undo change of 2006-04-23.
   - Rcirc patch from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Clean up lisp/gnus/ChangeLog a bit

 * gnus--rel--5.10  (patch 91-98)

   - Merge from emacs--devo--0
   - Update from CVS
2006-05-02 05:51:52 +00:00
Richard M. Stallman
78d4839b3e (display-warning, lwarn): Doc fixes. 2006-05-01 20:16:40 +00:00
Miles Bader
cfc2051d0e Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 204-225)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.

 * gnus--rel--5.10  (patch 81-85)

   - Update from CVS
   - Merge from emacs--devo--0
2006-04-17 08:41:12 +00:00
Miles Bader
51fa34bc58 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220
Creator:  Michael Olson <mwolson@gnu.org>

Improve tq.el.

* lispref/processes.texi (Transaction Queues): Mention the new optional
  `delay-question' argument for `tq-enqueue'.

* lisp/emacs-lisp/tq.el: Improve comments.
  (tq-queue-head-question): New accessor function.
  (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
  Update for modified queue structure.
  (tq-queue-add): Accept `question' argument.
  (tq-queue-pop): If a question is pending, send it.
  (tq-enqueue): Accept new optional argument `delay-question'.  If
  this is non-nil, and at least one other question is pending a
  response, queue the question rather than sending it immediately.
2006-04-16 02:17:00 +00:00
Stefan Monnier
a04e10bc37 (find-function-search-for-symbol): Add comments. 2006-04-13 14:31:23 +00:00
Eli Zaretskii
65d04e7627 (edebug-basic-spec): New function for vetting file-local form specs. 2006-04-13 10:51:17 +00:00
Richard M. Stallman
aa9addfa93 (byte-compile-file): Bind enable-local-variables to :safe,
and make normal-mode obey it.
2006-04-11 17:58:58 +00:00
Bill Wohler
1d22fabd46 (find-function-regexp): Allow dashes in defun name, in similar fashion
to find-variable-regexp.
2006-04-10 22:33:51 +00:00
Stefan Monnier
2b690e5b35 (find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't
need to be quoted.
2006-04-10 18:45:34 +00:00
Miles Bader
49d395cd57 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 190-203)

   - Update from CVS
   - Undo incorrect merge of etc/images/README from Gnus 5.10
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 74-80)

   - Update from CVS
   - Update from CVS: README: Addition from 5.10.6 tar ball.
2006-04-09 00:38:22 +00:00
Stefan Monnier
67438f773f (byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists. 2006-04-08 14:56:21 +00:00
Richard M. Stallman
a8d78e0d70 (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes. 2006-04-07 23:30:23 +00:00
Miles Bader
1ef7e5599f Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 164-184)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: man/mh-e.texi (Folders): Various edits.
   - Update from erc--emacs--0

 * gnus--rel--5.10  (patch 62-70)

   - Merge from emacs--devo--0
   - Update from CVS
2006-03-28 23:08:20 +00:00
Kim F. Storm
605046efef Add a few aliases. Ignore changes to AUTHORS file. 2006-03-28 11:25:17 +00:00
Luc Teirlinck
a5f1e15451 (debug-help-follow): Revert last change. 2006-03-20 04:44:47 +00:00
Luc Teirlinck
db13394c30 (debug-help-follow): Adapt comment to change in help-mode.el. 2006-03-20 00:38:09 +00:00
Miles Bader
b1af5d6a27 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-40
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 135-143)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 49-55)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: Makefile.in (release-*): New targets.
2006-03-09 07:15:37 +00:00
Eli Zaretskii
a6966c1ce7 (rx-check-any, rx-check-not): Quote "]"s in regexps when they have no
special meaning.
2006-03-03 12:20:26 +00:00
Eli Zaretskii
309411cbe7 (edebug-display): Use `edebug-sit-for-seconds' value instead of a literal
constant (1) on more pauses.
2006-03-03 11:55:43 +00:00
Miles Bader
d2ad6275c8 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 123-134)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 40-48)

   - Merge from emacs--devo--0
   - Update from CVS
   - Munge arch explicit ids in etc/images to match Emacs
2006-03-03 07:48:46 +00:00
Luc Teirlinck
f352b9d773 (find-library-suffixes): Use get-load-suffixes' instead of load-suffixes'.
(find-library-name): Use `load-file-rep-suffixes' instead of '("").
2006-02-27 02:03:00 +00:00
Luc Teirlinck
de10856c9d (update-directory-autoloads): Use `get-load-suffixes' instead of
`load-suffixes'.
2006-02-27 01:58:04 +00:00