Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Lute Kamstra | 2005-06-23 | 2 | -0/+13 |
| | |||||
* | (gnus-article-mode): Use kill-all-local-variables. | Lute Kamstra | 2005-06-23 | 1 | -0/+1 |
| | |||||
* | (smime-mode): Use gnus-run-mode-hooks. | Lute Kamstra | 2005-06-23 | 1 | -1/+2 |
| | |||||
* | (dig-mode): Use gnus-run-mode-hooks. | Lute Kamstra | 2005-06-23 | 1 | -1/+2 |
| | |||||
* | (debugger-special-form-p): New defun. | Lute Kamstra | 2005-06-23 | 1 | -3/+21 |
| | | | | | (debug-on-entry): Use it. New interactive declaration that uses function-called-at-point. | ||||
* | (change-log-font-lock-keywords): Make the regexp for | Kenichi Handa | 2005-06-23 | 1 | -3/+7 |
| | | | | date lines stricter. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-06-22 | 1 | -0/+5 |
| | |||||
* | (save-match-data): Add comment about using evaporate arg | Kim F. Storm | 2005-06-22 | 1 | -0/+2 |
| | | | | to set-match-data. | ||||
* | *** empty log message *** | Glenn Morris | 2005-06-22 | 1 | -0/+8 |
| | |||||
* | (customize-face, customize-face-other-window): Handle face aliases. | Glenn Morris | 2005-06-22 | 1 | -1/+8 |
| | |||||
* | (face-documentation, set-face-attribute) | Glenn Morris | 2005-06-22 | 1 | -4/+13 |
| | | | | (face-spec-set): Handle face aliases. | ||||
* | (help-make-xrefs): If a symbol representing a face name is not followed by the | Juanma Barranquero | 2005-06-22 | 2 | -3/+10 |
| | | | | | word "face", it could still be a function or variable name, so don't bypass other checks. | ||||
* | (ps-face-foreground-name, ps-face-background-name): | Juri Linkov | 2005-06-22 | 2 | -3/+9 |
| | | | | Replace aliased functions with calls where second arg `inherit' is t. | ||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-441 | Miles Bader | 2005-06-22 | 2 | -1/+4 |
| | | | | | | | | | Update reference to renamed Buffer-menu-buffer face 2005-06-22 Miles Bader <miles@gnu.org> * lisp/bindings.el (propertized-buffer-identification): Use renamed `Buffer-menu-buffer' face. | ||||
* | (gdb-error): New variable. | Nick Roberts | 2005-06-22 | 1 | -0/+9 |
| | | | | | | (gdb-error): New function. (gdb-annotation-rules): Act on error-begin and error annotations. (gdb-concat-output): Use font-lock-warning-face for errors. | ||||
* | *** empty log message *** | Nick Roberts | 2005-06-22 | 1 | -0/+7 |
| | |||||
* | Remove conflict markers. | Lute Kamstra | 2005-06-22 | 1 | -3/+0 |
| | |||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440 | Miles Bader | 2005-06-22 | 2 | -1/+2 |
| | | | | Change escape-glyph color on dark backgrounds back to cyan | ||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438 | Miles Bader | 2005-06-22 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | Rename vertical-divider face to vertical-border 2005-06-22 Miles Bader <miles@gnu.org> * lisp/faces.el (vertical-border): Renamed from `vertical-divider'. 2005-06-22 Miles Bader <miles@gnu.org> * man/display.texi (Faces): Change `vertical-divider' to `vertical-border'. 2005-06-22 Miles Bader <miles@gnu.org> * src/xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'. (realize_basic_faces, syms_of_xfaces): Update references to it. * src/dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID' to `VERTICAL_BORDER_FACE_ID'. * src/dispnew.c (build_frame_matrix_from_leaf_window): Update references. | ||||
* | *** empty log message *** | Juri Linkov | 2005-06-21 | 1 | -0/+11 |
| | |||||
* | (edebug-eval-defun): | Juri Linkov | 2005-06-21 | 1 | -2/+9 |
| | | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that. | ||||
* | (eval-defun-1): | Juri Linkov | 2005-06-21 | 1 | -2/+15 |
| | | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that. | ||||
* | (face-user-default-spec): Try getting `customized-face' prior to `saved-face'. | Juri Linkov | 2005-06-21 | 1 | -4/+5 |
| | | | | (frame-background-mode): Refill docstring. | ||||
* | *** empty log message *** | Juanma Barranquero | 2005-06-21 | 3 | -0/+28 |
| | |||||
* | (1value, lambda, key-substitution-in-progress): Doc fixes. | Juanma Barranquero | 2005-06-21 | 1 | -4/+4 |
| | | | | (noreturn): Fix spellings. | ||||
* | (ebnf-ebx-lex): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -3/+3 |
| | |||||
* | (ebnf-yac-lex): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (ebnf-iso-lex): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (ebnf-dtd-lex): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (ebnf-bnf-lex): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -2/+2 |
| | |||||
* | (ebnf-abn-lex): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (c-safe-scan-lists): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (browse-url-mosaic): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -2/+2 |
| | |||||
* | (byte-optimize-pure-func): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -8/+8 |
| | |||||
* | (check-parens): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (auto-insert-alist): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (ses-call-printer): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark. | Reiner Steib | 2005-06-21 | 2 | -0/+9 |
| | |||||
* | (url-gateway-unplugged): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (url-open-stream): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (nnimap-split-download-body): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (appt-make-list): Activate the package, if not already active (for | Glenn Morris | 2005-06-21 | 1 | -82/+111 |
| | | | | backwards compatibility). | ||||
* | *** empty log message *** | Glenn Morris | 2005-06-21 | 1 | -0/+5 |
| | |||||
* | Fix typo in title. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2005-06-20 | 1 | -0/+4 |
| | |||||
* | (add-to-ordered-list): Test membership with eq. Simplify. | Kim F. Storm | 2005-06-20 | 1 | -10/+9 |
| | |||||
* | (comment-line-break-function): Doc fix: don't say variable is automatically | Juanma Barranquero | 2005-06-20 | 2 | -3/+3 |
| | | | | buffer-local (it isn't). | ||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435 | Miles Bader | 2005-06-20 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | Implement tty vertical-divider face 2005-06-20 Miles Bader <miles@gnu.org> * lisp/faces.el (vertical-divider): New face. 2005-06-20 Miles Bader <miles@gnu.org> * man/display.texi (Faces): Add `vertical-divider'. 2005-06-20 Miles Bader <miles@gnu.org> * src/xfaces.c (Qvertical_divider): New variable. (realize_basic_faces): Realize its face. (syms_of_xfaces): Initialize it. * src/dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'. * src/dispnew.c (build_frame_matrix_from_leaf_window): Display vertical window-separator on ttys using `vertical-divider' face by default. | ||||
* | (next-error-buffer-p, next-error-find-buffer): Fix typos in docstrings. | Juanma Barranquero | 2005-06-20 | 2 | -5/+11 |
| | | | | | (kill-whole-line): Doc fix. (clone-indirect-buffer): Improve argument/docstring consistency. | ||||
* | Revert copyright years back to original ones. Tramp has a life | Michael Albinus | 2005-06-19 | 7 | -7/+17 |
| | | | | outside GNU Emacs. |