bpt/emacs.git
19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:13:23 +0000 (17:13 +0000)]
Add a provide statement.
(calc-Need-calc-keypd): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:12:21 +0000 (17:12 +0000)]
Add a provide statement.
(calc-Need-calc-incom): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:11:37 +0000 (17:11 +0000)]
Add a provide statement.
(calc-Need-calc-help): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:10:43 +0000 (17:10 +0000)]
Add a provide statement.
(calc-Need-calc-graph): Remove it.
(calc-gnuplot-name, calc-gnuplot-plot-command, calc-gnuplot-print):
Give them values.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:10:06 +0000 (17:10 +0000)]
Add a provide statement.
(calc-Need-calc-funcs): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:09:05 +0000 (17:09 +0000)]
Add a provide statement.
(calc-Need-calc-frac): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:08:20 +0000 (17:08 +0000)]
Add a provide statement.
(calc-Need-calc-forms): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:07:25 +0000 (17:07 +0000)]
Add a provide statement.
(calc-Need-calc-fin): Remove it.

19 years agoRemove dummy autoloading functions from autoloads.
Jay Belanger [Tue, 30 Nov 2004 17:06:07 +0000 (17:06 +0000)]
Remove dummy autoloading functions from autoloads.
(calc-load-everything, math-defsimplify): Replace dummy autoloading
functions by require statements.
(math-defsimplify): Move to calc-alg.el, added to autoloads.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:04:40 +0000 (17:04 +0000)]
Add a provide statement.
(calc-Need-calc-embed): Remove it.
(calc-do-embedded-activate): Remove from autoloads.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:03:46 +0000 (17:03 +0000)]
Add a provide statement.
(calc-Need-calc-cplx): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:02:55 +0000 (17:02 +0000)]
Add a provide statement.
(calc-Need-calc-comb): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:02:05 +0000 (17:02 +0000)]
Add a provide statement.
(calc-Need-calc-bin): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:01:18 +0000 (17:01 +0000)]
Add a provide statement.
(calc-Need-calc-arith): Remove it.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 17:00:26 +0000 (17:00 +0000)]
Add a provide statement.
(calc-Need-calc-alg, math-need-std-simps): Remove them.
(math-defsimplify): Move from calc-ext.el.

19 years agoAdd a provide statement.
Jay Belanger [Tue, 30 Nov 2004 16:59:39 +0000 (16:59 +0000)]
Add a provide statement.
(calc-Need-calc-aent): Remove it.

