summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (rcirc-connect): Make all arguments optional, and default to global variableEli Zaretskii2006-02-171-63/+89
| | | | | | | | | | | | | | | values for unsupplied args. (rcirc-get-buffer-create): Fix bug with setting the target. (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include test for rcirc-always-use-server-buffer-flag here. (rcirc-response-formats): Add %N, which is a facified nick. %n uses the default face. Change the ACTION format string. If the "nick" is the server, don't print anything for that field. Comment fixes. (rcirc-target-buffer): Don't test rcirc-always-use-server-buffer-flag here. (rcirc-print): Squeeze extra spaces out of the text before message. (rcirc-put-nick-channel): Strip potential "@" char from nick before adding them to nick table. (rcirc-url-regexp): Improve to match address like "foo.com".
* (ispell-local-dictionary-alist): Accept as valid any coding-systemEli Zaretskii2006-02-172-8/+8
| | | | | | supported by emacs. (ispell-dictionary-alist-3): Esperanto dictionary's coding system changed to iso-8859-3.
* (allout-hidden-p): Move this defsubts beforeEli Zaretskii2006-02-172-5/+13
| | | | allout-overlay-interior-modification-handler, where it is first used.
* Use allout invisible-text overlays instead ofEli Zaretskii2006-02-172-805/+951
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selective display for concealed text. Also, lots of general cleanup, and improved compatibility code. (allout-version) Incremented, corrected, revised, and refined module commentary. (provide 'allout): Moved to the bottom, added a require of overlay. (allout-encrypt-unencrypted-on-saves): Defaults to t instead of `except-current'. (allout-write-file-hook-handler): Minimize delay. (count-trailing-whitespace-region): New function so auto-encryption of current topic can resituate cursor exactly. PGP/GPG encryption trims trailing whitespace from lines, which must be accounted for across encryption then decryption. (allout-command-prefix): Now defaults to "\C-c<space>" rather than just plain "\C-c", to avoid intruding on user's keybinding space. (allout-toggle-current-subtree-encryption): Pass along fetch-pass parameter, so user request to provide a new password is done. (allout-outside-normal-auto-fill-function, allout-auto-fill): Refined mechanism for auto-filling behavior while in allout mode. (allout-mode): Explicitly specify the mode map in the docstring. Clarify provision for various write-file hook var names. Adjusted for invisible-text overlays instead of selective-display. (allout-depth): Really return 0 if not within any topic. This rectifies `allout-beginning-of-level' and sequence numbering errors that occur when cutting and pasting numbered topics. Changed from a in-line subst to a regular function, as well. (allout-pre-next-prefix): Renamed from allout-pre-next-preface. (allout-end-of-subtree, allout-end-of-subtree) (allout-end-of-entry, allout-end-of-current-heading) (allout-next-visible-heading, allout-open-topic, allout-show-entry) (allout-show-children, allout-show-to-offshoot) (allout-hide-current-entry, allout-show-current-entry): Rectified handling of trailing blank lines between items. (allout-line-boundary-regexp, set-allout-regexp, allout-depth) (allout-current-depth, allout-unprotected, allout-hidden-p) (allout-on-current-heading-p, allout-listify-exposed) (allout-chart-subtree, allout-goto-prefix) (allout-back-to-current-heading, allout-get-body-text) (allout-snug-back, allout-flag-current-subtree, allout-show-all) (allout-hide-region-body, allout-toggle-subtree-encryption) (allout-encrypt-string, allout-encrypted-key-info) (allout-next-topic-pending-encryption, allout-encrypt-decrypted) (allout-file-vars-section-data): Adjusted for use with invisible-text overlays instead of selective-display. (allout-kill-line, allout-kill-topic, allout-yank-processing): Reworked for use with invisible text overlays. (allout-current-topic-collapsed-p): New function. (allout-hide-current-subtree): Use allout-current-topic-collapsed-p to know when to close the containing topic. (allout-pre-command-business, allout-post-command-business): Simplify undo-batching and dynamic isearch exposure. (allout-set-overlay-category): New for invisible-text overlays. Sets properties of allout-overlay-category, used by allout-flag-region to set invisible-text overlay properties. (allout-get-invisibility-overlay): Get the first qualifying invisibility overlay, so we can find the extent of it. (allout-back-to-visible-text): Get to just before the beginnining of the current invisibility overlay, if any. (allout-overlay-insert-in-front-handler) (allout-overlay-interior-modification-handler) (allout-before-change-handler, allout-isearch-end-handler): New functions to handle extraordinary actions affecting concealed text. (allout-flag-region): Use overlays instead of selective-display for invisible text - by inheritence from the properties of allout-overlay-category in mainline emacs, and applied property-by-property in xemacs, some recent versions of which don't inherit the properties from the category. Provisions to respond to concealed-text edits simplified drastically. (allout-isearch-rectification, allout-isearch-was-font-lock) (allout-isearch-expose, allout-enwrap-isearch) (allout-isearch-abort, allout-pre-was-isearching) (allout-isearch-prior-pos, allout-isearch-did-quit) (allout-isearch-dynamic-expose) (allout-hide-current-entry-completely): Functions deleted. (allout-undo-aggregation): Explicit undo aggregation no longer necessary due to transition away from selective-display. (set-allout-regexp, allout-up-current-level) (allout-next-visible-heading, allout-forward-current-level) (allout-open-topic, allout-reindent-body, allout-rebullet-topic) (allout-kill-line, allout-yank-processing, allout-show-children) (allout-expose-topic, allout-old-expose-topic) (allout-listify-exposed, allout-insert-latex-header) (allout-toggle-subtree-encryption, allout-encrypt-string) (remove-from-invisibility-spec, allout-hide-current-subtree): Ditched unused variables.
* (ispell-change-dictionary): Call ispell-buffer-local-dict instead ofEli Zaretskii2006-02-172-1/+7
| | | | ispell-accept-buffer-local-defs.
* (mh-inherit-face-flag): New variable. Non-nil means that the deffaceBill Wohler2006-02-172-168/+237
| | | | | | | | | | | | | | | | | | | :inherit keyword is available. (mh-face-data): New variable (contains all face specs) and function (accessor). (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number) (mh-folder-date, mh-folder-deleted, mh-folder-followup) (mh-folder-msg-number, mh-folder-refiled) (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender) (mh-folder-subject, mh-folder-tick, mh-folder-to) (mh-search-folder, mh-letter-header-field, mh-show-cc) (mh-show-date, mh-show-from) (mh-show-header, mh-show-pgg-bad, mh-show-pgg-good) (mh-show-pgg-unknown, mh-show-signature, mh-show-subject) (mh-show-to, mh-show-xface, mh-speedbar-folder) (mh-speedbar-folder-with-unseen-messages) (mh-speedbar-selected-folder) (mh-speedbar-selected-folder-with-unseen-messages): Use mh-face-data.
* (mh-file-mime-type-substitutions): Remove trailing whitespaceBill Wohler2006-02-171-2/+2
| | | | (checkdoc fix).
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-94Miles Bader2006-02-172-13/+18
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 35-36) - Merge from emacs--devo--0 - Update from CVS
* (icalendar-import-file, icalendar-export-file): Put back significant trailingJuanma Barranquero2006-02-171-3/+3
| | | | whitespace. <sigh>
* (speedbar-frame-width): Make an inline functionNick Roberts2006-02-171-14/+13
| | | | | | | instead of a macro. Use frame-width. (speedbar-try-completion, speedbar-update-contents) (speedbar-timer-fn): Use consp. (speedbar-update-localized-contents): Try to preserve point.
* (gdba, gdb-var-list): Improve doc strings.Nick Roberts2006-02-171-7/+20
| | | | | | | (menu): Re-order menu items. (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope" field. (gdb-var-update-handler-1): Use it for GDB 6.4+. (gdb-post-prompt): Speed things by not forcing update.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-93Miles Bader2006-02-177-42/+206
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 30-34) - Merge from emacs--devo--0 - Update from CVS
* *** empty log message ***Nick Roberts2006-02-171-1/+11
|
* (gdba): Improve doc string.Nick Roberts2006-02-161-36/+36
| | | | (menu): Re-order menu items.
* *** empty log message ***Nick Roberts2006-02-161-0/+5
|
* (mh-image-load-path): The variables image-load-path or load-path wouldBill Wohler2006-02-162-23/+31
| | | | | | | not get updated if user set mh-image-load-path. Moved tests and add-to-list calls outside of cond so they are applied consistently, even if they are redundant in some circumstances. Efficiency isn't a concern here. Made error messages more user-friendly.
* * wid-edit.el (widget-button-click): For mouse-1, cancel buttonChong Yidong2006-02-162-53/+70
| | | | press and perform default action if we get a mouse movement event.
* *** empty log message ***Juanma Barranquero2006-02-162-0/+14
|
* (flymake-fix-file-name): Fix typo in docstring.Juanma Barranquero2006-02-161-1/+1
|
* (html2text-remove-tag-list): Fix typo in docstring.Juanma Barranquero2006-02-161-1/+1
|
* (spam-stat-buffer-words): Fix typo in docstring.Juanma Barranquero2006-02-161-1/+1
|
* (icalendar--get-event-property, icalendar--get-event-property-attributes):Juanma Barranquero2006-02-161-5/+5
| | | | Fix typos in docstrings.
* mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 andPeter Galbraith2006-02-163-16/+50
| | | | | | | XEmacs don't have `image-search-load-path'. mh-utils.el (mh-image-load-path): Don't bail out on error if the images are already found.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-88Miles Bader2006-02-163-6/+28
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
* *** empty log message ***Juanma Barranquero2006-02-151-0/+6
|
* (bs-mode): Use `buffer-disable-undo'.Juanma Barranquero2006-02-151-11/+8
| | | | | (bs--get-file-name): Simplify. (bs-show-in-buffer): Mark the buffer as not modified.
* *** empty log message ***Romain Francoise2006-02-151-2/+1
|
* * cus-edit.el (custom-mode): Update docstring.Chong Yidong2006-02-152-1/+2
|
* * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1Chong Yidong2006-02-152-1/+3
| | | | binding.
* * wid-edit.el (widget-keymap): Bind down-mouse-1 toChong Yidong2006-02-153-1/+7
| | | | | | widget-button-click. * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
* * gnus-cus.el: Revert 2005-10-17 change.Chong Yidong2006-02-152-12/+8
|
* * files.el (hack-local-variables-confirm): Kill temp buffer after use.Chong Yidong2006-02-152-4/+4
|
* * files.el (hack-local-variables-confirm): Allow scrolling if theChong Yidong2006-02-152-40/+55
| | | | file variable list is too long.
* (gdb-display-separate-io-buffer): Change use ofNick Roberts2006-02-141-1/+1
| | | | | gdb-use-inferior-io-buffer to gdb-use-separate-io-buffer (missed in previous change).
* (gdb-use-separate-io-buffer)Nick Roberts2006-02-141-57/+34
| | | | | | | | (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer) (gdb-separate-io-interrupt, gdb-separate-io-quit) (gdb-separate-io-stop, gdb-separate-io-eof): Rename from gdb-inferior-* to gdb-separate-*. (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
* (gdb): Improve doc string.Nick Roberts2006-02-141-3/+8
| | | | (gdb-script-font-lock-keywords): Expand allowed character set.
* *** empty log message ***Nick Roberts2006-02-141-0/+12
|
* *** empty log message ***Jay Belanger2006-02-141-0/+8
|
* (math-integrate-by-parts): Do a more careful test to see if equationJay Belanger2006-02-141-3/+5
| | | | can be solved.
* (math-check-known-scalarp): Make sure expression is a symbol beforeJay Belanger2006-02-141-0/+1
| | | | checking that it is bound.
* * wid-edit.el (widget-button-click): Use :pressed-face propertyChong Yidong2006-02-143-12/+19
| | | | | | | | for overlay face, if it exists. * cus-edit.el (custom-manual, custom-add-see-also) (custom-add-parent-links, custom-group-link): Add :pressed-face property to links.
* * files.el (hack-local-variables): Remove ignored variables beforeChong Yidong2006-02-142-4/+9
| | | | checking if any variables need setting.
* *** empty log message ***Juanma Barranquero2006-02-141-1/+4
|
* * cus-start.el (all): Add x-gtk-whole-detached-tool-barJan Djärv2006-02-142-0/+5
|
* (mouse-wheel-click-event, mouse-wheel-mode): Fix typos in docstrings.Juanma Barranquero2006-02-141-2/+2
|
* (where-is): Fix displaying of remappings.Juanma Barranquero2006-02-142-10/+14
|
* * files.el (hack-local-variables): Only set results if theyChong Yidong2006-02-141-28/+29
| | | | exist.
* * files.el (safe-local-variable-values): New option.Chong Yidong2006-02-145-186/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (hack-local-variables-prop-line): Return a list of variable-value pairs if MODE-ONLY is non-nil. (hack-local-variables): Construct list of variable-value pairs, and apply or reject them in one go. Ask for confirmation if variables are not known safe. (hack-local-variables-confirm): Complete rewrite. Support `safe-local-variable-values'. (enable-local-variables): Update docstring to reflect new behavior. (ignored-local-variables): Ignore ignored-local-variables and safe-local-variable-values. (safe-local-variable-p): New function. (risky-local-variable-p): `safe-local-variable' property check moved to safe-local-variable-p. (hack-one-local-variable): Checks moved to hack-local-variables. (byte-compile-dynamic, c-basic-offset, c-file-style, c-indent-level, comment-column, fill-column, fill-prefix, indent-tabs-mode, kept-new-versions, no-byte-compile, no-update-autoloads, outline-regexp, page-delimiter, paragraph-start, paragraph-separate, sentence-end, sentence-end-double-space tab-width, version-control): Add `safe-local-variable' property. * find-lisp.el: Delete nonexistent `autocompile' file variable. * icomplete.el, play/landmark.el: Change nonexistent `outline-layout' file variable to `allout-layout'.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-82Miles Bader2006-02-132-1/+6
| | | | | | Creator: Michael Olson <mwolson@gnu.org> Fix compiler error in erc-dcc.el.
* (gud-watch, gdb-invalidate-registers-1)Nick Roberts2006-02-131-61/+50
| | | | | | | | | | | | | | | | (gdb-get-changed-registers): Test value of gud-minor-mode relative to gud-comint-buffer. (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in gdb-ui.el for gdb-mi.el. (gdb-post-prompt, gdb-get-changed-registers): Move test for registers buffer to gdb-get-changed-registers. (gdb-breakpoint-regexp): New regexp. Allow toggling and deletion of catchpoints (throw and catch). (gdb-toggle-breakpoint, gdb-delete-breakpoint) (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi. (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1) (gdb-var-list-children-1, gdb-info-breakpoints-custom) (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.