summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Protect & with "" since & is special for cmd.exe;Eli Zaretskii2004-11-271-2/+3
| | | | | | filter through Sed to remove the quotes. ----------------------------------------------------------------------
* Add 2004 to Copyright years.Eli Zaretskii2004-11-271-1/+1
|
* (sc-cite-region): Handle the case where sc-cite-frame-alist is a symbol.Eli Zaretskii2004-11-272-3/+21
| | | | | (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.
* Fix last entry.Eli Zaretskii2004-11-271-1/+1
|
* *** empty log message ***Eli Zaretskii2004-11-272-0/+10
|
* (widget-narrow-to-field): New function.Eli Zaretskii2004-11-271-2/+11
| | | | (widget-complete): Use it.
* ChangeLogEli Zaretskii2004-11-271-0/+6
|
* If 8-byte alignment is not supported, defineEli Zaretskii2004-11-271-1/+1
| | | | | NO_DECL_ALIGN in src/config.h, instead of trivially defining DECL_ALIGN.
* (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN is not defined.Eli Zaretskii2004-11-271-5/+7
|
* *** empty log message ***Jay Belanger2004-11-271-0/+18
|
* (math-expr-parts, math-try-solve-sign, math-solve-b, math-int-factors)Jay Belanger2004-11-271-2/+7
| | | | (math-double-roots): Declare them (for real this time).
* (math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token)Jay Belanger2004-11-271-0/+9
| | | | (math-exp-keep-spaces, math-expr-data): Declare them.
* (math-expr-data, math-expr-token, math-exp-old-pos): Declare them.Jay Belanger2004-11-271-0/+7
|
* (calc-command-flags, calc-gnuplot-buffer, calc-gnuplot-input)Jay Belanger2004-11-271-1/+14
| | | | (math-normalize-a, math-integral-cache): Declare them.
* (calc-eval-error): Declare and initialize the variable.Jay Belanger2004-11-271-8/+19
| | | | | | | (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.
* (syms_of_search) <search-spaces-regexp>: Move 'doc:'Kim F. Storm2004-11-272-5/+10
| | | | marker out of doc string.
* (cl-parse-loop-clause, labels): Use gensymStefan Monnier2004-11-272-17/+32
| | | | | rather than make-symbol for symbols which are used in a symbol-macrolet or equivalent.
* (font-lock-compile-keywords): Don't complain if the endStefan Monnier2004-11-271-1/+1
| | | | | of defun-prompt-regexp matches inside a comment/string but the beginning is correctly outside everything.
* (tcl-omit-ws-regexp): Avoid the case where { or [ appears within a comment.Stefan Monnier2004-11-271-1/+1
|
* (tcl-omit-ws-regexp): Avoid the case where { or [ appears within a string.Stefan Monnier2004-11-271-1/+1
|
* Use (featurep 'xemacs).Kim F. Storm2004-11-261-63/+50
| | | | | | | | | | | | | | | (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.
* *** empty log message ***Kim F. Storm2004-11-261-0/+16
|
* (POSIX_SIGNALS): Undo the removal of 2002-08-25,Stefan Monnier2004-11-262-0/+9
| | | | which was not mentioned in the log.
* (calc-embedded-update): Finish changing prev-mode to calc-embed-prev-mode.Jay Belanger2004-11-262-1/+78
|
* (bibtex-sort-entry-class)Stefan Monnier2004-11-263-578/+644
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Removed no longer necessary file.Jay Belanger2004-11-261-392/+0
|
* (calc-keep-selection): Declare it.Jay Belanger2004-11-261-2/+3
|
* (math-format-radix-float): Make pos a local variable.Jay Belanger2004-11-261-5/+6
| | | | | (math-format-radix-float): Remove unnecessary setq. (math-radix-float-cache): Declare it.
* (calc-original-buffer): Declare it.Jay Belanger2004-11-261-70/+93
| | | | | | | | | | | | | | | | | (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.
* (Info-history): Declare it.Jay Belanger2004-11-261-9/+11
| | | | | (calc-describe-key): Make calc-summary-indentation a local variable. (calc-help-long-names): Move declaration to earlier in file.
* (calc-prev-char, calc-prev-prev-char, calc-digit-value): Declare them.Jay Belanger2004-11-261-2/+7
|
* (math-ms-temp, math-ms-args): New variables.Jay Belanger2004-11-261-14/+28
| | | | | | | | | | | (math-multi-subst, math-multi-subst-rec): Replace variables temp and arg by declared variables. (calcFunc-reducer): Fixed incorrect variable. (math-inner-mul-func, math-inner-add-func): New variables. (calcFunc-inner, math-inner-mats): Replace variables mul-func and add-func by declared variables.
* (calc-det-lu): New variable.Jay Belanger2004-11-261-4/+7
| | | | | (math-det-raw, math-det-step): Replace variable lu by declared variable.
* (calc-given-value, calc-store-opers): Declare them.Jay Belanger2004-11-261-22/+30
| | | | | | | | (calc-var-name-map): Move declaration to earlier in the file. (calc-pv-pos): New variable. (calc-permanent-variable, calc-insert-permanent-variable): Replace variable pos by declared variable.
* (calc-flush-caches): Remove unnecessary variables.Jay Belanger2004-11-261-8/+21
| | | | | | | | | | | (math-lud-cache, math-log2-cache, math-radix-digits-cache) (math-radix-float-cache-tag, math-random-cache, math-max-digits-cache) (math-integral-cache, math-units-table, math-format-date-cache) (math-holidays-cache-tag): Declare them. (math-moc-func): New variable. (math-map-over-constants, math-map-over-constants-rec): Replace variable func by declared variable.
* (calc-original-buffer, calc-return-buffer, calc-one-window)Jay Belanger2004-11-261-2/+8
| | | | (calc-edit-handler, calc-restore-trail, calc-allow-ret): Declare them.
* (math-grade-vec): New variable.Jay Belanger2004-11-261-19/+26
| | | | | | | | (calcFunc-grade, calcFunc-rgrade, math-grade-beforep): Replace variable grade-vec by declared variable. (math-rb-close): New variable. (math-read-brackets, math-read-vector): Replace variable close by declared variable.
* (calc-last-why-command): Declare it.Jay Belanger2004-11-261-0/+3
|
* Change maintainer name.Jay Belanger2004-11-261-1/+1
|
* (tramp-handle-directory-files-and-attributes): New function.Lars Hansen2004-11-262-171/+315
| | | | | | | | | | | | | | | | (tramp-perl-directory-files-and-attributes): New constant. (tramp-file-name-handler-alist): Delete file-directory-files, add directory-files-and-attributes. (tramp-perl-file-attributes): Surround uid and gid by double quotes. Change parameter id-format from nonnumeric. (tramp-convert-file-attributes): New function. (tramp-handle-file-attributes): Use it. (tramp-maybe-send-perl-script): New function. (tramp-handle-file-attributes-with-perl): Use it. Don't convert file mode. Change parameter id-format from nonnumeric. (tramp-handle-file-attributes-with-ls): Change parameter id-format from nonnumeric. (tramp-post-connection): Don't send tramp-perl-file-attributes script. Reset connection property "perl-scripts". (tramp-handle-insert-directory): Run real handler when ls-lisp is in use.
* Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.Jan Djärv2004-11-264-3/+12
|
* (desktop-read): Replace mapcar with mapc.Lars Hansen2004-11-262-4/+9
| | | | (desktop-create-buffer): Replace mapcar with mapc. Remove redundant piece of code.
* *** empty log message ***Richard M. Stallman2004-11-261-0/+16
|
* (gud-display-line): Use display-bufferNick Roberts2004-11-261-3/+1
| | | | for GDB-UI as for GUD.
* (gdb-view-source, gdb-selected-view):Nick Roberts2004-11-261-96/+34
| | | | | | | | | | | | | | Delete variables. (gdb-ann3): Don't make GUD buffer dedicated. (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate. (gdb-display-source-buffer): Delete function. (gdb-view-source-function, gdb-view-assembler): Delete functions. (menu): Delete menu bindings for viewing source/assembler. (gdb-setup-windows, gdb-restore-windows): Don't dedicate GUD. No assembler now. (gdb-reset): No need to undedicate source buffers now. (gdb-source-info): No assembler now.
* *** empty log message ***Nick Roberts2004-11-261-0/+18
|
* (update_window_fringes): Prefer truncation bitmaps overKim F. Storm2004-11-261-4/+4
| | | | angle bitmaps at top/bottom line.
* *** empty log message ***Kim F. Storm2004-11-261-0/+3
|
* Undo recent changes for restoring it->saved_face_id. Instead,Kim F. Storm2004-11-261-70/+39
| | | | | | | | | | set it when it->method is set to next_element_from_display_vector. (setup_for_ellipsis): Add LEN argument. Callers changed. Set it->saved_face_id. (get_next_display_element): Use loop instead of recursion. Set it->saved_face_id. Combine duplicate code for ctr chars. (next_element_from_display_vector): Do not set it->saved_face_id. (next_element_from_ellipsis): Use setup_for_ellipsis.
* *** empty log message ***Kim F. Storm2004-11-261-0/+11
|