summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (help-xref-interned): Properly setup xref info.Stefan Monnier2005-07-141-2/+2
|
* Fix up commenting style.Stefan Monnier2005-07-141-8/+8
|
* Whitespace changes.Luc Teirlinck2005-07-141-2/+2
|
* (custom-initialize-safe-set, custom-initialize-safe-default): Further doc fixes.Luc Teirlinck2005-07-141-4/+4
|
* *** empty log message ***Luc Teirlinck2005-07-141-0/+17
|
* (custom-initialize-safe-set, custom-initialize-safe-default): Doc fixes.Luc Teirlinck2005-07-141-6/+6
|
* (blink-cursor-mode): Use `custom-initialize-safe-default' and simplifyLuc Teirlinck2005-07-141-6/+2
| | | | :init-value again.
* (command-line): Use `custom-reevaluate-setting' again for tooltip-mode.Luc Teirlinck2005-07-141-11/+1
|
* (tooltip-mode): Use `custom-initialize-safe-default' and simplifyLuc Teirlinck2005-07-141-6/+3
| | | | :init-value again. Delete autoload.
* (define-minor-mode): Do not override explicitly specified :initialize keyword.Luc Teirlinck2005-07-141-1/+7
|
* *** empty log message ***Stefan Monnier2005-07-131-2/+7
|
* (line-move-1): Undo rest of 2005-06-23 change.Kim F. Storm2005-07-131-37/+29
|
* *** empty log message ***Juanma Barranquero2005-07-131-1/+36
|
* (winner-mode, winner-boring-buffers, winner-pending-undo-ring): Doc fixes.Juanma Barranquero2005-07-131-16/+19
| | | | | | (winner-ring): Remove unneeded `progn'. (winner-equal): `defsubst' it. (winner-redo): Fix message.
* (whitespace-check-buffer-leading, whitespace-check-buffer-trailing,Juanma Barranquero2005-07-131-24/+23
| | | | | | | | | | whitespace-check-buffer-indent, whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol, whitespace-highlighted-space, whitespace-check-leading-whitespace, whitespace-check-trailing-whitespace, whitespace-check-spacetab-whitespace, whitespace-check-indent-whitespace, whitespace-check-ateol-whitespace, whitespace-abort-on-error, whitespace-modes): Fix typos in docstrings. (defgroup, defcustom): Doc fix.
* (line-move-1): Always use vertical-motion toKim F. Storm2005-07-131-10/+8
| | | | | do the last (or only) line move to ensure some movement. Undo 2005-06-23 change--don't check for overlays.
* *** empty log message ***Kim F. Storm2005-07-131-0/+6
|
* (my-mark-marker, allout-isearch-prior-pos, allout-unprotected,Juanma Barranquero2005-07-131-29/+30
| | | | | | | | | | | | | | allout-undo-aggregation, allout-snug-back, allout-post-command-business, allout-flag-region, isearch-reenable-font-lock, allout-yank, allout-insert-latex-header, allout-insert-latex-trailer, allout-latex-verbatim-quote-curr-line, allout-latexify-exposed, allout-latex-verb-quote): Fix typos in docstrings. (allout-enwrap-isearch, regexp-sans-escapes): Doc fix. (allout-unprotected, allout-prefix-data): Improve argument/docstring consistency. (allout-chart-subtree): Fix argument spec. (allout-open-topic): Rename `use_sib_bullet' argument to `use-sib-bullet'. Doc fix.
* *** empty log message ***YAMAMOTO Mitsuharu2005-07-131-0/+14
|
* (ccl-encode-mac-roman-font, ccl-encode-mac-centraleurroman-font)YAMAMOTO Mitsuharu2005-07-131-59/+105
| | | | | | | | | | | | (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font): (ccl-encode-mac-dingbats-font): Remove check for ASCII. Change charset-id boundary of dimension to ?\xef. (mac-char-fontspec-list): New constant. (fontset-add-mac-fonts): Use it. Accept non-string `base-family' argument. Nil uses itself as family in font-spec. Previous behavior for nil is now provided by non-nil non-string argument. All callers changed. Add font-specs for Mac fonts to "fontset-default" unless iso8859-1 fonts are installed.
* *** empty log message ***Stefan Monnier2005-07-131-8/+17
|
* (sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.Stefan Monnier2005-07-131-17/+21
| | | | | (sh-get-indent-info): Simplify. (sh-mark-init, sh-learn-buffer-indent, sh-add-completer): with-current-buffer.
* (font-lock-fontify-keywords-region): Avoid inf-loopsStefan Monnier2005-07-131-1/+5
| | | | when the matched text is empty.
* *** empty log message ***Luc Teirlinck2005-07-121-1/+1
|
* (command-line): Whitespace changes.Luc Teirlinck2005-07-121-6/+5
|
* (command-line): Revert to previous handling of tooltip-mode.Luc Teirlinck2005-07-121-1/+12
| | | | Explain in comment why the complexity is needed.
* (tooltip-mode): Revert to previous implementation of its defcustom.Luc Teirlinck2005-07-121-3/+5
|
* (blink-cursor-mode): Revert to previous implementation of its defcustom.Luc Teirlinck2005-07-121-2/+6
| | | | Update.comment.
* *** empty log message ***Luc Teirlinck2005-07-121-0/+11
|
* Update e-mail address.Lars Hansen2005-07-121-1/+1
|
* *** empty log message ***Lars Hansen2005-07-121-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-07-121-0/+6
|
* (mac-services-mail-selection, mac-services-mail-to): New functions.YAMAMOTO Mitsuharu2005-07-121-0/+15
| | | | (mac-application-menu-map): Bind them.
* Add note about buffering with Windows.Nick Roberts2005-07-121-0/+13
|
* *** empty log message ***Nick Roberts2005-07-121-0/+4
|
* (custom-reevaluate-setting): Doc fix.Luc Teirlinck2005-07-111-4/+4
|
* *** empty log message ***Luc Teirlinck2005-07-111-0/+4
|
* *** empty log message ***Jay Belanger2005-07-111-0/+7
|
* (calc-embedded-announce-formula-alist)Jay Belanger2005-07-111-15/+27
| | | | | | (calc-embedded-open-close-plain-alist) (calc-embedded-open-close-mode-alist): Added checks for additional major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
* (custom-enable-theme): Don't add theme to `custom-enabled-themes' with `push'Juanma Barranquero2005-07-112-1/+8
| | | | because there is no setf-method for `delq'.
* (custom-declare-variable): Doc fix.Richard M. Stallman2005-07-112-6/+3
|
* (dired-compare-directories): Remove "." and ".." from the alists.Richard M. Stallman2005-07-112-4/+12
|
* (edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.Richard M. Stallman2005-07-112-29/+67
| | | | | (edebug-enter): Don't do with-timeout-suspend here. (edebug-display): Do it here instead.
* Fix previous change.Richard M. Stallman2005-07-111-4/+10
|
* (custom-push-theme): Maintain list of the settingsRichard M. Stallman2005-07-111-219/+284
| | | | | | | | | | | | | | | | | | | | of a given theme in its theme-settings property. Maintain position of old settings in the theme-value or theme-face property. (custom-enabled-themes): New variable. (custom-theme-enabled-p): New function. (provide-theme): Update custom-enabled-themes. Disable and reenable the `user' theme. (require-theme): Doc fix. (custom-do-theme-reset, custom-remove-theme): Functions deleted. (custom-theme-value, custom-theme-variable-value): Likewise. (custom-theme-reset-internal): Likewise. (custom-theme-load-themes): Fix bugs and use custom-disable-theme. (custom-enable-theme, custom-disable-theme): New functions. (custom-variable-theme-value, custom-face-theme-value): Likewise. (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise. (custom-theme-reset-variables): Simplify. (deftheme, custom-declare-theme, custom-make-theme-feature): Definitions moved.
* (custom-theme-set-faces): Make it work.Richard M. Stallman2005-07-111-39/+13
| | | | | (custom-reset-faces): Doc fix. (custom-theme-reset-internal-face, custom-theme-face-value): Functions deleted.
* *** empty log message ***Richard M. Stallman2005-07-111-0/+6
|
* *** empty log message ***Kim F. Storm2005-07-101-28/+28
|
* (longlines-show-region, longlines-unshow-hard-newlines):Richard M. Stallman2005-07-101-4/+4
| | | | Recognize hard newlines by non-nil hard property, instead of t.
* * viper-cmd.el (viper--key-maps): new variable.Michael Kifer2005-07-1015-198/+381
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (viper-normalize-minor-mode-map-alist): use viper--key-maps and emulation-mode-map-alists. (viper-envelop-ESC-key): use viper-subseq. (viper-search-forward/backward/next): disable debug-on-error. * viper-keym.el (viper-toggle-key,viper-quoted-insert-key, viper-ESC-key): new defcustoms. * viper-macs.el (ex-map-read-args): use viper-subseq. * viper-util.el (viper-key-to-emacs-key): use viper-subseq. (viper-subseq): copy of subseq from cl.el. * viper.el (viper-go-away,viper-set-hooks): use emulation-mode-map-alists, advise self-insert-command, add-minor-mode. * viper-mous.el (viper-current-frame-saved): use defvar. * viper-init.el: got rid of -face in face names. * ediff-diff.el (ediff-extract-diffs,ediff-extract-diffs3): Make it work with longlines mode * ediff-mult.el (ediff-meta-mode-hook): new variable. * ediff-ptch.el (ediff-file-name-sans-prefix): quote regexp. * ediff-init: got rid of -face in face names.