]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago(compilation-mode-map): Don't inherit from compilation-minor-mode-map;
Richard M. Stallman [Thu, 25 Nov 2004 03:01:10 +0000 (03:01 +0000)]
(compilation-mode-map): Don't inherit from compilation-minor-mode-map;
copy its bindings instead.  But the menu bar Compile entry now does
inherit from compilation-menu-map.

19 years ago(byte-optimize-form-code-walker):
Richard M. Stallman [Thu, 25 Nov 2004 02:58:34 +0000 (02:58 +0000)]
(byte-optimize-form-code-walker):
Use with-no-warnings around compiler-macroexpand.

19 years agoDon't always require newcomment.
Richard M. Stallman [Thu, 25 Nov 2004 02:57:47 +0000 (02:57 +0000)]
Don't always require newcomment.
(imenu--generic-function): Call comment-normalize-vars
if we have a comment syntax.
Exit the loop if REGEXP matches the null string.
Test comment-start as well as comment-start-skip
when deciding whether to check for comments.

19 years ago(tooltip-mode): Doc fix.
Richard M. Stallman [Thu, 25 Nov 2004 02:55:37 +0000 (02:55 +0000)]
(tooltip-mode): Doc fix.

19 years ago(python-font-lock-syntactic-keywords): Check for escapes in the regexp.
Richard M. Stallman [Thu, 25 Nov 2004 02:54:58 +0000 (02:54 +0000)]
(python-font-lock-syntactic-keywords): Check for escapes in the regexp.
(python-quote-syntax): Don't do it here.

19 years ago(term-escape-char, term-mode): Doc fixes.
Richard M. Stallman [Thu, 25 Nov 2004 02:54:20 +0000 (02:54 +0000)]
(term-escape-char, term-mode): Doc fixes.

