aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog89
1 files changed, 89 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d1825190c1a..f24de58fbb7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,87 @@
12007-01-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * ediff-init.el (ediff-autostore-merges):
4 * textmodes/fill.el (fill-region): Doc fix.
5
62007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * server.el (server-ensure-safe-dir): UIDs may be floats.
9
102007-01-10 Richard Stallman <rms@gnu.org>
11
12 * battery.el (battery-linux-proc-acpi): Use ignore-errors
13 around calls to directory-files.
14
15 * subr.el (momentary-string-display): Use save-excursion.
16
17 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
18 argument, but read it as `X' does.
19
202007-01-09 Juri Linkov <juri@jurta.org>
21
22 * info.el (Info-fontify-node): Don't hide node names of index entries.
23
24 * faces.el (momentary): Change :group to basic-faces where all
25 basic faces belong to. Add :version.
26
272007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
28
29 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
30 keybinding is found.
31 (tutorial--find-changed-keys): Never treat null keybinding as a
32 remapping.
33
342007-01-09 Martin Rudalics <rudalics@gmx.at>
35
36 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
37
382007-01-09 Kenichi Handa <handa@m17n.org>
39
40 * international/mule-cmds.el
41 (select-safe-coding-system-interactively): Fix message.
42
432007-01-09 Michael Albinus <michael.albinus@gmx.de>
44
45 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
46 (tramp-process-actions): Add optional parameter TIMEOUT.
47 (tramp-open-connection-telnet, tramp-open-connection-rsh)
48 (tramp-open-connection-su): Add timeout of 60".
49
502007-01-09 Richard Stallman <rms@gnu.org>
51
52 * progmodes/compile.el (compile): Doc fix.
53
542007-01-09 Markus Triska <markus.triska@gmx.at>
55
56 * tumme.el (tumme-display-thumb): Doc fix.
57
582007-01-08 Juanma Barranquero <lekktu@gmail.com>
59
60 * battery.el (battery-search-for-one-match-in-files):
61 * bindings.el (mode-line-minor-mode-help):
62 * x-dnd.el (x-dnd-types-alist):
63 * calendar/icalendar.el (icalendar-import-buffer):
64 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
65
66 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
67
682007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
69
70 * replace.el (replace-regexp): Fix typo in docstring.
71
722007-01-07 Alan Mackenzie <acm@muc.de>
73
74 * progmodes/cc-langs.el (c-operators, c-filter-ops):
75 Amend doc-string and comments.
76
772007-01-06 Eli Zaretskii <eliz@gnu.org>
78
79 * files.el (abbreviate-file-name): Doc fix.
80
812007-01-06 Markus Triska <triska@gmx.at>
82
83 * subr.el (split-string): Remove spurious ")" from doc string.
84
12007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com> 852007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2 86
3 * textmodes/table.el (table--warn-incompatibility): 87 * textmodes/table.el (table--warn-incompatibility):
@@ -275,6 +359,11 @@
2752006-12-27 Kenichi Handa <handa@m17n.org> 3592006-12-27 Kenichi Handa <handa@m17n.org>
276 360
277 * international/mule-cmds.el (select-safe-coding-system-interactively): 361 * international/mule-cmds.el (select-safe-coding-system-interactively):
362 Use face `link' for problematic chars.
363
3642006-12-27 Kenichi Handa <handa@m17n.org>
365
366 * international/mule-cmds.el (select-safe-coding-system-interactively):
278 Improve the message in *Warning* buffer. 367 Improve the message in *Warning* buffer.
279 368
2802006-12-27 Kim F. Storm <storm@cua.dk> 3692006-12-27 Kim F. Storm <storm@cua.dk>