1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00
Commit graph

53260 commits

Author SHA1 Message Date
Jay Belanger
885e6671fc Added comment.
(math-polynomial-base): Replace variable mpb-top-expr by
math-poly-base-top-expr.
2004-11-25 05:51:40 +00:00
Luc Teirlinck
7092c5e89c (Standard Buffer-Local Variables): Comment out xref's to non-existent
node `Yet to be written'.  They broke bootstrapping.
2004-11-25 04:00:23 +00:00
Richard M. Stallman
261b01c642 *** empty log message *** 2004-11-25 03:22:56 +00:00
Richard M. Stallman
8e7a47862a (run_pre_post_conversion_on_str): Bind Qinhibit_read_only. 2004-11-25 03:18:31 +00:00
Richard M. Stallman
79e3497d3f (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix. 2004-11-25 03:16:34 +00:00
Richard M. Stallman
f8684c07a4 (Synchronous Processes): Grammar fix. 2004-11-25 03:15:19 +00:00
Richard M. Stallman
5e859db984 (Comparison of Numbers): Add eql. 2004-11-25 03:14:35 +00:00
Richard M. Stallman
e50bc18748 (Standard Buffer-Local Variables): Add many vars. 2004-11-25 03:13:50 +00:00
Richard M. Stallman
5bacf5b6be (Printing Notation): Fix previous change. 2004-11-25 03:13:01 +00:00
Richard M. Stallman
fe8d146994 (Customizing Bitmaps): Move indicate-buffer-boundaries
and default-indicate-buffer-boundaries from here.
(Usual Display): To here.
(Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
(Usual Display): Move tab-width up.
2004-11-25 03:12:24 +00:00
Richard M. Stallman
38c7d6d55c (Variable Definitions): Replace show-paren-mode example with tooltip-mode.
(Simple Types, Composite Types, Defining New Types): Minor cleanups.
2004-11-25 03:09:43 +00:00
Richard M. Stallman
0a6d03627f (ispell-check-version): If default-directory is nonexistent, use home dir. 2004-11-25 03:06:16 +00:00
Richard M. Stallman
bde94a7f47 (grep-regexp-alist): Don't match parens around line numbers. 2004-11-25 03:05:00 +00:00
Richard M. Stallman
335dd1f105 (cperl-indent-region, cperl-imenu--create-perl-index, cperl-xsub-scan):
Don't print progress messages.
2004-11-25 03:04:16 +00:00
Richard M. Stallman
5988691b04 (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.
2004-11-25 03:01:10 +00:00
Richard M. Stallman
4cead7a206 (byte-optimize-form-code-walker):
Use with-no-warnings around compiler-macroexpand.
2004-11-25 02:58:34 +00:00
Richard M. Stallman
71eb630896 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.
2004-11-25 02:57:47 +00:00
Richard M. Stallman
dbc165ffe2 (tooltip-mode): Doc fix. 2004-11-25 02:55:37 +00:00
Richard M. Stallman
c22141472a (python-font-lock-syntactic-keywords): Check for escapes in the regexp.
(python-quote-syntax): Don't do it here.
2004-11-25 02:54:58 +00:00
Richard M. Stallman
269cb13ecc (term-escape-char, term-mode): Doc fixes. 2004-11-25 02:54:20 +00:00
Nick Roberts
12032009a4 (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.
2004-11-25 02:00:53 +00:00
Nick Roberts
29b5fa7e52 *** empty log message *** 2004-11-25 01:57:42 +00:00
Glenn Morris
f607ff4bb2 *** empty log message *** 2004-11-25 00:49:34 +00:00
Glenn Morris
784d007b50 (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.
2004-11-25 00:46:42 +00:00
Jay Belanger
7a96b50d9f *** empty log message *** 2004-11-24 21:51:04 +00:00
Jay Belanger
276d28655e (math-trunc): Replace variable prec by math-trunc-prec.
(math-floor): Replace variable prec by math-floor-prec.
2004-11-24 21:45:32 +00:00
Jay Belanger
67549a854a (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.
2004-11-24 21:45:04 +00:00
Jay Belanger
ac39a77ca1 (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.
2004-11-24 21:44:23 +00:00
Jay Belanger
7893af2d79 (calc-embedded-active): Removed unnecessary declaration.
(calc-show-banner): Removed redundant declaration.
2004-11-24 21:43:36 +00:00
Jay Belanger
25cad79bf5 *** empty log message *** 2004-11-24 18:15:52 +00:00
Jay Belanger
86498823f8 (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.
2004-11-24 18:01:37 +00:00
Jay Belanger
9822335996 (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.
2004-11-24 17:59:37 +00:00
Stefan Monnier
0e7acedf7b (generic-mode-set-comments): Accept an empty comment-end. 2004-11-24 15:20:38 +00:00
Kim F. Storm
bd0e59f8cf (move_it_in_display_line_to, display_line):
Restore saved_face_id also when truncate-lines or hscrolled.
2004-11-24 11:29:46 +00:00
Kim F. Storm
a5bd504e5a *** empty log message *** 2004-11-24 11:29:27 +00:00
Nick Roberts
4e607b5992 (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.
2004-11-24 10:31:15 +00:00
Nick Roberts
1919c2cdb4 *** empty log message *** 2004-11-24 10:30:39 +00:00
Jay Belanger
0d0b3b8162 *** empty log message *** 2004-11-24 06:13:27 +00:00
Jay Belanger
f0a35df4ea (math-stack-value-offset): Replace variables c, wid and off with
math-svo-c, math-svo-wid and math-svo-off.
2004-11-24 06:01:45 +00:00
Jay Belanger
1c80b98b61 Add comment. 2004-11-24 06:00:30 +00:00
Jay Belanger
fdcf8e2b4a (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.
2004-11-24 05:59:23 +00:00
Jan Djärv
c5c56f464f * cus-start.el (all): Added x-use-old-gtk-file-dialog. 2004-11-23 19:57:44 +00:00
Jan Djärv
255e4140a7 * 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.
2004-11-23 19:56:55 +00:00
Jan Djärv
6f8a274229 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
and x-server-version may throw.
2004-11-23 19:22:43 +00:00
Richard M. Stallman
5f11b513c8 Comment change. 2004-11-23 16:41:27 +00:00
Kim F. Storm
d9f043554d (substitute-key-definition-key): Optimize. Don't
call indirect-function for nil defn (always signals error).
2004-11-23 15:23:57 +00:00
Kim F. Storm
92c8c0ce0b *** empty log message *** 2004-11-23 15:23:35 +00:00
Kim F. Storm
b3da0db521 (ido-read-internal): Fix require-match check when
ido-directory-too-big is set.
2004-11-23 15:18:16 +00:00
Kim F. Storm
14ed2ad654 *** empty log message *** 2004-11-23 15:17:54 +00:00
Jay Belanger
298a667cdf *** empty log message *** 2004-11-23 06:18:51 +00:00