diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45d7ccdca02..1079129698e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 1 | 2005-06-22 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * faces.el (vertical-border): Renamed from `vertical-divider'. | ||
| 4 | (escape-glyph): Change dark-background color back to `cyan'. | ||
| 5 | |||
| 6 | 2005-06-21 Juri Linkov <juri@jurta.org> | ||
| 7 | |||
| 8 | * faces.el (face-user-default-spec): Try getting `customized-face' | ||
| 9 | prior to `saved-face'. | ||
| 10 | (frame-background-mode): Refill docstring. | ||
| 11 | |||
| 12 | * emacs-lisp/lisp-mode.el (eval-defun-1): | ||
| 13 | * emacs-lisp/edebug.el (edebug-eval-defun): | ||
| 14 | Set `saved-face' temporarily to nil before calling form. | ||
| 15 | Set `customized-face' to the new spec after that. | ||
| 16 | |||
| 17 | 2005-06-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 18 | |||
| 19 | * subr.el (1value, lambda, key-substitution-in-progress): | ||
| 20 | Doc fixes. | ||
| 21 | |||
| 22 | * autoinsert.el (auto-insert-alist): | ||
| 23 | * ses.el (ses-call-printer): | ||
| 24 | * subr.el (noreturn): | ||
| 25 | * emacs-lisp/lisp.el (check-parens): | ||
| 26 | * emacs-lisp/byte-opt.el (byte-optimize-pure-func): | ||
| 27 | * net/browse-url.el (browse-url-mosaic): | ||
| 28 | * progmodes/cc-defs.el (c-safe-scan-lists): | ||
| 29 | * progmodes/ebnf-abn.el (ebnf-abn-lex): | ||
| 30 | * progmodes/ebnf-bnf.el (ebnf-bnf-lex): | ||
| 31 | * progmodes/ebnf-dtd.el (ebnf-dtd-lex): | ||
| 32 | * progmodes/ebnf-ebx.el (ebnf-ebx-lex): | ||
| 33 | * progmodes/ebnf-iso.el (ebnf-iso-lex): | ||
| 34 | * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings. | ||
| 35 | |||
| 36 | 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 37 | |||
| 38 | * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark. | ||
| 39 | |||
| 40 | 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 41 | |||
| 42 | * calendar/appt.el (appt-make-list): Activate the package, if | ||
| 43 | not already active (for backwards compatibility). | ||
| 44 | |||
| 1 | 2005-06-20 Kim F. Storm <storm@cua.dk> | 45 | 2005-06-20 Kim F. Storm <storm@cua.dk> |
| 2 | 46 | ||
| 3 | * subr.el (add-to-ordered-list): Test membership with eq. Simplify. | 47 | * subr.el (add-to-ordered-list): Test membership with eq. Simplify. |
| @@ -536,6 +580,7 @@ | |||
| 536 | variables, unless either `gtk' is boundp or this isn't a | 580 | variables, unless either `gtk' is boundp or this isn't a |
| 537 | `windows-nt' build. | 581 | `windows-nt' build. |
| 538 | 582 | ||
| 583 | >>>>>>> 1.7817 | ||
| 539 | 2005-06-13 Lute Kamstra <lute@gnu.org> | 584 | 2005-06-13 Lute Kamstra <lute@gnu.org> |
| 540 | 585 | ||
| 541 | * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and | 586 | * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and |
| @@ -1443,6 +1488,7 @@ | |||
| 1443 | 1488 | ||
| 1444 | * simple.el (filter-buffer-substring): Fix typo in docstring. | 1489 | * simple.el (filter-buffer-substring): Fix typo in docstring. |
| 1445 | 1490 | ||
| 1491 | >>>>>>> 1.7768 | ||
| 1446 | 2005-05-31 Richard M. Stallman <rms@gnu.org> | 1492 | 2005-05-31 Richard M. Stallman <rms@gnu.org> |
| 1447 | 1493 | ||
| 1448 | * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE. | 1494 | * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE. |
| @@ -1479,6 +1525,7 @@ | |||
| 1479 | * textmodes/tex-mode.el (tex-compile-commands, tex-compile) | 1525 | * textmodes/tex-mode.el (tex-compile-commands, tex-compile) |
| 1480 | (tex-start-tex): Undo all but the last part of the 2005-05-28 change. | 1526 | (tex-start-tex): Undo all but the last part of the 2005-05-28 change. |
| 1481 | 1527 | ||
| 1528 | >>>>>>> 1.7646 | ||
| 1482 | 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk> | 1529 | 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 1483 | 1530 | ||
| 1484 | * calendar/diary-lib.el (mark-included-diary-files): Only kill | 1531 | * calendar/diary-lib.el (mark-included-diary-files): Only kill |