(windows-1250, windows-125[2-8])
[bpt/emacs.git] / lisp / ChangeLog
index 6240c7a..adbbfce 100644 (file)
@@ -1,3 +1,51 @@
+2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * international/code-pages.el (windows-1250, windows-125[2-8])
+       (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
+
+2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
+       bound yet.
+
+2005-03-02  Romain Francoise  <romain@orebokech.com>
+
+       * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
+       buffer after removing limits.
+       (ibuffer-pop-filter): Ditto.
+       Update copyright.
+
+2005-03-02  Miles Bader  <miles@gnu.org>
+
+       * button.el (make-text-button): If the user doesn't specify a
+       type, use the default.  Rewrite to use `add-text-properties' and
+       plist functions.
+
+2005-03-01  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
+       (debugger-jumping-flag): New var.
+       (debug-entry-code): Use it.
+       (debugger-jump): Use debugger-jumping-flag and add
+       debugger-reenable to post-command-hook.
+       (debugger-reenable): Use debugger-jumping-flag and remove itself
+       from post-command-hook.
+       (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
+       debugger-reenable.
+
+2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
+
+       * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
+       inclusion of "itemize\\|", which may be unnecessary, is certainly
+       inelegant, and stops refilling in itemize lists when formatting
+       Japanese Texinfo files to Info.
+       Update copyright to 2005.
+
+2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
+       of an error if GDB can't find the source file.
+
 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * calendar/calendar.el (redraw-calendar): Work from any buffer,
        new implementation no longer requires it.  Make sure that a
        function body containing just a string is not mistaken for a
        docstring.
+       (debug): Skip one more frame in case of debug on entry.
+       (debugger-setup-buffer): Delete one more frame line in case of
+       debug on entry.
+       (debugger-frame-number): Update to use the new text introduced by
+       the 1999-11-03 change.  Skip one more frame in case of debug on entry.
 
 2005-02-28  Kim F. Storm  <storm@cua.dk>