19 years ago* term/mac-win.el (ccl-encode-mac-roman-font)
Steven Tamm [Tue, 30 Nov 2004 15:49:26 +0000 (15:49 +0000)]
* term/mac-win.el (ccl-encode-mac-roman-font)
(ccl-encode-mac-cyrillic-font)
(ccl-encode-mac-centraleuropean-font, encoder-list)
(fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
Support Cyrillic, CentralEuropean, and Dingbat font display

19 years ago#
André Spiegel [Tue, 30 Nov 2004 11:07:29 +0000 (11:07 +0000)]
#

19 years ago(vc-recompute-state): Moved into vc-hooks.el.
André Spiegel [Tue, 30 Nov 2004 11:03:46 +0000 (11:03 +0000)]
(vc-recompute-state): Moved into vc-hooks.el.

19 years ago(vc-recompute-state): Moved here from vc.el.
André Spiegel [Tue, 30 Nov 2004 11:03:09 +0000 (11:03 +0000)]
(vc-recompute-state): Moved here from vc.el.

19 years ago(vc-cvs-state): Handle the case where vc-state is still nil.
André Spiegel [Tue, 30 Nov 2004 11:02:23 +0000 (11:02 +0000)]
(vc-cvs-state): Handle the case where vc-state is still nil.

19 years ago*** empty log message ***
Kenichi Handa [Tue, 30 Nov 2004 08:19:52 +0000 (08:19 +0000)]
*** empty log message ***

19 years ago(encode_terminal_buf, encode_terminal_bufsize): New
Kenichi Handa [Tue, 30 Nov 2004 08:19:32 +0000 (08:19 +0000)]
(encode_terminal_buf, encode_terminal_bufsize): New
variables.
(encode_terminal_code): Argument changed.  Encode all
characters at once, and return a pointer to the result of
encoding.
(write_glyphs): Decide coding here.  Adjusted for the above
change.
(insert_glyphs): Likewise.
(term_init): Initialize encode_terminal_bufsize to 0.

19 years ago(Vcode_conversion_workbuf_name): New variable.
Kenichi Handa [Tue, 30 Nov 2004 08:07:11 +0000 (08:07 +0000)]
(Vcode_conversion_workbuf_name): New variable.
(syms_of_coding): Initialize and staticpro it.
(set_conversion_work_buffer): New function.
(run_pre_post_conversion_on_str): Use it.
(run_pre_write_conversin_on_c_str): New function.

19 years ago(run_pre_write_conversin_on_c_str): Extern it.
Kenichi Handa [Tue, 30 Nov 2004 08:01:45 +0000 (08:01 +0000)]
(run_pre_write_conversin_on_c_str): Extern it.

19 years ago(command-line): Fix comment for the previous change.
Kenichi Handa [Tue, 30 Nov 2004 07:20:19 +0000 (07:20 +0000)]
(command-line): Fix comment for the previous change.

19 years ago* keyboard.c: Don't undef SIGIO
Steven Tamm [Tue, 30 Nov 2004 05:57:27 +0000 (05:57 +0000)]
* keyboard.c: Don't undef SIGIO
* s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
* Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
       (macfns.o): Don't depend on ccl.h.
* macfns.c (mac_frame_parm_handlers): Set handlers for
Qleft_fringe and Qright_fringe.
* macterm.c (mac_fill_rectangle_to_pixmap)
(mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
(mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
Put in #if 0.
(mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
(x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
(XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
(x_draw_glyph_string_background, x_draw_glyph_string_foreground)
[!MAC_OS8]: Added ifdef'd out code for os8.  Don't use
XDrawImageString.  Always draw background and foreground separately.
(x_draw_image_foreground): Use clipping instead of computing the
intersection rectangle.
(x_draw_image_glyph_string): Don't draw an image with mask to a
pixmap.
(x_redisplay_interface): Set flush_display_optional member to 0.
(XTread_socket): Correctly reset the TEConverter
object.

19 years agoNew defines to enable buffer overrun checking.
Kim F. Storm [Tue, 30 Nov 2004 00:31:38 +0000 (00:31 +0000)]
New defines to enable buffer overrun checking.
(GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
(XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.

19 years ago(malloc_initialize_hook): Don't free malloc_state_ptr if
Kim F. Storm [Tue, 30 Nov 2004 00:31:09 +0000 (00:31 +0000)]
(malloc_initialize_hook): Don't free malloc_state_ptr if
XMALLOC_OVERRUN_CHECK to avoid crash during load.

19 years agoAdd more checks for buffer overruns.
Kim F. Storm [Tue, 30 Nov 2004 00:30:56 +0000 (00:30 +0000)]
Add more checks for buffer overruns.
(XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
xmalloc_overrun_check_trailer, overrun_check_malloc)
overrun_check_realloc, overrun_check_free): Add.
(GC_STRING_EXTRA, string_overrun_pattern): Add.
(check_sblock, allocate_string_data, compact_small_strings):
Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
(check_cons_list): Condition on GC_CHECK_CONS_LIST.
(check_string_free_list): Add.
(allocate_string, sweep_strings): Call check_string_free_list.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 30 Nov 2004 00:30:37 +0000 (00:30 +0000)]
*** empty log message ***

19 years ago(tpu-help-keypad-map, tpu-help-text)
Luc Teirlinck [Mon, 29 Nov 2004 23:26:08 +0000 (23:26 +0000)]
(tpu-help-keypad-map, tpu-help-text)
(tpu-word-separator-list, tpu-skip-chars): defconst->defvar.

19 years ago*** empty log message ***
Jay Belanger [Mon, 29 Nov 2004 22:50:05 +0000 (22:50 +0000)]
*** empty log message ***

19 years ago(math-pow-of-zero): Take into account different cases.
Jay Belanger [Mon, 29 Nov 2004 22:41:10 +0000 (22:41 +0000)]
(math-pow-of-zero): Take into account different cases.

19 years agosimple.el (next-error-buffer-p): allow for inclusive and
Teodor Zlatanov [Mon, 29 Nov 2004 18:44:29 +0000 (18:44 +0000)]
simple.el (next-error-buffer-p): allow for inclusive and
exclusive tests for finding a buffer
(next-error-find-buffer): pass the exclusive and inclusive tests
to next-error-buffer-p

replace.el (occur-next-error): switch to the Occur buffer when
appropriate, and use the exclusive filter to
next-error-find-buffer to do it.  Use the absolute value of the
motion amount.

19 years ago* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib [Mon, 29 Nov 2004 15:58:15 +0000 (15:58 +0000)]
* custom.texi (File Variables): Add `unibyte' and make it more
clear that `unibyte' and `coding' are special.  Suggested by Simon
Krahnke <overlord@gmx.li>.

* mule.texi (Enabling Multibyte): Refer to File Variables.
Suggested by Simon Krahnke <overlord@gmx.li>.

19 years ago(concat): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 29 Nov 2004 15:35:15 +0000 (15:35 +0000)]
(concat): Use SAFE_ALLOCA.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 29 Nov 2004 15:34:57 +0000 (15:34 +0000)]
*** empty log message ***

19 years ago(emacs_write): Don't use QUIT.
Stefan Monnier [Mon, 29 Nov 2004 14:39:09 +0000 (14:39 +0000)]
(emacs_write): Don't use QUIT.

19 years ago*** empty log message ***
Kenichi Handa [Mon, 29 Nov 2004 07:37:45 +0000 (07:37 +0000)]
*** empty log message ***

19 years ago(command-line): Decode all buffer names by locale-coding-system.
Kenichi Handa [Mon, 29 Nov 2004 07:17:56 +0000 (07:17 +0000)]
(command-line): Decode all buffer names by locale-coding-system.

19 years ago(init_buffer): Set current_buffer->directory to a
Kenichi Handa [Mon, 29 Nov 2004 07:16:25 +0000 (07:16 +0000)]
(init_buffer): Set current_buffer->directory to a
multibyte string made by string_to_multibyte.

19 years ago(init_cmdargs): Set unibyte strings in Vcommand_line_args.
Kenichi Handa [Mon, 29 Nov 2004 07:16:09 +0000 (07:16 +0000)]
(init_cmdargs): Set unibyte strings in Vcommand_line_args.

19 years ago*** empty log message ***
Jay Belanger [Mon, 29 Nov 2004 06:16:15 +0000 (06:16 +0000)]
*** empty log message ***

19 years agoMove require to end of file.
Jay Belanger [Mon, 29 Nov 2004 06:00:07 +0000 (06:00 +0000)]
Move require to end of file.
(calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
Remove unnecessary variable.
(calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
(calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
(calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
(math-normalize, math-add, math-mul, math-div,
(math-format-stack-value, math-stack-value-offset, math-format-value)
(math-format-flat-expr, math-format-number, math-format-bignum)
(math-read-number, calc-grab-region, calc-grab-rectangle)
(calc-grab-sum-down, calc-grab-sum-across, calc-embedded, defmath)
(calc-check-defines): Replace calc-need-macros by appropriate require.

19 years ago(calc-user-define-formula, calc-do-defmath): Replace calc-need-macros by
Jay Belanger [Mon, 29 Nov 2004 05:58:45 +0000 (05:58 +0000)]
(calc-user-define-formula, calc-do-defmath): Replace calc-need-macros by
appropriate require.

19 years ago(calc-do-handle-whys, calc-last-args-stub, calc-missing-key)
Jay Belanger [Mon, 29 Nov 2004 05:57:46 +0000 (05:57 +0000)]
(calc-do-handle-whys, calc-last-args-stub, calc-missing-key)
(calc-shift-Y-prefix-help, math-concat, math-trunc, math-floor)
(calcFunc-inv, math-mod, math-pow): Replace calc-extensions by
appropriate require.
(calc-power): Replace calc-extensions-loaded by appropriate featurep.

19 years agoMove provide to end of file.
Jay Belanger [Mon, 29 Nov 2004 05:56:56 +0000 (05:56 +0000)]
Move provide to end of file.
(calc-need-macros): Remove unnecessary function.

19 years agoRemove unnecessary eval-when-compile.
Jay Belanger [Mon, 29 Nov 2004 05:56:06 +0000 (05:56 +0000)]
Remove unnecessary eval-when-compile.
(calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
(math-read-expr-level, calc-check-user-syntax, math-read-factor):
Replace calls to calc-extensions by appropriate require,
replace calc-extensions-loaded by appropriate featurep.

19 years agoMove require to end of file.
Jay Belanger [Mon, 29 Nov 2004 05:54:53 +0000 (05:54 +0000)]
Move require to end of file.
Remove redundant loading of calc.
(calc-extensions-loaded): Remove unnecessary variable.
(calc-extensions): Remove unnecessary function.
(calc-load-everything): Replace calc-need-macros by appropriate require.

19 years ago(insert-kbd-macro): Handle kmacro functions.
Kim F. Storm [Sun, 28 Nov 2004 23:57:47 +0000 (23:57 +0000)]
(insert-kbd-macro): Handle kmacro functions.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 28 Nov 2004 23:57:17 +0000 (23:57 +0000)]
*** empty log message ***

19 years ago(url-http-create-request): Don't add newline after
Andreas Schwab [Sun, 28 Nov 2004 19:14:11 +0000 (19:14 +0000)]
(url-http-create-request): Don't add newline after
the request data.

19 years ago(Info-search-whitespace-regexp): Remove shy group.
Juri Linkov [Sun, 28 Nov 2004 15:42:11 +0000 (15:42 +0000)]
(Info-search-whitespace-regexp): Remove shy group.
(Info-search): Forward line if search is on the header line.
Use search-whitespace-regexp in two other places.

19 years ago(edebug-set-global-break-condition):
Juri Linkov [Sun, 28 Nov 2004 07:57:10 +0000 (07:57 +0000)]
(edebug-set-global-break-condition):
Use `read-expression-history'.  Set initial contents only if
`edebug-global-break-condition' is non-nil.  Set histpos to 1
if initial contents is equal to the last history element.
(edebug-set-conditional-breakpoint): Instead of temporarily
prepending the current condition to the history, set initial
contents to the current condition.  Set histpos to 1 if initial
contents is equal to the last history element.

19 years ago(compare-windows-highlight): Attach each overlay
Juri Linkov [Sun, 28 Nov 2004 07:56:01 +0000 (07:56 +0000)]
(compare-windows-highlight): Attach each overlay
to its window to properly highlight differences while comparing
two windows of the same buffer.  Fix arguments.
(compare-windows-sync-default-function): Fix arguments of
`compare-windows-highlight'.

19 years ago(fringe-indicators): Add fake defvar to avoid compiler warning. Delay
Luc Teirlinck [Sun, 28 Nov 2004 02:31:53 +0000 (02:31 +0000)]
(fringe-indicators): Add fake defvar to avoid compiler warning.  Delay
real definition, which uses `set-fringe-indicators-1' till after the
definition of that function.

19 years ago(menu-bar-options-save): Add fringe-indicators.
Kim F. Storm [Sun, 28 Nov 2004 00:56:43 +0000 (00:56 +0000)]
(menu-bar-options-save): Add fringe-indicators.
(menu-bar-showhide-fringe-ind-menu): New keymap.
(menu-bar-showhide-fringe-ind-empty)
(menu-bar-showhide-fringe-ind-mixed)
(menu-bar-showhide-fringe-ind-box)
(menu-bar-showhide-fringe-ind-right)
(menu-bar-showhide-fringe-ind-left)
(menu-bar-showhide-fringe-ind-none): New defuns.
(menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.

19 years ago(fringe): New defgroup.
Kim F. Storm [Sun, 28 Nov 2004 00:56:28 +0000 (00:56 +0000)]
(fringe): New defgroup.
(fringe-mode): Move to fringe group.
(fringe-indicators): New defcustom.
(set-fringe-indicators-1): New defun.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 28 Nov 2004 00:56:10 +0000 (00:56 +0000)]
*** empty log message ***

19 years agoEnable no-op gcpros on ia64.
Andreas Schwab [Sat, 27 Nov 2004 22:42:19 +0000 (22:42 +0000)]
Enable no-op gcpros on ia64.
(GC_MARK_SECONDARY_STACK) [__ia64__]: Define.

19 years ago(mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
Andreas Schwab [Sat, 27 Nov 2004 22:40:50 +0000 (22:40 +0000)]
(mark_stack): Call GC_MARK_SECONDARY_STACK if defined.

19 years ago(lock_file_1): Call get_boot_time early. Increase
Andreas Schwab [Sat, 27 Nov 2004 22:09:40 +0000 (22:09 +0000)]
(lock_file_1): Call get_boot_time early.  Increase
buffer size.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 27 Nov 2004 19:05:06 +0000 (19:05 +0000)]
*** empty log message ***

19 years ago(Standard Buffer-Local Variables): Undo prev change.
Richard M. Stallman [Sat, 27 Nov 2004 19:04:47 +0000 (19:04 +0000)]
(Standard Buffer-Local Variables): Undo prev change.
Remove a few vars that are not always buffer-local.

19 years agoComment changes.
Richard M. Stallman [Sat, 27 Nov 2004 19:02:52 +0000 (19:02 +0000)]
Comment changes.

19 years ago(comint-read-noecho): Add trivial compatibility definition.
Richard M. Stallman [Sat, 27 Nov 2004 19:02:14 +0000 (19:02 +0000)]
(comint-read-noecho): Add trivial compatibility definition.

19 years ago(define-generic-mode): Doc fix.
Richard M. Stallman [Sat, 27 Nov 2004 19:01:41 +0000 (19:01 +0000)]
(define-generic-mode): Doc fix.

19 years ago(menu-bar-options-save): For the options
Richard M. Stallman [Sat, 27 Nov 2004 19:01:02 +0000 (19:01 +0000)]
(menu-bar-options-save): For the options
that are toggled with menu-bar-make-mm-toggle, don't check
for customized-value prop.

19 years agoChangeLog
Eli Zaretskii [Sat, 27 Nov 2004 18:22:57 +0000 (18:22 +0000)]
ChangeLog

19 years agoProtect & with "" since & is special for cmd.exe;
Eli Zaretskii [Sat, 27 Nov 2004 18:22:45 +0000 (18:22 +0000)]
Protect & with "" since & is special for cmd.exe;
filter through Sed to remove the quotes.

----------------------------------------------------------------------

19 years agoAdd 2004 to Copyright years.
Eli Zaretskii [Sat, 27 Nov 2004 17:17:17 +0000 (17:17 +0000)]
Add 2004 to Copyright years.

19 years ago(sc-cite-region): Handle the case where sc-cite-frame-alist is a symbol.
Eli Zaretskii [Sat, 27 Nov 2004 17:13:48 +0000 (17:13 +0000)]
(sc-cite-region): Handle the case where sc-cite-frame-alist is a symbol.
(sc-uncite-region): Handle the case where sc-uncite-frame-alist is a symbol.
(sc-recite-region): Handle the case where sc-recite-frame-alist is a symbol.

19 years agoFix last entry.
Eli Zaretskii [Sat, 27 Nov 2004 12:59:57 +0000 (12:59 +0000)]
Fix last entry.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 27 Nov 2004 12:53:11 +0000 (12:53 +0000)]
*** empty log message ***

19 years ago(widget-narrow-to-field): New function.
Eli Zaretskii [Sat, 27 Nov 2004 12:50:34 +0000 (12:50 +0000)]
(widget-narrow-to-field): New function.
(widget-complete): Use it.

19 years agoChangeLog
Eli Zaretskii [Sat, 27 Nov 2004 12:29:12 +0000 (12:29 +0000)]
ChangeLog

19 years agoIf 8-byte alignment is not supported, define
Eli Zaretskii [Sat, 27 Nov 2004 12:28:40 +0000 (12:28 +0000)]
If 8-byte alignment is not supported, define
NO_DECL_ALIGN in src/config.h, instead of trivially defining
DECL_ALIGN.

19 years ago(DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN is not defined.
Eli Zaretskii [Sat, 27 Nov 2004 12:24:40 +0000 (12:24 +0000)]
(DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN is not defined.

19 years ago*** empty log message ***
Jay Belanger [Sat, 27 Nov 2004 04:31:08 +0000 (04:31 +0000)]
*** empty log message ***

19 years ago(math-expr-parts, math-try-solve-sign, math-solve-b, math-int-factors)
Jay Belanger [Sat, 27 Nov 2004 04:13:08 +0000 (04:13 +0000)]
(math-expr-parts, math-try-solve-sign, math-solve-b, math-int-factors)
(math-double-roots): Declare them (for real this time).

19 years ago(math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token)
Jay Belanger [Sat, 27 Nov 2004 04:11:13 +0000 (04:11 +0000)]
(math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token)
(math-exp-keep-spaces, math-expr-data): Declare them.

19 years ago(math-expr-data, math-expr-token, math-exp-old-pos): Declare them.
Jay Belanger [Sat, 27 Nov 2004 04:10:15 +0000 (04:10 +0000)]
(math-expr-data, math-expr-token, math-exp-old-pos): Declare them.

19 years ago(calc-command-flags, calc-gnuplot-buffer, calc-gnuplot-input)
Jay Belanger [Sat, 27 Nov 2004 04:09:24 +0000 (04:09 +0000)]
(calc-command-flags, calc-gnuplot-buffer, calc-gnuplot-input)
(math-normalize-a, math-integral-cache): Declare them.

19 years ago(calc-eval-error): Declare and initialize the variable.
Jay Belanger [Sat, 27 Nov 2004 04:07:22 +0000 (04:07 +0000)]
(calc-eval-error): Declare and initialize the variable.
(calc-eval-error): Don't check if the variable calc-eval-error is
bound.
(calc-buffer, calc-digit-value, math-expr-data): Declare them.
(math-alg-inequalities): Move declaration to earlier in the file.

19 years ago(syms_of_search) <search-spaces-regexp>: Move 'doc:'
Kim F. Storm [Sat, 27 Nov 2004 01:09:08 +0000 (01:09 +0000)]
(syms_of_search) <search-spaces-regexp>: Move 'doc:'
marker out of doc string.

19 years ago(cl-parse-loop-clause, labels): Use gensym
Stefan Monnier [Sat, 27 Nov 2004 00:20:38 +0000 (00:20 +0000)]
(cl-parse-loop-clause, labels): Use gensym
rather than make-symbol for symbols which are used in
a symbol-macrolet or equivalent.

19 years ago(font-lock-compile-keywords): Don't complain if the end
Stefan Monnier [Sat, 27 Nov 2004 00:17:22 +0000 (00:17 +0000)]
(font-lock-compile-keywords): Don't complain if the end
of defun-prompt-regexp matches inside a comment/string but the
beginning is correctly outside everything.

19 years ago(tcl-omit-ws-regexp): Avoid the case where { or [ appears within a comment.
Stefan Monnier [Sat, 27 Nov 2004 00:07:14 +0000 (00:07 +0000)]
(tcl-omit-ws-regexp): Avoid the case where { or [ appears within a comment.

19 years ago(tcl-omit-ws-regexp): Avoid the case where { or [ appears within a string.
Stefan Monnier [Sat, 27 Nov 2004 00:04:16 +0000 (00:04 +0000)]
(tcl-omit-ws-regexp): Avoid the case where { or [ appears within a string.

19 years agoUse (featurep 'xemacs).
Kim F. Storm [Fri, 26 Nov 2004 23:56:39 +0000 (23:56 +0000)]
Use (featurep 'xemacs).
(flymake-makehash): Change to defsubst. Use fboundp.
(flymake-time-to-float): Remove.
(flymake-float-time): Merge code from flymake-time-to-float here.
(flymake-replace-regexp-in-string): Change to defsubst.
(flymake-split-string-remove-empty-edges): Rename to flymake-split-string.
(flymake-split-string): Remove previous defalias.
(flymake-get-temp-dir): Change to defsubst.
(flymake-make-xemacs-menu, flymake-xemacs-window-edges): Define
for xemacs only.
(flymake-master-file-count-limit): Change into compiler defvar only.
(flymake-find-possible-master-files): Let-bind it dynamically while
sorting files using flymake-master-file-compare.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 26 Nov 2004 23:55:42 +0000 (23:55 +0000)]
*** empty log message ***

19 years ago(POSIX_SIGNALS): Undo the removal of 2002-08-25,
Stefan Monnier [Fri, 26 Nov 2004 23:35:51 +0000 (23:35 +0000)]
(POSIX_SIGNALS): Undo the removal of 2002-08-25,
which was not mentioned in the log.

19 years ago(calc-embedded-update): Finish changing prev-mode to calc-embed-prev-mode.
Jay Belanger [Fri, 26 Nov 2004 23:31:27 +0000 (23:31 +0000)]
(calc-embedded-update): Finish changing prev-mode to calc-embed-prev-mode.

19 years ago(bibtex-sort-entry-class)
Stefan Monnier [Fri, 26 Nov 2004 23:24:44 +0000 (23:24 +0000)]
(bibtex-sort-entry-class)
(bibtex-comment-start): Use defcustom.
(bibtex-entry-field-alist): Use nil if initial content of the
field is undefined.  Fix docstring.
(bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
(bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
(bibtex-mode, bibtex-field-list, bibtex-entry-updat)
(bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
Fix docstring.
(bibtex-autokey-title-terminators): Use only one regexp.
(bibtex-string-maybe-empty-head): New variable.
(bibtex-remove-delimiters-string): New function.
(bibtex-text-in-field-bounds, bibtex-text-in-string):
Use bibtex-remove-delimiters-string.
(bibtex-progress-message, bibtex-field-left-delimiter)
(bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
(bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
(bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
Simplify.
(bibtex-format-entry): Use save-excursion for inherited booktitle.
Use eq and bibtex-remove-delimiters-string.  For end markers use
insertion type so that marker stays after inserted text.
(bibtex-autokey-get-names): Return empty string if name is missing.
(bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
calling bibtex-autokey-name-case-convert.
(bibtex-autokey-demangle-title):
Call bibtex-autokey-titleword-case-convert.  Remove call to
bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
(bibtex-global-key-alist, bibtex-read-string-key): New functions.
(bibtex-read-key): New optional arg global.
(bibtex-files-expand): New optional arg force.
(bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
(bibtex-complete-crossref-cleanup): Rename from
bibtex-complete-key-cleanup.  Simplify code.
(bibtex-copy-summary-as-kill): Remove arg key.  Operate on current entry.
Use looking-at.
(bibtex-button): Add docstring.
(bibtex-entry): Simplify.
(bibtex-make-field): Replace optional arg called-by-yank with more
specific args move and interactive.
(bibtex-end-of-entry): Use forward-sexp.
(bibtex-find-entry-globally): Remove.
(bibtex-find-crossref): Allow for crossref key located in other buffer.
Bound to C-c C-x.
(bibtex-find-entry): New optional args global and display.
(bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
(bibtex-validate): Use arg force of bibtex-files-expand.
(bibtex-clean-entry): Bugfix, clean string entries properly.
Always keep point at beginning of entry.
(bibtex-complete): Bugfix.  Handle string entries properly.
Call cleanup functions only if needed.
(bibtex-String): Use bibtex-read-string-key.
(bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
case of replacement text.

19 years agoRemoved no longer necessary file.
Jay Belanger [Fri, 26 Nov 2004 22:44:21 +0000 (22:44 +0000)]
Removed no longer necessary file.

19 years ago(calc-keep-selection): Declare it.
Jay Belanger [Fri, 26 Nov 2004 22:39:32 +0000 (22:39 +0000)]
(calc-keep-selection): Declare it.

19 years ago(math-format-radix-float): Make pos a local variable.
Jay Belanger [Fri, 26 Nov 2004 22:39:01 +0000 (22:39 +0000)]
(math-format-radix-float): Make pos a local variable.
(math-format-radix-float): Remove unnecessary setq.
(math-radix-float-cache): Declare it.

19 years ago(calc-original-buffer): Declare it.
Jay Belanger [Fri, 26 Nov 2004 22:38:31 +0000 (22:38 +0000)]
(calc-original-buffer): Declare it.
(calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
(calc-embed-bot): New variables.
(calc-do-embedded, calc-embedded-mark-formula)
(calc-embedded-find-bounds, calc-embedded-duplicate)
(calc-embedded-new-formula, calc-embedded-make-info):
Replace variables outer-top, outer-bot, bot and top by declared
variables.
(calc-embed-prev-modes): New variable.
(calc-embedded-set-modes, calc-embedded-update): Replace variable
prev-modes with declared variable.
(calc-embed-vars-used): New variable.
(calc-embedded-make-info, calc-embedded-evaluate-expr)
(calc-embedded-update, calc-embedded-find-vars): Replace variable
vars-used by declared variable.

19 years ago(Info-history): Declare it.
Jay Belanger [Fri, 26 Nov 2004 22:37:54 +0000 (22:37 +0000)]
(Info-history): Declare it.
(calc-describe-key): Make calc-summary-indentation a local variable.
(calc-help-long-names): Move declaration to earlier in file.