Mercurial > emacs
comparison lisp/ChangeLog @ 83291:bbf359ec4a59
Merged from miles@gnu.org--gnu-2005 (patch 269)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-269
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-331
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 25 Apr 2005 11:47:55 +0000 |
parents | 042f282a2ed7 f571b77284ff |
children | ad07ff6e4555 |
comparison
equal
deleted
inserted
replaced
83290:042f282a2ed7 | 83291:bbf359ec4a59 |
---|---|
1 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and | |
4 right angle brackets. | |
5 | |
6 2005-04-20 Nick Roberts <nickrob@snap.net.nz> | |
7 | |
8 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate. | |
9 | |
10 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
11 | |
12 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir): | |
13 Remove. Update callers to use expand-file-name instead. | |
14 | |
15 * subr.el (syntax-class): New function. | |
16 | |
17 * simple.el (blink-matching-open): Use it. | |
18 | |
19 * paren.el (show-paren-function): Use it to recognize parens that are | |
20 also used in 2-char comment markers. | |
21 | |
22 2005-04-19 Lute Kamstra <lute@gnu.org> | |
23 | |
24 * loadhist.el (unload-feature): Update for new format of | |
25 load-history. Simplify the code. | |
26 | |
27 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
28 | |
29 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit. | |
30 (mac-add-charset-info): New function. Initialize variable | |
31 mac-charset-info-alist using it. | |
32 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data | |
33 for translation. | |
34 (mac-symbol-encoder, mac-dingbats-encoder): New translation table. | |
35 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats. | |
36 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font): | |
37 New CCL programs. | |
38 | |
39 2005-04-19 Kim F. Storm <storm@cua.dk> | |
40 | |
41 * simple.el (next-buffer, prev-buffer, next-error) | |
42 (scroll-other-window, keyboard-quit, keyboard-escape-quit) | |
43 (clone-indirect-buffer-other-window): Move bindings to bindings.el. | |
44 | |
45 * bindings.el (next-buffer, prev-buffer, next-error) | |
46 (scroll-other-window, keyboard-quit, keyboard-escape-quit) | |
47 (clone-indirect-buffer-other-window): Move bindings from simple.el. | |
48 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings. | |
49 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings. | |
50 | |
1 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | 51 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 52 |
3 * isearch.el (isearch-edit-string): Make the search-ring available for | 53 * isearch.el (isearch-edit-string): Make the search-ring available for |
4 minibuffer history commands. | 54 minibuffer history commands. |
5 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, | 55 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, |