19 years ago(gdb-breakpoints-mode-map)
Nick Roberts [Thu, 25 Nov 2004 02:00:53 +0000 (02:00 +0000)]
(gdb-breakpoints-mode-map)
(gdb-frames-mode-map, gdb-threads-mode-map)
(gdb-registers-mode-map, gdb-locals-mode-map)
(gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
(dedicated-switch-to-buffer): Rename to gdb-set-window-buffer.
(dedicated-switch-to-buffer): Rework.
(gdb-var-evaluate-expression-handler, gdb-put-string):
Remove unused variable bindings.
(gdb-setup-windows, gdb-display-buffer):
Simplify. Use pop-to-buffer.
(gdb-view-source-function): Simplify.
(gdb-frame-breakpoints-buffer):
Use pop-to-buffer, special-display-regexps.

19 years ago*** empty log message ***
Nick Roberts [Thu, 25 Nov 2004 01:57:42 +0000 (01:57 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Glenn Morris [Thu, 25 Nov 2004 00:49:34 +0000 (00:49 +0000)]
*** empty log message ***

19 years ago(f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.
Glenn Morris [Thu, 25 Nov 2004 00:46:42 +0000 (00:46 +0000)]
(f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.
(f90-calculate-indent): Handle un-named PROGRAM blocks.
(f90-end-of-block): Doc fix.  Make check of outermost block
conditional on value of `f90-smart-end'.
(f90-block-match): Hack to deal with un-named PROGRAM blocks.
Handle case where END-BLOCK is nil.
(f90-match-end): Handle un-named PROGRAM blocks.
(f90-backslash-not-special): New function.

19 years ago*** empty log message ***
Jay Belanger [Wed, 24 Nov 2004 21:51:04 +0000 (21:51 +0000)]
*** empty log message ***

19 years ago(math-trunc): Replace variable prec by math-trunc-prec.
Jay Belanger [Wed, 24 Nov 2004 21:45:32 +0000 (21:45 +0000)]
(math-trunc): Replace variable prec by math-trunc-prec.
(math-floor): Replace variable prec by math-floor-prec.

19 years ago(math-scalar-functions, math-nonscalar-functions)
Jay Belanger [Wed, 24 Nov 2004 21:45:04 +0000 (21:45 +0000)]
(math-scalar-functions, math-nonscalar-functions)
(math-scalar-if-args-functions, math-real-functions)
(math-positive-functions, math-nonnegative-functions)
(math-real-scalar-functions, math-real-if-arg-functions)
(math-integer-functions, math-num-integer-functions)
(math-rounding-functions, math-float-rounding-functions)
(math-integer-if-args-functions, math-super-types):
Move declarations to earlier in file.

(math-unit-prefixes): Declared it.

(math-floor-prec, math-trunc-prec): New variables.
(math-trunc-fancy): Replace variable prec by declared variable.
(math-floor-fancy): Replace variable prec by declared variable.

(math-com-bterms): New variable.
(math-commutative-equal, math-commutative-collect): Replace variable
bterms by declared variable.

19 years ago(calc-gnuplot-default-device, calc-gnuplot-default-output)
Jay Belanger [Wed, 24 Nov 2004 21:44:23 +0000 (21:44 +0000)]
(calc-gnuplot-default-device, calc-gnuplot-default-output)
(calc-gnuplot-print-device, calc-gnuplot-print-output)
(calc-gnuplot-geometry, calc-graph-default-resolution)
(calc-graph-default-resolution-3d): Remove redundant initial values.

19 years ago(calc-embedded-active): Removed unnecessary declaration.
Jay Belanger [Wed, 24 Nov 2004 21:43:36 +0000 (21:43 +0000)]
(calc-embedded-active): Removed unnecessary declaration.
(calc-show-banner): Removed redundant declaration.

19 years ago*** empty log message ***
Jay Belanger [Wed, 24 Nov 2004 18:15:52 +0000 (18:15 +0000)]
*** empty log message ***

19 years ago(math-nrf-n, math-nrf-nf, math-nrf-nfm1): New variables.
Jay Belanger [Wed, 24 Nov 2004 18:01:37 +0000 (18:01 +0000)]
(math-nrf-n, math-nrf-nf, math-nrf-nfm1): New variables.
(math-nth-root-float, math-nth-root-float-iter): Replace variables
n, nf and nfm1 by declared variables.

(math-nri-n): New variable.
(math-nth-root-int, math-nth-root-int-iter): Replace variable n by
declared variable.

(calcFunc-log): Removed misplaced condition.

19 years ago(math-fd-date, math-fd-dt, math-fd-year, math-fd-month)
Jay Belanger [Wed, 24 Nov 2004 17:59:37 +0000 (17:59 +0000)]
(math-fd-date, math-fd-dt, math-fd-year, math-fd-month)
(math-fd-day, math-fd-weekday, math-fd-hour, math-fd-minute)
(math-fd-second, math-fd-bc-flag): New variables.
(math-format-date, math-format-date-part): Replace variables
date, dt, year, month, day, weekday, hour, minute, second and
bc-flag by declared variables.

(math-pd-str): New variable.
(math-parse-date, math-parse-date-word, math-parse-standard-date):
Replace variable str by declared variable.

(math-daylight-savings-hook, math-tzone-names): Move definitions
to earlier in the file.

(var-TimeZone): Declare it.

(math-exp-str, math-exp-pos): Declare them.

(math-sh-year): New variable.
(math-setup-add-holidays, math-setup-holidays)
(math-setup-year-holiday): Replace variable `year'
by declared variable.

19 years ago(generic-mode-set-comments): Accept an empty comment-end.
Stefan Monnier [Wed, 24 Nov 2004 15:20:38 +0000 (15:20 +0000)]
(generic-mode-set-comments): Accept an empty comment-end.

19 years ago(move_it_in_display_line_to, display_line):
Kim F. Storm [Wed, 24 Nov 2004 11:29:46 +0000 (11:29 +0000)]
(move_it_in_display_line_to, display_line):
Restore saved_face_id also when truncate-lines or hscrolled.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 24 Nov 2004 11:29:27 +0000 (11:29 +0000)]
*** empty log message ***

19 years ago(dedicated-switch-to-buffer): New function.
Nick Roberts [Wed, 24 Nov 2004 10:31:15 +0000 (10:31 +0000)]
(dedicated-switch-to-buffer): New function.
(gdb-ann3, gdb-setup-windows, gdb-restore-windows): Dedicate
gdb-related windows.
(gdb-display-buffer): Dedicate gdb-related windows. Don't grab
other frames.
(gdb-reset): Remove dedicated property after debugging.

19 years ago*** empty log message ***
Nick Roberts [Wed, 24 Nov 2004 10:30:39 +0000 (10:30 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Wed, 24 Nov 2004 06:13:27 +0000 (06:13 +0000)]
*** empty log message ***

19 years ago(math-stack-value-offset): Replace variables c, wid and off with
Jay Belanger [Wed, 24 Nov 2004 06:01:45 +0000 (06:01 +0000)]
(math-stack-value-offset): Replace variables c, wid and off with
math-svo-c, math-svo-wid and math-svo-off.

19 years agoAdd comment.
Jay Belanger [Wed, 24 Nov 2004 06:00:30 +0000 (06:00 +0000)]
Add comment.

19 years ago(math-svo-c, math-svo-wid, math-svo-off): New variables.
Jay Belanger [Wed, 24 Nov 2004 05:59:23 +0000 (05:59 +0000)]
(math-svo-c, math-svo-wid, math-svo-off): New variables.
(math-stack-value-offset-fancy): Replace variables c, wid and off
by declared variables.

(math-comp-just, math-comp-comma-spc): New variables.
(math-compose-expr, math-compose-matrix): Replace variable just by
declared variable.

(math-comp-vector-prec): New variable.
(math-compose-expr, math-compose-matrix, math-compose-rows): Replace
variable vector-prec by declared variable.

(math-comp-left-bracket, math-comp-right-bracket, math-comp-comma): New variables.
(math-compose-expr, math-compose-rows): Replace variables left-bracket,
right-bracket and comma by declared variables.

(math-comp-full-width): New variable.
(math-comp-to-string-flat, math-comp-to-string-flat-term): Replace
variable full-width by declared variable.

(math-comp-sel-tag): Declared it.

(math-comp-highlight, math-comp-word, math-comp-level)
(math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
(math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
New variables.

(math-comp-to-string-flat, math-comp-to-string-flat-term)
(math-comp-sel-flat-term): Replace variables comp-highlight, comp-word,
comp-level, comp-margin, comp-pos and comp-buf by declared variables.

(math-comp-simplify, math-comp-simplify-term, math-comp-add-string)
(math-comp-add-string-sel): Replace variables comp-highlight,
comp-buf, comp-base, comp-height, comp-tag, comp-hpos and comp-vpos
by declared variables.

19 years ago* cus-start.el (all): Added x-use-old-gtk-file-dialog.
Jan Djärv [Tue, 23 Nov 2004 19:57:44 +0000 (19:57 +0000)]
* cus-start.el (all): Added x-use-old-gtk-file-dialog.

19 years ago* gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
Jan Djärv [Tue, 23 Nov 2004 19:56:55 +0000 (19:56 +0000)]
* gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
x-use-old-gtk-file-dialog.

* xfns.c: Define x_use_old_gtk_file_dialog.
(syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
outside ifdef USE_GTK.

19 years ago* mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
Jan Djärv [Tue, 23 Nov 2004 19:22:43 +0000 (19:22 +0000)]
* mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
  and x-server-version may throw.

19 years agoComment change.
Richard M. Stallman [Tue, 23 Nov 2004 16:41:27 +0000 (16:41 +0000)]
Comment change.

19 years ago(substitute-key-definition-key): Optimize. Don't
Kim F. Storm [Tue, 23 Nov 2004 15:23:57 +0000 (15:23 +0000)]
(substitute-key-definition-key): Optimize.  Don't
call indirect-function for nil defn (always signals error).

19 years ago*** empty log message ***
Kim F. Storm [Tue, 23 Nov 2004 15:23:35 +0000 (15:23 +0000)]
*** empty log message ***

19 years ago(ido-read-internal): Fix require-match check when
Kim F. Storm [Tue, 23 Nov 2004 15:18:16 +0000 (15:18 +0000)]
(ido-read-internal): Fix require-match check when
ido-directory-too-big is set.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 23 Nov 2004 15:17:54 +0000 (15:17 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Tue, 23 Nov 2004 06:18:51 +0000 (06:18 +0000)]
*** empty log message ***

19 years ago(math-read-exprs): Filter input through math-read-preprocess-string.
Jay Belanger [Tue, 23 Nov 2004 05:58:20 +0000 (05:58 +0000)]
(math-read-exprs): Filter input through math-read-preprocess-string.

19 years ago(math-read-replacement-list, math-read-superscripts): New variables.
Jay Belanger [Tue, 23 Nov 2004 05:56:40 +0000 (05:56 +0000)]
(math-read-replacement-list, math-read-superscripts): New variables.
(math-read-preprocess-string): New function.
(math-read-expr): Filter input through math-read-preprocess-string.

19 years ago(ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
Stefan Monnier [Tue, 23 Nov 2004 05:21:31 +0000 (05:21 +0000)]
(ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
Don't use XFASTINT blindly.

19 years ago(RE_TRANSLATE_P): Don't use XFASTINT blindly.
Stefan Monnier [Tue, 23 Nov 2004 05:20:49 +0000 (05:20 +0000)]
(RE_TRANSLATE_P): Don't use XFASTINT blindly.

19 years ago(skip_invisible): Avoid non-idempotent side-effects in macro arguments.
Stefan Monnier [Tue, 23 Nov 2004 05:19:17 +0000 (05:19 +0000)]
(skip_invisible): Avoid non-idempotent side-effects in macro arguments.

19 years ago(Flookup_key): Check INTEGERP before XINT.
Stefan Monnier [Tue, 23 Nov 2004 05:08:09 +0000 (05:08 +0000)]
(Flookup_key): Check INTEGERP before XINT.

19 years ago(oblookup): Don't use XFASTINT blindly.
Stefan Monnier [Tue, 23 Nov 2004 05:06:56 +0000 (05:06 +0000)]
(oblookup): Don't use XFASTINT blindly.

19 years ago(Fset_window_scroll_bars): Don't use XINT if it isn't int.
Stefan Monnier [Tue, 23 Nov 2004 05:05:34 +0000 (05:05 +0000)]
(Fset_window_scroll_bars): Don't use XINT if it isn't int.
(decode_next_window_args, window_loop): Don't use XFASTINT blindly.

19 years ago* dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
Kim F. Storm [Tue, 23 Nov 2004 00:51:55 +0000 (00:51 +0000)]
* dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
(MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.

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

19 years ago(compilation-start): In cd command use substitute-env-vars -- not quite shell compati...
Daniel Pfeiffer [Mon, 22 Nov 2004 23:31:28 +0000 (23:31 +0000)]
(compilation-start): In cd command use substitute-env-vars -- not quite shell compatible but better than nothing.
(compilation-error-regexp-alist-alist): Simplify ftnchek to only handle the newer versions messages, which are more parseable.

19 years ago*** empty log message ***
Daniel Pfeiffer [Mon, 22 Nov 2004 23:30:19 +0000 (23:30 +0000)]
*** empty log message ***

19 years ago(update_window_fringes): Show top row indicator if
Kim F. Storm [Mon, 22 Nov 2004 23:26:36 +0000 (23:26 +0000)]
(update_window_fringes): Show top row indicator if
window has header-line.  Don't show arrow at bob and eob
if the boundary indicators are not used.
(Fset_fringe_bitmap_face): Signal error in lookup_named_face.

19 years ago(lookup_named_face): Fix prototype.
Kim F. Storm [Mon, 22 Nov 2004 23:26:26 +0000 (23:26 +0000)]
(lookup_named_face): Fix prototype.

19 years ago(set_window_buffer): Clear display_error_modiff.
Kim F. Storm [Mon, 22 Nov 2004 23:26:13 +0000 (23:26 +0000)]
(set_window_buffer): Clear display_error_modiff.

19 years ago(handle_single_display_prop): Don't signal error in
Kim F. Storm [Mon, 22 Nov 2004 23:26:02 +0000 (23:26 +0000)]
(handle_single_display_prop): Don't signal error in
lookup_named_face for unknown fringe face name.
(highlight_trailing_whitespace): Don't signal error in
lookup_named_face if trailing-whitespace face unknown.
(calc_line_height_property): Don't signal error in
lookup_named_face if specified face name is unknown.

19 years ago(lookup_named_face): Add signal_p arg. Return -1 if
Kim F. Storm [Mon, 22 Nov 2004 23:25:49 +0000 (23:25 +0000)]
(lookup_named_face): Add signal_p arg.  Return -1 if
signal_p is zero and face name is unknown.
(Fx_list_fonts): Don't signal error in lookup_named_face.
(Fface_font): Signal error in lookup_named_face.
(ascii_face_of_lisp_face): Likewise.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 22 Nov 2004 23:25:11 +0000 (23:25 +0000)]
*** empty log message ***

19 years agoftnchek only current style messages
Daniel Pfeiffer [Mon, 22 Nov 2004 23:17:26 +0000 (23:17 +0000)]
ftnchek only current style messages

19 years ago(Regexps): Fix typo.
Luc Teirlinck [Mon, 22 Nov 2004 21:13:58 +0000 (21:13 +0000)]
(Regexps): Fix typo.

19 years ago(reveal-mode-map): New var.
Stefan Monnier [Mon, 22 Nov 2004 20:52:10 +0000 (20:52 +0000)]
(reveal-mode-map): New var.
(reveal-mode): Use it.

19 years ago*** empty log message ***
Stefan Monnier [Mon, 22 Nov 2004 20:38:40 +0000 (20:38 +0000)]
*** empty log message ***

19 years agoIgnore everything. It's OK since .cvsignore does
Stefan Monnier [Mon, 22 Nov 2004 20:28:48 +0000 (20:28 +0000)]
Ignore everything.  It's OK since .cvsignore does
not apply to files explicitly `cvs add'ed.

19 years ago(gnus-summary-exit): Remove redundant and harmful
Stefan Monnier [Mon, 22 Nov 2004 20:24:59 +0000 (20:24 +0000)]
(gnus-summary-exit): Remove redundant and harmful
pop-to-buffer, covered by the subsequent gnus-configure-windows.

19 years ago(gdb-flush-pending-output): New variable.
Nick Roberts [Mon, 22 Nov 2004 20:08:26 +0000 (20:08 +0000)]
(gdb-flush-pending-output): New variable.
(gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.

19 years ago*** empty log message ***
Nick Roberts [Mon, 22 Nov 2004 20:07:46 +0000 (20:07 +0000)]
*** empty log message ***

19 years ago(dired-recursive-copies): Moved to dired.el.
Richard M. Stallman [Mon, 22 Nov 2004 16:56:34 +0000 (16:56 +0000)]
(dired-recursive-copies): Moved to dired.el.

19 years ago(dired-recursive-copies): Moved from dired-aux.el.
Richard M. Stallman [Mon, 22 Nov 2004 16:53:41 +0000 (16:53 +0000)]
(dired-recursive-copies): Moved from dired-aux.el.

19 years ago(list-buffers-noselect): Use fixed-pitch only in the header-line.
Stefan Monnier [Mon, 22 Nov 2004 15:12:09 +0000 (15:12 +0000)]
(list-buffers-noselect): Use fixed-pitch only in the header-line.
Re-add the leading space in the header-line when needed.
Build the underline automatically.  Use emdash if available.

19 years ago(update_window_fringes): Provide sensible fall-back
Kim F. Storm [Mon, 22 Nov 2004 14:26:23 +0000 (14:26 +0000)]
(update_window_fringes): Provide sensible fall-back
value for non-nil indicate-buffer-boundaries setting.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 22 Nov 2004 14:20:25 +0000 (14:20 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Mon, 22 Nov 2004 13:17:56 +0000 (13:17 +0000)]
*** empty log message ***

19 years agoCleanup.
Kim F. Storm [Mon, 22 Nov 2004 10:12:13 +0000 (10:12 +0000)]
Cleanup.

19 years ago(gdb-resync): New function.
Nick Roberts [Mon, 22 Nov 2004 09:44:23 +0000 (09:44 +0000)]
(gdb-resync): New function.
(gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
(gdb-frame-begin, gdb-stopped, gdb-post-prompt):
Use it to fail more gracefully.
(gdb-variables): Delete variable.
Re-order variables to reduce byte-compiler warnings.

19 years ago*** empty log message ***
Nick Roberts [Mon, 22 Nov 2004 09:43:44 +0000 (09:43 +0000)]
*** empty log message ***

19 years ago(Fminibuffer_complete_and_exit): Fix previous change.
Markus Rost [Mon, 22 Nov 2004 06:43:11 +0000 (06:43 +0000)]
(Fminibuffer_complete_and_exit): Fix previous change.

19 years ago(syntax-after): Undo last change.
Stefan Monnier [Mon, 22 Nov 2004 06:00:51 +0000 (06:00 +0000)]
(syntax-after): Undo last change.

19 years ago(run-python): Don't hard code *Python*. Don't modify process-environment.
Stefan Monnier [Mon, 22 Nov 2004 05:52:39 +0000 (05:52 +0000)]
(run-python): Don't hard code *Python*.  Don't modify process-environment.
(python-send-region, python-load-file): Don't assume that
python-buffer == (process-buffer (python-proc)).
(python-switch-to-python): Simplify.

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

19 years ago(Fdefvar): Warn when var is let-bound but globally void.
Stefan Monnier [Mon, 22 Nov 2004 05:26:50 +0000 (05:26 +0000)]
(Fdefvar): Warn when var is let-bound but globally void.

19 years ago(dired-align-file): Don't assume line starts with spaces.
Stefan Monnier [Mon, 22 Nov 2004 05:07:07 +0000 (05:07 +0000)]
(dired-align-file): Don't assume line starts with spaces.

19 years ago(math-read-big-lines): New variable.
Jay Belanger [Mon, 22 Nov 2004 04:53:51 +0000 (04:53 +0000)]
(math-read-big-lines): New variable.
(math-read-big-rec, math-read-big-char, math-read-big-emptyp)
(math-read-big-error, math-read-big-balance): Replace variable
lines by declared variable.

(math-read-big-baseline, math-read-big-h2): New variables.
(math-read-big-rec): Replace variables the-baseline and the-h2
by declared variables.

(math-read-big-rec): Fix typo.

(math-read-big-balance): Replace unbound variable by value.

(math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
(math-read-big-rec, math-read-big-char, math-read-big-emptyp)
(math-read-big-balance): Replace variables h1, h2, v1 and v2 by
declared variables.

(math-read-big-err-msg): New variable.
(math-read-big-error): Replace variable err-msg by declared variable.

19 years ago(math-read-big-expr, math-read-big-bigp): Replace variable lines by
Jay Belanger [Mon, 22 Nov 2004 04:52:48 +0000 (04:52 +0000)]
(math-read-big-expr, math-read-big-bigp): Replace variable lines by
math-read-big-lines.
(math-read-big-expr): Replace variables the-baseline, the-h2
and err-msg by math-read-big-baseline, math-read-big-h2 and
math-read-err-msg.
(math-read-big-bigp): Replace variable h2 with math-rb-h2.

19 years agoAdd coding cookie. Fix up docstrings, follow new commenting conventions.
Stefan Monnier [Mon, 22 Nov 2004 01:21:07 +0000 (01:21 +0000)]
Add coding cookie.  Fix up docstrings, follow new commenting conventions.
(ses-header-line-menu): Fix missing variable rename for header-row.
(ses-cell-size): Remove.
(ses-make-cell): New function.
(ses-cell, ses-insert-row, ses-insert-column): Use it.
(ses-calculate-cell): Remove unused var `symbol'.
(ses-narrowed-p): New function.
(ses-goto-data, undo-more, ses-reconstruct-all): Use it.
(ses-initial-file-trailer): Change ;;; to ;; for local vars.
(ses-load, ses-reconstruct-all): Adjust string search accordingly.
(ses-setup): Use restore-buffer-modified-p.
(ses-cleanup): Remove unused var `end'.
(ses-header-string-left-offset): Remove.
(ses-create-header-string): Adjust to new behavior of `align-to'.
Truncate excessively large fields to preserve alignment.
(ses-reconstruct-all): Remove unused var `refs'.
(ses-read-cell-printer): Remove unused var `prompt'.
(ses-delete-row): Remove unused var `pos'.
(ses-delete-column): Remove unused var `new'.

19 years agopr-setup & lpr-setup
Vinicius Jose Latorre [Sun, 21 Nov 2004 23:05:20 +0000 (23:05 +0000)]
pr-setup & lpr-setup

19 years agops-setup
Vinicius Jose Latorre [Sun, 21 Nov 2004 22:52:46 +0000 (22:52 +0000)]
ps-setup

19 years ago:version & eval-and-compile & featurep
Vinicius Jose Latorre [Sun, 21 Nov 2004 22:30:00 +0000 (22:30 +0000)]
:version & eval-and-compile & featurep

19 years ago(Synchronous Processes, Output from Processes):
Jesper Harder [Sun, 21 Nov 2004 19:39:59 +0000 (19:39 +0000)]
(Synchronous Processes, Output from Processes):
Markup fix.

19 years agoFixed this redisplay bug:
Kim F. Storm [Sun, 21 Nov 2004 15:50:08 +0000 (15:50 +0000)]
Fixed this redisplay bug:

** Problem with cursor border around images and window-margins:

The border around the image when the cursor is on the image
flows into the right fringe and margin.

     (progn
       (auto-image-file-mode 1)
       (find-file (concat data-directory "splash.xpm"))
       (set-window-margins (selected-window) 25 25))

19 years ago(x_clip_to_row): Add area arg. Callers changed.
Kim F. Storm [Sun, 21 Nov 2004 15:49:12 +0000 (15:49 +0000)]
(x_clip_to_row): Add area arg.  Callers changed.
(x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.

19 years ago(w32_clip_to_row): Add area arg. Callers changed.
Kim F. Storm [Sun, 21 Nov 2004 15:48:58 +0000 (15:48 +0000)]
(w32_clip_to_row): Add area arg.  Callers changed.
(x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.

19 years ago(erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
Kim F. Storm [Sun, 21 Nov 2004 15:47:55 +0000 (15:47 +0000)]
(erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Nov 2004 15:47:22 +0000 (15:47 +0000)]
*** empty log message ***

19 years ago(move_it_in_display_line_to, display_line): Restore
Kim F. Storm [Sun, 21 Nov 2004 14:59:40 +0000 (14:59 +0000)]
(move_it_in_display_line_to, display_line): Restore
saved_face_id if overflow-newline-into-fringe is enabled and line
is continued before or in middle of element from display vector.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Nov 2004 14:58:40 +0000 (14:58 +0000)]
*** empty log message ***

19 years ago(Skipping Characters): Add missing `@end defun'.
Luc Teirlinck [Sun, 21 Nov 2004 14:37:29 +0000 (14:37 +0000)]
(Skipping Characters): Add missing `@end defun'.

19 years ago(Fvertical_motion): Fix last change. Use another
Kim F. Storm [Sun, 21 Nov 2004 12:56:53 +0000 (12:56 +0000)]
(Fvertical_motion): Fix last change.  Use another
method to detect if iterator moved too far ahead after reseat.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Nov 2004 12:56:25 +0000 (12:56 +0000)]
*** empty log message ***

19 years ago(IT_EXPAND_MATRIX_WIDTH): New macro. Do not
Kim F. Storm [Sun, 21 Nov 2004 12:33:35 +0000 (12:33 +0000)]
(IT_EXPAND_MATRIX_WIDTH): New macro.  Do not
expand matrix width for overflow in zero-width area.
(append_glyph, append_composite_glyph, produce_image_glyph)
(append_stretch_glyph): Use it to avoid loop in redisplay.
(note_mode_line_or_margin_highlight): Don't let help-echo from
string override help-echo from image map.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Nov 2004 12:33:16 +0000 (12:33 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Sun, 21 Nov 2004 06:31:10 +0000 (06:31 +0000)]
*** empty log message ***

19 years ago(calc-curve-nvars, calc-curve-varnames, calc-curve-model)
Jay Belanger [Sun, 21 Nov 2004 05:55:43 +0000 (05:55 +0000)]
(calc-curve-nvars, calc-curve-varnames, calc-curve-model)
(calc-curve-coefnames): New variable.
(calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
varnames, model and coefnames by declared variables.

(math-root-widen): New variable.
(math-search-root, math-find-root): Replace variable root-widen by
declared variable.

(var-DUMMY): Declare it.
(math-root-vars, math-min-vars): Move the declarations to earlier in
the file.

(math-brent-min): Make d a local variable.

(math-find-minimum): Replace non-existent variable.

(math-ninteg-romberg): Remove unnecessary variable.

(math-ninteg-temp): New variable.
(math-ninteg-romberg, math-ninteg-midpoint): Replace variable
integ-temp by declared variable.

(math-fit-first-var, math-fit-first-coef, math-fit-new-coefs): New variables.
(math-general-fit): Replace variables first-var, first-coef and
new-coefs by declared variables.
(calcFunc-fitvar): Replace variable first-var by declared variable.
(calcFunc-fitparam): Replace variable first-coef by declared variable.
(calcFunc-fitdummy): Replace variable new-coefs by declared variable.

(math-all-vars-vars, math-all-vars-found): New variables.
(math-all-vars-in, math-all-vars-rec): Replace variables vars and
found by declared variable math-all-vars-vars.

19 years ago(math-integral-cache-state, calc-lang)
Jay Belanger [Sun, 21 Nov 2004 05:52:41 +0000 (05:52 +0000)]
(math-integral-cache-state, calc-lang)
(calc-original-buffer): Declare them.

(calc-user-formula-alist): New variable.
(calc-user-define-formula, calc-fix-user-formula)
(calc-user-define-composition, calc-finish-formula-edit):
Replace variable alist by declared variable.

(var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
(var-q7, var-q7, var-q8, var-q9): Declare them.
(calc-kbd-push): Don't check to see if var-q0 through var-q9
are bound.

(calcFunc-typeof): Replace undeclared variable by correct expression.

(math-exp-env): New variable.
(math-define-body, math-define-exp): Replace exp-env by declared
variable.

(math-define-exp): Replace misplaced variable by expression.

19 years ago(Skipping Characters): skip-chars-forward now handles char classes.
Richard M. Stallman [Sun, 21 Nov 2004 03:51:04 +0000 (03:51 +0000)]
(Skipping Characters): skip-chars-forward now handles char classes.