]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 6eaff11c58005424305f0e1b3ecd78489cf2bb42..4699f639d575d2e6678ef2797ee1367160b93d66 100644 (file)
@@ -1,7 +1,37 @@
+2005-01-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * wid-edit.el (widget-specify-button): If mouse pointer shape
+       cannot be changed, use mouse face instead.
+
+2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
+       (gdb-goto-breakpoint): Make breakpoint handling work on template
+       functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
+       (gdb-assembler-custom): Update to recognise breakpoint information
+       added on 2005-01-19.
+
+2005-01-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * descr-text.el: Add more keywords.
+
+2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * speedbar.el: Avoid unnecessary use of locate-library.
+
+       * international/mule-cmds.el (standard-display-european-internal):
+       Don't fiddle with latin-1 non-break space any more since it's now
+       special cased in the C code.
+       Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
+
+2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-start.el (all): Add `undo-outer-limit'.
+
 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
-       * textmodes/bibtex.el (bibtex-format-entry): Use
-       `bibtex-empty-field-re' only on the text of fields, not on entire
+       * textmodes/bibtex.el (bibtex-format-entry):
+       Use `bibtex-empty-field-re' only on the text of fields, not on entire
        field lines.
        (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
        not on part of a buffer.
@@ -14,8 +44,7 @@
        (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
        (bibtex-entry-offset, bibtex-parse-association)
        (bibtex-parse-field-name): Fix typos in docstrings.
-       (bibtex-field-list, bibtex-find-crossref): Fix typos in error
-       messages.
+       (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
 
 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
 
 
 2005-01-20  Steven Tamm  <steventamm@mac.com>
 
-       * term/mac-win.el (process-connection-type): Removed.
+       * term/mac-win.el (process-connection-type): Remove.
        Controlled now by s/darwin.h:PTY_ITERATION.
 
 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>