aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4d8e8c6dd52..b4437f350da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,53 @@
12005-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
62005-04-20 Nick Roberts <nickrob@snap.net.nz>
7
8 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9
102005-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
222005-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
272005-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
392005-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
12005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> 512005-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