Commit graph

3452 commits

Author SHA1 Message Date
Miles Bader
212c766631 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 713-725)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

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

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-202
2007-05-01 23:03:36 +00:00
Andreas Schwab
92fbf041e1 (sregexq): Fix doc string quoting. 2007-04-27 15:17:28 +00:00
Miles Bader
991a760232 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 698-710)

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

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

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
2007-04-24 21:56:25 +00:00
Richard M. Stallman
44395dee2e (define-globalized-minor-mode): Improve doc string of generated command. 2007-04-22 16:58:23 +00:00
Martin Rudalics
c8286c2ca4 (edebug-pop-to-buffer): Don't select window marked as dedicated. 2007-04-13 06:05:15 +00:00
Chong Yidong
fb67ebdf16 (byte-optimize-form-code-walker): Evaluate pure function calls if possible.
(byte-optimize-all-constp): New function.
2007-04-11 17:10:42 +00:00
Glenn Morris
a746fb658b Markus Triska <markus.triska at gmx.at>:
(byte-compile-char-before): Improve numeric argument case.
(byte-compile-backward-char, byte-compile-backward-word): New
functions, performing rewriting previously done in byte-opt.el.
Fix their "Fixme" item (restriction to numeric arguments).
2007-04-11 03:59:20 +00:00
Glenn Morris
6f7e29f1d2 Markus Triska <markus.triska at gmx.at>:
(byte-optimize-backward-char, byte-optimize-backward-word): Remove -
move to bytecomp.el.
2007-04-11 03:57:11 +00:00
Miles Bader
57cb2e6f26 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 675-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
2007-04-11 00:17:47 +00:00
Glenn Morris
17975ebf23 Markus Triska <markus.triska at gmx.at>:
(byte-optimize-char-before): Remove (move to bytecomp.el as
byte-compile-char-before).
2007-04-10 03:58:03 +00:00
Glenn Morris
ec448ae2df Markus Triska <markus.triska at gmx.at>:
(byte-compile-char-before): New function (modified replacement for
byte-optimize-char-before in byte-opt.el).
2007-04-10 03:54:36 +00:00
Chong Yidong
e5a858825f Remove spurious debugging code. 2007-04-09 16:33:01 +00:00
Chong Yidong
c990483162 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function
(originally checked in as byte-optimize-concat on 1997-11-02).
2007-04-06 18:22:23 +00:00
Chong Yidong
1fbb84daed (byte-optimize-form-code-walker): Print entire form. 2007-04-05 17:57:05 +00:00
Glenn Morris
c420eb369d (top-level): Provide self. 2007-04-05 06:16:18 +00:00
Stefan Monnier
8ae799ba73 (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column in
emacs-lisp-mode.
2007-04-01 19:35:32 +00:00
Glenn Morris
b9be25fd10 (run-at-time): Doc fix. 2007-03-31 23:22:35 +00:00
Glenn Morris
0eae9f3ba9 (display-warning): If we create the buffer displaying the warning,
disable undo there.
2007-03-31 19:41:46 +00:00
Eli Zaretskii
faf9e188ca (sregexq): Doc fix. 2007-03-31 11:19:17 +00:00
Thien-Thi Nguyen
f718c2fc7f (ewoc--insert-new-node): Take additional arg DLL.
Use it, passed in explicitly, instead of from the dynamic binding.
(ewoc-create, ewoc-enter-before): Update to use new call sequence.
2007-03-30 16:12:19 +00:00
Richard M. Stallman
5757788464 (edebug-display): Don't go to edebug-outside-buffer if it is dead. 2007-03-28 13:24:21 +00:00
Stefan Monnier
4878f1de7c (lisp-complete-symbol): Make get-buffer-window find windows in other frames. 2007-03-28 00:54:08 +00:00
Richard M. Stallman
8bd91fd08d (byte-compile-file-form-defmumble): Use prin1 instead of princ. 2007-03-26 03:30:53 +00:00
Eli Zaretskii
6e5a4966d5 (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): Add
prompts to interactive specs.
2007-03-24 15:54:09 +00:00
Miles Bader
d85d38392e Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 670-674)

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

 * gnus--rel--5.10  (patch 209-210)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
