comparison lisp/ChangeLog @ 83556:07774e5c3ff5

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-619 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-620 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-621 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-622 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-623 Remove RCS keywords * emacs@sv.gnu.org/emacs--devo--0--patch-624 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-625 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-626 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-627 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-628 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-629 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-630 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-631 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-632 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-633 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-634 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-635 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-636 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-637 Remove RCS keywords * emacs@sv.gnu.org/emacs--devo--0--patch-638 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-639 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-640 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-641 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-642 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-643 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-644 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-645 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-646 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-647 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-648 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-649 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-197 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-198 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-199 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-200 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-201 Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser. * emacs@sv.gnu.org/gnus--rel--5.10--patch-202 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-596
author Karoly Lorentey <karoly@lorentey.hu>
date Sat, 24 Feb 2007 19:26:54 +0000
parents b8d9a391daf3 d47e40b30370
children edf631bdbb7a
comparison
equal deleted inserted replaced
83555:053bf1a38bfa 83556:07774e5c3ff5
1 2007-02-24 Eli Zaretskii <eliz@gnu.org>
2
3 * startup.el (command-line): If simple.el cannot be found, proceed
4 with a warning message.
5
6 2007-02-24 Kenichi Handa <handa@m17n.org>
7
8 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
9 case that BEG is a string.
10
11 2007-02-24 Chris Moore <dooglus@gmail.com>
12
13 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14 * pgg-pgp.el (pgg-pgp-encrypt-region):
15 * pgg-gpg.el (pgg-gpg-encrypt-region):
16 Check pgg-encrypt-for-me if no other recipients.
17
18 2007-02-23 Eli Zaretskii <eliz@gnu.org>
19
20 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
21
22 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
23 shell-quote-argument.
24
25 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26
27 * comint.el (comint-read-input-ring): Use comint-input-ring-size
28 from the comint buffer instead of the temporary one.
29
30 2007-02-23 David Reitter <david.reitter@gmail.com>
31
32 * cus-edit.el (custom-save-all): Canonicalize custom-file before
33 storing it in recentf-exclude.
34
35 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
36
37 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
38 in splash screen.
39
40 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
41
42 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
43 commands, for restart.
44 (idlwave-shell-current-module): Fix handling of module name by
45 type.
46 (idlwave-shell-break-in): Update type handling.
47 (idlwave-shell-bp-get): Encode type in BP structure.
48 (idlwave-shell-set-bp): Fix setting condition/count on disabled
49 BPs.
50 (idlwave-shell-module-source-query): Query routine info based on
51 type. Fix path parsing for non-compiled files.
52 (idlwave-shell-module-source-filter): Don't signal error in
53 filter if no source found.
54 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
55 filter race.
56
57 2007-02-22 Kim F. Storm <storm@cua.dk>
58
59 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
60 (editable-field): Document need to put some text before the %v
61 escape in :format string.
62
63 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
66 (vc-svn-use-edit): Remove unused config var.
67 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
68
69 * outline.el (hide-sublevels): Keep empty last line, if available.
70
71 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
72 rather than the corresponding unicode char, to make the code
73 more readable.
74
75 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
76
77 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
78 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
79 (speedbar-item-info-tag-helper): Doc fixes.
80
81 2007-02-19 Kenichi Handa <handa@m17n.org>
82
83 * international/mule-cmds.el (locale-language-names):
84 Map "eo" to "Esperanto".
85
86 * language/european.el ("Esperanto"): New language environment.
87
88 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
89
90 * simple.el (kill-line): Doc fix.
91
92 2007-02-17 Kim F. Storm <storm@cua.dk>
93
94 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
95 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
96 (bindat--unpack-group, bindat--pack-group):
97 Handle vectors with optional element type.
98
99 2007-02-17 Daiki Ueno <ueno@unixuser.org>
100
101 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
102 if PASSPHRASE is given.
103
104 2007-02-17 Chris Moore <dooglus@gmail.com>
105
106 * jka-cmpr-hook.el (jka-compr-compression-info-list):
107 Recognize backups of bz2 compressed files.
108
109 2007-02-17 Eli Zaretskii <eliz@gnu.org>
110
111 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
112 to nil to speed up lookup of the symbol in index nodes.
113
114 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
115
116 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
117 Add indentation for the constants of Lisp.
118
119 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * ps-print.el: Use (defvar <foo>) where applicable.
122 (ps-print-emacs-type): Remove.
123 (ps-x-frame-property, ps-e-frame-parameter): Remove.
124 (ps-frame-parameter): Align its call-convention with frame-parameter.
125 (ps-begin-job): Adjust calls to it appropriately.
126 (ps-setup): Don't print ps-print-emacs-type.
127 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
128 Define in such a way that it's obvious that it's defined.
129 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
130 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
131 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
132
133 2007-02-15 Alan Mackenzie <acm@muc.de>
134
135 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
136 an empty one-line C-style comment, post-position point properly.
137
138 2007-02-15 Chris Moore <dooglus@gmail.com>
139
140 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
141 (isearch-lazy-highlight-new-loop): Bind it.
142 (isearch-lazy-highlight-search): Use it.
143
144 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
145
146 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * font-lock.el (font-lock-extend-region-wholelines):
149 Only return non-nil if the region has really been changed.
150 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
151
152 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
153
154 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
155 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
156 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
157
158 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
159
160 * faces.el (color-values): Revert changes to docstring from
161 2007-01-31 and 2000-09-07.
162
163 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
164 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
165 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
166 (ispell-help): Fix typos in docstring and output message.
167
168 2007-02-14 Kim F. Storm <storm@cua.dk>
169
170 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
171 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
172 (grep): Fix lgrep reference.
173
174 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
175 (standard-display-underline): Use make-glyph-code.
176
177 * descr-text.el (describe-char): Use glyph-char and glyph-face.
178
179 * international/latin1-disp.el (latin1-display-char):
180 Use make-glyph-code.
181
182 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
183
184 * ehelp.el (with-electric-help, electric-help-exit)
185 (electric-help-retain): Doc fixes.
186
187 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
188 (byte-compile-file): Doc fixes.
189
190 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
191
192 * term/mac-win.el: Change all uses of
193 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
194 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
195 (mac-ae-get-url): Call select-frame-set-input-focus.
196 (mac-dnd-handle-drag-n-drop-event): Don't call
197 select-frame-set-input-focus.
198
199 2007-02-13 Kenichi Handa <handa@m17n.org>
200
201 * international/characters.el: Fix documentation of category `a'.
202
203 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
204
205 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
206
207 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
208
209 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
210 (tramp-get-remote-ln): Handle error case.
211 Reported by Chris Moore <dooglus@gmail.com>.
212
213 2007-02-11 Kim F. Storm <storm@cua.dk>
214
215 * bindings.el (ctl-x-map): Remove register compatibility bindings
216 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
217
218 2007-02-11 Richard Stallman <rms@gnu.org>
219
220 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
221 in load history.
222
223 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
224 condition -- don't fail to stop at endpos.
225
226 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
227
228 * textmodes/org.el (org-agenda-get-todos)
229 (org-agenda-get-timestamps, org-agenda-get-closed)
230 (org-agenda-get-deadlines, org-agenda-get-scheduled)
231 (org-agenda-get-blocks, org-format-agenda-item)
232 (org-agenda-change-all-lines, org-scan-tags): Rename text property
233 from `category' to `org-category'.
234
235 2007-02-11 Kenichi Handa <handa@m17n.org>
236
237 * international/titdic-cnv.el (titdic-convert): Force files be written
238 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
239 (miscdic-convert): Force files be written with Unix-like eol format.
240
241 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
242
243 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
244
245 * calculator.el (calculator-prompt): Doc fix.
246 (calculator-mode-map): Fix typo in menu entry.
247
248 2007-02-10 Jay Belanger <belanger@truman.edu>
249
250 * calculator.el (calculator): Do more extensive checking for when
251 3 lines should be used for the calculator.
252
253 2007-02-10 Eli Zaretskii <eliz@gnu.org>
254
255 * info-look.el (info-lookup-make-completions):
256 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
257 index nodes.
258
259 * info.el (Info-fontify-maximum-menu-size): Document the effect
260 of a nil value.
261 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
262 non-nil before using it as size.
263
264 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
265
266 * subr.el (insert-for-yank-1): Prevent read-only properties from
267 interfering with text property operations.
268
269 * image-mode.el (image-mode): Revert 2007-01-30 changes.
270
271 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
272 (image-type-auto-detected-p): Fail if another match is found in
273 auto-mode-alist.
274
275 * files.el (magic-mode-alist): Call image-mode instead of
276 image-mode-maybe for autodetected images.
277
278 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
279
280 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
281 Fix typos in docstrings.
282 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
283
284 2007-02-09 Kim F. Storm <storm@cua.dk>
285
286 * emacs-lisp/float-sup.el: Remove obsolete comment.
287
288 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
291
292 2007-02-08 Karl Fogel <kfogel@red-bean.com>
293
294 * simple.el: Revert previous change, at request of RMS:
295 (fundamental-mode-hook): Remove.
296 (fundamental-mode): Run after-change-major-mode-hooks manually,
297 and don't run the now-nonexistent fundamental-mode-hook.
298
299 2007-02-08 Karl Fogel <kfogel@red-bean.com>
300
301 * simple.el (fundamental-mode-hook): Declare new hook.
302 (fundamental-mode): Run the new dedicated hook, and don't run
303 after-change-major-mode-hooks manually anymore.
304
305 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
308 added columns of chars. Remove support for the "no-meta-info" format.
309 Prompted by Romain Francoise <romain@orebokech.com>.
310
311 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
312
313 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
314 (gdb-mouse-until, gdb-mouse-jump): Use it.
315
316 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
317
318 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
319 work when there is just an assembler buffer (no source buffer).
320
321 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
322
323 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
324 just because the diff was produced using "-p" (--show-c-function).
325
326 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
327
328 * faces.el (frame-set-background-mode): Use `color-values' and
329 `display-color-p', not `x-color-values' and `x-display-color-p'.
330 (face-valid-attribute-values): Use `defined-colors' instead of
331 `x-defined-colors'.
332
333 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
334
335 * ps-print.ps: The ps-print commands without face printing should not
336 print background color. Reported by Leo <sdl.web@gmail.com>.
337 (ps-print-version): New version 6.7.3.
338 (ps-begin-job): New arg. Fix ps-default-background and
339 ps-default-foreground initialization.
340 (ps-face-attributes): Fix doc string.
341 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
342
343 * printing.el: Fix ps-print link.
344
345 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
346
347 * faces.el (face-set-after-frame-default): Compile attributes to
348 be set by frame parameters before merging in X resources.
349
350 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
351
352 * simple.el (blink-matching-paren-dont-ignore-comments):
353 (blink-matching-paren-on-screen): Doc fixes.
354
355 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
356
357 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
358
359 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
360
361 * loadhist.el (unload-feature): Silently ignore `load-history' entries
362 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
363 entries like `defun'. Return nil.
364
365 2007-02-05 Kim F. Storm <storm@cua.dk>
366
367 * ido.el: Doc fixes.
368
369 2007-02-04 David Kastrup <dak@gnu.org>
370
371 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
372 `mpuz-allow-double-multiplicator' is non-zero, and correct
373 calculation of `min'.
374
375 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
376
377 * wid-edit.el (widget-default-create): Insert new text at the
378 :from marker _after_ the marker, not before it.
379
380 2007-02-04 Alan Mackenzie <acm@muc.de>
381
382 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
383 containing it is re-indented.
384
385 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
386
387 * net/newsticker.el (newsticker--insert-image): Update docstring,
388 and insert the image directly.
389 (newsticker--buffer-redraw): Update docstring.
390
391 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
392 Rename from define-global-minor-mode.
393
394 * progmodes/cwarn.el (global-cwarn-mode):
395 * emacs-lisp/autoload.el (make-autoload):
396 * hi-lock.el (global-hi-lock-mode):
397 * font-core.el (global-font-lock-mode): All callers changed.
398
399 2007-02-03 Eli Zaretskii <eliz@gnu.org>
400
401 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
402 Don't copy @ignore lines into menu descriptions.
403 (texinfo-multi-file-update): Goto the @node line before attempting
404 to pluck the node name.
405 (texinfo-multiple-files-update): Reverse the optional arguments'
406 order, as per the doc string and the `interactive' form.
407
408 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
409
410 * image-mode.el: Use autoload to avoid overriding disabled setting
411 applied in .emacs.
412
413 2007-02-03 Alan Mackenzie <acm@muc.de>
414
415 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
416 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
417 adjacent paren groups).
418
419 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
420
421 * progmodes/ebnf2ps.el: Doc fixes.
422 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
423
424 2007-02-02 Eli Zaretskii <eliz@gnu.org>
425
426 * dired-x.el (dired-do-relsymlink): Add reference to
427 dired-do-symlink. Add an autoload cookie.
428
429 * dired-aux.el (dired-do-symlink): Add reference to
430 dired-do-relsymlink.
431
432 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
433
434 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
435 <left-fringe mouse-3>: New bindings.
436
437 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
438
439 * newsticker.el (newsticker-version): Changed to "1.10".
440 (newsticker--set-customvar): Doc string.
441 (newsticker-new-item-face): Doc string.
442 (newsticker-mode): Initialize `invisibility-spec' with t.
443 (newsticker-mode-map): Added
444 `newsticker-mark-all-items-at-point-as-read'.
445 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
446 (newsticker-w3m-show-inline-images): Do not call
447 `w3m-remove-image'.
448 (newsticker--buffer-after-w3m-insert-image): New advice for
449 w3m-insert-image to cache images.
450 (newsticker-next-item-same-feed): New.
451 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
452 (newsticker-mark-all-items-of-feed-as-read): New.
453 (newsticker-mark-all-items-at-point-as-read): Use new functions.
454 (newsticker-mark-item-at-point-as-read): Doc string.
455 (newsticker-mark-item-at-point-as-read): Use new functions.
456 (newsticker--do-mark-item-at-point-as-read): New, extracted from
457 `newsticker-mark-item-at-point-as-read'.
458 (newsticker-hide-entry): Use (t) instead of t for invisibility.
459 (newsticker--sentinel): Yet another xml-parser workaround.
460 (newsticker--decode-iso8601-date): Bugfix for datestrings without
461 days.
462 (newsticker--buffer-do-insert-text): Fix.
463 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
464 (newsticker--buffer-make-item-completely-visible):
465 `switch-to-buffer' not necessary.
466
467 2007-02-02 Eli Zaretskii <eliz@gnu.org>
468
469 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
470 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
471 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
472 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
473 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
474
475 2007-02-02 Kenichi Handa <handa@m17n.org>
476
477 * international/quail.el (quail-show-key): Fix an error message.
478
479 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
480
481 * faces.el (set-face-underline-p, modify-face): Rename arg
482 UNDERLINE-P to UNDERLINE (it is not a flag).
483
484 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
485
486 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
487 when adding gdb-speedbar-update to gdb-input-queue.
488
489 2007-02-01 Kenichi Handa <handa@m17n.org>
490
491 * international/quail.el (quail-show-key): Signal an error if the
492 current input method is not using Quail.
493
494 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
495
496 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
497 Trim leading whitespace in sysvar names.
498
499 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
500
501 * faces.el (internal-find-face, internal-get-face): Doc fixes.
502
503 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
504
505 * ido.el (ido-set-common-completion): Use `let', not `let*'.
506
507 2007-01-31 Romain Francoise <romain@orebokech.com>
508
509 * comint.el: Delete extra copy of `comint-copy-old-input' added in
510 previous change to this file.
511
512 2007-01-31 Jason Rumney <jasonr@gnu.org>
513
514 * files.el (magic-mode-alist): Use image-mode-maybe rather than
515 image-mode.
516
517 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
518 interfering with attempt to set major mode from modified
519 auto-mode-alist.
520
521 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
522
523 * faces.el (color-values): Doc fix.
524 (face-differs-from-default-p): Don't check :foreground twice.
525
526 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
527
528 * comint.el (comint-mode): Prevent non-keyword fontification by default.
529
530 2007-01-31 Kenichi Handa <handa@m17n.org>
531
532 * international/quail.el (quail-store-decode-map-key): Store a
533 translated character too.
534 (quail-char-equal-p): New function.
535 (quail-find-key1): Check character equality by quail-char-equal-p.
536 (quail-decode-map-generated): New variable.
537 (quail-find-key): Check quail-decode-map-generated and re-generate
538 a decode map if necessary.
539
540 2007-01-30 Richard Stallman <rms@gnu.org>
541
542 * tutorial.el (tutorial--detailed-help): Make the list of
543 changed keys look nicer.
544
545 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
546
547 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
548 (gdb-var-delete): Use it.
549 (gdb-var-update-handler-1): Handle value "invalid" for MI field
550 `in_scope'.
551
552 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
553
554 * files.el (get-free-disk-space): Return nil for remote directories.
555
556 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
557 instead of "dir".
558
559 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
560
561 * type-break.el (type-break-catch-up-event): New function.
562 (type-break-demo-hanoi, type-break-demo-life)
563 (type-break-demo-boring): Use it.
564
565 * image-mode.el (image-mode): Don't automatically view as image.
566 (image-toggle-display): Add `disabled' property.
567
568 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
569
570 * isearchb.el (isearchb-iswitchb):
571 * ps-print.el (ps-build-face-reference):
572 * emacs-lisp/shadow.el (list-load-path-shadows):
573 * eshell/esh-cmd.el (eshell-rewrite-for-command):
574 * international/mule.el (find-auto-coding):
575 * mail/supercite.el (sc-attrib-selection-list):
576 * progmodes/cc-defs.el (c-emacs-features):
577 * progmodes/cc-vars.el (c-offsets-alist):
578 * progmodes/flymake.el
579 (flymake-init-create-temp-source-and-master-buffer-copy):
580 Fix typos in docstrings (some suggested by Chris Moore).
581
582 * progmodes/vhdl-mode.el (vhdl-components-package-name)
583 (vhdl-get-library-unit, vhdl-corresponding-begin)
584 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
585 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
586 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
587 (vhdl-font-lock-match-item): Fix typos in docstrings.
588 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
589 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
590 (vhdl-speedbar-insert-project-hierarchy):
591 Improve argument/docstring consistency.
592
593 2007-01-29 Kenichi Handa <handa@m17n.org>
594
595 * international/titdic-cnv.el (py-converter): Fix previous change.
596
597 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
598
599 * jka-compr.el (jka-compr-partial-uncompress)
600 (jka-compr-call-process): Rebind default-directory if it is
601 invalid. Suggested by Chris Moore.
602
603 * comint.el (comint-insert-input): Handle situation where the
604 selected buffer is not the clicked buffer.
605
606 2007-01-29 Kenichi Handa <handa@m17n.org>
607
608 * international/ja-dic-cnv.el (skkdic-convert):
609 Add byte-compile-disable-print-circle:t at the head.
610
611 * international/titdic-cnv.el (tit-process-header):
612 Add byte-compile-disable-print-circle:t at the head.
613 (miscdic-convert): Likewise.
614 (py-converter): Skip the header comments.
615
616 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
617 New variable.
618 (byte-compile-output-file-form): Bing print-circle to nil if
619 byte-compile-output-file-form is not nil.
620 (byte-compile-output-docform): Likewise.
621
1 2007-01-28 Kim F. Storm <storm@cua.dk> 622 2007-01-28 Kim F. Storm <storm@cua.dk>
2 623
3 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap): 624 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4 Declare earlier to avoid byte compiler warnings. 625 Declare earlier to avoid byte compiler warnings.
5 626
146 767
147 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup. 768 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
148 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) 769 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
149 (ido-tidy): Use ido-active. 770 (ido-tidy): Use ido-active.
150 771
151 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) 772 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
152 773
153 * hexl.el (hexl-mode-exit): Add missing quote. 774 * hexl.el (hexl-mode-exit): Add missing quote.
154 775
155 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 776 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
156 777
275 * info.el (Info-default-dirs): Change default info dir to 896 * info.el (Info-default-dirs): Change default info dir to
276 share/info. 897 share/info.
277 898
278 * paths.el (Info-default-directory-list): Ditto. 899 * paths.el (Info-default-directory-list): Ditto.
279 900
280 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) 901 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
281 902
282 * hexl.el (hexl-before-revert-hook): New function. 903 * hexl.el (hexl-before-revert-hook): New function.
283 (hexl-mode): Use it. 904 (hexl-mode): Use it.
284 (hexl-after-revert-hook): Just call hexl-mode. 905 (hexl-after-revert-hook): Just call hexl-mode.
285 (hexl-mode-exit): Remove before-revert-hook. 906 (hexl-mode-exit): Remove before-revert-hook.
427 * calendar/icalendar.el (icalendar-import-buffer): 1048 * calendar/icalendar.el (icalendar-import-buffer):
428 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring. 1049 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
429 1050
430 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message. 1051 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
431 1052
432 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) 1053 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
433 1054
434 * replace.el (replace-regexp): Fix typo in docstring. 1055 * replace.el (replace-regexp): Fix typo in docstring.
435 1056
436 2007-01-07 Alan Mackenzie <acm@muc.de> 1057 2007-01-07 Alan Mackenzie <acm@muc.de>
437 1058
496 2007-01-03 Alan Mackenzie <acm@muc.de> 1117 2007-01-03 Alan Mackenzie <acm@muc.de>
497 1118
498 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy 1119 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
499 patch. 1120 patch.
500 1121
501 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) 1122 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
502 1123
503 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo. 1124 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
504 1125
505 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca> 1126 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
506 1127
1017 1638
1018 2006-12-15 Richard Stallman <rms@gnu.org> 1639 2006-12-15 Richard Stallman <rms@gnu.org>
1019 1640
1020 * shell.el (shell): Doc fix. 1641 * shell.el (shell): Doc fix.
1021 1642
1022 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com> 1643 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1023 1644
1024 * emulation/edt.el (edt-xserver): 1645 * emulation/edt.el (edt-xserver):
1025 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-', 1646 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
1026 to fix a problem on Cygwin. 1647 to fix a problem on Cygwin.
1027 1648
1031 * emulation/edt-pc.el 1652 * emulation/edt-pc.el
1032 * emulation/edt-vt100.el: Update maintainer's email address. 1653 * emulation/edt-vt100.el: Update maintainer's email address.
1033 1654
1034 2006-12-15 Simon Marshall <simon@gnu.org> 1655 2006-12-15 Simon Marshall <simon@gnu.org>
1035 1656
1036 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous 1657 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
1037 change.
1038 1658
1039 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 1659 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1040 1660
1041 * term/mac-win.el (mac-atsu-font-table): Remove defvar. 1661 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
1042 (mac-handle-font-selection): Use mac-atsu-font-face-attributes 1662 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3466 4086
3467 2006-10-02 Kenichi Handa <handa@m17n.org> 4087 2006-10-02 Kenichi Handa <handa@m17n.org>
3468 4088
3469 * international/code-pages.el (iso-8859-6): Table fixed. 4089 * international/code-pages.el (iso-8859-6): Table fixed.
3470 4090
3471 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) 4091 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
3472 4092
3473 * dired.el (dired-build-subdir-alist): Fix previous change. 4093 * dired.el (dired-build-subdir-alist): Fix previous change.
3474 4094
3475 2006-10-01 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> 4095 2006-10-01 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se>
3476 4096
3640 (yank-excluded-properties): Add `fontified'. 4260 (yank-excluded-properties): Add `fontified'.
3641 4261
3642 * font-lock.el (font-lock-compile-keywords): Allow value of 4262 * font-lock.el (font-lock-compile-keywords): Allow value of
3643 syntax-begin-function to enable paren-column-0 highlighting. 4263 syntax-begin-function to enable paren-column-0 highlighting.
3644 4264
3645 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) 4265 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
3646 4266
3647 * dired.el (dired-build-subdir-alist): When file ends in colon, 4267 * dired.el (dired-build-subdir-alist): When file ends in colon,
3648 don't exit the loop, just disregard that file. 4268 don't exit the loop, just disregard that file.
3649 4269
3650 2006-09-24 Chong Yidong <cyd@stupidchicken.com> 4270 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
10993 (tumme-cmd-rotate-original-options, tumme-display-properties-format) 11613 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10994 (tumme-restore-window-configuration, tumme-format-properties-string) 11614 (tumme-restore-window-configuration, tumme-format-properties-string)
10995 (tumme-create-thumbs, tumme-display-previous-thumbnail-original): 11615 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10996 Fix typos in docstrings. 11616 Fix typos in docstrings.
10997 11617
10998 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) 11618 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
10999 11619
11000 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD. 11620 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
11001 11621
11002 2006-02-07 Nick Roberts <nickrob@snap.net.nz> 11622 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
11003 11623
31080 ;; coding: iso-2022-7bit 31700 ;; coding: iso-2022-7bit
31081 ;; add-log-time-zone-rule: t 31701 ;; add-log-time-zone-rule: t
31082 ;; End: 31702 ;; End:
31083 31703
31084 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. 31704 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
31085 Copying and distribution of this file, with or without modification, 31705
31086 are permitted provided the copyright notice and this notice are preserved. 31706 This file is part of GNU Emacs.
31707
31708 GNU Emacs is free software; you can redistribute it and/or modify
31709 it under the terms of the GNU General Public License as published by
31710 the Free Software Foundation; either version 2, or (at your option)
31711 any later version.
31712
31713 GNU Emacs is distributed in the hope that it will be useful,
31714 but WITHOUT ANY WARRANTY; without even the implied warranty of
31715 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31716 GNU General Public License for more details.
31717
31718 You should have received a copy of the GNU General Public License
31719 along with GNU Emacs; see the file COPYING. If not, write to the
31720 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
31721 Boston, MA 02110-1301, USA.
31087 31722
31088 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1 31723 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1