aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2005-08-05 10:57:36 +0000
committerMiles Bader2005-08-05 10:57:36 +0000
commit5e10f34207ff594cd6570928bc0292a7b53297b8 (patch)
treed03b31da4d83d4a49fac3162e5481b77849754d5 /lisp/ChangeLog
parent07bd7822113da5ae28d0db471453622a2ed5d6cd (diff)
parent11e22c4a01e2535ad784e0d122a65837a13ec71c (diff)
downloademacs-5e10f34207ff594cd6570928bc0292a7b53297b8.tar.gz
emacs-5e10f34207ff594cd6570928bc0292a7b53297b8.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 504-513) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: .cvsignore: Add `lock'. * gnus--rel--5.10 (patch 99-103) - Update from CVS
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog130
1 files changed, 123 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5ae09a0e9ec..5161c5e3fbf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,123 @@
12005-08-05 Kenichi Handa <handa@m17n.org>
2
3 * international/code-pages.el: Add autoload cookies for all coding
4 systems.
5
62005-08-04 Luc Teirlinck <teirllm@auburn.edu>
7
8 * cus-start.el (all): Put undo.c where it alphabetically belongs.
9
102005-08-04 Juri Linkov <juri@jurta.org>
11
12 * progmodes/compile.el (compilation-mode-map):
13 * progmodes/grep.el (grep-mode-map):
14 Bind TAB to `compilation-next-error' and [backtab] to
15 `compilation-previous-error'.
16
17 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
18 matching line numbers, column numbers and their ranges with regexp
19 matching only line numbers.
20 (grep-context-face): New face variable.
21 (grep-mode-font-lock-keywords): Use it.
22
23 * faces.el (read-face-name): Delete duplicate faces.
24
252005-08-02 Juanma Barranquero <lekktu@gmail.com>
26
27 * thumbs.el (thumbs-find-image): Don't make variables
28 automatically buffer local.
29 (thumbs-current-tmp-filename, thumbs-current-image-filename)
30 (thumbs-image-num): Make automatically buffer local.
31 (thumbs-show-thumbs-list): Use `make-local-variable', not
32 `make-variable-buffer-local'.
33 (thumbs-insert-image): Make `thumbs-current-image-size'
34 buffer-local.
35
36 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
37 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
38 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
39 (bother, bye, canyou, chatlst, continue, deathlst, describe)
40 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
41 (feelings-about, foullst, found, hello, history, howareyoulst)
42 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
43 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
44 (neglst, obj, object, owner, please, problems, qlist)
45 (random-adjective, relation, remlst, repetitive-shortness)
46 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
47 (shortlst, something, sportslst, stallmanlst, states, subj)
48 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
49 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
50 Defvar at compile time.
51
52 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
53 not `make-variable-buffer-local'.
54
552005-08-02 Kim F. Storm <storm@cua.dk>
56
57 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
58 rectangle overlay in selected window.
59
602005-08-01 Luc Teirlinck <teirllm@auburn.edu>
61
62 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
63 instead of display group. Make `indicate-buffer-boundaries'
64 customizable through Custom.
65
662005-08-01 Juanma Barranquero <lekktu@gmail.com>
67
68 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
69 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
70 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
71 (gdb-put-string): Fix typos in docstrings.
72
732005-08-01 Nick Roberts <nickrob@snap.net.nz>
74
75 Update copyright notices of files in progmodes directory for
76 release of Emacs 22.1.
77
78 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
79
80 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. Don't
81 barf if the GUD buffer has been killed.
82
832005-08-01 Kim F. Storm <storm@cua.dk>
84
85 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
86
872005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
90 (byte-compile-form-make-variable-buffer-local): New functions to warn
91 about misuses of make-variable-buffer-local where make-local-variable
92 was meant.
93
942005-07-29 Juanma Barranquero <lekktu@gmail.com>
95
96 * bs.el (bs-attributes-list): Doc fix.
97 (bs): Update url-link.
98
99 * desktop.el (desktop-save-buffer): Fix typos in docstring.
100 (desktop-load-default): Simplify.
101
102 * ibuffer.el (ibuffer-columnize-and-insert-list)
103 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
104 (ibuffer-unmark-all, ibuffer-toggle-marks)
105 (ibuffer-unmark-forward, ibuffer-unmark-backward)
106 (ibuffer-compile-make-format-form, ibuffer-format-column)
107 (ibuffer-current-buffers-with-marks)
108 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
109 (ibuffer): Doc fix.
110 (ibuffer-mode): Fix typo in docstring.
111 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
112 with `define-obsolete-variable-alias'.
113 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
114
1152005-07-29 Kenichi Handa <handa@m17n.org>
116
117 * international/mule-cmds.el (select-message-coding-system):
118 Be sure to use LF for end-of-line. If no coding system is decided,
119 return iso-8859-1-unix.
120
12005-07-28 Stefan Monnier <monnier@iro.umontreal.ca> 1212005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 122
3 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs) 123 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
@@ -62,17 +182,15 @@
62 182
63 * term/README: Describe the terminal-init-* functionality. 183 * term/README: Describe the terminal-init-* functionality.
64 184
65 * startup.el (command-line): After loading the terminal 185 * startup.el (command-line): After loading the terminal initialization
66 initialization file call the corresponding terminal initialization 186 file call the corresponding terminal initialization function.
67 function.
68 187
692005-07-27 Kenichi Handa <handa@m17n.org> 1882005-07-27 Kenichi Handa <handa@m17n.org>
70 189
71 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is 190 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
72 negative. 191 negative.
73 192
74 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to 193 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
75 setcharwidth.
76 (ps-mule-composition-prologue): Fix for the case that 194 (ps-mule-composition-prologue): Fix for the case that
77 RelativeCompose is false. 195 RelativeCompose is false.
78 196
@@ -140,8 +258,6 @@
140 258
1412005-07-22 Juri Linkov <juri@jurta.org> 2592005-07-22 Juri Linkov <juri@jurta.org>
142 260
143 * simple.el (line-move-1): Fix comments.
144
145 * startup.el (normal-splash-screen): Update menu name. 261 * startup.el (normal-splash-screen): Update menu name.
146 262
147 * tempo.el (tempo-insert-template): Fix 2005-07-16 change. 263 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.