[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Mon, 09 May 2005 13:31:02 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7476 emacs/lisp/ChangeLog:1.7477
*** emacs/lisp/ChangeLog:1.7476 Mon May 9 16:20:33 2005
--- emacs/lisp/ChangeLog Mon May 9 17:31:00 2005
***************
*** 24,31 ****
2005-05-08 Eli Zaretskii <address@hidden>
! * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Improve
! commentary.
* simple.el (next-error-overlay-arrow-position): Revert the change
made on 2005-04-30.
--- 24,31 ----
2005-05-08 Eli Zaretskii <address@hidden>
! * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
! Improve commentary.
* simple.el (next-error-overlay-arrow-position): Revert the change
made on 2005-04-30.
***************
*** 41,48 ****
2005-05-07 Eli Zaretskii <address@hidden>
! * progmodes/compile.el (compilation-setup): Set
! overlay-arrow-string to an empty string on text terminals.
* textmodes/ispell.el (ispell-program-name): Try looking for
"aspell" along exec-path, and if found, use it as the default
--- 41,48 ----
2005-05-07 Eli Zaretskii <address@hidden>
! * progmodes/compile.el (compilation-setup):
! Set overlay-arrow-string to an empty string on text terminals.
* textmodes/ispell.el (ispell-program-name): Try looking for
"aspell" along exec-path, and if found, use it as the default
***************
*** 50,57 ****
2005-05-07 Jirka Kosek <address@hidden> (tiny change)
! * international/mule.el (sgml-xml-auto-coding-function): Recognize
! encoding='FOO' in single quotes as well as in double quotes.
2005-05-07 Johan Bockg,Ae(Brd <address@hidden>
--- 50,57 ----
2005-05-07 Jirka Kosek <address@hidden> (tiny change)
! * international/mule.el (sgml-xml-auto-coding-function):
! Recognize encoding='FOO' in single quotes as well as in double quotes.
2005-05-07 Johan Bockg,Ae(Brd <address@hidden>
***************
*** 61,69 ****
2005-05-07 Eli Zaretskii <address@hidden>
! * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Explain
! more about the LIGHTER arg's usage in the doc string. Add
! commentary to clarify what the code does. Fix the regexp that
strips whitespace from LIGHTER. Quote LIGHTER before using it,
since it could have characters special to regular expressions.
--- 61,69 ----
2005-05-07 Eli Zaretskii <address@hidden>
! * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
! Explain more about the LIGHTER arg's usage in the doc string.
! Add commentary to clarify what the code does. Fix the regexp that
strips whitespace from LIGHTER. Quote LIGHTER before using it,
since it could have characters special to regular expressions.
***************
*** 71,78 ****
* replace.el (occur-1): Bind inhibit-read-only so that
erase-buffer doesn't barf on read-only text properties (likewise
! for add-text-properties in occur-engine). Mark buffer as
! unmodified.
(occur-engine): Don't set buffer-read-only here.
2005-05-06 Stefan Monnier <address@hidden>
--- 71,77 ----
* replace.el (occur-1): Bind inhibit-read-only so that
erase-buffer doesn't barf on read-only text properties (likewise
! for add-text-properties in occur-engine). Mark buffer as unmodified.
(occur-engine): Don't set buffer-read-only here.
2005-05-06 Stefan Monnier <address@hidden>
***************
*** 167,174 ****
* term/mac-win.el: Don't define or bind scroll bar functions if
x-toolkit-scroll-bars is t.
(x-select-text, x-get-selection-value):
! Clear x-last-selected-text-clipboard if x-select-enable-clipboard is
! nil.
(PRIMARY): Put mac-scrap-name property.
(mac-select-convert-to-file-url): New function.
(public.file-url): New selection target type. Add to
--- 166,172 ----
* term/mac-win.el: Don't define or bind scroll bar functions if
x-toolkit-scroll-bars is t.
(x-select-text, x-get-selection-value):
! Clear x-last-selected-text-clipboard if x-select-enable-clipboard is
nil.
(PRIMARY): Put mac-scrap-name property.
(mac-select-convert-to-file-url): New function.
(public.file-url): New selection target type. Add to
***************
*** 176,181 ****
--- 174,192 ----
(x-get-selection, x-selection-value): Handle it.
(x-cut-buffer-or-selection-value): New alias.
+ 2005-05-05 Roland Winkler <address@hidden>
+
+ * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
+ entry to avoid calling bibtex-find-entry with arg global
+ being t. Remove arg key.
+ (bibtex-summary-function, bibtex-complete-crossref-cleanup)
+ (bibtex-copy-summary-as-kill): Change accordingly.
+
+ 2005-05-05 Stefan Monnier <address@hidden>
+
+ * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
+ (org-agenda-date-later): Use with-current-buffer.
+
2005-05-05 Luc Teirlinck <address@hidden>
* emacs-lisp/byte-run.el (define-obsolete-function-alias)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Eli Zaretskii, 2005/05/07
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/07
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/07
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Glenn Morris, 2005/05/07
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Eli Zaretskii, 2005/05/08
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Eli Zaretskii, 2005/05/08
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/08
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/08
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/09
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Reiner Steib, 2005/05/09
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/09
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/10
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/05/10
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/10
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/11
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/05/11
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/05/11
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Marcelo Toledo, 2005/05/11
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Reiner Steib, 2005/05/11
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dan Nicolaescu, 2005/05/11