Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (sentence-end): Match unicode curly quotes as a close quote. | Richard M. Stallman | 2004-05-22 | 1 | -1/+1 |
| | |||||
* | Maintained by FSF. | Richard M. Stallman | 2004-05-22 | 1 | -0/+1 |
| | |||||
* | Use assoc-string, not assoc-ignore-case. | Richard M. Stallman | 2004-05-22 | 2 | -33/+37 |
| | |||||
* | (idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case. | Richard M. Stallman | 2004-05-22 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2004-05-22 | 2 | -0/+16 |
| | |||||
* | (mark-defun, narrow-to-defun): If moving back then fwd gets a defun | Richard M. Stallman | 2004-05-22 | 1 | -15/+46 |
| | | | | that ends before point, try again moving fwd then back. | ||||
* | (file-name-non-special): Allow t in file-arg-indices | Richard M. Stallman | 2004-05-22 | 1 | -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. Stallman | 2004-05-22 | 1 | -1/+2 |
| | |||||
* | (help-add-fundoc-usage): Use %S only for output of `help-make-usage'. | Juanma Barranquero | 2004-05-22 | 2 | -2/+10 |
| | | | | | (help-highlight-arguments): Skip function name before searching for arguments. | ||||
* | *** empty log message *** | Juanma Barranquero | 2004-05-21 | 1 | -3/+26 |
| | |||||
* | (allout-chart-subtree, allout-rebullet-topic-grunt): Don't mention in the | Juanma Barranquero | 2004-05-21 | 1 | -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 Handa | 2004-05-21 | 1 | -0/+4 |
| | |||||
* | (etags-tags-completion-table): Show parsing progress. | Masatake YAMATO | 2004-05-21 | 2 | -6/+12 |
| | |||||
* | * progmodes/etags.el (tags-apropos, list-tags): Require apropos. | Masatake YAMATO | 2004-05-21 | 2 | -0/+7 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-05-21 | 1 | -2/+0 |
| | |||||
* | (locate-prompt-for-command): Shorten first line of docstring. | Luc Teirlinck | 2004-05-21 | 2 | -2/+12 |
| | | | | (locate-mode): Expand docstring and include keymap summary. | ||||
* | (find-file-noselect-1): Limit the scope of the | Luc Teirlinck | 2004-05-20 | 2 | -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 Zaretskii | 2004-05-20 | 2 | -1/+33 |
| | | | | | (list-colors-display): Use it to compare colors instead of facemenu-color-equal. | ||||
* | (compare-windows-face): Use min-colors instead of | Eli Zaretskii | 2004-05-20 | 2 | -5/+10 |
| | | | | checking for tty or pc types. | ||||
* | Modify syntax of more characters. | Kenichi Handa | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2004-05-19 | 2 | -2/+21 |
| | |||||
* | *** empty log message *** | Pavel Janík | 2004-05-19 | 1 | -0/+5 |
| | |||||
* | (do-auto-fill): Remove unused vars `bol' and `opoint'. | Stefan Monnier | 2004-05-19 | 1 | -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ík | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | (gud-reset): Use unless & with-current-buffer. | Stefan Monnier | 2004-05-19 | 1 | -6/+5 |
| | |||||
* | (gdb-reset): Use unless. Fix regexp. | Stefan Monnier | 2004-05-19 | 1 | -10/+10 |
| | |||||
* | (defun-cvs-mode): Fix capitalization of error message. | Stefan Monnier | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | (byte-compile-log): Use backquotes. | Stefan Monnier | 2004-05-19 | 1 | -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 Monnier | 2004-05-19 | 1 | -25/+31 |
| | |||||
* | * wid-edit.el (widget-radio-button-notify): Revert my last | Masatake YAMATO | 2004-05-19 | 2 | -1/+6 |
| | | | | change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. | ||||
* | (mm-insert-inline): Make it work in read-only buffer. | Stefan Monnier | 2004-05-19 | 1 | -2/+3 |
| | |||||
* | (help-go-back): Don't depend on position of back button. | Stefan Monnier | 2004-05-19 | 1 | -5/+4 |
| | |||||
* | (auto-save-file-name-transforms): Make sure ange-ftp temp | Stefan Monnier | 2004-05-19 | 1 | -1/+1 |
| | | | | files files don't contain an accidental additional /. | ||||
* | (tex-compilation-parse-errors): Save excursion in source buffer. | Stefan Monnier | 2004-05-19 | 1 | -15/+16 |
| | |||||
* | Fix syntax (open/close) of CJK characters. | Kenichi Handa | 2004-05-19 | 2 | -10/+28 |
| | |||||
* | (gnus-all-windows-visible-p): Don't consider non-visible windows. | Stefan Monnier | 2004-05-18 | 2 | -2/+7 |
| | |||||
* | * wid-edit.el (widget-radio-button-notify): Don't pass `widget' | Masatake YAMATO | 2004-05-18 | 2 | -1/+6 |
| | | | | to widget-apply. :action method assumes 2 arguments, not 3. | ||||
* | *** empty log message *** | Glenn Morris | 2004-05-17 | 1 | -0/+6 |
| | |||||
* | (f90-end-block-re, f90-start-block-re): New constants. | Glenn Morris | 2004-05-17 | 1 | -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 just | Sam Steingold | 2004-05-17 | 2 | -2/+11 |
| | | | | like "with-" and "do-". Use regexp-opt. | ||||
* | (timer-event-handler): Fix last change. | Kim F. Storm | 2004-05-16 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2004-05-16 | 1 | -0/+4 |
| | |||||
* | Fix last change in ispell.el. | Eli Zaretskii | 2004-05-16 | 2 | -2/+2 |
| | |||||
* | doc fix | Vinicius Jose Latorre | 2004-05-16 | 1 | -1/+1 |
| | |||||
* | Added entries to .cvsignore files. | John Wiegley | 2004-05-15 | 1 | -0/+13 |
| | |||||
* | 2004-05-15 John Wiegley <johnw@newartisans.com> | John Wiegley | 2004-05-15 | 1 | -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 Wiegley | 2004-05-15 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-05-15 | 1 | -0/+7 |
| | |||||
* | (ispell-local-dictionary-alist): Add | Eli Zaretskii | 2004-05-15 | 1 | -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 Zaretskii | 2004-05-15 | 2 | -5/+12 |
| |