aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged in changes from CVS trunk.Karoly Lorentey2004-11-1358-1555/+2783
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-673 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-674 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-675 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-676 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-677 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-681 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-682 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-683 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-684 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-685 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-686 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-687 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-692 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-693 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-267
| * (calc-dumb-map): Declared it.Jay Belanger2004-11-122-324/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather than unbound. (calc-graph-name): Made `end' a local variable. (calc-graph-lookup): Made `varname' a local variable. (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): Declared them. (calc-graph-format-data): Don't check if var-PlotRejects is bound. (calc-graph-plot, calc-graph-compute-3d): Removed references to the unused variable y3vec. (calc-graph-show-dumb): Removed reference to unused variable found-pt. (calc-graph-kill-hook, calc-graph-plot): Removed reference to calc-graph-prev-kill-hook. (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps, calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec, calc-graph-xname, calc-graph-yname, calc-graph-xstep, calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine, calc-graph-keep-file, calc-graph-xval, calc-graph-xlow, calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp, calc-graph-zp, calc-graph-yvector, calc-graph-resolution, calc-graph-y3value, calc-graph-y3name, calc-graph-y3step, calc-graph-y3step, calc-graph-zval, calc-graph-stepcount, calc-graph-is-splot, calc-graph-surprise-splot, calc-graph-blank, calc-graph-non-blank, calc-graph-curve-num): New variables. (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d) (calc-graph-recompute-2d, calc-graph-compute-3d, calc-graph-format-data): Replaced undeclared variables with the above declared variables.
| * (rmail-get-new-mail): Use the renamed variables `rsf-beep' andEli Zaretskii2004-11-122-2/+5
| | | | | | | | `rsf-sleep-after-message'.
| * (rmail-spam-filter): Only check white list if `message-sender' is non-nil.Eli Zaretskii2004-11-122-7/+13
| |
| * (desktop-create-buffer, desktop-save): Avoid some consing by using mapcEli Zaretskii2004-11-122-13/+18
| | | | | | | | instead of mapcar.
| * *** empty log message ***Stefan Monnier2004-11-121-0/+15
| |
| * (byte-compile-inline-expand): Understand theStefan Monnier2004-11-121-3/+4
| | | | | | | | new byte-compile-function-environment binding to t.
| * fix to use new easymenuVinicius Jose Latorre2004-11-122-12/+21
| |
| * (require): Explain why CL is needed.Nick Roberts2004-11-121-1/+1
| |
| * *** empty log message ***Nick Roberts2004-11-121-0/+4
| |
| * (font-lock-fontify-syntactically-region):Stefan Monnier2004-11-121-6/+6
| | | | | | | | Don't forget to highlight the last char when we hit `end'.
| * (mouse-wheel-progressive-speed): Fix typo in name.Stefan Monnier2004-11-111-4/+4
| | | | | | | | (mwheel-scroll): Adjust accordingly.
| * Reduce spurious warnings.Stefan Monnier2004-11-111-25/+7
| | | | | | | | | | (cvs-status-checkout): Remove. (cvs-status-mode-map): Use cvs-mode-checkout instead.
| * (cvs-mode-checkout): New command.Stefan Monnier2004-11-111-3/+18
| |
| * *** empty log message ***Stefan Monnier2004-11-112-26/+29
| |
| * (iso-cvt-define-menu): Fix typo.Stefan Monnier2004-11-111-1/+1
| |
| * Require CL.Stefan Monnier2004-11-111-2/+4
| |
| * Use push.Stefan Monnier2004-11-112-16/+21
| | | | | | | | | | (byte-compile-file-form-defalias): Rename from byte-compile-defalias. (defalias): Remove the `byte-compile' property and add a `byte-hunk-handler'.
| * (Info-search): Save match data for isearch. Skip Tag Table node.Juri Linkov2004-11-112-14/+38
| |
| * (magic-mode-alist): Use optimization for SGML mode too.Juri Linkov2004-11-111-11/+10
| | | | | | | | (set-auto-mode): Doc fix. Remove unused variable `xml'.
| * (describe-char): Replace syntax-after with codeJuri Linkov2004-11-111-1/+4
| | | | | | | | from its previous version.
| * (sgml-html-meta-auto-coding-function):Juri Linkov2004-11-111-1/+1
| | | | | | | | Remove > after <html to allow HTML attributes.
| * Restore iso-2022-7bit coding in commented out code.Juri Linkov2004-11-111-2/+2
| |
| * Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689Miles Bader2004-11-112-19/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71 Update from CVS 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by default; improve customization type. (gnus-emphasis-custom-with-format): New macro. (gnus-emphasis-custom-value-to-external): New function. (gnus-emphasis-custom-value-to-internal): New function.
| * *** empty log message ***Jay Belanger2004-11-111-0/+21
| |
| * (math-prime-factors-finished): Declared it as a variable.Jay Belanger2004-11-111-23/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (calcFunc-dfac): Replaced max by n. (math-stirling-local-cache): New variable. (math-stirling-number, math-stirling-1, math-stirling-2): Replaced the variable `cache' by the declared variable math-stirling-local-cache. (var-RandSeed): Declared it. (math-init-random-base, math-random-digit): Don't check to see if var-RandSeed is bound. (math-random-cache, math-gaussian-cache, calc-verbose-nextprime): Declared them instead of just setting them. (math-init-random-base): Made i a local variable. (math-random-digit): Made math-random-last a local variable. (math-prime-test-cache): Moved declaration to before it is used. (math-prime-test-cache-k, math-prime-test-cache-q, math-prime-test-cache-nm1, math-prime-factors-finished): Declared them as variables.
| * (math-defcache): Use defvar for the new variables it creates.Jay Belanger2004-11-112-4/+9
| |
| * Update entry 2003-04-06 Lars Hansen <larsh@math.ku.dk>Lars Hansen2004-11-111-0/+1
| |
| * (desktop-buffer-mode-handlers, desktop-after-read-hook,Lars Hansen2004-11-112-8/+23
| | | | | | | | | | | | desktop-clear-preserve-buffers-regexp, desktop-file-name-format, desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path, desktop-save): Add :version.
| * url-mailto.el (url-mailto): Fix a typo in the comment.Masatake YAMATO2004-11-112-1/+6
| |
| * (pr-get-symbol): Don't downcase.Stefan Monnier2004-11-112-14/+16
| |
| * *** empty log message ***Jay Belanger2004-11-111-0/+44
| |
| * (math-read-brackets, math-check-for-commas): Use declared variableJay Belanger2004-11-111-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | math-exp-pos. (math-check-for-commas): Use declared variable math-exp-str. (math-read-brackets): Use declared variables math-exp-old-pos, math-exp-keep-spaces. (math-read-brackets, math-read-vector, math-read-matrix): Use declared variable math-exp-token.
| * (math-parse-tex-sum): Use declared variable math-exp-old-pos.Jay Belanger2004-11-111-7/+7
| | | | | | | | | | (math-parse-fortran-vector, math-parse-fortran-vector-end) (math-parse-eqn-prime): Use declared variable math-exp-token.
| * (math-read-angle-bracket): Use declared variables math-exp-pos,Jay Belanger2004-11-111-3/+3
| | | | | | | | math-exp-str.
| * (math-read-expr): Use declared variables math-exp-pos,Jay Belanger2004-11-111-11/+11
| | | | | | | | | | math-exp-old-pos, math-exp-str, math-exp-token, math-exp-keep-spaces.
| * (calc-do-quick-calc): Use kill-new to append string to kill-ring.Jay Belanger2004-11-111-158/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (calc-alg-exp, math-toks, math-exp-pos,math-exp-old-pos) (math-exp-token, math-exp-keep-spaces, math-exp-str): New variables. (calc-do-alg-entry, calcAlg-equals, calcAlg-edit, calcAlg-enter): Use declared variable calc-alg-exp. (math-build-parse-table, math-find-user-token): Use declared variable math-toks. (math-read-exprs, math-read-token, calc-check-user-syntax, calc-match-user-syntax, match-factor-after, math-read-factor): Use declared variables math-exp-pos math-exp-old-pos. (math-read-exprs, math-read-token, math-read-expr-level) (calc-check-user-syntax, calc-match-user-syntax, match-factor-after) (math-read-factor): Use declared variable math-exp-token. (math-read-exprs, math-read-expr-list, math-read-token, math-read-factor): Use declared variable math-exp-keep-spaces. (math-read-exprs, math-read-token): Use declared variable math-exp-str. (calc-match-user-syntax): Made m a local variable.
| * (magic-mode-alist): Reduce backtracking in the HTML regexp.Stefan Monnier2004-11-112-7/+12
| |
| * Emacs 21.4, not 20.4Daniel Pfeiffer2004-11-101-1/+1
| |
| * (easy-menu-add-item): Use keymap-prompt. Simplify.Stefan Monnier2004-11-101-8/+3
| |
| * (easy-menu-define-key): Understand the case where the keymap is a symbol.Stefan Monnier2004-11-101-0/+1
| |
| * (sgml-tag-text-p): New fun.Stefan Monnier2004-11-102-49/+83
| | | | | | | | (sgml-parse-tag-backward): Use it to skip spurious < or >.
| * *** empty log message ***Thien-Thi Nguyen2004-11-101-0/+5
| |
| * Doc fixes throughout.Thien-Thi Nguyen2004-11-101-9/+12
| | | | | | | | (electric-buffer-menu-mode-hook): New defvar.
| * Also do /etc/magic, hosts.allow, hosts.deny etc.Daniel Pfeiffer2004-11-101-2/+2
| |
| * Don't require cl, comint, gud, gdb-ui forNick Roberts2004-11-101-6/+0
| | | | | | | | | | compilation. The resulting compiler warnings appear to be harmless.
| * *** empty log message ***Nick Roberts2004-11-101-0/+6
| |
| * Changes from arch/CVS synchronizationMiles Bader2004-11-101-0/+1
| |
| * *** empty log message ***Daniel Pfeiffer2004-11-102-11/+547
| |
| * (auto-mode-alist, magic-mode-alist): Use conf-modeDaniel Pfeiffer2004-11-101-9/+30
| |