]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Nov 2001 06:25:47 +0000 (06:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Nov 2001 06:25:47 +0000 (06:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 019dc27cb5e9a6155146e74b23c8bc11deac369b..5e7a7833381ae6475aa575b4699aa31e8e37b315 100644 (file)
@@ -1,3 +1,15 @@
+2001-11-19  Richard M. Stallman  <rms@gnu.org>
+
+       * net/net-utils.el (network-connection-service-abbrev-alist):
+       New variable.
+
+       * emacs-lisp/cl-indent.el (lisp-indent-defmethod): 
+       Advance to start of 3rd sexp by moving fwd and backing over it.
+       At first three elements, act like defun.
+
+       * delsel.el (delete-selection-pre-hook): Handle and resignal
+       file-supersession errors to interact properly with userlock.el.
+
 2001-11-18  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/fortran.el (fortran-mode-syntax-table): Specify
index afc688be4647cc87ffea00684ac7005c06002e0a..991c7648689baa42cedbf0d8e619609a11e1adf9 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-19  Richard M. Stallman  <rms@gnu.org>
+
+       * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
+
 2001-11-18  Jason Rumney  <jasonr@gnu.org>
 
        * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.