aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-19 06:25:47 +0000
committerRichard M. Stallman2001-11-19 06:25:47 +0000
commitb9937f07c3226e0c151c8f1764f71ae76e2710fc (patch)
treeebaa4466bba85b74fd88ed4023001774d137024a
parent36974b5ecb3f36b50366a6142e1590f44177219c (diff)
downloademacs-b9937f07c3226e0c151c8f1764f71ae76e2710fc.tar.gz
emacs-b9937f07c3226e0c151c8f1764f71ae76e2710fc.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
-rw-r--r--src/ChangeLog4
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 019dc27cb5e..5e7a7833381 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12001-11-19 Richard M. Stallman <rms@gnu.org>
2
3 * net/net-utils.el (network-connection-service-abbrev-alist):
4 New variable.
5
6 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7 Advance to start of 3rd sexp by moving fwd and backing over it.
8 At first three elements, act like defun.
9
10 * delsel.el (delete-selection-pre-hook): Handle and resignal
11 file-supersession errors to interact properly with userlock.el.
12
12001-11-18 Richard M. Stallman <rms@gnu.org> 132001-11-18 Richard M. Stallman <rms@gnu.org>
2 14
3 * progmodes/fortran.el (fortran-mode-syntax-table): Specify 15 * progmodes/fortran.el (fortran-mode-syntax-table): Specify
diff --git a/src/ChangeLog b/src/ChangeLog
index afc688be464..991c7648689 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-11-19 Richard M. Stallman <rms@gnu.org>
2
3 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
4
12001-11-18 Jason Rumney <jasonr@gnu.org> 52001-11-18 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'. 7 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.