summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (sentence-end): Match unicode curly quotes as a close quote.Richard M. Stallman2004-05-221-1/+1
|
* Maintained by FSF.Richard M. Stallman2004-05-221-0/+1
|
* Use assoc-string, not assoc-ignore-case.Richard M. Stallman2004-05-222-33/+37
|
* (idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case.Richard M. Stallman2004-05-221-2/+2
|
* *** empty log message ***Richard M. Stallman2004-05-222-0/+16
|
* (mark-defun, narrow-to-defun): If moving back then fwd gets a defunRichard M. Stallman2004-05-221-15/+46
| | | | that ends before point, try again moving fwd then back.
* (file-name-non-special): Allow t in file-arg-indicesRichard M. Stallman2004-05-221-6/+14
| | | | | to mean requote the return value. Use `identity' as an element rather than as the whole value.
* (gs-options): Add -dSAFER. Mark it risky.Richard M. Stallman2004-05-221-1/+2
|
* (help-add-fundoc-usage): Use %S only for output of `help-make-usage'.Juanma Barranquero2004-05-222-2/+10
| | | | | (help-highlight-arguments): Skip function name before searching for arguments.
* *** empty log message ***Juanma Barranquero2004-05-211-3/+26
|
* (allout-chart-subtree, allout-rebullet-topic-grunt): Don't mention in theJuanma Barranquero2004-05-211-99/+96
| | | | | | | | | | | | | | | | | | | docstring these arguments meant for internal (recursive) use only. (allout-char-spec): Comment out (it's not implemented). (allout-old-expose-topic, allout-exposure): Fix docstring and add obsolescence declaration. (allout-flatten-exposed-to-buffer, allout-indented-exposed-to-buffer): Fix typos in docstring. (my-mark-marker): Doc fix. (produce-allout-mode-map, allout-sibling-index, allout-isearch-expose) (allout-distinctive-bullet, allout-open-topic, allout-reindent-body) (allout-rebullet-heading, allout-process-exposed, allout-insert-listified) (allout-latex-verb-quote, allout-insert-latex-header) (allout-insert-latex-trailer): Make arguments match their use in docstring. (allout-primary-bullet, allout-old-style-prefixes, allout-inhibit-protection) (allout-init, allout-mode, allout-before-change-protect, allout-flag-region): Use "Emacs" instead of "emacs" in docstrings.
* *** empty log message ***Kenichi Handa2004-05-211-0/+4
|
* (etags-tags-completion-table): Show parsing progress.Masatake YAMATO2004-05-212-6/+12
|
* * progmodes/etags.el (tags-apropos, list-tags): Require apropos.Masatake YAMATO2004-05-212-0/+7
|
* *** empty log message ***Luc Teirlinck2004-05-211-2/+0
|
* (locate-prompt-for-command): Shorten first line of docstring.Luc Teirlinck2004-05-212-2/+12
| | | | (locate-mode): Expand docstring and include keymap summary.
* (find-file-noselect-1): Limit the scope of theLuc Teirlinck2004-05-202-28/+36
| | | | | | `inhibit-read-only' binding. Make sure that `inhibit-read-only' is, by default, nil during the execution of `find-file-not-found-functions' and `find-file-hook'.
* (facemenu-color-name-equal): New function.Eli Zaretskii2004-05-202-1/+33
| | | | | (list-colors-display): Use it to compare colors instead of facemenu-color-equal.
* (compare-windows-face): Use min-colors instead ofEli Zaretskii2004-05-202-5/+10
| | | | checking for tty or pc types.
* Modify syntax of more characters.Kenichi Handa2004-05-191-1/+1
|
* *** empty log message ***Stefan Monnier2004-05-192-2/+21
|
* *** empty log message ***Pavel Janík2004-05-191-0/+5
|
* (do-auto-fill): Remove unused vars `bol' and `opoint'.Stefan Monnier2004-05-191-38/+34
| | | | | | (completion-setup-function): Use with-current-buffer. Properly save excursion. Simplify. Don't assume there is necessarily a `mouse-face' property somewhere.
* Avoid mixing standard error output messages into the search result.Pavel Janík2004-05-191-1/+1
|
* (gud-reset): Use unless & with-current-buffer.Stefan Monnier2004-05-191-6/+5
|
* (gdb-reset): Use unless. Fix regexp.Stefan Monnier2004-05-191-10/+10
|
* (defun-cvs-mode): Fix capitalization of error message.Stefan Monnier2004-05-191-1/+1
|
* (byte-compile-log): Use backquotes.Stefan Monnier2004-05-191-20/+14
| | | | | | | (byte-compile-log-1): Don't call (byte-goto-log-buffer). Use with-current-buffer. (byte-goto-log-buffer): Delete. (byte-compile-log-file): Call compilation-forget-errors.
* *** empty log message ***Stefan Monnier2004-05-191-25/+31
|
* * wid-edit.el (widget-radio-button-notify): Revert my lastMasatake YAMATO2004-05-192-1/+6
| | | | change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
* (mm-insert-inline): Make it work in read-only buffer.Stefan Monnier2004-05-191-2/+3
|
* (help-go-back): Don't depend on position of back button.Stefan Monnier2004-05-191-5/+4
|
* (auto-save-file-name-transforms): Make sure ange-ftp tempStefan Monnier2004-05-191-1/+1
| | | | files files don't contain an accidental additional /.
* (tex-compilation-parse-errors): Save excursion in source buffer.Stefan Monnier2004-05-191-15/+16
|
* Fix syntax (open/close) of CJK characters.Kenichi Handa2004-05-192-10/+28
|
* (gnus-all-windows-visible-p): Don't consider non-visible windows.Stefan Monnier2004-05-182-2/+7
|
* * wid-edit.el (widget-radio-button-notify): Don't pass `widget'Masatake YAMATO2004-05-182-1/+6
| | | | to widget-apply. :action method assumes 2 arguments, not 3.
* *** empty log message ***Glenn Morris2004-05-171-0/+6
|
* (f90-end-block-re, f90-start-block-re): New constants.Glenn Morris2004-05-171-1/+48
| | | | | (hs-special-modes-alist): Add an f90-mode entry. This will not be 100% successful, but should handle a sizable majority of code.
* (common-lisp-indent-function-1): Indent "without-" forms justSam Steingold2004-05-172-2/+11
| | | | like "with-" and "do-". Use regexp-opt.
* (timer-event-handler): Fix last change.Kim F. Storm2004-05-161-1/+1
|
* *** empty log message ***Kim F. Storm2004-05-161-0/+4
|
* Fix last change in ispell.el.Eli Zaretskii2004-05-162-2/+2
|
* doc fixVinicius Jose Latorre2004-05-161-1/+1
|
* Added entries to .cvsignore files.John Wiegley2004-05-151-0/+13
|
* 2004-05-15 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-151-20/+26
| | | | | | | * eshell/esh-io.el (eshell-get-target): whitespace changes. (eshell-output-object-to-target): Improve output speed 20% by not calling `eshell-stringify' if something is already known to be a string.
* *** empty log message ***John Wiegley2004-05-151-0/+7
|
* *** empty log message ***Eli Zaretskii2004-05-151-0/+7
|
* (ispell-local-dictionary-alist): AddEli Zaretskii2004-05-151-1/+6
| | | | | | windows-1252 to the choice of coding systems. (ispell-dictionary-alist-6): Add support for "russianw.aff", encoded in cp1251.
* (compilation-warning-face, compilation-info-face): Use min-colors.Eli Zaretskii2004-05-152-5/+12
|