summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (custom-declare-variable): Fix typos in comment.Luc Teirlinck2005-07-021-4/+20
| | | | | | (custom-known-themes): Doc fix. (custom-theme-directory): New defcustom. (require-theme): Make it check `custom-theme-directory'.
* *** empty log message ***Luc Teirlinck2005-07-021-0/+16
|
* (flymake-mode, flymake-mode-off): Fix unbalanced parentheses.Luc Teirlinck2005-07-022-2/+7
| | | | From David Hunter (tiny change).
* *** empty log message ***Stefan Monnier2005-07-021-5/+12
|
* (flymake-mode-on, flymake-mode-off): Move body into flymake-mode andStefan Monnier2005-07-021-41/+42
| | | | delegate to flymake-mode.
* (ff-which-function-are-we-in): Clean up.Stefan Monnier2005-07-021-13/+6
|
* *** empty log message ***Juanma Barranquero2005-07-021-0/+2
|
* (occur-rename-buffer): Fix docstring.Juanma Barranquero2005-07-021-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-021-3/+3
|
* (edt-save-function-key-map, EDT-key-name): `defvar' to silence theJuanma Barranquero2005-07-022-1/+15
| | | | byte-compiler.
* (*EDT-keys*, edt-default-global-map, edt-last-copied-word,Juanma Barranquero2005-07-021-0/+14
| | | | | | edt-learn-macro-count, edt-orig-page-delimiter, edt-orig-transient-mark-mode, edt-rect-start-point, edt-user-global-map, rect-start-point, time-string, zmacs-region-stays): `defvar' to silence the byte-compiler.
* *** empty log message ***Eli Zaretskii2005-07-021-0/+9
|
* (font-lock-regexp-grouping-backslash): Rename fromEli Zaretskii2005-07-021-19/+19
| | | | | | | | font-lock-regexp-backslash. Doc fix. (font-lock-regexp-backslash-grouping-construct): Rename from font-lock-regexp-backslash-construct. Doc fix. (lisp-font-lock-keywords-2): Fix highlighting of ELisp regexp grouping constructs.
* (bootstrap): Remove the $(EMACS) binary after updating all theEli Zaretskii2005-07-022-0/+8
| | | | prerequisites.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-464Miles Bader2005-07-022-50/+51
| | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 87) - Update from CVS 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (article-display-face): Improve the efficiency. (article-display-x-face): Ditto; remove grey x-face stuff.
* (org-agenda-start-on-weekday, org-calendar-to-agenda-key,Juanma Barranquero2005-07-012-174/+213
| | | | | | | | | | | | | | | | | | | | | | | org-agenda-sorting-strategy, org-agenda-use-time-grid, org-archive-location, org-allow-space-in-links, org-usenet-links-prefer-google, org-enable-table-editor, org-export-default-language, org-export-html-show-new-buffer, org-fill-paragraph, org-cycle, org-goto-ret, org-goto-left, org-goto-right, org-goto-quit, org-occur, org-eval-in-calendar, org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message, org-agenda-diary-entry, org-remember-help, org-table-convert-region, org-at-table-p, org-table-move-row-down, org-table-move-row-up, org-table-copy-region, org-table-toggle-vline-visibility, org-table-get-stored-formulas, org-table-get-specials, org-recalc-commands, org-table-eval-formula, org-table-formula-substitute-names, orgtbl-make-binding, org-format-org-table-html, org-format-table-table-html, org-format-table-table-html-using-table-generate-source, org-customize): Fix typos in docstrings. (org-level-2, org-at-timestamp-p, org-agenda-day-view, org-agenda-toggle-diary, org-agenda-toggle-time-grid, org-back-to-heading): Doc fixes. (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time, org-agenda-change-all-lines, org-get-header): Improve argument/docstring consistency. (orgtbl-error): Fix error message.
* (flymake-find-possible-master-files, flymake-master-file-compare,Juanma Barranquero2005-07-011-13/+13
| | | | | | | | | flymake-get-line-err-count, flymake-highlight-line, flymake-gui-warnings-enabled): Fix typos in docstrings. (flymake-parse-line, flymake-get-project-include-dirs-function, flymake-get-prev-err-line-no, flymake-goto-prev-error): Doc fixes. (flymake-get-project-include-dirs-function, flymake-make-err-menu-data): Improve argument/docstring consistency.
* (battery-linux-proc-apm): Fix typo in docstring.Lute Kamstra2005-07-012-42/+43
| | | | | Catch errors with ignore-errors. Use temporary buffer. (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
* (facemenu-unlisted-faces): Delete foreground and background colorLute Kamstra2005-07-012-33/+49
| | | | | | | | | faces. (facemenu-set-foreground, facemenu-set-background): Use facemenu-set-face-from-menu. (facemenu-set-face-from-menu): Treat face names that start with "fg:" or "bg:" as special. (facemenu-add-new-color): Don't create faces. Simplify.
* (help-do-arg-highlight): Regexp-quote argument names.Richard M. Stallman2005-07-012-1/+11
|
* (crm-do-completion): Handle minibuffer prompt.Richard M. Stallman2005-07-011-5/+7
| | | | (crm-find-current-element): Likewise.
* (debug): Quieten Drew Adams.Stefan Monnier2005-06-302-1/+27
|
* (archive-extract): Make it work as a mouse binding.Stefan Monnier2005-06-301-58/+41
| | | | | | | | | | | | (archive-mouse-extract): Make it an obsolete alias. (archive-mode-map): Don't use archive-mouse-extract any more. (archive-mode, archive-extract): write-contents-hooks -> write-contents-functions. (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused first arg. (archive-rename-entry): Update the call. (archive-zip-summarize): Remove unused var `method'. (archive-lzh-summarize): Remove unused var `creator'.
* Bind inhibit-read-only rather than buffer-read-only.Stefan Monnier2005-06-301-59/+48
| | | | | | | | | | (archive-zip-extract, archive-zip-expunge) (archive-zip-update, archive-zip-update-case): Use executable-find. (archive-resummarize, archive-flag-deleted, archive-unmark-all-files): Use restore-buffer-modified-p. (archive-extract, archive-add-new-member, archive-write-file-member): Use with-current-buffer. (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
* (gud-filter): Remove unneeded progn.Andreas Schwab2005-06-302-3/+6
|
* (sh-get-kw): `&' also separates words.Glenn Morris2005-06-301-1/+1
|
* *** empty log message ***Glenn Morris2005-06-301-0/+4
|
* *** empty log message ***Juri Linkov2005-06-301-0/+5
|
* (vertical-border): Inherit from mode-line-inactive only on tty.Juri Linkov2005-06-301-1/+1
|
* (help-do-arg-highlight): Highlight also -ARG (for example, -NLINES on theJuanma Barranquero2005-06-302-1/+4
| | | | `occur' docstring).
* (occur-1): Do not set the `buffer-read-only' and modified flags for the occurJuanma Barranquero2005-06-302-3/+7
| | | | buffer when no matches are found, because the buffer has already been deleted.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-461Miles Bader2005-06-302-14/+26
| | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 86) - Update from CVS 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (article-display-face): Correct the position in which Faces are inserted; use dolist. 2005-06-29 Didier Verna <didier@xemacs.org> * lisp/gnus/gnus-art.el (article-display-face): display faces in correct order.
* *** empty log message ***Juanma Barranquero2005-06-301-0/+18
|
* (cua-do-rectangle-padding): Remove period from end of messages.Juanma Barranquero2005-06-301-9/+9
| | | | | | (cua--rectangle-seq-format): Fix typo in docstring. (cua-sequence-rectangle, cua-fill-char-rectangle): Improve argument/docstring consistency.
* (cua-toggle-global-mark, cua-cut-region-to-global-mark,Juanma Barranquero2005-06-301-4/+4
| | | | cua--cut-rectangle-to-global-mark): Remove period from end of error messages.
* (cua-check-pending-input, cua-repeat-replace-region, cua-mode, cua-debug,Juanma Barranquero2005-06-301-7/+7
| | | | cua-auto-tabify-rectangles, cua-inhibit-cua-keys): Fix typos in docstrings.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458Miles Bader2005-06-303-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 83-85) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify. (gnus-nocem-check-article): Fetch the Type header. (gnus-nocem-message-wanted-p): Fix the way to examine types. (gnus-nocem-verify-issuer): Use functionp instead of fboundp. (gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized. * lisp/gnus/pgg.el (pgg-verify): Return the verification result. 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
* (set-variable): Warn about obsolete user variables.Juanma Barranquero2005-06-292-13/+22
|
* (rxvt-set-background-mode):Juri Linkov2005-06-292-2/+16
| | | | Set default-frame-background-mode instead of frame-background-mode.
* (xterm-rxvt-set-background-mode):Juri Linkov2005-06-291-2/+2
| | | | Set default-frame-background-mode instead of frame-background-mode.
* (normal-top-level): Set default-frame-background-modeJuri Linkov2005-06-291-8/+7
| | | | | | instead of frame-background-mode. Before setting it, test for its nil value. Remove tests for frame-background-mode and frame parameter `reverse'. Add test for "unspecified-fg".
* (default-frame-background-mode): New internal variable.Juri Linkov2005-06-291-3/+10
| | | | (frame-set-background-mode): Use it.
* (texinfo-insert-@item): Change space constants "protected" from end of line by aJuanma Barranquero2005-06-292-2/+17
| | | | comment to "?\s".
* (decipher-loop-with-breaks): Change space constants "protected" from end of lineJuanma Barranquero2005-06-291-1/+1
| | | | by a comment to "?\s".
* (picture-replace-match): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
|
* (cperl-do-auto-fill): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-3/+3
|
* (pp-buffer): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
|
* (diary-header-line-format): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
|
* (msb-invisible-buffer-p): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
|
* (mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
|