1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

75647 Commits

Author SHA1 Message Date
Jay Belanger
58dddf38f0 (math-sqrt-raw, math-map-vec, math-make-frac): Declare as functions. 2007-11-28 03:03:52 +00:00
Jason Rumney
0dc7a8bc76 (VMS_SUPPORT): No longer byte-compiled. 2007-11-28 00:25:23 +00:00
Glenn Morris
fd298e0242 Load viper*.el files silently. 2007-11-27 09:06:32 +00:00
Glenn Morris
1007a0a74e *** empty log message *** 2007-11-27 09:05:22 +00:00
Glenn Morris
225ccf92ab (calendar-increment-month)
(calendar-month-name, extract-calendar-year)
(calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
(calendar-current-date, calendar-cursor-holidays)
(calendar-date-string, insert-diary-entry, calendar-set-mark)
(cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
(cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
(cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
(cal-tex-cursor-filofax-week, cal-tex-cursor-month)
(cal-tex-cursor-month-landscape, cal-tex-cursor-year)
(cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
(calendar-day-of-year-string, calendar-iso-date-string)
(calendar-julian-date-string, calendar-astro-date-string)
(calendar-absolute-from-gregorian, calendar-hebrew-date-string)
(calendar-persian-date-string, calendar-bahai-date-string)
(calendar-islamic-date-string, calendar-chinese-date-string)
(calendar-coptic-date-string, calendar-ethiopic-date-string)
(calendar-french-date-string, calendar-mayan-date-string)
(calendar-print-chinese-date, calendar-goto-date):
Declare as functions.
2007-11-27 08:36:25 +00:00
Glenn Morris
f08c8cbe1e Get rid of old-style backquotes in cc-vars.el. 2007-11-27 08:08:10 +00:00
Glenn Morris
ae0b82d6df New file. 2007-11-27 08:02:54 +00:00
Glenn Morris
8ac9225638 (math-read-big-rec): Fix declaration. 2007-11-27 07:58:30 +00:00
Glenn Morris
43f0c09ef5 (math-normalize-nonstandard): Fix declaration. 2007-11-27 07:57:07 +00:00
Glenn Morris
996d0694f8 (math-map-binop): Fix declaration. 2007-11-27 07:56:49 +00:00
Jan Djärv
7291159e25 (socket_connection): Remove AI_ADDRCONFIG. 2007-11-27 07:38:21 +00:00
Dan Nicolaescu
73e72da43b * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify
byte compiler.
(cperl-mode): Use with-no-warnings for setting vc-header-alist.

* progmodes/idlwave.el (idlwave-shell-get-path-info)
(idlwave-shell-temp-file, idlwave-shell-is-running)
(widget-value, comint-dynamic-complete-filename, Info-goto-node):
* progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
(idlwave-all-method-classes, idlwave-all-method-keyword-classes)
(idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
(idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
(idlwave-completing-read, idlwave-current-routine)
(idlwave-downcase-safe, idlwave-entry-find-keyword)
(idlwave-expand-keyword, idlwave-find-class-definition)
(idlwave-find-inherited-class, idlwave-find-struct-tag)
(idlwave-get-buffer-visiting, idlwave-in-quote)
(idlwave-make-full-name, idlwave-members-only)
(idlwave-popup-select, idlwave-routine-source-file)
(idlwave-routines, idlwave-sintern-class)
(idlwave-sintern-keyword, idlwave-sintern-method)
(idlwave-sintern-routine-or-method)
(idlwave-substitute-link-target, idlwave-sys-dir)
(idlwave-this-word, idlwave-what-module-find-class)
(idlwave-where):
* progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
* mail/uce.el (rmail-msg-is-pruned)
(rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
(rmail-toggle-header):
* mail/sendmail.el (dired-view-file, dired-get-filename):
* mail/rmailkwd.el (rmail-maybe-set-message-counters)
(rmail-display-labels, rmail-msgbeg)
(rmail-set-message-deleted-p, rmail-message-labels-p)
(rmail-show-message, mail-comma-list-regexp)
(mail-parse-comma-list):
* mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
(rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
(rfc822-addresses, mail-abbrev-make-syntax-table)
(mail-sendmail-delimit-header, mail-header-end):
* mail/hashcash.el (message-narrow-to-headers-or-head)
(message-fetch-field, message-goto-eoh)
(message-narrow-to-headers):
* vc.el (view-mode-exit): Declare as functions.

* mail/vms-pmail.el:
* vmsproc.el:
* vms-patch.el: Don't byte compile these files, they don't work.

* Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
compiled anymore.
2007-11-27 06:57:07 +00:00
Jay Belanger
d3b913571a *** empty log message *** 2007-11-27 05:04:28 +00:00
Jay Belanger
adf78b0c8f (math-map-binop): Declare as a function.
(math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
(math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
Replace `mapcar*' by `math-map-binop'.
(math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
2007-11-27 04:57:57 +00:00
Jay Belanger
e5a5704e49 (math-map-binop): New function.
(calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
2007-11-27 04:56:53 +00:00
Jay Belanger
ae51ae1108 (math-provably-realp): Fix typo. 2007-11-27 04:53:27 +00:00
Glenn Morris
4af1faa33c Check for any included packages that define obsolete bug-reporting commands. 2007-11-27 04:25:37 +00:00
Glenn Morris
af5db4a5ab (pgg-clear-string): Declare as a function.
(pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
(pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
2007-11-27 04:21:26 +00:00
Glenn Morris
92f0a338ad (calendar-current-date): Declare as a function. 2007-11-27 04:17:55 +00:00
Glenn Morris
cfe199f680 (calendar-absolute-from-julian): Declare as a function. 2007-11-27 04:17:22 +00:00
Glenn Morris
e6819dc23c Re-fill copyright years.
(nongregorian-diary-listing-hook): Doc fix.
(Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
2007-11-27 04:16:37 +00:00
Glenn Morris
519d8c1923 (make-fancy-diary-buffer): Declare as function. 2007-11-27 04:14:53 +00:00
Glenn Morris
f086f60952 Comment. 2007-11-27 04:14:33 +00:00
Glenn Morris
263495ed93 (add-to-diary-list, diary-name-pattern)
(mark-calendar-days-named): Declare as functions.
2007-11-27 04:14:18 +00:00
Glenn Morris
e475d4006a (holiday-filter-visible-calendar)
(add-to-diary-list, diary-name-pattern)
(mark-calendar-days-named): Declare as functions.
2007-11-27 04:13:34 +00:00
Glenn Morris
6df9895205 (add-to-diary-list, diary-name-pattern)
(mark-calendar-days-named): Declare as functions.
2007-11-27 04:12:50 +00:00
Glenn Morris
538f2308f7 (eshell-report-bug): Add version number of obsolescence. 2007-11-27 04:12:21 +00:00
Glenn Morris
ba40adb479 Comment. 2007-11-27 04:11:39 +00:00
Glenn Morris
50d9253801 (ps-mule-encode-header-string, ps-mule-begin-page)
(ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
(ps-mule-initialize, ps-mule-begin-job): Declare as functions.
2007-11-27 04:11:20 +00:00
Glenn Morris
14ecd9e42d (pgg-parse-24, pgg-parse-crc24-string): Define for compiler. 2007-11-27 04:10:20 +00:00
Glenn Morris
97d9baefc0 (ini-generic-mode): Declare as a function. 2007-11-27 04:08:54 +00:00
Jay Belanger
c4efb85877 (math-read-expr-level): Declare as a function. 2007-11-27 04:08:41 +00:00
Jay Belanger
b8e003302b (edmacro-format-keys,edmacro-parse-keys)
(math-read-expr-level): Declare as functions.
2007-11-27 04:08:16 +00:00
Jay Belanger
b09c4bb497 (calc-get-fit-variables): Declare as a function. 2007-11-27 04:07:42 +00:00
Glenn Morris
36b5be6bd4 (ffap-bug, ffap-submit-bug): Redefine as obsolete aliases for
report-emacs-bug.
(gnus-summary-select-article, gnus-configure-windows): Declare as functions.
2007-11-27 04:07:26 +00:00
Jay Belanger
47330d3f42 (calc-embedded-save-original-modes): Declare as a function. 2007-11-27 04:07:06 +00:00
Jay Belanger
22aa9347ba (calc-do-keypad, calc-inv-hyp-prefix-help)
(calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
(calc-explain-why, calc-clear-command-flag)
(calc-roll-down-with-selections, calc-roll-up-with-selections)
(calc-last-args, calc-is-inverse, calc-do-prefix-help)
(math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
(math-trunc-special, math-trunc-fancy, math-floor-special)
(math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
(math-known-matrixp, math-mod-fancy, math-pow-of-zero)
(math-pow-zero, math-pow-fancy): Declare as functions.
2007-11-27 04:06:31 +00:00
Jay Belanger
84309b3b01 (math-zerop, math-negp, math-looks-negp)
(math-posp, math-compare, math-bignum, math-compare-bignum):
Declare as functions.
2007-11-27 04:05:56 +00:00
Jay Belanger
41f4eebc99 (math-read-factor, math-read-expr-level): Declare as functions. 2007-11-27 04:05:19 +00:00
Glenn Morris
76d0c4088f Load dired and ediff-*.el files silently.
Don't load info, pcl-cvs when compiling.
(Info-goto-node): Declare as a function.
2007-11-27 04:05:08 +00:00
Jay Belanger
a61506a749 (Info-goto-node, Info-last): Declare as functions. 2007-11-27 04:04:45 +00:00
Jay Belanger
1976223fab (calendar-current-time-zone)
(calendar-absolute-from-gregorian, dst-in-effect): Declare as
functions.
2007-11-27 04:04:08 +00:00
Jay Belanger
ded4d41900 (math-clip, math-round, math-simplify)
(math-simplify-extended, math-simplify-units, calc-set-language)
(calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
(calc-embedded-var-change, math-mul-float, math-arctan-raw)
(math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
(math-normalize-hms, math-normalize-mod, math-make-sdev)
(math-make-intv, math-normalize-logical-op, math-possible-signs)
(math-infinite-dir, math-calcFunc-to-var)
(calc-embedded-evaluate-expr, math-known-nonzerop)
(math-read-expr-level, math-read-big-rec, math-read-big-balance)
(math-format-date, math-vector-is-string, math-vector-to-string)
(math-format-radix-float, math-compose-expr, math-abs)
(math-format-bignum-binary, math-format-bignum-octal)
(math-format-bignum-hex, math-format-bignum-radix)
(math-compute-max-digits): Declare as functions.
2007-11-27 04:03:37 +00:00
Jay Belanger
c68aaac5a6 (calc-set-language, calc-edit-finish)
(calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
(calc-do-keypad, calcFunc-unixtime, math-parse-date)
(math-lessp, calc-embedded-finish-command)
(calc-embedded-select-buffer, calc-embedded-mode-line-change)
(calc-push-list-in-macro, calc-replace-selections)
(calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
(calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
(calc-embedded-stack-change, calc-refresh-evaltos)
(calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
(calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
(calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
(calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
(math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
(math-dimension-error, calc-incomplete-error, math-float-fancy)
(math-neg-fancy, math-zerop, calc-add-fractions)
(math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
(calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
(math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
(calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
(math-compose-expr, math-comp-width, math-composition-to-string)
(math-stack-value-offset-fancy, math-format-flat-expr-fancy)
(math-adjust-fraction, math-format-binary, math-format-radix)
(math-group-float, math-mod, math-format-number-fancy)
(math-format-bignum-fancy, math-read-number-fancy)
(calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
(calc-do-embedded-activate, math-do-defmath)
(calc-load-everything): Declare as functions.
2007-11-27 04:02:56 +00:00
Glenn Morris
8e2075ea10 Load ediff-*.el files silently.
(ediff-display-pixel-width, ediff-display-pixel-height): Declare as functions.
2007-11-27 04:02:18 +00:00
Jay Belanger
05fed923d3 (calc-fit-s-shaped-logistic-curve)
(calc-fit-bell-shaped-logistic-curve)
(calc-fit-hubbert-linear-curve, calc-graph-add-curve)
(calc-graph-lookup, calc-graph-set-styles, math-min-list)
(math-max-list): Declare as functions.
2007-11-27 04:01:42 +00:00
Glenn Morris
1dee844f0c Load ediff-*.el files silently. 2007-11-27 04:01:30 +00:00
Jay Belanger
2f78f9049a (calc-refresh-evaltos, calc-execute-kbd-macro)
(math-is-true, calc-explain-why, calc-alg-edit)
(math-composite-inequalities, math-flatten-lands)
(math-multi-subst, calcFunc-vmatches, math-simplify)
(math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
(math-read-string, math-read-brackets, math-read-angle-brackets):
Declare as functions.
2007-11-27 04:00:56 +00:00
Glenn Morris
5e99388218 Load ediff-*.el files silently.
Don't load reporter when compiling.
2007-11-27 04:00:50 +00:00
Glenn Morris
7b193954fc Load ediff-*.el files silently. 2007-11-27 03:59:56 +00:00