which-func.el (which-func-format): Split help-echo text into lines.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d5b8058f
JB
12010-08-03 Juanma Barranquero <lekktu@gmail.com>
2
9ebc731b
JB
3 * progmodes/which-func.el (which-func-format): Split help-echo text
4 into lines, like other mode-line tooltips.
5
d5b8058f
JB
6 * server.el (server-start): When using TCP sockets, force IPv4
7 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8
a2077b7f
SM
92010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
12
f63a7652
JB
132010-08-02 Juanma Barranquero <lekktu@gmail.com>
14
15 * term.el (term-delimiter-argument-list): Reflow docstring.
16 (term-read-input-ring, term-write-input-ring, term-send-input)
17 (term-bol, term-erase-in-display, serial-supported-or-barf):
18 Fix typos in docstrings.
19
a7e26d8b
SM
202010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
23
bbc4e17c
JB
242010-08-01 Juanma Barranquero <lekktu@gmail.com>
25
26 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
27
9aea20c9
MK
282010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
29
30 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
31 Fix typo in docstring (bug#6747).
32
16b0b347
LL
332010-07-30 Leo <sdl.web@gmail.com>
34
35 * eshell/esh-io.el (eshell-get-target): Better detection of
36 read-only file (Bug#6762).
37
ad9ae065
JB
382010-07-30 Juanma Barranquero <lekktu@gmail.com>
39
40 * align.el (align-default-spacing): Doc fix.
41 (align-region-heuristic, align-regexp): Fix typos in docstrings.
42
fe4be04c
JB
432010-07-23 Juanma Barranquero <lekktu@gmail.com>
44
45 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
46
604f7ca6
JB
472010-07-20 Juanma Barranquero <lekktu@gmail.com>
48
49 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
50
7c7c04c0
JB
512010-07-19 Juanma Barranquero <lekktu@gmail.com>
52
53 * time.el (display-time-day-and-date): Remove spurious * in docstring.
54 (display-time-world-buffer-name, display-time-world-mode-map):
55 Fix typos in docstrings.
56
c9088194
SK
572010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
58
59 * image-mode.el (image-display-size): New function.
60 (image-forward-hscroll, image-next-line, image-eol, image-eob)
61 (image-mode-fit-frame): Use it (Bug#6639).
62
dad7c716
CY
632010-07-17 Chong Yidong <cyd@stupidchicken.com>
64
65 * dired.el (dired-buffers-for-dir): Handle list values of
66 dired-directory (Bug#6636).
67
f253ef6a
RS
682010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
69
70 * vc.el (vc-coding-system-inherit-eol): New defvar.
71 (vc-coding-system-for-diff): Use it to decide whether to inherit
72 from the file the EOL format for reading the diffs of that file.
73 (Bug#4451)
74
134a027f
EZ
752010-07-16 Eli Zaretskii <eliz@gnu.org>
76
77 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
78 unibyte, so compressed attachments are not compressed again.
79
243881ed
J
802010-07-14 Jan Djärv <jan.h.d@swipnet.se>
81
82 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
83 now that unicode is used (Bug#6594).
84
5cbce271
CY
852010-07-14 Chong Yidong <cyd@stupidchicken.com>
86
87 * simple.el (push-mark-command): Set the selection if
88 select-active-regions is non-nil.
89
3260caf8
GM
902010-07-10 Glenn Morris <rgm@gnu.org>
91
92 * calendar/calendar.el (calendar-week-end-day): New function.
93 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
94 Respect calendar-week-start-day. (Bug#6606)
95 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
96 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
97 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
98 respect calendar-week-start-day.
99
c876b263
CY
1002010-07-10 Chong Yidong <cyd@stupidchicken.com>
101
102 * simple.el (use-region-p): Doc fix (Bug#6607).
103
4565b08e
CS
1042010-07-07 Christoph Scholtes <cschol2112@gmail.com>
105
106 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
107 builtins (BufferError, BytesWarning, WindowsError; callables
108 bin, bytearray, bytes, format, memoryview, next, print; __package__).
109
49554388
GM
1102010-07-07 Glenn Morris <rgm@gnu.org>
111
112 * play/zone.el (zone-fall-through-ws): Fix next-line ->
113 forward-line fallout.
114
e8579ebc
CY
1152010-07-06 Chong Yidong <cyd@stupidchicken.com>
116
117 * mouse.el (mouse-appearance-menu): Add docstring.
118
119 * help.el (describe-key): Print up-event using key-description.
120
5d1cd8bd
MA
1212010-07-03 Michael Albinus <michael.albinus@gmx.de>
122
123 * net/zeroconf.el (zeroconf-resolve-service)
124 (zeroconf-service-resolver-handler): Use
125 `dbus-byte-array-to-string'.
126 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
127
112dbc0e
MA
1282010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
129
130 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
131
d0cb23ca
DN
1322010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
133
134 Avoid displaying files with a nil state in vc-dir.
135 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
136 cases that cause insertion.
137 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
138 with a nil state.
139
01b229d1
CY
1402010-06-30 Chong Yidong <cyd@stupidchicken.com>
141
142 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
143
8bf1c786 1442010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
145
146 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
147
dfc6544c
CY
1482010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
149
150 * generic-x.el (bat-generic-mode): Fix regexp for command line
151 switches (Bug#5719).
152
b7d4de51
CY
1532010-06-27 Masatake YAMATO <yamato@redhat.com>
154
dfc6544c
CY
155 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
156 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 157
3726248f
CY
1582010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
159
8bf1c786 160 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
161 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
162 bindings of bookmark-automatically-show-annotations (Bug#6515).
163
aca54191
EZ
1642010-06-25 Eli Zaretskii <eliz@gnu.org>
165
166 * arc-mode.el (archive-zip-extract): Don't quote the file name on
167 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
168
2330fa87
ŠN
1692010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
170
171 * comint.el (make-comint, make-comint-in-buffer): Mention return
172 value in the docstrings. (Bug#6498)
173
29115ca9
YR
1742010-06-24 Yoni Rabkin <yoni@rabkins.net>
175
176 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
177 since it is not present when using some non-default switches.
178
2c79f053
KF
1792010-06-23 Karl Fogel <kfogel@red-bean.com>
180
181 * simple.el (compose-mail): Fix doc string to refer to
182 `compose-mail-user-agent-warnings', instead of to the
183 nonexistent `compose-mail-check-user-agent'.
184
50d76a9f
DN
1852010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
186
187 Fix vc-annotate for renamed files when using Git.
188 * vc-git.el (vc-git-find-revision): Deal with empty results from
189 ls-files. Doe not pass the object as a file name to cat-file, it
190 is not a file name.
191 (vc-git-annotate-command): Pass the file name using -- to avoid
192 ambiguity with the revision.
193 (vc-git-previous-revision): Pass a relative file name.
194
6095a05b
GM
1952010-06-22 Glenn Morris <rgm@gnu.org>
196
943375a6
GM
197 * progmodes/js.el (js-mode-map): Use standard capitalization and
198 ellipses for menu entries.
199
6095a05b
GM
200 * wid-edit.el (widget-complete): Doc fix.
201
4514199e
JH
2022010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
203
204 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
205
c4786d60
DN
2062010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
207
11c46b39
DN
208 Fix annotating other revisions for renamed files in vc-annotate.
209 * vc-annotate.el (vc-annotate): Add an optional argument for the
210 VC backend. Use it when non-nil.
211 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
212
c4786d60
DN
213 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
214 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
215 Do not pass the file name to the 'previous-revision call when we
216 don't want a file diff. (Bug#6489)
217
04ec0963
DN
2182010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
219
11c46b39 220 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
221 * vc.el (vc-find-revision): Add an optional argument for
222 the VC backend. Use it when non-nil.
223 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
224 backend to vc-find-revision. (Bug#6487)
225
c036381c
DN
2262010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
227
228 Fix reading file names in Git annotate buffers.
229 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
230 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
231
05c123e6
AM
2322010-06-20 Alan Mackenzie <acm@muc.de>
233
234 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
235 in file local variables, set it first.
236
4111f0c7
GM
2372010-06-19 Glenn Morris <rgm@gnu.org>
238
74739ffd
GM
239 * descr-text.el (describe-char-unicode-data): Insert separating
240 space when needed. (Bug#6422)
241
4111f0c7
GM
242 * progmodes/idlwave.el (idlwave-action-and-binding):
243 Fix typo in 2009-12-03 change. (Bug#6450)
244
b8add347
SM
2452010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * subr.el (read-quoted-char): Fix up last change (bug#6290).
248
36901266
SM
2492010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * font-lock.el (font-lock-major-mode): Rename from
252 font-lock-mode-major-mode to distinguish it from
253 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
254 (font-lock-set-defaults):
255 * font-core.el (font-lock-default-function): Adjust users.
256 (font-lock-mode): Don't set it at all.
257
12755d08
SM
2582010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * vc-annotate.el (vc-annotate): Use vc-read-revision.
261
d7cd4abb
GM
2622010-06-15 Glenn Morris <rgm@gnu.org>
263
264 * calendar/appt.el (appt-time-msg-list): Doc fix.
265 (appt-check): Let-bind appt-warn-time.
266 (appt-add): Make the 3rd argument optional.
267 Simplify argument names. Doc fix. Check for integer WARNTIME.
268 Only add WARNTIME to the output list if non-nil.
269
a675c749
IK
2702010-06-15 Ivan Kanis <apple@kanis.eu>
271
272 * calendar/appt.el (appt-check): Let the 3rd element of
273 appt-time-msg-list specify the warning time.
274 (appt-add): Add new argument with the warning time. (Bug#5176)
275
a9de35fe
BR
2762010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
277
278 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
279 older than version 1.6. (Bug#6361)
280
37a7e764
HE
2812010-06-12 Helmut Eller <eller.helmut@gmail.com>
282
283 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
284 used by cl-do-arglist. (Bug#6408)
285
8c6eab5a
SM
2862010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
287
989bc97f
SM
288 * emacs-lisp/advice.el (ad-compile-function):
289 Define warning-suppress-types before we let-bind it (bug#6275).
290
8c6eab5a
SM
291 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
292 declare it, make it buffer-local and permanent-local (bug#6324).
293 (vc-resynch-window): Adjust name.
294 * vc-hooks.el (vc-find-file-hook): Adjust name.
295
2d9a4946
JR
2962010-06-07 Jonathan Rockway <jon@jrock.us>
297
298 * net/rcirc.el: Add support for password authentication.
299 (rcirc-server-alist): Add :password keyword.
300 (rcirc): Ask for a password, or get it from the server's alist.
301 (rcirc-connect): Add password argument. Pass it to server.
302
35b148ee
JB
3032010-06-05 Juanma Barranquero <lekktu@gmail.com>
304
305 * net/dbus.el (dbus-register-method): Declare function.
306 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
307 (dbus-introspect): Doc fix.
308 (dbus-event-bus-name, dbus-introspect-get-interface)
309 (dbus-introspect-get-argument): Reflow docstrings.
310
86253dc0
CY
3112010-06-04 Chong Yidong <cyd@stupidchicken.com>
312
313 * term/common-win.el (x-colors): Add "dark green" and "dark
314 turquoise" (Bug#6332).
315
988b91ce
EL
3162010-06-03 Eric Ludlam <zappo@gnu.org>
317
318 * cedet/semantic/lex-spp.el
319 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
320 invalid values during save, just save a nil (Bug#6324).
321
3845c322
GM
3222010-06-03 Glenn Morris <rgm@gnu.org>
323
324 * desktop.el (desktop-clear-preserve-buffers):
325 Add "*Warnings*" buffer. (Bug#6336)
326
dbe82b27
DN
3272010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
328
329 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
330
feceda26
SM
3312010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
334 `file-directory-p' to the filename part rather than to the whole text.
335
a44ae268 3362010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
337
338 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
339 (bug#6231).
340
896114cf
SM
3412010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
344
949544ed
DA
3452010-05-31 Drew Adams <drew.adams@oracle.com>
346
347 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
348
450439d5
JB
3492010-05-31 Juanma Barranquero <lekktu@gmail.com>
350
351 * subr.el (momentary-string-display): Just use read-event to read
352 the exit event (Bug#6238).
353
fcb52808
CY
3542010-05-29 Chong Yidong <cyd@stupidchicken.com>
355
356 * ansi-color.el: Delete unused escape sequences (Bug#6085).
357 (ansi-color-drop-regexp): New constant.
358 (ansi-color-apply, ansi-color-filter-region)
896114cf 359 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
360 (ansi-color-apply): Build string list before calling concat.
361
4da3541b
CY
3622010-05-27 Chong Yidong <cyd@stupidchicken.com>
363
896114cf
SM
364 * progmodes/verilog-mode.el (verilog-type-font-keywords):
365 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
366
3672010-05-27 Masatake YAMATO <yamato@redhat.com>
368
369 * htmlfontify.el (hfy-face-resolve-face): New function.
370 (hfy-face-to-style): Use it (Bug#6279).
371
397eb3f3
SM
3722010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * epa.el (epa--select-keys): Don't explicitly delete the window since
375 that can fail (e.g. sole window in frame). Use dedication instead.
376
ab0c07c0
SM
3772010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
378
379 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
380
29031d52
CY
3812010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * subr.el (read-quoted-char): Resolve modifiers after key
384 remapping (bug#6212).
385
dc9ed794
SM
3862010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * tmm.el (tmm-prompt): Don't try to precompute bindings.
389 (tmm-get-keymap): Compute shortcuts (bug#6171).
390
e1cb2c13
GM
3912010-05-10 Glenn Morris <rgm@gnu.org>
392
393 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
394 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
395
61a808e8
CY
3962010-05-07 Chong Yidong <cyd@stupidchicken.com>
397
398 * Version 23.2 released.
399
f034e176
CY
4002010-05-03 Chong Yidong <cyd@stupidchicken.com>
401
402 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 403 car of each item, not the whole list (Bug#6083).
f034e176 404
f5d6ff44
CY
4052010-05-02 Chong Yidong <cyd@stupidchicken.com>
406
407 * progmodes/js.el (js-mode): Make paragraph variables local before
408 calling c-setup-paragraph-variables (Bug#6071).
409
aa4d4e4a
EZ
4102010-05-01 Eli Zaretskii <eliz@gnu.org>
411
412 * composite.el (compose-region, reference-point-alist): Fix typos
413 in the doc strings.
414
78edd3b7 4152010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
416
417 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
418 gnuplot's "set" command.
419
29c48340
JB
4202010-04-26 Juanma Barranquero <lekktu@gmail.com>
421
422 * abbrev.el (last-abbrev-text): Doc fix.
423 (abbrev-prefix-mark): Don't escape parenthesis.
424
8ed6fc47
AS
4252010-04-24 Andreas Schwab <schwab@linux-m68k.org>
426
427 * composite.el (find-composition): Doc fix.
428
063c6324
JB
4292010-04-24 Juanma Barranquero <lekktu@gmail.com>
430
431 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
432 (sql-oracle-program, sql-sqlite-options)
433 (sql-query-placeholders-and-send): Doc fixes.
434 (sql-set-product, sql-interactive-mode): Reflow docstrings.
435 (sql-imenu-generic-expression, sql-buffer)
436 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
437 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
438 (sql-mode-sybase-font-lock-keywords)
439 (sql-mode-informix-font-lock-keywords)
440 (sql-mode-interbase-font-lock-keywords)
441 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
442 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
443 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
444 (sql-product-feature, sql-highlight-product)
445 (comint-line-beginning-position, sql-rename-buffer)
446 (sql-toggle-pop-to-buffer-after-send-region)
447 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
448 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
449 Fix typos in docstrings.
450
e89dee79
JL
4512010-04-23 Juri Linkov <juri@jurta.org>
452
453 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
454 property instead of `invisible' and `after-string' (bug#5998).
455
316d12fb
JL
4562010-04-23 Juri Linkov <juri@jurta.org>
457
458 * image-mode.el (image-mode-as-text): Fix typo in docstring.
459
770255e9
JB
4602010-04-23 Juanma Barranquero <lekktu@gmail.com>
461
462 * filecache.el (file-cache-add-directory-list)
463 (file-cache-add-directory-recursively): Fix typos in docstrings.
464
ece33a6e
KH
4652010-04-22 Kenichi Handa <handa@m17n.org>
466
467 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 468 (gujarati-composable-pattern): Fix typo.
ece33a6e 469
771533aa
KH
4702010-04-20 Kenichi Handa <handa@m17n.org>
471
472 * language/indian.el (oriya-composable-pattern)
473 (tamil-composable-pattern, malayalam-composable-pattern): Add
474 two-part vowels to "v" (vowel sign).
475
790c2e44
CY
4762010-04-20 Chong Yidong <cyd@stupidchicken.com>
477
99833607
CY
478 * files.el (copy-directory): Handle symlinks (Bug#5982).
479
790c2e44
CY
480 * progmodes/compile.el (compilation-next-error-function): Revert
481 2009-10-12 change (Bug#5983).
482
808ecc4e
CY
4832010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
484
485 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
486 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
487 (Bug#5846).
488
d2c7b917
GM
4892010-04-20 Glenn Morris <rgm@gnu.org>
490
0ca12598
GM
491 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
492
d2c7b917
GM
493 * minibuffer.el (completion-at-point): Doc fix.
494
137327ef
CY
4952010-04-18 Chong Yidong <cyd@stupidchicken.com>
496
497 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
498 destroy list before using it.
499
bce31830
DN
5002010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
501
502 Fix the version number for added files.
503 * vc-hg.el (vc-hg-working-revision): Check if the file is
504 registered after hg parent fails (Bug#5961).
505
0433ffa6
GM
5062010-04-17 Glenn Morris <rgm@gnu.org>
507
508 * htmlfontify.el (htmlfontify-buffer)
509 (htmlfontify-copy-and-link-dir): Autoload entry points.
510
8507c65c
CY
5112010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
512
513 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
514 name relative to the project root (Bug#5960).
515
e9ef9777
GM
5162010-04-16 Glenn Morris <rgm@gnu.org>
517
518 * vc-git.el (vc-git-print-log): Doc fix.
519
3808c51f
CY
5202010-04-14 Óscar Fuentes <ofv@wanadoo.es>
521
522 * ido.el (ido-file-internal): Fix 2009-12-02 change.
523
7860d2e3
CY
5242010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
525
526 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
527 default settings (Bug#5928).
528
119850e9
GM
5292010-04-10 Glenn Morris <rgm@gnu.org>
530
531 * progmodes/fortran.el (fortran-match-and-skip-declaration):
532 New function.
0a23b2c3 533 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 534
86a366f4
KH
5352010-04-07 Kenichi Handa <handa@m17n.org>
536
537 * language/indian.el (malayalam-composable-pattern): Fix previous
538 change (add U+0D4D "SIGN VIRAMA").
539 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
540 (tamil-composable-pattern): Fix typo in the regexp.
541 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
542 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
543 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
544
8afe2ec6
CY
5452010-04-06 Chong Yidong <cyd@stupidchicken.com>
546
547 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
548 paragraph-separate (Bug#5821).
549
3c5d6dfb
JL
5502010-04-05 Juri Linkov <juri@jurta.org>
551
552 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
553
554 * info.el (Info-find-node-2): Comment out code that skips
555 breadcrumbs line.
556 (Info-mouse-follow-link): New command.
557 (Info-link-keymap): New keymap.
558 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
559 Return a string with links instead of inserting breadcrumbs
560 to the Info buffer.
561 (Info-fontify-node): Comment out code that inserts breadcrumbs.
562 Instead of putting the `invisible' text property over the Info
563 header, make an overlay over the Info header with the `invisible'
564 property and `after-string' set to the string returned by
565 `Info-breadcrumbs'.
566
6baa27a2
CY
5672010-04-03 Chong Yidong <cyd@stupidchicken.com>
568
569 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
570 Reported by monkey@sandpframing.com.
571
e4b204d7
JB
5722010-04-02 Juanma Barranquero <lekktu@gmail.com>
573
574 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
575 (semantic-create-imenu-directory-index): Fix typos in docstrings.
576 (semantic-imenu-goto-function): Reflow docstring.
577
b42da387
TA
5782010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
579
580 * textmodes/artist.el (artist-mode): Fix typo in docstring.
581 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
582
42763dda
KH
5832010-03-30 Kenichi Handa <handa@m17n.org>
584
585 * language/sinhala.el (composition-function-table): Fix regexp for
586 the new Unicode specification.
587
588 * language/indian.el (devanagari-composable-pattern)
589 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 590 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
591 specification.
592 (bengali-composable-pattern, gurmukhi-composable-pattern)
593 (gujarati-composable-pattern, oriya-composable-pattern)
594 (telugu-composable-pattern): New variables to cope with the new
595 Unicode specification. Use them in composition-function-table.
596
fe59d705
SM
5972010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
598
79d74ac5 599 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
600 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
601 vectors rather than cons cells, as used in menu-bar-update-buffers.
602
03ffe8be
CY
6032010-03-28 Chong Yidong <cyd@stupidchicken.com>
604
2a793f7f
CY
605 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
606 (js-insert-and-indent): Revert 2009-08-15 change, restoring
607 electric punctuation for "{}();,:" (Bug#5586).
608
03ffe8be
CY
609 * mail/sendmail.el (mail-default-directory): Doc fix.
610
6112010-03-27 Chong Yidong <cyd@stupidchicken.com>
612
613 * mail/sendmail.el (mail-default-directory): Doc fix.
614
94785022
EZ
6152010-03-27 Eli Zaretskii <eliz@gnu.org>
616
617 * subr.el (version-regexp-alist, version-to-list)
618 (version-list-<, version-list-=, version-list-<=)
619 (version-list-not-zero, version<, version<=, version=): Doc fix.
620 (Bug#5744).
621
eca16aa7
NR
6222010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
623 Nick Roberts <nickrob@snap.net.nz>
624
625 * progmodes/gdb-ui.el (gdb-apple-test): New function.
626 (gdb-init-1): Use it.
627
431af6a4
DN
6282010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
629
630 * vc.el (vc-root-diff): Doc fix.
631
9d30a9f4
CY
6322010-03-25 Chong Yidong <cyd@stupidchicken.com>
633
9aa2c576
CY
634 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
635
9d30a9f4
CY
636 * simple.el (append-to-buffer): Fix last change.
637
d0fba174
CY
6382010-03-24 Chong Yidong <cyd@stupidchicken.com>
639
640 * simple.el (append-to-buffer): Ensure that point is preserved if
641 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
642 (Bug#5749)
643
efee6a6d
SM
6442010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
647 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
648 not be present any more.
649
c6f3804c
JB
6502010-03-24 Juanma Barranquero <lekktu@gmail.com>
651
652 * faces.el (set-face-attribute): Fix typo in docstring.
653 (face-valid-attribute-values): Reflow docstring.
654
655 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
656
4c3a215a
GM
6572010-03-23 Glenn Morris <rgm@gnu.org>
658
efee6a6d 659 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 660
e9ba3e26
CY
6612010-03-21 Chong Yidong <cyd@stupidchicken.com>
662
663 * indent.el (indent-for-tab-command): Doc fix.
664
c8de140b
JB
6652010-03-22 Juanma Barranquero <lekktu@gmail.com>
666
667 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
668 (image-dired-read-comment): Doc fix.
669
efee6a6d
SM
670 * json.el (json-object-type, json-array-type, json-key-type)
671 (json-false, json-null, json-read-number):
c8de140b
JB
672 * minibuffer.el (completion-in-region-functions):
673 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
674 (cal-tex-cursor-week):
675 * emacs-lisp/trace.el (trace-function):
676 * eshell/em-basic.el (eshell/printnl):
677 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
678 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
679 * obsolete/levents.el (allocate-event, event-key, event-object)
680 (event-point, event-process, event-timestamp, event-to-character)
681 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
682 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
683 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
684 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
685 (reftex-highlight-selection): Fix typos in docstrings.
686
d1200087
JB
6872010-03-19 Juanma Barranquero <lekktu@gmail.com>
688
689 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
690
f454672b
GM
6912010-03-18 Glenn Morris <rgm@gnu.org>
692
693 * mail/rmail.el (rmail-highlight-face): Restore option deleted
694 2008-02-13 without comment; mark it obsolete.
695 (rmail-highlight-headers): Use rmail-highlight-face once more.
696
d5704d66
CY
6972010-03-16 Chong Yidong <cyd@stupidchicken.com>
698
699 * woman.el (woman2-process-escapes): Only consume the newline if
700 the filler character is on a line by itself (Bug#5729).
701
fade35dd
KH
7022010-03-16 Kenichi Handa <handa@m17n.org>
703
704 * language/indian.el (devanagari-composable-pattern): Add more
705 consonants.
706
c8215db1
MA
7072010-03-14 Michael Albinus <michael.albinus@gmx.de>
708
709 * net/trampver.el: Update release number.
710
b4d16368
GM
7112010-03-13 Glenn Morris <rgm@gnu.org>
712
713 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
714
c0e17ff2
MA
7152010-03-13 Michael Albinus <michael.albinus@gmx.de>
716
efee6a6d
SM
717 * net/tramp.el (tramp-find-executable):
718 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
719 output of "wc -l" more robust.
720 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
721 (tramp-open-connection-setup-interactive-shell): Remove workaround
722 for OpenSolaris bug, it is not needed anymore.
723
6408fd42
CY
7242010-03-13 Eric M. Ludlam <zappo@gnu.org>
725
726 * cedet/semantic/imenu.el: New file, from the CEDET repository
727 (Bug#5412).
728
eb123b12
GM
7292010-03-12 Glenn Morris <rgm@gnu.org>
730
731 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
732
5f8d2ce0
WS
7332010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
734
735 * files.el (auto-mode-alist): Accept more verilog file patterns.
736
35b148ee 7372010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
738
739 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
740 instead of "format:"; this ensures that the output is
741 newline-terminated.
742
4e7cafbe
CY
7432010-03-08 Chong Yidong <cyd@stupidchicken.com>
744
745 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
746 that all errors are caught, and that the return value is always a
747 list (Bug#5692).
748
aec66319
KH
7492010-03-08 Kenichi Handa <handa@m17n.org>
750
751 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 752 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 753
b327c975
AS
7542010-03-07 Andreas Schwab <schwab@linux-m68k.org>
755
756 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
757 call to rfc822-bad-address. (Bug#5692)
758
1c465a6a
CY
7592010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
760
761 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
f7e0618c 762 vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 763
a4e32226
CY
7642010-03-06 Chong Yidong <cyd@stupidchicken.com>
765
766 * calculator.el (calculator): Don't bind split-window-keep-point
767 (Bug#5674).
768
4c83ed3d
SM
7692010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * vc-git.el: Re-flow to fit into 80 columns.
772 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
773 Remove spurious `quote' element in each case alternative.
774 (vc-git-show-log-entry): Use prog1.
775 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
776
d40a7570
GM
7772010-03-06 Glenn Morris <rgm@gnu.org>
778
779 * cedet/semantic/grammar.el (semantic-grammar-header-template):
780 Update template copyright to GPLv3+.
781
e8defde3
SM
7822010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
785
233f0c9f
CY
7862010-03-03 Chong Yidong <cyd@stupidchicken.com>
787
788 * macros.el (insert-kbd-macro): Look up keyboard macro using the
789 definition, not the name (Bug#5481).
790
254bedef 7912010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
792
793 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
794 argument with a local variable. (Bug#5670)
795
7187cdae
JL
7962010-03-02 Juri Linkov <juri@jurta.org>
797
798 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
799
9cf3544e
MA
8002010-03-02 Michael Albinus <michael.albinus@gmx.de>
801
802 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
803 error when FILENAME and NEWNAME are existing remote directories.
804
805 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
806 parameter DIR-FLAG.
807
33f77982
GM
8082010-03-02 Glenn Morris <rgm@gnu.org>
809
810 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
811 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
812
d99ea08e
KH
8132010-03-01 Kenichi Handa <handa@m17n.org>
814
e8defde3 815 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
816 myanmar-composable-pattern.
817
e8defde3
SM
818 * international/characters.el (script-list):
819 * international/fontset.el (script-representative-chars):
820 Change myanmar to burmese.
d99ea08e 821 (otf-script-alist): Likewise.
4aa2c3b2
KH
822 (setup-default-fontset): Likewise. Re-fix :otf spec.
823
b374f54d
KY
8242010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
825
826 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
827
71572c03
JD
8282010-02-28 Jan Djärv <jan.h.d@swipnet.se>
829
830 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
831
00cffdeb
MA
8322010-02-28 Michael Albinus <michael.albinus@gmx.de>
833
834 * net/tramp.el (tramp-handle-write-region): START can be a string.
835 Take care in the checks. Reported by Dan Davison
836 <davison@stats.ox.ac.uk>.
837
d4b06783
MA
8382010-02-28 Michael Albinus <michael.albinus@gmx.de>
839
840 * net/dbus.el (dbus-introspect, dbus-get-property)
841 (dbus-set-property, dbus-get-all-properties): Use
842 `dbus-call-method' when noninteractive. (Bug#5645)
843
8c3e96d2
CY
8442010-02-28 Chong Yidong <cyd@stupidchicken.com>
845
de3a1fe9
CY
846 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
847 * emacs-lisp/elint.el (elint-add-required-env):
848 * cedet/semantic/db-find.el
849 (semanticdb-find-translate-path-brutish-default):
850 * cedet/ede/make.el (ede-make-check-version):
851 * calendar/icalendar.el (icalendar--add-diary-entry):
852 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
853 * files.el (recover-session-finish): Use with-current-buffer
854 instead of save-excursion.
855
c53b9c3b
SM
8562010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 Fix in-buffer completion when after-change-functions modify the buffer.
859 * minibuffer.el (completion--replace): New function.
860 (completion--do-completion): Use it and use relative movement.
861
4a16bdc6
CY
8622010-02-27 Chong Yidong <cyd@stupidchicken.com>
863
864 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 865
b8280f39
CY
8662010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
867
c53b9c3b
SM
868 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
869 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 870
f88cc4d6
KH
8712010-02-26 Kenichi Handa <handa@m17n.org>
872
873 * language/burmese.el: Fix entries in composition-function-table.
874 (myanmar-composable-pattern): New variable.
875
876 * international/fontset.el (setup-default-fontset): Add an entry
877 for myanmar.
878
879 * international/characters.el (script-list): Add Myanmar
880 Extended-A.
881
cdbf9100
GM
8822010-02-26 Glenn Morris <rgm@gnu.org>
883
90a94603
GM
884 * custom.el (custom-initialize-delay): Doc fix.
885
cdbf9100
GM
886 * mail/sendmail.el (send-mail-function): Autoload the call
887 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
888
f95a5fd0
CY
8892010-02-24 Chong Yidong <cyd@stupidchicken.com>
890
891 * files.el (hack-local-variables-filter): For eval forms, also
892 check safe-local-variable-p (Bug#5636).
893
6583ba0e
CY
8942010-02-24 Eduard Wiebe <usenet@pusto.de>
895
896 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
897 and use c(ad)r of cddr (Bug#5640).
898
459a5f4b
MA
8992010-02-22 Michael Albinus <michael.albinus@gmx.de>
900
901 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
902 setting the modes by `ignore-errors'. It might fail, for example
903 if the file is not owned by the user but the group.
904 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
905
bb23f6e8
CY
9062010-02-21 Chong Yidong <cyd@stupidchicken.com>
907
50c58e27
CY
908 * files.el (directory-listing-before-filename-regexp): Use
909 stricter matching for iso-style dates, to avoid false matches with
910 date-like filenames (Bug#5597).
911
b660eb70
CY
912 * htmlfontify.el (htmlfontify): Doc fix.
913
914 * eshell/eshell.el (eshell): Doc fix.
915
bb23f6e8
CY
916 * startup.el (fancy-about-screen): In mode-line, apply
917 mode-line-buffer-id face only to the buffer name (Bug#5613).
918
3e39928c
CY
9192010-02-20 Kevin Ryde <user42@zip.com.au>
920
f7e0618c
JB
921 * progmodes/compile.el (compilation-error-regexp-alist-alist):
922 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
923 (Bug#5599).
924
0f00e948
EZ
9252010-02-20 Eli Zaretskii <eliz@gnu.org>
926
927 * subr.el (remove-yank-excluded-properties): Explain in a comment
928 why `category' property is removed.
929
3513efb2
CY
9302010-02-19 Chong Yidong <cyd@stupidchicken.com>
931
932 * isearch.el (isearch-update-post-hook, isearch-update): Revert
933 2010-02-17 change.
934
b4340b3f
UJ
9352010-02-19 Ulf Jasper <ulf.jasper@web.de>
936
937 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
938 (icalendar--convert-weekly-to-ical)
939 (icalendar--convert-yearly-to-ical)
940 (icalendar--convert-block-to-ical)
941 (icalendar--convert-cyclic-to-ical)
942 (icalendar--convert-anniversary-to-ical): Take care of time
943 specifications where hour has 1-digit only (Bug#5549).
944
8cfae03d
NR
9452010-02-19 Nick Roberts <nickrob@snap.net.nz>
946
947 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
948 of disassemble output in GDB 7.1.
949
055e4eea
GM
9502010-02-19 Glenn Morris <rgm@gnu.org>
951
952 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
953 property. (Bug#5593)
954
ff6b00de
SS
9552010-02-18 Sam Steingold <sds@gnu.org>
956
957 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
958
fe8c0b47
SM
9592010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 Use abbreviated file names in bookmarks (bug#5591).
962 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
963 calls to expand-file-name.
964 (bookmark-relocate): Use abbreviated file names in bookmarks.
965 (bookmark-load): Use abbreviated file names in messages.
966
73a37a69
MA
9672010-02-18 Michael Albinus <michael.albinus@gmx.de>
968
969 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
970 expand "." and "..". Reported by Thierry Volpiatto
971 <thierry.volpiatto@gmail.com>.
972
6e4f5731
MA
9732010-02-18 Michael Albinus <michael.albinus@gmx.de>
974
975 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
976 permissions of the temporary file to "0600". In case the remote
977 file has no read permissions for the owner, there might be
978 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
979
98022010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
981
982 * emacs-lisp/authors.el (authors-renamed-files-alist):
983 Add entries for INSTALL.CVS.
984
ba5bf642
MH
9852010-02-17 Mark A. Hershberger <mah@everybody.org>
986
f7e0618c 987 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 988
f7e0618c 989 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
990 (isearch-update): Use the new hook.
991
aac0b0f2
MA
9922010-02-16 Michael Albinus <michael.albinus@gmx.de>
993
fe8c0b47
SM
994 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
995 Fix errors in copying directories.
aac0b0f2
MA
996 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
997 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
998 (tramp-handle-delete-file)
999 (tramp-handle-dired-recursive-delete-directory)
1000 (tramp-handle-write-region): Flush also the cache for the upper
1001 directory.
1002
05bbe066
CY
10032010-02-16 Chong Yidong <cyd@stupidchicken.com>
1004
e8ab3908
CY
1005 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1006
ff90f4b0
CY
1007 * cus-edit.el (hardware): Doc fix.
1008
1009 * man.el (man): Add to external custom group.
1010
1011 * delim-col.el (columns): Move to wp custom group.
1012
1013 * doc-view.el (doc-view): Add to data custom group.
1014
1015 * cedet/data-debug.el (data-debug): Move to extensions group.
1016
1017 * cedet/ede.el (ede):
1018 * cedet/srecode.el (srecode):
1019 * cedet/semantic.el (semantic): Put in tools and extensions group.
1020
fe8c0b47 1021 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 1022
05bbe066
CY
1023 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1024 by ispell-parse-output (Bug#5575).
1025
fa6ea913
KH
10262010-02-16 Kenichi Handa <handa@m17n.org>
1027
1028 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1029 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1030 (skkdic-convert): Use `euc-japan' coding system for writing.
1031
88fd78ae
GM
10322010-02-16 Glenn Morris <rgm@gnu.org>
1033
1034 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1035 tex-main-file before using it. (Bug#5562)
1036
2b8c974a
SM
10372010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1040 warnings, since it is annoying for the user to see them each time he
1041 runs the code.
1042
7540f029
MA
10432010-02-15 Michael Albinus <michael.albinus@gmx.de>
1044
1045 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1046 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1047 instead of PROC for caching "first-password-request". Otherwise,
1048 new processes would not profit from passwords already entered.
1049
2b8c974a
SM
1050 * net/tramp-cache.el (tramp-dump-connection-properties):
1051 Don't save "first-password-request" property.
7540f029 1052
fa5f7c5f
JB
10532010-02-14 Juanma Barranquero <lekktu@gmail.com>
1054
1055 * outline.el (outline-head-from-level):
1056 * simple.el (with-wrapper-hook):
1057 * cedet/ede.el (ede-run-target, project-delete-target)
1058 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1059 (ede-adebug-project, ede-adebug-project-parent)
1060 (ede-adebug-project-root):
1061 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1062 (elint-defun, elint-buffer-env, elint-top-form-logged)
1063 (elint-unbound-variable):
1064 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1065 Fix typos in docstrings.
1066
ecbaeb7b
MA
10672010-02-14 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * files.el (insert-directory): When WILDCARD-REGEXP and
1070 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1071 whole directory. (Bug#5551)
1072
1073 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1074 dired's alignment sanity. (Bug#5516)
1075
91e3333f
JL
10762010-02-14 Juri Linkov <juri@jurta.org>
1077
1078 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1079 Remove remaining ^H with their preceding chars. (Bug#5566)
1080
36020642
GM
10812010-02-13 Glenn Morris <rgm@gnu.org>
1082
1083 * simple.el (transpose-subr): Give it a doc-string.
1084
1085 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1086 Doc fixes.
1087
f5952338
JL
10882010-02-12 Juri Linkov <juri@jurta.org>
1089
1090 * arc-mode.el (archive-unique-fname): Make directories for nested
1091 archives. (Bug#5540)
1092
918fe50f
JL
10932010-02-12 Juri Linkov <juri@jurta.org>
1094
1095 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1096
c07ff221
SM
10972010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1098
48b1e7cf
SM
1099 * subr.el (copy-overlay): Handle deleted overlays.
1100
c07ff221
SM
1101 * man.el (Man-completion-table): Don't signal an error if we can't run
1102 manual-program (bug#4056).
1103
0e374247
JB
11042010-02-10 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1107
dbf8402b
SM
11082010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1109
348d1e60
SM
1110 * info.el (Info-bookmark-jump): Simplify.
1111
dbf8402b
SM
1112 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1113 (bookmark-default-handler): Accept new bookmark field `buffer'.
1114
e6d23bb5
CY
11152010-02-10 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * iswitchb.el (iswitchb-completions): Revert last change.
1118
a8e4290b
MA
11192010-02-10 Michael Albinus <michael.albinus@gmx.de>
1120
2b23acde 1121 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
1122 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1123 This prevents file names like "~/" being listed literally.
a8e4290b 1124
c59d6fad
DN
11252010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1126
348d1e60
SM
1127 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1128 Remove dead code. (Bug#5546)
c59d6fad 1129
3a66e78f
CY
11302010-02-09 Chong Yidong <cyd@stupidchicken.com>
1131
1132 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1133 correctly (Bug#5548).
1134
f29fd869
CY
11352010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1136
1137 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 1138 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 1139
7fad1447
KH
11402010-02-08 Kenichi Handa <handa@m17n.org>
1141
1142 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 1143 cookie for putting `lisp-indent-function'.
7fad1447 1144
50e4518b
GM
11452010-02-07 Glenn Morris <rgm@gnu.org>
1146
1147 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1148 Move F2003 named interfaces from keywords-2 to keywords-1, and
1149 use function-name-face rather than constant-face.
1150 Simplify "abstract interface" regexp.
1151
a4cc44cf
CY
11522010-02-07 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1155 ID-FORMAT. Pass it to `file-attributes'.
1156
1157 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1158
c917476d
CY
11592010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1160
1161 * faces.el (set-face-attribute): Allow calling
1162 internal-set-lisp-face-attribute with 'unspecified family and
1163 foundry argument (Bug#5536).
1164
7cf3f3d6
GM
11652010-02-07 Glenn Morris <rgm@gnu.org>
1166
1167 * progmodes/f90.el (f90-font-lock-keywords-2)
1168 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1169 Handle F2003 named interfaces.
1170
ffe87109
CY
11712010-02-06 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1174 beg and end before calling c-get-state-before-change-functions.
1175
4775ecad
DN
11762010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1177
1178 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1179
0d17c4b9
JL
11802010-02-05 Juri Linkov <juri@jurta.org>
1181
1182 * doc-view.el (doc-view-mode):
1183 * image-mode.el (image-mode): Put property mode-class=special.
1184 (Bug#4896)
1185
8228a275
MH
11862010-02-05 Mark A. Hershberger <mah@everybody.org>
1187
1188 * vc-svn.el (vc-svn-revision-table): New function.
1189
d9320986
MA
11902010-02-05 Michael Albinus <michael.albinus@gmx.de>
1191
1192 * net/ange-ftp.el (ange-ftp-insert-directory):
1193 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1194 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1195 Handle also directories. (Bug#5478)
1196
f43d8ecc
GM
11972010-02-05 Glenn Morris <rgm@gnu.org>
1198
1199 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1200
ce3a988d
CY
12012010-02-05 Chong Yidong <cyd@stupidchicken.com>
1202
1203 * startup.el (command-line-1): Convert options beginning with a
1204 single dash as well (Bug#5519).
1205
bdd42899
SM
12062010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1207
51b23c44
SM
1208 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1209 * minibuffer.el (completion-initials-expand): Only check the presence
1210 of delims *within* the boundaries, since otherwise the / delim is
1211 always found for files.
1212
bdd42899
SM
1213 Fix up various corner case problems.
1214 * doc-view.el (doc-view-last-page-number): New function.
1215 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1216 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1217 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1218 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1219 (doc-view-convert-current-doc): Don't create the resolution.el file
1220 here any more.
1221 (doc-view-pdf/ps->png): Do it here instead.
1222 (doc-view-already-converted-p): Check that resolution.el is present.
1223 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1224 windows that are not yet showing images.
1225
d5b3979c
MA
12262010-02-04 Michael Albinus <michael.albinus@gmx.de>
1227
1228 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1229 `dired-uncache' for every elemnt which is an absolute file name.
1230
1231 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1232 directory, handle its directory component.
1233 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1234 function is called permanently and creates noise, otherwise.
1235
1236 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1237 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1238 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1239
b003beb1
DB
12402010-02-04 David Burger <dburger@google.com> (tiny change)
1241
1242 * macros.el (apply-macro-to-region-lines):
1243 Minor simplification. (Bug#5485)
1244
ea92f9f3
GM
12452010-02-04 Glenn Morris <rgm@gnu.org>
1246
a03ae20d
GM
1247 * mail/rmail.el (rmail-show-message-1): Handle malformed
1248 quoted-printable text. (Bug#5441)
1249
4d01b827
GM
1250 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1251
ea92f9f3
GM
1252 * simple.el (visual-line-mode): Capitalize lighter.
1253
82055bb7
JW
12542010-02-03 John Wiegley <jwiegley@gmail.com>
1255
1256 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1257 list of files considered for "virtual buffer" completions.
1258
8214b6e4
MA
12592010-02-03 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1262 also in case of (and (not full) (not wildcard)). This is needed,
1263 when dired is called with a list of files, which are not in
1264 `default-directory'. (Bug#5478)
1265
1df9718f
SM
12662010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1269
02ba1267
JL
12702010-02-02 Juri Linkov <juri@jurta.org>
1271
1272 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1273 from unidiff to allow function-line after @@.
1274
a0c6a0fb
JL
12752010-02-02 Juri Linkov <juri@jurta.org>
1276
1277 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1278 '(RCS SCCS) with inverted condition.
1279
c35fcd52
MA
12802010-02-02 Michael Albinus <michael.albinus@gmx.de>
1281
1282 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1283 messages.
1284
6ba973c1
JL
12852010-02-01 Juri Linkov <juri@jurta.org>
1286
1287 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1288 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1289 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1290 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1291
0bca393f
SM
12922010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1293
1294 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1295 (doc-view-revert-buffer): New command.
1296 (doc-view-mode-map): Use it.
1297
7a444e2a
DN
12982010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1299
1300 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1301 pending merge is detected.
1302
ad6fc8f4
JL
13032010-01-31 Juri Linkov <juri@jurta.org>
1304
1305 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1306 beginning of interactive spec like all other grep commands do.
1307 Put "all" in front of "gz". (Bug#5260)
1308
b9236874
DN
13092010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1310
1311 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1312
1e868757
CY
13132010-01-29 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1316 regexp is incorrect (Bug#5476).
1317
e5c70c41
MA
13182010-01-29 Michael Albinus <michael.albinus@gmx.de>
1319
1320 * net/tramp.el (tramp-handle-insert-directory): Handle also
1321 symlinks, when FILENAME is not in `default-directory'.
1322
0c0b61f1
MA
13232010-01-28 Michael Albinus <michael.albinus@gmx.de>
1324
1325 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1326 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1327
1328 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1329 of SWITCHES. Handle the case, FILENAME is not in
1330 `default-directory'. (Bug#5478)
1331 (tramp-register-file-name-handlers): Add safe-magic property.
1332
763f325e
CY
13332010-01-28 Chong Yidong <cyd@stupidchicken.com>
1334
1335 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1336 unzip (Bug#5475).
1337
fd09a83f
CY
13382010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1339
1340 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1341 (flymake-master-make-header-init): Add other C++ filename masks.
1342 (flymake-find-possible-master-files)
1343 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1344
7e5686f0
MA
13452010-01-28 Michael Albinus <michael.albinus@gmx.de>
1346
1347 Fix some busybox annoyances.
1348
1349 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1350 not responding." string.
1351 (tramp-open-connection-setup-interactive-shell): Dump stty
1352 settings. Enable "neveropen" arg for all `tramp-send-command'
1353 calls. Handle "=" in variable values properly.
1354 (tramp-find-inline-encoding): Raise an error, when no encoding is
1355 found.
1356 (tramp-wait-for-output): Check, whether PROC buffer is available.
1357 Remove spurious " ^H" sequences, sent by busybox.
1358 (tramp-get-ls-command): Suppress coloring, if possible.
1359
c6265c10
GM
13602010-01-28 Glenn Morris <rgm@gnu.org>
1361
c85a168b
GM
1362 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1363
c6265c10
GM
1364 * log-edit.el (log-edit-strip-single-file-name): Add missing
1365 :safe, :group, and :version tags.
1366
7d82a738
SB
13672010-01-27 Stephen Berman <stephen.berman@gmx.net>
1368
1369 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1370 buffers. (Bug#5477)
1371
8b0e68ea
CY
13722010-01-27 David De La Harpe Golden <david@harpegolden.net>
1373
1374 * files.el (delete-directory): Handle moving to trash without
1375 first doing recursion (Bug#5436).
1376
368d3208
DN
13772010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 * vc-hooks.el (vc-path): Mark as obsolete.
1380
755da7fa
DN
13812010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1382
e2396d80
DN
1383 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1384 names too.
1385
755da7fa
DN
1386 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1387 for the short log.
1388 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1389
6a6d15ab 13902010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1391
ac9ffe99 1392 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1393
48c2d18a 1394 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1395
504dcc71
EH
13962010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1397
1398 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1399 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1400
51850286
DN
14012010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1402
c2f1d6d8
DN
1403 Remove support for adding --signoff on commit.
1404 Future support will use an incompatible generic mechanism.
1405 * vc-git.el (vc-git-add-signoff): Remove variable.
1406 (vc-git-toggle-signoff): Remove function.
1407 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1408
51850286
DN
1409 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1410 from xterm-set-background-mode. Return t if the background mode
1411 was set.
1412 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1413 earlier, call it again in case the background mode has changed.
1414
02c6d0d0
CY
14152010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1416
1417 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1418 (Bug#3541).
1419
064eee03
CY
14202010-01-23 Chong Yidong <cyd@stupidchicken.com>
1421
02c6d0d0
CY
1422 * emacs-lisp/assoc.el (aelement): Doc fix.
1423 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1424
5336c3ec 14252010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1426
48c2d18a 1427 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1428 is the same as subprogram call, not declaration. (Bug#5435).
1429
0536254e
MA
14302010-01-23 Michael Albinus <michael.albinus@gmx.de>
1431
1432 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1433 (tramp-smb-maybe-open-connection): Use it.
1434
411d06c2
MA
14352010-01-22 Michael Albinus <michael.albinus@gmx.de>
1436
0536254e 1437 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 1438
c893016b
SM
14392010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1442 just because we see "encoding: 8bit".
1443 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1444
9425f8e1
CY
14452010-01-22 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1448
6a801864
EZ
14492010-01-22 Eli Zaretskii <eliz@gnu.org>
1450
1451 * jka-compr.el (jka-compr-load): If load-file is not in
1452 load-history, try its file-truename version. (bug#5447)
1453
3e8f7d91
AM
14542010-01-21 Alan Mackenzie <acm@muc.de>
1455
1456 Fix a situation where deletion of a cpp construct throws an error.
1457 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1458 invoking c-with-all-but-one-cpps-commented-out, check that the
1459 special cpp construct is still in the buffer.
1460 (c-parse-state): Record the special cpp with markers, not numbers.
1461
f0bd0ad5
CY
14622010-01-21 Kenichi Handa <handa@m17n.org>
1463
1464 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1465 process last-command-event, as it is now decoded first (Bug#5380).
1466
5189d95b
CY
14672010-01-20 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1470
e073d74a
GM
14712010-01-20 Glenn Morris <rgm@gnu.org>
1472
1473 * indent.el (tab-always-indent): Fix custom-type.
1474
8ee04f3a
AM
14752010-01-19 Alan Mackenzie <acm@muc.de>
1476
1477 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1478 buffer throws "args out of range".
1479 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1480 playing the role of delimiter.
1481
6a47c86a
SL
14822010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1483
bf0b361c 1484 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
1485 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1486 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1487 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1488 Improve comments in "is" portion. Handle null procedure declaration.
1489 (ada-move-to-end): Improve doc string.
1490
2acfb954
ÓF
14912010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1492
e90d57c0 1493 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 1494 Remove obsolete information from commentary.
e90d57c0
JB
1495 (ido-choice-list): Initialize to nil.
1496 (ido-get-bufname): Reject minibuffers.
1497 (ido-make-buffer-list): If "default" is a nonexistent
1498 buffer, ignore it, as per the function's comment.
1499 (ido-kill-buffer-internal): New function.
1500 (ido-kill-buffer-at-head): Use it.
1501 (ido-visit-buffer): Likewise.
2acfb954 1502
244b023e
CY
15032010-01-18 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1506
db9e401b
JB
15072010-01-18 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * cedet/ede/locate.el (ede-locate-file-in-project)
1510 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1511 (ede-enable-locate-on-project): Fix typos in error messages.
1512
1513 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1514 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1515 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1516 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1517 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1518 Fix typos in menu help.
1519
1520 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1521 Fix typos in chart titles.
1522
1523 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1524 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1525 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1526 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1527 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1528 (semantic-parse-stream, semantic-parse-region)
1529 (semantic-parse-region-default, semantic--set-buffer-cache)
1530 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1531 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1532 (semantic-default-submodes):
1533 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1534 (semanticdb-create-ebrowse-database)
1535 (semanticdb-find-tags-for-completion-method)
1536 (semanticdb-find-tags-by-class-method)
1537 (semanticdb-deep-find-tags-by-name-method)
1538 (semanticdb-deep-find-tags-for-completion-method):
1539 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1540 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1541 (semanticdb-find-tags-for-completion-method)
1542 (semanticdb-find-tags-by-class-method)
1543 (semanticdb-deep-find-tags-for-completion-method):
1544 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1545 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1546 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1547 (semanticdb-find-tags-by-name-method)
1548 (semanticdb-find-tags-by-name-regexp-method)
1549 (semanticdb-find-tags-for-completion-method)
1550 (semanticdb-find-tags-by-class-method)
1551 (semanticdb-find-tags-external-children-of-type-method)
1552 (semanticdb-find-tags-subclasses-of-type-method)
1553 (semanticdb-deep-find-tags-by-name-method)
1554 (semanticdb-deep-find-tags-by-name-regexp-method)
1555 (semanticdb-deep-find-tags-for-completion-method):
1556 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1557 (semanticdb-enable-gnu-global-in-buffer)
1558 (semanticdb-find-tags-for-completion-method)
1559 (semanticdb-deep-find-tags-by-name-method)
1560 (semanticdb-deep-find-tags-for-completion-method):
1561 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1562 (javascript-mode, semanticdb-find-translate-path)
1563 (semanticdb-find-tags-for-completion-method)
1564 (semanticdb-find-tags-by-class-method)
1565 (semanticdb-deep-find-tags-by-name-method)
1566 (semanticdb-deep-find-tags-for-completion-method)
1567 (semanticdb-find-tags-external-children-of-type-method):
1568 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1569 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1570 (global-semantic-idle-scheduler-mode):
1571 * cedet/srecode/dictionary.el (srecode-field-value)
1572 (srecode-dictionary-add-section-dictionary):
1573 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1574 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1575 (describe-class, eieio-describe-generic, describe-generic):
1576 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1577 (eieio-speedbar-expand):
1578 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1579 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1580 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1581 (viper-del-backward-char-in-replace, viper-backward-indent)
1582 (viper-brac-function, viper-register-to-point, viper-submit-report):
1583 * net/tramp.el (tramp-remote-coding-commands):
1584 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1585 Fix typos in docstrings.
1586
9295137d
CY
15872010-01-17 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * mail/sendmail.el (mail-yank-original): Set the mark if the
1590 specified function for yanking does not do it.
1591
4d0bbcb6
DN
15922010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1593
7902c120
DN
1594 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1595
4d0bbcb6
DN
1596 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1597 resyncing a directory.
1598
0b702bc1
SL
15992010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1600
6a47c86a 1601 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
1602 (ada-ident-re): Delete ., allow multibyte characters.
1603 (ada-goto-label-re): New; matches goto labels.
1604 (ada-block-label-re): New; matches block labels.
1605 (ada-label-re): New; matches both.
1606 (ada-named-block-re): Deleted; callers changed to use
1607 `ada-block-label-re' instead.
1608 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1609 Use `ada-block-label-re'.
1610 (ada-indent-on-previous-lines): Improve handling of goto labels.
1611 (ada-get-indent-block-start): Special-case block label.
1612 (ada-get-indent-label): Split into `ada-indent-block-label' and
1613 `ada-indent-goto-label'.
1614 (ada-goto-stmt-start, ada-goto-next-non-ws):
1615 Optionally ignore goto labels.
1616 (ada-goto-next-word): Simplify.
1617 (ada-indent-newline-indent-conditional): Insert newline before
1618 trying to fix indentation; doc fix.
1619
05287c49
JB
16202010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1621
1622 * calc/calc.el (calc-command-flags): Give it an initial value.
1623
44e82a0b
GM
16242010-01-17 Glenn Morris <rgm@gnu.org>
1625
1626 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1627
4963739e
JB
16282010-01-17 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * cedet/semantic.el (semantic-mode):
1631 * files.el (minibuffer-with-setup-hook):
1632 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1633 (artist-key-draw-continously, artist-key-do-continously-continously)
1634 (artist-key-set-point-continously, artist-mouse-draw-continously):
1635 Fix typos in docstrings.
1636
116bd1ee
CY
16372010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1638
1639 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1640 return t (Bug#3898).
1641
2784cd7a 16422010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
1643
1644 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1645 can parse the output of the external commands (Bug#5279).
1646
abd5cfe8
CY
16472010-01-16 Jari Aalto <jari.aalto@cante.net>
1648
1649 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1650
4fe22cdf
CY
16512010-01-16 Chong Yidong <cyd@stupidchicken.com>
1652
bbdc98ef
CY
1653 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1654
c7dc1ac1
CY
1655 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1656
4fe22cdf
CY
1657 * startup.el (command-line): Remove unused --icon-type arg.
1658 Handle --display arg, passing it to command-line-1 (Bug#5392).
1659
045b9da7
ML
16602010-01-16 Mario Lang <mlang@delysid.org>
1661
1662 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1663 * cedet/ede/files.el (ede-expand-filename):
1664 * cedet/ede/simple.el (ede-simple-project):
1665 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1666 (semantic-complete-inline-tag-engine):
1667 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1668 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1669 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1670 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1671 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1672 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1673 * emacs-lisp/chart.el (chart-translate-namezone):
1674 * textmodes/artist.el (artist-compute-popup-menu-table):
1675 Remove duplicated words in doc-strings.
1676
6554a5df
CY
16772010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1678
1679 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1680 to mairix-search to suppress threading (Bug#5342).
1681
ca4f0e9a
KH
16822010-01-15 Kenichi Handa <handa@m17n.org>
1683
1684 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 1685 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 1686
1db3226b
GM
16872010-01-15 Glenn Morris <rgm@gnu.org>
1688
56a03f46
GM
1689 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1690
1691 * wid-edit.el (widget-keymap): Doc fix.
1692
1db3226b
GM
1693 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1694 former seems to be more widely accepted by various svn versions.
1695
80cd4bb4
JB
16962010-01-14 Juanma Barranquero <lekktu@gmail.com>
1697
d1f18ec0
JB
1698 * find-cmd.el (find-constituents):
1699 * vc-arch.el (vc-arch-root):
1700 * window.el (window-body-height, pop-up-frames):
1701 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1702 (semantic-no-reparse-needed-change-hook):
1703 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1704 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1705 (srecode-template-inserter-ask, srecode-template-inserter-width)
1706 (srecode-template-inserter-section-start)
1707 (srecode-template-inserter-section-end, srecode-insert-method):
1708 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1709 * progmodes/ada-stmt.el (ada-if):
1710 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1711 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1712 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1713 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1714
80cd4bb4
JB
1715 * progmodes/flymake.el (flymake-post-syntax-check):
1716 Fix typo in error message.
1717
9c23ca47
JB
17182010-01-14 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1721 which is always a string. (Bug#5313)
1722
8794c483
JB
17232010-01-14 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * progmodes/ada-xref.el (ada-default-prj-properties):
1726 Simplify previous change.
1727
95005d39
SL
17282010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1729
1730 * progmodes/ada-xref.el (ada-default-prj-properties):
1731 Default ada_project_path to $ADA_PROJECT_PATH.
1732
17332010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
1734
1735 * progmodes/ada-mode.el (ada-create-keymap):
1736 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1737
fb0d1545
SL
17382010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1739
1740 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1741 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1742 (ada-get-current-indent, ada-imenu-generic-expression)
1743 (ada-which-function): Check for it.
1744
5c9434d0
SL
17452010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1746
1747 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1748 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1749
3a4f3a3b
GM
17502010-01-14 Glenn Morris <rgm@gnu.org>
1751
1752 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1753
d9a7c140
KH
17542010-01-14 Kenichi Handa <handa@m17n.org>
1755
1756 * composite.el (auto-composition-mode): Make it a buffer local
1757 variable (permanent-local).
1758 (auto-composition-function): Set the default value to
1759 auto-compose-chars.
49caf252 1760 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
1761 (global-auto-composition-mode): Likewise.
1762 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 1763
38bee102
KF
17642010-01-13 Karl Fogel <kfogel@red-bean.com>
1765
1766 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 1767
b8b45afc
MA
17682010-01-12 Michael Albinus <michael.albinus@gmx.de>
1769
1770 * files.el (copy-directory): Compute target for recursive
1771 directories with identical names. (Bug#5343)
1772
893db5bc
GM
17732010-01-12 Glenn Morris <rgm@gnu.org>
1774
1775 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1776 it to bug-gnu-emacs rather than emacs-pretest-bug.
1777
2f27e6d4
JB
17782010-01-12 Juanma Barranquero <lekktu@gmail.com>
1779
1780 * cedet/data-debug.el (data-debug): Fix customization group reference.
1781
91abaf51
JB
17822010-01-12 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1785 (semantic-analyze-context, semantic-analyze-context-assignment)
1786 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1787 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1788 (semantic-java-doc-keywords-map):
1789 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1790 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1791 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1792 (semantic-c-classname, semantic-format-tag-uml-prototype)
1793 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1794 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1795 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1796 (semantic-get-local-variables, semantic-end-of-command)
1797 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1798 (lisp-mode):
1799 * cedet/semantic/bovine/make.el (makefile-mode):
1800 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1801 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1802 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1803 (semantic-lex, semantic-get-local-variables, python-mode):
1804 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1805 * cedet/srecode/extract.el (srecode-extract-state-set)
1806 (srecode-extract-method): Fix typos in docstrings.
1807
d8b8451f
SS
18082010-01-11 Sam Steingold <sds@gnu.org>
1809
1810 * imenu.el (imenu-default-create-index-function): Detect infinite
1811 loops caused by imenu-prev-index-position-function.
1812
30afcdff
JB
18132010-01-11 Juanma Barranquero <lekktu@gmail.com>
1814
1815 * htmlfontify.el (htmlfontify-load-rgb-file)
1816 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1817 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1818 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1819 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1820 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1821 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1822 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1823 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1824 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1825 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1826 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1827 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1828 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1829 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1830 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1831 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1832 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1833 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1834 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1835 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1836 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1837 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1838 backslash-quoting from parentheses, etc.
1839
92b1c416
CY
18402010-01-11 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * progmodes/js.el: Autoload javascript-mode alias.
1843
4454adab
JB
18442010-01-11 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1847 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1848 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1849 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1850 Fix typos in docstrings.
1851 (ffap-url-regexp): Doc fix.
1852 (ffap-at-mouse): Fix typo in message.
1853
6589a2f9
GM
18542010-01-11 Glenn Morris <rgm@gnu.org>
1855
1856 * version.el (emacs-copyright): Set copyright year to 2010.
1857
4e5617ee
SM
18582010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * format.el (format-annotate-function): Only set
1861 write-region-post-annotation-function after running to-fn so as not to
1862 affect nested write-region calls (bug#5273).
1863
52bee098
CY
18642010-01-10 Chong Yidong <cyd@stupidchicken.com>
1865
4e5617ee
SM
1866 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1867 Add python parser.
52bee098 1868
a069f067
CY
1869 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1870 wisent/python.el.
1871
52bee098
CY
18722010-01-10 Richard Kim <emacs18@gmail.com>
1873
1874 * cedet/semantic/wisent/python-wy.el:
1875 * cedet/semantic/wisent/python.el: New files.
1876
e709e39d
CY
18772010-01-09 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * man.el (Man-goto-section): Signal error if the section is not
1880 found (Bug#5317).
1881
6ee86780
JB
18822010-01-09 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1885 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1886
fa7b5f7b
CY
18872010-01-09 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * progmodes/compile.el: Don't treat compile-command as safe if
1890 compilation-read-command might be nil (Bug#4218).
1891
de62c4d9
JD
18922010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1893
1894 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1895 NS options.
1896
e94be827
KH
18972010-01-08 Kenichi Handa <handa@m17n.org>
1898
4e5617ee
SM
1899 * international/fontset.el (build-default-fontset-data):
1900 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 1901
1dfae2a2
JB
19022010-01-07 Juanma Barranquero <lekktu@gmail.com>
1903
1904 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1905 to `create-file-buffer' as it expects, not just a buffer name.
1906 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1907 to help uniquify. (Bug#3224)
1908
d0cf45b7
JD
19092010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1910
1911 * font-setting.el (font-setting-change-default-font): Use user-spec
1912 instead of name.
1913
7534fa5e
DN
19142010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1915
1916 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1917
fd579fdc
CY
19182010-01-05 Tom Tromey <tromey@redhat.com>
1919
4e5617ee
SM
1920 * progmodes/python.el (python-font-lock-keywords):
1921 Handle qualified decorators (Bug#881).
fd579fdc 1922
37860caf
DN
19232010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1926 in a lightweight checkout.
1927
69db641d
KH
19282010-01-05 Kenichi Handa <handa@m17n.org>
1929
4e5617ee 1930 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 1931
b25d6a02
DN
19322010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1933
1934 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1935
137d88ca
DN
19362010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1937
1938 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1939 checkouts. (Bug#618)
3d5d0aa9 1940 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
1941 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1942 (vc-bzr-shelve-menu-map):
1943 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1944 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 1945
da76998b
CY
19462010-01-02 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1949 They are valid characters in URL paths (rfc3986), and at least
1950 Firefox does not understand the encoded version (Bug#3166).
1951
b2ad70b6
CY
19522010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1953
1954 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
1955 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1956 Add "end" keyword (Bug#3061).
b2ad70b6
CY
1957 (octave-end-as-array-index-p): New function.
1958 (calculate-octave-indent): Use it.
1959
54136282
KF
19602010-01-02 Karl Fogel <kfogel@red-bean.com>
1961
1962 * bookmark.el: Consistently put the text property on the bookmark name.
1963 (bookmark-bmenu-marks-width): Bump back to 2, to include
1964 annotation marks.
1965 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1966 property on the bookmark name, instead of not putting it at all.
1967 (bookmark-bmenu-list): Fix where we put the text property.
1968
cc4d3cad
KF
19692010-01-02 Karl Fogel <kfogel@red-bean.com>
1970
1971 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1972 for showing buffer modified state (as added in the previous change).
1973
b894c439
KF
19742010-01-02 Karl Fogel <kfogel@red-bean.com>
1975
1976 * bookmark.el: Show modified state of bookmark buffer more accurately.
1977 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1978 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1979 (with-buffer-modified-unmodified): New macro.
1980 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1981 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 1982 Use new macro to preserve the buffer modified state.
b894c439 1983
3a69db53
KF
19842010-01-02 Karl Fogel <kfogel@red-bean.com>
1985
4e5617ee 1986 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
1987 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1988 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1989 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1990 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
1991 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1992 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 1993
af414f10
EZ
19942010-01-02 Eli Zaretskii <eliz@gnu.org>
1995
4e5617ee
SM
1996 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1997 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 1998
f2ec0e5e
CY
19992010-01-02 Ryan Yeske <rcyeske@gmail.com>
2000
2001 * net/rcirc.el: Add follow-link binding (Bug#4738).
2002
38c1ba62
EZ
20032010-01-02 Eli Zaretskii <eliz@gnu.org>
2004
4e5617ee 2005 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2006 (cvs-update): New target for backward compatibility.
2007
4e5617ee 2008 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2009 (cvs-update): New target for backward compatibility.
2010
ea2c0f5b
KF
20112010-01-02 Karl Fogel <kfogel@red-bean.com>
2012
2013 * bookmark.el: Remove gratuitous gratitude.
2014
5ae329f4
KF
20152010-01-02 Karl Fogel <kfogel@red-bean.com>
2016
47989945
KF
2017 * bookmark.el (bookmark-bmenu-any-marks): New function
2018 (bookmark-bmenu-save): Clear buffer modification if no marks.
2019
20202010-01-02 Karl Fogel <kfogel@red-bean.com>
2021
2022 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
2023 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2024 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2025 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2026
2027 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2028 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2029 To: emacs-devel {_AT_} gnu.org
2030 Subject: bookmark.el bug report
2031 Date: Mon, 28 Dec 2009 14:19:16 +0800
2032 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2033
aef053eb
KF
20342010-01-02 Karl Fogel <kfogel@red-bean.com>
2035
2036 * bookmark.el: Improvements suggested by Drew Adams:
2037 (bookmark-bmenu-ensure-position): New name for
2038 `bookmark-bmenu-check-position'. Just ensure the position,
2039 don't return any meaningful value.
2040 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2041 New constants.
2042
0472835f
JB
20432010-01-02 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2046 (bookmark-yank-point, bookmark-bmenu-check-position):
2047 Fix typos in docstrings.
2048 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2049 (bookmark-name-from-full-record, bookmark-get-position)
2050 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2051 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2052 Remove useless quoting of parenthesis, etc. in docstrings.
2053
2054 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2055 (ediff-append-custom-diff): Fix typo in error message.
2056 (ediff-meta-mark-equal-files): Fix typos in messages.
2057
2058 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2059
2060 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2061 Fix typo in docstring.
2062
2063 * net/imap-hash.el (imap-hash-make): Doc fix.
2064 (imap-hash-test): Fix typo in error message; reflow docstring.
2065 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2066 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2067 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2068 Fix typos in docstrings.
2069 (imap-hash-open-connection): Fix typo in error message.
2070
2071 * play/gomoku.el (gomoku): Fix typos in docstring.
2072
2073 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2074 (gdb-jsonify-buffer): Fix typos in docstring.
2075 (gdb-goto-breakpoint): Fix typo in error message.
2076 ("Display Other Windows"): Fix typo in help message.
2077 (gdb-speedbar-expand-node): Fix typo in question.
2078
2079 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2080 (idlwave-html-system-help-location, idlwave-html-help-location)
2081 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2082 (idlwave-help-browser-generic-args, idlwave-help-directory)
2083 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2084 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2085 (idlwave-online-help, idlwave-help-html-link)
2086 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2087 Fix typos in docstrings.
2088 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2089 Reflow docstrings.
2090 (idlwave-help-assistant-start): Fix typo in error message.
2091
2092 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2093 (octave-electric-space): Fix typos in docstrings.
2094
9bbe0828
CY
20952010-01-01 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2098
a88c46c3
CY
20992010-01-01 Juri Linkov <juri@jurta.org>
2100
2101 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 2102 increase the default to 500 (Bug#5148).
a88c46c3 2103
7ee6c59b
NR
21042009-12-31 Nick Roberts <nickrob@snap.net.nz>
2105
2106 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2107 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2108 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2109
a9c8a2cd
NR
21102009-12-30 Nick Roberts <nickrob@snap.net.nz>
2111
2112 Show working revision correctly for mercurial.
2113 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 2114 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 2115
659e4408
JB
21162009-12-29 Juanma Barranquero <lekktu@gmail.com>
2117
2118 Declare some functions for the byte-compiler.
2119 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2120 (speedbar-timer-fn, speedbar-change-expand-button-char)
2121 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2122
7ee6c59b
NR
21232009-12-29 Nick Roberts <nickrob@snap.net.nz>
2124
2125 This changeset reverts GDB Graphical Interface to use annotations.
2126 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2127
460f6e7c
DN
21282009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2129
2130 Make vc-dir work on subdirectories of the bzr root.
2131 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2132 file names relative to it.
2133 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2134 relative directory to vc-bzr-after-dir-status.
2135
543f553a
TH
21362009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2137
2138 * font-lock.el (font-lock-refresh-defaults): New function, which
2139 can be used to let font-lock react to external changes in
2140 variables like font-lock-defaults and keywords.
2141 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2142
2592ab76
DN
21432009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2144
ac859983
DN
2145 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2146
2592ab76
DN
2147 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2148
58941d03
JB
21492009-12-28 Juanma Barranquero <lekktu@gmail.com>
2150
2151 Supersede color.diff settings in git log (bug#5211).
2152
2153 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2154 escape chars in its output when the user has color.diff set to `always'.
2155 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2156
39764e76
KR
21572009-12-26 Kevin Ryde <user42@zip.com.au>
2158
2159 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2160 node. Keep previous "Index" name to work with past coreutils too.
2161
91c4831e
KR
2162 * man.el (man): Revise docstring a bit to show -a and -l as
2163 examples. Add -k description since support for it has otherwise
2164 been a secret. (Further to bug#3717.)
651e932e
KR
2165 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2166 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 2167 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 2168
7f4d4a97
MA
21692009-12-26 Michael Albinus <michael.albinus@gmx.de>
2170
2171 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2172 switches. Check also for //SUBDIRED// line.
2173
bcffff46
KH
21742009-12-25 Kenichi Handa <handa@m17n.org>
2175
2176 * language/indian.el (devanagari-composable-pattern): Fixed to
2177 handle ZWNJ and ZWJ. Use it in composition-function-table for
2178 Devanagari.
2179 (malayalam-composable-pattern): Fix previous change.
2180
dc1dcfa4
VJL
21812009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2182
2183 * ps-print.el (ps-face-attributes): It was not returning the
2184 attribute face for faces specified as string. Reported by harven
2185 <harven@free.fr>.
2186 (ps-print-version): New version 7.3.5.
2187
6fe539d2
UJ
21882009-12-18 Ulf Jasper <ulf.jasper@web.de>
2189
2190 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2191 timezone names.
2192 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2193 (icalendar--add-diary-entry): Remove the trailing blank that
2194 diary-make-entry inserts.
2195
1f3611c6
MA
21962009-12-17 Michael Albinus <michael.albinus@gmx.de>
2197
2198 Make `file-expand-wildcards' work for remote files.
2199
2200 * files.el (file-expand-wildcards): In case of remote files, check
2201 only local file name part for wildcards. Provide feature 'files
2202 and subfeature 'remote-wildcards. (Bug#5198)
2203
2204 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2205 if there is already an established connection.
2206 (tramp-advice-file-expand-wildcards): Remove it.
2207
2208 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2209 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2210 Activate advice for older GNU Emacs versions. (Bug#5237)
2211
9762b219
JB
22122009-12-17 Juanma Barranquero <lekktu@gmail.com>
2213
2214 Some doc fixes (more needed).
2215
2216 * find-cmd.el (find-constituents): Reflow docstring.
2217 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2218 (find-generic): Doc fix.
2219
cfb54897
JL
22202009-12-17 Juri Linkov <juri@jurta.org>
2221
2222 Fix regression from 23.1 to allow multiple modes in Local Variables.
2223
2224 * files.el (hack-local-variables-filter): While ignoring duplicates,
2225 don't take `mode' into account.
2226 (hack-local-variables-filter, hack-dir-local-variables): Don't
2227 remove duplicate `mode' from local-variables-alist (like `eval').
2228
ad974e9e
JL
22292009-12-17 Juri Linkov <juri@jurta.org>
2230
2231 Make `dired-diff' more safe. (Bug#5225)
2232
2233 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2234 `current' or when `file' is a directory of the `current' file.
2235
3616e0b9
AS
22362009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2237
2238 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2239 unconditionally preloaded files.
2240
72b57560
JL
22412009-12-16 Juri Linkov <juri@jurta.org>
2242
2243 Revert to old 23.1 logic of using the file at the mark as default.
2244 * dired-aux.el (dired-diff): Use the file at the mark as default
2245 if it's not the same as the current file, and the target dir is
2246 the current dir or the mark is active. Add the current file
2247 as the arg of `dired-dwim-target-defaults'. Use the default file
2248 in the prompt. (Bug#5225)
2249
68712eb6
MA
22502009-12-15 Michael Albinus <michael.albinus@gmx.de>
2251
2252 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2253 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2254 (tramp-check-for-regexp): Check also, when an echoing shell stops
2255 to echo sent commands.
2256
fd471993
CY
22572009-12-14 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * Makefile.in: Revert last change (Bug#5191).
2260
86b5e14c
DN
22612009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2262
2263 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
2264 (vc-hg-working-revision): Make sure the command is executed in a
2265 known environment so that we can parse the output. (Bug#4417)
86b5e14c 2266
8cffbb75
CY
22672009-12-14 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * progmodes/python.el (python-symbol-completions): Remove text
2270 properties from symbol string before calling python-send-receive.
2271
6c2b67ad
NR
22722009-12-14 Nick Roberts <nickrob@snap.net.nz>
2273
2274 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 2275 when there are values for both file and line. (Bug#5060)
6c2b67ad 2276
ff6f4585
JL
22772009-12-14 Juri Linkov <juri@jurta.org>
2278
2279 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2280 whitespace after the file name of the first line of unified format,
2281 because git-diff doesn't output whitespace and file modification time
2282 after the file name.
2283
d3de1c8e
JL
22842009-12-14 David Kastrup <dak@gnu.org>
2285
2286 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2287 check if it already has the `display' property added by
2288 `Info-display-images-node', and not put the `invisible' property
2289 in this case.
2290
f192624c
CY
22912009-12-14 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2294 (semantic-mru-bookmark-mode): Doc fixes.
2295
2296 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2297 of assert.
2298
2f1b7dc4
GM
22992009-12-13 Glenn Morris <rgm@gnu.org>
2300
a0cefee5
GM
2301 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2302 (report-emacs-bug): In message-mode, sort manually before storing
2303 original report text. (Bug#5178)
2f1b7dc4
GM
2304 Remove superfluous save-excursion.
2305
31bb373f
MA
23062009-12-12 Michael Albinus <michael.albinus@gmx.de>
2307
2308 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2309 when responding to "GetAll" properties.
2310
5e1d4968
CY
23112009-12-12 Chong Yidong <cyd@stupidchicken.com>
2312
2313 * simple.el (compose-mail): Remove mail-setup-with-from from
2314 customization checks.
2315
097d86f9
EZ
23162009-12-12 Eli Zaretskii <eliz@gnu.org>
2317
2318 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2319 RAR archives created on Unix systems.
2320
1d4adede
SM
23212009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2324 the varalias that was accidentally removed by the 2009-11-19 change
2325 (bug#5186).
2326
3ff3655c
KH
23272009-12-12 Kenichi Handa <handa@m17n.org>
2328
2329 * language/indian.el (indian-compose-regexp): New function.
2330 (malayalam-composable-pattern): Fix the pattern.
2331 (composition-function-table): Set malayalam-composable-pattern for
2332 Malayalam characters.
2333
82d3343c
CY
23342009-12-11 Chong Yidong <cyd@stupidchicken.com>
2335
315eb96d
CY
2336 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2337 rather than down-mouse-1, based on follow-link conventions.
2338
82d3343c
CY
2339 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2340 are compiled.
2341
86a4c7ac
DN
23422009-12-11 Michael McNamara <mac@mail.brushroad.com>
2343
bf0b361c 2344 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2345 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2346 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2347 (verilog-leap-to-head, verilog-backward-token):
2348 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2349
23502009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2351
bf0b361c
JB
2352 * progmodes/verilog-mode.el (verilog-auto-lineup)
2353 (verilog-nameable-item-re): Cleanup user-visible spelling and
2354 documentation errors. One reported by Gary Delp.
1d4adede 2355 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2356 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2357 package, bug195. Reported by Pierre-David Pfister.
2358
fe03f49a
GM
23592009-12-11 Glenn Morris <rgm@gnu.org>
2360
47641aac
GM
2361 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2362
85094855
GM
2363 * mail/emacsbug.el: No longer require sendmail.
2364 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2365 (report-emacs-bug-orig-text): Doc fix.
2366 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2367 New local variables, to adapt to different mail-user-agents.
2368 (report-emacs-bug): Fix test for a gnu.org address.
2369 Use overlays for emphasis, since font-lock defeats 'face property.
2370 Pretest bugs also end up at the newsgroup these days.
2371 Stop message-mode stripping text properties.
2372 Set and use the new buffer-local variables.
2373 (report-emacs-bug-hook): Add doc-string.
2374 Remove some unnecessary save-excursions and simplify.
2375 Use the appropriate hook and send-command.
2376
fe03f49a
GM
2377 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2378 capitalization of some menu entries.
2379
345427f0
VJL
23802009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2381
4e6a65b9 2382 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2383 `buffer-display-table' is unique when two or more windows are
2384 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2385 New version 12.1.
2386
c70ccbba
EZ
23872009-12-10 Eli Zaretskii <eliz@gnu.org>
2388
2389 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2390 characters in the Attribute field.
2391
f1943c1b
DN
23922009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2393
2394 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2395
1c67aeaa
SM
23962009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2399 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2400 Disregard autoload-excludes.
2401 (update-directory-autoloads): Obey autoload-excludes here instead.
2402 But don't store its contents in no-autoloads and remove entries that
2403 refer to excludes files.
2404
d8194864
GM
24052009-12-10 Glenn Morris <rgm@gnu.org>
2406
8c0171c0
GM
2407 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2408 (expand-mail-aliases): Define for compiler.
2409
dba372dd
GM
2410 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2411 Define for compiler.
2412
d8194864
GM
2413 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2414 appropriate for the mail-user-agent in use.
2415
fe5facd3
MA
24162009-12-09 Michael Albinus <michael.albinus@gmx.de>
2417
2418 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2419
99999a1d
DN
24202009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2421
2422 Fix short log parsing and fontification.
2423 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2424 Fix fontification for the [merge] label.
2425
2ea1c4aa
SM
24262009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2427
2428 Drop some properties to avoid surprises.
2429 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2430 (hfy-fontify-buffer): Use it.
2431
9840deb6
SM
24322009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2433
a0d1aadf
SM
2434 Minor cleanup.
2435 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2436 Adjust all callers.
2437 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2438 args compulsory. Adjust callers.
2439 (ffap-gopher-at-point): Remove unused var `name'.
2440
9840deb6
SM
2441 Get rid of the ELCFILES abomination.
2442 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2443 (compile-elcfiles): New phony target.
2444 (compile-main): Compute ELCFILES dynamically.
2445 (compile-clean): New target to remove left-over elc files.
2446 (compile, all): Use it.
2447
7eb3f9a8
KH
24482009-12-09 Kenichi Handa <handa@etlken>
2449
2450 * international/mule-diag.el: Require help-mode instead of help-fns.
2451
ae63e572
KH
24522009-12-09 Kenichi Handa <handa@m17n.org>
2453
5ce6e4f4 2454 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2455 fine ranges instead of pre-calculating accurate ranges.
2456 Iterate with bigger gc-cons-threshold.
ae63e572 2457
e2f3c692
DN
24582009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2459
2460 Add support for stashing a snapshot of the current tree.
2461 * vc-git.el (vc-git-stash-snapshot): New function.
2462 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2463
cf6d0352
JB
24642009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2465
2466 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2467 instead of `(beginning|end)-of-line'.
2468
48e4acc9
GM
24692009-12-08 Glenn Morris <rgm@gnu.org>
2470
6e890faa
GM
2471 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2472
48e4acc9
GM
2473 * Makefile.in (ELCFILES): Regenerate.
2474
d2a1dc7b
JL
24752009-12-07 Juri Linkov <juri@jurta.org>
2476
2477 Don't lazy-highlight the comint output in history Isearch mode.
2478
2479 * comint.el (comint-history-isearch-search): Instead of
2480 `comint-line-beginning-position', use `comint-after-pmark-p'
2481 to check if point if before the process mark, and go to
2482 `process-mark' in this case.
2483
51ef56c4
SM
24842009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2485
fb10ee4a
SM
2486 * textmodes/tex-mode.el (latex-complete)
2487 (latex-indent-or-complete): Remove.
2488 (latex-mode): Set completion-at-point-functions instead.
2489
2490 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2491 * minibuffer.el (completion-at-point-functions): New var.
2492 (completion-at-point): New command.
fb10ee4a 2493 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2494 * progmodes/python.el (python-mode-map): Use completion-at-point.
2495 (python-completion-at-point): Rename from python-partial-symbol and
2496 adjust for use in completion-at-point-functions.
2497 (python-mode): Setup completion-at-point for Python completion.
2498 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2499 extracted from lisp-complete-symbol.
2500 (lisp-complete-symbol): Use it.
2501 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2502 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2503 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2504 Use completion-at-point.
51ef56c4 2505 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2506 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2507 * progmodes/sym-comp.el: Move to...
2508 * obsolete/sym-comp.el: Move from progmodes.
2509
5e7a9022
EZ
25102009-12-07 Eli Zaretskii <eliz@gnu.org>
2511
2512 Prevent save-buffer in Rmail buffers from using the coding-system
2513 of the current message, and from clobbering the encoding mnemonics
2514 in the mode line (Bug#4623).
2515
2516 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2517 flag, too.
2518 (rmail-message-encoding): New variable.
2519 (rmail-write-region-annotate): Record the encoding of the current
2520 message in rmail-message-encoding.
2521 (rmail-after-save-hook): New function, restores the encoding of
2522 the current message after the message collection is saved.
2523
9136e895
JL
25242009-12-07 Juri Linkov <juri@jurta.org>
2525
2526 * progmodes/grep.el (grep-read-files): Use `completing-read'
2527 instead of `read-string'. Set its `collection' arg to
2528 `read-file-name-internal'. (Bug#4301)
2529
40637410
JL
25302009-12-07 Juri Linkov <juri@jurta.org>
2531
2532 Correctly restore original Isearch point. (Bug#4994)
2533
2534 * isearch.el (isearch-mode): Move `isearch-push-state' after
2535 `(run-hooks 'isearch-mode-hook)'.
2536 (isearch-cancel): When `isearch-push-state-function' is defined,
2537 let-bind `isearch-cmds' to the first state (the last element of
2538 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2539 function and restores the original point). Otherwise, move point
2540 to `isearch-opoint'.
2541
da10ce2b
SM
25422009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2545 chars that don't have names, so the table can be built much faster at
2546 run-time.
2547
3d68fa99
CY
25482009-12-07 Chong Yidong <cyd@stupidchicken.com>
2549
f82b1493
CY
2550 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2551 change. Suggested by David Kastrup.
2552
3d68fa99
CY
2553 * simple.el (compose-mail): Check for incompatibilities and warn.
2554 (compose-mail-user-agent-warnings): New option.
2555
662c5698
DN
25562009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2557
2558 Support showing a single log entry from vc-annotate.
2559 * vc.el (print-log): Add a new argument: START-REVISION.
2560 (vc-print-log-internal): Add a new optional argument and
2561 pass it to the backend.
2562 (vc-print-log, vc-print-root-log): Adjust callers.
2563 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2564 buffer already displays the requested log entry, use it.
2565 Otherwise display only the log entry in question.
2566 * vc-svn.el (vc-svn-print-log):
e4070cdc 2567 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
2568 * vc-hg.el (vc-hg-state):
2569 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2570 (vc-git-show-log-entry): Return t on success.
2571 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2572 (vc-bzr-show-log-entry): Return t on success.
2573 * vc-rcs.el (vc-rcs-print-log):
2574 * vc-sccs.el (vc-sccs-print-log):
2575 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2576
e4070cdc
GM
25772009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2578
5ce6e4f4
JB
2579 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2580 Add menus to the meta mode. (Bug#5043)
e4070cdc 2581
5ce6e4f4 25822009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
2583
2584 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 2585 event-key.
662c5698 2586
662c5698
DN
2587 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2588
dab816a9
MA
25892009-12-07 Michael Albinus <michael.albinus@gmx.de>
2590
2591 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2592 Berbain <raphael.berbain@gmail.com>.
2593
2594 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2595 characters.
2596 (tramp-initial-end-of-output): New defconst.
2597 (tramp-methods, tramp-find-shell)
2598 (tramp-open-connection-setup-interactive-shell)
2599 (tramp-maybe-open-connection): Use it.
2600 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2601 existence of `#' and `$'.
2602
2603 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2604 `tramp-initial-end-of-output'.
2605
a91e1f6b
DN
26062009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2607
2608 Get the background mode from the terminal for xterm, and set
2609 faces accordingly.
2610 * term/xterm.el (xterm-set-background-mode): New function.
2611 (terminal-init-xterm): Use it in case xterm supports background
2612 color queries. Recompute faces after getting the background
2613 color.
2614
5fa9d1ec
GM
26152009-12-07 Ulrich Mueller <ulm@gentoo.org>
2616
2617 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2618 number comment back on its own line, for easier parsing.
2619
5e9fde5e
SM
26202009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 Make it work for non-file buffers (bug#5102).
2623 * doc-view.el (doc-view-current-cache-dir):
2624 Use doc-view-buffer-file-name rather than buffer-file-name.
2625 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2626
2f2f5242
CY
26272009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2628
2629 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2630 author field is too short.
2631
cebf8ec6
DN
26322009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2633
5e9fde5e
SM
2634 * vc-git.el (vc-git-print-log): Handle a limit argument.
2635 Display the short log in graph form and with labels.
0d3f8a78
DN
2636 (vc-git-log-view-mode): Handle labels.
2637
cebf8ec6
DN
2638 Make vc-revert change VC state from 'added to 'unregistered.
2639 * vc-git.el (vc-git-revert): Call git reset first.
2640
8e39154d
UJ
26412009-12-06 Ulf Jasper <ulf.jasper@web.de>
2642
d8194864
GM
2643 * net/newst-backend.el, net/newst-plainview.el:
2644 * net/newst-reader.el, net/newst-ticker.el:
2645 * net/newst-treeview.el, net/newsticker.el:
2646 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 2647
ef187c24
CY
26482009-12-06 Chong Yidong <cyd@stupidchicken.com>
2649
238a0f3a
CY
2650 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2651
2c6bb71a
CY
2652 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2653 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2654 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2655 Update annotation regexp.
2656
ef187c24
CY
2657 * simple.el (beginning-of-visual-line): Constrain to field
2658 boundaries (Bug#5106).
2659
571855b6
UJ
26602009-12-06 Ulf Jasper <ulf.jasper@web.de>
2661
d8194864 2662 * xml.el (xml-substitute-numeric-entities): Move
571855b6 2663 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2664 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
2665 * net/newst-backend.el (newsticker--parse-generic-feed)
2666 (newsticker--parse-generic-items)
d8194864 2667 (newsticker--decode-numeric-entities): Move
571855b6 2668 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2669 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 2670
b857059c
CY
26712009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2672
2673 * progmodes/js.el (js--js-not): Add null to the list of values.
2674
c2dae51b
CY
26752009-12-06 Chong Yidong <cyd@stupidchicken.com>
2676
d8194864 2677 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 2678
ed0f72d2
RW
26792009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2680
2681 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2682 delimiter if it is at the end of the current line.
2683 (bibtex-generate-url-list): Fix docstring.
2684
365b9a62
SM
26852009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2688 minibuffer's content with itself.
2689 Fold the confirm-after-completion case into the `confirm' case.
2690 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2691
990a9cb1
KR
26922009-12-06 Kevin Ryde <user42@zip.com.au>
2693
2694 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 2695 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 2696
8b5a10db 2697 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 2698 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 2699
065543e7
JL
27002009-12-05 Juri Linkov <juri@jurta.org>
2701
2702 Save and restore dired buffer's point positions too. (Bug#4880)
2703
2704 * dired.el (dired-save-positions): Return in the first element
2705 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2706 Doc fix.
2707 (dired-restore-positions): First restore buffer's position.
2708 While restoring window's positions, check if window still displays
2709 the original buffer.
2710
503edac9
CY
27112009-12-05 Chong Yidong <cyd@stupidchicken.com>
2712
9a594ee6
CY
2713 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2714 if possible.
2715
365b9a62
SM
2716 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2717 Make argument optional.
9a594ee6 2718
925f8c70
CY
2719 * shell.el (shell): Require ansi-color (Bug#5113).
2720
2721 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2722
503edac9
CY
2723 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2724
8fea6b33
AM
27252009-12-05 Alan Mackenzie <acm@muc.de>
2726
2727 * progmodes/cc-mode.el (c-before-hack-hook)
2728 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2729 `c-file-style' to work again. This reversion restores the current
212c5aef 2730 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 2731
5d1fd962
CY
27322009-12-05 Kevin Ryde <user42@zip.com.au>
2733
2734 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2735 comment-start-skip to comment-end-skip as comment (Bug#4781).
2736
30760c8b
JL
27372009-12-05 Juri Linkov <juri@jurta.org>
2738
2739 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2740 for virtual nodes. (Bug#4147)
2741 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2742 when moving from a virtual node.
2743 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2744 (Info-mode): Add `Info-virtual-index' to the docstring.
2745
1dc5c6f3
CY
27462009-12-05 Eric Ludlam <zappo@gnu.org>
2747
2748 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2749 Describe project macro symbols.
2750
2751 * cedet/semantic/complete.el (semantic-complete-do-completion):
2752 Don't call semantic-collector-current-exact-match.
2753
2754 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2755 ede-objects as targets.
2756
2757 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2758 a target's object list even if compiler vars are already in the
2759 Makefile.
2760
2761 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2762 list of headers producing necessary macros.
2763
403111a8
RW
27642009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2765
2766 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2767 track of the buffer position of the end of a BibTeX entry as this
2768 position may change during reformatting.
2769 (bibtex-format-entry): Remove whitespace before processing
2770 numerical fields so that we recognize the latter properly.
2771 (bibtex-reformat): Do not use push which changes the global value
2772 of bibtex-entry-format.
2773 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2774 (bibtex-field-re-init): Replace only space characters by regexp
2775 for whitespace.
365b9a62 2776 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
2777 (bibtex-initialize): Also update bibtex-strings.
2778 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
2779 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2780 Update bibtex-reference-keys.
403111a8 2781
25b54627
SM
27822009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2783
2784 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2785 point after a star, if that's the only place where modifications can
2786 make progress.
2787
35639eb4
DN
27882009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2789
2790 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2791 in docstrings.
2792
8b78760b
JL
27932009-12-04 Juri Linkov <juri@jurta.org>
2794
2795 * proced.el (proced): Call `(proced-update t)' to update process
2796 information instead of only running proced-post-display-hook.
2797 (proced-send-signal): Add a leading space to the buffer name
2798 " *Marked Processes*" to make this buffer ephemeral.
2799
2b3489a7
JL
28002009-12-04 Juri Linkov <juri@jurta.org>
2801
2802 * dired.el (dired-auto-revert-buffer): New defcustom.
2803 (dired-internal-noselect): Use it.
2804
9b9debd1
JL
28052009-12-04 Juri Linkov <juri@jurta.org>
2806
2807 Change roles of modes and functions in image-mode.el (Bug#5062).
2808
2809 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2810 in `auto-mode-alist'.
2811 (image-mode-previous-major-mode): New variable.
2812 (image-minor-mode-map): Rename from `image-mode-text-map'.
2813 (image-mode): Move graceful error-handling code from
2814 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2815 (image-minor-mode): Remove all image-handling code.
2816 Replace `image-mode-text-map' with `image-minor-mode-map'.
2817 Check for `image-type' in mode-line format string.
2818 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2819 (image-mode-as-text): New function with most code from
2820 `image-mode-maybe'.
2821 (image-toggle-display-text): Move code that removes image
2822 properties from `image-toggle-display' to here.
2823 (image-toggle-display-image): New function with code that adds
2824 image properties copied from `image-toggle-display'.
2825 (image-toggle-display): Remove most code with leaving only code
2826 that toggles between `image-mode-as-text' and `image-mode'.
2827
0c74a301
UJ
28282009-12-04 Ulf Jasper <ulf.jasper@web.de>
2829
2830 * net/newst-treeview.el
2831 (newsticker--treeview-list-highlight-start): Restored call to
2832 save-excursion: Selected item was stuck.
2833 (newsticker--treeview-list-select): New.
2834 (newsticker--treeview-item-show-text)
2835 (newsticker--treeview-item-show)
2836 (newsticker--treeview-item-update): Use new
2837 newsticker-treeview-item-mode.
2838 (newsticker-treeview-update): Keep current item.
2839 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2840 (newsticker--treeview-first-feed): Doc change.
2841 (newsticker-treeview-list-menu)
2842 (newsticker-treeview-item-menu): Added menu entries.
2843 (newsticker-treeview-item-mode): New.
2844
5ce6e4f4 2845 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
2846 windows.
2847
9eaeec5b
SS
28482009-12-04 Sam Steingold <sds@gnu.org>
2849
2850 * log-view.el (log-view-mode-map): "q" calls quit-window,
2851 like in all the other non-self-insert buffers.
2852
b2bf5be5
SM
28532009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 Minor cleanup.
2856 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2857 key decoding rather than do it manually via last-input-event +
2858 ascii-character.
2859 (term-exec): Use delete-and-extract-region.
2860 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2861 (term-process-pager): Remove unused var `i'.
2862 (term-dynamic-simple-complete): Make obsolete.
2863 (serial-update-config-menu): Remove unused vars `y' and `str'.
2864 (term-update-mode-line): Remove unused var `temp'.
2865
46e5c897
DN
28662009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2867
2868 Limit the number of log entries displayed by default.
2869 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2870 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2871 using a prefix argument.
2872
627e0a14
GM
28732009-12-03 Glenn Morris <rgm@gnu.org>
2874
2875 * progmodes/idlwave.el (class): Restore still useful declaration.
2876
8578c224
AM
28772009-12-03 Alan Mackenzie <acm@muc.de>
2878
4abc318c 2879 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 2880
b2bf5be5
SM
2881 * progmodes/cc-mode.el (c-basic-common-init):
2882 Call c-state-cache-init.
9762b219 2883 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 2884 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 2885 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
2886
2887 * progmodes/cc-langs.el (c-before-font-lock-function):
2888 c-extend-and-neutralize-syntax-in-CPP has been renamed
2889 c-neutralize-syntax-in-and-mark-CPP.
2890
2891 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2892 with `category' properties now, not `syntax-table' ones.
2893
2894 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2895 enhanced (but slower) version of c-end-of-macro that won't land
2896 inside a literal or on another awkward character.
2897 (c-state-cache-too-far, c-state-cache-start)
2898 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2899 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2900 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2901 (c-state-min-scan-pos, c-state-brace-pair-desert)
2902 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2903 buffer local variables.
2904 (c-state-literal-at, c-state-lit-beg)
2905 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2906 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2907 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2908 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2909 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2910 (c-renarrow-state-cache)
2911 (c-append-lower-brace-pair-to-state-cache)
2912 (c-state-push-any-brace-pair, c-append-to-state-cache)
2913 (c-remove-stale-state-cache)
2914 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2915 (c-invalidate-state-cache-1, c-parse-state-1)
2916 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
2917 (c-parse-state): Enhance and refactor.
2918 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
2919
2920 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2921 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
2922 modify to use category text properties rather than syntax-table ones.
2923 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
2924 to switch off/on the syntactic paren property of C++ template
2925 delimiters using the category property.
2926 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2927 template delims suppressed.
2928 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2929 New constant/macros which apply category properties to the start
2930 and end of preprocessor constructs.
b2bf5be5 2931 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
2932 "comment out" the syntactic value of characters in preprocessor
2933 constructs.
2934 (c-with-cpps-commented-out)
2935 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2936 with characters in all or all but one preprocessor constructs
2937 "commented out".
2938
0d4dc442
RW
29392009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2940
2941 * proced.el (proced-filter-alist): Use regexp-quote.
2942
a09dc9bf
MA
29432009-12-03 Michael Albinus <michael.albinus@gmx.de>
2944
2945 Cleanup.
2946 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2947 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2948 arguments. Expand `default-directory'.
2949
2950 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2951 the benefit of returning an expanded localname.
2952 (tramp-tramp-file-p): Handle the case NAME is not a string.
2953
3f6bd790
DN
29542009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2955
4dfb3b9c
DN
2956 Add support for bzr shelve/unshelve.
2957 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2958 (vc-bzr-extra-menu-map): New variables.
2959 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2960 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2961 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2962 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2963 (vc-bzr-dir-extra-headers): Display shelves.
2964
3f6bd790
DN
2965 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2966
842d73a1
SM
29672009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * textmodes/bibtex.el (bibtex-complete-internal):
2970 Use completion-in-region.
2971 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2972
7fa4876f
DN
29732009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2974
2975 Support applying stashes. Improve UI.
2976 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2977 (vc-git-stash-apply, vc-git-stash-pop)
2978 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2979 (vc-git-stash-menu): New functions.
2980 (vc-git-stash-menu-map): New variable.
2981 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2982
d6e82452
GM
29832009-12-03 Glenn Morris <rgm@gnu.org>
2984
2985 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2986 (vc-print-log-internal): Fix previous change.
2987 (vc-revert): Correct pluralization.
2988
8d222148
SM
29892009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2990
ea52206b
SM
2991 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2992 it to be an alist any more.
2993 (makefile-complete): Use completion-in-region.
2994
69a94a37
SM
2995 * progmodes/octave-mod.el (octave-complete-symbol):
2996 Use completion-in-region.
2997
8d222148
SM
2998 Misc cleanup.
2999 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3000 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3001 (idlwave-complete-class): Don't quote lambda.
3002 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3003 (idlwave-mode-map): Move initialization into declaration.
3004 (idlwave-action-and-binding): Use backquotes.
3005 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3006 Simplify.
3007 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3008 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3009 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3010 `parts', and `all-parts'.
3011 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3012 (idlwave-convert-xml-system-routine-info): Remove unused string
3013 `version-string'.
3014 (idlwave-display-user-catalog-widget): Use dolist.
3015 (idlwave-scanning-lib): Declare dynamically-scoped var.
3016 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3017 (completion-highlight-first-word-only): Declare to silence bytecomp.
3018 (idlwave-popup-select): Tighten scope of `resp'.
3019 (idlwave-find-struct-tag): Remove unused var `beg'.
3020 (idlwave-after-load-rinfo-hook): Declare.
3021 (idlwave-sintern-class-info): Remove unused var `taglist'.
3022 (idlwave-find-class-definition): Remove unused var `list'.
3023 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3024 (idlwave-what-module-find-class): Remove unused var `classes'.
3025
3bb8691b
JB
30262009-12-03 Juanma Barranquero <lekktu@gmail.com>
3027
3028 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3029
f72f0c23
SM
30302009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3033 buffers visited. Remove redundant current-buffer-saving.
3034
601a9508
SM
30352009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 Use completion-in-buffer and remove uses of dynamic scoping.
3038 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3039 (pascal-buffer-to-use, pascal-flag): Don't declare.
3040 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3041 (pascal-get-completion-decl, pascal-keyword-completion):
3042 Add `pascal-str' argument, save-excursion,
3043 return the found completions, and don't filter with pascal-pred.
3044 (pascal-completion-cache): New var.
3045 (pascal-completion): Don't switch buffer any more (it was never
3046 necessary). Don't save-excursion any more (it's done by the called
3047 subroutines). Use a cache to avoid redundant computations.
3048 Use complete-with-action rather than pascal-completion-response and
3049 let it apply the predicate as well.
3050 (pascal-complete-word): Use completion-in-buffer when
3051 pascal-toggle-completions is nil.
3052 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3053 not used any more.
3054 (pascal-comp-defun): Don't change buffer any more.
3055 Use complete-with-action rather than pascal-completion-response and
3056 let it apply the predicate as well.
3057 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3058 when neded.
3059
1ff4cb98
KH
30602009-12-02 Kenichi Handa <handa@m17n.org>
3061
3062 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3063 shape for all Indic scripts.
3064
bb12edf1
SM
30652009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 Use completion-in-buffer.
3068 * wid-edit.el (widget-field-text-end): New function.
3069 (widget-field-value-get): Use it.
3070 (widget-string-complete, widget-file-complete)
3071 (widget-color-complete): Use it and completion-in-region.
3072 (widget-complete): Don't narrow the buffer.
3073
5813f6ef
GM
30742009-12-02 Glenn Morris <rgm@gnu.org>
3075
c920f222
GM
3076 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3077 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
3078 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3079 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 3080
5813f6ef
GM
3081 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3082 save-excursion with save-current-buffer.
3083 Widen before searching. (Bug#5093)
3084 (diary-list-sexp-entries): Remove superfluous save-excursion.
3085
34b1d750
GM
30862009-12-02 Michael Welsh Duggan <mwd@cert.org>
3087
3088 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3089 name. (Bug#5038)
3090
b2d5f31a
GM
30912009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3092
3093 * ido.el (ido-file-internal): Handle filenames at point that do
3094 not have a directory part. (Bug#5049)
3095
c710ac3c
JB
30962009-12-02 Juanma Barranquero <lekktu@gmail.com>
3097
3098 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3099 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3100
9946be46
SM
31012009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3102
3103 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3104 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3105 any more.
3106
b08016f2
SM
31072009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3108
e7440df4
SM
3109 * comint.el (comint-insert-input): Ignore clicks to the right of
3110 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3111
3bb8691b 3112 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
3113 terminate before setting up the major mode.
3114
f3b757f5
SM
3115 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3116 in case.
3117
a2877f1d
SM
3118 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3119 the last element.
3120
b08016f2
SM
3121 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3122
782d6e30
GM
31232009-12-01 Glenn Morris <rgm@gnu.org>
3124
3125 * window.el (window--display-buffer-2): Fix previous changes.
3126
28f57f7e
CY
31272009-12-01 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3130
c31a2fdc
GM
31312009-12-01 Glenn Morris <rgm@gnu.org>
3132
3133 * Makefile.in (ELCFILES): Add mpc.elc.
3134
e1ada222
SM
31352009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * mpc.el: New file.
3138
0c9ff2c5
GM
31392009-12-01 Glenn Morris <rgm@gnu.org>
3140
3689984f
GM
3141 * window.el (window-to-use): Define for compiler.
3142
3ab4308b
GM
3143 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3144 consistent with others (no final period).
3145
0c9ff2c5
GM
3146 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3147 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3148
fb0c18ff
DN
31492009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 Make vc-print-log buttons work.
045b9da7 3152 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 3153
2ac7e73e
JB
31542009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3155
3156 * savehist.el (savehist-autosave-interval): Allow setting to nil
3157 through customize. (Bug#5056)
3158
5237d741
JB
31592009-11-30 Juanma Barranquero <lekktu@gmail.com>
3160
3161 Fix references to jit-lock properties.
3162 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3163 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3164 (perl-font-lock-special-syntactic-constructs):
3165 Quote jit-lock-defer-multiline property.
3166
379241fa
DN
31672009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3168
3169 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3170
054ae856
JL
31712009-11-30 Juri Linkov <juri@jurta.org>
3172
3173 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3174 value `buffer' of `multi-isearch-next-buffer-current-function'.
3175 Use `(current-buffer)' when `buffer' is nil.
3176 (multi-isearch-next-buffer-from-list): Don't fallback to
3177 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3178
67296dda
JL
31792009-11-30 Juri Linkov <juri@jurta.org>
3180
3181 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3182 of buffers with `get-buffer' to `multi-isearch-buffers'.
3183 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3184 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3185 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3186 FILES with `expand-file-name' converting relative file names
3187 to absolute. Doc fix. (Bug#4727)
3188
c585bf32
JL
31892009-11-30 Juri Linkov <juri@jurta.org>
3190
3191 * misearch.el (multi-isearch-read-buffers)
3192 (multi-isearch-read-matching-buffers): New functions.
3193 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3194 Use them in the `interactive' spec. Doc fix.
3195 (multi-isearch-read-files, multi-isearch-read-matching-files):
3196 New functions.
3197 (multi-isearch-files, multi-isearch-files-regexp):
3198 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3199
0a745733
JL
32002009-11-30 Juri Linkov <juri@jurta.org>
3201
3202 * doc-view.el (doc-view-continuous):
3203 Rename from `doc-view-continuous-mode'.
3204 (doc-view-menu): Move "Toggle display" to the top.
3205 Add submenu "Continuous" with radio buttons "Off"/"On"
3206 and "Save as Default".
3207 (doc-view-scroll-up-or-next-page)
3208 (doc-view-scroll-down-or-previous-page)
3209 (doc-view-next-line-or-next-page)
3210 (doc-view-previous-line-or-previous-page): Rename
3211 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3212
1f9689eb
JL
32132009-11-30 Juri Linkov <juri@jurta.org>
3214
3215 * comint.el (comint-mode-map): Rebind `M-r' from
3216 `comint-previous-matching-input' to
3217 `comint-history-isearch-backward-regexp'.
3218 Unbind `M-s' to allow global key binding `M-s'.
3219 Add menu items for `comint-history-isearch-backward' and
3220 `comint-history-isearch-backward-regexp'. (Bug#3746)
3221
2952b1ae
JL
32222009-11-30 Juri Linkov <juri@jurta.org>
3223
3224 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3225 For def=recenter, replace `recenter' with `recenter-top-bottom'
3226 that is called with `this-command' and `last-command' let-bound
3227 to `recenter-top-bottom'. When the last `def' was not `recenter',
3228 set `recenter-last-op' to nil. (Bug#4981)
3229
7a9547ca
SM
32302009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3231
20565545
SM
3232 Minor cleanup and simplification.
3233 * filecache.el (file-cache-add-directory)
3234 (file-cache-add-directory-recursively)
3235 (file-cache-add-from-file-cache-buffer)
3236 (file-cache-delete-file-regexp, file-cache-delete-directory)
3237 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3238 (file-cache-temp-minibuffer-message): Delete function.
3239 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3240
7a9547ca
SM
3241 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3242 Don't signal an error when bumping into EOB in tr, s, or y.
3243
08e968f3
JL
32442009-11-29 Juri Linkov <juri@jurta.org>
3245
3246 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3247 (Bug#4960)
3248
3249 * descr-text.el (describe-char-unidata-list): Use lowercase name
3250 for "Unicode name" like in other tags.
3251
f8d170a4
JL
32522009-11-29 Juri Linkov <juri@jurta.org>
3253
3254 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3255 New compatibility macro.
7a9547ca 3256 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 3257
0116abbd
JL
32582009-11-29 Juri Linkov <juri@jurta.org>
3259
3260 Add defcustom to define the cycling order of `recenter-top-bottom'.
3261 (Bug#4981)
3262
3263 * window.el (recenter-last-op): Doc fix.
3264 (recenter-positions): New defcustom.
3265 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3266 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3267
61eef560
MA
32682009-11-29 Michael Albinus <michael.albinus@gmx.de>
3269
3270 Improve integration of Tramp and ange-ftp in eshell.
3271
e4070cdc 3272 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
3273 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3274 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3275
3276 * eshell/esh-util.el (top): Require also Tramp when compiling.
3277 (eshell-directory-files-and-attributes): Check for FTP remote
3278 connection.
3279 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3280 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3281 (eshell-file-attributes): Handle ".". Return `entry'.
3282
3283 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3284 (ange-ftp-directory-files-and-attributes)
3285 (ange-ftp-real-directory-files-and-attributes): New defuns.
3286
3287 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3288 shell with "exec" when possible. This prevents trailing prompts
3289 in `start-file-process'.
3290
f5467d3f
SM
32912009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3292
21f49db9
SM
3293 Try and remove assumptions about point-min==1.
3294 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3295 (rng-compute-mode-line-string): Show the validation percentage in
3296 terms of the narrowed text, not the widened text.
3297 (rng-do-some-validation): Don't catch internal errors when debugging.
3298 (rng-first-error): Simplify.
3299 (rng-after-change-function): Remove work around. AFAIK the bug has
3300 been fixed a while ago.
3301
26224faf
SM
3302 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3303 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3304
d7117720
SM
3305 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3306
f5467d3f
SM
3307 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3308 `cd' doesn't always do it for us (bug#5067).
3309
3310 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3311 on 2009-10-25 as part of some other change (bug#5067).
3312
c5269f1c
SM
33132009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3314
62a258a7
SM
3315 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3316 `suspicious'.
3317 (byte-compile-warnings): Use byte-compile-warning-types.
3318 (byte-compile-save-excursion): Warn about use of set-buffer right
3319 after save-excursion.
3320
c5269f1c
SM
3321 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3322 the excursion as well.
3323
3ba30eb8
MA
33242009-11-27 Michael Albinus <michael.albinus@gmx.de>
3325
3326 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3327 providing a Tramp related implementation of "su" and "sudo".
3328 (eshell-unix-initialize): Add "su" and "sudo".
3329
6c6f788d
DU
33302009-11-27 Daiki Ueno <ueno@unixuser.org>
3331
3332 * net/socks.el (socks-send-command): Convert binary request to
3333 unibyte before sending. This fixes mishandling of some port
3334 numbers such as 129.
3335
10c877fe
SM
33362009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3337
6f06a171
SM
3338 * help.el (describe-bindings-internal): Remove `interactive'.
3339
10c877fe
SM
3340 * man.el (Man-completion-table): Trim a terminating "(".
3341 Remove the space between name page a section.
3342 Add the command's description on the `help-echo' property.
c5269f1c
SM
3343 Remove `process-connection-type' binding since it's unused by
3344 call-process.
10c877fe
SM
3345 Provide completion for the "<section> <name>" format as well.
3346 (Man-default-man-entry): Remove spurious var shadowing the argument.
3347
c44a4822
KR
33482009-11-26 Kevin Ryde <user42@zip.com.au>
3349
3350 * log-view.el: Add "Keywords: tools", since its other keywords
3351 aren't in finder-known-keywords, and following vc.el.
3352
9d58f081
KR
3353 * sha1.el (sha1-string-external): default-directory "/" in case
3354 otherwise non-existent. process-connection-type pipe for touch of
3355 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3356
72fe6b25
SM
33572009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 Misc coding convention cleanups.
3360 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3361 hfy-init-kludge-hooks.
3362 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3363 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3364 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3365 and push.
3366 (hfy-slant, hfy-weight): Use tables rather than code.
3367 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3368 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3369 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3370 (hfy-face-to-css): Remove `nconc' with single arg.
3371 (hfy-p-to-face-lennart): Use `or'.
3372 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3373 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3374 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3375 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3376 (hfy-force-fontification): Use run-hooks.
3377
85e0a536
SM
33782009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3379
3380 Various minor fixes.
3381 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3382 Javascript belongs in the header, not the body.
3383 (hfy-javascript): Remove.
3384 (hfy-fontify-buffer): Don't insert it any more.
3385 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3386 Fix bug in invis handling when there were no invis props in a chunk.
3387
62ccc42c
SM
33882009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3391
2643c7aa
DN
33922009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3393
3394 * finder.el (finder-mode-map): Add a menu.
3395
0e5c8aed
DN
33962009-11-26 Michael McNamara <mac@mail.brushroad.com>
3397
bf0b361c 3398 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3399 "unsigned" structs.
3400
3401 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3402 fork" statement better.
3403
34042009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3405
bf0b361c
JB
3406 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3407 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3408 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3409 Reported by Clay Douglass.
0e5c8aed
DN
3410
3411 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3412 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3413 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3414 Pierre-David Pfister.
3415
7629c4e7
GM
34162009-11-26 Glenn Morris <rgm@gnu.org>
3417
62ccc42c
SM
3418 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3419 the scope.
7629c4e7 3420
a5d358f8
JB
34212009-11-25 Johan Bockgård <bojohan@gnu.org>
3422
3423 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3424 Really use previous revision.
3425
002cbde5
KR
34262009-11-25 Kevin Ryde <user42@zip.com.au>
3427
3428 * man.el (Man-completion-table): default-directory "/" in case
3429 doesn't otherwise exist. process-environment COLUMNS=999 so as
3430 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3431 any chance of hitting the pseudo-tty TIOCGWINSZ.
3432 (man): completion-ignore-case t for friendliness and since man
3433 itself is case-insensitive on the command line.
3434 Further to Bug#3717.
002cbde5 3435
8cb5ffe8
KR
3436 * arc-mode.el: Add "Keywords: files", so the details in its
3437 commentary can be reached from finder-by-keyword.
34607612
KR
3438 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3439 editing mode, but it's comms related and sgml-mode.el has "comm"
3440 on that basis too.
b8dfcf54 3441 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3442 * international/isearch-x.el, international/ja-dic-cnv.el:
3443 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3444 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3445
1e2d9ba1
JL
34462009-11-25 Juri Linkov <juri@jurta.org>
3447
3448 * man.el (Man-completion-table): Modify regexp to include
3449 section names to completion strings. (Bug#3717)
3450
a601d313
JL
34512009-11-25 Juri Linkov <juri@jurta.org>
3452
3453 Search recursively in gzipped files. (Bug#4982)
3454
3455 * progmodes/grep.el (grep-highlight-matches): Add new options
3456 `always' and `auto'. Doc fix.
3457 (grep-process-setup): Check `grep-highlight-matches' for
3458 `auto-detect' to determine the need to compute grep defaults.
3459 Move Windows/DOS specific --colors settings handling
3460 to `grep-compute-defaults'. Check `grep-highlight-matches'
3461 to get the value of "--color=".
3462 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3463 has the value `auto-detect'. Move Windows/DOS specific settings
3464 from `grep-process-setup'.
3465 (zrgrep): New command with alias `rzgrep'.
3466
bde04ea9
JL
34672009-11-25 Juri Linkov <juri@jurta.org>
3468
3469 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3470 to nil instead of switching off view-mode. (Bug#4896)
3471
7d6b4d3c
JL
34722009-11-25 Juri Linkov <juri@jurta.org>
3473
3474 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3475
3476 * mwheel.el (mwheel-scroll-up-function)
3477 (mwheel-scroll-down-function): New defvars.
3478 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3479 `scroll-up', and `mwheel-scroll-down-function' instead of
3480 `scroll-down'.
3481
3482 * doc-view.el (doc-view-scroll-up-or-next-page)
3483 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3484 Use this ARG in the call to image-scroll-up/image-scroll-down.
3485 Change `interactive' spec to "P". Goto next/previous page only
3486 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3487 SPC/DEL case). Doc fix.
3488 (doc-view-next-line-or-next-page)
3489 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3490 for consistency.
3491 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3492 `doc-view-scroll-up-or-next-page', and buffer-local
3493 `mwheel-scroll-down-function' to
3494 `doc-view-scroll-down-or-previous-page'.
3495
e237085f
JL
34962009-11-25 Juri Linkov <juri@jurta.org>
3497
3498 Provide additional default values (directories at other Dired
3499 windows) via M-n in the minibuffer of some Dired commands.
3500
3501 * dired-aux.el (dired-diff, dired-compare-directories)
3502 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3503 `minibuffer-default' in `minibuffer-with-setup-hook'.
3504 (dired-dwim-target-directory): Find a window that displays Dired
3505 buffer instead of failing when the next window is not Dired.
3506 Use `get-window-with-predicate' to find for the next Dired window.
3507 (dired-dwim-target-defaults): New function.
3508
3509 * ediff-util.el (ediff-read-file-name):
3510 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3511 in `minibuffer-with-setup-hook'.
3512
7d371eac
JL
35132009-11-25 Juri Linkov <juri@jurta.org>
3514
3515 Provide additional default values (file name at point or at the
3516 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3517
3518 * minibuffer.el (read-file-name-defaults): New function.
3519 (read-file-name): Reset `minibuffer-default' to nil when
3520 it duplicates initial input `insdef'.
3521 Bind `minibuffer-default-add-function' to lambda that
3522 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3523 (minibuffer-insert-file-name-at-point): New command.
3524
3525 * files.el (file-name-at-point-functions): New defcustom.
3526 (find-file-default): Remove defvar.
3527 (find-file-read-args): Don't use `find-file-default'.
3528 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3529 to `read-file-name'.
3530 (find-file-literally): Use `read-file-name' with
3531 `confirm-nonexistent-file-or-buffer'.
3532
3533 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3534
3535 * dired.el (dired-read-dir-and-switches):
3536 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3537 to `read-file-name'.
3538 (dired-file-name-at-point): New function.
3539 (dired-mode): Add hook `dired-file-name-at-point' to
3540 `file-name-at-point-functions'.
3541
04ae543a
SM
35422009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 Really make the *Completions* window soft-dedicated (bug#5030).
3545 * window.el (window--display-buffer-2): Add `dedicated' argument.
3546 (display-buffer): Pass it when needed so the dedicated flag is set
3547 after calling set-window-buffer, which would otherwise reset it.
3548
eb708e66
SM
35492009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3550
d6b8d4e7
SM
3551 * progmodes/meta-mode.el (meta-complete-symbol):
3552 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
3553 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3554 Use completion-in-region.
3555
5f24557b
SM
3556 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3557 (dabbrev-completion): Use completion-in-region.
3558 (dabbrev--abbrev-at-point): Simplify regexp.
3559
fe4346f0
SM
3560 * abbrev.el (abbrev--before-point): Use word-motion functions
3561 if :regexp is not specified (bug#5031).
3562
cb190d7d
SM
3563 * subr.el (string-prefix-p): New function.
3564
e2ec6dd5
SM
3565 * man.el (Man-completion-cache): New var.
3566 (Man-completion-table): Use it.
3567
eb708e66
SM
3568 * vc.el (vc-print-log-internal): Make `limit' optional for better
3569 compatibility (e.g. with vc-annotate.el).
3570
4cf8971b
KR
35712009-11-24 Kevin Ryde <user42@zip.com.au>
3572
eb708e66 3573 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 3574 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 3575
4cf8971b
KR
3576 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3577 when .el source file not found or other error.
3578
d204c46c
SM
35792009-11-24 Markus Triska <markus.triska@gmx.at>
3580
3581 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3582
bb301b9a
SM
35832009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3584
449c27f0
SM
3585 Handle the [back] button properly (bug#4979).
3586 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3587 Use help-setup-xref, help-buffer, and with-help-window.
3588 (describe-char): Add `buffer' argument.
3589 Pass proper command to help-setup-xref. Don't meddle with
3590 help-xref-stack-item directly.
3591 (describe-text-category): Use with-help-window and help-buffer.
3592
32fe5377
SM
3593 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3594 for the displayed buffer (bug#4887).
3595
bb301b9a
SM
3596 * man.el (Man-completion-table): New function.
3597 (man): Use it.
3598
35179414
DR
35992009-11-24 David Reitter <david.reitter@gmail.com>
3600
bb301b9a 3601 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
3602 .git is) rather than the file's directory and a relative path spec
3603 to work around a bug in git.
3604
605a20a9
MA
36052009-11-24 Michael Albinus <michael.albinus@gmx.de>
3606
3607 Improve handling of processes on remote hosts.
3608
3609 * eshell/esh-util.el (eshell-path-env): New defvar.
3610 (eshell-parse-colon-path): New defun.
3611 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3612
bb301b9a
SM
3613 * eshell/esh-ext.el (eshell-search-path):
3614 Use `eshell-parse-colon-path'.
605a20a9
MA
3615 (eshell-remote-command): Remove argument HANDLER.
3616 (eshell-external-command): Check for FTP remote connection.
3617
bb301b9a
SM
3618 * eshell/esh-proc.el (eshell-gather-process-output):
3619 Use `file-truename', in order to start also symlinked files.
3620 Apply `start-file-process' instead of `start-process'.
3621 Shorten `command' to the local file name part.
605a20a9 3622
bb301b9a
SM
3623 * eshell/em-cmpl.el (eshell-complete-commands-list):
3624 Use `eshell-parse-colon-path'.
605a20a9
MA
3625
3626 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3627
3628 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3629 to `eshell-directory-change-hook'.
3630
d1d33062
TH
36312009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3632
3633 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 3634 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 3635
a34d8565 36362009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 3637
a34d8565
MK
3638 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3639 made on 2009-11-22.
d1d33062 3640
c83b8d1b
GM
36412009-11-24 Glenn Morris <rgm@gnu.org>
3642
3643 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3644 deleted variable bookmark-bmenu-bookmark-column.
3645
65235b0a
GM
3646 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3647 Move after definition of global-semantic-idle-tag-highlight-mode.
3648
83505cfe
SM
36492009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3652
5241b291
CY
36532009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3654
3655 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3656 two slashes to the "file:" prefix.
3657 (browse-url-file-url): De-munge Cygwin filenames before passing
3658 them to Windows browser.
3659 (browse-url-default-windows-browser): Use call-process.
3660
aefcadb6
JL
36612009-11-23 Juri Linkov <juri@jurta.org>
3662
3663 Implement DocView Continuous mode. (Bug#4896)
3664 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
3665 (doc-view-mode-map): Bind C-n/<down> to
3666 `doc-view-next-line-or-next-page', C-p/<up> to
3667 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
3668 (doc-view-next-line-or-next-page)
3669 (doc-view-previous-line-or-previous-page): New commands.
3670
0d62bcea
JL
36712009-11-23 Juri Linkov <juri@jurta.org>
3672
3673 Implement Isearch in comint input history. (Bug#3746)
3674 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3675 `isearch-mode-hook'.
3676 (comint-history-isearch): New defcustom.
3677 (comint-history-isearch-backward)
3678 (comint-history-isearch-backward-regexp): New commands.
3679 (comint-history-isearch-message-overlay): New buffer-local variable.
3680 (comint-history-isearch-setup, comint-history-isearch-end)
3681 (comint-goto-input, comint-history-isearch-search)
3682 (comint-history-isearch-message, comint-history-isearch-wrap)
3683 (comint-history-isearch-push-state)
3684 (comint-history-isearch-pop-state): New functions.
3685
b593f105
MA
36862009-11-23 Michael Albinus <michael.albinus@gmx.de>
3687
3688 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3689 return.
3690 (tramp-handle-make-symbolic-link)
3691 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3692 Quote file names.
3693 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3694 (tramp-handle-process-file): Use it.
3695
0f202d5d
SM
36962009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * window.el (move-to-window-line-last-op): Remove.
3699 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3700
216349f8
SM
37012009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3702
0f202d5d 3703 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
3704 * window.el (move-to-window-line-last-op): New var.
3705 (move-to-window-line-top-bottom): New command.
3706 (global-map): Bind M-r move-to-window-line-top-bottom.
3707
c10e0633
GM
37082009-11-23 Sven Joachim <svenjoac@gmx.de>
3709
3710 * dired-x.el (dired-guess-shell-alist-default):
3711 Support xz format. (Bug#4953)
3712
e96ec425
CY
37132009-11-22 Chong Yidong <cyd@stupidchicken.com>
3714
2054a44c
CY
3715 * cedet/srecode/map.el (srecode-get-maps):
3716 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3717 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3718 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3719 (semantic-toggle-decoration-style):
3720 * cedet/semantic/decorate/include.el
3721 (semantic-decoration-include-describe)
3722 (semantic-decoration-unknown-include-describe)
3723 (semantic-decoration-unparsed-include-describe)
3724 (semantic-decoration-all-include-summary):
3725 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3726 * cedet/semantic/analyze/complete.el
3727 (semantic-analyze-possible-completions):
3728 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3729 (semantic-show-unmatched-syntax-mode)
3730 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3731 (semantic-highlight-func-mode):
3732 * cedet/semantic/util.el (semantic-describe-buffer):
3733 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3734 (semantic-symref-find-tags-by-name)
3735 (semantic-symref-find-tags-by-regexp)
3736 (semantic-symref-find-tags-by-completion)
3737 (semantic-symref-find-file-references-by-name)
3738 (semantic-symref-find-text):
3739 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3740 (senator-yank-tag):
3741 * cedet/semantic/scope.el (semantic-calculate-scope):
3742 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3743 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3744 (define-semantic-idle-service):
3745 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3746 (semantic-complete-analyze-inline-idle):
3747 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3748 * cedet/mode-local.el (describe-mode-local-bindings)
3749 (describe-mode-local-bindings-in-mode):
3750 * cedet/ede/make.el (ede-make-check-version):
3751 * cedet/ede/locate.el (ede-enable-locate-on-project):
3752 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3753 (cedet-idutils-version-check):
3754 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3755 (cedet-gnu-global-version-check):
3756 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3757 (cedet-cscope-version-check): Use called-interactively-p instead
3758 of interactive-p.
3759
e96ec425
CY
3760 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3761 Use semantic-format-tag-prototype.
3762
953e0c1a
GM
37632009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3764
3765 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3766 last-command-char/last-command-event.
3767 (viper-prefix-arg-value): Do correct conversion of event-char for
3768 XEmacs.
3769
83505cfe
SM
3770 * emulation/viper-util.el, emulation/viper.el:
3771 Use viper-last-command-char instead of
3772 last-command-char/last-command-event.
953e0c1a 3773
83505cfe
SM
3774 * ediff-init.el, ediff-mult.el, ediff-util.el:
3775 Replace last-command-char and last-command-event
3776 with (ediff-last-command-char) everywhere.
953e0c1a
GM
3777
3778 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3779 created in fundamental mode.
3780
3781 * ediff.el (ediff-version): Revert the change of interactive-p to
3782 called-interactively-p.
3783
9ee12eee
TH
37842009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3785
3786 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3787 generation from word-movement command names.
3788
ab2c15d4
CY
37892009-11-21 Chong Yidong <cyd@stupidchicken.com>
3790
3791 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
3792 (semantic-complete-jump-local, semantic-complete-jump):
3793 Improve prompt string.
ab2c15d4 3794
8b571bf3
JD
37952009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3796
3797 * cus-start.el (all): Add native condition for font-use-system-font.
3798
4121db47
AM
37992009-11-21 Nathaniel Flath <flat0103@gmail.com>
3800
83505cfe
SM
3801 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3802 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 3803
d71f5e0c
TH
38042009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3805
3806 * progmodes/subword.el: Rename from lisp/subword.el.
3807
3808 * subword.el: Rename to progmodes/subword.el.
3809
3810 * Makefile.in (ELCFILES): Adapt to subword.el move.
3811
fc9d6ad6
SM
38122009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3813 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3816 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3817 (bookmark-bmenu-show-filenames): Use push.
3818 (bookmark-bmenu-hide-filenames): Use local var instead of
3819 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3820 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3821 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3822 filenames now that the bookmark names are always available.
3823
26d9285f
SM
38242009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3827 (bookmark-search-pattern): Move and leave unbound.
3828 (bookmark-bmenu-mode-map): Change binding.
3829 (bookmark-read-search-input): Simplify.
3830 Don't use text-char-description. Don't error on non-char events.
3831 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3832 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3833 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3834 Use a local var for the timer.
3835 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3836 (i.e. bookmark-bmenu-search).
3837
d73a0317
GM
38382009-11-21 Glenn Morris <rgm@gnu.org>
3839
3840 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3841
e572025f
CY
38422009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3843
26d9285f
SM
3844 * net/browse-url.el (browse-url-default-windows-browser):
3845 Use cygstart for cygwin.
e572025f 3846
6aeaa3dc
KF
38472009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3848
e4070cdc 3849 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
3850 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3851 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 3852 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
3853 (bookmark-read-search-input): Adjust to fit within 80 columns.
3854
a9b76eec
TH
38552009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3856
3857 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3858 (c-backward-into-nomenclature): Adapt to subword renaming.
3859
3860 * subword.el (subword-forward, subword-backward, subword-mark)
3861 (subword-kill, subword-backward-kill, subword-transpose)
3862 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
3863 (subword-forward-internal, subword-backward-internal):
3864 Rename from forward-subword, backward-subword, mark-subword,
3865 kill-subword, backward-kill-subword, transpose-subwords,
3866 downcase-subword, upcase-subword, capitalize-subword,
3867 forward-subword-internal, backward-subword-internal.
a9b76eec 3868
1e7d4475
SM
38692009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3870
26d9285f
SM
3871 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3872 New options.
1e7d4475
SM
3873 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3874 New vars.
3875 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3876 (bookmark-bmenu-filter-alist-by-regexp)
3877 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3878 (bookmark-bmenu-search): New command.
3879 (bookmark-bmenu-mode-map): Bind it.
3880
acfad775
CY
38812009-11-20 Chong Yidong <cyd@stupidchicken.com>
3882
1e7d4475 3883 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
3884
3885 * cedet/semantic/idle.el (define-semantic-idle-service)
3886 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3887
653d1554
TH
38882009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3889
ab84bfa0
TH
3890 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3891 backward-subword to quit the byte-compiler.
3892
1f35fda9
TH
3893 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3894
3895 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3896
653d1554 3897 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
3898 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3899 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
3900
3901 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3902 subword.el functions instead of cc-subword.el.
3903
1e7d4475
SM
3904 * progmodes/cc-subword.el: Rename to subword.el.
3905 * subword.el: Rename from progmodes/cc-subword.el.
3906 (subword-mode-map): Rename from c-subword-mode-map.
3907 (subword-mode): Rename from c-subword-mode.
653d1554 3908 (global-subword-mode): New global minor mode.
1e7d4475
SM
3909 (forward-subword): Rename from c-forward-subword.
3910 (backward-subword): Rename from c-backward-subword.
3911 (mark-subword): Rename from c-mark-subword.
3912 (kill-subword): Rename from c-kill-subword.
3913 (backward-kill-subword): Rename from c-backward-kill-subword.
3914 (transpose-subwords): Rename from c-tranpose-subword.
3915 (downcase-subword): Rename from c-downcase-subword.
3916 (capitalize-subword): Rename from c-capitalize-subword.
3917 (forward-subword-internal): Rename from c-forward-subword-internal.
3918 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 3919
9717f119
DN
39202009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3921
8de724f3
DN
3922 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3923 from a dired buffer.
3924 (vc-dired-deduce-fileset): New function.
3925 (vc-root-diff, vc-print-root-log): Use it.
3926
9717f119
DN
3927 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3928 nil LIMIT argument to vc-print-log-internal.
3929
af4999b8
GM
39302009-11-20 Glenn Morris <rgm@gnu.org>
3931
3932 * Makefile.in (ELCFILES): Regenerate.
3933
725bff06
CY
39342009-11-20 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3937
3938 * cedet/semantic.el: Enable idle-mode menu items only if
3939 global-semantic-idle-scheduler-mode is enabled.
3940 (semantic-default-submodes): Doc fix.
3941
3942 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3943 When turning off, disable other idle modes.
3944
b58edcb6
JB
39452009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3946
02e1b488
SM
3947 * calc/calc.el (calc-set-mode-line):
3948 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3949 (math-format-number): Rename `math-format-complement-signed' to
3950 `math-format-twos-complement'.
3951
02e1b488 3952 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
3953 math-format-complement-signed.
3954 (calc-radix): Rename `calc-complement-signed-mode' to
3955 `calc-twos-complement-mode'.
02e1b488
SM
3956 (calc-octal-radix, calc-hex-radix): Add an argument for
3957 two's complement.
b58edcb6 3958
02e1b488
SM
3959 * calc/calc-embed.el (calc-embedded-mode-vars):
3960 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 3961
02e1b488
SM
3962 * calc/calc-ext.el (calc-init-extensions):
3963 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3964 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3965
02e1b488
SM
3966 * calc/calc-units.el (math-build-units-table-buffer):
3967 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
3968
3969 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3970 entries.
3971
3972 * calc/calc-vec.el (calcFunc-vunpack):
3973 * calc/calc-aent.el (calc-do-calc-eval):
3974 * calc/calc-forms.el (math-format-date):
3975 * calc/calc-graph.el (calc-graph-plot):
3976 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
3977 * calc/calccomp.el (math-compose-expr):
3978 Let `calc-twos-complement-mode' be nil.
3979
39802009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3983 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3984 * minibuffer.el (completion-in-region-functions): New hook.
3985 (completion-in-region): New function.
3986 * emacs-lisp/lisp.el (lisp-complete-symbol):
3987 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 3988
e3353a78
SM
39892009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3990
eff77808
SM
3991 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3992 (latex-complete-alist): New vars.
3993 (latex-string-prefix-p, latex-complete-bibtex-keys)
3994 (latex-complete-envnames, latex-complete-refkeys)
3995 (latex-complete-data): New functions.
3996 (latex-complete, latex-indent-or-complete): New commands.
3997
d2c9fc42
SM
3998 * window.el (display-buffer-mark-dedicated): New var.
3999 (display-buffer): Obey it.
4000 * minibuffer.el (minibuffer-completion-help): Use it.
4001
31a1c477
SM
4002 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4003
bed4c972
SM
4004 * filecache.el (file-cache-add-file): Use push and cons.
4005 (file-cache-delete-file-regexp): Use push.
4006 (file-cache-complete): Use completion-in-region.
4007
8c22699f
SM
4008 * simple.el (with-wrapper-hook): Fix thinko.
4009
e3353a78
SM
4010 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4011 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4012 Use with-current-buffer and string-to-number.
4013 (hfy-fallback-colour-values): Use assoc-string.
4014 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4015 (hfy-face-at): Remove unused var `found-face'.
4016 (hfy-compile-stylesheet): Remove unused var `css'.
4017 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4018 and `orig-buffer'.
4019 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4020 Use with-current-buffer.
4021 (hfy-text-p): Use expand-file-name and fewer setq.
4022
acca02b0
SM
40232009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4024
4025 * htmlfontify.el, hfy-cmap.el: New files.
4026
042b7cc6
JL
40272009-11-19 Juri Linkov <juri@jurta.org>
4028
4029 * minibuffer.el (completions-format): New defcustom.
4030 (completion--insert-strings): Implement vertical format.
4031
4032 * simple.el (switch-to-completions): Move point to the first
4033 completion when point was at the beginning of the buffer.
4034
da205913
JL
40352009-11-19 Juri Linkov <juri@jurta.org>
4036
4037 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4038
4039 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4040
0b8ee421
CY
40412009-11-19 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4044 (mail-signature): Change default to t.
4045 (mail-from-style): Deprecate `system-default' value.
4046 (mail-insert-from-field): For default value of mail-from-style,
4047 default to `angles' unless `angles' needs quoting and `parens'
4048 does not.
4049 (mail-citation-prefix-regexp): Use citation regexp from
4050 message-mode.
4051
4265deab
MA
40522009-11-19 Michael Albinus <michael.albinus@gmx.de>
4053
acca02b0
SM
4054 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4055 Set variables for computing the prompt for reading password.
4265deab 4056
27cacd2d
GM
40572009-11-19 Glenn Morris <rgm@gnu.org>
4058
470bce7d
GM
4059 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4060
7e705a1d
GM
4061 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4062
27cacd2d
GM
4063 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4064 (newsticker-treeview-listwindow-height): Fix custom type.
4065
b2f0be0f
KH
40662009-11-19 Kenichi Handa <handa@m17n.org>
4067
4068 * descr-text.el (describe-char-padded-string): Compose with TAB
4069 only if there's a font for CH.
02e1b488 4070 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 4071
03446045 40722009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
4073
4074 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 4075 more accurate version of the regexp. (Bug#3910)
b96337b0 4076
03446045 40772009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
4078
4079 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4080
e0620570
JB
40812009-11-18 Juanma Barranquero <lekktu@gmail.com>
4082
4083 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4084 (font-setting-change-default-font): Fix typo in docstring.
4085
6cc6582e
AM
40862009-11-18 Alan Mackenzie <acm@muc.de>
4087
4088 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4089
dfb3c4c6
JD
40902009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4091
02e1b488 4092 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
4093
4094 * cus-start.el (all): ... to here.
4095
e268e987
MA
40962009-11-17 Michael Albinus <michael.albinus@gmx.de>
4097
4098 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4099 Don't set `ad-return-value' if `ad-do-it' doesn't.
4100
303ffde8
MA
4101 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4102 modification time.
4103
637fa988
JD
41042009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4105
4106 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 4107 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
4108
4109 * loadup.el: If feature system-font-setting or font-render-setting is
4110 there, load font-setting.
4111
02e1b488 4112 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
4113 * font-setting.el: New file.
4114
1d16a255
GM
41152009-11-17 Glenn Morris <rgm@gnu.org>
4116
4117 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4118
2d84f804
GM
4119 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4120 Preserve point in the list buffer. (Bug#4939)
4121 Use point-at-eol.
4122 (newsticker--treeview-list-update-highlight)
4123 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4124
14467b99
JB
41252009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4126
4127 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4128 Remove.
4129
4130 * calc/calc-ext.el (calc-init-extensions): Remove references to
4131 symclip.
4132
4133 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4134
4135 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 4136 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
4137 `calc-symclip'.
4138
e3c39c01
KR
41392009-11-16 Kevin Ryde <user42@zip.com.au>
4140
02e1b488 4141 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 4142 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 4143
497de631
KR
4144 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4145 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4146 Ignore trailing spaces by omit-nulls to split-string (fixing
4147 regression from Emacs 21 due to the incompatible split-string
14467b99 4148 change). (Bug #4928.)
497de631 4149
48b27575
DN
41502009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4151
5237d741 4152 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
4153 (vc-print-log-internal): Insert buttons to request more entries
4154 when limiting the output.
4155
4156 * vc-sccs.el (vc-sccs-print-log):
4157 * vc-rcs.el (vc-rcs-print-log):
4158 * vc-cvs.el (vc-cvs-print-log):
4159 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4160 LIMIT is non-nil.
4161
d3e97185
MA
41622009-11-16 Michael Albinus <michael.albinus@gmx.de>
4163
4164 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4165 error when `tramp-gvfs-dbus-event-vector' is set.
4166 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4167
68d87786
SM
41682009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4171
c0a39702
MA
41722009-11-16 Michael Albinus <michael.albinus@gmx.de>
4173
4174 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 4175 (dbus-register-property): Register the handlers of
c0a39702
MA
4176 "org.freedesktop.DBus.Properties" for SERVICE.
4177 (dbus-property-handler): Fix docstring.
4178
1e857121
YM
41792009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4180
4181 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4182 Quote doc string reference in defvaralias as it is not in special form.
4183 (byte-compile-output-docform): Doc fix.
4184
887484c1
JB
41852009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4186
4187 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4188 (calc-complement-signed-mode): New variables.
4189 (calc-set-mode-line): Add indicator for twos-complements.
4190 (math-format-number): Format twos-complement notation.
4191
4192 * calc/calc-bin.el (calc-word-size): Reset the variables
4193 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
4194 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4195 (calc-symclip): New functions.
887484c1
JB
4196
4197 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4198
68d87786
SM
4199 * calc/calc-embed.el (calc-embedded-mode-vars):
4200 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
4201
4202 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 4203 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
4204
4205 * calc/calc-ext.el (math-read-number-fancy): Read complement
4206 signed numbers.
68d87786
SM
4207 (calc-init-extensions): Add binding for `calc-symclip'.
4208 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
4209
4210 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4211 `calc-symclip'.
68d87786 4212 (calc-modes-menu): Add item for twos complement mode.
887484c1 4213
5237d741 4214 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 4215
4cf1d7e3
CY
42162009-11-15 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * register.el (jump-to-register, insert-register): Handle Semantic
4219 tags. From commented-out advice in semantic/senator.el.
4220
f8e65267
DN
42212009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4222
6616006b
DN
4223 * vc.el (vc-log-show-limit): New variable.
4224 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4225 when using a prefix argument.
4226 (vc-print-log-internal): Add new argument LIMIT.
4227
4228 * vc-svn.el (vc-svn-print-log):
4229 * vc-mtn.el (vc-mtn-print-log):
4230 * vc-hg.el (vc-hg-print-log):
4231 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 4232 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
4233 non-optional.
4234
4235 * vc-sccs.el (vc-sccs-print-log):
4236 * vc-rcs.el (vc-rcs-print-log):
4237 * vc-git.el (vc-git-print-log):
4238 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4239 ignore it. Make the BUFFER argument non-optional
4240
f8e65267
DN
4241 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4242
0566c4bc
CY
42432009-11-15 Chong Yidong <cyd@stupidchicken.com>
4244
7cce3c91
CY
4245 * dired.el (dired-mode-map): Move encryption items to "Operate"
4246 menu (Bug#4703).
4247
d7063de9
CY
4248 * strokes.el (strokes-update-window-configuration): Make strokes
4249 buffer current before erasing (Bug#4906).
4250
0566c4bc
CY
4251 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4252 (semantic-idle-summary-mode): Define using define-minor-mode
4253 instead of define-semantic-idle-service.
4254 (semantic-idle-summary-mode): New function.
4255 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4256 that mouse motion does not reset the echo area.
4257
0fc10137
JL
42582009-11-15 Juri Linkov <juri@jurta.org>
4259
4260 * simple.el (set-mark-default-inactive): Add :type, :group
4261 and :version. (Bug#4876)
4262
f5fce4ec
MA
42632009-11-15 Michael Albinus <michael.albinus@gmx.de>
4264
4265 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4266 (archive-unique-fname): ... here. (Bug#4929)
4267
8d720a00
SM
42682009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4269
589888fe
SM
4270 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4271 with a real fix.
4272
8d720a00
SM
4273 * novice.el (disabled-command-function): Add useful args.
4274 Setup the help buffer so that [back] works.
4275 Remove redundant call to help-mode.
4276 (disabled-command-function): Use `case'.
4277 (en/disable-command): New function extracted from enable-command.
4278 (enable-command, disable-command): Use it.
4279
a61344d6
GM
42802009-11-14 Glenn Morris <rgm@gnu.org>
4281
497f0cdd
GM
4282 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4283 constants. (Bug#4913)
4284
a61344d6
GM
4285 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4286
d501801e
GM
42872009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4288
4289 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4290 defined in C that have no doc-strings. (Bug#1063)
4291
5af27ac2
GM
42922009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4293
4294 * cus-edit.el (data, files):
4295 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4296
aec5395b
CY
42972009-11-14 Chong Yidong <cyd@stupidchicken.com>
4298
e7791447
CY
4299 * simple.el (shell-command): Doc fix (Bug#4891).
4300
aec5395b
CY
4301 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4302
7a41cd7f
GM
43032009-11-14 Glenn Morris <rgm@gnu.org>
4304
c3583c94
GM
4305 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4306 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4307 If they are already loaded, eval-after-load will do the right thing.
4308
73900d1f
GM
4309 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4310 compiling.
4311
0028351d
GM
4312 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4313
f6714ede
GM
4314 * simple.el (x-selection-owner-p): Declare.
4315 (read-mail-command): Use custom radio type rather than choice.
4316 (completion-no-auto-exit): Doc fix.
4317
7a41cd7f 4318 * custom.el (defgroup):
5af27ac2 4319 * epg-config.el (epg): Doc fixes.
7a41cd7f 4320
2d0659ec
DN
43212009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4322
4323 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4324 * international/ccl.el (define-ccl-program): Do not purecopy the
4325 docstring, defconst does it anyway.
4326
7fdbcd83
SM
43272009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4328
d499c5b9
SM
4329 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4330 a second time.
4331
7fdbcd83
SM
4332 * x-dnd.el (x-dnd-maybe-call-test-function):
4333 * window.el (split-window-vertically):
4334 * whitespace.el (whitespace-help-on):
4335 * vc-rcs.el (vc-rcs-consult-headers):
4336 * userlock.el (ask-user-about-lock-help)
4337 (ask-user-about-supersession-help):
4338 * type-break.el (type-break-force-mode-line-update):
4339 * time-stamp.el (time-stamp-conv-warn):
4340 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4341 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4342 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4343 (term-write-input-ring, term-check-source, term-start-output-log):
4344 (term-display-buffer-line, term-dynamic-list-completions):
4345 (term-ansi-make-term, serial-term):
4346 * subr.el (selective-display):
4347 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4348 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4349 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4350 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4351 (speedbar-remove-localized-speedbar-support)
4352 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4353 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4354 (speedbar-buffers-line-directory):
4355 * simple.el (shell-command-on-region, append-to-buffer)
4356 (prepend-to-buffer):
4357 * shadowfile.el (shadow-save-todo-file):
4358 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4359 (scroll-bar-maybe-set-window-start):
4360 * sb-image.el (speedbar-image-dump):
4361 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4362 (load-save-place-alist-from-file):
4363 * ps-samp.el (ps-print-message-from-summary):
4364 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4365 (ps-background-image, ps-begin-job, ps-do-despool):
4366 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4367 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4368 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4369 (pr-call-process, pr-file-list, pr-interface-save):
4370 * novice.el (disabled-command-function)
4371 (enable-command, disable-command):
4372 * mouse.el (mouse-buffer-menu-alist):
4373 * mouse-copy.el (mouse-kill-preserving-secondary):
4374 * macros.el (kbd-macro-query):
4375 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4376 * informat.el (batch-info-validate):
4377 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4378 * hippie-exp.el (try-expand-dabbrev-visible):
4379 * help-mode.el (help-make-xrefs):
4380 * help-fns.el (describe-variable):
4381 * generic-x.el (bat-generic-mode-run-as-comint):
4382 * finder.el (finder-mouse-select):
4383 * find-dired.el (find-dired-sentinel):
4384 * filesets.el (filesets-file-close):
4385 * files.el (list-directory):
4386 * faces.el (list-faces-display, describe-face):
4387 * facemenu.el (list-colors-display):
4388 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4389 * epg.el (epg--process-filter, epg-cancel):
4390 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4391 (epa--read-signature-type):
4392 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4393 (emerge-file-names):
4394 * ehelp.el (electric-helpify):
4395 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4396 * ediff-vers.el (rcs-ediff-view-revision):
4397 * ediff-util.el (ediff-setup):
4398 * ediff-mult.el (ediff-append-custom-diff):
4399 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4400 (ediff-wordify):
4401 * echistory.el (Electric-command-history-redo-expression):
4402 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4403 * disp-table.el (describe-display-table):
4404 * dired.el (dired-find-buffer-nocreate):
4405 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4406 * dabbrev.el (dabbrev--same-major-mode-p):
4407 * chistory.el (list-command-history):
4408 * apropos.el (apropos-documentation):
4409 * allout.el (allout-obtain-passphrase):
4410 (allout-copy-exposed-to-buffer):
4411 (allout-verify-passphrase): Use with-current-buffer.
4412
2ccbc060
GM
44132009-11-13 Glenn Morris <rgm@gnu.org>
4414
4415 * Makefile.in (ELCFILES): Regenerate.
4416
b172ed20
MA
44172009-11-13 Michael Albinus <michael.albinus@gmx.de>
4418
7fdbcd83
SM
4419 * net/dbus.el (dbus-registered-objects-table): Rename from
4420 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4421 (dbus-unregister-object): Unregister also properties.
4422 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4423 Use a timeout of 500 msec, in order to not block.
4424 (dbus-register-property, dbus-property-handler): New defuns.
4425
e96d62cd
SM
44262009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * simple.el (minibuffer-default-add-completions): Drop deprecated
4429 4th arg.
4430
14bd267d
EZ
44312009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4432
e96d62cd
SM
4433 * textmodes/artist.el (artist-mouse-choose-operation):
4434 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4435 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4436 (artist-compute-up-event-key): New function.
4437 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4438
bf89fd7b
KH
44392009-11-13 Kenichi Handa <handa@m17n.org>
4440
4441 * language/japan-util.el: Make sure that the value of jisx0208
4442 property is jisx0208 character.
4443
f70b8925
DN
44442009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4445
4446 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4447 car or each item, not the whole list.
4448
4d93a9e0
SM
44492009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * minibuffer.el (minibuffer-completion-help):
4452 Use minibuffer-hide-completions.
4453
05404988
SM
44542009-11-12 Per Starbäck <per@starback.se> (tiny change)
4455
4456 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4457 (dired-revert): Use them (bug#4880).
4458
5297bc10
DN
44592009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4460
4461 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4462
e2685eb7
JL
44632009-11-12 Juri Linkov <juri@jurta.org>
4464
4465 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4466 New functions.
4467 (find-file-literally-at-point): Alias of `ffap-literally'.
4468
76410c3e
DN
44692009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4470
6d341a2a
DN
4471 * textmodes/ispell.el (ispell-skip-region-alist):
4472 * textmodes/css-mode.el (auto-mode-alist):
4473 * progmodes/compile.el (auto-mode-alist):
4474 * international/mule.el (ctext-non-standard-encodings-alist)
4475 (ctext-non-standard-encodings-regexp):
4476 * simple.el (shell-command-switch, text-read-only):
4477 * replace.el (occur-mode-map):
4478 * paths.el (rmail-file-name):
4479 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4480 * find-file.el (ff-special-constructs):
4481 * files.el (file-name-handler-alist):
4482 * composite.el: Purecopy strings.
4483
76410c3e
DN
4484 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4485
aaa448c9
DN
44862009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4487
4488 * widget.el (define-widget): Purecopy the docstring.
4489 * international/mule-cmds.el (charset): Do not purecopy the
4490 docstring here, define-widget does it.
4491
4492 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4493 * textmodes/bibtex-style.el (auto-mode-alist):
4494 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4495 * progmodes/compile.el (compile-command):
4496 * language/korea-util.el (default-korean-keyboard):
4497 * international/mule-conf.el (file-coding-system-alist):
4498 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4499 * tooltip.el (tooltip-frame-parameters):
4500 * newcomment.el (comment-end, comment-padding):
4501 * dired.el (dired-trivial-filenames):
4502 * comint.el (comint-file-name-prefix): Purecopy initial values.
4503
bbe650fd
MA
45042009-11-11 Michael Albinus <michael.albinus@gmx.de>
4505
4506 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4507 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4508 `tramp-unload'.
4509 (tramp-advice-make-auto-save-file-name)
4510 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4511 after removing the advice.
4512
6bdad9ae
DN
45132009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4514
2f7f4bee
DN
4515 * progmodes/grep.el (grep-regexp-alist):
4516 * international/mule-cmds.el (iso-2022-control-alist):
4517 * emacs-lisp/timer.el (timer-duration-words):
4518 * subr.el (version-separator, version-regexp-alist):
4519 * minibuffer.el (completion-styles-alist):
4520 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4521 Change defvars to defconsts.
4522
a042de45
DN
4523 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4524 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4525 * international/mule-conf.el: Allow to be byte compiled.
4526
3b6acc72
DN
4527 * international/mule.el (define-charset): Purecopy props.
4528 (load-with-code-conversion): Purecopy doc string and file name.
4529 (put-charset-property): Purecopy strings.
4530 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4531
1c2efdfb 4532 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
4533 (define-char-code-property): Correctly purecopy the table.
4534
62591911
DN
4535 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4536
8b908da6
DN
4537 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4538
ff917d63
DN
4539 * subr.el (add-hook): Purecopy strings.
4540 (eval-after-load): Purecopy load-history-regexp and the form.
4541
af89cf77
DN
4542 * custom.el (custom-declare-group): Purecopy load-file-name.
4543
a3c20c83 4544 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
4545 * net/eudc.el (eudc-tools-menu):
4546 * international/mule-cmds.el (set-coding-system-map)
4547 (mule-menu-keymap):
4548 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4549 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
4550 * replace.el (occur-mode-map):
4551 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 4552 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
4553 (menu-bar-custom-menu, menu-bar-showhide-menu)
4554 (menu-bar-options-menu, menu-bar-tools-menu)
4555 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4556 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4557 (menu-bar-help-menu):
4558 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4559 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4560
6bdad9ae
DN
4561 * term/x-win.el (x-gtk-stock-map):
4562 * progmodes/vera-mode.el (auto-mode-alist):
4563 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4564 (inferior-lisp-program, inferior-lisp-load-command):
4565 * progmodes/hideshow.el (hs-special-modes-alist):
4566 * progmodes/gud.el (same-window-regexps):
4567 * progmodes/grep.el (grep-program, find-program, xargs-program):
4568 * net/telnet.el (same-window-regexps):
4569 * net/rlogin.el (same-window-regexps):
4570 * language/ethiopic.el (font-ccl-encoder-alist):
4571 * vc-sccs.el (vc-sccs-master-templates):
4572 * vc-rcs.el (vc-rcs-master-templates):
4573 * subr.el (cl-assertion-failed):
4574 * simple.el (next-error-overlay-arrow-position):
4575 * lpr.el (lpr-command):
4576 * locate.el (locate-ls-subdir-switches):
4577 * info.el (same-window-regexps, info)
4578 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4579 * image-mode.el (image-mode, auto-mode-alist):
4580 * hippie-exp.el (hippie-expand-ignore-buffers):
4581 * format.el (format-alist):
4582 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4583 (find-name-arg):
4584 * facemenu.el (facemenu-keybindings):
4585 * dired.el (dired-listing-switches, dired-chown-program):
4586 * diff.el (diff-switches, diff-command):
4587 * cus-edit.el (same-window-regexps):
4588 * bindings.el (mode-line-mule-info)
4589 (mode-line-buffer-identification): Purecopy strings.
4590
e0987650
JL
45912009-11-11 Juri Linkov <juri@jurta.org>
4592
3570691b 4593 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
4594 Tell the byte-compiler about dired-get-filename.
4595 (shell-command): In Dired mode, get filename from the current line
4596 as the default value.
4597
b16ff465
GM
45982009-11-10 Glenn Morris <rgm@gnu.org>
4599
e8a11b22
GM
4600 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4601 * calendar/holidays.el, progmodes/cperl-mode.el:
4602 Update x-popup-menu declarations.
4603
b16ff465
GM
4604 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4605 (list-load-path-shadows): Use dolist.
4606 (list-load-path-shadows): Use with-current-buffer.
4607
032c3399
JL
46082009-11-10 Juri Linkov <juri@jurta.org>
4609
4610 * minibuffer.el (read-file-name): Support a list of default values
4611 in `default-filename'. Use the first file name where only one
4612 element is required. Doc fix.
4613
8fb1629f
MA
46142009-11-09 Michael Albinus <michael.albinus@gmx.de>
4615
4616 * net/dbus.el (dbus-unregister-object): Release service, if no
4617 other method is registered for it.
4618
a51203ee 46192009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4620
4621 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4622 bookmark-sort-flag is non-nil (Bug#4653).
4623
9bf7dc8a
CY
46242009-11-08 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4627 the progress reporter entirely.
4628
15207e74
CY
4629 * emulation/cua-base.el: Add CUA property to some CC mode commands
4630 (Bug#4100).
4631
8bf7ed70
KR
46322009-11-08 Kevin Ryde <user42@zip.com.au>
4633
4634 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4635 at end of sentence (Bug#4818).
8bf7ed70 4636
951802d0
CY
46372009-11-08 Jared Finder <jfinder@crypticstudios.com>
4638
4639 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4640 Handle "see declaration of" MSFT statements (Bug#4100).
4641
e8244310
MA
46422009-11-08 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4645 (tramp-advice-file-expand-wildcards): Unload via
4646 `ad-remove-advice'.
4647
4648 * net/trampver.el: Update release number.
4649
a51203ee 46502009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4651
4652 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4653 `ad-do-it'.
4654
a51203ee 46552009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
4656
4657 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4658 in order to keep context in SELinux.
4659
bedd8a58
CY
46602009-11-08 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * dired-aux.el (dired-query): Place cursor in echo area and allow
4663 C-g.
4664
4665 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4666 menu item if not on a directory (Bug#4701).
4667
0484d600
MA
46682009-11-07 Michael Albinus <michael.albinus@gmx.de>
4669
4670 Sync with Tramp 2.1.17.
4671
4672 * net/tramp.el (tramp-handle-copy-directory): Don't use
4673 `file-remote-p' (due to compatibility).
4674
4675 * net/tramp-compat.el (tramp-compat-copy-directory)
4676 (tramp-compat-delete-directory): New defuns.
4677
4678 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4679 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4680 `tramp-compat-delete-directory'.
4681
4682 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 4683 (tramp-smb-handle-delete-directory): Use
0484d600
MA
4684 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4685
4686 * net/trampver.el: Update release number.
4687
b42b2189
CY
46882009-11-07 Chong Yidong <cyd@stupidchicken.com>
4689
6960d7b9
CY
4690 * tar-mode.el (tar-copy): Call write-region on the right buffer
4691 (Bug#4857).
4692
b42b2189
CY
4693 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4694 by hand, if necessary (Bug#4878).
4695
0ad57dfd
CY
46962009-11-06 Chong Yidong <cyd@stupidchicken.com>
4697
d19e23ae
CY
4698 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4699 align size column (Bug#4839).
4700
0ad57dfd
CY
4701 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4702 statement.
4703
0b7f397c
DN
47042009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 * progmodes/ld-script.el (auto-mode-alist):
4707 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4708
4709 * cus-face.el (custom-declare-face): Purecopy face spec.
4710
495bd5ca
KH
47112009-11-06 Kenichi Handa <handa@m17n.org>
4712
4713 * international/uni-bidi.el: Re-generated.
4714 * international/uni-category.el: Re-generated.
4715 * international/uni-combining.el: Re-generated.
4716 * international/uni-mirrored.el: Re-generated.
4717
1e8780b1
DN
47182009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4719
4720 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4721 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4722 (tex-start-options, slitex-run-command, latex-run-command)
4723 (tex-run-command, tex-directory):
4724 * textmodes/ispell.el (ispell-html-skip-alists)
4725 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4726 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4727 (adaptive-fill-regexp):
4728 * textmodes/dns-mode.el (auto-mode-alist):
4729 * progmodes/python.el (interpreter-mode-alist):
4730 * progmodes/etags.el (tags-compression-info-list):
4731 * progmodes/etags.el (tags-file-name):
4732 * net/browse-url.el (browse-url-galeon-program)
4733 (browse-url-firefox-program):
4734 * mail/sendmail.el (mail-signature-file)
4735 (mail-citation-prefix-regexp):
4736 * international/mule-conf.el (eight-bit):
4737 * international/latexenc.el (latex-inputenc-coding-alist):
4738 * international/fontset.el (x-pixel-size-width-font-regexp):
4739 * emacs-lisp/warnings.el (warning-type-format):
4740 * emacs-lisp/trace.el (trace-buffer):
4741 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4742 (emacs-lisp-mode-map):
4743 * calendar/holidays.el (holiday-solar-holidays)
4744 (holiday-bahai-holidays, holiday-islamic-holidays)
4745 (holiday-christian-holidays, holiday-hebrew-holidays)
4746 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4747 (hebrew-holidays-1, holiday-oriental-holidays)
4748 (holiday-general-holidays):
4749 * x-dnd.el (x-dnd-known-types):
4750 * tool-bar.el (tool-bar):
4751 * startup.el (site-run-file):
4752 * shell.el (shell-dumb-shell-regexp):
4753 * rfn-eshadow.el (file-name-shadow-tty-properties)
4754 (file-name-shadow-properties):
4755 * paths.el (remote-shell-program, news-directory):
4756 * mouse.el ([C-down-mouse-3]):
4757 * menu-bar.el (menu-bar-tools-menu):
4758 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4759 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4760 (jka-compr-compression-info-list):
4761 * isearch.el (search-whitespace-regexp):
4762 * image-file.el (image-file-name-extensions):
4763 * find-dired.el (find-ls-option):
4764 * files.el (directory-listing-before-filename-regexp)
4765 (directory-free-space-args, insert-directory-program)
4766 (list-directory-brief-switches, magic-fallback-mode-alist)
4767 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4768 (automount-dir-prefix):
4769 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4770 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4771 (face-font-registry-alternatives, face-font-registry-alternatives)
4772 (face-font-family-alternatives):
4773 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4774 (facemenu-foreground-menu, facemenu-face-menu):
4775 * epa-hook.el (epa-file-name-regexp):
4776 * dnd.el (dnd-protocol-alist):
4777 * textmodes/rst.el (auto-mode-alist):
a51203ee 4778 * button.el (default-button): Purecopy strings.
1e8780b1 4779
0adae11f
GM
47802009-11-06 Glenn Morris <rgm@gnu.org>
4781
4782 * Makefile.in (ELCFILES): Update.
4783
2adaf057
SM
47842009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4785
8f72f03c
SM
4786 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4787 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4788
2adaf057
SM
4789 * nxml/xsd-regexp.el (xsdre-gen-categories):
4790 * nxml/xmltok.el (xmltok-parse-entity):
4791 * nxml/rng-parse.el (rng-parse-validate-file):
4792 * nxml/rng-maint.el (rng-format-manual)
4793 (rng-manual-output-force-new-line):
4794 * nxml/rng-loc.el (rng-save-schema-location-1):
4795 * nxml/rng-cmpct.el (rng-c-parse-file):
4796 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4797 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4798
14862301
SM
47992009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4800
bf0b361c 4801 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
4802 Remove extra save-excursions and make-variable-buffer-local's.
4803 Suggested by Stefan Monnier.
4804
4805 (verilog-getopt-file, verilog-module-inside-filename-p)
4806 (verilog-set-define): Merge GNU 1.35 and repair changes from
4807 switching to using with-current-buffer.
4808
4809 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4810 being treated as a number and confusing AUTORESET.
4811 Reported by Dan Dever.
4812
4813 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4814 Add verilog-auto-ignore-concat to fix backward compatibility with
4815 older verilog-modes. Reported by Dan Katz.
4816
4817 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4818 containing closing anchors "...$".
4819
4820 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4821 Reported by Wade Smith.
4822
48c2d18a 4823 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
4824
48252009-11-05 Michael McNamara <mac@mail.brushroad.com>
4826
bf0b361c
JB
4827 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4828 for labels.
14862301
SM
4829
4830 (verilog-label-re, verilog-calc-1): Support proper indent of named
4831 asserts.
4832
4833 (verilog-backward-token, verilog-basic-complete-re)
4834 (verilog-beg-of-statement, verilog-indent-re): Support proper
4835 indent of the assert statement at the beginning of a block of text.
4836
4837 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4838 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4839 tokens as begins.
4840
4f8f657f
GM
48412009-11-05 Glenn Morris <rgm@gnu.org>
4842
775adc51
GM
4843 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4844 Emacs 19. (Bug#1531)
4845 (byte-compile-fix-header): Update for the above change.
4846 Drop test for epoch::version.
4847
4ad6a5e7 4848 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
4849 * cus-dep.el (custom-make-dependencies):
4850 * finder.el (finder-compile-keywords):
4851 Use autoload-rubric's feature argument.
4ad6a5e7 4852
4f8f657f
GM
4853 * calendar/diary-lib.el (top-level): Make load behave more like require.
4854
881e4184
GM
4855 * vc-git.el (vc-git-stash-map): Move definition before use.
4856
ba214964 48572009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 4858
b6f8ba09
DN
4859 * custom.el (custom-declare-group): Purecopy standard-value.
4860 (custom-declare-group): Purecopy custom-prefix.
4861
7fdbcd83
SM
4862 * international/mule.el (load-with-code-conversion):
4863 Call do-after-load-evaluation unconditionally.
eb6f577b 4864
f6195dfb
DN
4865 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4866
56f14120
SM
48672009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4870
e5c89ce9
GM
48712009-11-04 Glenn Morris <rgm@gnu.org>
4872
4873 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4874 (byte-compile-compatibility): Remove option.
4875 (byte-compile-close-variables, byte-compile-fix-header)
4876 (byte-compile-insert-header, byte-compile-output-docform)
4877 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4878 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4879 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4880 (byte-compile-insert, byte-compile-defun):
4881 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
4882 (byte-defop-compiler19): Remove.
4883 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4884 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 4885
e24f42ab
JL
48862009-11-04 Juri Linkov <juri@jurta.org>
4887
4888 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4889 (menu-bar-options-menu): Don't quote the `prop' arg of
4890 `menu-bar-make-mm-toggle'.
4891
d3d5f4f5
JB
48922009-11-04 Juanma Barranquero <lekktu@gmail.com>
4893
4894 * calendar/calendar.el (cal-loaddefs):
4895 * calendar/diary-lib.el (diary-loaddefs):
4896 * calendar/holidays.el (hol-loaddefs):
4897 * eshell/esh-module.el (esh-groups): Load rather than require.
4898
6e39d3b2
SM
48992009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4900
e96d62cd
SM
4901 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4902 point-min==1.
7e83e8b4
SM
4903 (todo-top-priorities): Only display-buffer when called interactively.
4904 (todo-item-start): Don't save excursion point.
4905 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4906 (todo-insert-item-here, todo-file-item, todo-remove-item):
4907 Adjust uses of todo-item-start and todo-item-end.
4908
fae4e5b9
SM
4909 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4910 (autoload-rubric): Don't use any more.
4911 * cedet/semantic/fw.el (semantic/loaddefs):
4912 * cedet/srecode.el (srecode/loaddefs):
4913 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
4914 * cedet/ede/cpp-root.el:
4915 * cedet/ede/emacs.el:
4916 * cedet/ede/files.el:
4917 * cedet/ede/linux.el:
4918 * cedet/ede/locate.el:
4919 * cedet/ede/make.el:
4920 * cedet/ede/shell.el:
4921 * cedet/ede/speedbar.el:
4922 * cedet/ede/system.el:
4923 * cedet/ede/util.el:
4924 * cedet/semantic/analyze.el:
4925 * cedet/semantic/bovine.el:
4926 * cedet/semantic/complete.el:
4927 * cedet/semantic/ctxt.el:
4928 * cedet/semantic/db-file.el:
4929 * cedet/semantic/db-find.el:
4930 * cedet/semantic/db-global.el:
4931 * cedet/semantic/db-mode.el:
4932 * cedet/semantic/db-typecache.el:
4933 * cedet/semantic/db.el:
4934 * cedet/semantic/debug.el:
4935 * cedet/semantic/dep.el:
4936 * cedet/semantic/doc.el:
4937 * cedet/semantic/edit.el:
4938 * cedet/semantic/find.el:
4939 * cedet/semantic/format.el:
4940 * cedet/semantic/html.el:
4941 * cedet/semantic/ia-sb.el:
4942 * cedet/semantic/ia.el:
4943 * cedet/semantic/idle.el:
4944 * cedet/semantic/lex-spp.el:
4945 * cedet/semantic/lex.el:
4946 * cedet/semantic/mru-bookmark.el:
4947 * cedet/semantic/scope.el:
4948 * cedet/semantic/senator.el:
4949 * cedet/semantic/sort.el:
4950 * cedet/semantic/symref.el:
4951 * cedet/semantic/tag-file.el:
4952 * cedet/semantic/tag-ls.el:
4953 * cedet/semantic/tag-write.el:
4954 * cedet/semantic/tag.el:
4955 * cedet/semantic/util-modes.el:
4956 * cedet/semantic/analyze/complete.el:
4957 * cedet/semantic/analyze/refs.el:
4958 * cedet/semantic/bovine/c.el:
4959 * cedet/semantic/bovine/gcc.el:
4960 * cedet/semantic/bovine/make.el:
4961 * cedet/semantic/bovine/scm.el:
4962 * cedet/semantic/decorate/include.el:
4963 * cedet/semantic/decorate/mode.el:
4964 * cedet/semantic/symref/cscope.el:
4965 * cedet/semantic/symref/global.el:
4966 * cedet/semantic/symref/grep.el:
4967 * cedet/semantic/symref/idutils.el:
4968 * cedet/semantic/symref/list.el:
4969 * cedet/semantic/wisent/java-tags.el:
4970 * cedet/semantic/wisent/javascript.el:
4971 * cedet/srecode/compile.el:
4972 * cedet/srecode/cpp.el:
4973 * cedet/srecode/document.el:
4974 * cedet/srecode/el.el:
4975 * cedet/srecode/expandproto.el:
4976 * cedet/srecode/getset.el:
4977 * cedet/srecode/insert.el:
4978 * cedet/srecode/java.el:
4979 * cedet/srecode/map.el:
4980 * cedet/srecode/mode.el:
4981 * cedet/srecode/template.el:
4982 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
4983 generated-autoload-feature.
4984
6e39d3b2
SM
4985 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4986 and only put a prop if it is non-nil.
4987
c9753fb4
JL
49882009-11-03 Juri Linkov <juri@jurta.org>
4989
4990 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4991 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4992
4993 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4994 and "Menu" to make top-level menu item visually one unit (like
4995 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4996 multi-word menu items). Fix :help string for quit-window.
4997
db04f33f
GM
49982009-11-03 Glenn Morris <rgm@gnu.org>
4999
df8fff6c
GM
5000 * cedet/mode-local.el (with-mode-local): Doc fix.
5001
2aea6521
GM
5002 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5003 (byte-compile-file-form-define-abbrev-table)
5004 (byte-compile-file-form-custom-declare-variable)
5005 (byte-compile-variable-ref, byte-compile-defvar):
5006 Whether or not a warning is enabled should only affect whether we issue
5007 the warning, not whether or not we collect the relevant data.
5008 Eg warnings can be turned on and off throughout the course of a file.
5009
db04f33f
GM
5010 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5011 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5012
937e6a56
SM
50132009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5016 * play/mpuz.el (mpuz-create-buffer):
5017 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5018 (lm-print-y,s,noise, lm-print-w0, lm-init):
5019 * play/gomoku.el (gomoku-prompt-for-move):
5020 * play/fortune.el (fortune-in-buffer):
5021 * play/dissociate.el (dissociated-press):
5022 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 5023 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
5024 * mail/supercite.el (sc-eref-show):
5025 * mail/smtpmail.el (smtpmail-send-it):
5026 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5027 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5028 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5029 (rmail-summary-goto-msg, rmail-summary-expunge)
5030 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5031 (rmail-summary-add-label, rmail-summary-output-menu)
5032 (rmail-summary-output-body):
5033 * mail/rfc822.el (rfc822-addresses):
5034 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5035 * mail/mailpost.el (post-mail-send-it):
5036 * mail/hashcash.el (hashcash-generate-payment):
5037 * mail/feedmail.el (feedmail-run-the-queue)
5038 (feedmail-queue-send-edit-prompt-help-first)
5039 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5040 (feedmail-deduce-address-list):
5041 * eshell/esh-ext.el (eshell-remote-command):
5042 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5043 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5044 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5045 (viper-save-string-in-file, viper-valid-marker):
5046 * emulation/viper-keym.el (viper-toggle-key):
5047 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5048 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5049 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5050 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5051 (viper-exec-form-in-emacs, viper-brac-function):
5052 * emulation/viper.el (viper-delocalize-var):
5053 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5054 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5055 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5056 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5057 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5058 * emulation/edt.el (edt-electric-helpify):
5059 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5060 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5061 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5062 (cua-indent-to-global-mark-column):
5063 * calendar/diary-lib.el (calendar-mark-1):
5064 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5065 Use with-current-buffer.
5066 * emulation/viper.el (viper-delocalize-var): Use dolist.
5067
5b955562
CY
50682009-11-03 Chong Yidong <cyd@stupidchicken.com>
5069
5070 * comint.el (comint-replace-by-expanded-history-before-point):
5071 Replace !! with the previous input string literally (Bug#1795).
5072
6292c599
JB
50732009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5074
5075 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5076 to be made up of whitespace.
5077
8368c14e
CY
50782009-11-02 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * minibuffer.el (read-file-name): Don't use file dialogs for
5081 remote directories (Bug#99).
5082
6f750f0d
CY
50832009-11-01 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5086
97ab3f47
AS
50872009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5088
5089 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5090 instead of deleting the window or frame.
5091
673c1168
CY
50922009-10-31 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5095 Support face colors.
5096
937e6a56
SM
5097 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5098 New function. Support face colors (Bug#1168).
673c1168
CY
5099 (tex-common-initialization): Use it.
5100
5101 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5102 mode allows it (Bug#1168).
5103
c9349f0a
CY
51042009-10-31 Juri Linkov <juri@jurta.org>
5105
5106 * facemenu.el (list-colors-display): Don't mark buffer as
5107 modified (Bug#3948).
5108
ebf5c4f5
CY
51092009-10-31 Chong Yidong <cyd@stupidchicken.com>
5110
5c2dce75
CY
5111 * international/mule-diag.el (list-character-sets-1): Minor
5112 message fix (Bug#3526).
5113
26581f0e
CY
5114 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5115 face property (Bug#4834).
5116 (etags-list-tags, etags-tags-apropos-additional)
5117 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5118 property.
5119
ebf5c4f5
CY
5120 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5121 items.
5122
5123 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5124 items.
5125
5126 * cedet/ede.el (ede-minor-mode):
5127 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5128
9a529312
SM
51292009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * textmodes/two-column.el (2C-split):
5132 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5133 * textmodes/tex-mode.el (tex-set-buffer-directory):
5134 * textmodes/spell.el (spell-region, spell-string):
5135 * textmodes/reftex.el (reftex-erase-buffer):
5136 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5137 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5138 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5139 (reftex-select-item):
5140 * textmodes/reftex-ref.el (reftex-label-info-update)
5141 (reftex-offer-label-menu):
5142 * textmodes/reftex-index.el (reftex-index-change-entry)
5143 (reftex-index-phrases-info):
5144 * textmodes/reftex-global.el (reftex-create-tags-file)
5145 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5146 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5147 (reftex-view-crossref-from-bibtex):
5148 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5149 (reftex-extract-bib-entries-from-thebibliography)
5150 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5151 * textmodes/refbib.el (r2b-capitalize-title):
5152 (r2b-convert-buffer, r2b-help):
5153 * textmodes/page-ext.el (pages-directory)
5154 (pages-directory-goto-with-mouse):
5155 * textmodes/bibtex.el (bibtex-validate-globally):
5156 * textmodes/bib-mode.el (bib-capitalize-title):
5157 * textmodes/artist.el (artist-clear-buffer, artist-system):
5158 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5159 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5160 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5161 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5162 (xscheme-send-control-g-interrupt, xscheme-start-process)
5163 (xscheme-process-sentinel, xscheme-cd):
5164 * progmodes/verilog-mode.el (verilog-read-always-signals)
5165 (verilog-set-define, verilog-getopt-file)
5166 (verilog-module-inside-filename-p):
5167 * progmodes/sh-script.el:
5168 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5169 (python-pdbtrack-grub-for-buffer, python-execute-file):
5170 * progmodes/octave-inf.el (inferior-octave):
5171 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5172 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5173 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5174 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5175 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5176 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5177 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5178 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5179 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5180 (idlwave-shell-examine-display, idlwave-shell-run-region)
5181 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5182 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5183 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5184 (idlwave-help-get-help-buffer):
5185 * progmodes/gud.el (gud-basic-call, gud-find-class)
5186 (gud-tooltip-activate-mouse-motions-if-enabled):
5187 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5188 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5189 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5190 (ebrowse-tags-next-file):
5191 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5192 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5193 (ebnf-eps-finish-and-write):
5194 * progmodes/cpp.el (cpp-edit-save):
5195 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5196 * progmodes/cc-defs.el (c-emacs-features):
5197 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5198 (antlr-directory-dependencies):
5199 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5200 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5201 (ada-find-any-references, ada-make-filename-from-adaname)
5202 (ada-make-body-gnatstub):
5203 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 5204 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
5205 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5206 * net/rcirc.el (rcirc-debug):
5207 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5208 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5209 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5210 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 5211 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
5212 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5213 (newsticker--treeview-list-clear-highlight)
5214 (newsticker--treeview-list-update-highlight)
5215 (newsticker--treeview-list-highlight-start)
5216 (newsticker--treeview-tree-update-highlight)
5217 (newsticker--treeview-get-selected-item)
5218 (newsticker-treeview-mark-list-items-old)
5219 (newsticker--treeview-set-current-node):
5220 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5221 * net/newst-backend.el (newsticker--get-news-by-funcall)
5222 (newsticker--get-news-by-wget, newsticker--image-get)
5223 (newsticker--image-sentinel):
5224 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5225 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5226 (eudc-ph-close-session):
5227 * net/eudc.el (eudc-save-options):
5228 * language/thai-word.el (thai-update-word-table):
5229 * language/japan-util.el (japanese-string-conversion):
5230 * international/titdic-cnv.el (tsang-quick-converter)
5231 (ziranma-converter, ctlau-converter):
5232 * international/mule-cmds.el (describe-language-environment):
5233 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5234 (skkdic-convert-postfix, skkdic-convert-prefix):
5235 (skkdic-convert-okuri-nasi, skkdic-convert):
5236 * emacs-lisp/re-builder.el (reb-update-overlays):
5237 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5238 * emacs-lisp/gulp.el (gulp-send-requests):
5239 * emacs-lisp/find-gc.el (trace-call-tree):
5240 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5241 (eieio-describe-generic):
5242 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5243 * emacs-lisp/edebug.el (edebug-outside-excursion):
5244 * emacs-lisp/debug.el (debugger-make-xrefs):
5245 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5246 * emacs-lisp/chart.el (chart-new-buffer):
5247 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5248 Use with-current-buffer.
5249 * textmodes/artist.el (artist-system): Don't call
5250 copy-sequence on a fresh string.
5251 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5252
d566f228
GM
52532009-10-31 Stephen Berman <stephen.berman@gmx.net>
5254
5255 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 5256 is no item to edit. (Bug#4820)
d566f228 5257 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 5258 buffer. (Bug#4820)
d566f228 5259
f3628edd
GM
52602009-10-31 Glenn Morris <rgm@gnu.org>
5261
5cf3709c
GM
5262 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5263 (comint-last-output-start, comint-last-input-start)
5264 (comint-last-input-end): Don't defvar when compiling.
5265 (ange-ftp-process-file): Use bound-and-true-p.
5266
4c814fd2
GM
5267 * pcmpl-rpm.el (top-level): Move provide statement to end.
5268 (pcmpl-rpm): Remove unused custom group.
5269
113b8dcc
GM
5270 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5271
31c615e4
GM
5272 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5273
416d3588
GM
5274 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5275 (byte-compile-warnings): Add `constants' as an option.
5276 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5277 (display-call-tree): Update for byte-compile-fdefinition possibly
5278 returning `(macro lambda ...)'. (Bug#4778)
5279 (byte-compile-variable-ref, byte-compile-setq-default):
5280 Respect `constants' member of byte-compile-warnings.
5281
8aedfd3b
GM
5282 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5283 Use mapc rather than mapcar because the return value is never used.
5284
f3628edd
GM
5285 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5286 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5287 * cedet/semantic/html.el:
5288 Suppress harmless warnings about setting up semantic-imenu (not
5289 part of Emacs) variables.
5290
00f71f39
SM
52912009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5294 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5295 to "submit:".
5296
4fa4a838
SM
5297 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5298 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5299 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5300 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5301 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5302 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5303 (semantic-analyzer-debug-global-symbol)
5304 (semantic-analyzer-debug-missing-innertype)
5305 (semantic-analyzer-debug-insert-include-summary):
5306 * cedet/semantic/util.el (semantic-file-tag-table):
5307 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5308 (semantic-recursive-find-nonterminal-by-name):
5309 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5310 * cedet/semantic/tag-file.el (semantic-prototype-file):
5311 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5312 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5313 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5314 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5315 (semantic-idle-summary-maybe-highlight):
5316 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5317 (semantic-ia-sb-tag-info):
5318 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5319 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5320 * cedet/semantic/ede-grammar.el (project-compile-target):
5321 (ede-proj-makefile-insert-variables):
5322 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5323 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5324 (semantic-debug-mode, semantic-debug):
5325 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5326 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5327 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5328 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5329 (semanticdb-find-translate-path-includes--internal)
5330 (semanticdb-reset-log, semanticdb-find-log-activity):
5331 * cedet/semantic/db-file.el (object-write):
5332 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5333 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5334 (semanticdb-create-ebrowse-database):
5335 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5336 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5337 (semantic-collector-calculate-completions-raw)
5338 (semantic-complete-read-tag-analyzer):
5339 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5340 * cedet/ede/util.el (ede-update-version-in-source):
5341 * cedet/ede/proj.el (project-delete-target):
5342 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5343 (ede-proj-flush-autoconf):
5344 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5345 (ede-proj-configure-synchronize):
5346 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5347 * cedet/ede/linux.el (ede-linux-version):
5348 * cedet/ede/emacs.el (ede-emacs-version):
5349 * cedet/ede/dired.el (ede-dired-add-to-target):
5350 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5351 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5352 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5353 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5354 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5355 (cedet-idutils-version-check):
5356 * cedet/cedet-global.el (cedet-gnu-global-call):
5357 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5358 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5359 * cedet/cedet-cscope.el (cedet-cscope-call)
5360 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5361 Use with-current-buffer.
5362 * cedet/ede.el (ede-make-project-local-variable)
5363 (ede-set-project-variables, ede-set): Use dolist.
5364
ca0a881a
DN
53652009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5366
5367 * textmodes/ispell.el (ispell-skip-region-alist):
5368 * international/mule-conf.el (eight-bit):
5369 * international/fontset.el (font-encoding-alist):
5370 * startup.el (pure-space-overflow-message):
5371 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5372 * paths.el (gnus-nntp-service, rmail-spool-directory)
5373 (term-file-prefix):
5374 * files.el (save-some-buffers-action-alist):
5375 * cmuscheme.el (same-window-buffer-names):
5376 * ielm.el (same-window-buffer-names):
5377 * shell.el (same-window-buffer-names):
5378 * mail/sendmail.el (same-window-buffer-names):
5379 * progmodes/inf-lisp.el (same-window-buffer-names):
5380 * bindings.el (mode-line-client)
5381 (mode-line-column-line-number-mode-map):
5382 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5383 (tibetan-precomposed-regexp): Purecopy string arguments.
5384
b861e45e
SM
53852009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5386
6df9b6d7
SM
5387 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5388 (calcDigit-nondigit):
5389 * calc/calc-yank.el (calc-copy-to-buffer):
5390 * calc/calc-units.el (calc-invalidate-units-table):
5391 * calc/calc-trail.el (calc-trail-yank):
5392 * calc/calc-store.el (calc-insert-variables):
5393 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5394 * calc/calc-prog.el (calc-read-parse-table):
5395 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5396 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5397 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5398 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5399 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5400 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5401 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5402 * calc/calc-ext.el (calc-realign):
5403 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5404 (calc-embedded-finish-edit, calc-embedded-make-info)
5405 (calc-embedded-finish-command, calc-embedded-stack-change):
5406 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5407
5a916e35
SM
5408 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5409 (overload-docstring-extension): Use that info.
5410 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5411 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5412 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5413 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5414 (semantic-nonterminal-full-name): Add the new `when' info.
5415 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5416 `assert'.
5417
70f44c65
SM
5418 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5419 shell-dynamic-complete-filename in preference to
5420 comint-dynamic-complete-filename.
5421
b861e45e
SM
5422 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5423 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5424 Don't consider whether the display supports colors.
5425 (bookmark-import-new-list): Use dolist.
5426 (bookmark-bmenu-mode-map): Move initialization into declaration.
5427 (bookmark-bmenu-list): Use dolist, simplify.
5428 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5429 (menu-bar-final-items): Use push.
5430
8549241d 54312009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5432
5433 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5434 it works on remote files.
5435 (vc-hg-diff): Don't pass any `--cwd' argument.
5436
30644573
KR
54372009-10-27 Kevin Ryde <user42@zip.com.au>
5438
cc63d28f
SM
5439 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5440 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5441 (Further to Bug#3921).
5442
9be01a63
MA
54432009-10-27 Michael Albinus <michael.albinus@gmx.de>
5444
5445 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5446 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5447 calling `tramp-imap-put-file'. Add file size to the call.
5448 (tramp-imap-get-file-entries): Compute also user name, file size,
5449 and date.
5450 (tramp-imap-handle-insert-directory): Insert uid and gid.
5451 (tramp-imap-handle-file-attributes): Transform uid and gid
5452 according to `id-format'.
5453 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5454 size in header X-Size.
5455
41849bf9
JB
54562009-10-26 Juanma Barranquero <lekktu@gmail.com>
5457
5458 * simple.el (transpose-subr): Give clearer error when the mark
5459 is not set. (Bug#4807)
5460
293c24f9
MA
54612009-10-26 Michael Albinus <michael.albinus@gmx.de>
5462
cc63d28f
SM
5463 * net/tramp.el (tramp-perl-file-truename): New defconst.
5464 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5465 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5466 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5467 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5468
cc63d28f
SM
5469 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5470 Ignore `dired-call-process'.
293c24f9
MA
5471 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5472
54732009-10-26 Julian Scheid <julians37@gmail.com>
5474
cc63d28f 5475 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5476 (tramp-get-remote-readlink): New defun.
5477 (tramp-handle-file-truename): Use it.
5478 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5479 file exists if cache value present.
48c2d18a 5480 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5481 (tramp-handle-file-readable-p): Use it.
5482 (tramp-handle-file-writable-p): Likewise.
5483 (tramp-handle-file-executable-p): Likewise.
5484 (tramp-handle-file-name-all-completions): Try using Perl to get
5485 partial completions. When perl not available, combine `cd' and
5486 `ls' into single remote operation and use shell expansion to get
5487 partial remote directory contents. Set `file-exists-p' cache for
5488 directory and any files returned by ls. Change cache handling to
5489 support partial directory contents. Use error message emitted by
5490 remote `cd' or Perl code for local tramp-error.
5491 (tramp-do-copy-or-rename-file-directly): Avoid separate
5492 tramp-send-command-and-check call.
cc63d28f
SM
5493 (tramp-handle-process-file): Merge three remote ops into one.
5494 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5495 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5496 file-attributes shows uid/gid to be set already.
5497
a7610c52
DN
54982009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5499
5500 * textmodes/tex-mode.el (tex-dvi-view-command)
5501 (tex-show-queue-command, tex-open-quote):
5502 * progmodes/ruby-mode.el (auto-mode-alist)
5503 (interpreter-mode-alist): Purecopy strings.
5504
5505 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5506
5507 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5508 string for the hook, keymap and abbrev table.
5509
5510 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5511
5512 * x-dnd.el (x-dnd-xdnd-to-action):
5513 * startup.el (fancy-startup-text, fancy-about-text): Change to
5514 defconst from defvar.
5515
5516 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5517
5518 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5519 Purecopy initialization strings.
5520
5521 * mail/sendmail.el (mail-header-separator)
5522 (mail-personal-alias-file):
5523 * mail/rmail.el (rmail-default-dont-reply-to-names)
5524 (rmail-ignored-headers, rmail-retry-ignored-headers)
5525 (rmail-highlighted-headers, rmail-secondary-file-directory)
5526 (rmail-secondary-file-regexp):
5527 * files.el (null-device, file-name-invalid-regexp)
5528 (locate-dominating-stop-dir-regexp)
cc63d28f 5529 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5530 (interpreter-mode-alist): Use mapcar instead of mapc.
5531
5532 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5533
5534 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5535 (completion-ignored-extensions):
5536 (debug-ignored-errors): Purecopy strings.
5537
4fcc3d32
SM
55382009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5539
0667de21
SM
5540 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5541 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5542 (pcomplete--here): Use push.
5543
4fcc3d32
SM
5544 * subr.el (all-completions): Declare the 4th arg obsolete.
5545
955ef430
SM
55462009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5547
2d085307
SM
5548 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5549 (pcomplete-unquote-argument): New function.
5550 (pcomplete--common-suffix): Always pay attention to case.
5551 (pcomplete--table-subvert): Quote and unquote the text.
5552 (pcomplete--common-quoted-suffix): New function.
5553 (pcomplete-std-complete): Use it and pcomplete-begin.
5554
955ef430
SM
5555 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5556 we're inside a dedicated or minibuffer window.
5557
4fcc3d32
SM
55582009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * cedet/semantic/fw.el (semantic-alias-obsolete)
5561 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5562 (define-mode-overload-implementation):
5563 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5564 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5565 * cedet/semantic/util.el (semantic-file-token-stream)
5566 (semantic-something-to-stream):
5567 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5568 (semantic-expand-nonterminal):
5569 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5570 (semantic-find-dependency, semantic-find-nonterminal)
5571 (semantic-find-dependency):
5572 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5573 (semantic-flex-text, semantic-flex-make-keyword-table)
5574 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5575 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5576 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5577 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5578 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5579 (semantic-after-idle-scheduler-reparse-hooks):
5580 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5581 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5582 * cedet/semantic.el (semantic-toplevel-bovine-table)
5583 (semantic-toplevel-bovine-cache)
5584 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5585 (semantic-init-mode-hooks, semantic-init-db-hooks)
5586 (semantic-bovination-working-type): Provide the `when' arg.
5587
7c85c02b
KF
55882009-10-24 Karl Fogel <kfogel@red-bean.com>
5589
5590 * bookmark.el: Update documentation, especially documentation
5591 of `bookmark-alist' and of the bookmark file format.
5592 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5593
3e8ae8a6
CY
55942009-10-24 Chong Yidong <cyd@stupidchicken.com>
5595
3e425845
CY
5596 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5597 keybindings apply to the mail buffer (Bug#4003). Shrink help
5598 window to buffer.
5599
cdd47d48
CY
5600 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5601 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
5602 (whitespace-toggle-options, global-whitespace-toggle-options):
5603 Doc fix (Bug#3660).
cdd47d48 5604
ba07c9ad
CY
5605 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5606 of xmltok-start before the end tag was inserted (Bug#2840).
5607
3e8ae8a6
CY
5608 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5609 patterns that are preceded by an open-paren (Bug#1320).
5610
ab276820
CY
56112009-10-24 Sven Joachim <svenjoac@gmx.de>
5612
5613 * files.el (delete-directory): Delete symlinks to directories with
5614 delete-file (Bug#4739).
5615
86f1602f
CY
56162009-10-24 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5619 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5620 argument to make-obsolete.
5621
5622 * cedet/semantic/fw.el (semantic-alias-obsolete)
5623 (semantic-varalias-obsolete): Add optional WHEN argument.
5624
905a9ed3
DN
56252009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5626
a9a2a6db
DN
5627 * vc.el (vc-backend-for-registration): Rename from
5628 vc-get-backend-for-registration. Update callers.
5629
cc63d28f
SM
5630 * international/mule-cmds.el (set-language-info-alist):
5631 Purecopy lang-env.
905a9ed3
DN
5632 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5633 (charset): Purecopy the name.
5634 (define-char-code-property): Purecopy string arguments.
5635
5636 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5637 Purecopy string arguments.
5638
5639 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5640 * ediff-hook.el (menu-bar-ediff-menu):
5641 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5642 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5643
d270305a
GM
56442009-10-24 Glenn Morris <rgm@gnu.org>
5645
6c74d523 5646 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5647 * term.el (term-dynamic-list-completions): Use choose-completion rather
5648 than obsolete alias mouse-choose-completion.
5649
ae732337
GM
5650 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5651 file-cache-choose-completion.
5652 (file-cache-choose-completion): Handle an optional event argument.
5653 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5654
cc63d28f
SM
5655 * progmodes/octave-mod.el (octave-complete-symbol):
5656 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 5657
9847dc91
GM
5658 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5659 use.
5660
e8f2a5d5
GM
5661 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5662 compiler.
5663
d270305a
GM
5664 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5665
c6432f1e
SM
56662009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5669 Ignore `pred' now that we receive one.
5670 Handle test-completion specially.
5671
6ab196f9
DN
56722009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 5675 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
5676 REGISTER ...
5677 (vc-get-backend-for-registration): ... here. New function.
5678 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5679 of vc-responsible-backend, pass the file name instead of the
5680 directory name.
5681
48feed59
SM
56822009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5685 New funs.
5686 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5687 (pcomplete-comint-setup): Don't modify a global var via
5688 accidental side-effects.
5689 (pcomplete-shell-setup): Adjust call accordingly.
5690 (pcomplete-parse-comint-arguments): Use push.
5691
00006066
CY
56922009-10-23 Chong Yidong <cyd@stupidchicken.com>
5693
36bfa3af
CY
5694 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5695 Allow uncapitalized info node names (Bug#3921).
5696
00006066
CY
5697 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5698 to the DEBUG file (Bug#3781).
5699
aa311d6e
CY
57002009-10-23 Jari Aalto <jari.aalto@cante.net>
5701
5702 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5703 dictionary entry (Bug#4579).
5704
b88f2d0a
MA
57052009-10-23 Michael Albinus <michael.albinus@gmx.de>
5706
5707 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5708 from `rfn-eshadow-update-overlay-hook' when unloading.
5709 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5710 "rsyncc". Adjust doc string.
48c2d18a 5711 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
5712 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5713 Keep temporary file when indicated by method ("rsync" and
5714 "rsyncc").
5715 (tramp-handle-write-region): Handle APPEND.
5716 (tramp-delete-temp-file-function): New defun. Added to
5717 `kill-buffer-hook'.
5718
1becddbb
JB
57192009-10-23 Juanma Barranquero <lekktu@gmail.com>
5720
5721 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5722
8f43cbf3
DN
57232009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5724
5725 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5726 (color-name-rgb-alist, tty-standard-colors)
5727 (tty-color-mode-alist): Change to defconst.
5728
5729 * simple.el (mark-inactive): Purecopy message.
5730
5731 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5732 (global-map, yank-menu):
5733 * textmodes/ispell.el (ispell-menu-map):
5734 * net/eudc.el (eudc-tools-menu):
5735 * international/mule-cmds.el (describe-language-environment-map)
5736 (setup-language-environment-map, set-coding-system-map)
5737 (mule-menu-keymap):
5738 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5739 * replace.el (occur-mode-map):
5740 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5741
1d228a31
JB
57422009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5743
5744 * calc/calc.el (math-read-number, math-read-number-simple): Use
5745 `save-match-data'.
5746
3b067af1
SM
57472009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5748
28a90c44
SM
5749 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5750 rather than fiddling with global-map bindings, since it should only
5751 affect per-terminal settings.
5752 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5753
a452eee8
SM
5754 * minibuffer.el (completion-table-with-terminator): Allow to specify
5755 the terminator-regexp.
5756
ab14d7d5
SM
5757 * simple.el (switch-to-completions): Look for *Completions* in other
5758 frames as well.
5759
3b067af1
SM
5760 * pcomplete.el: Allow the use of completion-tables.
5761 (pcomplete-std-complete): New command.
5762 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5763 (pcomplete--here): Use a function for `form' rather than an expression,
5764 so it can be byte-compiled.
5765 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5766 Add edebug declaration.
5767 (pcomplete-show-completions): Remove unused var `curbuf'.
5768 (pcomplete-do-complete, pcomplete-stub):
1becddbb 5769 Don't assume `completions' is a list of strings any more.
3b067af1 5770
5480359e
JB
57712009-10-22 Juanma Barranquero <lekktu@gmail.com>
5772
5773 * find-dired.el (find-name-arg): Fix typo in docstring.
5774
3170b794
SM
57752009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5776
48c23a25
SM
5777 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5778 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5779
56b14058
SM
5780 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5781 pcomplete-entries.
5782
3170b794
SM
5783 * comint.el (comint-read-input-ring, comint-write-input-ring)
5784 (comint-substitute-in-file-name)
5785 (comint-dynamic-complete-as-filename)
5786 (comint-dynamic-simple-complete)
5787 (comint-dynamic-list-filename-completions)
5788 (comint-dynamic-list-completions)
5789 (comint-redirect-results-list-from-process): Minor simplifications.
5790
2affef34
KR
57912009-10-21 Kevin Ryde <user42@zip.com.au>
5792
3170b794
SM
5793 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5794 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 5795 the first form. And insert a blank line after ";;; Code" since
d8194864 5796 that's usual style. (Bug#4612)
2affef34 5797
e7b94bbb
KR
5798 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5799
528c56e2
SM
58002009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * minibuffer.el (completion-table-with-terminator): Properly implement
5803 boundaries, in case `terminator' appears in the suffix.
5804 (completion--embedded-envvar-table): Don't return boundaries if
5805 there's no valid completion. Simplify.
5806 (completion-file-name-table): New completion table extracted from
5807 completion--file-name-table.
5808 (completion--file-name-table): Use it.
5809 (read-file-name-predicate): Declare obsolete.
5810 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5811 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5812 completion-file-name-table, and use the `pred' argument.
5813 * files.el (locate-file-completion-table): Use the `pred' arg rather
5814 than read-file-name-predicate.
5815 (abbreviate-file-name): Use \` rather than ^ for BOS.
5816
f9ed9b4f
DN
58172009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5818
5819 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5820 vc-responsible-backend to register, it causes problems.
5821
5f2022a3
SM
58222009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5825
8d106ea0
CY
58262009-10-21 Eric Ludlam <zappo@gnu.org>
5827
5828 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5829 (semantic-c-debug-mode-init-pch): New functions.
5830 (semantic-c-debug-mode-init-last-mode): New var.
5831 (semantic-c-parse-lexical-token): Use them.
5832
5833 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5834 When extracting the argument list, limit only by point-max.
5835
fc754ea1
MA
58362009-10-21 Michael Albinus <michael.albinus@gmx.de>
5837
5838 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5839 (tramp-smb-handle-file-attributes): Use it.
5840 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5841 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
5842 `mapcar'. Use `tramp-smb-get-stat-capability'.
5843 Add `dired-filename' text properties.
fc754ea1
MA
5844 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5845 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5846 version.
5847
79bd5ba1
SM
58482009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * subr.el (read-key-delay): Reduce to 0.01.
5851 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5852 (bug#4751).
5853
3c13704d
SM
58542009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5855
554efd10
SM
5856 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5857
c2a37b78
SM
5858 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5859 (Info-menu): Remove unused vars `last' and `completions'.
5860 (Info-index-nodes): Remove unused var `node'.
5861
3c13704d
SM
5862 * info.el (Info-complete-menu-item): Use complete-with-action.
5863
d1e4c403
DN
58642009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5865
5866 Make vc-annotate work through copies and renames.
3c13704d
SM
5867 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5868 Return the file name too.
d1e4c403
DN
5869 (vc-annotate-revision-at-line)
5870 (vc-annotate-find-revision-at-line)
5871 (vc-annotate-revision-previous-to-line)
5872 (vc-annotate-show-log-revision-at-line): Update to get the file
5873 name from vc-annotate-extract-revision-at-line.
5874 (vc-annotate-show-diff-revision-at-line-internal): Change the
5875 argument to mean whether to show a file diff or not. Get the file
5876 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5877 (vc-annotate-show-diff-revision-at-line):
5878 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5879 (vc-annotate-warp-revision): Add an optional file argument.
5880
5881 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5882 (vc-git-annotate-extract-revision-at-line): Also return the file
5883 name if found.
5884
5885 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5886 command. Remove unused code.
5887 (vc-hg-annotate-re): Update to match --follow output.
5888 (vc-hg-annotate-extract-revision-at-line): Also return the file
5889 name if found.
5890
5891 * vc.el: Update annotate-extract-revision-at-line documentation.
5892
b0b0ef98
KR
58932009-10-18 Kevin Ryde <user42@zip.com.au>
5894
5895 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5896 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5897
a9e7f03d
KR
5898 * net/browse-url.el (browse-url): Identify alist with "consp and
5899 not functionp" and let all other things go down the `apply' leg,
5900 as suggested by Stefan. (Further to bug#4531.)
5901
7346a407
CY
59022009-10-18 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * minibuffer.el (read-file-name): Check for repeat before putting
5905 a default argument in file-name-history (Bug#4657).
5906
5907 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5908 read syntax (Bug#4737).
5909
3c13704d 5910 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 5911
1da94541
CY
59122009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5913
5914 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5915 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5916 entries and make note of obsolete tags.
5917
2b93080a
SM
59182009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5921
18b5ffb5
GM
59222009-10-18 Glenn Morris <rgm@gnu.org>
5923
5924 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5925 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 5926 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
5927 now, and in any case the file header format has changed.
5928
c2e161b2
GM
59292009-10-17 Glenn Morris <rgm@gnu.org>
5930
5931 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5932 (flyspell-get-word, flyspell-large-region)
5933 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5934
a1eb44f5
CY
59352009-10-17 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * Makefile.in (ELCFILES): Add ede/shell.
5938
4418646e
DN
59392009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5940
5941 * term/common-win.el (x-colors): Purecopy it.
5942
4062011e
SM
59432009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5946 permissive for when the buffer is empty.
5947 (tar-header-block-tokenize): Decode the username and groupname.
5948 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5949
67d3ffe4
CY
59502009-10-17 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * cedet/srecode/srt.el:
5953 * cedet/srecode/compile.el:
5954 * cedet/semantic/mru-bookmark.el:
5955 * cedet/semantic/debug.el:
5956 * cedet/semantic/complete.el:
5957 * cedet/semantic/analyze.el: Require CL when compiling.
5958
59592009-10-17 Eric Ludlam <zappo@gnu.org>
5960
5961 * cedet/semantic/scope.el
5962 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5963 tmpscope so that the regular scope will continue to work.
5964
4062011e
SM
5965 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5966 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
5967
5968 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5969 contains multibyte characters, choose first applicable coding
5970 system automatically.
5971
5972 * cedet/ede/project-am.el (project-run-target): New method.
5973 (project-run-target): New method.
5974
5975 * cedet/ede.el (ede-target): Add run target menu item.
5976 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5977 (ede-run-target): New function.
5978 (ede-target::project-run-target): New method.
5979
5980 * cedet/ede/proj.el (project-run-target): New method.
5981
5982 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5983 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5984 Add :rules.
5985 (ede-proj-target-makefile-shared-object): Only libtool compilers
5986 now available. Add linkers for libtool.
5987 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5988 (ede-proj-makefile-target-name): Always use .la extension.
5989
5990 * cedet/ede/proj-prog.el (project-run-target): New method.
5991
4062011e 5992 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
5993 (ede-g++-linker): Change Change link lines.
5994
4062011e
SM
5995 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5996 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
5997 search backward from there.
5998 (ede-proj-makefile-automake-insert-subdirs)
5999 (ede-proj-makefile-automake-insert-extradist): New methods.
6000 (ede-proj-makefile-create): Use them.
6001
6002 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6003 Force FILE to expand to the current target. Use file-exists-p to
6004 check that it exists.
6005
6006 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
6007 (ede-linux-load): Wrap dir in file-name-as-directory.
6008 Set :version slot.
67d3ffe4
CY
6009
6010 * cedet/ede/files.el (ede-get-locator-object): When enabling
6011 locate, do so on "top".
6012
6013 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6014 file-name-as-directory during compare.
4062011e
SM
6015 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6016 Get version number from different places. Don't call egrep.
67d3ffe4
CY
6017 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6018 to set the directory.
6019
6020 * cedet/ede/shell.el: New file.
6021
6022 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6023 alpha/beta variants.
6024
2df48a87
SM
60252009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * international/mule-cmds.el (select-safe-coding-system): If the file
6028 has a coding cookie, use it regardless of any other setting (bug#4712).
6029
fd7dd48c
GM
60302009-10-17 Glenn Morris <rgm@gnu.org>
6031
547776f9
GM
6032 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6033 All errors should have messages.
6034
3ee0b477 6035 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
6036 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6037
2550e4b1
GM
6038 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6039 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6040 (dired-keep-marker-symlink, dired-dwim-target)
6041 (dired-copy-preserve-time): Do not autoload these defcustoms.
6042
fd7dd48c
GM
6043 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6044 messages from messing up the file coding. (Bug#4623)
6045
f3e3a990
GM
60462009-10-17 Jari Aalto <jari.aalto@cante.net>
6047
6048 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6049 if no match is found for the current dictionary. (Bug#4578)
6050
6051 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6052 optional, since that is how it is documented, and this is often called
6053 with a nil argument. (Bug#4577)
6054 (flyspell-external-point-words, flyspell-auto-correct-word)
6055 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6056 (flyspell-word-search-backward): Remove nil argument in calls to
6057 flyspell-get-word, since it is not needed now.
6058
60592009-10-17 Ulrich Mueller <ulm@gentoo.org>
6060
1becddbb 6061 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 6062
b61374ab
GM
60632009-10-16 Glenn Morris <rgm@gnu.org>
6064
6065 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6066
412707c2
SM
60672009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6068
6069 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6070 (ange-ftp-file-size): New function.
6071 (ange-ftp-file-attributes): Use it.
6072
0c6f436e
MA
60732009-10-16 Michael Albinus <michael.albinus@gmx.de>
6074
6075 * net/tramp-smb.el (tramp-smb-version): New defvar.
6076 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6077 repeated checks.
6078
850bfd04
GM
60792009-10-16 Glenn Morris <rgm@gnu.org>
6080
6081 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6082 Maybe copy some custom properties from old to new name. (Bug#4706)
6083
f3ed9aca
JB
60842009-10-16 Juanma Barranquero <lekktu@gmail.com>
6085
6086 * subr.el (error, sit-for, start-process-shell-command)
6087 (start-file-process-shell-command): Set the calling convention
6088 after the function definition.
6089
fd6c5134
SM
60902009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * subr.el (error, sit-for, start-process-shell-command)
6093 (start-file-process-shell-command): Use the new
6094 set-advertised-calling-convention feature.
6095
73874eb7
KH
60962009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6097
fd6c5134
SM
6098 * international/ucs-normalize.el (ucs-normalize-version):
6099 Change to 1.2.
6100 (check-range): Adjust for Unicode 5.2.
73874eb7 6101
03fb33cf
JL
61022009-10-15 Juri Linkov <juri@jurta.org>
6103
6104 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6105 to the `menu-item' format.
6106
4260b402
MA
61072009-10-15 Michael Albinus <michael.albinus@gmx.de>
6108
6109 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6110 if the environment variable does not exist.
6111
6112 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6113 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6114 parameter.
6115 (tramp-smb-handle-add-name-to-file)
6116 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6117 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6118 (tramp-smb-handle-file-attributes)
6119 (tramp-smb-do-file-attributes-with-stat)
6120 (tramp-smb-handle-file-local-copy)
6121 (tramp-smb-handle-insert-directory)
6122 (tramp-smb-handle-make-directory)
6123 (tramp-smb-handle-make-directory-internal)
6124 (tramp-smb-handle-make-symbolic-link)
6125 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6126 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6127 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6128 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6129 Handle long file names.
6130 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6131 process is running.
6132 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6133 Read share names with "-g" option.
6134
d7a0fd6f
GM
61352009-10-15 Ryan Yeske <rcyeske@gmail.com>
6136
6137 * net/rcirc.el (rcirc-view-log-file): New command.
6138 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6139 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6140 specified.
6141
0b44494a
GM
61422009-10-15 Glenn Morris <rgm@gnu.org>
6143
af9fb32f
GM
6144 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6145 from the second command-line argument.
6146 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6147 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6148 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6149 w32-batch-update-autoloads.
6150 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6151 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6152
0b44494a
GM
6153 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6154 the headers cannot be located. Simplify, subtracting superflous
6155 save-excursions.
6156
d5e63715
SM
61572009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 Replace completion-base-size by completion-base-position to fix bugs
6160 such as (bug#4699).
6161 * simple.el (completion-base-position): New var.
6162 (completion-base-size): Mark as obsolete.
6163 (choose-completion): Make it work for mouse events as well.
6164 Pass the new base-position to choose-completion-string.
6165 (choose-completion-guess-base-position): New function, extracted from
6166 choose-completion-delete-max-match.
6167 (choose-completion-delete-max-match): Use it. Make obsolete.
6168 (choose-completion-string): Use the new base-position info.
6169 (completion-root-regexp): Delete.
6170 (completion-setup-function): Preserve completion-base-position.
6171 Eliminate obsolete base-size manipulation.
6172 * minibuffer.el (display-completion-list): Don't mess with base-size.
6173 (minibuffer-completion-help): Set completion-base-position instead.
6174 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6175 choose-completion.
6176 * textmodes/bibtex.el (bibtex-complete):
6177 * emacs-lisp/crm.el (crm--choose-completion-string):
6178 Adjust to new calling convention.
6179 * complete.el (partial-completion-mode): Use minibufferp to avoid
6180 bumping into incompatible change to choose-completion-string-functions.
6181 * ido.el (ido-choose-completion-string): Make its calling convention
6182 more permissive.
6183 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6184 base-size manipulation.
6185 (comint-dynamic-list-input-ring): Use dotimes and push.
6186 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6187 fundamental-mode. Use `or'.
6188
92f8bfc7
JL
61892009-10-14 Juri Linkov <juri@jurta.org>
6190
6191 * misearch.el (multi-isearch-next-buffer-from-list)
6192 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6193
e78e280d
SM
61942009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6195
384ca163
SM
6196 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6197 `bytecomp.el'.
6198
681e0e7c
SM
6199 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6200 string we return is all made up of text from the completions rather
6201 than part from the completions and part from the input (bug#4219).
6202
e78e280d
SM
6203 * ido.el (ido-everywhere): Use define-minor-mode.
6204
6205 * buff-menu.el (list-buffers, ctl-x-map):
6206 Mark the entry points with ;;;###autoload cookies.
6207
b4e813ca
DN
62082009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6209
52964e54
DN
6210 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6211 correctly in the detached head case.
6212 (vc-git-print-log): Remove unused binding.
6213
b4e813ca
DN
6214 * vc.el (vc-responsible-backend): When a directory is passed for
6215 for registration create a VC repository if no backend is
6216 responsible for the directory argument.
6217 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
6218
6219 * vc.el: Move comments about RCS and SCCS ...
6220 * vc-rcs.el:
6221 * vc-sccs.el: ... here, respectively.
6222
40ba9882
SM
62232009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * minibuffer.el (completion--file-name-table): Return nil if there's
6226 no file completion, even if substitute-in-file-name changed
6227 the string (bug#4708).
6228
04e0f59b
JL
62292009-10-13 Juri Linkov <juri@jurta.org>
6230
6231 * files-x.el (read-file-local-variable-value): Don't filter out
6232 minor modes from mode name completion (bug#4664).
6233
314c8e25
JB
62342009-10-13 Juanma Barranquero <lekktu@gmail.com>
6235
6236 * international/mule-cmds.el (ucs-names): Remove exclusion of
6237 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6238
5c9b7d36
KH
62392009-10-13 Kenichi Handa <handa@m17n.org>
6240
6241 * international/uni-name.el: Regenerated.
6242
1e7a80f2
JB
62432009-10-13 Juanma Barranquero <lekktu@gmail.com>
6244
6245 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6246 should be automatically buffer-local, but isn't.)
6247
cd29f88b
SS
62482009-10-12 Sam Steingold <sds@gnu.org>
6249
6250 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6251 timestamps if the buffer has been visited before.
0cd16af4
SS
6252 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6253 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6254
37493a98
GM
62552009-10-12 Glenn Morris <rgm@gnu.org>
6256
6257 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6258 Let-bind `size'.
6259
3b56b1e6
JB
62602009-10-12 Juanma Barranquero <lekktu@gmail.com>
6261
7422a4bb
JB
6262 * proced.el (proced-unload-function): New function.
6263
fa72d075
JB
6264 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6265 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6266 Doc fix.
6267
3b56b1e6
JB
6268 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6269
4d9b4323
JL
62702009-10-11 Juri Linkov <juri@jurta.org>
6271
6272 * files-x.el (read-file-local-variable-value):
6273 Provide default value only for bound variables (bug#4664).
6274
f6f7e059
MA
62752009-10-11 Michael Albinus <michael.albinus@gmx.de>
6276
6277 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6278 connection methods like smb.
6279
6280 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6281 can be empty.
6282
6283 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6284 (tramp-smb-file-name-handler-alist): Add handlers for
6285 `add-name-to-file', `make-symbolic-link'.
6286 (tramp-smb-handle-add-name-to-file)
2992485f 6287 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6288 (tramp-smb-handle-make-symbolic-link)
6289 (tramp-smb-get-cifs-capabilities): New defuns.
6290 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6291 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6292 (tramp-smb-handle-file-local-copy)
6293 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6294 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6295 The file name syntax depends on cifs capabilities.
6296 (tramp-smb-handle-file-attributes):
6297 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6298 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6299 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6300
67868d26
CY
63012009-10-11 Chong Yidong <cyd@stupidchicken.com>
6302
6303 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6304 (eieio-defclass): Apply deftype handler and setf-method properties
6305 directly.
6306 (eieio-add-new-slot): Avoid union function from cl library.
6307 (eieio--typep): New function.
6308 (eieio-perform-slot-validation): Use it.
6309
6d6a5b7e
KF
63102009-10-10 Karl Fogel <kfogel@red-bean.com>
6311
3b56b1e6 6312 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6313 Update documentation to refer to the variables documented in r1.135.
6314 (Bug#4188)
6315
67b70de9
KF
63162009-10-10 Karl Fogel <kfogel@red-bean.com>
6317
6318 * bookmark.el (Info-suffix-list): Remove this unused variable.
6319 (bookmark-current-point): Remove this obsolete variable.
6320 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6321 Adjust for removal of bookmark-current-point.
6322
6323 (bookmarks-already-loaded, bookmark-current-buffer)
6324 (bookmark-yank-point): Document. (Bug#4188)
6325
58ae51ae
GM
63262009-10-10 Glenn Morris <rgm@gnu.org>
6327
4619ff5e
GM
6328 * frame.el (frame-height): Doc fix.
6329
58ae51ae
GM
6330 * calendar/calendar.el (calendar-split-width-threshold): New option.
6331 (calendar-basic-setup): Use calendar-split-width-threshold.
6332
3b56b1e6 63332009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 6334
3b56b1e6
JB
6335 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6336 Use .la for Automake.
d751f122 6337
fa63f49c
CY
63382009-10-09 Chong Yidong <cyd@stupidchicken.com>
6339
3b56b1e6
JB
6340 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6341 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 6342
d364386c
JB
63432009-10-09 Juanma Barranquero <lekktu@gmail.com>
6344
6345 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6346 Ideographic Supplement" range (U+1F200..U+1F2FF).
6347
33e97a28
KF
63482009-10-09 Karl Fogel <kfogel@red-bean.com>
6349
02d0f051 6350 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6351 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6352
63532009-10-09 Karl Fogel <kfogel@red-bean.com>
6354
d364386c 6355 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6356 (bookmark-bmenu-execute-deletions): Don't save here, as
6357 bookmark-delete will now do so if necessary.
d364386c 6358 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6359 (Bug#4348)
6360
9656d87b
GM
63612009-10-09 Glenn Morris <rgm@gnu.org>
6362
6363 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6364
e6227f06
KF
63652009-10-09 Karl Fogel <kfogel@red-bean.com>
6366
6367 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6368 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6369 argument now, so the two function's behaviors will match. (Bug#3645)
6370
35c7e413
CY
63712009-10-08 Chong Yidong <cyd@stupidchicken.com>
6372
4f54db4b
CY
6373 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6374 Fix filename test.
35c7e413
CY
6375 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6376 to expand file names.
6377
288f783b
MA
63782009-10-08 Michael Albinus <michael.albinus@gmx.de>
6379
6380 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6381 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6382 Apply `save-match-data'.
288f783b
MA
6383
6384 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6385 case both directories are remote.
6386 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6387 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6388
c2a81032
CY
63892009-10-08 Chong Yidong <cyd@stupidchicken.com>
6390
a6b98754
CY
6391 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6392 (ede-proj-target-makefile-objectcode): Use it.
6393
c2a81032 6394 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
6395 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6396 Return search result. This error was introduced while merging.
c2a81032 6397
872a1ea4
JB
63982009-10-07 Juanma Barranquero <lekktu@gmail.com>
6399
6400 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6401
ab2baced
GM
64022009-10-07 Glenn Morris <rgm@gnu.org>
6403
e78e280d
SM
6404 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6405 of concat.
ab2baced 6406
5c4634c1
SM
64072009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6408
6409 * files-x.el (read-file-local-variable): Include some
6410 non-user-variables in the completion table (bug#4664).
6411
c2dc9732
MA
64122009-10-07 Michael Albinus <michael.albinus@gmx.de>
6413
6414 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6415 message.
6416
6417 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6418 (tramp-smb-file-name-handler-alist): Add handler for
6419 `copy-directory', `expand-file-name', `set-file-modes'.
6420 (tramp-smb-handle-copy-directory)
6421 (tramp-smb-handle-expand-file-name)
6422 (tramp-smb-handle-set-file-modes): New defuns.
6423 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6424 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6425 entry.
6426 (tramp-smb-handle-insert-directory): Don't flush the cache.
6427 (tramp-smb-maybe-open-connection): Check for samba client and
6428 server versions.
6429
11be40a6
EZ
64302009-10-07 Eli Zaretskii <eliz@gnu.org>
6431
6432 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6433 to not error out of search for "^lisp=" fails.
6434
8c4afe20
JB
64352009-10-07 Juanma Barranquero <lekktu@gmail.com>
6436
6437 * makefile.w32-in (WINS_UPDATES): New macro.
6438 (custom-deps, finder-data, autoloads): Use it.
6439
429a1506
GM
64402009-10-07 Glenn Morris <rgm@gnu.org>
6441
ee2e93e2
GM
6442 * Makefile.in (autoloads): Revert previous change.
6443 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6444 the list of preloaded files passed on the command-line, get
6445 it from src/Makefile.
6446
429a1506
GM
6447 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6448 show the original buffer rather than a random one.
6449
a51203ee 64502009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6451
6452 * help.el (describe-no-warranty): Place point in a slightly better
6453 position in the GPLv3 text.
6454
f58f7520
SS
64552009-10-06 Sam Steingold <sds@gnu.org>
6456
6457 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6458 the comm attribute is present before calling regexp-quote.
6459
bde79dc0
JB
64602009-10-06 Juanma Barranquero <lekktu@gmail.com>
6461
6462 * play/animate.el (animate-string): For good effect, make sure
6463 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6464
6465 * play/animate.el (animate-sequence, animate-birthday-present):
6466 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6467
25ab0302
GM
64682009-10-06 Glenn Morris <rgm@gnu.org>
6469
73fe714a
GM
6470 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6471
3405d98c
GM
6472 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6473 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6474 (batch-update-autoloads): Process a string value of autoload-excludes,
6475 set during the build process.
6476 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6477
9fb2cdc5
GM
6478 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6479 inside with-parsed... macro so that `v' is defined.
6480
7938ab41
GM
6481 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6482 * progmodes/fortran.el (fortran-end-of-block)
6483 (fortran-beginning-of-block):
6484 Also push mark in the macro case.
6485
eaf9b564
GM
6486 * emerge.el (emerge-show-file-name):
6487 * calc/calc.el (calc-quit):
6488 * calc/calc-misc.el (calc-big-or-small):
6489 * calc/calc-graph.el (calc-graph-view):
6490 * calc/calc-ext.el (calc-reset):
6491 * calendar/calendar.el (calendar-basic-setup):
6492 Use window-full-height-p.
6493
25ab0302
GM
6494 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6495 header we don't understand, don't insert another. (Bug#4624)
6496 If changing mime charset, insert the new one in the right place.
6497
00169eb6
GM
64982009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6499
6500 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6501 (cal-tex-cursor-month): Correctly increment the end date for diary and
6502 holiday listing. (Bug#4626)
6503
82882188
SM
65042009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6505
40ba9882 6506 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6507 a symbol.
6508
a8f316ca
JB
65092009-10-05 Juanma Barranquero <lekktu@gmail.com>
6510
6511 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6512 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6513 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6514 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6515
6516 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6517 (eieio-default-superclass): Reflow docstrings.
6518 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6519 (eieio-unbind-method-implementations, defmethod)
6520 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6521 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6522 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6523 (eieio-slot-originating-class-p, eieio-slot-name-index)
6524 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6525 (constructor, initialize-instance, no-next-method, object-print)
6526 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6527 Fix typos in docstrings.
6528 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6529 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6530 (next-method-p): Doc fixes.
6531 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6532 Fix typos in error messages.
6533 (eieio-defmethod): Fix typo in description of generic method.
6534
6535 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6536 (eieio-persistent-save-interactive, slot-missing):
6537 Fix typos in docstrings.
6538 (eieio-instance-inheritor-slot-boundp): Doc fix.
6539
6540 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6541 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6542
6543 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6544 (eieio-custom-object-apply-reset):
6545 Fix typos in docstrings and error messages.
6546
6547 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6548 Fix typo in docstring.
6549
6550 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6551 (eieio-browse-tree): Doc fix.
6552 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6553 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6554 Fix typos in docstrings.
6555
6556 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6557 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6558 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6559 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6560 Reflow docstrings.
6561
c66b7ac0
DN
65622009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6563
4a827e0a 6564 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
6565 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6566 Set log-view-vc-backend so that diff can work.
4a827e0a 6567
c66b7ac0
DN
6568 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6569 vc-version-diff.
6570 (vc-diff-internal): Autoload this instead of vc-version-diff.
6571
1902a98c
EZ
65722009-10-05 Eli Zaretskii <eliz@gnu.org>
6573
a7a8618b
EZ
6574 * simple.el (eval-expression): Doc fix.
6575
1902a98c
EZ
6576 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6577
0e1f2ee6
MA
65782009-10-05 Michael Albinus <michael.albinus@gmx.de>
6579
6580 * files.el (directory-files-no-dot-files-regexp): New defconst.
6581 (delete-directory): Use it.
6582 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6583
263c02ef 6584 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
6585 (tramp-methods): Add recursive option to `tramp-copy-args'.
6586 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 6587 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 6588 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
6589 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6590 Add handler for `copy-directory'.
6591 (tramp-handle-copy-directory): New defun.
6592 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
6593 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6594 Optimize sent command.
263c02ef 6595
72aa7df4
SM
65962009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6597
4a34f065
SM
6598 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6599 window if necessary.
6600
72aa7df4
SM
6601 * calendar/calendar.el (calendar-basic-setup): Don't call
6602 switch-to-buffer in a dedicated window.
6603
5feb1ba7
KF
66042009-10-05 Karl Fogel <kfogel@red-bean.com>
6605
6606 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 6607 don't do anything related to relocating, just return nil.
5feb1ba7
KF
6608 (bookmark-error-no-filename): New error.
6609 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
6610 bookmark has no file. Don't even attempt to handle things that
6611 are not files; the whole point of custom handlers is to keep that
6612 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
6613 (bookmark-file-or-variation-thereof): Remove now-unused function.
6614 (bookmark-location): Doc string fix.
6615 (Bug#4250)
6616
1bd49952
KF
66172009-10-04 Karl Fogel <kfogel@red-bean.com>
6618
6619 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6620 don't use a file dialog, because they usually don't know how to read
6621 a directory target from the user. (Bug#4230)
6622 Also, make sure the prompt can display directories as well as files.
6623
825382c0
KF
66242009-10-04 Karl Fogel <kfogel@red-bean.com>
6625
6626 * bookmark.el (bookmark-set, bookmark-buffer-name):
6627 Improve doc strings. (Bug#1193)
6628
13901bcb
KF
66292009-10-04 Karl Fogel <kfogel@red-bean.com>
6630
4a34f065
SM
6631 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6632 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6633 (bookmark-get-annotation, bookmark-set-annotation)
6634 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6635 (bookmark-set-position, bookmark-get-front-context-string)
6636 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6637 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6638 (bookmark-jump-other-window, bookmark-handle-bookmark)
6639 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6640 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6641 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
6642 Improve doc strings to say whether bookmark can be a string or
6643 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
6644 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6645 (bookmark-default-annotation-text, bookmark-yank-word)
6646 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6647 (bookmark-import-new-list, bookmark-maybe-rename)
6648 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6649 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 6650 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 6651 add a FIXME comment about how the function may be pointless.
13901bcb 6652 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
6653 parameter name, to clarify that this takes a bookmark record
6654 not a bookmark name.
13901bcb 6655 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 6656 and improve the doc string a bit.
13901bcb
KF
6657 (Bug#4188)
6658
5c1b3e94
KF
66592009-10-04 Karl Fogel <kfogel@red-bean.com>
6660
6661 * bookmark.el (bookmark-alist): Document the new `handler' element
6662 in the param alist.
6663 (bookmark-make-record-function): Adjust documentation for above.
6664 (Bug#4193)
6665
8559076d
KF
66662009-10-04 Karl Fogel <kfogel@red-bean.com>
6667
6668 * info.el (Info-bookmark-make-record): Document this function.
6669 (Info-bookmark-jump): Document with a doc string, not just a comment.
6670 (Bug#4203)
6671
82481502
CY
66722009-10-04 Chong Yidong <cyd@stupidchicken.com>
6673
4a34f065 6674 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
6675 (semantic-new-buffer-fcn): Call parser setup functions here.
6676 (semantic-mode): Don't call parser setup functions here, it's done
6677 in semantic-new-buffer-fcn now.
d436f538 6678 (semantic-mode): Parse all existing buffers when enabled.
82481502 6679
4a34f065
SM
6680 * cedet/srecode/compile.el (srecode-compile-file):
6681 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 6682
2e7eba60
CY
66832009-10-04 Chong Yidong <cyd@stupidchicken.com>
6684
d91485a9
CY
6685 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6686
6687 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6688 (proj-comp-insert-variable-once): New macro, renamed from
6689 ede-pmake-insert-variable-once in ede/pmake.edl.
6690 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 6691
b4583b8c
MA
66922009-10-04 Michael Albinus <michael.albinus@gmx.de>
6693
6694 * files.el (copy-directory): New defun.
6695
6696 * dired-aux.el (dired-copy-file-recursive): Use it.
6697
04075952
JB
66982009-10-04 Juanma Barranquero <lekktu@gmail.com>
6699
6700 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6701 (makefile-end-of-command):
6702 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6703 (semantic-end-of-context): Fix previous change. Doc fixes.
6704
131ae8f2
JB
67052009-10-04 Juanma Barranquero <lekktu@gmail.com>
6706
a30e71ae
JB
6707 * files-x.el (modify-dir-local-variable)
6708 (copy-dir-locals-to-file-locals-prop-line):
6709 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6710 (makefile-end-of-command):
6711 * cedet/semantic/lex.el (semantic-lex-token):
6712 * cedet/semantic/analyze/fcn.el
6713 (semantic-analyze-dereference-metatype-1):
6714 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6715 (semantic-lex-cpp-undef):
6716 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6717 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6718 (semantic-end-of-context): Fix typos in docstrings.
6719
131ae8f2
JB
6720 * recentf.el (recentf-unload-function): New function.
6721
0fd9cb9c
CY
67222009-10-04 Chong Yidong <cyd@stupidchicken.com>
6723
a30e71ae 6724 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
6725 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6726 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 6727 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 6728
ccafbf06
GM
67292009-10-04 Glenn Morris <rgm@gnu.org>
6730
6731 * window.el (window-full-height-p): Add doc string.
6732
02c6f098
GM
67332009-10-04 Martin Rudalics <rudalics@gmx.at>
6734
6735 * window.el (window-full-height-p): New function. (Bug#4543)
6736
e6e267fc
CY
67372009-10-03 Chong Yidong <cyd@stupidchicken.com>
6738
a70bfe61
CY
6739 * cedet/srecode/insert.el: Require srecode/args.
6740
6741 * cedet/srecode/args.el: Require srecode/dictionary instead of
6742 srecode/insert.
6743
e6e267fc
CY
6744 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6745
6746 * files.el (auto-mode-alist): Add .srt and Project.ede.
6747
4a34f065
SM
6748 * cedet/semantic.el (semantic-mode):
6749 Handle srecode-template-mode-hook as well.
0b8cafba 6750 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
6751
6752 * cedet/srecode/template.el: Remove hook variable.
6753
6754 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6755
6756 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6757 projects exist.
8b440f71
CY
6758 (ede-project-placeholder-cache-file): Default to a file in
6759 user-emacs-directory.
e6e267fc
CY
6760
6761 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6762 templates in data-directory.
4a34f065 6763 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
6764
6765 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6766 directory.
6767
67682009-09-30 Eric Ludlam <zappo@gnu.org>
6769
131ae8f2
JB
6770 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6771 Doc fix.
e6e267fc
CY
6772
6773 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6774 Only insert each variable once.
6775
6776 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6777 (ede-pmake-insert-variable-shared): Use it.
6778
6779 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6780 for lexical table iff table is nil.
6781
ed6b0195
DN
67822009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6783
6784 * vc.el: Remove commented out code.
6785 (vc-derived-from-dir-mode): Remove, unused.
6786 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6787
1b8d1cc7
MA
67882009-10-03 Michael Albinus <michael.albinus@gmx.de>
6789
4a34f065
SM
6790 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6791 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
6792 there could be recursive loading when `default-directory' is a
6793 remote file name. (Bug#4614)
6794
ac3c593c
GM
67952009-10-03 Glenn Morris <rgm@gnu.org>
6796
686ea556
GM
6797 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6798 the frame is wide.
6799 (calendar-generate-window): Test for shrinkability rather than width.
6800
619392fc
GM
6801 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6802 declaration, currently false.
6803
ac3c593c
GM
6804 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6805 reusing existing buffers, in case we happen to visit two files with the
6806 same basename. (Bug#4593)
6807
573709fd
EZ
68082009-10-02 Eli Zaretskii <eliz@gnu.org>
6809
4a34f065 6810 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
6811 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6812 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6813 subdirs of cedet as well.
8f885d01 6814 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 6815
8d6c1239
SM
68162009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6819 Obey advertised-signature-table.
6820
6821 * help-fns.el (help-function-arglist): Don't check
6822 advertised-signature-table.
6823 (describe-function-1): Do it here instead so it also applies to subrs.
6824
c4861de0
MA
68252009-10-02 Michael Albinus <michael.albinus@gmx.de>
6826
6827 * simple.el (start-file-process): Say in the doc-string, that file
6828 handlers might not support pty association, if PROGRAM is nil.
6829
6830 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6831 HOST and USER are strings. They are nil, when there are
6832 incomplete entries in ~/.netrc, for example.
6833 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6834 root directory ("device busy" error otherwise).
6835
8d6c1239
SM
6836 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6837 Flush file properties of created directory.
c4861de0 6838
d2bda74f
EZ
68392009-10-02 Eli Zaretskii <eliz@gnu.org>
6840
6841 * makefile.w32-in (WINS_BASIC): Remove cedet.
6842 (WINS_CEDET): Add cedet.
6843 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6844
895d1904
GM
68452009-10-02 Kevin Ryde <user42@zip.com.au>
6846
6847 * net/browse-url.el (browse-url): Pass any symbol in
6848 browse-url-browser-function to `apply', since if you've mistakenly put
6849 an unbound symbol then the error is clearer. (Bug#4531)
6850
32226619
JB
68512009-10-02 Juanma Barranquero <lekktu@gmail.com>
6852
6853 * allout.el (allout-init, allout-back-to-current-heading)
6854 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6855 (allout-ascend, allout-up-current-level, allout-end-of-level)
6856 (allout-previous-visible-heading, allout-forward-current-level)
6857 (allout-backward-current-level, allout-show-children):
6858 * apropos.el (apropos-describe-plist):
6859 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6860 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6861 * completion.el (add-completion, add-permanent-completion):
6862 * descr-text.el (describe-text-category, describe-char):
6863 * desktop.el (desktop-lazy-abort):
6864 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6865 * dired.el (dired-build-subdir-alist):
6866 * ediff.el (ediff-version):
6867 * elide-head.el (elide-head, elide-head-show):
6868 * emerge.el (emerge-version):
6869 * env.el (getenv):
6870 * face-remap.el (variable-pitch-mode):
6871 * faces.el (describe-face):
6872 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6873 (dired-at-point):
6874 * files.el (find-file-existing, auto-save-mode):
6875 * font-lock.el (font-lock-fontify-buffer):
6876 * help-fns.el (describe-function, describe-variable)
6877 (describe-syntax, describe-categories):
6878 * help.el (view-lossage, describe-bindings, describe-key)
6879 (describe-mode):
6880 * hexl.el (hexl-current-address):
6881 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6882 * info.el (Info-goto-emacs-key-command-node):
6883 * log-edit.el (log-edit-insert-cvs-template)
6884 (log-edit-insert-cvs-rcstemplate):
6885 * menu-bar.el (menu-bar-mode):
6886 * mouse.el (mouse-appearance-menu):
6887 * newcomment.el (comment-indent-new-line):
6888 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6889 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6890 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6891 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6892 * recentf.el (recentf-mode):
6893 * savehist.el (savehist-mode, savehist-save):
6894 * shadowfile.el (shadow-copy-files):
6895 * simple.el (kill-ring-save, next-line, previous-line)
6896 (normal-erase-is-backspace-mode):
6897 * strokes.el (strokes-update-window-configuration)
6898 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6899 (strokes-xpm-for-stroke):
6900 * time.el (emacs-uptime, emacs-init-time):
6901 * tutorial.el (tutorial--describe-nonstandard-key)
6902 (tutorial--detailed-help):
6903 * type-break.el (type-break-mode)
6904 (type-break-mode-line-message-mode, type-break-query-mode)
6905 (type-break-guesstimate-keystroke-threshold):
6906 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6907 * version.el (emacs-version):
6908 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6909 * winner.el (winner-mode):
6910 * calendar/timeclock.el (timeclock-in, timeclock-out)
6911 (timeclock-status-string, timeclock-change)
6912 (timeclock-workday-remaining-string)
6913 (timeclock-workday-elapsed-string)
6914 (timeclock-when-to-leave-string):
6915 * calendar/todo-mode.el (todo-add-category):
6916 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6917 * emacs-lisp/autoload.el (update-file-autoloads):
6918 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6919 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6920 (checkdoc-message-text, checkdoc-defun):
6921 * emacs-lisp/debug.el (debugger-list-functions):
6922 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6923 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6924 (eieio-describe-generic):
6925 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6926 * emacs-lisp/shadow.el (list-load-path-shadows):
6927 * emulation/cua-base.el (cua-mode):
6928 * emulation/edt.el (edt-set-scroll-margins):
6929 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6930 (tpu-toggle-regexp, tpu-toggle-search-direction)
6931 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6932 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6933 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6934 (viper-set-parsing-style-toggling-macro)
6935 (viper-set-emacs-state-searchstyle-macros):
6936 * emulation/viper.el (viper-set-hooks):
6937 * eshell/esh-mode.el (eshell-truncate-buffer):
6938 * international/mule-cmds.el (prefer-coding-system)
6939 (describe-input-method, describe-language-environment):
6940 * international/mule-diag.el (list-character-sets)
6941 (describe-character-set, describe-coding-system)
6942 (describe-fontset, list-fontsets, list-input-methods):
6943 * mail/sendmail.el (mail-signature):
6944 * net/ange-ftp.el (ange-ftp-copy-file):
6945 * net/browse-url.el (browse-url):
6946 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6947 * net/quickurl.el (quickurl-add-url):
6948 * net/rcirc.el (names, topic):
6949 * net/xesam.el (xesam-mode):
6950 * play/5x5.el (5x5-new-game):
6951 * play/yow.el (apropos-zippy):
6952 * progmodes/ada-mode.el (ada-mode-version):
6953 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6954 (f90-end-of-block)
6955 (f90-beginning-of-block):
6956 * progmodes/fortran.el (fortran-end-of-block)
6957 (fortran-beginning-of-block):
6958 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6959 * progmodes/python.el (python-describe-symbol, python-shell):
6960 * term/ns-win.el (ns-print-buffer):
6961 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6962 * textmodes/flyspell.el (flyspell-mode-on):
6963 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6964 (pages-directory-for-addresses):
6965 * textmodes/table.el (table-recognize-cell)
6966 (table-query-dimension, table-generate-source)
6967 (table-insert-sequence, table--warn-incompatibility):
6968 * textmodes/tex-mode.el (tex-validate-buffer):
6969 * textmodes/texinfmt.el (texinfmt-version)
6970 (texinfo-format-buffer):
6971 Use `called-interactively-p' instead of `interactive-p'.
6972
12a3c28c
JB
69732009-10-02 Juanma Barranquero <lekktu@gmail.com>
6974
6975 * image-mode.el (image-toggle-display):
6976 * emacs-lisp/elp.el (elp-instrument-function):
6977 * emacs-lisp/advice.el (ad-make-advised-definition):
6978 * emacs-lisp/easy-mmode.el (define-minor-mode):
6979 * net/browse-url.el (browse-url-maybe-new-window):
6980 * progmodes/sh-script.el (sh-learn-buffer-indent):
6981 Pass new argument 'any to `called-interactively-p'.
6982
171fda8a
JB
69832009-10-01 Juanma Barranquero <lekktu@gmail.com>
6984
171fda8a
JB
6985 * international/uni-bidi.el:
6986 * international/uni-category.el:
6987 * international/uni-combining.el:
6988 * international/uni-comment.el:
6989 * international/uni-decimal.el:
9c3c9fdf 6990 * international/uni-decomposition.el:
171fda8a
JB
6991 * international/uni-digit.el:
6992 * international/uni-lowercase.el:
6993 * international/uni-mirrored.el:
6994 * international/uni-name.el:
6995 * international/uni-numeric.el:
6996 * international/uni-old-name.el:
6997 * international/uni-titlecase.el:
6998 * international/uni-uppercase.el:
6999 Regenerate from Unicode 5.2.0 data.
7000
dcb9734a
GM
70012009-10-01 Glenn Morris <rgm@gnu.org>
7002
7003 * Makefile.in (ELCFILES): Regenerate.
7004
ced10a4c
SM
70052009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7006
9d28c33e
SM
7007 * subr.el (interactive-p): Mark obsolete.
7008 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7009 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7010 advertised-signature-table for subroutines as well.
7011
ced10a4c
SM
7012 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7013 (set-advertised-calling-convention): New function.
7014 (make-obsolete, define-obsolete-function-alias)
7015 (make-obsolete-variable, define-obsolete-variable-alias):
7016 Make the optional-ness of `when' obsolete.
7017 (define-obsolete-face-alias): Make `when' non-optional.
7018 * help-fns.el (help-function-arglist):
7019 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7020 Use advertised-signature-table.
7021
cc3dda16
MA
70222009-10-01 Michael Albinus <michael.albinus@gmx.de>
7023
7024 * files.el (delete-directory): New defun. The original function
7025 in fileio.c has been renamed to `delete-directory-internal'.
7026
7027 * dired.el (dired-delete-file): Call `delete-directory' with
7028 RECURSIVE parameter.
7029
5ce6e4f4 7030 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
7031 parameter RECURSIVE. Implementation is missing.
7032
7033 * net/tramp.el (tramp-handle-make-directory): Flush upper
7034 directory's file properties.
ced10a4c 7035 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
7036 (tramp-handle-dired-recursive-delete-directory): Flush directory
7037 properties after the remove command only.
7038
ced10a4c
SM
7039 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7040 Handle optional parameter RECURSIVE.
cc3dda16 7041
ced10a4c
SM
7042 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7043 Handle optional parameter RECURSIVE.
cc3dda16
MA
7044
7045 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7046 connection timeout.
7047 (tramp-smb-handle-delete-directory): Handle optional parameter
7048 RECURSIVE.
7049
cf885595
SM
70502009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7051
e3a6b82f
SM
7052 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7053 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7054 (byte-compile-defmacro): Use backquotes.
7055
7201bfbb
SM
7056 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7057
cf885595
SM
7058 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7059 has no associated file.
7060 (vc-resynch-buffer): Use vc-dir-buffers.
7061
a4d2c321
GM
70622009-10-01 Glenn Morris <rgm@gnu.org>
7063
9ffe3f52
GM
7064 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7065 (chart-file-count):
7066 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7067 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7068 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7069 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7070 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7071 (eieio-copy-parents-into-subclass, make-instance, class-children)
7072 (eieio-generic-form):
bd2afec2
GM
7073 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7074 * cedet/cedet-idutils.el (cedet-idutils-search)
7075 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7076 (cedet-idutils-version-check):
7077 * cedet/cedet.el (cedet-version):
7078 * cedet/data-debug.el (data-debug-insert-overlay-button)
7079 (data-debug-insert-overlay-list-button)
7080 (data-debug-insert-buffer-button)
7081 (data-debug-insert-buffer-list-button)
7082 (data-debug-insert-process-button, data-debug-insert-ring-button)
7083 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7084 (data-debug-insert-stuff-vector-button)
7085 (data-debug-insert-symbol-button, data-debug-insert-string)
7086 (data-debug-insert-number, data-debug-insert-lambda-expression)
7087 (data-debug-insert-nil, data-debug-insert-simple-thing)
7088 (data-debug-insert-custom, data-debug-edebug-expr):
7089 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7090 (global-ede-mode-map, ede-new, ede-debug-target)
7091 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7092 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7093 (semantic-fetch-tags, semantic-submode-list)
7094 (semantic-default-submodes):
a785b776
GM
7095 * cedet/ede/source.el (ede-source-match):
7096 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7097 (project-am-package-info):
7098 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7099 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7100 * cedet/ede/proj-comp.el (ede-current-build-list):
7101 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7102 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7103 * cedet/ede/cpp-root.el (initialize-instance):
7104 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7105 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
7106 * cedet/semantic/wisent.el (wisent-lex-eoi):
7107 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7108 (semantic-show-parser-state-mode):
7109 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7110 * cedet/semantic/tag.el (semantic-tag-new-variable)
7111 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7112 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7113 (semantic--tag-deep-copy-tag-list)
7114 (semantic-tag-components-with-overlays-default):
7115 * cedet/semantic/symref.el (semantic-symref-find-text):
7116 * cedet/semantic/senator.el (senator-yank-tag)
7117 (senator-transpose-tags-up):
7118 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7119 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7120 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7121 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7122 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7123 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7124 * cedet/semantic/lex-spp.el
7125 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7126 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7127 * cedet/semantic/idle.el
7128 (semantic-idle-summary-current-symbol-info-brutish)
7129 (semantic-idle-summary-current-symbol-info-default):
7130 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7131 (semantic--grammar-macro-compl-dict):
7132 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7133 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7134 (semantic-format-tag-canonical-name-default):
7135 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7136 (semantic-find-tags-for-completion)
7137 (semantic-find-tags-by-scope-protection-default)
7138 (semantic-deep-find-tags-for-completion):
7139 * cedet/semantic/edit.el
7140 (semantic-edits-incremental-reparse-failed-hook)
7141 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7142 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7143 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7144 * cedet/semantic/dep.el (semantic-dependency-include-path):
7145 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7146 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7147 (semanticdb-project-roots):
7148 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7149 (semanticdb-find-adebug-insert-scanned-tag-cons)
7150 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7151 (semanticdb-brute-deep-find-tags-for-completion):
7152 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7153 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7154 (semantic-end-of-context-default)
7155 (semantic-ctxt-current-function-default)
7156 (semantic-ctxt-scoped-types-default):
7157 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7158 (semantic-complete-inline-tag-engine)
7159 (semantic-complete-inline-custom-type)
7160 (semantic-complete-read-tag-analyzer):
7161 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7162 (semantic-chart-database-size):
7163 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7164 (semantic-analyze-current-context):
7165 * cedet/semantic/symref/list.el (semantic-symref)
7166 (semantic-symref-hide-buffer, semantic-symref-symbol):
7167 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7168 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7169 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7170 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7171 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7172 (semantic-c-dereference-template):
7173 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7174 (semantic--analyze-refs-full-lookup-with-parents)
7175 (semantic--analyze-refs-full-lookup-simple):
7176 * cedet/semantic/analyze/complete.el
7177 (semantic-analyze-possible-completions):
2f10955c
GM
7178 * cedet/srecode/table.el (srecode-mode-table-new):
7179 * cedet/srecode/srt.el (srecode-read-variable-name):
7180 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7181 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7182 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7183 * cedet/srecode/map.el (srecode-current-map):
7184 * cedet/srecode/insert.el (srecode-insert)
7185 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7186 (srecode-template-inserter-point-override)
7187 (srecode-insert-include-lookup):
7188 * cedet/srecode/getset.el (srecode-auto-choose-class):
7189 * cedet/srecode/extract.el (srecode-inserter-extract):
7190 * cedet/srecode/document.el
7191 (srecode-document-autocomment-return-last-alist)
7192 (srecode-document-autocomment-param-type-alist)
7193 (srecode-document-insert-function-comment)
7194 (srecode-document-insert-variable-one-line-comment)
7195 (srecode-document-function-name-comment):
7196 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7197 (srecode-compound-toString):
7198 * cedet/srecode/compile.el (srecode-flush-active-templates):
7199 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
7200 Doc/message fixes.
7201
9515cdcc
GM
7202 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7203 match-data. (Bug#4555).
7204
57b0083a
GM
7205 * cedet/semantic/bovine/gcc.el
7206 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7207 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7208
a4d2c321
GM
7209 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7210 rather than parsing it as a regexp. This relaxes the layout
7211 requirements and makes errors easier to detect.
7212 (check-declare-verify): Check file is regular.
7213 (check-declare-directory): Doc fix.
7214 * subr.el (declare-function): Doc fix.
7215
b15c31c7
GM
7216 * ibuffer.el (ibuffer-format-qualifier):
7217 * isearch.el (hi-lock-regexp-okay):
7218 * calc/calc.el (math-zerop):
7219 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7220 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7221 Remove unused declarations.
7222
0376249d
JB
72232009-10-01 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * cedet/semantic/wisent/javat-wy.el
7226 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7227
9a589407
JB
72282009-09-30 Juanma Barranquero <lekktu@gmail.com>
7229
7230 * cedet/srecode/expandproto.el: Fix provide statement.
7231
722ff82f
CY
72322009-09-30 Eric Ludlam <zappo@gnu.org>
7233
cf885595 7234 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
7235
72362009-09-30 Sascha Wilde <wilde@sha-bang.de>
7237
7238 * cedet/ede/srecode.el: Fix provide statement.
7239
1fc28a2c
GM
72402009-09-30 Glenn Morris <rgm@gnu.org>
7241
8240628d 7242 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 7243 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
7244 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7245 (ede-misc-source):
d16d4acd
GM
7246 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7247 (semantic-mrub-switch-tags): Fix doc typos.
7248
40f9bf94
GM
7249 * cedet/semantic/db-global.el (data-debug-new-buffer)
7250 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7251 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7252
494f4fc7
GM
7253 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7254
cf885595
SM
7255 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7256 use of CL function `remove-if-not'.
1fc28a2c
GM
7257
7258 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7259
494f4fc7
GM
7260 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7261 filename is not a string.
7262
561580e9
CY
72632009-09-29 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * files.el (safe-local-eval-forms): Fix typo.
7266
dcbbecd4
SM
72672009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * vc-hooks.el (vc-dir-buffers): New var.
7270 (vc-state-refresh): New function.
7271 (vc-state): Use it.
7272 (vc-after-save): Always ask the backend to recompute the new state.
7273 Always call vc-dir if necessary, using vc-dir-buffers.
7274 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7275 Use vc-dir-buffers.
7276 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7277 (vc-dir-prepare-status-buffer, vc-dir-update)
7278 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7279 Don't call expand-file-name on default-directory.
7280
d88444f2
JB
72812009-09-29 Juanma Barranquero <lekktu@gmail.com>
7282
7283 * speedbar.el (speedbar-item-delete):
7284 * calc/calc-prog.el (calc-kbd-if):
7285 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7286
7287 * epa.el (epa-key-list-mode-map):
7288 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7289
7290 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7291 (hs-show-hook): Fix typo in docstring.
7292
5da62d41
GM
72932009-09-29 Glenn Morris <rgm@gnu.org>
7294
d037e45a
GM
7295 * cedet/semantic/symref/idutils.el:
7296 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7297
ae715515
GM
7298 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7299
7300 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7301 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7302 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7303 Mark declarations not understood by check-declare.
7304
8360fce0
GM
7305 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7306 file-name-nondirectory call preventing location of cedet files.
7307 (check-declare-verify): Use literal search rather than re-search.
ae715515 7308 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7309
7310 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7311 Use tramp-compat-file-attributes rather than nonexistent
7312 tramp-compat-handle-file-attributes.
7313
5da62d41
GM
7314 * Makefile.in (lisptagsfiles4): New.
7315 (AUTOGENEL): Add cedet loaddefs files.
7316 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7317 (update-elclist, compile-always, backup-compiled-files)
7318 (bootstrap-clean): Add yet another directory level.
7319 (update-elclist): Use LC_COLLATE rather than COLLATE.
7320 (ELCFILES): Update, via `make update-elclist'.
7321
48267264
JB
73222009-09-29 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7325 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7326 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7327
2c4cd0b0
AS
73282009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7329
7330 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7331 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7332 (update-elclist): Add third directory level to look for elc files.
7333 (compile-always): Likewise.
7334 (backup-compiled-files): Likewise.
7335 (bootstrap-clean): Likewise.
7336 (ELCFILES): Update.
7337
a2533e47
CY
73382009-09-28 Chong Yidong <cyd@stupidchicken.com>
7339
7340 * Makefile.in (ELCFILES): Add CEDET files.
7341
b90caf50 73422009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 7343
b90caf50 7344 CEDET (development tools) package merged.
a2095e2e 7345
b90caf50
CY
7346 * cedet/*.el:
7347 * cedet/ede/*.el:
7348 * cedet/semantic/*.el:
7349 * cedet/srecode/*.el: New files.
a2095e2e 7350
eefbedb1
MA
73512009-09-28 Michael Albinus <michael.albinus@gmx.de>
7352
7353 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7354
7355 * net/tramp.el (top): Require tramp-imap.
7356
7357 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7358 Use `tramp-compat-handle-file-attributes'.
7359
73602009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7361
7362 * net/tramp-imap.el: New package.
7363
66635e2f 73642009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
7365
7366 * emacs-lisp/chart.el:
7367 * emacs-lisp/eieio-base.el:
7368 * emacs-lisp/eieio-comp.el:
7369 * emacs-lisp/eieio-custom.el:
e608e7be 7370 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
7371 * emacs-lisp/eieio-opt.el:
7372 * emacs-lisp/eieio-speedbar.el:
7373 * emacs-lisp/eieio.el: New files.
7374
666fd2cc
CY
7375 * cedet/cedet-cscope.el:
7376 * cedet/cedet-files.el:
7377 * cedet/cedet-global.el:
7378 * cedet/cedet-idutils.el:
7379 * cedet/data-debug.el:
7380 * cedet/inversion.el:
7b232be9 7381 * cedet/mode-local.el:
666fd2cc
CY
7382 * cedet/pulse.el: New files.
7383
748e3d67
VJL
73842009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7385
7386 * whitespace.el (whitespace-trailing-regexp)
7387 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7388 Fix doc string.
7389
15120dec
CY
73902009-09-27 Chong Yidong <cyd@stupidchicken.com>
7391
7392 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7393 menu.
7394
7395 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7396 menu-bar-ediff-menu.
7397
7398 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7399 define-overloadable-function.
7400
7401 * progmodes/autoconf.el: Provide autoconf as well, so that this
7402 file can be `require'd.
7403
7404 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7405
7406 * emacs-lisp/autoload.el (generated-autoload-feature)
7407 (generated-autoload-load-name): New vars.
7408 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7409 (make-autoload): Recognize define-overloadable-function and
7410 defclass forms (for EIEIO).
7411
7412 * Makefile.in (update-subdirs): Exclude cedet directory.
7413
135abf91
AR
74142009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7415
1becddbb 7416 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7417
7418 * faces.el: Default light-background background for region face to
7419 ns_selection_color under NS.
7420
3d994264
TZ
74212009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7422
7423 * net/imap-hash.el: New library, see NEWS.
7424
7425 * Makefile.in (ELCFILES): Add imap-hash.el.
7426
ce9a0ccb
SM
74272009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7430 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7431 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7432 definition where the docstring could be taken for the return value.
7433
a92cdd49
GM
74342009-09-26 Glenn Morris <rgm@gnu.org>
7435
7436 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7437 Add option to only show images below a certain size.
7438 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7439 save-excursion calls.
7440
416ac2f1
EZ
74412009-09-26 Eli Zaretskii <eliz@gnu.org>
7442
7443 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7444 subdirectories) and eieio.
7445
d9a13f68
AM
74462009-09-26 Alan Mackenzie <acm@muc.de>
7447
9c3c9fdf 7448 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7449 buggy bracketing. (Bug#4289)
d9a13f68
AM
7450
7451 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7452 character constants (as case labels). (Bug#4289)
d9a13f68 7453
182b3bec
CY
74542009-09-25 Juri Linkov <juri@jurta.org>
7455
7456 * files.el (safe-local-eval-forms): Allow time-stamp in
7457 before-save-hook (Bug#4554).
7458
8f75f2da
JB
74592009-09-25 Drew Adams <drew.adams@oracle.com>
7460
7461 * menu-bar.el (list-buffers-directory): Doc fix.
7462
8390fb80
SM
74632009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7466 Try and avoid copying twice the same paragraph.
7467 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7468 Remove save-excursion.
7469 (log-edit-changelog-entry): Do it here instead.
7470
11ee8d90
JB
74712009-09-25 Juanma Barranquero <lekktu@gmail.com>
7472
027b1942
JB
7473 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7474 when available, instead of hardcoding mode names. Doc fix.
7475
11ee8d90
JB
7476 * menu-bar.el (list-buffers-directory): Add docstring.
7477 Make automatically buffer-local.
7478
7479 * dired.el (dired-mode):
7480 * files.el (cd-absolute):
7481 * pcvs.el (cvs-temp-buffer):
7482 * pcvs-util.el (cvs-get-buffer-create):
7483 * shell.el (shell-mode):
7484 * vc-dir.el (vc-dir-mode):
7485 Don't make `list-buffers-directory' buffer local.
7486
21289c5d
CY
74872009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7488
8390fb80
SM
7489 * comint.el (comint-exec, comint-run, make-comint):
7490 Doc fixes (Bug#4542).
21289c5d 7491
e8652dd9
GM
74922009-09-25 Glenn Morris <rgm@gnu.org>
7493
7494 * mail/rmailmm.el (rmail-mime): New custom group.
7495 Move all defcustoms in this file into this group.
7496 (rmail-mime-media-type-handlers-alist): Revert previous change.
7497 (rmail-mime-show-images): New option.
7498 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7499 references to it, since it wasn't actually used for anything.
7500 (rmail-mime-insert-image): New function.
7501 (rmail-mime-image): Use rmail-mime-insert-image.
7502 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7503 obey the value of `rmail-mime-show-images' option. Print the size of
7504 attachments.
e8652dd9 7505
fb652bb5
JB
75062009-09-25 David Engster <deng@randomsample.de>
7507
7508 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7509
32a9841c
VJL
75102009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7511
7512 * whitespace.el: Does not highlight trailing spaces While point is
7513 at end of line. Does not highligt spaces at beginning of buffer
7514 while point is at beginning of buffer. Does not highlight spaces
7515 at end of buffer while point is at end of buffer. (Bug#4177)
7516 New version 12.0.
7517 (whitespace-display-mappings): Adjust initialization.
7518 (whitespace-point, whitespace-font-lock-refontify): New vars.
7519 (whitespace-color-on, whitespace-color-off): Adjust code.
7520 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7521 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7522 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7523
e477ca84
CY
75242009-09-24 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7527
7528 * textmodes/sgml-mode.el: Remove xml-mode alias.
7529
7530 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7531 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7532
68712602
AM
75332009-09-24 Alan Mackenzie <acm@muc.de>
7534
7535 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7536 c-forward-conditionals, but it doesn't move point and doesn't set
7537 the mark.
7538 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7539 (c-down-conditional-with-else, c-backward-conditional)
7540 (c-forward-conditional): Refactor to use c-scan-conditionals.
7541
1659ada0
JB
75422009-09-24 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7545 (help-default-arg-highlight): Remove.
7546 (help-highlight-arg): New function.
7547 (help-do-arg-highlight): Use it.
7548 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7549
b3f01e46
SM
75502009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7551
7552 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7553 Undo last change, which didn't fix the problem and introduced others.
7554
107ef54a
NR
75552009-09-24 Nick Roberts <nickrob@snap.net.nz>
7556
7557 * progmodes/gdb-mi.el: Don't require speedbar.
7558 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7559
ffa1fed6
GM
75602009-09-24 Glenn Morris <rgm@gnu.org>
7561
2157a2be
GM
7562 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7563
6125167c
GM
7564 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7565
ffa1fed6
GM
7566 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7567 there is no newline after the final mime boundary. (Bug#4539)
7568 Move markers on insertion so that any buttons inserted don't end up in
7569 the next part of a multipart message.
2e9075d3
GM
7570 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7571 (rmail-mime-bulk-handler): Optionally handle images.
7572 (rmail-mime-image): New button action.
7573 (rmail-mime-image-handler): New function.
7574 (rmail-mime-mode): New mode.
7575 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7576
4a814992
SM
75772009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7578
075518b5
SM
7579 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7580 than just dropping elements from it (bug#4504).
7581
8ad2defc
SM
7582 * term.el (term-set-scroll-region): Don't move cursor any more.
7583 (term-handle-ansi-escape): Call term-goto here instead.
7584 Suggested by Ivan Kanis <apple@kanis.eu>.
7585
4a814992
SM
7586 * term.el: Require CL.
7587 (term-ansi-reset): New function.
7588 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7589 (term-handle-colors-array): Simplify.
7590
5a0c3f56
JB
75912009-09-24 Juanma Barranquero <lekktu@gmail.com>
7592
7593 * allout.el (allout-overlay-interior-modification-handler)
7594 (allout-obtain-passphrase):
7595 * epa-file.el (epa-file-write-region):
7596 * ps-print.el (ps-begin-job):
7597 * vc-hooks.el (vc-toggle-read-only):
7598 * vc-rcs.el (vc-rcs-rollback):
7599 * vc-sccs.el (vc-sccs-rollback):
7600 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7601 (vc-version-diff, vc-revert, vc-rollback):
7602 * wdired.el (wdired-check-kill-buffer):
7603 * emacs-lisp/authors.el (authors):
7604 * net/socks.el (socks-open-connection):
7605 * net/zeroconf.el (zeroconf-service-add-hook):
7606 * obsolete/vc-mcvs.el (vc-mcvs-register):
7607 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7608 (gdb-select-frame):
7609 * progmodes/grep.el (lgrep, rgrep):
7610 * progmodes/idlw-help.el (idlwave-help-check-locations)
7611 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7612 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7613 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7614 (reftex-toc-rename-label): Fix typos in error messages.
7615
7616 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7617 (dired-copy-how-to-fn): Doc fix.
7618 (dired-files-attributes, dired-read-shell-command):
7619 Fix typos in docstrings.
7620
7621 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7622 (dired-x-find-file-other-window): Reflow docstrings.
7623 (dired-omit-marker-char, dired-read-shell-command)
7624 (dired-x-submit-report): Fix typos in docstrings.
7625
7626 * shell.el (shell-mode-hook):
7627 * view.el (View-scroll-line-forward):
7628 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7629 Fix typos in docstrings.
7630
7631 * net/dig.el (dig-invoke): Fix typo in docstring.
7632 (query-dig): Reflow docstring.
7633
7634 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7635 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7636 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7637 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7638 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7639 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7640 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7641 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7642 (idlwave-completion-map, idlwave-current-indent)
7643 (idlwave-custom-ampersand-surround, idlwave-customize)
7644 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7645 (idlwave-define-abbrev, idlwave-determine-class-special)
7646 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7647 (idlwave-end-block-reg, idlwave-end-of-statement)
7648 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7649 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7650 (idlwave-explicit-class-listed, idlwave-file-header)
7651 (idlwave-fill-paragraph, idlwave-find-class-definition)
7652 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7653 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7654 (idlwave-in-quote, idlwave-indent-action-table)
7655 (idlwave-indent-expand-table, idlwave-indent-line)
7656 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7657 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7658 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7659 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7660 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7661 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7662 (idlwave-outlawed-buffers, idlwave-popup-select)
7663 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7664 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7665 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7666 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7667 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7668 (idlwave-statement-type, idlwave-struct-skip)
7669 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7670 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7671 (idlwave-what-module-find-class): Fix typos in docstrings.
7672 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7673 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7674 (idlwave-find-module, idlwave-find-structure-definition)
7675 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7676 (idlwave-list-load-path-shadows, idlwave-next-statement)
7677 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7678 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7679 (idlwave-template): Reflow docstrings.
7680
7681 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7682 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7683 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7684 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7685 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7686 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7687 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7688 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7689 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7690 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7691 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7692 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7693 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7694 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7695 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7696 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7697 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7698 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7699 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7700 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7701 Fix typos in docstrings.
7702 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7703 (idlwave-shell-hide-output, idlwave-shell-mode)
7704 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7705 Reflow docstrings.
7706
7707 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7708
62136c5d
SM
77092009-09-24 Ivan Kanis <apple@kanis.eu>
7710
7711 * term.el (term-bold-attribute): New var.
7712 (term-handle-colors-array): Use it.
7713
9c1a45ed
NR
77142009-09-23 Nick Roberts <nickrob@snap.net.nz>
7715
7716 * progmodes/gdb-mi.el (gdb-version): New variable.
7717 (gdb-non-stop-handler): Set gdb-version.
7718 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7719 Condition "--thread" option on gdb-version.
7720 (gdb-invalidate-threads): Remove unused argument.
7721
03304f31
SM
77222009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7725 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7726
4f02f0c9
GM
77272009-09-23 Glenn Morris <rgm@gnu.org>
7728
7729 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7730 replying to mail without References or Message-Id. (Bug#4525)
7731
a3b4b363
AR
77322009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7733
7734 * term/ns-win.el (ns-reg-to-script): New variable.
7735
7bda18cc
DU
77362009-09-23 Daiki Ueno <ueno@unixuser.org>
7737
7738 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7739
72169e55
SS
77402009-09-22 Sam Steingold <sds@gnu.org>
7741
7742 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
7743 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7744 to 1 because hg returns status 1 when nothing is found.
0aa4f295 7745 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 7746
905b7d38
SM
77472009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7748
b0459dec
SM
7749 * textmodes/fill.el: Convert to utf-8 encoding.
7750 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7751 pre-unicode days.
7752
905b7d38
SM
7753 * add-log.el (change-log-fill-forward-paragraph): New function.
7754 (change-log-mode): Use it so fill-region DTRT.
7755 Set fill-indent-according-to-mode here rather than in
7756 change-log-fill-paragraph.
7757 (change-log-fill-paragraph): Remove.
7758
baa7f3de
JB
77592009-09-22 Juanma Barranquero <lekktu@gmail.com>
7760
7761 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7762 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7763
a8d789f0
GM
77642009-09-22 Glenn Morris <rgm@gnu.org>
7765
daedbbc2
GM
7766 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7767 the scroll-bar scroll the calendar window rather than the buffer.
7768
d8899a74
GM
7769 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7770 commands that move point (as opposed to scrolling).
7771
a8d789f0
GM
7772 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7773
7774 * emacs-lisp/elint.el (elint): New custom group.
7775 (elint-log-buffer): Make it a defcustom.
7776 (elint-scan-preloaded, elint-ignored-warnings)
7777 (elint-directory-skip-re): New options.
7778 (elint-builtin-variables): Doc fix.
7779 (elint-preloaded-env): New variable.
7780 (elint-unknown-builtin-args): Add an entry for encode-time.
7781 (elint-extra-errors): Make it a variable rather than a constant.
7782 (elint-preloaded-skip-re): New constant.
7783 (elint-directory): Skip files matching elint-directory-skip-re.
7784 (elint-features): New variable, local to linted buffers.
7785 (elint-update-env): Initialize elint-features. Possibly add
7786 elint-preloaded-env to the buffer's environment.
7787 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7788 Skip quoted forms.
7789 (elint-init-form): New function, extracted from elint-init-env.
7790 Make non-list forms a warning rather than an error.
7791 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7792 easy-menu-define, put that adds an error-condition, and provide.
7793 When requiring cl, also require cl-macs. Really require cl, to handle
7794 some cl macros. Store required libraries in the list elint-features,
7795 so as not to re-load them. Treat cc-require like require.
7796 (elint-init-env): Call elint-init-form to do the work.
7797 Handle eval-and-compile and such like.
7798 (elint-add-required-env): Do not clear messages.
7799 (elint-special-forms): Add handlers for function, defalias, if, when,
7800 unless, and, or.
7801 (elint-form): Add optional argument to ignore elint-special-forms,
7802 useful to prevent recursive calls from handlers. Doc fix.
7803 Respect elint-ignored-warnings.
7804 (elint-form): Respect elint-ignored-warnings.
7805 (elint-bound-variable, elint-bound-function): New variables.
7806 (elint-unbound-variable): Respect elint-bound-variable.
7807 (elint-get-args): Respect elint-bound-function.
7808 (elint-check-cond-form): Add some simple handling for (f)boundp and
7809 featurep tests.
7810 (elint-check-defalias-form): New handler.
7811 (elint-check-let-form): Make an empty let a warning rather than an
7812 error.
7813 (elint-check-setq-form): Make an empty setq a warning rather than an
7814 error. Respect elint-ignored-warnings.
7815 (elint-check-defvar-form): Accept null doc-strings.
7816 (elint-check-conditional-form): New handler. Does some simple-minded
7817 checking of featurep and (f)boundp tests.
7818 (elint-put-function-args): New function.
7819 (elint-initialize): Use elint-scan-doc-file rather than
7820 elint-find-builtin-variables. Use elint-put-function-args.
7821 Possibly scan preloaded-file-list.
7822 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7823 extend to handle functions as well.
7824
245be23c
JB
78252009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7826
7827 * linum.el (linum-delete-overlays, linum-update-window):
7828 Do not modify the right margin. (Bug#3971)
7829
91fdbd6f
CY
78302009-09-21 Chong Yidong <cyd@stupidchicken.com>
7831
7832 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7833 nxml-mode instead of xml-mode.
7834
7589d38e
JB
78352009-09-21 Kevin Ryde <user42@zip.com.au>
7836
7837 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7838
5ac42715
SM
78392009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * net/dig.el (dig-mode): Use define-derived-mode.
7842
09c01323
DN
78432009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7844
4096c5f2
DN
7845 * vc-dispatcher.el (vc-do-command): Return the process object in
7846 the asynchronous case. Use when instead of if. Do not run
5480359e 7847 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 7848
0e172cc2
DN
7849 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7850 properties to the stash strings.
7851 (vc-git-stash-list): Return a list of strings.
7852 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7853 (vc-git-stash-show-at-point): New functions.
7854 (vc-git-stash-map): New keymap.
7855
03304f31
SM
7856 * register.el (ctl-x-r-map): Define the keys here instead of
7857 using autoload.
09c01323 7858
03304f31 78592009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7860
7861 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7862 list, to workaround performance problem (bug#4485).
7863
2f5fc4d7
NR
78642009-09-20 Nick Roberts <nickrob@snap.net.nz>
7865
7866 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7867
b0f5fd2e
DU
78682009-09-20 Daiki Ueno <ueno@unixuser.org>
7869
7870 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7871 Document that this option is not recommended to use.
7872
f3445fab
GM
78732009-09-19 Glenn Morris <rgm@gnu.org>
7874
547c6921
GM
7875 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7876 variable `var'.
7877
f3445fab
GM
7878 * calc/calc-alg.el (var):
7879 * calc/calcalg2.el (var): Define for compiler.
7880
946c009b
CY
78812009-09-19 Chong Yidong <cyd@stupidchicken.com>
7882
e3f36d03
SM
7883 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7884 Doc fix (Bug#3932).
e2045997 7885
24aedbca
CY
7886 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7887
327dd27a
CY
7888 * time-stamp.el (time-stamp-month-dd-yyyy)
7889 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7890 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7891 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7892 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7893 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7894
946c009b
CY
7895 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7896 indent buffer only if called interactively (Bug#4452).
7897
3e70541a
JB
78982009-09-19 Juanma Barranquero <lekktu@gmail.com>
7899 Eli Zaretskii <eliz@gnu.org>
7900
7901 This fixes bug#4197 (merged to bug#865, though not identical).
7902 * server.el (server-auth-dir): Add docstring note about FAT32.
7903 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7904 but warn against using them.
7905
9b94c32e
NR
79062009-09-19 Nick Roberts <nickrob@snap.net.nz>
7907
7908 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7909 older GDB where there is no has_more field.
7910
66590684
GM
79112009-09-19 Glenn Morris <rgm@gnu.org>
7912
7913 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7914
9a1337f9
CY
79152009-09-18 Chong Yidong <cyd@stupidchicken.com>
7916
7917 * files.el (auto-mode-alist): Change default for XML files to nXML
7918 mode (Bug#4169).
7919
d7554167
JB
79202009-09-18 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * server.el (server-ensure-safe-dir): Pass 'integer
7923 to `file-attributes', as suggested.
7924
35a3f9a4
SM
79252009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7928 (dired-query): Use read-key.
7929
044f9b05
AR
79302009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7931
7932 * cus-start.el (ns-use-qd-smoothing): Remove.
7933
6188ea49
GM
79342009-09-18 Glenn Morris <rgm@gnu.org>
7935
08cf18e4
GM
7936 * allout.el (top-level): Remove unnecessary progn.
7937
07eae5c5
GM
7938 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7939
6726c25e
GM
7940 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7941 definition of abbrev table.
7942
3f527154 7943 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7944 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7945 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7946 * net/newst-backend.el (newsticker--cache-read-feed):
7947 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7948 condition-case handlers.
7949
ccb4c30c
NR
79502009-09-18 Nick Roberts <nickrob@snap.net.nz>
7951
7952 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7953 (gdb-var-list): Add an element for has_more field.
7954 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7955 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7956 (gdb-var-update-handler-1): Parse output of dynamic variable
7957 objects (STL containers).
7958 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7959 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7960
7961 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7962 gdb-var-list.
7963 (gud-speedbar-buttons): Make node expandable if expression "has more"
7964 children.
7965
8686ac71
JB
79662009-09-17 Juanma Barranquero <lekktu@gmail.com>
7967
7968 * startup.el (emacs-quick-startup): Remove variable and all uses.
7969 (command-line): Set `inhibit-x-resources' instead.
7970 (command-line-1): Use `inhibit-x-resources' instead.
7971
a69c67e8
CY
79722009-09-17 Chong Yidong <cyd@stupidchicken.com>
7973
7974 * subr.el: Fix last change to avoid using the `unless' macro,
7975 which breaks bootstrapping.
7976
354f0faf
SM
79772009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7980 extended definitions, in case we reload subr.el after having
7981 loaded CL.
7982 (eval-next-after-load): Mark as obsolete.
7983
98b9bf40
JL
79842009-09-17 Juri Linkov <juri@jurta.org>
7985
7986 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7987 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7988 (menu-bar-showhide-menu, menu-bar-tools-menu)
7989 (menu-bar-describe-menu, menu-bar-help-menu)
7990 (minibuffer-local-completion-map, minibuffer-local-map):
7991 Fix list quoting.
7992
28fab7b5
GM
79932009-09-17 Glenn Morris <rgm@gnu.org>
7994
88d5190c
GM
7995 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7996 arguments, whether or not it has a handler.
7997
74f24ba7
GM
7998 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7999
28fab7b5
GM
8000 * simple.el (hard-newline): Give it a doc-string.
8001
a8106aec
GM
8002 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8003 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8004
76251ad7
DN
80052009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8006
72033dbe
DN
8007 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8008 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8009 (menu-bar-options-menu, menu-bar-showhide-menu)
8010 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8011 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8012 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8013 (menu-bar-options-menu, menu-bar-tools-menu)
8014 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8015 (menu-bar-help-menu):
8016 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8017 string arguments.
8018
76251ad7
DN
8019 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8020 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8021 calls for the menu names and :help.
8022
97b952b7
SM
80232009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8026 to :minor-mode-function (bug#4455).
8027
8f38189e
SM
80282009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8029
d2fd733e
SM
8030 * startup.el (command-line): Initialize the window-system after
8031 processing the command-line.
8032
8f38189e
SM
8033 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8034 page-delimiter matches the empty string.
8035
77564fa4
GM
80362009-09-16 Glenn Morris <rgm@gnu.org>
8037
8038 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8039 byte-compile-not-obsolete-var. It's a list now.
8040 (byte-compile-not-obsolete-funcs): New variable.
8041 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8042 byte-compile-not-obsolete-funcs.
8043 (byte-compile-variable-ref, byte-compile-defvar): Update for
8044 byte-compile-not-obsolete-vars name-change and list nature.
8045 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8046 and variables behind (f)boundp tests.
8047 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8048
79d316d3
DN
80492009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8050
8051 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8052
8fed6934
SM
80532009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8056 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8057 Don't autoload.
8058
4078fd57
SE
80592009-09-15 Stephen Eglen <stephen@gnu.org>
8060
8061 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8062 the virtual-buffers, use the name of the buffer specified by
4078fd57 8063 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8064 problem if the target and the symlink had different names.)
4078fd57 8065
838ff458
SM
80662009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8067
b3c7c12d
SM
8068 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8069
13dc2bc2
SM
8070 * desktop.el (desktop-path): Check user-emacs-directory.
8071
49fec531
SM
8072 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8073
0e328d37
SM
8074 * loadup.el: Use after-load-functions to GC after loading each file.
8075 Remove the explicit GC calls that used to be sprinkled around.
8076
838ff458
SM
8077 * subr.el (after-load-functions): New hook.
8078 (do-after-load-evaluation): Run it. Use string-match-p to detect
8079 `obsolete' packages, rather than painfully extracting the relevant
8080 directory name.
8081
a62f564f
GM
80822009-09-15 Glenn Morris <rgm@gnu.org>
8083
8084 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8085 free variable `doc'.
8086
8087 * dired.el (dired-mode-map): Add menu entry for async shell command.
8088
8089 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8090 variables, also consider the .elc files, since the .el files are
8091 normally gzipped (subsequent code locates the .el.gz from the .elc).
8092
8093 * calc/calc-prog.el (arglist): Define for compiler.
8094
8095 * calendar/diary-lib.el (diary-display-function): Change the default to
8096 fancy display.
8097 (body): Define for compiler.
8098
8099 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8100 (byte-compile-file-form, byte-compile-lambda)
8101 (byte-compile-top-level-body, byte-compile-form)
8102 (byte-compile-variable-ref, byte-compile-setq)
8103 (byte-compile-setq-default, byte-compile-body)
8104 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8105 (batch-byte-compile): Give some more local variables with common names
8106 a "bytecomp-" prefix to avoid masking warnings about free variables.
8107
cd05fe7f
GM
8108 * startup.el (command-line-1): Give local variables with common names a
8109 distinguishing prefix, so as not to hide free variable warnings during
8110 bootstrap.
8111
a62f564f
GM
8112 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8113 clever and add a suffix to make a unique name, just let the user decide
8114 whether or not to overwrite it. If the input is a directory, write the
8115 default filename to that directory. (Bug#4388)
8116 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8117 is a filename-as-a-directory.
8118
fbc88440
SM
81192009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8120
8121 * textmodes/page.el (what-page): Don't move to beginning of line.
8122 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8123
60308853
DN
81242009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8125
8126 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8127
32ba3abc
DN
81282009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8129
9cd39aff
DN
8130 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8131 * help.el (help-for-help-internal): Add purecopy calls for text.
8132
32ba3abc
DN
8133 * vc.el (top): print-log method now takes an optional SHORTLOG
8134 argument. Add a new method: root.
32ba3abc
DN
8135 (vc-root-diff, vc-print-root-log): New functions.
8136 (vc-log-short-style): New variable.
8137 (vc-print-log-internal): Add support for showing short logs.
8138
8139 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8140 vc-print-root-log and vc-print-root-diff.
8141
8142 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8143 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8144 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8145 short logs.
8146
8147 * vc-cvs.el (vc-cvs-print-log):
8148 * vc-mtn.el (vc-mtn-print-log):
8149 * vc-rcs.el (vc-rcs-print-log):
8150 * vc-sccs.el (vc-sccs-print-log):
8151 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8152 that is ignored for now.
8153
837b0e99
DN
8154 * vc-mtn.el (vc-mtn-annotate-command):
8155 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8156
31cd2dd4
SM
81572009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8160 to function-key-map, and give them ascii-character property.
8161 * term/x-win.el (x-alternatives-map):
8162 * term/ns-win.el (ns-alternatives-map):
8163 * term/internal.el (msdos-key-remapping-map):
8164 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8165
d62e5bf2
GM
81662009-09-14 Glenn Morris <rgm@gnu.org>
8167
8168 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8169 temp-buffers (2009-09-12).
8170
7d0105e5
SM
81712009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8174 the new read-key function.
8175
e17ed9ad
CY
81762009-09-13 Chong Yidong <cyd@stupidchicken.com>
8177
8178 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8179 is defined (Bug#4405).
8180
1fc26e29
CY
81812009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8182
8183 * recentf.el (recentf-cleanup): Use a hash table to find
8184 duplicates (Bug#4407).
8185
61dc96a2 81862009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8187
8188 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8189 kp-0 to ascii equivalents (Bug#4325).
8190
42c3a9e3
CY
81912009-09-13 Chong Yidong <cyd@stupidchicken.com>
8192
1f5c1626
CY
8193 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8194
42c3a9e3 8195 * eshell/em-hist.el:
31cd2dd4
SM
8196 * eshell/em-dirs.el (eshell-complete-user-reference):
8197 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8198
81992009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8200
8201 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8202 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8203 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8204 * eshell/em-hist.el (eshell-history-file-name):
8205 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8206
1e2b6acf
GM
82072009-09-13 Glenn Morris <rgm@gnu.org>
8208
8209 * ediff-merg.el (ediff-do-merge):
8210 * filesets.el (filesets-run-cmd):
8211 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8212 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8213 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8214 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8215 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8216 Replace empty `let's with `progn'.
8217
adba8116
SM
82182009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * mail/sendmail.el (send-mail-function):
8221 * tooltip.el (tooltip-mode):
8222 * simple.el (transient-mark-mode):
8223 * rfn-eshadow.el (file-name-shadow-mode):
8224 * frame.el (blink-cursor-mode):
8225 * font-core.el (global-font-lock-mode):
8226 * files.el (temporary-file-directory)
8227 (small-temporary-file-directory, auto-save-file-name-transforms):
8228 * epa-hook.el (auto-encryption-mode):
8229 * composite.el (global-auto-composition-mode):
8230 Use custom-initialize-delay.
8231 * startup.el (command-line): Don't explicitly call
8232 custom-reevaluate-setting for all the above vars.
8233 * custom.el (custom-initialize-safe-set)
8234 (custom-initialize-safe-default): Delete.
8235
0a4afea9
SM
82362009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8237
9f94990d
SM
8238 * term/x-win.el (x-initialize-window-system):
8239 * term/w32-win.el (w32-initialize-window-system):
8240 * term/ns-win.el (ns-initialize-window-system): Don't call
8241 mouse-wheel-mode since it's enabled globally by default already.
8242
0a4afea9
SM
8243 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8244 actually define the variable, but only silences the byte-compiler.
8245 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8246 before looking it up.
8247 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8248 is changed.
8249
bf01513f
GM
82502009-09-12 Glenn Morris <rgm@gnu.org>
8251
8252 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8253 1000.
8254 (elint-add-required-env): Don't beep on error.
8255 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8256 (elint-init-env): Skip non-list forms.
8257 (elint-log): Handle unknown file positions.
bf01513f 8258
d85889e4
DU
82592009-09-12 Daiki Ueno <ueno@unixuser.org>
8260
8261 * epg.el (epg-make-context): Add autoload cookie.
8262 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8263 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8264 (epg-verify-string, epg-start-sign, epg-sign-file)
8265 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8266 (epg-encrypt-string, epg-start-export-keys)
8267 (epg-export-keys-to-file, epg-export-keys-to-string)
8268 (epg-start-import-keys, epg-import-keys-from-file)
8269 (epg-import-keys-from-string, epg-start-receive-keys)
8270 (epg-receive-keys, epg-import-keys-from-server)
8271 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8272 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8273 (epg-generate-key-from-file, epg-generate-key-from-string):
8274 Remove autoload cookie.
d85889e4 8275
8f825ee6
EZ
82762009-09-12 Eli Zaretskii <eliz@gnu.org>
8277
36b434ee
EZ
8278 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8279 reevaluation of trash-directory.
8280
8f825ee6
EZ
8281 * mwheel.el: Fix last change.
8282 (mouse-wheel-mode): New defvar.
8283 (mouse-wheel-mode): Remove autoload cookie.
8284
5766c380
SM
82852009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8286
ab5c0fcd
SM
8287 * mwheel.el (mwheel-installed-bindings): New var.
8288 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8289 the bindings we set last time. Use custom-initialize-delay.
8290 * loadup.el: Load mwheel after term/*-win.el.
8291 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8292 and mouse-wheel-up-event now that their first evaluation is done
8293 sufficiently late to be correct.
8294
45448e64
SM
8295 * startup.el (tutorial-directory): Make it a defcustom.
8296 Use custom-initialize-delay rather than eval-at-startup to set it.
8297 * image.el (image-load-path): Make it a defcustom.
8298 Use custom-initialize-delay rather than eval-at-startup to set it.
8299 * subr.el (eval-at-startup): Remove.
8300 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8301
5766c380
SM
8302 * subr.el (do-after-load-evaluation): Warn the user after loading an
8303 obsolete package.
8304
d6549da4
GM
83052009-09-12 Glenn Morris <rgm@gnu.org>
8306
8307 * proced.el (proced-mark-alt): Remove alias.
8308 (proced-mode-map): Remove proced-mark-alt.
8309
8310 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8311 Elint file and directory. Remove initialization entry.
8312
8313 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8314 commands.
8315 (elint-current-buffer): Set mode-line-process.
8316 (elint-init-env): Handle define-derived-mode.
8317 Fix declare-function with unspecified arglist. Guard against odd
8318 defalias statements (eg iso-insert's 8859-1-map).
8319 (elint-add-required-env): Use a temp buffer.
8320 (elint-form): Just print the function/macro name, not the whole form.
8321 Return env unchanged if we fail to parse a macro.
8322 (elint-forms): Guard against parse errors.
8323 (elint-output): New function, to handle batch mode.
8324 (elint-log-message): Add optional argument. Use elint-output.
8325 (elint-set-mode-line): New function.
8326
30194d4d
CY
83272009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8328
8329 * emacs-lisp/elp.el (elp-not-profilable): Add more
8330 functions (Bug#4233).
8331
a035f9b0
CY
83322009-09-12 Chong Yidong <cyd@stupidchicken.com>
8333
8334 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8335 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8336
dad61164
NR
83372009-09-11 Nick Roberts <nickrob@snap.net.nz>
8338
8339 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8340 (gdb-var-list-children): Use json parsing.
8341
9c3c9fdf 83422009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8343
8344 * progmodes/js.el (js--proper-indentation): Handle the case where
8345 char-before is null. Reported by Deniz Dogan.
8346
b4587710
JB
83472009-09-11 Juanma Barranquero <lekktu@gmail.com>
8348
8349 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8350
13890796
DU
83512009-09-11 Daiki Ueno <ueno@unixuser.org>
8352
8353 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8354 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8355 (epg-context-set-passphrase-callback)
97d4bdba 8356 (epg-context-set-progress-callback): Add description about
b18508dd 8357 callback function.
13890796 8358
2efb64a8
SM
83592009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8360
790d0270
SM
8361 * custom.el (custom-delayed-init-variables): New var.
8362 (custom-initialize-delay): New function.
8363 * startup.el (command-line): "Re"evaluate all vars in
8364 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8365 explicitly any more.
8366 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8367 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8368
8369 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8370
ac243a40
NR
83712009-09-11 Nick Roberts <nickrob@snap.net.nz>
8372
8373 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8374 (gdb-var-update-handler): Use json parsing.
8375
657bc6fc
JB
83762009-09-11 Juanma Barranquero <lekktu@gmail.com>
8377
8378 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8379 decode annotated text, regardless of language environment. (Bug#2741)
8380
b6fe8102
SM
83812009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * Makefile.in (autoloads): Make rmail.el writable as well.
8384
5cc443fe
GM
83852009-09-11 Glenn Morris <rgm@gnu.org>
8386
5515c54e
GM
8387 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8388 loaddefs.el.
8389 * dired.el: Regenerate with extracted autoloads.
8390 * Makefile.in (autoloads): Make dired.el writable.
8391
15067158
GM
8392 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8393 * ibuffer.el: Regenerate with extracted autoloads.
8394 * Makefile.in (autoloads): Make ibuffer.el writable.
8395
d35d0238
GM
8396 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8397 * version.el (emacs-copyright, emacs-major-version)
8398 (emacs-minor-version): Reformat doc-strings for make-docfile.
8399
5cc443fe
GM
8400 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8401 functions and variables, since they must be stuff specific to some other
8402 platform.
8403 (apropos-print): Make mouse-click message less specific about button.
8404
8405 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8406 that records where a macro was defined.
8407 * help-fns.el (describe-function-1): Mention if a function has a
8408 compiler-macro.
8409 * help-mode.el (help-function-cmacro): New button.
8410
8411 * locate.el (top-level): Always require dired.
8412 (locate-mode-map): Initialize inside the defvar.
8413
8414 * net/ange-ftp.el (dired-compress-file): Declare.
8415 (ange-ftp-dired-compress-file): Add doc string.
8416
8417 * term/ns-win.el (x-display-name, x-setup-function-keys):
8418 Unify doc-strings with X versions.
8419
8cb95edf
SM
84202009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8421
726a4d09
SM
8422 * emulation/crisp.el (crisp-mode-map): Move initialization
8423 into declaration.
8424 (crisp-mode): Use define-minor-mode.
8425
8cb95edf
SM
8426 * progmodes/xscheme.el (xscheme-evaluation-commands):
8427 Put a :advertised-binding property rather than using
8428 advertised-xscheme-send-previous-expression.
8429 (advertised-xscheme-send-previous-expression): Declare obsolete.
8430 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8431 `advertised-undo'.
8432 (crisp-mode): Add corresponding bindings to
8433 undo's :advertised-binding instead.
8434 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8435 than using dired-advertised-find-file.
8436 (dired-advertised-find-file):
8437 * simple.el (advertised-undo):
8438 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8439 (widget-keymap): Put a :advertised-binding property rather
8440 than using advertised-widget-backward.
8441 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8442 than using advertised-undo.
8443 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8444
07db5857
SS
84452009-09-10 Simon South <ssouth@slowcomputing.org>
8446
8447 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8448 Mark mode is enabled and region is active; otherwise indent or
8449 insert TAB as usual.
8450 (delphi-mode): Update description of TAB-key binding.
8451
50d4ba39
SM
84522009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * subr.el (define-key-rebound-commands): Mark obsolete.
8455 * startup.el (precompute-menubar-bindings): Remove.
8456 (normal-top-level): Remove obsolete code that tried to precompute
8457 menubar bindings.
8458 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8459 define-key-rebound-commands and precompute-menubar-bindings.
8460
ffa894db
KY
84612009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8462
8463 * net/imap.el (imap-interactive-login): Better messages.
8464 (imap-open): Fix bug with renamed buffer on reconnect.
8465 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8466 for easier debugging and cleaner code. On successful (guessed based on
8467 server capabilities) secondary authentication, set imap-state
8468 correctly.
8469 (imap-last-authenticator): Define imap-last-authenticator as a variable
8470 to avoid warnings.
8471
9477096c
GM
84722009-09-10 Glenn Morris <rgm@gnu.org>
8473
8474 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8475
8476 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8477 (byte-compile-file-form-autoload): Don't warn about unknown functions
8478 where the autoload statement comes after the use.
8479 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8480 that any handlers inside the body (eg require) are in turn respected.
8481
8482 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8483 effects.
8484
8485 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8486 and syntax and abbrev tables basic docs, if they don't have any.
8487
8488 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8489
8490 * international/mule-cmds.el (top-level): Require cl when compiling.
8491 (view-hello-file): Use default-value rather than
8492 default-enable-multibyte-characters.
8493
8494 * progmodes/fortran.el: Move all safe and risky properties into the
8495 defcustoms.
8496
8497 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8498 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8499 * mail/undigest.el:
8500 Put autoloads in rmail.el rather than loaddefs.el.
8501 * mail/rmail.el: Regenerate with extracted autoloads.
8502
8503 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8504 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8505
9f16c547
NR
85062009-09-10 Nick Roberts <nickrob@snap.net.nz>
8507
8508 Reported in thread for Bug#4375.
8509 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8510 "-data-evaluate-expression" instead of print.
8511 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8512 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8513 (gdb): Revert 2009-08-11 change. User should detach inferior
8514 manually.
9f16c547
NR
8515
8516 Remove the word "separate" from IO functions as inferior
8517 output is now never displayed in the GUD buffer.
8518
50405cd0
JB
85192009-09-10 Juanma Barranquero <lekktu@gmail.com>
8520
8521 * startup.el (command-line-normalize-file-name): On Windows and
8522 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8523
7ae62430
JL
85242009-09-10 Juri Linkov <juri@jurta.org>
8525
8526 * isearch.el (isearch-text-char-description): Propertize escape
8527 character sequences with the `escape-glyph' face. (Bug#4344)
8528
8529 * simple.el (shell-command): Set asynchronous process filter to
8530 `comint-output-filter'. (Bug#4343)
8531
8532 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8533 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8534 the list. Move "asm" to the bottom.
8535 (grep-find-ignored-directories): Add `choice' with nil value
8536 to empty the list easily.
8537 (grep-find-ignored-files): New option.
8538 (grep-files-history): Set to nil by default instead of '("ch" "el").
8539 (grep-compute-defaults): Add "<X>" to `grep-template'.
8540 (grep-read-files): Bind new local variables `default-alias' and
8541 `default-extension'. Use a list of default values for the file prompt.
8542 (lgrep): Add `--exclude=' command line options composed from
8543 `grep-find-ignored-files'.
8544 (rgrep): Add `-name' command line options composed from
8545 `grep-find-ignored-files'. (Bug#4301)
8546
cd875252
SM
85472009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8550 (bug#4368).
8551
cdce0b33
KY
85522009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8553
8554 * calendar/time-date.el (autoload):
8555 Expand define-obsolete-function-alias into defalias and make-obsolete
8556 for old Emacsen that Gnus supports.
8557 (with-no-warnings): Define it for old Emacsen.
8558 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8559 is available.
8560 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8561 float-time is available; suppress compile warning for time-to-seconds.
8562
85632009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8564
8565 * net/imap.el (imap-message-map): Docstring fix.
8566
2b2eb431
GM
85672009-09-09 Glenn Morris <rgm@gnu.org>
8568
8569 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8570 line numbers too. (Bug#4374)
8571
83a5aac5
SM
85722009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8573
755e0210
SM
8574 * smerge-mode.el (smerge-remove-props, smerge-refine):
8575 Use with-silent-modifications (bug#4342).
8576
83a5aac5
SM
8577 * subr.el (with-silent-modifications): New macro.
8578
79f01fa7
JB
85792009-09-07 Juanma Barranquero <lekktu@gmail.com>
8580
8581 * files.el (top-level): Require `cl' when compiling.
8582
448ecec3
GM
85832009-09-07 Glenn Morris <rgm@gnu.org>
8584
8585 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8586
8f09a02f
GM
8587 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8588 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8589
76ff67bf
NR
85902009-09-06 Nick Roberts <nickrob@snap.net.nz>
8591
8592 * vc-git.el (vc-git-annotate-command): Use separator to parse
8593 arguments correctly.
8594
943c8b75
EZ
85952009-09-06 Eli Zaretskii <eliz@gnu.org>
8596
8597 * proced.el (proced-mode): Doc fix.
8598
680db9ac
MA
85992009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8600
8601 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8602 lstat fails.
8603 (tramp-do-file-attributes-with-ls): Check for file existence at
8604 remote end.
8605 (tramp-do-file-attributes-with-stat): Likewise.
8606 (tramp-convert-file-attributes): Return nil when attr is nil.
8607
3f12e5bd
GM
86082009-09-05 Glenn Morris <rgm@gnu.org>
8609
c8dc27bf
GM
8610 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8611 properties to this button.
8612 (diary-fancy-display): Don't extend the button to the final newline.
8613 (diary-fancy-display-mode): Continue to define "q" as a local key.
8614
cca065d8
GM
8615 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8616 efficient.
8617
cddaedb6
GM
8618 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8619
3f12e5bd
GM
8620 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8621 (byte-compile-dest-file-function): New option.
8622 (byte-compile-dest-file): Doc fix.
8623 Obey byte-compile-dest-file-function.
8624 (byte-compile-cl-file-p): New function.
8625 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8626 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8627 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8628 than for file being previously loaded.
8629 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8630 (byte-compile-file-form-require): Handle the case where requiring a file
8631 indirectly causes CL to be loaded.
8632
049a231b
KF
86332009-09-05 Karl Fogel <kfogel@red-bean.com>
8634
8635 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8636 before killing the old buffer, since by the time `kill-buffer' is
8637 run so many buffer variables have been set to nil that it may not
8638 behave as expected. (Bug#4061)
8639
ef7ef2a0
KF
86402009-09-05 Karl Fogel <kfogel@red-bean.com>
8641
8642 * files.el (find-alternate-file): If the old buffer is modified
8643 and visiting a file, behave similarly to `kill-buffer' when
8644 killing it, thus reverting to the pre-1.878 behavior; see
8645 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8646 for discussion. Also, consult `buffer-file-name' as a variable
8647 not as a function, for consistency with the rest of the code.
8648
73d854cd
MA
86492009-09-04 Michael Albinus <michael.albinus@gmx.de>
8650
8651 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8652 also when adding a new directory.
8653
8654 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8655 defun.
8656
df120481
SM
86572009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * files.el (locate-file-completion-table): Make it provide boundary
8660 information, so partial-completion works better.
8661
c0bc6d79
SM
86622009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8663
8664 * mail/footnote.el (Footnote-text-under-cursor):
8665 Check footnote-text-marker-alist before using it (bug#4324).
8666
f76a9756
GM
86672009-09-04 Glenn Morris <rgm@gnu.org>
8668
67d110f1
GM
8669 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8670 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8671 * play/solitaire.el, play/tetris.el:
8672 Remove leading * from defcustom and defface docs.
8673
b42d4989
GM
8674 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8675 necessary.
8676 (diary-fancy-overriding-map): New variable.
8677 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8678 Use view-mode.
8679
f76a9756
GM
8680 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8681 goto-line.
8682
e605eeeb
GM
86832009-09-03 Glenn Morris <rgm@gnu.org>
8684
597e2240
GM
8685 * arc-mode.el (archive-mode):
8686 * dos-fns.el (set-default-process-coding-system):
8687 * man.el (Man-getpage-in-background):
8688 * menu-bar.el (menu-bar-describe-menu):
8689 * server.el (server-process-filter):
8690 * startup.el (command-line):
8691 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8692 * w32-fns.el (set-default-process-coding-system):
8693 * x-dnd.el (x-dnd-handle-file-name):
8694 * international/mule-cmds.el (mule-menu-keymap)
8695 (set-default-coding-systems, language-info-alist, set-language-info)
8696 (set-language-environment, standard-display-european-internal)
8697 (set-locale-environment):
8698 * international/mule-diag.el (mule-diag):
8699 * mail/emacsbug.el (report-emacs-bug):
8700 * mail/rmail.el (rmail-mode):
8701 * mail/sendmail.el (mail-setup):
8702 Use default-value rather than default-enable-multibyte-characters.
8703
f38184aa
GM
8704 * progmodes/f90.el: Move all safe properties into the defcustoms.
8705 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8706
e605eeeb
GM
8707 * calendar/appt.el (appt-check):
8708 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8709 (diary-check-diary-file, diary-list-entries)
8710 (diary-include-other-diary-files, diary-simple-display)
8711 (diary-fancy-display, diary-print-entries)
8712 (diary-mark-included-diary-files, diary-make-entry):
8713 Don't call substitute-in-file-name on diary-file.
8714
734db384
SM
87152009-09-03 Eduard Wiebe <usenet@pusto.de>
8716 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8719 (footnote-mode-map): Move initialization into the declaration.
8720 (footnote-minor-mode-map): Define it rather than changing global-map.
8721 (footnote-mode): Use define-minor-mode.
8722
e5aa47f9
MA
87232009-09-02 Michael Albinus <michael.albinus@gmx.de>
8724
8725 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8726 (tramp-do-file-attributes-with-perl)
8727 (tramp-do-file-attributes-with-stat): Rename from
8728 `tramp-handle-file-attributes-with-*'.
8729 (tramp-handle-file-attributes): Use them.
8730 (tramp-do-directory-files-and-attributes-with-perl)
8731 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8732 `tramp-handle-directory-files-and-attributes-with-*'.
8733 (tramp-handle-directory-files-and-attributes): Use them.
8734 (tramp-method-out-of-band-p): Additional parameter SIZE.
8735 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8736 (tramp-handle-write-region): Use it.
734db384 8737 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8738 (tramp-handle-vc-registered): Check, whether the first run did
8739 return files to be tested.
8740 (tramp-advice-make-auto-save-file-name): Do not call directly
8741 `tramp-handle-make-auto-save-file-name', because this would bypass
8742 the locking mechanism.
8743
734db384 8744 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
8745 (file-remote-p, process-file, start-file-process, set-file-times)
8746 (tramp-compat-file-attributes): Compatibility functions shall not
8747 call directly `tramp-handle-*', because this would bypass the
8748 locking mechanism.
8749 (tramp-compat-number-sequence): New defun.
8750
6e2ca895
GM
87512009-09-02 Glenn Morris <rgm@gnu.org>
8752
697c7714
GM
8753 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8754 alias for float-time.
8755 (time-to-number-of-days): In Emacs, use float-time.
8756 * net/newst-backend.el (time-add): Suppress warnings from compat
8757 function.
8758 * time.el (emacs-uptime, emacs-init-time):
8759 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8760 Use float-time rather than time-to-seconds.
8761
6e2ca895
GM
8762 * minibuffer.el (completion-initials-expand): Fix typo.
8763
8764 * faces.el (modeline, modeline-inactive, modeline-highlight)
8765 (modeline-buffer-id):
8766 * info.el (info-menu-5): Mark these face aliases as obsolete.
8767
ed17efec
NR
87682009-09-01 Nick Roberts <nickrob@snap.net.nz>
8769
8770 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8771 space ...
8772 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8773 no "--thread" option.
8774 (gdb-stopped): Don't print "Switched to thread" message when it is
8775 unchanged.
8776
fcb68f70
SM
87772009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * minibuffer.el (completion-try-completion)
8780 (completion-all-completions): Remove ill-defined (and
8781 mistakenly installed and luckily never used nor documented)
8782 `completion-styles' property.
8783 (completion-initials-expand, completion-initials-all-completions)
8784 (completion-initials-try-completion): New functions.
8785 (completion-styles-alist): Add doc to each entry.
8786 Add new `initials' entry.
8787
83318a6d
NR
87882009-09-01 Nick Roberts <nickrob@snap.net.nz>
8789
8790 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8791 MI command -var-evaluate-expression.
8792 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8793 and tweak for case of string child.
734db384 8794 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 8795
d63eb0e7
GM
87962009-09-01 Glenn Morris <rgm@gnu.org>
8797
c4f6e489
GM
8798 * add-log.el (change-log-date-face, change-log-name-face)
8799 (change-log-email-face, change-log-file-face, change-log-list-face)
8800 (change-log-conditionals-face, change-log-function-face)
8801 (change-log-acknowledgement-face):
8802 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8803 (custom-modified-face, custom-set-face, custom-changed-face)
8804 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8805 (custom-documentation-face, custom-state-face, custom-comment-face)
8806 (custom-comment-tag-face, custom-variable-tag-face)
8807 (custom-variable-button-face, custom-face-tag-face)
8808 (custom-group-tag-face-1, custom-group-tag-face):
8809 * diff-mode.el (diff-header-face, diff-file-header-face)
8810 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8811 (diff-added-face, diff-changed-face, diff-function-face)
8812 (diff-context-face, diff-nonexistent-face):
8813 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8814 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8815 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8816 (Info-title-4-face):
8817 * isearch.el (isearch-lazy-highlight-face):
8818 * log-view.el (log-view-file-face, log-view-message-face):
8819 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8820 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8821 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8822 (cvs-msg-face):
8823 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8824 (smerge-base-face, smerge-markers-face):
8825 * wid-edit.el (widget-documentation-face, widget-button-face)
8826 (widget-field-face, widget-single-line-field-face)
8827 (widget-inactive-face, widget-button-pressed-face):
8828 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8829 (woman-addition-face):
2fb1ec93
GM
8830 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8831 (eshell-ls-executable-face, eshell-ls-readonly-face)
8832 (eshell-ls-unreadable-face, eshell-ls-special-face)
8833 (eshell-ls-missing-face, eshell-ls-archive-face)
8834 (eshell-ls-backup-face, eshell-ls-product-face)
8835 (eshell-ls-clutter-face):
8836 * eshell/em-prompt.el (eshell-prompt-face):
8837 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 8838 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
8839 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8840 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8841 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8842 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8843 (antlr-font-lock-literal-face):
c4f6e489
GM
8844 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8845 (ebrowse-root-class-face, ebrowse-file-name-face)
8846 (ebrowse-default-face, ebrowse-member-attribute-face)
8847 (ebrowse-member-class-face, ebrowse-progress-face):
8848 * progmodes/make-mode.el (makefile-space-face):
8849 * progmodes/sh-script.el (sh-heredoc-face):
8850 * textmodes/flyspell.el (flyspell-incorrect-face)
8851 (flyspell-duplicate-face):
8852 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8853 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8854 Mark face aliases with "-face" suffix as obsolete.
8855
d80619fa
GM
8856 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8857 compiler.
8858
5f68c1b7
GM
8859 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8860 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8861 easy-menu-define wants to modify these.
8862
8863 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8864
8865 * net/browse-url.el (browse-url-file-url):
8866 * term/internal.el (dos-codepage-setup):
8867 Use default-value rather than default-enable-multibyte-characters.
8868
d80619fa 8869 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8870 * progmodes/flymake.el (flymake-highlight-line)
8871 (flymake-goto-file-and-line, flymake-goto-line):
8872 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8873 (gdb-goto-breakpoint):
8874 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8875 * progmodes/python.el (python-find-function)
8876 (python-pdbtrack-track-stack-file):
8877 * progmodes/verilog-mode.el (verilog-surelint-off):
8878 * term/ns-win.el (ns-open-file-select-line):
8879 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8880 Use forward-line rather than goto-line.
8881
d63eb0e7
GM
8882 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8883 * textmodes/reftex-index.el (reftex-display-index):
8884 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8885 * textmodes/reftex-toc.el (reftex-toc):
8886 Remove unnecessary bindings of default-major-mode (all are followed by
8887 major-mode check and possible mode switch).
8888
0afad278
NR
88892009-08-31 Nick Roberts <nickrob@snap.net.nz>
8890
8891 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8892 Handle watchpoints (bug#4282).
8893 (def-gdb-thread-buffer-command): Enable thread to be selected by
8894 clicking without selecting threads buffer first.
8895 (gdb-current-context-command): Use selected frame so that "up",
8896 "down" etc work in the GUD buffer.
8897 (gdb-update): Find selected frame before rendering stack buffer.
8898 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8899
4e135dd2
SM
89002009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * progmodes/sym-comp.el (displayed-completions): Remove.
8903 (symbol-complete): Use minibuffer-complete.
8904
e61eba34
GM
89052009-08-31 Glenn Morris <rgm@gnu.org>
8906
8907 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8908
734db384
SM
8909 * apropos.el (apropos-symbols-internal):
8910 Handle (obsolete) face aliases.
e61eba34
GM
8911
8912 * faces.el (describe-face): Adjust the output format to be more like
8913 describe-variable, and to mention (obsolete) face aliases.
8914 Adjust the whitespace so that help-setup-xref works.
8915
8916 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8917 * calendar/diary-lib.el (diary-button-face):
8918 Mark these face aliases as obsolete.
8919
8920 * calendar/calendar.el (calendar-today): Doc fix.
8921
4cf71456
NR
89222009-08-31 Nick Roberts <nickrob@snap.net.nz>
8923
8924 * progmodes/gdb-mi.el (gdb-control-all-threads)
8925 (gdb-control-current-thread): Force tool bar update.
8926 (gdb-non-stop-handler): New function.
8927 (gdb-init-1): Use it to test if non-stop mode is supported.
8928 Remove unused gdbmi buffer type.
8929
e61eba34 89302009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8931
8932 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8933 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8934
4324f7ca
NR
89352009-08-30 Nick Roberts <nickrob@snap.net.nz>
8936
8937 * comint.el (comint-exec-1): Check command is non-null first.
8938 Part of gdb-mi.el change (2009-08-28).
8939
a1bf889a
SM
89402009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8943
060c08b5
JB
89442009-08-30 Juanma Barranquero <lekktu@gmail.com>
8945
8946 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8947 instead of `dolist' to avoid a recursive require when bootstrapping.
8948
ab22be48
SM
89492009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8950
73ebf88f
SM
8951 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8952
80629cfc
SM
8953 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8954
206d0387 8955 * net/imap.el (imap-send-command): Simplify.
734db384 8956 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8957
844f7784
SM
8958 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8959
5ca4661e
SM
8960 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8961 with constant argument.
8962
c61dc887
SM
8963 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8964
7eb73deb
SM
8965 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8966
5fe443de
SM
8967 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8968 Change default, since most of our files don't have a history.
8969 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8970 the user.
8971
6444d64a
SM
8972 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8973 Add comint-run.
8974
5cb16bfc
SM
8975 * calc/calc.el: Improve commenting convention.
8976 (calc-digit-map, toplevel): Simplify.
8977
0aeb71a7
SM
8978 * comint.el (comint-insert-input): Be careful to only set point if we
8979 don't delegate to some other command.
8980
9a9af856
SM
8981 * proced.el (proced-signal-list): Make it an alist.
8982 (proced-grammar-alist): Capitalize names.
8983 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8984 Disable undo manually and make it read-only.
8985 Use completion-annotate-function.
8986
ab22be48
SM
8987 * minibuffer.el (minibuffer-message): If the current buffer is not
8988 a minibuffer, insert the message in the echo area rather than at the
8989 end of the buffer.
8990 (completion-annotate-function): New variable.
8991 (minibuffer-completion-help): Use it.
8992 (completion--embedded-envvar-table): Environment vars are
8993 always case-sensitive.
8994
4a948dbf
GM
89952009-08-30 Glenn Morris <rgm@gnu.org>
8996
8997 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8998 from fortran-current-defun.
8999 (fortran-beginning-of-subprogram): Be more precise about finding the
9000 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9001 (fortran-end-of-subprogram): Simplify.
9002 (fortran-current-defun): Use fortran-start-prog-re.
9003
486cf3b8
JB
90042009-08-29 Juanma Barranquero <lekktu@gmail.com>
9005
9006 * subr.el (do-after-load-evaluation): Simplify.
9007
db167d28
DN
90082009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9009
9010 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9011
9012 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9013 (vc-rcs-print-log): Use it.
9014
9015 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9016
efbc652a
SM
90172009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9018
2aa0e5bf
SM
9019 * paths.el (abbrev-file-name): Move to abbrev.el.
9020 * abbrev.el (abbrev-file-name): Move from paths.el.
9021 Obey user-emacs-directory.
9022 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9023 user-emacs-directory.
9024 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9025 abbrev-file-name and calc-settings-file any more.
9026 * startup.el (command-line): Recompute abbrev-file-name and
9027 abbreviated-home-dir.
9028 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9029 of the special code for when C-h bindings haven't been changed.
9030 (display-startup-echo-area-message): Use with-current-buffer.
9031 (command-line-1): Use a list of strings, rather than a list of lists
9032 of strings for longopts.
9033
51da8fe2
SM
9034 * files.el (get-free-disk-space): Use / for default-directory.
9035
0c3cc4dd
SM
9036 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9037 Use with-current-buffer.
9038
d988dbf6
SM
9039 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9040 Recognize immutable variables like most-positive-fixnum.
9041 (byte-compile-setq-default): Check and warn if trying to assign
9042 to an immutable variable, or a non-variable.
9043
efbc652a
SM
9044 * progmodes/cc-vars.el (c-comment-continuation-stars):
9045 * progmodes/cc-engine.el (c-looking-at-bos):
9046 * progmodes/cc-cmds.el (c-toggle-auto-state)
9047 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9048 (c-comment-line-break-function): Add version of obsolescence.
9049
d30a05d1
JL
90502009-08-28 Juri Linkov <juri@jurta.org>
9051
9052 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9053 associated with `archive-mode'.
9054
9055 * image.el (image-type-header-regexps): Use only JPEG magic number
9056 to determine JPEG images, and don't use `image-jpeg-p' because
9057 Emacs can display non-JFIF non-Exif JPEG images.
9058
1e8eecea
JB
90592009-08-28 Juanma Barranquero <lekktu@gmail.com>
9060
9061 * arc-mode.el (archive-mode):
9062 * emacs-lisp/re-builder.el (re-builder-unload-function):
9063 Protect against the default value of `major-mode' being nil.
9064
dd4fbf56
JB
90652009-08-28 Juanma Barranquero <lekktu@gmail.com>
9066
9067 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9068 Fix typos in docstrings.
9069
9070 * progmodes/js.el (js--macro-decl-re): Doc fix.
9071 (js--plain-method-re, js--split-name): Refloc docstring.
9072 (js--class-styles, js--make-merged-item, js--splice-into-items):
9073 Fix typos in docstrings; reflow docstrings.
9074 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9075 (js--variable-decl-matcher, js--inside-pitem-p)
9076 (js--parse-state-at-point, js--get-all-known-symbols)
9077 (js--symbol-history, js-find-symbol, js--js-references)
9078 (js--moz-interactor, js--js-encode-value, js--read-tab):
9079 Fix typos in docstrings.
9080
72f16325
SM
90812009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9082
14acf2f5
SM
9083 * textmodes/reftex.el (reftex-get-file-buffer-force):
9084 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9085 * emulation/viper.el (viper-go-away, viper-set-hooks):
9086 * emacs-lisp/re-builder.el (re-builder-unload-function):
9087 * emacs-lisp/bytecomp.el (byte-compile-file):
9088 * ses.el (ses-unload-function):
9089 * hexl.el (hexl-find-file):
9090 * files.el (normal-mode):
9091 * ehelp.el (with-electric-help):
9092 * autoinsert.el (auto-insert-alist):
9093 * arc-mode.el (archive-mode):
9094 Use (default-value 'major-mode) instead of default-major-mode.
9095
72f16325
SM
9096 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9097 * international/mule.el (load-with-code-conversion):
9098 * emacs-lisp/debug.el (debug):
9099 * ediff-vers.el (ediff-rcs-get-output-buffer):
9100 * dired.el (dired-internal-noselect): Don't let-bind
9101 default-major-mode around code that doesn't use it.
9102 E.g. buffer creation via get-buffer-create doesn't use it.
9103
aa485f7c
MA
91042009-08-28 Michael Albinus <michael.albinus@gmx.de>
9105
9106 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9107 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9108 when writing the temp file. Otherwise, epa-file gets confused.
9109 (tramp-register-file-name-handlers): Make it a defun. Move also
9110 `epa-file-handler' to the front of `file-name-handler-alist'.
9111
91122009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9115 start right after a ^M.
9116 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9117 (tramp-completion-file-name-regexp-separate)
9118 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9119 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9120 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9121 (tramp-completion-file-name-handler): Apply the checks here,
9122 instead during registration.
48c2d18a 9123 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
9124 `tramp-register-file-name-handler'. Register both
9125 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9126 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9127
3f0c2b92
NR
91282009-08-28 Nick Roberts <nickrob@snap.net.nz>
9129
72f16325
SM
9130 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9131 Remove variable ...
3f0c2b92
NR
9132 (gdb-init-1, gdb-display-separate-io-buffer)
9133 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9134 references to it.
9135 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9136 (gdb-inferior-filter): Use comint-output-filter to stop
9137 echoing and remove ^M characters.
9138
705e5bd9
SM
91392009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9140
009fdc2e
SM
9141 * emulation/viper-init.el (viper-restore-cursor-type):
9142 * emulation/cua-base.el (cua--update-indications):
9143 Replace default-cursor-type with (default-value 'cursor-type).
9144
b56a5ae0
SM
9145 * mail/sendmail.el (mail-recover-1):
9146 * international/mule-diag.el (describe-current-coding-system-briefly)
9147 (describe-current-coding-system):
9148 * international/mule-cmds.el (select-safe-coding-system)
9149 (select-message-coding-system)
9150 (set-language-environment-coding-systems, set-locale-environment):
9151 * hexl.el (hexl-insert-multibyte-char):
9152 * dos-w32.el (find-buffer-file-type-coding-system):
9153 * simple.el (what-cursor-position):
9154 Replace uses of default-buffer-file-coding-system
9155 with (default-value 'buffer-file-coding-system).
9156
de70529f
SM
9157 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9158 Replace uses of default-cursor-in-non-selected-windows
9159 with (default-value 'cursor-in-non-selected-windows).
9160 Use with-current-buffer.
9161
705e5bd9
SM
9162 * mail/feedmail.el: Use CL macros.
9163 (feedmail-run-the-queue, feedmail-send-it-immediately):
9164 * dos-w32.el (find-buffer-file-type): Replace uses of
9165 default-buffer-file-type with (default-value 'buffer-file-type).
9166
4d985ac2
GM
91672009-08-28 Glenn Morris <rgm@gnu.org>
9168
9169 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9170 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9171 Use default-value of major-mode rather than default-major-mode.
9172
17c15b81
SM
91732009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9174
3a68ab06
SM
9175 * Makefile.in (update-elcfiles): Report left over elc files.
9176
9421bdd1
SM
9177 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9178 expand-file-name and with-current-buffer.
9179 (mail-get-names, mail-directory): Use with-current-buffer.
9180
17c15b81
SM
9181 * vc.el (vc-read-revision): New function.
9182 (vc-version-diff, vc-merge): Use it.
9183
ba83a64e
SS
91842009-08-27 Sam Steingold <sds@gnu.org>
9185
9186 * simple.el (kill-do-not-save-duplicates): New user option.
9187 (kill-new): When it is non-nil, and the new string is the same as
9188 the latest kill, set replace to t to avoid duplicates in kill-ring.
9189
be3e598a 91902009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9191
9192 * net/tramp.el (tramp-handle-process-file): Do not flush all
9193 caches when `process-file-side-effects' is set.
9194 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9195 instead of `tramp-find-file-exists-command'.
9196 Unset `process-file-side-effects'.
d5b5c94a
MA
9197
91982009-08-27 Michael Albinus <michael.albinus@gmx.de>
9199
9200 * net/tramp.el (tramp-methods): New method "rsyncc".
9201 (top): Add completion function for "rsyncc".
9202 (tramp-message-show-message): New defvar.
9203 (tramp-message, tramp-error): Use it.
9204 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9205 remote copying.
9206 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9207 `tramp-methods' entry `copy-env' of "rsyncc".
9208 (tramp-vc-registered-read-file-names): New defconst.
9209 (tramp-vc-registered-file-names): New defvar.
9210 (tramp-handle-vc-registered): Implement optimization strategy.
9211 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9212 (tramp-vc-file-name-handler): New defun.
9213 (tramp-get-ls-command, tramp-get-test-command)
9214 (tramp-get-file-exists-command, tramp-get-remote-ln)
9215 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9216 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9217
9218 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9219 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9220 timestamps.
9221 (tramp-get-file-property): Check for timestamps in
9222 `tramp-cache-inhibit-cache'.
9223 (tramp-set-file-property): Write timestamp.
9224
1339cf20
KH
92252009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9226
9227 * language/japan-util.el (japanese-symbol-table): Add entries for
9228 cp932-2-byte.
9229
9230 * international/characters.el: Add category `j' to cp932-2-byte.
9231
726e3f1d
KH
92322009-08-27 Kenichi Handa <handa@m17n.org>
9233
9234 * international/fontset.el (build-default-fontset-data): New macro.
9235 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9236 tibetan, ethiopic, and ipa.
726e3f1d 9237
4e3b4528
SM
92382009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9241 (enable-multibyte-characters): Not customizable any more.
9242
9243 * subr.el (default-mode-line-format, default-header-line-format)
9244 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9245 (default-direction-reversed, default-truncate-lines)
9246 (default-left-margin, default-tab-width, default-case-fold-search)
9247 (default-left-margin-width, default-right-margin-width)
9248 (default-left-fringe-width, default-right-fringe-width)
9249 (default-fringes-outside-margins, default-scroll-bar-width)
9250 (default-vertical-scroll-bar, default-indicate-empty-lines)
9251 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9252 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9253 (default-scroll-down-aggressively, default-fill-column)
9254 (default-cursor-type, default-buffer-file-type)
9255 (default-cursor-in-non-selected-windows)
9256 (default-buffer-file-coding-system, default-major-mode)
9257 (default-enable-multibyte-characters): Mark as obsolete.
9258
b3cca6a6
DN
92592009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9260
652cc1a2
DN
9261 * vc-dir.el (vc-dir-update): Remove debug helper.
9262
b3cca6a6
DN
9263 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9264
4ed8c7aa
SS
92652009-08-26 Sam Steingold <sds@gnu.org>
9266
9267 * simple.el (save-interprogram-paste-before-kill): New user option.
9268 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9269 save the interprogram-paste into kill-ring before overriding it
9270 with the Emacs kill.
9271
3b64d86b
DN
92722009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9273
9274 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9275 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9276 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9277 and move to vc-rcs.el.
9278 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9279 move to vc-rcs.el.
9280 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9281 (vc-rcs-update-changelog): Remove.
9282 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9283 and move to vc-rcs.el.
9284
9285 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9286 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9287 renaming.
9288 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9289 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9290 vc.el, renamed to be RCS specific.
9291
72f16325
SM
9292 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9293 New functions.
9294 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9295
9296 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9297 New functions.
9298
636a36a0
SM
92992009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9302
239b3340
DN
93032009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9304
b91f0762 9305 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9306 (vc-git-stash, vc-git-stash-show): New functions.
9307 (vc-git-extra-menu-map): Bind them.
b91f0762 9308
b8e54362
DN
9309 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9310 directory correctly in case the item is a directory itself.
9311
239b3340
DN
9312 * vc.el: Document the desired behavior for reverted files in the
9313 `added' state.
dc810649
DN
9314 (vc-default-prettify-state-info): Remove function, unused.
9315
9316 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9317
e49c0179
GM
93182009-08-26 Glenn Morris <rgm@gnu.org>
9319
9320 * bindings.el (standard-mode-line-format): Reposition dashes in
9321 which-func entry. (Bug#4217)
9322
3029e594
GM
9323 * files.el (enable-local-variables, enable-local-eval)
9324 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9325 the defcustoms.
9326 (auto-mode-alist, ignored-local-variables)
9327 (save-some-buffers-action-alist): Move risky declarations to the
9328 definitions.
9329 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9330 (font-lock-defaults, format-alist, imenu--index-alist)
9331 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9332 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9333 (mode-line-modified, mode-line-mule-info, mode-line-position)
9334 (mode-line-process, mode-line-remote, outline-level)
9335 (parse-time-rules, rmail-output-file-alist)
9336 (special-display-buffer-names, vc-mode):
9337 Move risky declarations to the relevant files.
72f16325
SM
9338 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9339 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9340 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9341 * font-core.el (font-lock-defaults):
9342 * format.el (format-alist):
9343 * vc-hooks.el (vc-mode):
9344 * window.el (special-display-buffer-names):
9345 * international/mule-cmds.el (input-method-alist):
9346 Define riskiness here (dumped file) rather than in files.el.
9347 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9348 * imenu.el (imenu-generic-expression, imenu--index-alist):
9349 * outline.el (outline-level):
9350 * time.el (display-time-string):
9351 * calendar/parse-time.el (parse-time-rules):
9352 * mail/rmailout.el (rmail-output-file-alist):
9353 Autoload riskiness here, rather than placing in files.el.
9354
8476cfaf
SM
93552009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9356
9357 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9358
0b35b48e
MA
93592009-08-25 Michael Albinus <michael.albinus@gmx.de>
9360
9361 * simple.el (process-file-side-effects): New defvar.
9362
9363 * dired-aux.el (dired-show-file-type):
9364 * vc.el (vc-diff-internal):
9365 * vc-arch.el (vc-arch-diff):
9366 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9367 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9368 * vc-git.el (vc-git-registered, vc-git-working-revision)
9369 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9370 (vc-git--empty-db-p):
9371 * vc-hooks.el (vc-user-login-name):
9372 * vc-svn.el (vc-svn-registered, vc-svn-state)
9373 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9374 * progmodes/grep.el (grep-probe): Let-bind
9375 `process-file-side-effects' with nil.
9376
9377 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9378
9379 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9380 daemon. Replace ping by checking for running service for bluez
9381 and zeroconf. (Bug#4239)
9382
d54cc599
GM
93832009-08-25 Kevin Ryde <user42@zip.com.au>
9384
9385 * net/dig.el (dig): Add autoload cookie.
9386
7bfd055d
GM
93872009-08-25 Glenn Morris <rgm@gnu.org>
9388
bac9c66c
GM
9389 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9390 load-history for absolute file-names.
9391 (byte-compile-file-form-require): Warn about use of the cl package.
9392
7bfd055d
GM
9393 * format.el (format-alist): Doc fix.
9394
5ac1f9e0
GM
9395 * play/bubbles.el (top-level): Don't require cl at run-time.
9396
af62aa88
GM
9397 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9398 run-time cl).
9399
71e036af
DD
94002009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9401
9402 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9403 from cl package.
9404 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9405
42110eaf
JB
94062009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9407
9408 * calc/calc-alg.el (math-trig-rewrite)
9409 (math-hyperbolic-trig-rewrite): New functions.
9410 (calc-simplify): Simplify trig functions when asked.
9411
88421f3e
SM
94122009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9415
dbd9624e
KH
94162009-08-24 Kenichi Handa <handa@m17n.org>
9417
9418 * language/ind-util.el (mapthread): Delete it.
9419 (combinatorial): New function.
9420 (indian--puthash-cv): Use combinatorial instead of mapthread.
9421
9b89e3ee
GM
94222009-08-22 Kevin Ryde <user42@zip.com.au>
9423
9424 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9425 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9426 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9427 Clarify docstring that the value is strings not symbols.
9428 (checkdoc-list-of-strings-p): New function.
9429
e6ce8c42
GM
94302009-08-22 Glenn Morris <rgm@gnu.org>
9431
2ddf2ea6 9432 * files.el (auto-mode-alist):
a3374680
GM
9433 * hippie-exp.el (he-concat-directory-file-name):
9434 * lpr.el (lpr-windows-system, printer-name):
9435 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9436 * ps-print.el (ps-windows-system):
9437 * startup.el (command-line):
9438 * emulation/viper-ex.el (viper-glob-function):
9439 * international/mule-cmds.el (set-language-environment-coding-systems):
9440 * net/ange-ftp.el (ange-ftp-write-region):
9441 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9442 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9443 unisoft-unix, vax-vms, win32, w32.
9444
977955fa
GM
9445 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9446 given name if the pattern is not more specific.
9447
b4deec2e
GM
9448 * calendar/lunar.el (lunar-phase-names): New option.
9449 (lunar-phase): Doc fix.
9450 (lunar-cycles-per-year): New constant.
9451 (lunar-index): New function.
9452 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9453 (lunar-phase-name): Use lunar-phase-names.
9454 (calendar-lunar-phases): Use format.
9455 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9456
47e83968
GM
9457 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9458 Copy imenu-example--name-and-position function here for own use.
9459 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9460
e6ce8c42
GM
9461 * bs.el (bs--redisplay):
9462 * cus-edit.el (custom-redraw):
9463 * ibuffer.el (ibuffer-bury-buffer):
9464 * server.el (server-goto-line-column):
9465 * startup.el (command-line-1):
9466 * strokes.el (strokes-xpm-for-stroke):
9467 * term.el (term-display-buffer-line):
9468 * view.el (View-goto-line):
9469 * calc/calc.el (calc-do, calc-trail-buffer):
9470 * play/gamegrid.el (gamegrid-add-score-insecure):
9471 * progmodes/ada-mode.el (ada-compile-goto-error):
9472 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9473 (ebrowse-select-1st-to-9nth):
47e83968 9474 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9475 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9476 * progmodes/gud.el (gud-display-line):
9477 (idlwave-shell-display-line):
9478 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9479 * progmodes/make-mode.el (makefile-browser-toggle):
9480 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9481 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9482 * textmodes/picture.el (picture-draw-rectangle):
9483 * textmodes/reftex-index.el (reftex-index-goto-letter):
9484 (reftex-select-jump-to-previous):
9485 * textmodes/reftex-sel.el (reftex-find-start-point)
9486 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9487 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9488 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9489 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9490 * textmodes/two-column.el (2C-associated-buffer):
9491 Use forward-line rather than goto-line.
9492
9493 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9494 goto-line.
9495
4b18bdb3
GM
9496 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9497 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9498 (quick-check-list-to-regexp): Declare.
e6ce8c42 9499
72f16325
SM
9500 * progmodes/make-mode.el (makefile-browser-insert-selection):
9501 Use goto-char rather than goto-line.
e6ce8c42
GM
9502
9503 * progmodes/prolog.el (compilation-error-regexp-alist)
9504 (compilation-forget-errors): Declare.
9505
32a2cf25
JL
95062009-08-22 Juri Linkov <juri@jurta.org>
9507
9508 * progmodes/grep.el (lgrep, rgrep): At the beginning
9509 set `dir' to `default-directory' unless `dir' is a non-nil
9510 readable directory. (Bug#4052)
9511 (lgrep, rgrep): Change a weird way to report an error
9512 from using `read-string' to using `error'.
9513 Instead of using interactive arguments in the function body,
9514 add new argument `confirm'.
9515
5443c9b7
SM
95162009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9517
cb5b40ee
SM
9518 * textmodes/remember.el (remember-buffer):
9519 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9520 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9521 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9522 * net/newst-treeview.el (newsticker-groups-filename):
9523 * net/newst-backend.el (newsticker-cache-filename):
9524 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9525 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9526 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9527 (speedbar-buffers-line-path, speedbar-path-line)
9528 (speedbar-buffers-line-path):
9529 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9530 (epg-sign-keys):
9531 * epa.el (epa-display-verify-result):
9532 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9533
d6261cc1
GM
95342009-08-21 Glenn Morris <rgm@gnu.org>
9535
3e1ea342
GM
9536 * progmodes/js.el (inferior-moz-process): Fix declaration.
9537
ce86eeb5
GM
9538 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9539
fff28970
GM
9540 * obsolete/rnewspost.el (news-mail-reply):
9541 Use goto-char rather than goto-line.
9542
d93e053b
GM
9543 * term/ns-win.el (ns-open-file-select-line):
9544 Use line-beginning-position rather than goto-line.
9545
d5d105e8
GM
9546 * apropos.el (apropos-command):
9547 * ehelp.el (electric-helpify):
9548 * printing.el (pr-show-setup):
9549 * strokes.el (strokes-help):
9550 * tutorial.el (tutorial--describe-nonstandard-key)
9551 (tutorial--detailed-help):
9552 * woman.el (woman-mini-help, woman-display-extended-fonts):
9553 * calc/calc-help.el (calc-describe-key):
9554 * emulation/edt.el (edt-electric-helpify):
9555 * international/mule-diag.el (mule-diag):
9556 * play/yow.el (apropos-zippy):
9557 * progmodes/python.el (python-describe-symbol):
9558 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9559 * textmodes/table.el (*table--cell-describe-mode)
9560 (*table--cell-describe-bindings):
9561 Use help-print-return-message rather than the now obsolete alias.
9562
a8ab722f 9563 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9564 (calendar-cursor-to-visible-date):
9565 * play/5x5.el (5x5-position-cursor):
9566 * play/decipher.el (decipher):
9567 * play/gomoku.el (gomoku-goto-xy):
9568 * play/landmark.el (lm-goto-xy):
9569 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9570 (mpuz-paint-digit):
9571 Use forward-line, not goto-line.
a8ab722f 9572
d6261cc1
GM
9573 * mail/rmail.el (rmail-obsolete): Delete custom group.
9574 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9575 (rmail-remote-password, rmail-remote-password-required):
9576 Remove unneeded :set-after and :set properties.
9577
9e846523
MA
95782009-08-21 Michael Albinus <michael.albinus@gmx.de>
9579
9580 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9581
bbe1f502
DN
95822009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9583
bcc5db24
DN
9584 * loadup.el: Remove leftover macos code.
9585
bbe1f502
DN
9586 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9587 Explicitly pass the date format to git blame so that user local
9588 so that the output format can be parsed.
9589
6fd2d19a
MA
95902009-08-20 Michael Albinus <michael.albinus@gmx.de>
9591
9592 * net/dbus.el (top): Don't check for (getenv
9593 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9594
31764e15
SM
95952009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9596
9597 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9598 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9599
28930e39
SM
96002009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9601
4fd15622 9602 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9603 Bug#3287
4fd15622 9604
b3d8e4a0
SM
9605 * help.el (help-print-return-message): Rename from
9606 print-help-return-message.
9607
c9829c70
SM
9608 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9609 cvs-mode-map parent hack.
9610 (log-view-mode): Derive from special-mode.
9611
b932657b
SM
9612 * linum.el (linum-mode): window-size-change-functions is redundant.
9613 Adapt to new window-configuration-change-hook behavior.
9614 (linum-after-size, linum-after-config): Remove.
9615
1b700bca
SM
9616 * imenu.el (imenu-example--name-and-position)
9617 (imenu-example--lisp-extract-index-name)
9618 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9619 Mark as obsolete.
9620
28930e39
SM
9621 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9622 (inferior-prolog-mode): Use it.
9623 (inferior-prolog-load-file): Reset list of errors.
9624
c9af0b68
KH
96252009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9626
9627 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9628
9629 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9630
720c7cd6
MA
96312009-08-19 Michael Albinus <michael.albinus@gmx.de>
9632
9633 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9634 is running already.
9635
03a74b84
SM
96362009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * subr.el (listify-key-sequence-1): Use normal syntax since those
9639 integers are nowadays always represented by the same (positive) number
9640 on all platforms.
9641 (read-key-empty-map): New const.
9642 (read-key-delay): New var.
9643 (read-key): New function.
9644 (force-mode-line-update): Use with-current-buffer.
9645 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9646 (start-process-shell-command, start-file-process-shell-command):
9647 Discourage the use of command-args.
9648
f43e88d4
GM
96492009-08-19 Glenn Morris <rgm@gnu.org>
9650
9651 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9652
890429cc
SM
96532009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9654
85be9ec4
SM
9655 * simple.el (choose-completion-string): Don't rely on
9656 minibuffer-completing-file-name and ad-hoc checks to decide whether
9657 to continue completion or not.
9658
890429cc
SM
9659 * minibuffer.el (minibuffer-hide-completions): New function.
9660 (completion--do-completion): Use it.
9661 (completions-annotations): New face.
9662 (completion--insert-strings): Use it.
9663 (completion-pcm--delim-wild-regex): Add docstring.
9664 (completion-pcm--string->pattern): Add support for 0-width delimiters
9665 in completion-pcm--delim-wild-regex.
9666
265d4549
SM
96672009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9668
d440b941
SM
9669 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9670 Remove unused var `buffer-modified-p'.
9671
265d4549
SM
9672 * minibuffer.el (completion--do-completion): Move point for the #b001
9673 case as well (bug#4176).
9674 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9675
ba6f7d86
MA
96762009-08-18 Michael Albinus <michael.albinus@gmx.de>
9677
9678 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9679 and :session buses.
9680
98819490
KH
96812009-08-18 Kenichi Handa <handa@m17n.org>
9682
265d4549
SM
9683 * international/ucs-normalize.el (ucs-normalize-version):
9684 Change to 1.1.
58627cf0
KH
9685 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9686 (utf-8-hfs): Make it perform normalization on encoding too.
9687
98819490
KH
9688 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9689 (sentence-end-without-space): Delete duplicated chars.
9690 (sentence-end-base): Likewise.
e739cc85
KH
9691
9692 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9693 (html-mode): Delete duplicated chars from sentence-end-base.
9694
9695 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9696 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 9697
645b9326
CY
96982009-08-17 Chong Yidong <cyd@stupidchicken.com>
9699
9700 * files.el (hack-one-local-variable): If the mode function is for
9701 a minor mode, pass it an argument (Bug#4148).
9702
56c195af
MA
97032009-08-17 Michael Albinus <michael.albinus@gmx.de>
9704
9705 * net/tramp.el (tramp-register-completion-file-name-handler):
9706 Check also for (member 'partial-completion completion-styles).
9707
7a55c78b
CY
97082009-08-16 Chong Yidong <cyd@stupidchicken.com>
9709
9710 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9711 abbrev (Bug#3943).
9712
be3e598a 97132009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9714
9715 * progmodes/cperl-mode.el: Merge upstream 6.2.
9716 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9717 (cperl-forward-re): Check cperl-brace-recursing.
9718 (cperl-highlight-charclass): New function.
9719 (cperl-find-pods-heres): Use it.
31cd2dd4 9720 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9721 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9722 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9723 (cperl-beautify-level): Don't process entire regexp.
9724 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9725 calling man.
9726 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9727 (cperl-init-faces): Build a list in the normal way.
9728
81b1f9c9
CY
97292009-08-16 Chong Yidong <cyd@stupidchicken.com>
9730
9731 * calendar/parse-time.el (parse-time-string-chars): Save match
9732 data.
9733
c3732cb8
SM
97342009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9735
55659495
SM
9736 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9737 (sql-product): Use it.
9738 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9739 (sql-set-product): Add completion.
9740 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9741 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9742 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9743 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9744 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9745 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9746 (sql-highlight-db2-keywords): Remove.
9747 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9748 (sql-highlight-product): Use derived-mode-p.
9749 (sql-set-sqli-buffer): Use with-current-buffer.
9750 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9751 Simplify.
9752
1ae79427
SM
9753 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9754
c3732cb8
SM
9755 * term.el: Fix commenting convention, turn comments into docstrings.
9756
f24b8bf3
CY
97572009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9758
9759 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9760
7b6fefac 97612009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 9762
1200ac26 9763 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
9764 character classes, to handle non-ascii characters (Bug#3190).
9765
97662009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 9767
1abbe4e5
CY
9768 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9769 another heredoc if the user adds another < (Bug#3226).
9770
c3732cb8
SM
9771 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9772 Don't initialize based on window-system (Bug#4124).
19261da4 9773
daad00fc
CY
9774 * facemenu.el (facemenu-read-color): Use a completion function
9775 that accepts any defined color, such as RGB triplets (Bug#3677).
9776
e1bdde78
CY
9777 * files.el (get-free-disk-space): Change fallback default
9778 directory to /. Expand DIR argument before switching to fallback.
9779 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9780
9d73a99e
CY
97812009-08-15 Chong Yidong <cyd@stupidchicken.com>
9782
9783 * files.el (load-library): Doc fix.
9784
68b962d4 97852009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 9786
953e0c1a 9787 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 9788 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 9789 incremental search string.
9d73a99e 9790
c3732cb8 9791 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 9792 XEmacs.
9d73a99e 9793
c3732cb8
SM
9794 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9795 (ediff-merge-region-is-non-clash)
9796 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 9797 Also check if the job is really a merge job.
9d73a99e 9798
c3732cb8 9799 * ediff.el (ediff-current-file): New function.
9d73a99e 9800
2e330adc
CY
98012009-08-15 Chong Yidong <cyd@stupidchicken.com>
9802
9803 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9804 conventions.
c3732cb8 9805 (js-insert-and-indent): Delete function.
2e330adc
CY
9806 (js-mode-map): Don't bind keys to js-insert-and-indent.
9807 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9808 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 9809 (js-auto-indent-flag): Delete variable.
2e330adc 9810
17b5d0f7
CY
98112009-08-14 Chong Yidong <cyd@stupidchicken.com>
9812
c3732cb8
SM
9813 * progmodes/js.el: Remove proclaim statement.
9814 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 9815
ba2d8894
CY
9816 * files.el (auto-mode-alist): Use js-mode for .js files.
9817
c3732cb8 9818 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
9819
9820 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9821
9822 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9823
c3732cb8 9824 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
9825
98262009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 9827 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
9828
9829 * progmodes/js.el: New file.
9830
b6377f1d
MH
98312009-08-14 Mark A. Hershberger <mah@everybody.org>
9832
9833 * timezone.el (timezone-parse-date): Add ability to understand ISO
9834 basic format (minimal separators) dates in addition to the
9835 already-supported extended format dates.
9836
bc0eef46
EZ
98372009-08-14 Eli Zaretskii <eliz@gnu.org>
9838
4e021e65
EZ
9839 * international/ucs-normalize.el: Add a `coding' file variable.
9840
bc0eef46
EZ
9841 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9842
53dab179
SS
98432009-08-14 Sam Steingold <sds@gnu.org>
9844
6801c38a 9845 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 9846
6c58c39c
CY
98472009-08-13 Chong Yidong <cyd@stupidchicken.com>
9848
9849 * faces.el (help-argument-name): Define it here instead of
9850 help-fns.el, because in daemon mode help-fns.el may be loaded when
9851 faces are still uninitialized (Bug#1078).
9852
9853 * help-fns.el (help-argument-name): Move defface to faces.el.
9854
c7baf7e9
NR
98552009-08-13 Nick Roberts <nickrob@snap.net.nz>
9856
9857 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9858 create buffer with a pty but no process so that GDB can make the
9859 inferior the controlling process.
9860
9c40e995 98612009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9862
9863 * international/ucs-normalize.el: New file.
9864
8cdba32b
RS
98652009-08-13 Richard Stallman <rms@gnu.org>
9866
5c950923
RS
9867 * mail/rmail.el (rmail-get-attr-names):
9868 Accept an attribute header that is too short.
9869
76e1e40b
RS
9870 * mail/rmail.el (rmail-forget-messages):
9871 Ignore nil elt in rmail-message-vector. Use dotimes.
9872
1fc01b08
RS
9873 * progmodes/compile.el (compilation-goto-locus):
9874 Use next-error-move-function.
9875
8cdba32b
RS
9876 * simple.el (next-error-move-function): New variable.
9877
99910cf4
JL
98782009-08-12 Juri Linkov <juri@jurta.org>
9879
9880 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9881 always non-nil. (Bug#4052)
9882
9883 * replace.el (read-regexp): Return empty string when
9884 `default-value' is nil.
9885 (keep-lines-read-args): Don't use empty string as the
9886 default value for `read-regexp'. (Bug#2495)
9887
fc5bdf6c
JL
98882009-08-12 Juri Linkov <juri@jurta.org>
9889
9890 * international/mule-cmds.el (ucs-insert): Change arguments
9891 from `arg' to `character', `count', `inherit' to be the same
9892 as in `insert-char'. Doc fix. (Bug#4039)
9893
9894 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9895
77748848
JL
98962009-08-12 Juri Linkov <juri@jurta.org>
9897
9898 * files-x.el: New file.
9899
9900 * files.el: Move code that deals with adding/deleting
9901 file/directory-local variables to files-x.el.
9902
9903 * Makefile.in (ELCFILES): Add files-x.elc.
9904
c8a44c4e
DD
99052009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9906
27a9fd5a
DD
9907 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9908 to use `goto-line'.
9909 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9910 `goto-line'.
9911 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9912 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9913 threads list.
107ef54a 9914 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9915 (gdb-starting): Moved -data-list-register-names...
9916 (gdb-stopped): ...here so it's sent when first thread stops.
9917 (gdb-registers-handler-custom): Do nothing if register names are
9918 unknown yet.
27a9fd5a 9919
c8a44c4e
DD
9920 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9921 from `gdb-mi.el' to avoid extra tangling.
9922
9923 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9924 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9925 (gdb-update-gud-running): No extra fuss for updating frame number.
9926
dfd4e693
SM
99272009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9928
51c4341f
SM
9929 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9930 (describe-language-environment-map, setup-language-environment-map)
9931 (set-coding-system-map): Move initialization into declaration.
9932 (set-language-info-alist): Last arg to define-key-after can be skipped.
9933
9934 * international/quail.el (quail-completion-1): Simplify.
9935 (quail-define-rules): Use slightly more compact code.
9936 (quail-insert-decode-map): Propertize keys, compact columns.
9937
dfd4e693
SM
9938 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9939 Add goto-line.
9940
83326559
MB
99412009-08-10 Miles Bader <miles@gnu.org>
9942
9943 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9944 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9945 (js2-instance-member, js2-private-member, js2-private-function-call)
9946 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9947 (js2-magic-paren, js2-external-variable):
9948 Remove "-face" suffix from face names.
9949 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9950 (js2-highlight-undeclared-vars, js2-peek-token)
9951 (js2-parse-function-params, js2-mode-show-errors)
9952 (js2-mode-show-warnings, js2-make-magic-delimiter)
9953 (js2-mode-highlight-magic-parens): Update to use new face names.
9954
8e754ea2
MA
99552009-08-09 Michael Albinus <michael.albinus@gmx.de>
9956
9957 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9958 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9959
1c292fc7
CY
99602009-08-09 Chong Yidong <cyd@stupidchicken.com>
9961
18d433a7
CY
9962 * subr.el: Provide hashtable-print-readable.
9963
1c292fc7
CY
9964 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9965 hs-c-like-adjust-block-beginning.
9966 (hs-hide-block-at-point): Stop hiding at the beginning of
9967 hs-block-end-regexp (Bug#700).
9968
2db0ae07
DD
99692009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9970
9971 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9972 a macro.
9973 (gdb-registers-handler-custom): Do not fail when register names
9974 are unavailable.
9975
fe4740a6
DD
99762009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9977
9978 * progmodes/gdb-mi.el (gdb-control-all-threads)
9979 (gdb-control-current-thread): Interactive setters for
9980 `gdb-gud-control-all-threads' to use in menu.
9981 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9982 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9983 gud/thread.xpm and gud/all.xpm.
9984
ce299d55
CY
99852009-08-08 Yoni Rabkin <yoni@rabkins.net>
9986
9987 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9988 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9989 (net-utils-mode): New mode for viewing diagnostic network output.
9990 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9991 (net-utils-run-simple): New function.
9992 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9993
7c4654ad
DD
99942009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9995
9996 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9997 (gdb-memory-set-address, def-gdb-set-positive-number)
9998 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9999 after changing settings.
10000 (gdb-invalidate-disassembly): Update when first shown.
10001 (gdb-edit-locals-value): Fixed.
10002 (gdb-registers-handler-custom): Print registers in right order and
10003 allow changing register values (only for current thread yet).
9cbac26b
DD
10004 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10005 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10006 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10007 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10008 info in mode name.
10009 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10010
0f25a277
EZ
100112009-08-08 Eli Zaretskii <eliz@gnu.org>
10012
10013 * mail/rmail.el (rmail-add-mbox-headers)
10014 (rmail-set-message-counters-counter): Search for
10015 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10016
b971be60
GM
100172009-08-08 Glenn Morris <rgm@gnu.org>
10018
10019 * Makefile.in (ELCFILES): Update.
10020
a35d3ad8
EZ
100212009-08-07 Eli Zaretskii <eliz@gnu.org>
10022
60c2df40
EZ
10023 * mail/sendmail.el (mail-yank-original): Set
10024 buffer-file-coding-system from the one used by the message whose
10025 text is yanked.
10026
8b0bcc2e
EZ
10027 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10028 to "windows" when "pgnuplot" is used.
10029 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10030 call accept-process-output if "pgnuplot" is used.
10031 (calc-graph-init): Don't send -display and -geometry to
10032 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10033 running "pgnuplot -V" with shell-command-to-string.
10034
10035 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10036 the default.
10037
100382009-08-07 Eli Zaretskii <eliz@gnu.org>
10039
10040 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10041 org/org-latex.elc.
10042
3bca7ca5
DN
100432009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10044
3c53763c
DN
10045 * vc-dispatcher.el (vc-resynch-window): Update comment.
10046
3bca7ca5
DN
10047 * term.el (term-handle-ansi-escape): Add comments with the
10048 terminfo capabilities implemented.
10049
7b217360
DD
100502009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10051
10052 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10053 (gdb-var-create-handler): Rewritten using JSON parser.
10054 (gdb-propertize-header): Moved earlier.
10055 (gdb-set-header): Removed to avoid duplication.
10056 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10057 Refresh disassembly buffers only after threads list have been
10058 update.
10059 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10060 variables.
10061
b4d84ecf
JL
100622009-08-04 Juri Linkov <juri@jurta.org>
10063
10064 * files.el: Commands to add/delete file/directory-local variables.
10065 (read-file-local-variable, read-file-local-variable-value)
10066 (read-file-local-variable-mode, modify-file-local-variable)
10067 (modify-file-local-variable-prop-line)
10068 (modify-dir-local-variable): New functions.
10069 (add-file-local-variable, delete-file-local-variable)
10070 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10071 (add-dir-local-variable, delete-dir-local-variable)
10072 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10073 (copy-dir-locals-to-file-locals-prop-line): New commands.
10074
42da39c1
CY
100752009-08-04 Chong Yidong <cyd@stupidchicken.com>
10076
10077 * abbrev.el (insert-abbrev-table-description): Prettify output.
10078 Suggested by Karl Chen.
10079
98bf8494
DD
100802009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10081
78b9fb28 10082 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10083 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10084 (gdb-overlay-arrow-position, gdb-thread-position)
10085 (gdb-disassembly-position): Declare variables.
10086 (gdb-wait-for-pending): Function now.
10087 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10088 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10089 compilation goes smoothly.
10090 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10091 (gdb-non-stop-setting): New customization setting which replaces
10092 `gdb-non-stop' so changing it doesn't break active GDB session.
10093 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10094 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10095 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10096 (gdb-show-threads-by-default): New customization options.
10097 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10098 routines.
10099 (gdb-get-buffer-create): Send buffers update signal when they are
10100 created.
10101 (gdb-invalidate-locals, gdb-invalidate-registers)
10102 (gdb-invalidate-breakpoints)
10103 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10104 (gdb-invalidate-memory): Accept update signal.
10105 (gdb-current-context-command): Use --frame option.
10106 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10107 Implement `gdb-frame-number' selection logic.
10108 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10109 whether to show GUD toolbar buttons.
10110 (gdb-thread-exited): Unselect current thread when it exits.
10111 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10112 (gdb-mark-line): Routine which sets overlay arrow or inverses
10113 video on fringeless displays.
10114 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10115 to build aligned columns of data in GDB buffers and set text
10116 properties line-by-line.
10117 (gdb-invalidate-breakpoints)
10118 (gdb-breakpoints-list-handler-custom)
10119 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10120 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10121 (gdb-registers-handler-custom): Align data columns.
10122 (gdb-locals-handler-custom): Now prints data like in variable
10123 declarations.
10124 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10125 Removed confusing buttons.
10126 (gdb-invalidate-threads): Append --frame.
10127 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10128 between breakpoints/threads buffers.
10129 (gdb-set-window-buffer): Now can ignore dedicated windows.
10130 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10131 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10132 (def-gdb-thread-buffer-gud-command): Replaces
10133 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10134 for fine thread control.
10135 (gdb-preempt-existing-or-display-buffer): New function used to
10136 display bound buffers without breaking window layout.
10137 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10138 (gdb-select-frame): New version of `gdb-frames-select' which now
10139 sets `gdb-frame-number' so commands may use --frame option instead
10140 of inner debugger state.
10141 (gdb-frame-handler): Do not set `gdb-frame-number'.
10142 (gdb-threads-mode-map): Select threads with mouse.
10143
10144 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10145 avoid compilation warning.
10146 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10147 `gdb-show-stop-p`.
10148
566f3909
DD
10149 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10150 Argument `key' renamed to `buffer-type'.
10151 (gdb-current-context-buffer-name): Do not add thread info to
10152 buffer name when no thread is selected.
10153 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10154 command (bug 3794).
10155 (gdb-thread-selected): Handle `=thread-selected' notification.
10156 (gdb-wait-for-pending): New macro to deal with congestion problems.
10157 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10158 breakpoints.
7b6fefac
JB
10159 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10160 This fixes problem similar to one described in bug 3947.
566f3909
DD
10161 (gud-menu-map): More menu items.
10162 (gdb-init-1): Reset `gdb-thread-number' to nil.
10163
4a31122c
DD
10164 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10165 non-stop settings.
10166
10167 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10168 (gdb-current-context-command): Do not append --thread if
10169 `gdb-thread-number' is nil.
10170 (gdb-running-threads-count, gdb-stopped-threads-count): New
10171 variables.
10172 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10173 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10174 customization options.
10175 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10176 GUD commands.
7b6fefac 10177 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10178 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10179 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10180 set `gdb-thread-number' and update `gud-running' properly.
10181 (gdb-running): Update threads list when new threads appear.
10182 (gdb-stopped): Support non-stop operation and new thread switching
10183 logic.
10184 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10185 (gdb-json-partial-output): New set of JSON routines.
10186 (def-gdb-auto-update-trigger): New `signal-list' optional
10187 argument.
10188 (gdb-thread-list-handler-custom): Update `gud-running',
10189 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10190 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10191 (gdb-continue-thread, gdb-step-thread): New commands for fine
10192 thread execution control.
10193 (gud-menu-map): New menu items to switch non-stop options.
10194 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10195 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10196
10197 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10198 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10199 gdb-buffer-rules.
10200 (def-gdb-auto-update-handler): New nopreserve optional argument.
10201 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10202
10203 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10204 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10205 (gdb-parent-mode): New mode to derive other GDB modes from.
10206 (gdb-display-disassembly-for-thread)
10207 (gdb-frame-disassembly-for-thread): New commands for threads
10208 buffer.
10209
10210 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10211 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10212 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10213 (gdb-update): We now store all GDB buffers in a list so that they
10214 can be updated by traversing a list instead of calling invalidate
7b6fefac 10215 triggers explicitly.
a5c9f540
DD
10216 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10217 pair for GDB buffer.
10218 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10219 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10220 handle pending triggers.
10221 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10222 (def-gdb-thread-buffer-simple-command)
10223 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10224 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10225 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10226 New commands which show buffers bound to thread.
e7086683 10227 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 10228
7b6fefac
JB
10229 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10230 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10231 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10232 to (gud-comint-buffer) in *-buffer-name functions
10233 because (gdb-get-target-string) already does that.
10234 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10235 (gdb-changed-registers-handler): Rewritten without regexps.
10236
ba214964 10237 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10238 (gdb-thread-number): New variable.
10239 (gdb-current-context-command): New macro which adds --thread
10240 option to command.
7b6fefac 10241 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10242 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10243 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10244 (gdb-select-thread): New command which selects current thread.
10245 (gdb-invalidate-frames, gdb-invalidate-locals)
10246 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10247
2ac33804
MA
102482009-08-04 Michael Albinus <michael.albinus@gmx.de>
10249
10250 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10251 robust. (Bug#3977)
2ac33804
MA
10252 (tramp-handle-insert-file-contents): `unwind-protect' must be
10253 inside `with-parsed-tramp-file-name'.
10254
10255 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10256 fails.
10257
39d0296f
NR
102582009-08-03 Nick Roberts <nickrob@snap.net.nz>
10259
10260 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10261 directory if CLASSPATH is not set.
10262
adcbca53
MA
102632009-08-03 Michael Albinus <michael.albinus@gmx.de>
10264
7b6fefac
JB
10265 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10266 New defconst.
7ef849b6 10267 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10268
30924b0b
CY
102692009-08-02 Kevin Ryde <user42@zip.com.au>
10270
7b6fefac
JB
10271 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10272 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10273
b6ce92f1
CY
102742009-08-02 Chong Yidong <cyd@stupidchicken.com>
10275
d977a092
CY
10276 * select.el (x-set-selection): Doc fix (Bug#4021).
10277
10278 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10279
b6ce92f1
CY
10280 * help-fns.el (describe-variable): Treat list return values from
10281 dir-locals-find-file properly (Bug#4005).
10282
7b6fefac 102832009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10284
10285 * net/tramp.el (tramp-debug-message): Print also microseconds.
10286
102872009-08-02 Michael Albinus <michael.albinus@gmx.de>
10288
10289 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10290 or END is non-nil.
10291 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10292 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10293 format.
10294
5ce6e4f4 10295 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10296 (tramp-get-file-property): Use it.
10297
10298 * autorevert.el (auto-revert-handler): Allow
10299 `auto-revert-tail-mode' for remote files.
10300
2aafe808
JR
103012009-08-02 Jason Rumney <jasonr@gnu.org>
10302
10303 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10304 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10305
e094097c
CY
103062009-08-02 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10309 (font-lock-variable-name-face, font-lock-constant-face): Darken
10310 the colors for light backgrounds.
10311
de94f281
EZ
103122009-08-01 Eli Zaretskii <eliz@gnu.org>
10313
10314 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10315 month names. (Bug#3987)
10316
54b99340
CY
103172009-07-31 Chong Yidong <cyd@stupidchicken.com>
10318
10319 * simple.el (line-move-finish): Pass whole number to
10320 line-move-to-column.
34be836c 10321 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10322
38216c30
JB
103232009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10324
10325 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10326
c779896d
CY
103272009-07-29 Alan Mackenzie <acm@muc.de>
10328
10329 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10330
592ccae0
DD
103312009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10332
35edc6c6
DD
10333 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10334 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10335
5a9e3ab7
JB
103362009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10337
10338 * calc/calc.el (calc-mode-map): Add keybinding for
10339 `calc-transpose-lines'.
10340
7b6fefac 103412009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10342
10343 * calc/calc-misc.el (calc-transpose-lines): New function.
10344
905fb90e
MA
103452009-07-28 Michael Albinus <michael.albinus@gmx.de>
10346
10347 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10348 Simplify check for out-of-band methods.
10349 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10350 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10351
76e14464
DN
103522009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10353
10354 * vc-git.el (vc-git-checkin): Fix typo.
10355
6088b51f 103562009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10357
10358 * progmodes/js2-mode.el: New file.
10359
b85157fe
NR
103602009-07-28 Nick Roberts <nickrob@snap.net.nz>
10361
10362 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10363 (gud-menu-map): Adjust tooltip accordingly.
10364
d43c2b06
DN
103652009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10366
1c0f0c3b
DN
10367 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10368 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10369
d43c2b06
DN
10370 * add-log.el (change-log-mode-map): Add a menu.
10371
3dec5c36
MA
103722009-07-27 Michael Albinus <michael.albinus@gmx.de>
10373
10374 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10375 function returns nil.
10376 (dbus-handle-event): Handle special return value :ignore.
10377 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10378
5704140c
CY
103792009-07-26 Chong Yidong <cyd@stupidchicken.com>
10380
10381 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10382 it's not needed.
10383
3077d1f6
EZ
103842009-07-25 Eli Zaretskii <eliz@gnu.org>
10385
10386 Fix Bug#3888:
10387
10388 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10389
10390 * term/pc-win.el (x-display-name, x-colors)
10391 (x-select-enable-clipboard, x-select-text): Doc fix.
10392
10393 * term/common-win.el (x-display-name, x-colors): Doc fix.
10394
10395 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10396 (xw-defined-colors): Doc fix.
10397
10398 * w32-fns.el (x-select-text, x-setup-function-keys)
10399 (x-get-selection, x-set-selection): Doc fix.
10400
10401 * term/x-win.el (x-select-text, x-setup-function-keys)
10402 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10403
10404 * select.el (x-set-selection): Doc fix.
10405
51768bc8
MA
104062009-07-25 Michael Albinus <michael.albinus@gmx.de>
10407
10408 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10409 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10410 "IsNSSSupportAvailable" method is not available. Reported by
10411 Steve Youngs <steve@sxemacs.org>.
10412
b11c2874
KH
104132009-07-24 Kenichi Handa <handa@m17n.org>
10414
10415 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10416 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10417 (build-unicode-category-table): Fix range checks.
10418
ba83b7b6
DN
104192009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10420
10421 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10422 the buffer we try to sync is current when calling
10423 vc-resynch-buffer.
10424
10425 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10426 not show up to date files.
10427
7a8ae964
GM
104282009-07-24 Glenn Morris <rgm@gnu.org>
10429
10430 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10431 Add autoload cookies. If necessary, initialize.
10432 (elint-log): Handle non-file buffers.
10433 (elint-initialize): Add optional argument to reinitialize.
10434 (elint-find-builtin-variables): Save excursion.
10435
a707eb05
DN
104362009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10437
10438 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10439 for Lint.
10440
0a2ddfa6
DN
104412009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10442
d6a62b0d
DN
10443 * vc.el (vc-print-log-internal): New function, split out from ...
10444 (vc-print-log): ... here.
10b5dcad 10445 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10446
0a2ddfa6
DN
10447 * vc-git.el (vc-git-add-signoff): New variable.
10448 (vc-git-checkin): Use it.
10449 (vc-git-toggle-signoff): New function.
10450 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10451 (vc-git--run-command-string): Accept a nil FILE argument.
10452 (vc-git-stash-list): New function.
10453 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10454
589a99f2
GM
104552009-07-23 Glenn Morris <rgm@gnu.org>
10456
10457 * help-fns.el (describe-variable): Describe ignored and risky local
10458 variables in a similar way to that in which we describe safe ones.
10459
10460 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10461 (byte-compile-output-file-form, byte-compile-output-docform)
10462 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10463 Give some more local variables with common names a "bytecomp-" prefix,
10464 so as not to shadow things during compilation.
10465 * emacs-lisp/cl-macs.el (load-time-value)
10466 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10467 `outbuffer' to `bytecomp-outbuffer'.
10468
10469 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10470 since the next two variables cover them automatically now.
10471 (elint-builtin-variables, elint-autoloaded-variables): New.
10472 (elint-unknown-builtin-args): Remove all members, since they can be
10473 parsed automatically now.
10474 (elint-extra-errors): New.
10475 (elint-env-add-env, elint-env-add-macro): Use cadr.
10476 (elint-current-buffer): Use or. Change final message.
10477 (elint-get-top-forms): Use line-end-position.
10478 (elint-init-env): Use cadr. Handle autoload, declare-function,
10479 and defalias.
10480 (elint-add-required-env): Doc fix. Use or. Standardize error.
10481 (regexp-assoc): Remove unused function.
10482 (elint-top-form): Set elint-current-pos, to record the start of the
10483 top-level form, for compilation-mode.
10484 (elint-form): Trap errors in macro expansion. Use dolist.
10485 (elint-unbound-variable): Use elint-builtin-variables and
10486 elint-autoloaded-variables.
10487 (elint-get-args): Use cadr, or.
10488 (elint-check-cond-form): Use dolist, cadr.
10489 (elint-check-condition-case-form): Doc fix. Use cadr.
10490 Use elint-extra-errors.
10491 (elint-log): New function.
10492 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10493 Distinguish errors and warnings.
10494 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10495 Use a bytecomp-style format.
10496 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10497 (elint-get-log-buffer): Use compilation mode. Disable undo.
10498 Don't truncate lines.
10499 (elint-initialize): Set builtin and autoloaded variable lists.
10500 Only process elint-unknown-builtin-args if non-nil.
10501 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10502 New functions.
10503 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10504
855b42a2
GM
105052009-07-22 Kevin Ryde <user42@zip.com.au>
10506
10507 * net/newst-backend.el (newsticker--parse-atom-1.0)
10508 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10509 (newsticker--parse-rss-1.0):
10510 * progmodes/idlwave.el (idlwave-mode):
10511 * progmodes/idlw-shell.el (idlwave-shell-mode):
10512 * progmodes/vera-mode.el (vera-mode):
10513 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10514 * progmodes/vhdl-mode.el (vhdl-mode):
10515 * textmodes/table.el (table-generate-source)
10516 (table--warn-incompatibility):
10517 Hyperlink urls in docstrings with URL `...'.
10518
fd413a37
GM
105192009-07-22 Glenn Morris <rgm@gnu.org>
10520
cb711556
GM
10521 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10522 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10523 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10524 Remove leading * from defcustom docs.
10525
fd413a37
GM
10526 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10527
10528 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10529 defcustom doc.
10530 (list-load-path-shadows): Optionally, just return shadows as a string.
10531
10532 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10533
a4f69701
CY
105342009-07-21 Chong Yidong <cyd@stupidchicken.com>
10535
10536 * mail/rmailedit.el (rmail-edit-mode): Use
10537 auto-save-include-big-deletions.
10538
10539 * mail/rmail.el (rmail-variables): Use
10540 auto-save-include-big-deletions.
10541
10542 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10543 changes.
10544
ec06459c
JB
105452009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10546
10547 * calc/calc.el (calc-undo-length): New variable.
10548 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10549
b41b0976
RS
105502009-07-21 Richard Stallman <rms@gnu.org>
10551
10552 * files.el (auto-save-mode): Handle buffer-save-size = -2
10553 for toggling mode.
10554
4ed32706
GM
105552009-07-21 Glenn Morris <rgm@gnu.org>
10556
531b1264
GM
10557 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10558
55d27f41
GM
10559 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10560
02df3f4d
GM
10561 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10562 silence compiler. Instead...
10563 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10564 (ps-print-ensure-fontified): Update for above function name changes.
10565
fdd8417e
GM
10566 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10567 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10568 silence compiler. Instead...
10569 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10570 (mh-show-buffer): Only define for compiler.
10571 (pr-mh-current-message): Update for above function name changes.
10572
4ed32706
GM
10573 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10574 as an argument.
10575 (find-file-noselect, insert-file-1): Update for above change.
10576
10577 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10578
10579 * mail/mailclient.el (mailclient-send-it): Fix message.
10580
10581 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10582 (edebug-eval): Check cl-debug-env is bound.
10583 (print-level, print-circle): Don't redefine built-in variables.
10584
10585 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10586 (custom-print-vectors): Remove old comments from doc.
10587
10588 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10589 (emerge-version): Make the variable an obsolete alias for the
10590 emacs-version variable. Make the function obsolete.
10591 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10592 Emerge options, rather than merging in into the main Options menu.
10593 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10594 and auto advance modes. Disable edit/fast items when not relevant.
10595
86812144
CY
105962009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10597
10598 * term/vt420.el (terminal-init-vt420): Fix typo.
10599
6bb90094
SS
106002009-07-20 Sam Steingold <sds@gnu.org>
10601
10602 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10603 variable (removed from compile.el on 2004-03-11).
10604
42e0a725
CY
106052009-07-20 Chong Yidong <cyd@stupidchicken.com>
10606
10607 * files.el (hack-local-variables-filter): Fix last change.
10608
2ee20f24
JL
106092009-07-19 Juri Linkov <juri@jurta.org>
10610
10611 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10612 (dir-local-variables-alist): New buffer-local variable.
10613 (hack-local-variables-filter): If variable is not dir-local,
10614 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10615 because file-local overrides dir-local.
3570691b 10616 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10617 Remove obsolete declaration.
10618 (hack-dir-local-variables): Add dir-local variable/value pair to
10619 `dir-local-variables-alist' and remove duplicates. Doc fix.
10620
10621 * help-fns.el (describe-variable): Add information about
10622 file-local and dir-local variables.
10623
89bf83cd
CY
106242009-07-19 Chong Yidong <cyd@stupidchicken.com>
10625
10626 * files.el (hack-local-variables-filter): Rewrite.
10627
1a8d3541
GM
106282009-07-19 Glenn Morris <rgm@gnu.org>
10629
d9e8a018
GM
10630 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10631 Silence compiler by only defining on XEmacs.
10632
da332cfb
GM
10633 * international/mule.el (auto-coding-regexp-alist): Only match
10634 BABYL... at the start of buffer, not of lines. (Bug#3790)
10635
1a8d3541
GM
10636 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10637 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10638 (cal-menu-context-mouse-menu): Doc fix.
10639
10640 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10641
10642 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10643
d842b103
JL
106442009-07-18 Juri Linkov <juri@jurta.org>
10645
10646 * info.el: Virtual Info keyword finder.
3570691b 10647 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10648 (Info-finder-file): New variable.
10649 (Info-finder-find-file): New function.
10650 (finder-known-keywords, finder-package-info)
10651 (find-library-name, lm-commentary): Use defvar and
10652 declare-function to silence compiler warnings.
10653 (Info-finder-find-node): New function.
10654 (info-finder): New command.
10655
10656 * subr.el (process-kill-buffer-query-function): New function.
10657 (add-hook)<kill-buffer-query-functions>: Add hook
10658 `process-kill-buffer-query-function'.
10659
10d37df7
AM
106602009-07-18 Alan Mackenzie <acm@muc.de>
10661
7b6fefac 10662 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10663 (c-postprocess-file-styles): Give invocation of `c-set-style'
10664 DONT-OVERRIDE parameter of t. Already set style variables will
10665 thus not be overridden by style settings given by `c-file-syle'.
10666
10667 * files.el (hack-local-variables-filter): Remove entries with
10668 duplicate keys from `file-local-variables-alist'.
10669
102e1a41
EZ
106702009-07-18 Eli Zaretskii <eliz@gnu.org>
10671
10672 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10673 x-set-selection if display-selections-p returns nil for the
10674 current frame.
10675
16f2e9fc
CY
106762009-07-18 Chong Yidong <cyd@stupidchicken.com>
10677
10678 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10679
f22693fc
EZ
106802009-07-18 Eli Zaretskii <eliz@gnu.org>
10681
a6c2c80c
EZ
10682 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10683 Accept nil in addition to a regexp.
10684 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10685 Accept nil in addition to a regexp.
10686 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10687 buffers that have an associated file. Handle nil values of
10688 desktop-buffers-not-to-save and desktop-files-not-to-save.
10689 (Bug#3833)
10690
f22693fc
EZ
10691 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10692 (x-disown-selection-internal): New functions.
10693
e456379a
NR
106942009-07-18 Nick Roberts <nickrob@snap.net.nz>
10695
10696 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10697 warning.
10698 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10699 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10700
0013b70f
CY
107012009-07-18 David De La Harpe Golden <david@harpegolden.net>
10702
10703 * simple.el (set-mark): Revert last change.
10704
0855c2ca
CY
107052009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10706
10707 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10708 rendering of pngs is not possible instead of messaging a long
10709 description.
10710
3f5c9cad
CY
107112009-07-17 David De La Harpe Golden <david@harpegolden.net>
10712
10713 * w32-fns.el (x-selection-owner-p): New function.
10714
10715 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10716 (mouse-yank-at-click, mouse-yank-primary): If
10717 select-active-regions is non-nil, deactivate the mark before
10718 insertion.
3f5c9cad
CY
10719
10720 * simple.el (deactivate-mark, set-mark): Only save selection if we
10721 own it.
10722
1fc87f9b
KH
107232009-07-17 Kenichi Handa <handa@m17n.org>
10724
10725 * case-table.el (describe-buffer-case-table): Fix for the case
10726 that KEY is a cons.
10727
d56fdcd2
DN
107282009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10729
10730 * vc-rcs.el (vc-rcs-find-file-hook):
10731 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10732
bede3e9f
MA
107332009-07-16 Michael Albinus <michael.albinus@gmx.de>
10734
10735 * net/tramp.el (tramp-wait-for-output): Handle the case when
10736 commands do not return a newline but a null byte before the shell
10737 prompt. (Bug#3858)
10738
7653ca1d
YM
107392009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10740
10741 * term/ns-win.el (ns-set-alpha): Don't declare.
10742 (ns-set-background-alpha): Remove function.
10743
ed2a52e9
SM
107442009-07-16 Kevin Ryde <user42@zip.com.au>
10745
10746 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10747 y-or-n-p, for safety.
10748
7a907299
RS
107492009-07-16 Richard Stallman <rms@gnu.org>
10750
10751 * files.el (auto-save-mode): If buffer-saved-size is -2,
10752 don't clobber it.
10753
10754 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10755 (rmail-retry-ignored-headers): Add more uninteresting fields.
10756
c0db3477
CY
107572009-07-15 Jari Aalto <jari.aalto@cante.net>
10758
10759 * net/rcirc.el (rcirc): Use history variables.
10760 (rcirc-server-name-history, rcirc-nick-name-history)
10761 (rcirc-server-port-history): New variables.
10762
6c875452
KH
107632009-07-15 Kenichi Handa <handa@m17n.org>
10764
bf974dc9
KH
10765 * international/mule-cmds.el (set-language-environment-charset):
10766 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10767 ignore them.
10768
6c875452
KH
10769 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10770 Delete unibyte-display.
10771
2066b4fe
CY
107722009-07-15 Chong Yidong <cyd@stupidchicken.com>
10773
10774 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10775
f9be2e35
CY
107762009-07-15 Chong Yidong <cyd@stupidchicken.com>
10777
10778 * simple.el (deactivate-mark): Optional argument FORCE.
10779 (set-mark): Use deactivate-mark.
10780
10781 * info.el (Info-search): No need to check transient-mark-mode
10782 before calling deactivate-mark.
10783
10784 * select.el (x-set-selection): Doc fix.
10785 (x-valid-simple-selection-p): Allow buffer values.
10786 (xselect--selection-bounds): Handle buffer values. Suggested by
10787 David De La Harpe Golden.
10788
10789 * mouse.el (mouse-set-region, mouse-drag-track): Call
10790 copy-region-as-kill before setting the mark, to let
10791 select-active-regions work.
10792
be3e598a 107932009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
10794
10795 * simple.el (deactivate-mark): If select-active-regions is
10796 non-nil, copy the selection data into a string.
10797 (activate-mark): If select-active-regions is non-nil, set the
10798 selection to the current buffer.
10799 (set-mark): Update selection if select-active-regions is non-nil.
10800
10801 * select.el (x-valid-simple-selection-p): Allow buffer values.
10802
cbd61418
SM
108032009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10806 and more featureful message-mode.
10807
f470187f
CY
108082009-07-14 Chong Yidong <cyd@stupidchicken.com>
10809
10810 * select.el (x-set-selection): Doc fix.
10811 (x-valid-simple-selection-p): Disallow selection data consisting
10812 of a list or cons of integers, since that is not used.
10813 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10814 (xselect-convert-to-string, xselect-convert-to-length)
10815 (xselect-convert-to-filename, xselect-convert-to-charpos)
10816 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10817
bfc99364
DD
108182009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10819
10820 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10821 output in -break-info command (Emacs bug #3794).
10822
e32721f5
GM
108232009-07-14 Glenn Morris <rgm@gnu.org>
10824
1e46f9e4
GM
10825 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10826 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10827 (edebug-print-length, edebug-print-level, edebug-print-circle)
10828 (edebug-sit-for-seconds, edebug-view-outside)
10829 (edebug-bounce-point, edebug-set-global-break-condition)
10830 (edebug-Go-nonstop-mode, edebug-trace-mode)
10831 (edebug-Trace-fast-mode, edebug-continue-mode)
10832 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10833 (edebug-visit-eval-list): Doc fixes.
10834
e32721f5
GM
10835 * subr.el (def-edebug-spec): Doc fix.
10836
66a85e76
KH
108372009-07-14 Kenichi Handa <handa@m17n.org>
10838
10839 * international/characters.el: Fix setting of category ?C.
10840
28571246
JD
108412009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10842
7b6fefac 10843 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
10844 ns-popup-font-panel instead of generate-fontset-menu.
10845
5d74672c
EZ
108462009-07-12 Eli Zaretskii <eliz@gnu.org>
10847
7b6fefac 10848 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 10849
eb1727a4
CY
108502009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10851
10852 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10853 the PK\003\004 header (Bug#3770).
10854
208384c5
CY
108552009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10856
10857 * pcomplete.el (pcomplete-comint-setup): Check for
10858 shell-dynamic-complete-filename too.
10859
774409a1
CY
108602009-07-11 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * simple.el (temporary-goal-column): Change the value for
10863 line-move-visual to a cons cell.
10864 (line-move-visual): Record or set the window hscroll, if
10865 necessary (Bug#3494).
10866 (line-move-1): Handle cons value of temporary-goal-column.
10867
1639ee1d
KH
108682009-07-11 Kenichi Handa <handa@m17n.org>
10869
10870 * international/mule-diag.el (describe-character-set): Don't show
10871 width.
10872
2b1d2412
SS
108732009-07-10 Sam Steingold <sds@gnu.org>
10874
10875 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10876 Omake sometimes indents the errors it prints, so allow all
10877 regexps to start with spaces.
10878
ed3a5691
EZ
108792009-07-10 Eli Zaretskii <eliz@gnu.org>
10880
ed2a52e9
SM
10881 * cus-edit.el (customize-changed-options-previous-release):
10882 Bump value to 22.1. (Bug#3804)
ed3a5691 10883
49405d0e
SS
108842009-07-08 Sam Steingold <sds@gnu.org>
10885
10886 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10887 to be a cons cell (test . ignored-directory) to selectively ignore
10888 some directories depending on the location of the search.
10889
93c3eb7c
MA
108902009-07-08 Michael Albinus <michael.albinus@gmx.de>
10891
10892 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10893 remote user is root, on the local host.
10894 (tramp-local-host-p): Either the local user or the remote user
10895 must be root. (Bug#3771)
10896
6f2a8484
NR
108972009-07-08 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * progmodes/gdb-mi.el (gdb): Remove description of
10900 gdb-use-separate-io-buffer.
69cb8d82 10901 (menu): Don't allow toggling of or enable
6f2a8484
NR
10902 gdb-use-separate-io-buffer from menubar.
10903
88d03607
CY
109042009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10905
10906 * mail/unrmail.el (unrmail): Make sure the message ends with two
10907 newlines (Bug#3769).
10908
7ef5b8b2
GM
109092009-07-08 Glenn Morris <rgm@gnu.org>
10910
10911 * calendar/calendar.el (calendar-current-date): Rework previous change.
10912
3ce82f97
GM
109132009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10914
10915 * calendar/calendar.el (calendar-current-date):
10916 Add an optional argument giving an offset from today.
10917
f35fc841
GM
109182009-07-08 Glenn Morris <rgm@gnu.org>
10919
10920 * tutorial.el (tutorial--describe-nonstandard-key):
10921 Adjust the message for when a key has been unbound.
10922 (help-with-tutorial): Hide the arch-tag.
10923
40149292
KH
109242009-07-08 Kenichi Handa <handa@m17n.org>
10925
69cb8d82
KH
10926 * international/fontset.el (setup-default-fontset): For each
10927 script, append (not set) font-specs.
10928
40149292
KH
10929 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10930 docstring.
10931
ff0c4194
NR
109322009-07-08 Nick Roberts <nickrob@snap.net.nz>
10933
10934 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10935 -data-list-register-names to ...
10936 (gdb-starting): ... here because GDB 7.0 requires execution to
10937 have started when using this MI command.
10938 (gdb-set-header): New function to distinguish select and
10939 unselected tabs in gdb buffers.
10940 (gdb-propertize-header): New macro that uses gdb-set-header.
10941 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10942 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10943
8954c675
CY
109442009-07-07 Chong Yidong <cyd@stupidchicken.com>
10945
10946 * Makefile.in (ELCFILES): Remove fadr.elc.
10947
0996385d
DD
109482009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10949
dc6b4519
DD
10950 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10951 may contain frame information, so `string-match' should be used.
10952 (gdb-update): Disassembly is invalidated through
10953 `gdb-get-selected-frame'.
10954 (gdb-pad-string): New function to pad string with spaces.
10955 (gdb-invalidate-disassembly): Invalidate only if the buffer
10956 exists.
10957 (gdb-disassembly-handler-custom): Column alignment.
10958 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10959 placing new ones.
10960 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10961 end of line, too.
10962 (gdb-frame-handler): Match convention to for disassembly buffer
10963 mode name.
17c1380b 10964 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10965 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10966 not highlight breakpoints without line information.
69a197a2 10967 (gdb-input): Add trailing newline to command.
dc6b4519 10968
14340b25
DD
10969 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10970 buffer properly.
10971 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10972 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10973 now.
10974 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10975 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10976 to place breakpoints.
14340b25
DD
10977 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10978 functions.
10979 (gdb-disassembly-handler-custom): Show overlay arrow.
10980 (gdb-disassembly-place-breakpoints): Show breakpoints in
10981 disassembly buffer.
10982 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10983 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10984 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10985 in `gud-menu-map'.
14340b25 10986
38d4f316 10987 * fadr.el: Remove.
1f2a6224 10988
7b6fefac 10989 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10990 (gdb-memory-address): New variable which holds top address of
7b6fefac 10991 memory page shown in memory buffer.
0996385d
DD
10992 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10993 customization variables.
10994 New functions:
10995 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10996 display the memory buffer.
10997 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10998 buffer display parameters.
10999 (def-gdb-memory-format, gdb-memory-format-binary)
11000 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11001 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11002 Functions for setting memory buffer format.
11003 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11004 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11005 unit size used in memory buffer.
11006 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11007 to next/previous page of memory buffer.
28d67a53 11008 Now using (bindat-get-field) instead of fadr functions.
0996385d 11009
9ba562d3
SS
110102009-07-07 Sam Steingold <sds@gnu.org>
11011
11012 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11013 non-top-level files.
11014
a43977db
KH
110152009-07-07 Kenichi Handa <handa@m17n.org>
11016
11017 * international/mule-cmds.el (reset-language-environment): Put
11018 the highset priority to the charset iso-8859-1.
11019
d44d05e8
CY
110202009-07-06 Chong Yidong <cyd@stupidchicken.com>
11021
11022 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11023 to the end of the line when locating the block (Bug#700).
11024
3e2fa353
MA
110252009-07-06 Michael Albinus <michael.albinus@gmx.de>
11026
11027 * net/tramp.el (tramp-handle-write-region): Flush file properties
11028 in case of short track.
11029
be3e598a 110302009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11031
bf0b361c
JB
11032 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11033 Coded custom representation of verilog error regular expressions
11034 to work with Emacs-22's new format.
d88782c3 11035 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11036 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11037 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11038 error recognition into XEmacs.
11039 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11040 error recognition into Emacs-22.
11041
25c6f63e
CY
110422009-07-06 Chong Yidong <cyd@stupidchicken.com>
11043
11044 * woman.el: Remove stand-alone closing parentheses.
11045 (woman-file-name, woman2-format-paragraphs)
11046 (woman-leave-blank-lines): Code cleanup.
11047 (woman-use-own-frame): Change default to nil.
11048 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11049 defaults to inherit from default faces.
11050 (woman2-process-escapes): Consume the newline after a stand-alone
11051 filler character (Bug#3651).
11052
f176290e
GM
110532009-07-06 Glenn Morris <rgm@gnu.org>
11054
11055 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11056 (top-level): Move provide to the end.
11057 (ffap): Remove defunct URL from custom group.
11058
11059 * subr.el (eval-after-load): Doc fix.
11060
7b6fefac 110612009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11062
11063 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11064 `calc-embedded-word' is called twice.
11065
4b8b1ec5
SM
110662009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * files.el (find-alternate-file-other-window, find-alternate-file):
11069 Obey confirm-nonexistent-file-or-buffer.
11070
d6ceb380
MA
110712009-07-05 Michael Albinus <michael.albinus@gmx.de>
11072
11073 * dired-aux.el (dired-show-file-type): Handle remote files.
11074
be3e598a 110752009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11076
4b8b1ec5
SM
11077 * desktop.el (desktop-globals-to-save):
11078 Add file-name-history (Bug#2750).
c760f19e 11079
6d00ce04
CY
110802009-07-05 Chong Yidong <cyd@stupidchicken.com>
11081
4b8b1ec5 11082 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11083
6ee21b07
JB
110842009-07-04 Johan Bockgård <bojohan@gnu.org>
11085
11086 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11087 property on entire argument since this is what eshell-lisp-command
11088 expects.
11089
f0dbdc25
MA
110902009-07-03 Michael Albinus <michael.albinus@gmx.de>
11091
11092 * net/tramp-gvfs.el (tramp-gvfs-methods)
11093 (tramp-gvfs-zeroconf-domain)
11094 (tramp-bluez-discover-devices-timeout): Add version flag.
11095 (tramp-gvfs-handler-mounted-unmounted)
11096 (tramp-gvfs-connection-mounted-p): Polish handling of
11097 incompatibilities between GVFS 0.2 and 1.0.
11098
e044e4fc
JD
110992009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11100
4b8b1ec5 11101 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11102
2e9b968b
JB
111032009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11104
bf0b361c 11105 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11106 formatted correctly.
11107
baf1a55e
JL
111082009-07-02 Juri Linkov <juri@jurta.org>
11109
11110 * info.el: Virtual Info files and nodes.
11111 (Info-virtual-files, Info-virtual-nodes): New variables.
11112 (Info-current-node-virtual): New variable.
11113 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11114 New functions.
11115 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11116 to check for a virtual file instead of checking a fixed list
11117 of node names.
11118 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11119 instead of ad-hoc processing of "dir" and (apropos history toc).
11120 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11121 instead of ad-hoc processing of "dir" and (apropos history toc).
11122 Reread a file when moving from a virtual node.
11123 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11124 (Info-directory-toc-nodes, Info-directory-find-file)
11125 (Info-directory-find-node): New functions.
11126 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11127 (Info-history): Move part of code to
11128 `Info-history-find-node'.
11129 (Info-history-toc-nodes, Info-history-find-file)
11130 (Info-history-find-node): New functions.
11131 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11132 (Info-toc): Move part of code to `Info-toc-find-node'.
11133 (Info-toc-find-node): New function.
4b8b1ec5 11134 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11135 the current Info file name to references because now the node
11136 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11137 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
11138 (Info-toc-nodes): Rename input argument `file' to `filename'.
11139 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11140 instead of ad-hoc processing of ("dir" apropos history toc).
11141 (Info-index-nodes): Use Info-virtual-file-p
11142 to check for a virtual file instead of checking a fixed list
11143 of node names.
11144 (Info-index-node): Add check for `Info-current-node-virtual'.
11145 Raise `save-match-data' higher up the tree to contain
11146 `search-forward' too (bug fix).
11147 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11148 (Info-virtual-index-nodes): New variable.
11149 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11150 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11151 (Info-apropos-file, Info-apropos-nodes): New variables.
11152 (Info-apropos-toc-nodes, Info-apropos-find-file)
11153 (Info-apropos-find-node, Info-apropos-matches): New functions.
11154 (info-apropos): Move part of code to `Info-apropos-find-node' and
11155 `Info-apropos-matches'.
11156 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11157 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11158 for a virtual file instead of checking a fixed list of node names.
11159
11160 * simple.el (async-shell-command): New command.
11161
11162 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11163
11164 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11165 instead of `mount-info'.
11166
d04bc496
MA
111672009-07-02 Michael Albinus <michael.albinus@gmx.de>
11168
11169 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11170 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11171
af0403e0
KH
111722009-07-02 Kenichi Handa <handa@m17n.org>
11173
11174 * international/mule.el (set-keyboard-coding-system): Force *-unix
11175 coding-system to avoid eol conversion.
11176
99278f8a
MA
111772009-07-01 Michael Albinus <michael.albinus@gmx.de>
11178
4b8b1ec5
SM
11179 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11180 Add handler for `process-file', `shell-command' and
99278f8a
MA
11181 `start-file-process'.
11182 (tramp-gvfs-handle-shell-command)
11183 (tramp-gvfs-handle-start-file-process)
11184 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11185 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11186
3f1c6666
JD
111872009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11188
11189 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11190
3f396bac
KH
111912009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11192
11193 * language/korean.el (set-language-info-alist): Add korean-cp949,
11194 cp949 to spec.
11195
c1185193
KH
111962009-07-01 Kenichi Handa <handa@m17n.org>
11197
11198 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11199
11200 * international/encoded-kb.el: Deleted.
11201
11202 * international/mule.el (set-keyboard-coding-system): Perform the
11203 necessary setup here instead of calling encoded-kbd-setup-display.
11204
3f150a60
GM
112052009-07-01 Glenn Morris <rgm@gnu.org>
11206
11207 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11208
b0d5b05b
GM
112092009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11210
11211 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11212
4f4126e6
MA
112132009-06-30 Michael Albinus <michael.albinus@gmx.de>
11214
4b8b1ec5
SM
11215 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11216 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11217 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11218
7ae3ea65 11219 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11220 (top): Add a default for "synce" in `tramp-default-user-alist'.
11221 Add completion function for "synce" method.
11222 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11223 (tramp-hal-interface-manager, tramp-hal-interface-device):
11224 New defconst.
11225 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11226 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11227 New defuns.
d6ceb380
MA
11228
11229 * net/trampver.el: Update release number.
7ae3ea65 11230
0ad6626b
KH
112312009-06-30 Kenichi Handa <handa@m17n.org>
11232
11233 * international/fontset.el (setup-default-fontset): Add CJK fonts
11234 for symbols and the other miscellaneous characters.
11235
4b8b1ec5
SM
11236 * language/korea-util.el (setup-korean-environment-internal):
11237 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11238 (exit-korean-environment): Cancel above.
11239
11240 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11241 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11242 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11243 environments, and an exit-function to cancel that.
11244
11245 * language/japan-util.el (setup-japanese-environment-internal):
11246 Call use-cjk-char-width-table with arg `ja_JP'.
11247
11248 * international/characters.el (cjk-char-width-table): Delete it.
11249 (cjk-char-width-table-list): New variable.
11250 (use-cjk-char-width-table): New arg local-name.
11251 (use-default-char-width-table): Fix for the case that Emacs is
11252 already using the default char-width-table.
11253
fd46e893
MA
112542009-06-29 Michael Albinus <michael.albinus@gmx.de>
11255
11256 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11257 modes mandatory. (Bug#3712)
11258
b87d9f96
AM
112592009-06-29 Alan Mackenzie <acm@muc.de>
11260
11261 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11262 correction between the visible width of TABs and their number of bytes.
b87d9f96 11263
2d25aa5a
CY
112642009-06-29 Chong Yidong <cyd@stupidchicken.com>
11265
11266 * server.el (server-buffer-done): Prevent kill-buffer from
11267 prompting by clearing the buffer modification flag (Bug#3696).
11268
a3a8b002
DN
112692009-06-28 Michael McNamara <mac@mail.brushroad.com>
11270
bf0b361c 11271 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11272 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11273 (verilog-basic-complete-re): Support localparam lineup.
11274 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11275 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11276 commenting.
11277 (verilog-leap-to-case-head): Now support *nested* unique &
11278 priority case statements.
11279 (verilog-auto-lineup): Make just declarations the default (as it
11280 had been).
4b8b1ec5 11281 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11282 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11283 select the various styles of automatic lineup.
a3a8b002
DN
11284 (verilog-error-regexp-alist): Rework to support the XEmacs style
11285 of error regular expressions from compilers, lint tools &
11286 simulators. Note that GNU Emacs has made it impossible for a mode
11287 to load such things.
11288 (electric-verilog-terminate-line, verilog-indent-declaration)
11289 (verilog-auto-wiure): Rework for radio button selection of
11290 auto-lineup selection of specification of auto lineup.
11291 (verilog-beg-of-statement-1): Redesign to support proper operation
11292 in additional code, based on testing with auto-lineup.
11293 (verilog-calculate-indent, assignments & declarations)
11294 (verilog-backward-token): Enhance to support auto-lineup of
11295 assignments & declarations.
11296 (verilog-in-directive-p, verilog-at-struct-p): New function for
11297 easy test of whether we are.
11298 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11299 to support safe execution at almost anyline.
11300 (verilog-calc-1): Properly support indenting deep inside generate
11301 blocks.
48c2d18a 11302 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11303 as it is redundant with font-lock-defaults.
a8f316ca 11304 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11305 to avoid circular calls if syntax-ppss is a function (as is the
11306 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11307 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11308 (verilog-ovm-begin-re, verilog-ovm-end-re)
11309 (verilog-ovm-statement-re, verilog-leap-to-head)
11310 (verilog-backward-token): Add support for OVM macros. Some are
11311 complete statements, and others open and close scopes like begin
11312 and end.
11313 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11314 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11315 compilation issue.
48c2d18a 11316 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11317 coverpoint, constraint and cross statements.
a3a8b002
DN
11318 (verilog-defun-level-list, verilog-generate-defun-level-list)
11319 (verilog-all-defun-level-list): Redo these specifications - it is
11320 too hard to support eval-when compile aggregation of lists also
11321 built at when-compile time.
11322 (verilog-defun-level-list): Place defconsts of variables used in
11323 building regular expressions which are built in eval-when-compile
11324 bodies in the same eval-when-compile body to facilitate compile
11325 without load.
11326 (verilog-beg-block-re-ordered): Support indenting
11327 virtual/protected tasks and functions.
7b6fefac 11328 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11329 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11330 indentation of some module items (generate items).
11331 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11332 across virtual/protected tasks and functions.
11333
113342009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11335
bf0b361c 11336 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11337 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11338 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11339 in concatenations. Reported by Yishay Belkind.
11340 (verilog-auto-ascii-enum): Support one-hot state machines in
11341 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11342 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11343 modport in AUTOINST and add vl-modport for users. Reported by
11344 David Rogoff.
11345 (verilog-auto-inout-module, verilog-auto-inst)
11346 (verilog-decls-get-interfaces, verilog-insert-definition)
11347 (verilog-insert-one-definition, verilog-read-decls)
11348 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11349 (verilog-sig-modport, verilog-signals-combine-bus)
11350 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11351 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11352 Suggested by David Rogoff.
11353 (verilog-repair-open-comma): Fix non-insertion of comma when
11354 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11355 (verilog-make-width-expression): Simplify [A-1:0] expression
11356 widths to just {A{1'b0}}.
11357 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11358 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11359 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11360 inputs/outputs or data type. Suggested by Vasu Kandadi.
11361 (next-error-last-buffer): Fix byte-compiler warning.
11362 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11363 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11364 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11365 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11366 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11367 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11368 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11369 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11370 causing use of <= assignments. Reported by Alex Reed.
11371 (verilog-read-decls): Fix triand, trior, wand, wor to be
11372 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11373 (verilog-extended-complete-re): Support import "DPI-C" functions.
11374 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11375 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11376 (verilog-insert-date, verilog-insert-year)
11377 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11378 Windows systems. Reported by Michael Potts.
11379 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11380 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11381 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11382 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11383 (verilog-read-decls): Fix detecting "parameter int" when using
11384 AUTOINSTPARAM. Reported by Bruce T.
11385 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11386 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11387 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11388 verilog-goto-defun will work. Reported by Lawrence Butcher.
11389 (verilog-getopt): Expand environment variables in -f file
11390 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11391 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11392 when reading enumerations.
11393 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11394 Suggested by Stephen Peltan.
4b8b1ec5 11395 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11396 files. Reported by Steve Peltan.
11397
f7c0d931
CY
113982009-06-28 David De La Harpe Golden <david@harpegolden.net>
11399
11400 * files.el (trash-directory): Fix defcustom type.
11401
baf1a55e 114022009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11403
11404 * help-fns.el (describe-function-1): Correctly locate adviced
11405 functions in hyperlink (Bug#2438).
11406
d63a01ef
CY
114072009-06-28 Chong Yidong <cyd@stupidchicken.com>
11408
11409 * files.el (trash-directory): Change default to nil.
11410 (move-file-to-trash): If trash-directory is nil and
11411 system-move-file-to-trash is unbound, perform freedesktop-style
11412 trashing.
11413
114142009-06-28 David De La Harpe Golden <david@harpegolden.net>
11415
11416 * files.el (move-file-to-trash): Add freedesktop trash
11417 support (Bug#973).
11418
fc2f6a26
GM
114192009-06-28 Glenn Morris <rgm@gnu.org>
11420
11421 * autorevert.el (global-auto-revert-non-file-buffers)
11422 (global-auto-revert-mode): Doc fixes.
11423
00242b07
JB
114242009-06-27 Johan Bockgård <bojohan@gnu.org>
11425
11426 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11427
f5594f03
CY
114282009-06-27 Chong Yidong <cyd@stupidchicken.com>
11429
e8a2b2da
CY
11430 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11431 opened an X connection before calling x-get-resource (Bug#3194).
11432
f5594f03
CY
11433 * play/doctor.el: Remove reference to obsolete website.
11434 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11435
3c3bf6ce
DN
114362009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11437
11438 Remove find-file-not-found-hook VC method. (Bug#2757)
11439 * vc-hooks.el (vc-file-not-found-hook)
11440 (vc-default-find-file-not-found-hook): Remove functions.
11441 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11442 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11443 * vc.el:
11444 * vc-hg.el:
11445 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11446
e26a7bc0
AM
114472009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11448
11449 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11450 compatibility function for `looking-back'.
e26a7bc0 11451
4b8b1ec5 11452 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11453 Use `ispell-looking-back'.
e26a7bc0 11454
d9848600
MA
114552009-06-24 Michael Albinus <michael.albinus@gmx.de>
11456
11457 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11458 rather than `filename'.
d9848600 11459
05fbc4a9
MB
114602009-06-23 Miles Bader <miles@gnu.org>
11461
11462 * face-remap.el (text-scale-set): New function.
11463
f86ca715
GM
114642009-06-23 Glenn Morris <rgm@gnu.org>
11465
33e2c2e5
GM
11466 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11467
f529f302
GM
11468 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11469
34995333
GM
11470 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11471
cc80ccee
GM
11472 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11473
84cb770d
GM
11474 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11475 Simplify Persian conditionals.
11476
d916c965
GM
11477 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11478 variable `filename'.
11479
b6a44b27
GM
11480 * comint.el (comint-insert-input): Doc fix.
11481
f86ca715
GM
11482 * Makefile.in (ELCFILES): Fix typo in previous change.
11483
666e158e
MB
114842009-06-23 Miles Bader <miles@gnu.org>
11485
11486 * cus-start.el: Add entry for `recenter-redisplay'.
11487
be3e598a 114882009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11489
11490 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11491 Add an optional argument for the backend, use it instead of
11492 calling vc-backend.
4b8b1ec5
SM
11493 (vc-mode-line): Add an optional argument for the backend.
11494 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11495 special handling for vc-state being a buffer to ...
11496
11497 * vc-rcs.el (vc-rcs-find-file-hook):
11498 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11499
11500 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11501 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11502 vc-stay-local-p and vc-mode-line calls.
11503
11504 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11505 (vc-cvs-diff, vc-cvs-annotate-command)
11506 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11507 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11508 vc-mode-line calls.
11509
11510 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11511 direct comparison.
11512 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11513 backend when calling vc-mode-line.
11514 (vc-register): Do not create a closure for calling the vc register
11515 function, call it directly.
11516
2764748c
DN
115172009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11518
11519 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11520 to make it obvious item can be clicked.
f5a0b281
DN
11521
11522 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11523
d4a885b2
KH
115242009-06-23 Kenichi Handa <handa@m17n.org>
11525
11526 * language/korea-util.el (korean-key-bindings): Change the binding
11527 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11528 same command.
11529
e3610693
MA
115302009-06-22 Michael Albinus <michael.albinus@gmx.de>
11531
11532 Sync with Tramp 2.1.16.
11533
11534 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11535
11536 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11537 when a loading of a package fails. Completion function for rsync
11538 is `tramp-completion-function-alist-ssh'.
11539 (all): Replace all calls of `split-string' and
11540 `tramp-split-string' by `tramp-compat-split-string'.
11541 (tramp-default-method): Use `tramp-compat-process-running-p'.
11542 (tramp-default-proxies-alist): Allow also Lisp forms.
11543 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11544 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11545 (tramp-domain-regexp): Allow also "-", "_" and ".".
11546 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11547 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11548 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11549 (tramp-handle-directory-files-and-attributes-with-stat):
11550 Care about filenames with spaces, or starting with "-".
e3610693
MA
11551 (tramp-handle-dired-uncache): New defun.
11552 (tramp-handle-insert-directory): Don't flush the directory from
11553 cache, this is handled by `dired-uncache' now.
11554 (tramp-handle-insert-file-contents): Improve error handling.
11555 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11556 Quote `tramp-end-of-output'.
11557 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11558 (tramp-check-for-regexp): Both echoes must be present, before removing.
11559 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11560 (tramp-compute-multi-hops): Eval cons cells of
11561 `tramp-default-proxies-alist'.
11562 (tramp-maybe-open-connection): Use the same command pattern for
11563 first hop and further hops.
11564 (tramp-wait-for-output): Remove handling of newlines.
11565 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11566 (tramp-split-string): Remove function. It is handled in
11567 tramp-compat now.
11568
4b8b1ec5
SM
11569 * net/tramp-cmds.el (tramp-bug):
11570 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11571
11572 * net/tramp-compat.el (tramp-compat-split-string)
11573 (tramp-compat-process-running-p): New defuns.
11574
11575 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11576 for `dired-uncache'.
11577
11578 * net/tramp-gvfs.el: New package.
11579
4b8b1ec5
SM
11580 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11581 Add handler for `dired-uncache'.
e3610693
MA
11582 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11583
11584 * net/trampver.el: Update release number. Make version check fit
11585 for SXEmacs 22.
11586
13a3f374
JM
115872009-06-22 Jim Meyering <meyering@redhat.com>
11588
e0a28a3b 11589 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11590 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11591 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11592
5242671e 115932009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11594 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11595
e0a28a3b 11596 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11597 repository (http://sphinx.net.ru/hg/gdb-mi/).
11598
3fde45af
GM
115992009-06-22 Glenn Morris <rgm@gnu.org>
11600
46253b34
GM
11601 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11602 `mode' and `eval' entries. (Bug#3430)
11603
97e18192
GM
11604 * Makefile.in (ELCFILES): Add fadr.elc.
11605
731a00fb
GM
11606 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11607 differing behavior of \n and ^ in strings. (Bug#3385)
11608
c66cd0ff
GM
11609 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11610
3fde45af
GM
11611 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11612 property.
11613 (lisp-indent-function): Make it a defcustom.
11614
db2241a0
NR
116152009-06-21 Nick Roberts <nickrob@snap.net.nz>
11616
11617 * progmodes/gdb-ui.el: Replace with ...
5242671e 11618 * progmodes/gdb-mi.el: ... this file.
db2241a0 11619 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11620
116212009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11622
db2241a0
NR
11623 * fadr.el: New file.
11624
38d4f316 11625See ChangeLog.14 for earlier changes.
e3d51b27
MR
11626
11627;; Local Variables:
11628;; coding: utf-8
e3d51b27
MR
11629;; End:
11630
4e5617ee 11631 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11632
11633 This file is part of GNU Emacs.
11634
11635 GNU Emacs is free software: you can redistribute it and/or modify
11636 it under the terms of the GNU General Public License as published by
11637 the Free Software Foundation, either version 3 of the License, or
11638 (at your option) any later version.
11639
11640 GNU Emacs is distributed in the hope that it will be useful,
11641 but WITHOUT ANY WARRANTY; without even the implied warranty of
11642 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11643 GNU General Public License for more details.
11644
11645 You should have received a copy of the GNU General Public License
11646 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11647
38d4f316 11648;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1