2007-03-21 13:33:07 +00:00
Juanma Barranquero
640eb069c5 (reb-update-overlays): Do not mark zero-width regexps as invalid
but rather at least count them correctly.
2007-03-18 14:34:18 +00:00
Miles Bader
a72ea5f5b0 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 662-669)

   - Update from CVS
   - Fix read-only prompt problem in isearch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 207-208)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
2007-03-18 14:11:08 +00:00
Miles Bader
5f0813fa6d Changes from arch/CVS synchronization 2007-03-18 14:00:43 +00:00
Miles Bader
497fb25eb1 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 662-669)

   - Update from CVS
   - Fix read-only prompt problem in isearch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 207-208)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
2007-03-12 00:42:43 +00:00
Richard M. Stallman
b0aa2c6515 (byte-compile-warning-prefix): Correctly compute line number. 2007-03-11 21:16:09 +00:00
Richard M. Stallman
7b1730dd1f (reb-re-syntax): Fix custom type. 2007-03-05 20:27:34 +00:00
Richard M. Stallman
4252132f9a (calculate-lisp-indent): Redo previous change. 2007-03-05 03:20:58 +00:00
Kim F. Storm
0af6d7f3f7 (authors-aliases): Add alias. 2007-03-04 23:42:46 +00:00
Kim F. Storm
fd6780a53b (authors-aliases): Add alias. 2007-03-04 22:23:39 +00:00
Richard M. Stallman
e20e4a4836 (edebug-kill-buffer): New function.
(edebug-mode): Add the hook.
(edebug-recursive-edit): Remove the hook on exiting.
2007-03-04 17:53:03 +00:00
Miles Bader
a73d7753f9 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 638-652)

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

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

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
2007-02-26 23:03:45 +00:00
Kim F. Storm
f7f2cc5da8 (map-y-or-n-p): Apply minibuffer-prompt-properties. 2007-02-25 22:01:08 +00:00
Kim F. Storm
4e7a0e25fd (bindat--unpack-u*): Optimize.
(bindat--unpack-item, bindat--length-group, bindat--pack-item)
(bindat--unpack-group, bindat--pack-group):
Handle vectors with optional element type.
2007-02-17 22:02:25 +00:00
Eli Zaretskii
8e1ac0634a (calculate-lisp-indent): Added indentation for the constants of Lisp. 2007-02-17 11:35:22 +00:00
Miles Bader
18c3672766 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 624-636)

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

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-171
2007-02-13 12:14:16 +00:00
Juanma Barranquero
f9b4b5d865 (byte-compile-dest-file, byte-compile-file): Doc fixes. 2007-02-13 12:07:26 +00:00
Richard M. Stallman
9f25c0d219 (indent-sexp): Clean up termination condition -- don't fail to stop at endpos. 2007-02-11 11:12:20 +00:00
Kim F. Storm
8f92ec4d4f Remove obsolete comment. 2007-02-09 11:23:37 +00:00
Chong Yidong
275e4f4ca5 (define-globalized-minor-mode): Rename from define-global-minor-mode. 2007-02-03 17:26:28 +00:00
Chong Yidong
2b9170195b define-global-minor-mode changed to define-globalized-minor-mode. 2007-02-03 17:25:35 +00:00
Chong Yidong
32324290ca (global-cwarn-mode): Add define-globalized-minor-mode. 2007-02-03 17:25:17 +00:00
Miles Bader
bb5b9e9dbe Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 615-621)

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

 * gnus--rel--5.10  (patch 197-199)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
2007-01-30 22:22:43 +00:00
Juanma Barranquero
f5bb919695 (list-load-path-shadows): Doc fix. 2007-01-29 11:55:30 +00:00
Kenichi Handa
0e66b003a7 (byte-compile-disable-print-circle): New
variable.
(byte-compile-output-file-form): Bing print-circle to nil if
byte-compile-output-file-form is not nil.
(byte-compile-output-docform): Likewise.
2007-01-29 01:22:53 +00:00
Richard M. Stallman
f61eed1d1a (pp-eval-last-sexp): Don't eval here. 2007-01-28 07:11:24 +00:00