summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Collapse)AuthorAgeFilesLines
...
| * | (byte-compile-warnings): Autoload the safe-local-variable property.Glenn Morris2007-10-261-1/+2
| | |
* | | Merge from emacs--devo--0Miles Bader2007-10-111-21/+29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
| * | (byte-compile-warning-types): Add mapcar and make-local.Glenn Morris2007-09-211-1/+2
| | |
| * | (byte-compile-warnings)Glenn Morris2007-09-211-16/+20
| | | | | | | | | | | | | | | | | | (byte-compile-warnings-safe-p): Add `mapcar'. (byte-compile-normal-call): Add option to suppress mapcar warning. (top-level): Use mapc rather than mapcar in eval-when-compile.
| * | Markus Triska <markus.triska at gmx.at>Glenn Morris2007-09-211-0/+4
| | | | | | | | | | | | (byte-compile-normal-call): Warn when `mapcar' is called for effect.
| * | (byte-compile-log-file): Check major-mode via derived-mode-p.Stefan Monnier2007-09-071-2/+1
| | |
| * | (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-3/+3
| | | | | | | | | | | | Don't expand top-level file name more than once.
* | | Merge from emacs--devo--0Miles Bader2007-08-291-122/+121
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 857-865) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file. - Remove RCS keywords * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-252
| * | Merge from emacs--rel--22Miles Bader2007-08-271-9/+12
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
| | * (byte-compile-from-buffer): Check old-style backquotes after each `read'Stefan Monnier2007-08-231-8/+8
| | | | | | | | | | | | rather than once per buffer to get more precise location info.
| | * (byte-compile-from-buffer): Display a big fat warning for old style backquotes.Stefan Monnier2007-08-221-1/+7
| | |
| | * (byte-compile-log-file, byte-recompile-directory, byte-compile-file)Stefan Monnier2007-08-221-13/+9
| | | | | | | | | | | | (byte-compile-from-buffer): Use with-current-buffer.
| * | (byte-compile-output-docform, byte-compile-output-as-comment):Stefan Monnier2007-08-231-112/+108
| | | | | | | | | | | | Use with-current-buffer rather than a weird set-buffer&prog1 combination.
| * | (byte-compile-interactive-only-functions): Add previous-line and next-line.Stefan Monnier2007-08-211-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-07-271-7/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | |
| | * (byte-compile-from-buffer): initialise byte-compile-unresolved-functions beforeAlan Mackenzie2007-07-241-6/+8
| | | | | | | | | | | | | | | rather than after a compilation. (byte-compile-unresolved-functions): Amplify doc string.
| * | (byte-compile-from-buffer): initialise byte-compile-unresolved-functionsAlan Mackenzie2007-07-241-6/+8
| | | | | | | | | | | | | | | before rather than after a compilation. (byte-compile-unresolved-functions): Amplify doc string.
* | | Merge from emacs--devo--0Miles Bader2007-06-161-26/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 793-802) - Update from CVS - Remove RCS keywords - Merge from emacs--rel--22 * emacs--rel--22 (patch 42-50) - Update from CVS - Merge from gnus--rel--5.10 - Gnus ChangeLog tweaks * gnus--rel--5.10 (patch 229-232) - Merge from emacs--devo--0, emacs--rel--22 - ChangeLog tweak - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-223
| * | (byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):Stefan Monnier2007-06-141-25/+14
| | | | | | | | | | | | | | | Revert part of last change. Apparently the "warning even if the group is implicit" is a feature rather than a bug.
| * | (byte-compile-current-group): New var.Stefan Monnier2007-06-121-28/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (byte-compile-file): Bind it. (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the group argument is provided implicitly. (byte-compile-format-warn, byte-compile-from-buffer) (byte-compile-insert-header): Don't hardcode point-min==1. (byte-compile-file-form-require): Remove unused var old-load-list. (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
* | | Merge from emacs--devo--0Miles Bader2007-06-111-6/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 781-792) - Update from CVS - Merge from gnus--rel--5.10 - Merge from emacs--rel--22 * emacs--rel--22 (patch 33-41) * gnus--rel--5.10 (patch 226-228) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
| * | (byte-compile-find-cl-functions): MatchMartin Rudalics2007-06-101-2/+3
| | | | | | | | | | | | | | | against file-name-nondirectory. Fix text on user customization variables.
| * | (byte-compile-warnings): Add new option `make-local'.Glenn Morris2007-06-071-4/+9
| |/ | | | | | | | | | | (byte-compile-warnings-safe-p): Add `make-local'. (byte-compile-make-variable-buffer-local): Allow byte-compile-warnings to suppress this warning.
* | Merge from emacs--devo--0Miles Bader2007-04-241-4/+27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-4/+27
| | | | | | | | | | | | | | (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).
* | Merge from emacs--devo--0Miles Bader2007-04-111-1/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-0/+8
| | | | | | | | | | (byte-compile-char-before): New function (modified replacement for byte-optimize-char-before in byte-opt.el).
| * (byte-compile-file-form-defmumble): Use prin1 instead of princ.Richard M. Stallman2007-03-261-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-03-181-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Changes from arch/CVS synchronizationMiles Bader2007-03-181-4/+2
| |
* | Merge from emacs--devo--0Miles Bader2007-03-121-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (byte-compile-warning-prefix): Correctly compute line number.Richard M. Stallman2007-03-111-2/+4
| |
* | Merge from emacs--devo--0Miles Bader2007-02-261-2/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (byte-compile-dest-file, byte-compile-file): Doc fixes.Juanma Barranquero2007-02-131-2/+5
| |
* | Merge from emacs--devo--0Miles Bader2007-01-301-2/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (byte-compile-disable-print-circle): NewKenichi Handa2007-01-291-2/+8
| | | | | | | | | | | | | | 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.
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Make byte compiler correctly write circular constantsMiles Bader2007-01-241-1/+3
| | | | | | | | | | | | | | | | | | 2007-01-24 Miles Bader <miles@gnu.org> * lisp/emacs-lisp/bytecomp.el (byte-compile-output-file-form) (byte-compile-output-docform): Bind `print-circle' to t. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-614
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-12-071-8/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
| * (byte-optimize, byte-compile-warnings): Doc fixes.Juanma Barranquero2006-11-301-6/+7
| |
| * (byte-compile-get-constant):Richard M. Stallman2006-11-281-2/+6
| | | | | | | | Replace incorrect use of assoc-default with a loop.
| * (byte-compile-if): Revert last change.Chong Yidong2006-11-191-31/+24
| |
| * (byte-compile-maybe-guarded): Check `and' conditions for function orChong Yidong2006-11-181-24/+31
| | | | | | | | variable bindings.
* | Merge from emacs--devo--0Miles Bader2006-07-191-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 343-356) - Update from CVS - Update for ERC 5.1.3. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 113-115) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
| * (byte-compile-form): The `byte-compile'Stefan Monnier2006-07-071-1/+1
| | | | | | | | property may contain an anonymous function rather than a symbol.
* | Merge from emacs--devo--0Miles Bader2006-05-171-0/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (byte-compile-warnings-safe-p): NewReiner Steib2006-05-161-1/+14
| | | | | | | | | | function. (byte-compile-warnings): Fix safe-local-variable property.