comparison lisp/ChangeLog @ 63621:88552d8d3c8e

(cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 21 Jun 2005 13:39:27 +0000
parents 0481feb90b8d
children 459b51f0458c
comparison
equal deleted inserted replaced
63620:8baf9e2eb3ec 63621:88552d8d3c8e
1 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
4
1 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk> 5 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2 6
3 * calendar/appt.el (appt-make-list): Activate the package, if 7 * calendar/appt.el (appt-make-list): Activate the package, if
4 not already active (for backwards compatibility). 8 not already active (for backwards compatibility).
5 9
539 543
540 * cus-start.el (all): Don't complain about missing GTK-related 544 * cus-start.el (all): Don't complain about missing GTK-related
541 variables, unless either `gtk' is boundp or this isn't a 545 variables, unless either `gtk' is boundp or this isn't a
542 `windows-nt' build. 546 `windows-nt' build.
543 547
548 >>>>>>> 1.7817
544 2005-06-13 Lute Kamstra <lute@gnu.org> 549 2005-06-13 Lute Kamstra <lute@gnu.org>
545 550
546 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and 551 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
547 run-mode-hooks. 552 run-mode-hooks.
548 553
1446 * faces.el (list-faces-display): Signal error if passed a regexp 1451 * faces.el (list-faces-display): Signal error if passed a regexp
1447 that matches no face name. 1452 that matches no face name.
1448 1453
1449 * simple.el (filter-buffer-substring): Fix typo in docstring. 1454 * simple.el (filter-buffer-substring): Fix typo in docstring.
1450 1455
1456 >>>>>>> 1.7768
1451 2005-05-31 Richard M. Stallman <rms@gnu.org> 1457 2005-05-31 Richard M. Stallman <rms@gnu.org>
1452 1458
1453 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE. 1459 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1454 (vhdl-emacs-21): Doc fix. 1460 (vhdl-emacs-21): Doc fix.
1455 (vhdl-mode): Unconditionally set comment-padding. 1461 (vhdl-mode): Unconditionally set comment-padding.
1482 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca> 1488 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1483 1489
1484 * textmodes/tex-mode.el (tex-compile-commands, tex-compile) 1490 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1485 (tex-start-tex): Undo all but the last part of the 2005-05-28 change. 1491 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1486 1492
1493 >>>>>>> 1.7646
1487 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk> 1494 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1488 1495
1489 * calendar/diary-lib.el (mark-included-diary-files): Only kill 1496 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1490 included diary buffer if it was not already being visited. 1497 included diary buffer if it was not already being visited.
1491 Reported by Stephen Berman <Stephen.Berman@gmx.net>. 1498 Reported by Stephen Berman <Stephen.Berman@gmx.net>.