comparison lisp/ChangeLog @ 53289:ef22c9575b53

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
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 28 Dec 2003 16:03:57 +0000
parents f0eb34e60705 4cb33bfb540c
children 09ea561dfa8c
comparison
equal deleted inserted replaced
53238:7a619020ecd2 53289:ef22c9575b53
1 2003-12-08 Miles Bader <miles@gnu.org> 1 2003-12-08 Miles Bader <miles@gnu.org>
2 2
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
6 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7
8 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9
10 2003-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
17 2003-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
27 2003-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
41 2003-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
65 2003-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
70 2003-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.
5 87
6 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk> 88 2003-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
9 for parent, if the item has none of its own. 91 for parent, if the item has none of its own.