aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-31 15:04:25 +0000
committerRichard M. Stallman2004-12-31 15:04:25 +0000
commit1241e32da1f0ccc4983a1dde83f054851fe6de2d (patch)
tree3a2c995195a1a07152be08866e961d8d963ca960
parentc4f197308179d827ca0746748006ff6e1b6ea15e (diff)
downloademacs-1241e32da1f0ccc4983a1dde83f054851fe6de2d.tar.gz
emacs-1241e32da1f0ccc4983a1dde83f054851fe6de2d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog61
-rw-r--r--man/ChangeLog5
2 files changed, 65 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64ac73e33b3..46feadfa038 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,37 @@
12004-12-31 Richard M. Stallman <rms@gnu.org>
2
3 * files.el (require-final-newline): Allow `visit' and `visit-save'.
4 (mode-require-final-newline): New option.
5 (after-find-file): Handle require-final-newline with new values.
6 (basic-save-buffer): Handle new values of require-final-newline.
7
8 * progmodes/sh-script.el (sh-require-final-newline):
9 Alist value now controls whether to use mode-require-final-newline.
10 (sh-set-shell): Implement that new meaning.
11
12 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
13 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
14 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
15 Delete old-Emacs compatibility code.
16 (antlr-c-common-init): Function deleted.
17
18 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
19 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
20 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
21 * progmodes/python.el (python-mode): Use mode-require-final-newline.
22 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
23 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
24 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
25 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
26 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
27 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
28 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
29 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
30 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
31 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
32 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
33 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
34
12004-12-31 Jay Belanger <belanger@truman.edu> 352004-12-31 Jay Belanger <belanger@truman.edu>
2 36
3 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the 37 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
@@ -17,7 +51,7 @@
172004-12-31 Kenichi Handa <handa@m17n.org> 512004-12-31 Kenichi Handa <handa@m17n.org>
18 52
19 * international/mule.el (buffer-file-coding-system-explicit): 53 * international/mule.el (buffer-file-coding-system-explicit):
20 Renambed for explicit-buffer-file-coding-system. 54 Renamed for explicit-buffer-file-coding-system.
21 (after-insert-file-set-coding): Adjusted for the above change. 55 (after-insert-file-set-coding): Adjusted for the above change.
22 56
23 * files.el (revert-buffer): Change 57 * files.el (revert-buffer): Change
@@ -25,6 +59,31 @@
25 buffer-file-coding-system-explicit. 59 buffer-file-coding-system-explicit.
26 (basic-save-buffer-1): Likewise. 60 (basic-save-buffer-1): Likewise.
27 61
622004-12-30 Richard M. Stallman <rms@gnu.org>
63
64 * textmodes/artist.el (artist-butlast-fn): Var deleted.
65 (artist-butlast, artist-last): Functions deleted.
66 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
67 (artist-compute-key-compl-table): Call remq directly.
68 (artist-remove-nulls): Function deleted.
69 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
70 (artist-push, artist-pop): Macro deleted.
71
722004-12-30 Andreas Leue <al@sphenon.de>
73
74 * textmodes/artist.el (artist-version): 1.2.6
75 (artist-prev-next-op-alist): New variable.
76 (artist-select-next-op-in-list): New function.
77 (artist-select-prev-op-in-list): New function.
78 (artist-make-prev-next-op-alist): New function.
79 (artist-is-in-op-list-p): New function.
80 (artist-get-first-non-nil-op): New function.
81 (artist-get-last-non-nil-op): New function.
82 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
83 artist-prev-next-op-alist.
84 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
85 change drawing operation.
86
282004-12-30 Luc Teirlinck <teirllm@auburn.edu> 872004-12-30 Luc Teirlinck <teirllm@auburn.edu>
29 88
30 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries. 89 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
diff --git a/man/ChangeLog b/man/ChangeLog
index 6590a361b6d..1cda3233b45 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12004-12-31 Richard M. Stallman <rms@gnu.org>
2
3 * files.texi (Saving): Describe new require-final-newline features
4 and mode-require-final-newline.
5
12004-12-31 Jay Belanger <belanger@truman.edu> 62004-12-31 Jay Belanger <belanger@truman.edu>
2 7
3 * calc.texi: Mention C-cC-c as the way to finish editing throughout. 8 * calc.texi: Mention C-cC-c as the way to finish editing throughout.