summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (calcFunc-ldiv): Check to see if the first argument is a scalar.Jay Belanger2005-11-142-2/+20
|
* (calc-left-divide): New function.Jay Belanger2005-11-141-0/+4
|
* Change calcFunc-writeoutpower and calc-writeoutpower toJay Belanger2005-11-141-3/+3
| | | | | calcFunc-powerexpand and calc-powerexpand in autoloads. Add calcFunc-ldiv to autoloads.
* (calcFunc-write-out-power): Rename calcFunc-powerexpand.Jay Belanger2005-11-141-18/+27
| | | | | | (math-write-out-power): Rename math-powerexpand, have it handle negative exponents. (calc-writeoutpower): Rename calc-powerexpand.
* (calcFunc-ldiv): New function.Jay Belanger2005-11-141-0/+4
|
* (custom-make-dependencies): Reverse the list of found dependencies.Juri Linkov2005-11-142-1/+9
|
* (custom-variable-prompt): Set the default value arg of completing-read.Juri Linkov2005-11-141-5/+6
|
* (menu-bar-options-menu): Delete "SyntaxDan Nicolaescu2005-11-142-2/+2
| | | | | Highlighting" entry, it is on by default now. (menu-bar-options-save): Do not save global-font-lock-mode.
* (menu-bar-options-menu): Delete "SyntaxDan Nicolaescu2005-11-142-4/+5
| | | | Highlighting" entry, it is on by default now.
* (flyspell-large-region): Call flyspell-accept-buffer-local-defs.Richard M. Stallman2005-11-142-7/+70
| | | | | | | | | (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.
* (help-for-help-internal): Improve doc of C-h a.Richard M. Stallman2005-11-142-9/+15
|
* (vc-svn-registered): Catch all errors.Stefan Monnier2005-11-142-2/+7
|
* (custom-make-dependencies): Typo.Stefan Monnier2005-11-142-5/+8
|
* * net/tramp-util.el (top): Fix compilation warning.Michael Albinus2005-11-132-44/+54
|
* (help-for-help-internal): Fix `a' entry. Add `d' entry.Kim F. Storm2005-11-131-3/+6
|
* *** empty log message ***Kim F. Storm2005-11-131-3/+7
|
* *** empty log message ***Richard M. Stallman2005-11-131-0/+2
|
* (gud-menu-map): Move parentheses (again).Nick Roberts2005-11-131-4/+4
| | | | (gud-speedbar-buttons): Match on "const char *" too.
* (gdb-var-create-handler, gdb-var-list-children-handler):Nick Roberts2005-11-131-8/+15
| | | | | | | 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.
* *** empty log message ***Nick Roberts2005-11-131-1/+12
|
* (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.YAMAMOTO Mitsuharu2005-11-132-2/+21
|
* [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.YAMAMOTO Mitsuharu2005-11-131-46/+206
| | | | | | | | | | | | (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.
* (USE_CG_TEXT_DRAWING): New define.YAMAMOTO Mitsuharu2005-11-131-0/+10
| | | | | (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font and cg_glyphs.
* (gud-menu-map): Revert to window-fringes forNick Roberts2005-11-121-7/+6
| | | | | selected window. This still doesn't work for speedbar. (gud-speedbar-buttons): Handle string expressions properly.
* (gdb-var-create-handler)Nick Roberts2005-11-122-11/+16
| | | | | | (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.
* *** empty log message ***Nick Roberts2005-11-121-0/+11
|
* * bookmark.el (bookmark-maybe-message): New function to reduce codeKarl Fogel2005-11-122-8/+22
| | | | | | duplication: invokes `message' iff baud-rate is high enough. (bookmark-write-file): Use above instead of an inline conditional. (bookmark-load): Same.
* (bookmark-write-file): Don't visit the destination file, just writeKarl Fogel2005-11-122-4/+10
| | | | | | 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.
* * hi-lock.el (hi-lock-mode): Set the default value ofChong Yidong2005-11-122-2/+13
| | | | font-lock-defaults.
* Checked macos.texiChong Yidong2005-11-121-1/+1
|
* *** empty log message ***Romain Francoise2005-11-121-2/+2
|
* *** empty log message ***Richard M. Stallman2005-11-121-1/+1
|
* (find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.Luc Teirlinck2005-11-121-10/+8
| | | | (find-lisp-format): The UID and GID can now be strings.
* *** empty log message ***Luc Teirlinck2005-11-121-0/+6
|
* (Help): Fix C-h a entry. Add C-h d entry.Kim F. Storm2005-11-121-15/+32
| | | | | | | (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.
* *** empty log message ***Kim F. Storm2005-11-122-0/+10
|
* Add C-h d binding.Kim F. Storm2005-11-121-6/+3
|
* (help-map): Bind C-h d to apropos-documentation.Kim F. Storm2005-11-121-0/+2
|
* (what-cursor-position): Print (EOB) instead of (100%)Kim F. Storm2005-11-121-7/+7
| | | | when point is at end-of-buffer.
* (apropos-match-face): Doc fix.Kim F. Storm2005-11-122-112/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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'.
* *** empty log message ***Kim F. Storm2005-11-121-0/+42
|
* Update macterm commentSteven Tamm2005-11-111-8/+12
|
* macterm.c (backtranslate_modified_keycode): New function toSteven Tamm2005-11-112-85/+239
| | | | | | | | | | | | mask modifiers off of keycodes for use in modifier mapping. (mac_determine_quit_char_modifiers): Remove mac-reverse-ctrl-meta and replace it with more flexible system mapping mac modifier keys to emacs modifier keys. (convert_fn_keycode): Map Fn-keys to their original keycode using a table (english keyboard only). (syms_of_macterm): Define mac-control-modifier, mac-command-modifier, mac-function-modifier. Define meta and ctrl for use as modifiers.
* (pitx): Fix output format if n_overlay_strings > 0.Kim F. Storm2005-11-111-1/+11
| | | | | (bt): Add post hook to "backtrace" to always dump lisp call stack to increase chance of people sending it to us when reporting bugs.
* *** empty log message ***Kim F. Storm2005-11-112-0/+9
|
* (Fsubstitute_command_keys): Doc fix.Kim F. Storm2005-11-111-4/+7
|
* (FATAL ERRORS): Fix infinite loop in redisplayKim F. Storm2005-11-112-10/+2
| | | | when displaying a non-breaking space in an overlay string.
* (struct it): New member ignore_overlay_strings_at_pos_p.Kim F. Storm2005-11-111-0/+4
|
* (handle_stop): Skip overlay string handling ifKim F. Storm2005-11-111-1/+6
| | | | | | | ignore_overlay_strings_at_pos_p is set. (set_iterator_to_next): At end of display vector, set ignore_overlay_strings_at_pos_p if dpvec came from an overlay string, so we skip those overlay strings at current pos.
* *** empty log message ***Kim F. Storm2005-11-111-0/+10
|