- 14 Nov, 2005 13 commits
-
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
calcFunc-powerexpand and calc-powerexpand in autoloads. Add calcFunc-ldiv to autoloads.
-
Jay Belanger authored
(math-write-out-power): Rename math-powerexpand, have it handle negative exponents. (calc-writeoutpower): Rename calc-powerexpand.
-
Jay Belanger authored
-
Juri Linkov authored
-
Juri Linkov authored
-
Dan Nicolaescu authored
Highlighting" entry, it is on by default now. (menu-bar-options-save): Do not save global-font-lock-mode.
-
Dan Nicolaescu authored
Highlighting" entry, it is on by default now.
-
Richard M. Stallman authored
(flyspell-notify-misspell): Fix misspelling of "Misspelling". (flyspell-process-localwords): New function. (flyspell-large-region): Call flyspell-process-localwords and flyspell-delete-region-overlays. (flyspell-delete-region-overlays): New function. (flyspell-delete-all-overlays): Call that.
-
Richard M. Stallman authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 13 Nov, 2005 10 commits
-
-
Michael Albinus authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Richard M. Stallman authored
-
Nick Roberts authored
(gud-speedbar-buttons): Match on "const char *" too.
-
Nick Roberts authored
Match on "const char *" too. (gdb-var-evaluate-expression-handler): Match on empty string. (gdb-var-update-handler): Only call gdb-var-evaluate-expression-handler when required.
-
Nick Roberts authored
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
(x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it. (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and cg_glyphs in struct MacFontStruct if synthesized bold or italic is not used and font substitution never occurs for ASCII and Latin-1 characters. (XLoadQueryFont): Maximum and minimum metrics are now those among ASCII characters. (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style height adjustments for Courier, Helvetica, and Times.
-
YAMAMOTO Mitsuharu authored
(struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font and cg_glyphs.
-
- 12 Nov, 2005 17 commits
-
-
Nick Roberts authored
selected window. This still doesn't work for speedbar. (gud-speedbar-buttons): Handle string expressions properly.
-
Nick Roberts authored
(gdb-var-evaluate-expression-handler): Handle strings properly. (gdb-var-list-children-regexp, gdb-var-list-children-handler): Handle strings properly. Move "type" field into regexp.
-
Nick Roberts authored
-
Karl Fogel authored
duplication: invokes `message' iff baud-rate is high enough. (bookmark-write-file): Use above instead of an inline conditional. (bookmark-load): Same.
-
Karl Fogel authored
the data to it using write-region. This is similar to 2005-05-29T08:36:26Z!rms@gnu.org of saveplace.el, but with an additional change to avoid visiting the file in the first place.
-
Chong Yidong authored
font-lock-defaults.
-
Chong Yidong authored
-
Romain Francoise authored
-
Richard M. Stallman authored
-
Luc Teirlinck authored
(find-lisp-format): The UID and GID can now be strings.
-
Luc Teirlinck authored
-
Kim F. Storm authored
(Help Summary): Add C-h d and C-h e. (Apropos): Clarify that all apropos commands may search for either list of words or a regexp. Add C-h d for apropos-documentation. Describe apropos-documentation-sort-by-scores user option.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
when point is at end-of-buffer.
-
Kim F. Storm authored
(apropos-sort-by-scores): Add new choice `verbose'. (apropos-documentation-sort-by-scores): New defcustom. (apropos-pattern): Now contains the pattern entered by the user. (apropos-pattern-quoted): New defvar. (apropos-regexp): New defvar, containing the regexp corresponding to apropos-pattern. (apropos-all-words-regexp): Renamed from apropos-all-regexp. (apropos-read-pattern): New defun. Use it to read pattern arg in interactive calls; returns list of words for a word list, and string for a regexp. (apropos-parse-pattern): Renamed from apropos-rewrite-regexp. Now parses a list of words or regexp as returned by apropos-read-pattern. (apropos-calc-scores): Return nil if apropos-regexp doesn't match. (apropos-score-doc): Return a very high score if the string entered by the user matches literally. (apropos-variable): Doc fix. Use apropos-read-pattern. (apropos-command): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. Call apropos-print with nosubst=t. (apropos, apropos-value): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. (apropos-documentation): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. Locally bind apropos-sort-by-scores to apropos-documentation-sort-by-scores. Call apropos-print with nosubst=t. (apropos-documentation-internal): Pass doc string through substitute-key-definition before adding text properties. Highlight substring matching literal user input if possible. (apropos-documentation-check-doc-file): Remove locals beg and end. Fix calculation of score (as added twice). Pass doc string through substitute-key-definition before adding text properties. (apropos-documentation-check-elc-file): Pass doc string through substitute-key-definition before adding text properties. Highlight substring matching literal user input if possible. (apropos-print): Add new arg NOSUBST; if set, command and variable doc strings have already been passed through substitute-key-definition. Add code to handle apropos-accumulator items without score element for backwards compatibility (e.g. with woman package). Only show scores if apropos-sort-by-scores is `verbose'.
-