]> git.eshelyaron.com Git - emacs.git/log
emacs.git
19 years ago*** empty log message ***
Stefan Monnier [Thu, 25 Nov 2004 16:48:45 +0000 (16:48 +0000)]
*** empty log message ***

19 years agoReindent.
Richard M. Stallman [Thu, 25 Nov 2004 16:43:32 +0000 (16:43 +0000)]
Reindent.
(flymake-split-string): Turn into defalias.
(flymake-fix-file-name): Renamed from flymake-fix-path-name.
(flymake-ensure-ends-with-slash): Rename arg to FILENAME.
(flymake-get-common-file-prefix): Renamed from ...path...  Doc fix.
(flymake-build-relative-filename): Renamed from ...path.
Fix error message.

19 years agoMuch whitespace and capitalization change.
Richard M. Stallman [Thu, 25 Nov 2004 16:33:53 +0000 (16:33 +0000)]
Much whitespace and capitalization change.
Move `provide' to end.  Require `compile' only when compiling.

19 years ago*** empty log message ***
Jay Belanger [Thu, 25 Nov 2004 16:05:28 +0000 (16:05 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kim F. Storm [Thu, 25 Nov 2004 10:37:03 +0000 (10:37 +0000)]
*** empty log message ***

19 years agoFinish making previous changes.
Jay Belanger [Thu, 25 Nov 2004 06:29:11 +0000 (06:29 +0000)]
Finish making previous changes.

19 years agoFinish making previous change.
Jay Belanger [Thu, 25 Nov 2004 06:28:25 +0000 (06:28 +0000)]
Finish making previous change.

19 years ago*** empty log message ***
Jay Belanger [Thu, 25 Nov 2004 06:17:40 +0000 (06:17 +0000)]
*** empty log message ***

19 years ago(calc-convert-units): Make units a local variable.
Jay Belanger [Thu, 25 Nov 2004 05:53:35 +0000 (05:53 +0000)]
(calc-convert-units): Make units a local variable.
(calc-num-units, calc-den-units): New variables.
(calc-explain-units, calc-explain-units-rec): Replace variables
num-units and den-units by declared variables.
(math-cu-unit-list): New variable.
(math-build-units-table, math-compare-unit-names)
(math-convert-units, math-convert-units-rec): Replace variable
unit-list by declared variable.
(math-fbu-base, math-fbu-entry): New variables.
(math-find-base-units, math-find-base-units-rec): Replace variables
base and entry by declared variables.
(math-which-standard): New variable.
(math-to-standard-units, math-to-standard-rec): Replace variable
which-standard by declared variable.
(math-fcu-u): New variable.
(math-find-compatible-unit, math-find-compatible-unit-rec):
Replace variable u by declared variable.
(math-cu-new-units, math-cu-pure): New variables.
(math-convert-units, math-convert-units-rec): Replace variables
new-units and pure by declared variables.
(math-try-cancel-units): New variable.
(math-simplify-units-quotient): Replace variable try-cancel-units by
declared variable.

19 years ago(math-poly-base-top-expr): New variable.
Jay Belanger [Thu, 25 Nov 2004 05:52:38 +0000 (05:52 +0000)]
(math-poly-base-top-expr): New variable.
(math-polynomial-p1): Replace variable mpb-top-expr by declared
variable.
(math-poly-base-total-base): New variable.
(math-total-polynomial-base, math-polynomial-p1): Replace variable
mpb-total-base by declared variable.
(math-factored-vars, math-to-list): Declare it.
(math-fact-expr): New variable.
(calcFunc-factors, calcFunc-factor, math-factor-expr,
math-factor-expr-try, math-factor-expr-part): Replace variable expr by
declared variable.
(math-fet-x): New variable.
(math-factor-expr-try, math-factor-poly-coefs): Replace variable x by
declared variable.
(math-factor-poly-coefs): Make temp a local variable.

19 years agoAdded comment.
Jay Belanger [Thu, 25 Nov 2004 05:51:40 +0000 (05:51 +0000)]
Added comment.
(math-polynomial-base): Replace variable mpb-top-expr by
math-poly-base-top-expr.

19 years ago(Standard Buffer-Local Variables): Comment out xref's to non-existent
Luc Teirlinck [Thu, 25 Nov 2004 04:00:23 +0000 (04:00 +0000)]
(Standard Buffer-Local Variables): Comment out xref's to non-existent
node `Yet to be written'.  They broke bootstrapping.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 25 Nov 2004 03:22:56 +0000 (03:22 +0000)]
*** empty log message ***

19 years ago(run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
Richard M. Stallman [Thu, 25 Nov 2004 03:18:31 +0000 (03:18 +0000)]
(run_pre_post_conversion_on_str): Bind Qinhibit_read_only.

19 years ago(syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
Richard M. Stallman [Thu, 25 Nov 2004 03:16:34 +0000 (03:16 +0000)]
(syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.

19 years ago(Synchronous Processes): Grammar fix.
Richard M. Stallman [Thu, 25 Nov 2004 03:15:19 +0000 (03:15 +0000)]
(Synchronous Processes): Grammar fix.

19 years ago(Comparison of Numbers): Add eql.
Richard M. Stallman [Thu, 25 Nov 2004 03:14:35 +0000 (03:14 +0000)]
(Comparison of Numbers): Add eql.

19 years ago(Standard Buffer-Local Variables): Add many vars.
Richard M. Stallman [Thu, 25 Nov 2004 03:13:50 +0000 (03:13 +0000)]
(Standard Buffer-Local Variables): Add many vars.

19 years ago(Printing Notation): Fix previous change.
Richard M. Stallman [Thu, 25 Nov 2004 03:13:01 +0000 (03:13 +0000)]
(Printing Notation): Fix previous change.

19 years ago(Customizing Bitmaps): Move indicate-buffer-boundaries
Richard M. Stallman [Thu, 25 Nov 2004 03:12:24 +0000 (03:12 +0000)]
(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.

19 years ago(Variable Definitions): Replace show-paren-mode example with tooltip-mode.
Richard M. Stallman [Thu, 25 Nov 2004 03:09:43 +0000 (03:09 +0000)]
(Variable Definitions): Replace show-paren-mode example with tooltip-mode.
(Simple Types, Composite Types, Defining New Types): Minor cleanups.

19 years ago(ispell-check-version): If default-directory is nonexistent, use home dir.
Richard M. Stallman [Thu, 25 Nov 2004 03:06:16 +0000 (03:06 +0000)]
(ispell-check-version): If default-directory is nonexistent, use home dir.

19 years ago(grep-regexp-alist): Don't match parens around line numbers.
Richard M. Stallman [Thu, 25 Nov 2004 03:05:00 +0000 (03:05 +0000)]
(grep-regexp-alist): Don't match parens around line numbers.

19 years ago(cperl-indent-region, cperl-imenu--create-perl-index, cperl-xsub-scan):
Richard M. Stallman [Thu, 25 Nov 2004 03:04:16 +0000 (03:04 +0000)]
(cperl-indent-region, cperl-imenu--create-perl-index, cperl-xsub-scan):
Don't print progress messages.

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.