]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
New file.
[gnu-emacs] / lisp / ChangeLog
index c0a2fd5f135abb0a3e25a86bc8c368279cc898a3..865917eb051b79b87498440621c797cfff7308bc 100644 (file)
@@ -1,3 +1,84 @@
+2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * textmodes/po.el: New file.
+
+2002-03-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
+       Fix simple loop indentation.
+
+2002-03-14  Miles Bader  <miles@gnu.org>
+
+       * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
+
+2002-03-14  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/picture.el (picture-insert)
+       (picture-clear-column, picture-draw-rectangle): 
+       Use move-to-column, not move-to-column-force.
+       
+       * dired.el (dired-readin): Clear out undo list.
+       (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
+       (dired-delete-entry): New function.
+       (dired-internal-do-deletions): Use dired-fun-in-all-buffers
+       and dired-delete-entry, to update this buffer (and others).
+
+       * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
+       
+       * facemenu.el (facemenu-add-new-face):
+       Pass region args to facemenu-set-face, when there is a region.
+       (facemenu-set-foreground, facemenu-set-background)
+       (facemenu-add-face): Doc fixes.
+       
+       * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
+
+2002-03-14  Miles Bader  <miles@gnu.org>
+
+       * emacs-lisp/debug.el: Require `button'.
+       (debugger-mode-map): Set the parent keymap to `button-buffer-map',
+       to get TAB and <backtab> bindings.
+
+       * net/rlogin.el (rlogin-carriage-filter): Function removed.
+       (rlogin): Don't install the `rlogin-carriage-filter' filter, as
+       comint removes carriage returns itself now.
+
+       * rfn-eshadow.el (rfn-eshadow-update-overlay): Bind
+       `inhibit-point-motion-hooks' to t while messing around, to avoid
+       getting hosed by our own intangible property.
+
+2002-03-13  Francesco Potorti`  <pot@gnu.org>
+
+       * progmodes/etags.el (tag-exact-file-name-match-p)
+       (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
+       simpler regexp.
+
+2002-03-12  Colin Walters  <walters@debian.org>
+
+       * ibuffer.el (ibuffer-redisplay-current): Don't move point when
+       redisplaying a line.
+
+2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
+
+       * term/x-win.el (emacs-session-restore): Take previous id as
+       an argument.
+       (emacs-session-save): Add comment that return t means cancel shutdown
+
+       * startup.el (command-line): Must check that x-session-previous-id
+       is bound also, for non-X platforms.
+
+2002-03-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
+       (lisp-loop-forms-indentation, lisp-simple-loop-indentation): New
+       user options.
+       (extended-loop-p, common-lisp-loop-part-indentation): New
+       functions.
+       (common-lisp-indent-function-1): Renamed from
+       common-lisp-indent-function.
+       (common-lisp-indent-function): Handle loop forms specially.
+       (lisp-indent-defmethod): Use car/cdr instead of first/rest.
+       (lisp-backquote-indentation): New user option.
+
 2002-03-12  Francesco Potorti`  <pot@gnu.org>
 
        * progmodes/etags.el (tag-exact-file-name-match-p)
@@ -5,6 +86,21 @@
        that the header of a tags section has either a number or nothing
        after the last comma.
 
+2002-03-11  Richard M. Stallman  <rms@gnu.org>
+
+       * imenu.el (imenu-update-menubar-modified-tick): New variable.
+       (imenu-update-menubar): Don't call imenu--make-index-alist
+       if buffer has not changed since last time.
+
+       * desktop.el (desktop-buffer-handlers): Doc fix.
+       (desktop-buffer-file): Explicitly return BUF.
+
+       * paren.el (show-paren-function): Move back in other direction
+       to verify the match is correct.
+
+       * mail/supercite.el (sc-select-attribution): Accept whatever value
+       we get in CHOICE; there is no value meaning "try again".
+
 2002-03-11  Colin Walters  <walters@verbum.org>
 
        * shell.el (toplevel): Revert previous change to use pcomplete.
 
        * subr.el (add-to-list): Doc fix.
 
-2002-03-07  Miles Bader  <miles@gnu.org>
+2002-03-11  Miles Bader  <miles@gnu.org>
 
        * pcomplete.el (pcomplete-entries): Expand environment variables
        in filename.
 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * xml.el (xml-parse-attlist): Accept empty strings.
-       From Max Froumentin <mf@w3.org>.
 
 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>