aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2003-12-28 16:03:57 +0000
committerKaroly Lorentey2003-12-28 16:03:57 +0000
commit2e7f2ec031f1708b80df9dc1f60f6b1cb24a5c02 (patch)
tree6e682f963c37c5cb6610711ec395ed4e82fff7fc /lisp/ChangeLog
parent53fed860b6a9e8f89eca3fd8a15e49c58aace85d (diff)
parent8af1a978a8f635a9d05f56200ba42613e3574c44 (diff)
downloademacs-2e7f2ec031f1708b80df9dc1f60f6b1cb24a5c02.tar.gz
emacs-2e7f2ec031f1708b80df9dc1f60f6b1cb24a5c02.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-138 Update from CVS * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-139 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-15
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog82
1 files changed, 82 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 20b42e74cdf..5c667e0b353 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,88 @@
3 * dired.el (dired-between-files): Always use dired-move-to-filename, 3 * dired.el (dired-between-files): Always use dired-move-to-filename,
4 which is more robust in non-english locales. 4 which is more robust in non-english locales.
5 5
62003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7
8 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9
102003-12-24 Andreas Schwab <schwab@suse.de>
11
12 * shell.el (shell-file-name-quote-list): Add backslash.
13
14 * comint.el (comint-quote-filename): Correctly handle backslash
15 in comint-file-name-quote-list.
16
172003-12-24 Kenichi Handa <handa@m17n.org>
18
19 * international/mule-cmds.el (set-default-coding-systems): Call
20 ucs-set-table-for-input for all buffers that don't have local
21 value of buffer-file-coding-system.
22
23 * international/ucs-tables.el (ucs-set-table-for-input): If
24 translation-table-for-encode is a symbol, get its
25 translation-table property.
26
272003-12-23 Luc Teirlinck <teirllm@auburn.edu>
28
29 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
30 to `completing-read' on a recently fixed bug.
31
32 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
33 instead of SPACE, to get the list of possible fringe modes. SPACE
34 only works if both `partial-completion-mode' and
35 `completion-auto-help' are nil.
36
37 * complete.el (PC-is-complete-p): delete.
38 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
39 calls to `test-completion'.
40
412003-12-23 Nick Roberts <nick@nick.uklinux.net>
42
43 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
44 to edit values when there are no children.
45
46 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
47 a mode called "Assembler" already exists.
48 (gdb-use-colon-colon-notation, gdb-show-changed-values): New
49 options.
50 (gud-watch): Use format option. Remove font properties from
51 string.
52 (gdb-var-create-handler, gdb-var-list-children-handler): Don't
53 bother about properties as there are none.
54 (gdb-var-create-handler, gdb-var-list-children-handler)
55 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
56 with two arguments.
57 (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let
58 speedbar show value changes with a different font.
59 (gdb-edit-value): New defun.
60 (gdb-clear-partial-output, gdb-clear-inferior-io)
61 (def-gdb-auto-update-handler): Use erase-buffer.
62 (gdb-frame-handler): Display watch expressions in
63 FUNCTION::VARIABLE format if required.
64
652003-12-23 John Paul Wallington <jpw@gnu.org>
66
67 * info.el (Info-unescape-quotes, Info-split-parameter-string)
68 (Info-goto-emacs-command-node): Doc fixes.
69
702003-12-03 Kenichi Handa <handa@m17n.org>
71
72 * language/cyrillic.el: Register "microsoft-cp1251" in
73 ctext-non-standard-encodings-alist.
74 ("Bulgarian"): Add ctext-non-standard-encodings.
75 ("Belarusian"): Likewise.
76
77 * international/mule-conf.el (compound-text-with-extensions):
78 Change the type to 2 (iso-2022 base).
79
80 * international/mule.el (ctext-non-standard-encodings-alist):
81 Change the format.
82 (ctext-non-standard-encodings): New variable.
83 (ctext-post-read-conversion): Fully re-written.
84 (ctext-non-standard-designations-alist): Delete it.
85 (ctext-non-standard-encodings-table): New function.
86 (ctext-pre-write-conversion): Fully re-written.
87
62003-11-30 Per Abrahamsen <abraham@dina.kvl.dk> 882003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7 89
8 * cus-edit.el (custom-add-parent-links): Add documentation links 90 * cus-edit.el (custom-add-parent-links): Add documentation links