]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 82dc0171dcf5a36afbc82d825b836d3c3d47a3a3..7029193eec9995f81d3acdafd3ce536918eff014 100644 (file)
@@ -1,3 +1,138 @@
+2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * calendar/appt.el: Update copyright and commentary.
+       (appt-issue-message): Delete (see appt-activate).
+       (appt-visible, appt-msg-window): Make obsolete, in favour of
+       appt-display-format.
+       (appt-display-mode-line, appt-display-duration)
+       (appt-display-diary, appt-time-msg-list, appt-mode-string)
+       (appt-prev-comp-time, appt-display-count, appt-timer)
+       (appt-convert-time): Doc change.
+       (appt-disp-window-function, appt-delete-window-function): Use
+       defcustom rather than defvar.
+       (appt-display-format): New variable.
+       (appt-display-message): New function with display code from
+       appt-check.
+       (appt-check): Add optional FORCE argument.  Doc change.  Add
+       appt-make-list to diary-hook if displaying diary.  Remove
+       checking of view-diary-entries-initially.  Message
+       display section removed to new function appt-display-message.
+       (appt-display-window): Doc change.  Remove unused internal var
+       this-buffer.  Do not beep, since appt-display-message does that.
+       (appt-make-list): Doc change.  Use caar.
+       (appt-sort-list): Simplify by using builtin sort function.
+       (appt-update-list): New function for updating appts when diary is
+       saved.
+       (appt-activate): New autoloaded function to toggle package
+       functionality.
+
+       * calendar/cal-x.el: (calendar-one-frame-setup)
+       (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc
+       change.
+
+       * calendar/calendar.el: Update copyright.
+       (view-diary-entries-initially, european-calendar-style): Doc
+       change.
+       (calendar-setup): Make defcustom rather than defvar.
+       (mark-visible-calendar-date): Initialize temp-face and faceinfo
+       in let binding so local to function.
+
+       * calendar/diary-lib.el: Update copyright.
+       (diary, diary-entry-time): Doc change.
+       (list-diary-entries): Doc change.  Trivial logic change.
+       (fancy-diary-display): Restore make-face command mistakenly
+       deleted 2003-05-08.
+       (show-all-diary-entries): Allow to pop-up frame if needed.
+
+2004-01-09  John Paul Wallington  <jpw@gnu.org>
+
+       * bindings.el (mode-line-change-eol): Add EVENT parameter.
+       Temporarily select EVENT's window for changing eol type.
+
+2004-01-09  Deepak Goel  <deego@gnufans.org>
+
+       * calendar/diary-lib.el (diary-entry-time):
+       Also accept time in the form XX[.XX][am/pm/AM/PM].
+       (fancy-diary-font-lock-keywords): Likewise.
+       (diary-font-lock-keywords): Likewise.
+       * calendar/appt.el (appt-add): Likewise.
+       (appt-make-list): Likewise.
+       (appt-convert-time): Likewise.
+
+2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb-ui.el (gdb-ann3): Revert previous change.
+       (gdb-source-info): Allow for case of where compilation directory
+       is not recorded.
+
+2004-01-08  John Paul Wallington  <jpw@gnu.org>
+
+       * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
+
+2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gud.el (gdb-first-prompt): Renamed from
+       gdb-first-pre-prompt
+
+       * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
+       (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
+       problems.
+       (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
+
+2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.el (write-file-functions, write-contents-functions):
+       Clarify docstrings.
+
+2004-01-07  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (set-auto-coding): Fix for the case that
+       end-of-line is only CR.
+
+2004-01-07  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (event-start, event-end): Doc fix.
+       (posn-string, posn-image): New defuns.
+       (posn-object): Return either image or string object.
+       (posn-object-x-y): Return 8th element of position.
+       (posn-object-width-height): New defun.
+
+2004-01-06  Andreas Schwab  <schwab@suse.de>
+
+       * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
+       output.
+
+2004-01-05  Karl Berry  <karl@gnu.org>
+
+       * emacs-lisp/copyright.el (copyright-regexp): might as well allow
+       / and *, too.
+
+2003-12-31  Simon Josefsson  <jas@extundo.com>
+
+       * files.el (before-save-hook): Add.
+       (basic-save-buffer): Use before-save-hook.
+
+       * emacs-lisp/copyright.el: Fix comment to recommend
+       before-save-hook instead of write-file-functions.
+
+2004-01-05  Richard M. Stallman  <rms@gnu.org>
+
+       * finder.el (finder-commentary): Call delete-other-windows.
+
+       * net/ange-ftp.el (ange-ftp-file-attributes):
+       Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
+
+2004-01-04  Karl Berry  <karl@gnu.org>
+
+       * emacs-lisp/copyright.el (copyright-regexp): allow the common
+       comment characters % and # in the copyright year notice,
+       as well as ;.
+
+2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * wid-edit.el (default): Define dummy :value-delete.
+       Reported by Jesper Harder <harder@ifa.au.dk>.
+
 2004-01-03  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/compile.el (compile-internal): Use point, not point-min,
        (term-sentinel): New function.
        (term-handle-exit): New function.
 
-       * subr.el (assoc-ignore-case, assoc-ignore-representation): 
+       * subr.el (assoc-ignore-case, assoc-ignore-representation):
        Use assoc-string, and mark them obsolete.
        (delay-mode-hooks): Mark as permanent local.
 
        * xml.el (xml-parse-region): Allow comments to appear after the
        topmost element has closed.
        (xml-ns-parse-ns-attrs, xml-ns-expand-el)
-       (xml-ns-expand-attr): New functions to do namespace handling.   
+       (xml-ns-expand-attr): New functions to do namespace handling.
        (xml-intern-attrlist): Back-compatible handling of attribute
        names.
        (xml-parse-tag): Move namespace handling to seperate functions.