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
Jay Belanger
c4446fc2e9
(math-read-exprs): Filter input through math-read-preprocess-string.
2004-11-23 05:58:20 +00:00
Jay Belanger
66c2cf664e
(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.
2004-11-23 05:56:40 +00:00
Stefan Monnier
5e92b1caaf
(ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
...
Don't use XFASTINT blindly.
2004-11-23 05:21:31 +00:00
Stefan Monnier
8fe48a6f12
(RE_TRANSLATE_P): Don't use XFASTINT blindly.
2004-11-23 05:20:49 +00:00
Stefan Monnier
2ca8b6c2c3
(skip_invisible): Avoid non-idempotent side-effects in macro arguments.
2004-11-23 05:19:17 +00:00
Stefan Monnier
38cbfed434
(Flookup_key): Check INTEGERP before XINT.
2004-11-23 05:08:09 +00:00
Stefan Monnier
8bc285a288
(oblookup): Don't use XFASTINT blindly.
2004-11-23 05:06:56 +00:00
Stefan Monnier
0f8fe9a26f
(Fset_window_scroll_bars): Don't use XINT if it isn't int.
...
(decode_next_window_args, window_loop): Don't use XFASTINT blindly.
2004-11-23 05:05:34 +00:00
Kim F. Storm
e6fb381c3e
* dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
...
(MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
2004-11-23 00:51:55 +00:00
Kim F. Storm
4d7211144f
*** empty log message ***
2004-11-23 00:51:35 +00:00
Daniel Pfeiffer
12221c849b
(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.
2004-11-22 23:31:28 +00:00
Daniel Pfeiffer
8fc464b6e1
*** empty log message ***
2004-11-22 23:30:19 +00:00
Kim F. Storm
26a5d4404c
(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.
2004-11-22 23:26:36 +00:00
Kim F. Storm
1c395ea72d
(lookup_named_face): Fix prototype.
2004-11-22 23:26:26 +00:00
Kim F. Storm
c49a049515
(set_window_buffer): Clear display_error_modiff.
2004-11-22 23:26:13 +00:00
Kim F. Storm
ff7d52cda4
(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.
2004-11-22 23:26:02 +00:00
Kim F. Storm
2272e96769
(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.
2004-11-22 23:25:49 +00:00
Kim F. Storm
11e0be49d8
*** empty log message ***
2004-11-22 23:25:11 +00:00
Daniel Pfeiffer
7e8424e28d
ftnchek only current style messages
2004-11-22 23:17:26 +00:00
Luc Teirlinck
0cb23e1dbd
(Regexps): Fix typo.
2004-11-22 21:13:58 +00:00
Stefan Monnier
ea78522d4c
(reveal-mode-map): New var.
...
(reveal-mode): Use it.
2004-11-22 20:52:10 +00:00
Stefan Monnier
49561cf61f
*** empty log message ***
2004-11-22 20:38:40 +00:00
Stefan Monnier
194d3b1546
Ignore everything. It's OK since .cvsignore does
...
not apply to files explicitly `cvs add'ed.
2004-11-22 20:28:48 +00:00
Stefan Monnier
d61c212b34
(gnus-summary-exit): Remove redundant and harmful
...
pop-to-buffer, covered by the subsequent gnus-configure-windows.
2004-11-22 20:24:59 +00:00
Nick Roberts
7c511b96e0
(gdb-flush-pending-output): New variable.
...
(gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2004-11-22 20:08:26 +00:00
Nick Roberts
47924ad550
*** empty log message ***
2004-11-22 20:07:46 +00:00
Richard M. Stallman
1668b45617
(dired-recursive-copies): Moved to dired.el.
2004-11-22 16:56:34 +00:00
Richard M. Stallman
fe02ba0764
(dired-recursive-copies): Moved from dired-aux.el.
2004-11-22 16:53:41 +00:00
Stefan Monnier
5e684428e0
(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.
2004-11-22 15:12:09 +00:00
Kim F. Storm
a208b89cce
(update_window_fringes): Provide sensible fall-back
...
value for non-nil indicate-buffer-boundaries setting.
2004-11-22 14:26:23 +00:00