summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (thumbs-thumbname): The resulting thubname includes a hash value to improve itsJuanma Barranquero2005-05-302-15/+27
| | | | | | | uniqueness, and has a ".jpg" extension. Also, it is now a valid filename on all systems. (thumbs-make-thumb): Use `let', not `let*'. (thumbs-show-thumbs-list): Check for JPEG availability.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-336Miles Bader2005-05-3011-20/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 74-75) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks. * lisp/gnus/gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks. * lisp/gnus/gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks. * lisp/gnus/gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks. * lisp/gnus/gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks. * lisp/gnus/gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks. * lisp/gnus/gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks. (gnus-carpal-mode): Ditto. * lisp/gnus/gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks. (gnus-browse-mode): Ditto. * lisp/gnus/gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks. * lisp/gnus/gnus-util.el (gnus-run-mode-hooks): Save current buffer.
* (filesets-menu-ensure-use-cached):Richard M. Stallman2005-05-302-1/+14
| | | | Prevent warning when emacs-version>= is undefined.
* (pr-interactive-n-up): Use string-to-number.Richard M. Stallman2005-05-301-1/+1
|
* Use eval-buffer, not eval-current-buffer.Richard M. Stallman2005-05-301-1/+1
|
* (byte-compile-nogroup-warn): Warn only when name to be defined is quoted.Richard M. Stallman2005-05-301-9/+9
|
* (gdb-toggle-breakpoint): Make regexp more robust.Nick Roberts2005-05-301-2/+4
| | | | | (gdb-display-assembler-buffer, gdb-frame-assembler-buffer): Force regeneration of disassembly.
* *** empty log message ***Nick Roberts2005-05-301-0/+7
|
* *** empty log message ***Richard M. Stallman2005-05-301-0/+4
|
* *** empty log message ***Jay Belanger2005-05-301-0/+5
|
* (calc-user-invocation): Check if calc-invocation-macro is non-nil.Jay Belanger2005-05-301-1/+1
|
* (Man-name-regexp): Add `:' to accept qualified names.Juri Linkov2005-05-292-1/+8
|
* (change-log-font-lock-keywords):Juri Linkov2005-05-291-1/+1
| | | | Add `+' to e-mail regexp to accept mail address with keywords.
* (inferior-emacs-lisp-mode): Use delay-mode-hooks..Luc Teirlinck2005-05-291-1/+2
|
* (inferior-lisp-mode): Use delay-mode-hooks.Luc Teirlinck2005-05-291-1/+2
|
* *** empty log message ***Luc Teirlinck2005-05-291-5/+11
|
* (flyspell-auto-correct-previous-word):Richard M. Stallman2005-05-292-4/+11
| | | | Undo the change that moves to end of the current word.
* (flyspell-version): Function deleted.Richard M. Stallman2005-05-292-318/+510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (flyspell-auto-correct-previous-hook): Doc fix. (flyspell-emacs, flyspell-use-local-map): Vars moved up. (flyspell-default-delayed-commands): add backward-delete-char-untabify. (flyspell-abbrev-p): Default to nil. (flyspell-use-global-abbrev-table-p): Doc fix. (flyspell-large-region): Allow nil as value. (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables. (mail-mode-flyspell-verify): More robust handling of `mail-header-separator'. More efficient signature detection. Allow for regexp metacharacters in message-header-separator. Adding `To' not to be checked in mail-mode-flyspell-verify. (flyspell-prog-mode): Run flyspell-prog-mode-hook. (flyspell-mouse-map, flyspell-mode-map): Bind C-. and C-, . Bind M-TAB only if flyspell-use-meta-tab. Bind flyspell-auto-correct-binding. (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map. (flyspell-mode): Doc fix. (flyspell-accept-buffer-local-defs): Preserve current buffer. (flyspell-word-cache-result): New var, always local. (flyspell-check-pre-word-p): Doc fix. (flyspell-check-changed-word-p): Handle spc like newline. (flyspell-post-command-hook): Set flyspell-word-cache-result. (flyspell-word-search-backward, flyspell-word-search-forward): New functions. (flyspell-word): Return t if nothing to check. When parsing TeX code, check for after } or \. Use flyspell-word-search-backward to find previous word. Return nil if duplicated word. For word already checked, return same value as last time. Set flyspell-word-cache-result after checking. Don't clobber the return value. (flyspell-get-word): Major rewrite. (flyspell-external-point-words): New locals pword, pcount. Fix size used in progress message. Find the proper corresponding word in flyspell-large-region-buffer. (flyspell-region): Check for flyspell-large-region = nil. (flyspell-highlight-incorrect-region): Clean up overlays in region. (flyspell-auto-correct-word): Check that WORD is a cons. (flyspell-correct-word): Likewise. (flyspell-auto-correct-previous-word): Narrow down to what's on the screen, and recenter overlays at the end of the next word.
* (gdb-memory-set-repeat-count):Nick Roberts2005-05-291-4/+39
| | | | | | | Throw error when count <= 0 to ensure input is a number. (gdb-read-memory-custom): Pick up address from buffer. (gdb-memory-mode): Allow user to increment and decrement memory address from header line.
* *** empty log message ***Nick Roberts2005-05-291-0/+8
|
* *** empty log message ***Richard M. Stallman2005-05-291-0/+19
|
* (jit-lock-function, jit-lock-after-change): Do nothing if memory is full.Richard M. Stallman2005-05-291-2/+2
|
* (font-lock-fontify-syntactically-region):Richard M. Stallman2005-05-291-1/+1
| | | | Pass t for GREEDY to looking-back.
* (save-place-alist-to-file): Write the file using write-region.Richard M. Stallman2005-05-291-1/+2
|
* (looking-back): New argument GREEDY.Richard M. Stallman2005-05-291-5/+25
|
* (gnus-cite-add-face): Set overlay's evaporate property.Richard M. Stallman2005-05-291-0/+1
|
* (compilation-start): Set the mode before inserting the initial text.Richard M. Stallman2005-05-291-11/+11
|
* (which-func-update-1): Turn the modeRichard M. Stallman2005-05-291-1/+1
| | | | off in case of error by setting which-func-mode.
* (makefile-makepp-mode, makefile-bsdmake-mode): Continuation lines may be empty.Daniel Pfeiffer2005-05-292-3/+4
|
* (makefile-rule-action-regex, makefile-macroassign-regex): Continuation lines ↵Daniel Pfeiffer2005-05-292-3/+10
| | | | | | may be empty. Reported by Joshua Varner. (makefile-makepp-font-lock-keywords): Add $(stem).
* Upgraded to MH-E version 7.84.Bill Wohler2005-05-2820-576/+1192
| | | | See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
* remove extraneous calls to shell-quote-argumentKarl Berry2005-05-282-15/+16
|
* (gdb-assembler-custom): Be more careful about preserving point.Nick Roberts2005-05-281-15/+17
|
* *** empty log message ***Nick Roberts2005-05-281-0/+5
|
* *** empty log message ***Jay Belanger2005-05-281-0/+19
|
* (calc-embedded-make-info): Adjust positioning of end of selectedJay Belanger2005-05-281-4/+5
| | | | region when an argument is given.
* (calc-embedded-make-info): When selecting region with positive prefixJay Belanger2005-05-281-0/+3
| | | | argument, use end of line instead of beginning of next line.
* (calc-alg-map): Declare it.Jay Belanger2005-05-281-1/+1
|
* (calc-arg-values): Declare it.Jay Belanger2005-05-281-0/+3
|
* (math-decls-cache, math-decls-all): Declare them.Jay Belanger2005-05-281-0/+2
|
* (math-decls-cache-tag): Declare it.Jay Belanger2005-05-281-0/+1
|
* (calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them.Jay Belanger2005-05-281-1/+5
|
* (calc-embed-arg): New variable.Jay Belanger2005-05-281-15/+23
| | | | | | (calc-do-embedded-activate, calc-embedded-activate-formula) (calc-embedded-edit, calc-do-embedded-activate) (calc-embedded-make-info): Use new variable in place of undeclared variable.
* (calc-info-goto-node): Use info instead of Info-goto-node.Jay Belanger2005-05-272-1/+6
|
* *** empty log message ***Nick Roberts2005-05-271-0/+11
|
* (gdb-all-registers): New variable.Nick Roberts2005-05-271-2/+24
| | | | | | (gdb-registers-buffer, toggle-gdb-all-registers): Toggle display of floating point registers. (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
* (gud-goto-info): Use info. Don't use require.Nick Roberts2005-05-271-19/+18
| | | | (toggle-gud-tooltip-dereference): Rename from gud-toggle-tooltip-dereference.
* (Info-goto-node): Revert autoload addition (2004-06-12).Stefan Monnier2005-05-272-34/+35
|
* *** empty log message ***Jay Belanger2005-05-271-0/+5
|
* (calc-kbd-query): Change error message.Jay Belanger2005-05-271-1/+1
|