Fix typos in Changelogs.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
aec66319
KH
12010-03-08 Kenichi Handa <handa@m17n.org>
2
3 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 4 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 5
b327c975
AS
62010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7
8 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
9 call to rfc822-bad-address. (Bug#5692)
10
1c465a6a
CY
112010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12
13 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
f7e0618c 14 vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 15
a4e32226
CY
162010-03-06 Chong Yidong <cyd@stupidchicken.com>
17
18 * calculator.el (calculator): Don't bind split-window-keep-point
19 (Bug#5674).
20
4c83ed3d
SM
212010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * vc-git.el: Re-flow to fit into 80 columns.
24 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
25 Remove spurious `quote' element in each case alternative.
26 (vc-git-show-log-entry): Use prog1.
27 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
28
d40a7570
GM
292010-03-06 Glenn Morris <rgm@gnu.org>
30
31 * cedet/semantic/grammar.el (semantic-grammar-header-template):
32 Update template copyright to GPLv3+.
33
e8defde3
SM
342010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
37
233f0c9f
CY
382010-03-03 Chong Yidong <cyd@stupidchicken.com>
39
40 * macros.el (insert-kbd-macro): Look up keyboard macro using the
41 definition, not the name (Bug#5481).
42
254bedef 432010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
44
45 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
46 argument with a local variable. (Bug#5670)
47
7187cdae
JL
482010-03-02 Juri Linkov <juri@jurta.org>
49
50 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
51
9cf3544e
MA
522010-03-02 Michael Albinus <michael.albinus@gmx.de>
53
54 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
55 error when FILENAME and NEWNAME are existing remote directories.
56
57 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
58 parameter DIR-FLAG.
59
33f77982
GM
602010-03-02 Glenn Morris <rgm@gnu.org>
61
62 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
63 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
64
eb2f6eeb
AM
652010-03-01 Alan Mackenzie <acm@muc.de>
66
e8defde3
SM
67 * progmodes/cc-engine.el (c-remove-stale-state-cache):
68 Correct previous patch.
eb2f6eeb 69
d99ea08e
KH
702010-03-01 Kenichi Handa <handa@m17n.org>
71
e8defde3 72 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
73 myanmar-composable-pattern.
74
e8defde3
SM
75 * international/characters.el (script-list):
76 * international/fontset.el (script-representative-chars):
77 Change myanmar to burmese.
d99ea08e 78 (otf-script-alist): Likewise.
4aa2c3b2
KH
79 (setup-default-fontset): Likewise. Re-fix :otf spec.
80
dd21b621
AM
812010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
82
83 * cc-engine.el (c-remove-stale-state-cache): Take account of when
f7e0618c 84 `good-pos' is in the same macro as `here'. Fixes bug#5649.
dd21b621 85
b374f54d
KY
862010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
87
88 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
89
71572c03
JD
902010-02-28 Jan Djärv <jan.h.d@swipnet.se>
91
92 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
93
00cffdeb
MA
942010-02-28 Michael Albinus <michael.albinus@gmx.de>
95
96 * net/tramp.el (tramp-handle-write-region): START can be a string.
97 Take care in the checks. Reported by Dan Davison
98 <davison@stats.ox.ac.uk>.
99
d4b06783
MA
1002010-02-28 Michael Albinus <michael.albinus@gmx.de>
101
102 * net/dbus.el (dbus-introspect, dbus-get-property)
103 (dbus-set-property, dbus-get-all-properties): Use
104 `dbus-call-method' when noninteractive. (Bug#5645)
105
8c3e96d2
CY
1062010-02-28 Chong Yidong <cyd@stupidchicken.com>
107
de3a1fe9
CY
108 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
109 * emacs-lisp/elint.el (elint-add-required-env):
110 * cedet/semantic/db-find.el
111 (semanticdb-find-translate-path-brutish-default):
112 * cedet/ede/make.el (ede-make-check-version):
113 * calendar/icalendar.el (icalendar--add-diary-entry):
114 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
115 * files.el (recover-session-finish): Use with-current-buffer
116 instead of save-excursion.
117
c53b9c3b
SM
1182010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 Fix in-buffer completion when after-change-functions modify the buffer.
121 * minibuffer.el (completion--replace): New function.
122 (completion--do-completion): Use it and use relative movement.
123
4a16bdc6
CY
1242010-02-27 Chong Yidong <cyd@stupidchicken.com>
125
126 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 127
b8280f39
CY
1282010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
129
c53b9c3b
SM
130 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
131 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 132
f88cc4d6
KH
1332010-02-26 Kenichi Handa <handa@m17n.org>
134
135 * language/burmese.el: Fix entries in composition-function-table.
136 (myanmar-composable-pattern): New variable.
137
138 * international/fontset.el (setup-default-fontset): Add an entry
139 for myanmar.
140
141 * international/characters.el (script-list): Add Myanmar
142 Extended-A.
143
cdbf9100
GM
1442010-02-26 Glenn Morris <rgm@gnu.org>
145
90a94603
GM
146 * custom.el (custom-initialize-delay): Doc fix.
147
cdbf9100
GM
148 * mail/sendmail.el (send-mail-function): Autoload the call
149 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
150
8a249abc
AM
1512010-02-25 Alan Mackenzie <acm@muc.de>
152
153 * progmodes/cc-engine.el (c-clear-<-pair-props)
154 (c-clear->-pair-props): Correct to wipe category text props, not
155 syntax-table ones.
156
157 * progmodes/cc-mode.el (c-after-change): Remove any hard
158 syntax-table properties for <, > which, e.g., C-y has
159 inopportunely converted from category properties.
160
f95a5fd0
CY
1612010-02-24 Chong Yidong <cyd@stupidchicken.com>
162
163 * files.el (hack-local-variables-filter): For eval forms, also
164 check safe-local-variable-p (Bug#5636).
165
6583ba0e
CY
1662010-02-24 Eduard Wiebe <usenet@pusto.de>
167
168 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
169 and use c(ad)r of cddr (Bug#5640).
170
459a5f4b
MA
1712010-02-22 Michael Albinus <michael.albinus@gmx.de>
172
173 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
174 setting the modes by `ignore-errors'. It might fail, for example
175 if the file is not owned by the user but the group.
176 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
177
bb23f6e8
CY
1782010-02-21 Chong Yidong <cyd@stupidchicken.com>
179
50c58e27
CY
180 * files.el (directory-listing-before-filename-regexp): Use
181 stricter matching for iso-style dates, to avoid false matches with
182 date-like filenames (Bug#5597).
183
b660eb70
CY
184 * htmlfontify.el (htmlfontify): Doc fix.
185
186 * eshell/eshell.el (eshell): Doc fix.
187
bb23f6e8
CY
188 * startup.el (fancy-about-screen): In mode-line, apply
189 mode-line-buffer-id face only to the buffer name (Bug#5613).
190
3e39928c
CY
1912010-02-20 Kevin Ryde <user42@zip.com.au>
192
f7e0618c
JB
193 * progmodes/compile.el (compilation-error-regexp-alist-alist):
194 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
195 (Bug#5599).
196
0f00e948
EZ
1972010-02-20 Eli Zaretskii <eliz@gnu.org>
198
199 * subr.el (remove-yank-excluded-properties): Explain in a comment
200 why `category' property is removed.
201
3513efb2
CY
2022010-02-19 Chong Yidong <cyd@stupidchicken.com>
203
204 * isearch.el (isearch-update-post-hook, isearch-update): Revert
205 2010-02-17 change.
206
b4340b3f
UJ
2072010-02-19 Ulf Jasper <ulf.jasper@web.de>
208
209 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
210 (icalendar--convert-weekly-to-ical)
211 (icalendar--convert-yearly-to-ical)
212 (icalendar--convert-block-to-ical)
213 (icalendar--convert-cyclic-to-ical)
214 (icalendar--convert-anniversary-to-ical): Take care of time
215 specifications where hour has 1-digit only (Bug#5549).
216
8cfae03d
NR
2172010-02-19 Nick Roberts <nickrob@snap.net.nz>
218
219 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
220 of disassemble output in GDB 7.1.
221
055e4eea
GM
2222010-02-19 Glenn Morris <rgm@gnu.org>
223
224 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
225 property. (Bug#5593)
226
ff6b00de
SS
2272010-02-18 Sam Steingold <sds@gnu.org>
228
229 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
230
fe8c0b47
SM
2312010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 Use abbreviated file names in bookmarks (bug#5591).
234 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
235 calls to expand-file-name.
236 (bookmark-relocate): Use abbreviated file names in bookmarks.
237 (bookmark-load): Use abbreviated file names in messages.
238
73a37a69
MA
2392010-02-18 Michael Albinus <michael.albinus@gmx.de>
240
241 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
242 expand "." and "..". Reported by Thierry Volpiatto
243 <thierry.volpiatto@gmail.com>.
244
6e4f5731
MA
2452010-02-18 Michael Albinus <michael.albinus@gmx.de>
246
247 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
248 permissions of the temporary file to "0600". In case the remote
249 file has no read permissions for the owner, there might be
250 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
251
25222010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
253
254 * emacs-lisp/authors.el (authors-renamed-files-alist):
255 Add entries for INSTALL.CVS.
256
ba5bf642
MH
2572010-02-17 Mark A. Hershberger <mah@everybody.org>
258
f7e0618c 259 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 260
f7e0618c 261 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
262 (isearch-update): Use the new hook.
263
aac0b0f2
MA
2642010-02-16 Michael Albinus <michael.albinus@gmx.de>
265
fe8c0b47
SM
266 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
267 Fix errors in copying directories.
aac0b0f2
MA
268 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
269 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
270 (tramp-handle-delete-file)
271 (tramp-handle-dired-recursive-delete-directory)
272 (tramp-handle-write-region): Flush also the cache for the upper
273 directory.
274
05bbe066
CY
2752010-02-16 Chong Yidong <cyd@stupidchicken.com>
276
e8ab3908
CY
277 * simple.el (save-interprogram-paste-before-kill): Doc fix.
278
ff90f4b0
CY
279 * cus-edit.el (hardware): Doc fix.
280
281 * man.el (man): Add to external custom group.
282
283 * delim-col.el (columns): Move to wp custom group.
284
285 * doc-view.el (doc-view): Add to data custom group.
286
287 * cedet/data-debug.el (data-debug): Move to extensions group.
288
289 * cedet/ede.el (ede):
290 * cedet/srecode.el (srecode):
291 * cedet/semantic.el (semantic): Put in tools and extensions group.
292
fe8c0b47 293 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 294
05bbe066
CY
295 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
296 by ispell-parse-output (Bug#5575).
297
fa6ea913
KH
2982010-02-16 Kenichi Handa <handa@m17n.org>
299
300 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
301 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
302 (skkdic-convert): Use `euc-japan' coding system for writing.
303
88fd78ae
GM
3042010-02-16 Glenn Morris <rgm@gnu.org>
305
306 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
307 tex-main-file before using it. (Bug#5562)
308
2b8c974a
SM
3092010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
310
311 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
312 warnings, since it is annoying for the user to see them each time he
313 runs the code.
314
7540f029
MA
3152010-02-15 Michael Albinus <michael.albinus@gmx.de>
316
317 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
318 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
319 instead of PROC for caching "first-password-request". Otherwise,
320 new processes would not profit from passwords already entered.
321
2b8c974a
SM
322 * net/tramp-cache.el (tramp-dump-connection-properties):
323 Don't save "first-password-request" property.
7540f029 324
fa5f7c5f
JB
3252010-02-14 Juanma Barranquero <lekktu@gmail.com>
326
327 * outline.el (outline-head-from-level):
328 * simple.el (with-wrapper-hook):
329 * cedet/ede.el (ede-run-target, project-delete-target)
330 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
331 (ede-adebug-project, ede-adebug-project-parent)
332 (ede-adebug-project-root):
333 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
334 (elint-defun, elint-buffer-env, elint-top-form-logged)
335 (elint-unbound-variable):
336 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
337 Fix typos in docstrings.
338
ecbaeb7b
MA
3392010-02-14 Michael Albinus <michael.albinus@gmx.de>
340
341 * files.el (insert-directory): When WILDCARD-REGEXP and
342 FULL-DIRECTORY-P are nil, insert the file entry instead of the
343 whole directory. (Bug#5551)
344
345 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
346 dired's alignment sanity. (Bug#5516)
347
91e3333f
JL
3482010-02-14 Juri Linkov <juri@jurta.org>
349
350 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
351 Remove remaining ^H with their preceding chars. (Bug#5566)
352
36020642
GM
3532010-02-13 Glenn Morris <rgm@gnu.org>
354
355 * simple.el (transpose-subr): Give it a doc-string.
356
357 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
358 Doc fixes.
359
f5952338
JL
3602010-02-12 Juri Linkov <juri@jurta.org>
361
362 * arc-mode.el (archive-unique-fname): Make directories for nested
363 archives. (Bug#5540)
364
918fe50f
JL
3652010-02-12 Juri Linkov <juri@jurta.org>
366
367 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
368
c07ff221
SM
3692010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
370
48b1e7cf
SM
371 * subr.el (copy-overlay): Handle deleted overlays.
372
c07ff221
SM
373 * man.el (Man-completion-table): Don't signal an error if we can't run
374 manual-program (bug#4056).
375
0e374247
JB
3762010-02-10 Juanma Barranquero <lekktu@gmail.com>
377
378 * textmodes/artist.el (artist-mt): Fix typos in docstring.
379
dbf8402b
SM
3802010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
381
348d1e60
SM
382 * info.el (Info-bookmark-jump): Simplify.
383
dbf8402b
SM
384 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
385 (bookmark-default-handler): Accept new bookmark field `buffer'.
386
e6d23bb5
CY
3872010-02-10 Chong Yidong <cyd@stupidchicken.com>
388
389 * iswitchb.el (iswitchb-completions): Revert last change.
390
a8e4290b
MA
3912010-02-10 Michael Albinus <michael.albinus@gmx.de>
392
2b23acde 393 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
394 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
395 This prevents file names like "~/" being listed literally.
a8e4290b 396
c59d6fad
DN
3972010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
398
348d1e60
SM
399 * term/xterm.el (xterm-maybe-set-dark-background-mode):
400 Remove dead code. (Bug#5546)
c59d6fad 401
3a66e78f
CY
4022010-02-09 Chong Yidong <cyd@stupidchicken.com>
403
404 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
405 correctly (Bug#5548).
406
f29fd869
CY
4072010-02-08 Jose E. Marchesi <jemarch@gnu.org>
408
409 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 410 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 411
7fad1447
KH
4122010-02-08 Kenichi Handa <handa@m17n.org>
413
414 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 415 cookie for putting `lisp-indent-function'.
7fad1447 416
50e4518b
GM
4172010-02-07 Glenn Morris <rgm@gnu.org>
418
419 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
420 Move F2003 named interfaces from keywords-2 to keywords-1, and
421 use function-name-face rather than constant-face.
422 Simplify "abstract interface" regexp.
423
a4cc44cf
CY
4242010-02-07 Chong Yidong <cyd@stupidchicken.com>
425
426 * eshell/esh-util.el (eshell-file-attributes): New optional arg
427 ID-FORMAT. Pass it to `file-attributes'.
428
429 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
430
c917476d
CY
4312010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
432
433 * faces.el (set-face-attribute): Allow calling
434 internal-set-lisp-face-attribute with 'unspecified family and
435 foundry argument (Bug#5536).
436
7cf3f3d6
GM
4372010-02-07 Glenn Morris <rgm@gnu.org>
438
439 * progmodes/f90.el (f90-font-lock-keywords-2)
440 (f90-looking-at-type-like, f90-looking-at-program-block-end):
441 Handle F2003 named interfaces.
442
ffe87109
CY
4432010-02-06 Chong Yidong <cyd@stupidchicken.com>
444
445 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
446 beg and end before calling c-get-state-before-change-functions.
447
4775ecad
DN
4482010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
449
450 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
451
0d17c4b9
JL
4522010-02-05 Juri Linkov <juri@jurta.org>
453
454 * doc-view.el (doc-view-mode):
455 * image-mode.el (image-mode): Put property mode-class=special.
456 (Bug#4896)
457
8228a275
MH
4582010-02-05 Mark A. Hershberger <mah@everybody.org>
459
460 * vc-svn.el (vc-svn-revision-table): New function.
461
d9320986
MA
4622010-02-05 Michael Albinus <michael.albinus@gmx.de>
463
464 * net/ange-ftp.el (ange-ftp-insert-directory):
465 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
466 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
467 Handle also directories. (Bug#5478)
468
f43d8ecc
GM
4692010-02-05 Glenn Morris <rgm@gnu.org>
470
471 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
472
ce3a988d
CY
4732010-02-05 Chong Yidong <cyd@stupidchicken.com>
474
475 * startup.el (command-line-1): Convert options beginning with a
476 single dash as well (Bug#5519).
477
bdd42899
SM
4782010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
479
51b23c44
SM
480 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
481 * minibuffer.el (completion-initials-expand): Only check the presence
482 of delims *within* the boundaries, since otherwise the / delim is
483 always found for files.
484
bdd42899
SM
485 Fix up various corner case problems.
486 * doc-view.el (doc-view-last-page-number): New function.
487 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
488 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
489 (doc-view-kill-proc): Avoid inf-loop in freak cases.
490 (doc-view-reconvert-doc): Use the new recursive delete-directory.
491 (doc-view-convert-current-doc): Don't create the resolution.el file
492 here any more.
493 (doc-view-pdf/ps->png): Do it here instead.
494 (doc-view-already-converted-p): Check that resolution.el is present.
495 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
496 windows that are not yet showing images.
497
dd969a56
AM
4982010-02-04 Alan Mackenzie <acm@muc.de>
499
500 Change strategy for marking < and > as template delimiters: mark
501 them strictly in matching pairs.
502
51b23c44
SM
503 * cc-mode.el (c-before-change):
504 Use c-get-state-before-change-functions.
dd969a56
AM
505 (c-common-init): Adapt to use
506 c-get-state-before-change-functions (note plural).
507
508 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
509 for searching syntactically for matching <s and >s.
510 (c-get-state-before-change-functions): New language variable (note
511 the plural) which supersedes c-get-state-before-change-function.
512
513 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
514 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
515 (c-clear->-pair-props-if-match-before)
51b23c44 516 (c-before-change-check-<>-operators): New functions.
dd969a56
AM
517 (c-after-change-check-<>-operators): Use macro
518 c-unmark-<->-as-paren.
519
520 * cc-defs.el (c-search-backward-char-property): New macro.
521
522 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
523 and > any more. (These will be handled by font locking.)
524
d5b3979c
MA
5252010-02-04 Michael Albinus <michael.albinus@gmx.de>
526
527 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
528 `dired-uncache' for every elemnt which is an absolute file name.
529
530 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
531 directory, handle its directory component.
532 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
533 function is called permanently and creates noise, otherwise.
534
535 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
536 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
537 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
538
b003beb1
DB
5392010-02-04 David Burger <dburger@google.com> (tiny change)
540
541 * macros.el (apply-macro-to-region-lines):
542 Minor simplification. (Bug#5485)
543
ea92f9f3
GM
5442010-02-04 Glenn Morris <rgm@gnu.org>
545
a03ae20d
GM
546 * mail/rmail.el (rmail-show-message-1): Handle malformed
547 quoted-printable text. (Bug#5441)
548
4d01b827
GM
549 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
550
ea92f9f3
GM
551 * simple.el (visual-line-mode): Capitalize lighter.
552
82055bb7
JW
5532010-02-03 John Wiegley <jwiegley@gmail.com>
554
555 * iswitchb.el (iswitchb-completions): Add bookmark files to the
556 list of files considered for "virtual buffer" completions.
557
8214b6e4
MA
5582010-02-03 Michael Albinus <michael.albinus@gmx.de>
559
560 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
561 also in case of (and (not full) (not wildcard)). This is needed,
562 when dired is called with a list of files, which are not in
563 `default-directory'. (Bug#5478)
564
1df9718f
SM
5652010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
568
02ba1267
JL
5692010-02-02 Juri Linkov <juri@jurta.org>
570
571 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
572 from unidiff to allow function-line after @@.
573
a0c6a0fb
JL
5742010-02-02 Juri Linkov <juri@jurta.org>
575
576 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
577 '(RCS SCCS) with inverted condition.
578
c35fcd52
MA
5792010-02-02 Michael Albinus <michael.albinus@gmx.de>
580
581 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
582 messages.
583
6ba973c1
JL
5842010-02-01 Juri Linkov <juri@jurta.org>
585
586 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
587 compare with "pkunzip" and "pkzip" instead of only "pkzip".
588 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
589 only when (car archive-zip-extract) is "unzip". (Bug#5475)
590
0bca393f
SM
5912010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
594 (doc-view-revert-buffer): New command.
595 (doc-view-mode-map): Use it.
596
7a444e2a
DN
5972010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
598
599 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
600 pending merge is detected.
601
ad6fc8f4
JL
6022010-01-31 Juri Linkov <juri@jurta.org>
603
604 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
605 beginning of interactive spec like all other grep commands do.
606 Put "all" in front of "gz". (Bug#5260)
607
b9236874
DN
6082010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
609
610 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
611
1e868757
CY
6122010-01-29 Chong Yidong <cyd@stupidchicken.com>
613
614 * dirtrack.el (dirtrack): Warn instead of signalling error if the
615 regexp is incorrect (Bug#5476).
616
e5c70c41
MA
6172010-01-29 Michael Albinus <michael.albinus@gmx.de>
618
619 * net/tramp.el (tramp-handle-insert-directory): Handle also
620 symlinks, when FILENAME is not in `default-directory'.
621
0c0b61f1
MA
6222010-01-28 Michael Albinus <michael.albinus@gmx.de>
623
624 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 625 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
626
627 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
628 of SWITCHES. Handle the case, FILENAME is not in
629 `default-directory'. (Bug#5478)
630 (tramp-register-file-name-handlers): Add safe-magic property.
631
763f325e
CY
6322010-01-28 Chong Yidong <cyd@stupidchicken.com>
633
634 * arc-mode.el (archive-zip-extract): Quote the argument passed to
635 unzip (Bug#5475).
636
fd09a83f
CY
6372010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
638
639 * progmodes/flymake.el (flymake-allowed-file-name-masks)
640 (flymake-master-make-header-init): Add other C++ filename masks.
641 (flymake-find-possible-master-files)
642 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
643
7e5686f0
MA
6442010-01-28 Michael Albinus <michael.albinus@gmx.de>
645
646 Fix some busybox annoyances.
647
648 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
649 not responding." string.
650 (tramp-open-connection-setup-interactive-shell): Dump stty
651 settings. Enable "neveropen" arg for all `tramp-send-command'
652 calls. Handle "=" in variable values properly.
653 (tramp-find-inline-encoding): Raise an error, when no encoding is
654 found.
655 (tramp-wait-for-output): Check, whether PROC buffer is available.
656 Remove spurious " ^H" sequences, sent by busybox.
657 (tramp-get-ls-command): Suppress coloring, if possible.
658
c6265c10
GM
6592010-01-28 Glenn Morris <rgm@gnu.org>
660
c85a168b
GM
661 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
662
c6265c10
GM
663 * log-edit.el (log-edit-strip-single-file-name): Add missing
664 :safe, :group, and :version tags.
665
7d82a738
SB
6662010-01-27 Stephen Berman <stephen.berman@gmx.net>
667
668 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
669 buffers. (Bug#5477)
670
8b0e68ea
CY
6712010-01-27 David De La Harpe Golden <david@harpegolden.net>
672
673 * files.el (delete-directory): Handle moving to trash without
674 first doing recursion (Bug#5436).
675
368d3208
DN
6762010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
677
678 * vc-hooks.el (vc-path): Mark as obsolete.
679
755da7fa
DN
6802010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
681
e2396d80
DN
682 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
683 names too.
684
755da7fa
DN
685 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
686 for the short log.
687 (vc-bzr-log-view-mode): Adjust regexp for the above change.
688
6a6d15ab 6892010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 690
ac9ffe99 691 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 692
48c2d18a 693 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 694
504dcc71
EH
6952010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
696
697 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
698 diff-index command. This requires at least git-1.5.5. (Bug#1589).
699
51850286
DN
7002010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
701
c2f1d6d8
DN
702 Remove support for adding --signoff on commit.
703 Future support will use an incompatible generic mechanism.
704 * vc-git.el (vc-git-add-signoff): Remove variable.
705 (vc-git-toggle-signoff): Remove function.
706 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
707
51850286
DN
708 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
709 from xterm-set-background-mode. Return t if the background mode
710 was set.
711 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
712 earlier, call it again in case the background mode has changed.
713
02c6d0d0
CY
7142010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
715
716 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
717 (Bug#3541).
718
064eee03
CY
7192010-01-23 Chong Yidong <cyd@stupidchicken.com>
720
02c6d0d0
CY
721 * emacs-lisp/assoc.el (aelement): Doc fix.
722 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 723
5336c3ec 7242010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 725
48c2d18a 726 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
727 is the same as subprogram call, not declaration. (Bug#5435).
728
0536254e
MA
7292010-01-23 Michael Albinus <michael.albinus@gmx.de>
730
731 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
732 (tramp-smb-maybe-open-connection): Use it.
733
411d06c2
MA
7342010-01-22 Michael Albinus <michael.albinus@gmx.de>
735
0536254e 736 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 737
c893016b
SM
7382010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
741 just because we see "encoding: 8bit".
742 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
743
9425f8e1
CY
7442010-01-22 Chong Yidong <cyd@stupidchicken.com>
745
746 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
747
6a801864
EZ
7482010-01-22 Eli Zaretskii <eliz@gnu.org>
749
750 * jka-compr.el (jka-compr-load): If load-file is not in
751 load-history, try its file-truename version. (bug#5447)
752
3e8f7d91
AM
7532010-01-21 Alan Mackenzie <acm@muc.de>
754
755 Fix a situation where deletion of a cpp construct throws an error.
756 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
757 invoking c-with-all-but-one-cpps-commented-out, check that the
758 special cpp construct is still in the buffer.
759 (c-parse-state): Record the special cpp with markers, not numbers.
760
f0bd0ad5
CY
7612010-01-21 Kenichi Handa <handa@m17n.org>
762
763 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
764 process last-command-event, as it is now decoded first (Bug#5380).
765
5189d95b
CY
7662010-01-20 Chong Yidong <cyd@stupidchicken.com>
767
768 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
769
e073d74a
GM
7702010-01-20 Glenn Morris <rgm@gnu.org>
771
772 * indent.el (tab-always-indent): Fix custom-type.
773
8ee04f3a
AM
7742010-01-19 Alan Mackenzie <acm@muc.de>
775
776 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
777 buffer throws "args out of range".
778 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
779 playing the role of delimiter.
780
6a47c86a
SL
7812010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
782
bf0b361c 783 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
784 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
785 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
786 changed. Delete RECURSIVE parameter; never used. Improve doc string.
787 Improve comments in "is" portion. Handle null procedure declaration.
788 (ada-move-to-end): Improve doc string.
789
2acfb954
ÓF
7902010-01-18 Óscar Fuentes <ofv@wanadoo.es>
791
e90d57c0 792 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 793 Remove obsolete information from commentary.
e90d57c0
JB
794 (ido-choice-list): Initialize to nil.
795 (ido-get-bufname): Reject minibuffers.
796 (ido-make-buffer-list): If "default" is a nonexistent
797 buffer, ignore it, as per the function's comment.
798 (ido-kill-buffer-internal): New function.
799 (ido-kill-buffer-at-head): Use it.
800 (ido-visit-buffer): Likewise.
2acfb954 801
244b023e
CY
8022010-01-18 Chong Yidong <cyd@stupidchicken.com>
803
804 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
805
db9e401b
JB
8062010-01-18 Juanma Barranquero <lekktu@gmail.com>
807
808 * cedet/ede/locate.el (ede-locate-file-in-project)
809 (ede-locate-file-in-project-impl): Fix typos in docstrings.
810 (ede-enable-locate-on-project): Fix typos in error messages.
811
812 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
813 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
814 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
815 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
816 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
817 Fix typos in menu help.
818
819 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
820 Fix typos in chart titles.
821
822 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
823 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
824 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
825 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
826 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
827 (semantic-parse-stream, semantic-parse-region)
828 (semantic-parse-region-default, semantic--set-buffer-cache)
829 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
830 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
831 (semantic-default-submodes):
832 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
833 (semanticdb-create-ebrowse-database)
834 (semanticdb-find-tags-for-completion-method)
835 (semanticdb-find-tags-by-class-method)
836 (semanticdb-deep-find-tags-by-name-method)
837 (semanticdb-deep-find-tags-for-completion-method):
838 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
839 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
840 (semanticdb-find-tags-for-completion-method)
841 (semanticdb-find-tags-by-class-method)
842 (semanticdb-deep-find-tags-for-completion-method):
843 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
844 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
845 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
846 (semanticdb-find-tags-by-name-method)
847 (semanticdb-find-tags-by-name-regexp-method)
848 (semanticdb-find-tags-for-completion-method)
849 (semanticdb-find-tags-by-class-method)
850 (semanticdb-find-tags-external-children-of-type-method)
851 (semanticdb-find-tags-subclasses-of-type-method)
852 (semanticdb-deep-find-tags-by-name-method)
853 (semanticdb-deep-find-tags-by-name-regexp-method)
854 (semanticdb-deep-find-tags-for-completion-method):
855 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
856 (semanticdb-enable-gnu-global-in-buffer)
857 (semanticdb-find-tags-for-completion-method)
858 (semanticdb-deep-find-tags-by-name-method)
859 (semanticdb-deep-find-tags-for-completion-method):
860 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
861 (javascript-mode, semanticdb-find-translate-path)
862 (semanticdb-find-tags-for-completion-method)
863 (semanticdb-find-tags-by-class-method)
864 (semanticdb-deep-find-tags-by-name-method)
865 (semanticdb-deep-find-tags-for-completion-method)
866 (semanticdb-find-tags-external-children-of-type-method):
867 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
868 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
869 (global-semantic-idle-scheduler-mode):
870 * cedet/srecode/dictionary.el (srecode-field-value)
871 (srecode-dictionary-add-section-dictionary):
872 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
873 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
874 (describe-class, eieio-describe-generic, describe-generic):
875 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
876 (eieio-speedbar-expand):
877 * emulation/viper-cmd.el (viper-exec-form-in-vi)
878 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
879 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
880 (viper-del-backward-char-in-replace, viper-backward-indent)
881 (viper-brac-function, viper-register-to-point, viper-submit-report):
882 * net/tramp.el (tramp-remote-coding-commands):
883 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
884 Fix typos in docstrings.
885
9295137d
CY
8862010-01-17 Chong Yidong <cyd@stupidchicken.com>
887
888 * mail/sendmail.el (mail-yank-original): Set the mark if the
889 specified function for yanking does not do it.
890
4d0bbcb6
DN
8912010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
892
7902c120
DN
893 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
894
4d0bbcb6
DN
895 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
896 resyncing a directory.
897
0b702bc1
SL
8982010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
899
6a47c86a 900 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
901 (ada-ident-re): Delete ., allow multibyte characters.
902 (ada-goto-label-re): New; matches goto labels.
903 (ada-block-label-re): New; matches block labels.
904 (ada-label-re): New; matches both.
905 (ada-named-block-re): Deleted; callers changed to use
906 `ada-block-label-re' instead.
907 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
908 Use `ada-block-label-re'.
909 (ada-indent-on-previous-lines): Improve handling of goto labels.
910 (ada-get-indent-block-start): Special-case block label.
911 (ada-get-indent-label): Split into `ada-indent-block-label' and
912 `ada-indent-goto-label'.
913 (ada-goto-stmt-start, ada-goto-next-non-ws):
914 Optionally ignore goto labels.
915 (ada-goto-next-word): Simplify.
916 (ada-indent-newline-indent-conditional): Insert newline before
917 trying to fix indentation; doc fix.
918
05287c49
JB
9192010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
920
921 * calc/calc.el (calc-command-flags): Give it an initial value.
922
44e82a0b
GM
9232010-01-17 Glenn Morris <rgm@gnu.org>
924
925 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
926
4963739e
JB
9272010-01-17 Juanma Barranquero <lekktu@gmail.com>
928
929 * cedet/semantic.el (semantic-mode):
930 * files.el (minibuffer-with-setup-hook):
931 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
932 (artist-key-draw-continously, artist-key-do-continously-continously)
933 (artist-key-set-point-continously, artist-mouse-draw-continously):
934 Fix typos in docstrings.
935
116bd1ee
CY
9362010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
937
938 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
939 return t (Bug#3898).
940
2784cd7a 9412010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
942
943 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
944 can parse the output of the external commands (Bug#5279).
945
abd5cfe8
CY
9462010-01-16 Jari Aalto <jari.aalto@cante.net>
947
948 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
949
4fe22cdf
CY
9502010-01-16 Chong Yidong <cyd@stupidchicken.com>
951
bbdc98ef
CY
952 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
953
c7dc1ac1
CY
954 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
955
4fe22cdf
CY
956 * startup.el (command-line): Remove unused --icon-type arg.
957 Handle --display arg, passing it to command-line-1 (Bug#5392).
958
045b9da7
ML
9592010-01-16 Mario Lang <mlang@delysid.org>
960
961 * cedet/ede/cpp-root.el (ede-cpp-root-project):
962 * cedet/ede/files.el (ede-expand-filename):
963 * cedet/ede/simple.el (ede-simple-project):
964 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
965 (semantic-complete-inline-tag-engine):
966 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
967 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
968 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
969 * cedet/semantic/db.el (semanticdb-equivalent-mode):
970 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
971 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
972 * emacs-lisp/chart.el (chart-translate-namezone):
973 * textmodes/artist.el (artist-compute-popup-menu-table):
974 Remove duplicated words in doc-strings.
975
6554a5df
CY
9762010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
977
978 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
979 to mairix-search to suppress threading (Bug#5342).
980
ca4f0e9a
KH
9812010-01-15 Kenichi Handa <handa@m17n.org>
982
983 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 984 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 985
1db3226b
GM
9862010-01-15 Glenn Morris <rgm@gnu.org>
987
56a03f46
GM
988 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
989
990 * wid-edit.el (widget-keymap): Doc fix.
991
1db3226b
GM
992 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
993 former seems to be more widely accepted by various svn versions.
994
80cd4bb4
JB
9952010-01-14 Juanma Barranquero <lekktu@gmail.com>
996
d1f18ec0
JB
997 * find-cmd.el (find-constituents):
998 * vc-arch.el (vc-arch-root):
999 * window.el (window-body-height, pop-up-frames):
1000 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1001 (semantic-no-reparse-needed-change-hook):
1002 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1003 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1004 (srecode-template-inserter-ask, srecode-template-inserter-width)
1005 (srecode-template-inserter-section-start)
1006 (srecode-template-inserter-section-end, srecode-insert-method):
1007 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1008 * progmodes/ada-stmt.el (ada-if):
1009 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1010 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1011 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1012 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1013
80cd4bb4
JB
1014 * progmodes/flymake.el (flymake-post-syntax-check):
1015 Fix typo in error message.
1016
9c23ca47
JB
10172010-01-14 Juanma Barranquero <lekktu@gmail.com>
1018
1019 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1020 which is always a string. (Bug#5313)
1021
8794c483
JB
10222010-01-14 Juanma Barranquero <lekktu@gmail.com>
1023
1024 * progmodes/ada-xref.el (ada-default-prj-properties):
1025 Simplify previous change.
1026
95005d39
SL
10272010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1028
1029 * progmodes/ada-xref.el (ada-default-prj-properties):
1030 Default ada_project_path to $ADA_PROJECT_PATH.
1031
10322010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
1033
1034 * progmodes/ada-mode.el (ada-create-keymap):
1035 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1036
fb0d1545
SL
10372010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1038
1039 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1040 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1041 (ada-get-current-indent, ada-imenu-generic-expression)
1042 (ada-which-function): Check for it.
1043
5c9434d0
SL
10442010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1045
1046 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1047 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1048
3a4f3a3b
GM
10492010-01-14 Glenn Morris <rgm@gnu.org>
1050
1051 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1052
d9a7c140
KH
10532010-01-14 Kenichi Handa <handa@m17n.org>
1054
1055 * composite.el (auto-composition-mode): Make it a buffer local
1056 variable (permanent-local).
1057 (auto-composition-function): Set the default value to
1058 auto-compose-chars.
49caf252 1059 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
1060 (global-auto-composition-mode): Likewise.
1061 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 1062
38bee102
KF
10632010-01-13 Karl Fogel <kfogel@red-bean.com>
1064
1065 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 1066
b8b45afc
MA
10672010-01-12 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * files.el (copy-directory): Compute target for recursive
1070 directories with identical names. (Bug#5343)
1071
893db5bc
GM
10722010-01-12 Glenn Morris <rgm@gnu.org>
1073
1074 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1075 it to bug-gnu-emacs rather than emacs-pretest-bug.
1076
2f27e6d4
JB
10772010-01-12 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * cedet/data-debug.el (data-debug): Fix customization group reference.
1080
91abaf51
JB
10812010-01-12 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1084 (semantic-analyze-context, semantic-analyze-context-assignment)
1085 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1086 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1087 (semantic-java-doc-keywords-map):
1088 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1089 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1090 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1091 (semantic-c-classname, semantic-format-tag-uml-prototype)
1092 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1093 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1094 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1095 (semantic-get-local-variables, semantic-end-of-command)
1096 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1097 (lisp-mode):
1098 * cedet/semantic/bovine/make.el (makefile-mode):
1099 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1100 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1101 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1102 (semantic-lex, semantic-get-local-variables, python-mode):
1103 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1104 * cedet/srecode/extract.el (srecode-extract-state-set)
1105 (srecode-extract-method): Fix typos in docstrings.
1106
d8b8451f
SS
11072010-01-11 Sam Steingold <sds@gnu.org>
1108
1109 * imenu.el (imenu-default-create-index-function): Detect infinite
1110 loops caused by imenu-prev-index-position-function.
1111
30afcdff
JB
11122010-01-11 Juanma Barranquero <lekktu@gmail.com>
1113
1114 * htmlfontify.el (htmlfontify-load-rgb-file)
1115 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1116 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1117 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1118 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1119 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1120 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1121 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1122 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1123 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1124 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1125 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1126 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1127 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1128 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1129 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1130 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1131 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1132 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1133 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1134 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1135 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1136 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1137 backslash-quoting from parentheses, etc.
1138
92b1c416
CY
11392010-01-11 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * progmodes/js.el: Autoload javascript-mode alias.
1142
4454adab
JB
11432010-01-11 Juanma Barranquero <lekktu@gmail.com>
1144
1145 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1146 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1147 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1148 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1149 Fix typos in docstrings.
1150 (ffap-url-regexp): Doc fix.
1151 (ffap-at-mouse): Fix typo in message.
1152
6589a2f9
GM
11532010-01-11 Glenn Morris <rgm@gnu.org>
1154
1155 * version.el (emacs-copyright): Set copyright year to 2010.
1156
4e5617ee
SM
11572010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * format.el (format-annotate-function): Only set
1160 write-region-post-annotation-function after running to-fn so as not to
1161 affect nested write-region calls (bug#5273).
1162
52bee098
CY
11632010-01-10 Chong Yidong <cyd@stupidchicken.com>
1164
4e5617ee
SM
1165 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1166 Add python parser.
52bee098 1167
a069f067
CY
1168 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1169 wisent/python.el.
1170
52bee098
CY
11712010-01-10 Richard Kim <emacs18@gmail.com>
1172
1173 * cedet/semantic/wisent/python-wy.el:
1174 * cedet/semantic/wisent/python.el: New files.
1175
e709e39d
CY
11762010-01-09 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * man.el (Man-goto-section): Signal error if the section is not
1179 found (Bug#5317).
1180
6ee86780
JB
11812010-01-09 Juanma Barranquero <lekktu@gmail.com>
1182
1183 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1184 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1185
fa7b5f7b
CY
11862010-01-09 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * progmodes/compile.el: Don't treat compile-command as safe if
1189 compilation-read-command might be nil (Bug#4218).
1190
de62c4d9
JD
11912010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1192
1193 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1194 NS options.
1195
e94be827
KH
11962010-01-08 Kenichi Handa <handa@m17n.org>
1197
4e5617ee
SM
1198 * international/fontset.el (build-default-fontset-data):
1199 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 1200
1dfae2a2
JB
12012010-01-07 Juanma Barranquero <lekktu@gmail.com>
1202
1203 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1204 to `create-file-buffer' as it expects, not just a buffer name.
1205 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1206 to help uniquify. (Bug#3224)
1207
d0cf45b7
JD
12082010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1209
1210 * font-setting.el (font-setting-change-default-font): Use user-spec
1211 instead of name.
1212
7534fa5e
DN
12132010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1214
1215 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1216
fd579fdc
CY
12172010-01-05 Tom Tromey <tromey@redhat.com>
1218
4e5617ee
SM
1219 * progmodes/python.el (python-font-lock-keywords):
1220 Handle qualified decorators (Bug#881).
fd579fdc 1221
37860caf
DN
12222010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1223
1224 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1225 in a lightweight checkout.
1226
69db641d
KH
12272010-01-05 Kenichi Handa <handa@m17n.org>
1228
4e5617ee 1229 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 1230
b25d6a02
DN
12312010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1232
1233 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1234
137d88ca
DN
12352010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1236
1237 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1238 checkouts. (Bug#618)
3d5d0aa9 1239 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
1240 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1241 (vc-bzr-shelve-menu-map):
1242 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1243 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 1244
da76998b
CY
12452010-01-02 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1248 They are valid characters in URL paths (rfc3986), and at least
1249 Firefox does not understand the encoded version (Bug#3166).
1250
b2ad70b6
CY
12512010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1252
1253 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
1254 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1255 Add "end" keyword (Bug#3061).
b2ad70b6
CY
1256 (octave-end-as-array-index-p): New function.
1257 (calculate-octave-indent): Use it.
1258
54136282
KF
12592010-01-02 Karl Fogel <kfogel@red-bean.com>
1260
1261 * bookmark.el: Consistently put the text property on the bookmark name.
1262 (bookmark-bmenu-marks-width): Bump back to 2, to include
1263 annotation marks.
1264 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1265 property on the bookmark name, instead of not putting it at all.
1266 (bookmark-bmenu-list): Fix where we put the text property.
1267
cc4d3cad
KF
12682010-01-02 Karl Fogel <kfogel@red-bean.com>
1269
1270 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1271 for showing buffer modified state (as added in the previous change).
1272
b894c439
KF
12732010-01-02 Karl Fogel <kfogel@red-bean.com>
1274
1275 * bookmark.el: Show modified state of bookmark buffer more accurately.
1276 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1277 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1278 (with-buffer-modified-unmodified): New macro.
1279 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1280 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 1281 Use new macro to preserve the buffer modified state.
b894c439 1282
3a69db53
KF
12832010-01-02 Karl Fogel <kfogel@red-bean.com>
1284
4e5617ee 1285 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
1286 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1287 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1288 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1289 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
1290 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1291 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 1292
af414f10
EZ
12932010-01-02 Eli Zaretskii <eliz@gnu.org>
1294
4e5617ee
SM
1295 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1296 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 1297
f2ec0e5e
CY
12982010-01-02 Ryan Yeske <rcyeske@gmail.com>
1299
1300 * net/rcirc.el: Add follow-link binding (Bug#4738).
1301
38c1ba62
EZ
13022010-01-02 Eli Zaretskii <eliz@gnu.org>
1303
4e5617ee 1304 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1305 (cvs-update): New target for backward compatibility.
1306
4e5617ee 1307 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1308 (cvs-update): New target for backward compatibility.
1309
ea2c0f5b
KF
13102010-01-02 Karl Fogel <kfogel@red-bean.com>
1311
1312 * bookmark.el: Remove gratuitous gratitude.
1313
5ae329f4
KF
13142010-01-02 Karl Fogel <kfogel@red-bean.com>
1315
47989945
KF
1316 * bookmark.el (bookmark-bmenu-any-marks): New function
1317 (bookmark-bmenu-save): Clear buffer modification if no marks.
1318
13192010-01-02 Karl Fogel <kfogel@red-bean.com>
1320
1321 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
1322 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1323 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1324 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1325
1326 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1327 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1328 To: emacs-devel {_AT_} gnu.org
1329 Subject: bookmark.el bug report
1330 Date: Mon, 28 Dec 2009 14:19:16 +0800
1331 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1332
aef053eb
KF
13332010-01-02 Karl Fogel <kfogel@red-bean.com>
1334
1335 * bookmark.el: Improvements suggested by Drew Adams:
1336 (bookmark-bmenu-ensure-position): New name for
1337 `bookmark-bmenu-check-position'. Just ensure the position,
1338 don't return any meaningful value.
1339 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1340 New constants.
1341
0472835f
JB
13422010-01-02 Juanma Barranquero <lekktu@gmail.com>
1343
1344 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1345 (bookmark-yank-point, bookmark-bmenu-check-position):
1346 Fix typos in docstrings.
1347 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1348 (bookmark-name-from-full-record, bookmark-get-position)
1349 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1350 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1351 Remove useless quoting of parenthesis, etc. in docstrings.
1352
1353 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1354 (ediff-append-custom-diff): Fix typo in error message.
1355 (ediff-meta-mark-equal-files): Fix typos in messages.
1356
1357 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1358
1359 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1360 Fix typo in docstring.
1361
1362 * net/imap-hash.el (imap-hash-make): Doc fix.
1363 (imap-hash-test): Fix typo in error message; reflow docstring.
1364 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1365 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1366 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1367 Fix typos in docstrings.
1368 (imap-hash-open-connection): Fix typo in error message.
1369
1370 * play/gomoku.el (gomoku): Fix typos in docstring.
1371
1372 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1373 (gdb-jsonify-buffer): Fix typos in docstring.
1374 (gdb-goto-breakpoint): Fix typo in error message.
1375 ("Display Other Windows"): Fix typo in help message.
1376 (gdb-speedbar-expand-node): Fix typo in question.
1377
1378 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1379 (idlwave-html-system-help-location, idlwave-html-help-location)
1380 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1381 (idlwave-help-browser-generic-args, idlwave-help-directory)
1382 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1383 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1384 (idlwave-online-help, idlwave-help-html-link)
1385 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1386 Fix typos in docstrings.
1387 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1388 Reflow docstrings.
1389 (idlwave-help-assistant-start): Fix typo in error message.
1390
1391 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1392 (octave-electric-space): Fix typos in docstrings.
1393
9bbe0828
CY
13942010-01-01 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1397
a88c46c3
CY
13982010-01-01 Juri Linkov <juri@jurta.org>
1399
1400 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 1401 increase the default to 500 (Bug#5148).
a88c46c3 1402
7ee6c59b
NR
14032009-12-31 Nick Roberts <nickrob@snap.net.nz>
1404
1405 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1406 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1407 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1408
a9c8a2cd
NR
14092009-12-30 Nick Roberts <nickrob@snap.net.nz>
1410
1411 Show working revision correctly for mercurial.
1412 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 1413 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 1414
659e4408
JB
14152009-12-29 Juanma Barranquero <lekktu@gmail.com>
1416
1417 Declare some functions for the byte-compiler.
1418 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1419 (speedbar-timer-fn, speedbar-change-expand-button-char)
1420 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1421
7ee6c59b
NR
14222009-12-29 Nick Roberts <nickrob@snap.net.nz>
1423
1424 This changeset reverts GDB Graphical Interface to use annotations.
1425 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1426
460f6e7c
DN
14272009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1428
1429 Make vc-dir work on subdirectories of the bzr root.
1430 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1431 file names relative to it.
1432 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1433 relative directory to vc-bzr-after-dir-status.
1434
543f553a
TH
14352009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1436
1437 * font-lock.el (font-lock-refresh-defaults): New function, which
1438 can be used to let font-lock react to external changes in
1439 variables like font-lock-defaults and keywords.
1440 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1441
2592ab76
DN
14422009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1443
ac859983
DN
1444 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1445
2592ab76
DN
1446 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1447
58941d03
JB
14482009-12-28 Juanma Barranquero <lekktu@gmail.com>
1449
1450 Supersede color.diff settings in git log (bug#5211).
1451
1452 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1453 escape chars in its output when the user has color.diff set to `always'.
1454 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1455
39764e76
KR
14562009-12-26 Kevin Ryde <user42@zip.com.au>
1457
1458 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1459 node. Keep previous "Index" name to work with past coreutils too.
1460
91c4831e
KR
1461 * man.el (man): Revise docstring a bit to show -a and -l as
1462 examples. Add -k description since support for it has otherwise
1463 been a secret. (Further to bug#3717.)
651e932e
KR
1464 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1465 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 1466 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 1467
7f4d4a97
MA
14682009-12-26 Michael Albinus <michael.albinus@gmx.de>
1469
1470 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1471 switches. Check also for //SUBDIRED// line.
1472
bcffff46
KH
14732009-12-25 Kenichi Handa <handa@m17n.org>
1474
1475 * language/indian.el (devanagari-composable-pattern): Fixed to
1476 handle ZWNJ and ZWJ. Use it in composition-function-table for
1477 Devanagari.
1478 (malayalam-composable-pattern): Fix previous change.
1479
dc1dcfa4
VJL
14802009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1481
1482 * ps-print.el (ps-face-attributes): It was not returning the
1483 attribute face for faces specified as string. Reported by harven
1484 <harven@free.fr>.
1485 (ps-print-version): New version 7.3.5.
1486
6fe539d2
UJ
14872009-12-18 Ulf Jasper <ulf.jasper@web.de>
1488
1489 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1490 timezone names.
1491 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1492 (icalendar--add-diary-entry): Remove the trailing blank that
1493 diary-make-entry inserts.
1494
1f3611c6
MA
14952009-12-17 Michael Albinus <michael.albinus@gmx.de>
1496
1497 Make `file-expand-wildcards' work for remote files.
1498
1499 * files.el (file-expand-wildcards): In case of remote files, check
1500 only local file name part for wildcards. Provide feature 'files
1501 and subfeature 'remote-wildcards. (Bug#5198)
1502
1503 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1504 if there is already an established connection.
1505 (tramp-advice-file-expand-wildcards): Remove it.
1506
1507 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1508 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1509 Activate advice for older GNU Emacs versions. (Bug#5237)
1510
9762b219
JB
15112009-12-17 Juanma Barranquero <lekktu@gmail.com>
1512
1513 Some doc fixes (more needed).
1514
1515 * find-cmd.el (find-constituents): Reflow docstring.
1516 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1517 (find-generic): Doc fix.
1518
cfb54897
JL
15192009-12-17 Juri Linkov <juri@jurta.org>
1520
1521 Fix regression from 23.1 to allow multiple modes in Local Variables.
1522
1523 * files.el (hack-local-variables-filter): While ignoring duplicates,
1524 don't take `mode' into account.
1525 (hack-local-variables-filter, hack-dir-local-variables): Don't
1526 remove duplicate `mode' from local-variables-alist (like `eval').
1527
ad974e9e
JL
15282009-12-17 Juri Linkov <juri@jurta.org>
1529
1530 Make `dired-diff' more safe. (Bug#5225)
1531
1532 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1533 `current' or when `file' is a directory of the `current' file.
1534
3616e0b9
AS
15352009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1536
1537 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1538 unconditionally preloaded files.
1539
72b57560
JL
15402009-12-16 Juri Linkov <juri@jurta.org>
1541
1542 Revert to old 23.1 logic of using the file at the mark as default.
1543 * dired-aux.el (dired-diff): Use the file at the mark as default
1544 if it's not the same as the current file, and the target dir is
1545 the current dir or the mark is active. Add the current file
1546 as the arg of `dired-dwim-target-defaults'. Use the default file
1547 in the prompt. (Bug#5225)
1548
68712eb6
MA
15492009-12-15 Michael Albinus <michael.albinus@gmx.de>
1550
1551 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1552 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1553 (tramp-check-for-regexp): Check also, when an echoing shell stops
1554 to echo sent commands.
1555
fd471993
CY
15562009-12-14 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * Makefile.in: Revert last change (Bug#5191).
1559
86b5e14c
DN
15602009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1561
1562 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
1563 (vc-hg-working-revision): Make sure the command is executed in a
1564 known environment so that we can parse the output. (Bug#4417)
86b5e14c 1565
8cffbb75
CY
15662009-12-14 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * progmodes/python.el (python-symbol-completions): Remove text
1569 properties from symbol string before calling python-send-receive.
1570
6c2b67ad
NR
15712009-12-14 Nick Roberts <nickrob@snap.net.nz>
1572
1573 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 1574 when there are values for both file and line. (Bug#5060)
6c2b67ad 1575
ff6f4585
JL
15762009-12-14 Juri Linkov <juri@jurta.org>
1577
1578 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1579 whitespace after the file name of the first line of unified format,
1580 because git-diff doesn't output whitespace and file modification time
1581 after the file name.
1582
d3de1c8e
JL
15832009-12-14 David Kastrup <dak@gnu.org>
1584
1585 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1586 check if it already has the `display' property added by
1587 `Info-display-images-node', and not put the `invisible' property
1588 in this case.
1589
f192624c
CY
15902009-12-14 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1593 (semantic-mru-bookmark-mode): Doc fixes.
1594
1595 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1596 of assert.
1597
2f1b7dc4
GM
15982009-12-13 Glenn Morris <rgm@gnu.org>
1599
a0cefee5
GM
1600 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1601 (report-emacs-bug): In message-mode, sort manually before storing
1602 original report text. (Bug#5178)
2f1b7dc4
GM
1603 Remove superfluous save-excursion.
1604
31bb373f
MA
16052009-12-12 Michael Albinus <michael.albinus@gmx.de>
1606
1607 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1608 when responding to "GetAll" properties.
1609
5e1d4968
CY
16102009-12-12 Chong Yidong <cyd@stupidchicken.com>
1611
1612 * simple.el (compose-mail): Remove mail-setup-with-from from
1613 customization checks.
1614
097d86f9
EZ
16152009-12-12 Eli Zaretskii <eliz@gnu.org>
1616
1617 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1618 RAR archives created on Unix systems.
1619
1d4adede
SM
16202009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1623 the varalias that was accidentally removed by the 2009-11-19 change
1624 (bug#5186).
1625
3ff3655c
KH
16262009-12-12 Kenichi Handa <handa@m17n.org>
1627
1628 * language/indian.el (indian-compose-regexp): New function.
1629 (malayalam-composable-pattern): Fix the pattern.
1630 (composition-function-table): Set malayalam-composable-pattern for
1631 Malayalam characters.
1632
82d3343c
CY
16332009-12-11 Chong Yidong <cyd@stupidchicken.com>
1634
315eb96d
CY
1635 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1636 rather than down-mouse-1, based on follow-link conventions.
1637
82d3343c
CY
1638 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1639 are compiled.
1640
86a4c7ac
DN
16412009-12-11 Michael McNamara <mac@mail.brushroad.com>
1642
bf0b361c 1643 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
1644 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1645 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1646 (verilog-leap-to-head, verilog-backward-token):
1647 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
1648
16492009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1650
bf0b361c
JB
1651 * progmodes/verilog-mode.el (verilog-auto-lineup)
1652 (verilog-nameable-item-re): Cleanup user-visible spelling and
1653 documentation errors. One reported by Gary Delp.
1d4adede 1654 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
1655 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1656 package, bug195. Reported by Pierre-David Pfister.
1657
fe03f49a
GM
16582009-12-11 Glenn Morris <rgm@gnu.org>
1659
47641aac
GM
1660 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1661
85094855
GM
1662 * mail/emacsbug.el: No longer require sendmail.
1663 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1664 (report-emacs-bug-orig-text): Doc fix.
1665 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1666 New local variables, to adapt to different mail-user-agents.
1667 (report-emacs-bug): Fix test for a gnu.org address.
1668 Use overlays for emphasis, since font-lock defeats 'face property.
1669 Pretest bugs also end up at the newsgroup these days.
1670 Stop message-mode stripping text properties.
1671 Set and use the new buffer-local variables.
1672 (report-emacs-bug-hook): Add doc-string.
1673 Remove some unnecessary save-excursions and simplify.
1674 Use the appropriate hook and send-command.
1675
fe03f49a
GM
1676 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1677 capitalization of some menu entries.
1678
345427f0
VJL
16792009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1680
4e6a65b9 1681 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
1682 `buffer-display-table' is unique when two or more windows are
1683 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1684 New version 12.1.
1685
c70ccbba
EZ
16862009-12-10 Eli Zaretskii <eliz@gnu.org>
1687
1688 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1689 characters in the Attribute field.
1690
f1943c1b
DN
16912009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1692
1693 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1694
1c67aeaa
SM
16952009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1698 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1699 Disregard autoload-excludes.
1700 (update-directory-autoloads): Obey autoload-excludes here instead.
1701 But don't store its contents in no-autoloads and remove entries that
1702 refer to excludes files.
1703
d8194864
GM
17042009-12-10 Glenn Morris <rgm@gnu.org>
1705
8c0171c0
GM
1706 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1707 (expand-mail-aliases): Define for compiler.
1708
dba372dd
GM
1709 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1710 Define for compiler.
1711
d8194864
GM
1712 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1713 appropriate for the mail-user-agent in use.
1714
fe5facd3
MA
17152009-12-09 Michael Albinus <michael.albinus@gmx.de>
1716
1717 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1718
99999a1d
DN
17192009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1720
1721 Fix short log parsing and fontification.
1722 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1723 Fix fontification for the [merge] label.
1724
2ea1c4aa
SM
17252009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1726
1727 Drop some properties to avoid surprises.
1728 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1729 (hfy-fontify-buffer): Use it.
1730
9840deb6
SM
17312009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1732
a0d1aadf
SM
1733 Minor cleanup.
1734 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1735 Adjust all callers.
1736 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1737 args compulsory. Adjust callers.
1738 (ffap-gopher-at-point): Remove unused var `name'.
1739
9840deb6
SM
1740 Get rid of the ELCFILES abomination.
1741 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1742 (compile-elcfiles): New phony target.
1743 (compile-main): Compute ELCFILES dynamically.
1744 (compile-clean): New target to remove left-over elc files.
1745 (compile, all): Use it.
1746
7eb3f9a8
KH
17472009-12-09 Kenichi Handa <handa@etlken>
1748
1749 * international/mule-diag.el: Require help-mode instead of help-fns.
1750
ae63e572
KH
17512009-12-09 Kenichi Handa <handa@m17n.org>
1752
5ce6e4f4 1753 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
1754 fine ranges instead of pre-calculating accurate ranges.
1755 Iterate with bigger gc-cons-threshold.
ae63e572 1756
e2f3c692
DN
17572009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1758
1759 Add support for stashing a snapshot of the current tree.
1760 * vc-git.el (vc-git-stash-snapshot): New function.
1761 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1762
cf6d0352
JB
17632009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1764
1765 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1766 instead of `(beginning|end)-of-line'.
1767
48e4acc9
GM
17682009-12-08 Glenn Morris <rgm@gnu.org>
1769
6e890faa
GM
1770 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1771
48e4acc9
GM
1772 * Makefile.in (ELCFILES): Regenerate.
1773
d2a1dc7b
JL
17742009-12-07 Juri Linkov <juri@jurta.org>
1775
1776 Don't lazy-highlight the comint output in history Isearch mode.
1777
1778 * comint.el (comint-history-isearch-search): Instead of
1779 `comint-line-beginning-position', use `comint-after-pmark-p'
1780 to check if point if before the process mark, and go to
1781 `process-mark' in this case.
1782
51ef56c4
SM
17832009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1784
fb10ee4a
SM
1785 * textmodes/tex-mode.el (latex-complete)
1786 (latex-indent-or-complete): Remove.
1787 (latex-mode): Set completion-at-point-functions instead.
1788
1789 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
1790 * minibuffer.el (completion-at-point-functions): New var.
1791 (completion-at-point): New command.
fb10ee4a 1792 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
1793 * progmodes/python.el (python-mode-map): Use completion-at-point.
1794 (python-completion-at-point): Rename from python-partial-symbol and
1795 adjust for use in completion-at-point-functions.
1796 (python-mode): Setup completion-at-point for Python completion.
1797 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1798 extracted from lisp-complete-symbol.
1799 (lisp-complete-symbol): Use it.
1800 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1801 setup completion-at-point for Elisp completion.
fb10ee4a
SM
1802 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1803 Use completion-at-point.
51ef56c4 1804 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 1805 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
1806 * progmodes/sym-comp.el: Move to...
1807 * obsolete/sym-comp.el: Move from progmodes.
1808
5e7a9022
EZ
18092009-12-07 Eli Zaretskii <eliz@gnu.org>
1810
1811 Prevent save-buffer in Rmail buffers from using the coding-system
1812 of the current message, and from clobbering the encoding mnemonics
1813 in the mode line (Bug#4623).
1814
1815 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1816 flag, too.
1817 (rmail-message-encoding): New variable.
1818 (rmail-write-region-annotate): Record the encoding of the current
1819 message in rmail-message-encoding.
1820 (rmail-after-save-hook): New function, restores the encoding of
1821 the current message after the message collection is saved.
1822
9136e895
JL
18232009-12-07 Juri Linkov <juri@jurta.org>
1824
1825 * progmodes/grep.el (grep-read-files): Use `completing-read'
1826 instead of `read-string'. Set its `collection' arg to
1827 `read-file-name-internal'. (Bug#4301)
1828
40637410
JL
18292009-12-07 Juri Linkov <juri@jurta.org>
1830
1831 Correctly restore original Isearch point. (Bug#4994)
1832
1833 * isearch.el (isearch-mode): Move `isearch-push-state' after
1834 `(run-hooks 'isearch-mode-hook)'.
1835 (isearch-cancel): When `isearch-push-state-function' is defined,
1836 let-bind `isearch-cmds' to the first state (the last element of
1837 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1838 function and restores the original point). Otherwise, move point
1839 to `isearch-opoint'.
1840
da10ce2b
SM
18412009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1844 chars that don't have names, so the table can be built much faster at
1845 run-time.
1846
3d68fa99
CY
18472009-12-07 Chong Yidong <cyd@stupidchicken.com>
1848
f82b1493
CY
1849 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1850 change. Suggested by David Kastrup.
1851
3d68fa99
CY
1852 * simple.el (compose-mail): Check for incompatibilities and warn.
1853 (compose-mail-user-agent-warnings): New option.
1854
662c5698
DN
18552009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1856
1857 Support showing a single log entry from vc-annotate.
1858 * vc.el (print-log): Add a new argument: START-REVISION.
1859 (vc-print-log-internal): Add a new optional argument and
1860 pass it to the backend.
1861 (vc-print-log, vc-print-root-log): Adjust callers.
1862 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1863 buffer already displays the requested log entry, use it.
1864 Otherwise display only the log entry in question.
1865 * vc-svn.el (vc-svn-print-log):
e4070cdc 1866 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
1867 * vc-hg.el (vc-hg-state):
1868 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1869 (vc-git-show-log-entry): Return t on success.
1870 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1871 (vc-bzr-show-log-entry): Return t on success.
1872 * vc-rcs.el (vc-rcs-print-log):
1873 * vc-sccs.el (vc-sccs-print-log):
1874 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1875
e4070cdc
GM
18762009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1877
5ce6e4f4
JB
1878 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1879 Add menus to the meta mode. (Bug#5043)
e4070cdc 1880
5ce6e4f4 18812009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
1882
1883 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 1884 event-key.
662c5698 1885
662c5698
DN
1886 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1887
dab816a9
MA
18882009-12-07 Michael Albinus <michael.albinus@gmx.de>
1889
1890 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1891 Berbain <raphael.berbain@gmail.com>.
1892
1893 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1894 characters.
1895 (tramp-initial-end-of-output): New defconst.
1896 (tramp-methods, tramp-find-shell)
1897 (tramp-open-connection-setup-interactive-shell)
1898 (tramp-maybe-open-connection): Use it.
1899 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1900 existence of `#' and `$'.
1901
1902 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1903 `tramp-initial-end-of-output'.
1904
a91e1f6b
DN
19052009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1906
1907 Get the background mode from the terminal for xterm, and set
1908 faces accordingly.
1909 * term/xterm.el (xterm-set-background-mode): New function.
1910 (terminal-init-xterm): Use it in case xterm supports background
1911 color queries. Recompute faces after getting the background
1912 color.
1913
5fa9d1ec
GM
19142009-12-07 Ulrich Mueller <ulm@gentoo.org>
1915
1916 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1917 number comment back on its own line, for easier parsing.
1918
5e9fde5e
SM
19192009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 Make it work for non-file buffers (bug#5102).
1922 * doc-view.el (doc-view-current-cache-dir):
1923 Use doc-view-buffer-file-name rather than buffer-file-name.
1924 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1925
2f2f5242
CY
19262009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1927
1928 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1929 author field is too short.
1930
cebf8ec6
DN
19312009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1932
5e9fde5e
SM
1933 * vc-git.el (vc-git-print-log): Handle a limit argument.
1934 Display the short log in graph form and with labels.
0d3f8a78
DN
1935 (vc-git-log-view-mode): Handle labels.
1936
cebf8ec6
DN
1937 Make vc-revert change VC state from 'added to 'unregistered.
1938 * vc-git.el (vc-git-revert): Call git reset first.
1939
8e39154d
UJ
19402009-12-06 Ulf Jasper <ulf.jasper@web.de>
1941
d8194864
GM
1942 * net/newst-backend.el, net/newst-plainview.el:
1943 * net/newst-reader.el, net/newst-ticker.el:
1944 * net/newst-treeview.el, net/newsticker.el:
1945 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 1946
ef187c24
CY
19472009-12-06 Chong Yidong <cyd@stupidchicken.com>
1948
238a0f3a
CY
1949 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1950
2c6bb71a
CY
1951 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1952 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1953 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1954 Update annotation regexp.
1955
ef187c24
CY
1956 * simple.el (beginning-of-visual-line): Constrain to field
1957 boundaries (Bug#5106).
1958
571855b6
UJ
19592009-12-06 Ulf Jasper <ulf.jasper@web.de>
1960
d8194864 1961 * xml.el (xml-substitute-numeric-entities): Move
571855b6 1962 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 1963 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
1964 * net/newst-backend.el (newsticker--parse-generic-feed)
1965 (newsticker--parse-generic-items)
d8194864 1966 (newsticker--decode-numeric-entities): Move
571855b6 1967 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 1968 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 1969
b857059c
CY
19702009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1971
1972 * progmodes/js.el (js--js-not): Add null to the list of values.
1973
c2dae51b
CY
19742009-12-06 Chong Yidong <cyd@stupidchicken.com>
1975
d8194864 1976 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 1977
ed0f72d2
RW
19782009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1979
1980 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1981 delimiter if it is at the end of the current line.
1982 (bibtex-generate-url-list): Fix docstring.
1983
365b9a62
SM
19842009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1987 minibuffer's content with itself.
1988 Fold the confirm-after-completion case into the `confirm' case.
1989 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1990
990a9cb1
KR
19912009-12-06 Kevin Ryde <user42@zip.com.au>
1992
1993 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 1994 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 1995
8b5a10db 1996 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 1997 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 1998
065543e7
JL
19992009-12-05 Juri Linkov <juri@jurta.org>
2000
2001 Save and restore dired buffer's point positions too. (Bug#4880)
2002
2003 * dired.el (dired-save-positions): Return in the first element
2004 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2005 Doc fix.
2006 (dired-restore-positions): First restore buffer's position.
2007 While restoring window's positions, check if window still displays
2008 the original buffer.
2009
503edac9
CY
20102009-12-05 Chong Yidong <cyd@stupidchicken.com>
2011
9a594ee6
CY
2012 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2013 if possible.
2014
365b9a62
SM
2015 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2016 Make argument optional.
9a594ee6 2017
925f8c70
CY
2018 * shell.el (shell): Require ansi-color (Bug#5113).
2019
2020 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2021
503edac9
CY
2022 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2023
8fea6b33
AM
20242009-12-05 Alan Mackenzie <acm@muc.de>
2025
2026 * progmodes/cc-mode.el (c-before-hack-hook)
2027 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2028 `c-file-style' to work again. This reversion restores the current
212c5aef 2029 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 2030
5d1fd962
CY
20312009-12-05 Kevin Ryde <user42@zip.com.au>
2032
2033 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2034 comment-start-skip to comment-end-skip as comment (Bug#4781).
2035
30760c8b
JL
20362009-12-05 Juri Linkov <juri@jurta.org>
2037
2038 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2039 for virtual nodes. (Bug#4147)
2040 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2041 when moving from a virtual node.
2042 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2043 (Info-mode): Add `Info-virtual-index' to the docstring.
2044
1dc5c6f3
CY
20452009-12-05 Eric Ludlam <zappo@gnu.org>
2046
2047 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2048 Describe project macro symbols.
2049
2050 * cedet/semantic/complete.el (semantic-complete-do-completion):
2051 Don't call semantic-collector-current-exact-match.
2052
2053 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2054 ede-objects as targets.
2055
2056 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2057 a target's object list even if compiler vars are already in the
2058 Makefile.
2059
2060 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2061 list of headers producing necessary macros.
2062
403111a8
RW
20632009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2064
2065 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2066 track of the buffer position of the end of a BibTeX entry as this
2067 position may change during reformatting.
2068 (bibtex-format-entry): Remove whitespace before processing
2069 numerical fields so that we recognize the latter properly.
2070 (bibtex-reformat): Do not use push which changes the global value
2071 of bibtex-entry-format.
2072 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2073 (bibtex-field-re-init): Replace only space characters by regexp
2074 for whitespace.
365b9a62 2075 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
2076 (bibtex-initialize): Also update bibtex-strings.
2077 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
2078 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2079 Update bibtex-reference-keys.
403111a8 2080
25b54627
SM
20812009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2084 point after a star, if that's the only place where modifications can
2085 make progress.
2086
35639eb4
DN
20872009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2088
2089 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2090 in docstrings.
2091
8b78760b
JL
20922009-12-04 Juri Linkov <juri@jurta.org>
2093
2094 * proced.el (proced): Call `(proced-update t)' to update process
2095 information instead of only running proced-post-display-hook.
2096 (proced-send-signal): Add a leading space to the buffer name
2097 " *Marked Processes*" to make this buffer ephemeral.
2098
2b3489a7
JL
20992009-12-04 Juri Linkov <juri@jurta.org>
2100
2101 * dired.el (dired-auto-revert-buffer): New defcustom.
2102 (dired-internal-noselect): Use it.
2103
9b9debd1
JL
21042009-12-04 Juri Linkov <juri@jurta.org>
2105
2106 Change roles of modes and functions in image-mode.el (Bug#5062).
2107
2108 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2109 in `auto-mode-alist'.
2110 (image-mode-previous-major-mode): New variable.
2111 (image-minor-mode-map): Rename from `image-mode-text-map'.
2112 (image-mode): Move graceful error-handling code from
2113 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2114 (image-minor-mode): Remove all image-handling code.
2115 Replace `image-mode-text-map' with `image-minor-mode-map'.
2116 Check for `image-type' in mode-line format string.
2117 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2118 (image-mode-as-text): New function with most code from
2119 `image-mode-maybe'.
2120 (image-toggle-display-text): Move code that removes image
2121 properties from `image-toggle-display' to here.
2122 (image-toggle-display-image): New function with code that adds
2123 image properties copied from `image-toggle-display'.
2124 (image-toggle-display): Remove most code with leaving only code
2125 that toggles between `image-mode-as-text' and `image-mode'.
2126
0c74a301
UJ
21272009-12-04 Ulf Jasper <ulf.jasper@web.de>
2128
2129 * net/newst-treeview.el
2130 (newsticker--treeview-list-highlight-start): Restored call to
2131 save-excursion: Selected item was stuck.
2132 (newsticker--treeview-list-select): New.
2133 (newsticker--treeview-item-show-text)
2134 (newsticker--treeview-item-show)
2135 (newsticker--treeview-item-update): Use new
2136 newsticker-treeview-item-mode.
2137 (newsticker-treeview-update): Keep current item.
2138 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2139 (newsticker--treeview-first-feed): Doc change.
2140 (newsticker-treeview-list-menu)
2141 (newsticker-treeview-item-menu): Added menu entries.
2142 (newsticker-treeview-item-mode): New.
2143
5ce6e4f4 2144 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
2145 windows.
2146
9eaeec5b
SS
21472009-12-04 Sam Steingold <sds@gnu.org>
2148
2149 * log-view.el (log-view-mode-map): "q" calls quit-window,
2150 like in all the other non-self-insert buffers.
2151
b2bf5be5
SM
21522009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 Minor cleanup.
2155 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2156 key decoding rather than do it manually via last-input-event +
2157 ascii-character.
2158 (term-exec): Use delete-and-extract-region.
2159 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2160 (term-process-pager): Remove unused var `i'.
2161 (term-dynamic-simple-complete): Make obsolete.
2162 (serial-update-config-menu): Remove unused vars `y' and `str'.
2163 (term-update-mode-line): Remove unused var `temp'.
2164
46e5c897
DN
21652009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2166
2167 Limit the number of log entries displayed by default.
2168 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2169 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2170 using a prefix argument.
2171
627e0a14
GM
21722009-12-03 Glenn Morris <rgm@gnu.org>
2173
2174 * progmodes/idlwave.el (class): Restore still useful declaration.
2175
8578c224
AM
21762009-12-03 Alan Mackenzie <acm@muc.de>
2177
4abc318c 2178 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 2179
b2bf5be5
SM
2180 * progmodes/cc-mode.el (c-basic-common-init):
2181 Call c-state-cache-init.
9762b219 2182 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 2183 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 2184 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
2185
2186 * progmodes/cc-langs.el (c-before-font-lock-function):
2187 c-extend-and-neutralize-syntax-in-CPP has been renamed
2188 c-neutralize-syntax-in-and-mark-CPP.
2189
2190 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2191 with `category' properties now, not `syntax-table' ones.
2192
2193 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2194 enhanced (but slower) version of c-end-of-macro that won't land
2195 inside a literal or on another awkward character.
2196 (c-state-cache-too-far, c-state-cache-start)
2197 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2198 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2199 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2200 (c-state-min-scan-pos, c-state-brace-pair-desert)
2201 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2202 buffer local variables.
2203 (c-state-literal-at, c-state-lit-beg)
2204 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2205 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2206 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2207 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2208 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2209 (c-renarrow-state-cache)
2210 (c-append-lower-brace-pair-to-state-cache)
2211 (c-state-push-any-brace-pair, c-append-to-state-cache)
2212 (c-remove-stale-state-cache)
2213 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2214 (c-invalidate-state-cache-1, c-parse-state-1)
2215 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
2216 (c-parse-state): Enhance and refactor.
2217 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
2218
2219 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2220 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
2221 modify to use category text properties rather than syntax-table ones.
2222 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
2223 to switch off/on the syntactic paren property of C++ template
2224 delimiters using the category property.
2225 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2226 template delims suppressed.
2227 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2228 New constant/macros which apply category properties to the start
2229 and end of preprocessor constructs.
b2bf5be5 2230 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
2231 "comment out" the syntactic value of characters in preprocessor
2232 constructs.
2233 (c-with-cpps-commented-out)
2234 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2235 with characters in all or all but one preprocessor constructs
2236 "commented out".
2237
0d4dc442
RW
22382009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2239
2240 * proced.el (proced-filter-alist): Use regexp-quote.
2241
a09dc9bf
MA
22422009-12-03 Michael Albinus <michael.albinus@gmx.de>
2243
2244 Cleanup.
2245 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2246 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2247 arguments. Expand `default-directory'.
2248
2249 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2250 the benefit of returning an expanded localname.
2251 (tramp-tramp-file-p): Handle the case NAME is not a string.
2252
3f6bd790
DN
22532009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2254
4dfb3b9c
DN
2255 Add support for bzr shelve/unshelve.
2256 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2257 (vc-bzr-extra-menu-map): New variables.
2258 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2259 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2260 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2261 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2262 (vc-bzr-dir-extra-headers): Display shelves.
2263
3f6bd790
DN
2264 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2265
842d73a1
SM
22662009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * textmodes/bibtex.el (bibtex-complete-internal):
2269 Use completion-in-region.
2270 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2271
7fa4876f
DN
22722009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2273
2274 Support applying stashes. Improve UI.
2275 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2276 (vc-git-stash-apply, vc-git-stash-pop)
2277 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2278 (vc-git-stash-menu): New functions.
2279 (vc-git-stash-menu-map): New variable.
2280 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2281
d6e82452
GM
22822009-12-03 Glenn Morris <rgm@gnu.org>
2283
2284 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2285 (vc-print-log-internal): Fix previous change.
2286 (vc-revert): Correct pluralization.
2287
8d222148
SM
22882009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2289
ea52206b
SM
2290 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2291 it to be an alist any more.
2292 (makefile-complete): Use completion-in-region.
2293
69a94a37
SM
2294 * progmodes/octave-mod.el (octave-complete-symbol):
2295 Use completion-in-region.
2296
8d222148
SM
2297 Misc cleanup.
2298 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2299 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2300 (idlwave-complete-class): Don't quote lambda.
2301 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2302 (idlwave-mode-map): Move initialization into declaration.
2303 (idlwave-action-and-binding): Use backquotes.
2304 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2305 Simplify.
2306 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2307 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2308 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2309 `parts', and `all-parts'.
2310 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2311 (idlwave-convert-xml-system-routine-info): Remove unused string
2312 `version-string'.
2313 (idlwave-display-user-catalog-widget): Use dolist.
2314 (idlwave-scanning-lib): Declare dynamically-scoped var.
2315 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2316 (completion-highlight-first-word-only): Declare to silence bytecomp.
2317 (idlwave-popup-select): Tighten scope of `resp'.
2318 (idlwave-find-struct-tag): Remove unused var `beg'.
2319 (idlwave-after-load-rinfo-hook): Declare.
2320 (idlwave-sintern-class-info): Remove unused var `taglist'.
2321 (idlwave-find-class-definition): Remove unused var `list'.
2322 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2323 (idlwave-what-module-find-class): Remove unused var `classes'.
2324
3bb8691b
JB
23252009-12-03 Juanma Barranquero <lekktu@gmail.com>
2326
2327 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2328
f72f0c23
SM
23292009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2332 buffers visited. Remove redundant current-buffer-saving.
2333
601a9508
SM
23342009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 Use completion-in-buffer and remove uses of dynamic scoping.
2337 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2338 (pascal-buffer-to-use, pascal-flag): Don't declare.
2339 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2340 (pascal-get-completion-decl, pascal-keyword-completion):
2341 Add `pascal-str' argument, save-excursion,
2342 return the found completions, and don't filter with pascal-pred.
2343 (pascal-completion-cache): New var.
2344 (pascal-completion): Don't switch buffer any more (it was never
2345 necessary). Don't save-excursion any more (it's done by the called
2346 subroutines). Use a cache to avoid redundant computations.
2347 Use complete-with-action rather than pascal-completion-response and
2348 let it apply the predicate as well.
2349 (pascal-complete-word): Use completion-in-buffer when
2350 pascal-toggle-completions is nil.
2351 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2352 not used any more.
2353 (pascal-comp-defun): Don't change buffer any more.
2354 Use complete-with-action rather than pascal-completion-response and
2355 let it apply the predicate as well.
2356 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2357 when neded.
2358
1ff4cb98
KH
23592009-12-02 Kenichi Handa <handa@m17n.org>
2360
2361 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2362 shape for all Indic scripts.
2363
bb12edf1
SM
23642009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 Use completion-in-buffer.
2367 * wid-edit.el (widget-field-text-end): New function.
2368 (widget-field-value-get): Use it.
2369 (widget-string-complete, widget-file-complete)
2370 (widget-color-complete): Use it and completion-in-region.
2371 (widget-complete): Don't narrow the buffer.
2372
5813f6ef
GM
23732009-12-02 Glenn Morris <rgm@gnu.org>
2374
c920f222
GM
2375 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2376 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
2377 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2378 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 2379
5813f6ef
GM
2380 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2381 save-excursion with save-current-buffer.
2382 Widen before searching. (Bug#5093)
2383 (diary-list-sexp-entries): Remove superfluous save-excursion.
2384
34b1d750
GM
23852009-12-02 Michael Welsh Duggan <mwd@cert.org>
2386
2387 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2388 name. (Bug#5038)
2389
b2d5f31a
GM
23902009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2391
2392 * ido.el (ido-file-internal): Handle filenames at point that do
2393 not have a directory part. (Bug#5049)
2394
c710ac3c
JB
23952009-12-02 Juanma Barranquero <lekktu@gmail.com>
2396
2397 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2398 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2399
9946be46
SM
24002009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2401
2402 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2403 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2404 any more.
2405
b08016f2
SM
24062009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2407
e7440df4
SM
2408 * comint.el (comint-insert-input): Ignore clicks to the right of
2409 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2410
3bb8691b 2411 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
2412 terminate before setting up the major mode.
2413
f3b757f5
SM
2414 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2415 in case.
2416
a2877f1d
SM
2417 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2418 the last element.
2419
b08016f2
SM
2420 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2421
782d6e30
GM
24222009-12-01 Glenn Morris <rgm@gnu.org>
2423
2424 * window.el (window--display-buffer-2): Fix previous changes.
2425
28f57f7e
CY
24262009-12-01 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2429
c31a2fdc
GM
24302009-12-01 Glenn Morris <rgm@gnu.org>
2431
2432 * Makefile.in (ELCFILES): Add mpc.elc.
2433
e1ada222
SM
24342009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * mpc.el: New file.
2437
0c9ff2c5
GM
24382009-12-01 Glenn Morris <rgm@gnu.org>
2439
3689984f
GM
2440 * window.el (window-to-use): Define for compiler.
2441
3ab4308b
GM
2442 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2443 consistent with others (no final period).
2444
0c9ff2c5
GM
2445 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2446 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2447
fb0c18ff
DN
24482009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2449
2450 Make vc-print-log buttons work.
045b9da7 2451 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 2452
2ac7e73e
JB
24532009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2454
2455 * savehist.el (savehist-autosave-interval): Allow setting to nil
2456 through customize. (Bug#5056)
2457
5237d741
JB
24582009-11-30 Juanma Barranquero <lekktu@gmail.com>
2459
2460 Fix references to jit-lock properties.
2461 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2462 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2463 (perl-font-lock-special-syntactic-constructs):
2464 Quote jit-lock-defer-multiline property.
2465
379241fa
DN
24662009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2467
2468 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2469
054ae856
JL
24702009-11-30 Juri Linkov <juri@jurta.org>
2471
2472 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2473 value `buffer' of `multi-isearch-next-buffer-current-function'.
2474 Use `(current-buffer)' when `buffer' is nil.
2475 (multi-isearch-next-buffer-from-list): Don't fallback to
2476 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2477
67296dda
JL
24782009-11-30 Juri Linkov <juri@jurta.org>
2479
2480 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2481 of buffers with `get-buffer' to `multi-isearch-buffers'.
2482 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2483 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2484 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2485 FILES with `expand-file-name' converting relative file names
2486 to absolute. Doc fix. (Bug#4727)
2487
c585bf32
JL
24882009-11-30 Juri Linkov <juri@jurta.org>
2489
2490 * misearch.el (multi-isearch-read-buffers)
2491 (multi-isearch-read-matching-buffers): New functions.
2492 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2493 Use them in the `interactive' spec. Doc fix.
2494 (multi-isearch-read-files, multi-isearch-read-matching-files):
2495 New functions.
2496 (multi-isearch-files, multi-isearch-files-regexp):
2497 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2498
0a745733
JL
24992009-11-30 Juri Linkov <juri@jurta.org>
2500
2501 * doc-view.el (doc-view-continuous):
2502 Rename from `doc-view-continuous-mode'.
2503 (doc-view-menu): Move "Toggle display" to the top.
2504 Add submenu "Continuous" with radio buttons "Off"/"On"
2505 and "Save as Default".
2506 (doc-view-scroll-up-or-next-page)
2507 (doc-view-scroll-down-or-previous-page)
2508 (doc-view-next-line-or-next-page)
2509 (doc-view-previous-line-or-previous-page): Rename
2510 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2511
1f9689eb
JL
25122009-11-30 Juri Linkov <juri@jurta.org>
2513
2514 * comint.el (comint-mode-map): Rebind `M-r' from
2515 `comint-previous-matching-input' to
2516 `comint-history-isearch-backward-regexp'.
2517 Unbind `M-s' to allow global key binding `M-s'.
2518 Add menu items for `comint-history-isearch-backward' and
2519 `comint-history-isearch-backward-regexp'. (Bug#3746)
2520
2952b1ae
JL
25212009-11-30 Juri Linkov <juri@jurta.org>
2522
2523 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2524 For def=recenter, replace `recenter' with `recenter-top-bottom'
2525 that is called with `this-command' and `last-command' let-bound
2526 to `recenter-top-bottom'. When the last `def' was not `recenter',
2527 set `recenter-last-op' to nil. (Bug#4981)
2528
7a9547ca
SM
25292009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2530
20565545
SM
2531 Minor cleanup and simplification.
2532 * filecache.el (file-cache-add-directory)
2533 (file-cache-add-directory-recursively)
2534 (file-cache-add-from-file-cache-buffer)
2535 (file-cache-delete-file-regexp, file-cache-delete-directory)
2536 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2537 (file-cache-temp-minibuffer-message): Delete function.
2538 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2539
7a9547ca
SM
2540 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2541 Don't signal an error when bumping into EOB in tr, s, or y.
2542
08e968f3
JL
25432009-11-29 Juri Linkov <juri@jurta.org>
2544
2545 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2546 (Bug#4960)
2547
2548 * descr-text.el (describe-char-unidata-list): Use lowercase name
2549 for "Unicode name" like in other tags.
2550
f8d170a4
JL
25512009-11-29 Juri Linkov <juri@jurta.org>
2552
2553 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2554 New compatibility macro.
7a9547ca 2555 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 2556
0116abbd
JL
25572009-11-29 Juri Linkov <juri@jurta.org>
2558
2559 Add defcustom to define the cycling order of `recenter-top-bottom'.
2560 (Bug#4981)
2561
2562 * window.el (recenter-last-op): Doc fix.
2563 (recenter-positions): New defcustom.
2564 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2565 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2566
61eef560
MA
25672009-11-29 Michael Albinus <michael.albinus@gmx.de>
2568
2569 Improve integration of Tramp and ange-ftp in eshell.
2570
e4070cdc 2571 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
2572 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2573 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2574
2575 * eshell/esh-util.el (top): Require also Tramp when compiling.
2576 (eshell-directory-files-and-attributes): Check for FTP remote
2577 connection.
2578 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2579 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2580 (eshell-file-attributes): Handle ".". Return `entry'.
2581
2582 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2583 (ange-ftp-directory-files-and-attributes)
2584 (ange-ftp-real-directory-files-and-attributes): New defuns.
2585
2586 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2587 shell with "exec" when possible. This prevents trailing prompts
2588 in `start-file-process'.
2589
f5467d3f
SM
25902009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2591
21f49db9
SM
2592 Try and remove assumptions about point-min==1.
2593 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2594 (rng-compute-mode-line-string): Show the validation percentage in
2595 terms of the narrowed text, not the widened text.
2596 (rng-do-some-validation): Don't catch internal errors when debugging.
2597 (rng-first-error): Simplify.
2598 (rng-after-change-function): Remove work around. AFAIK the bug has
2599 been fixed a while ago.
2600
26224faf
SM
2601 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2602 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2603
d7117720
SM
2604 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2605
f5467d3f
SM
2606 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2607 `cd' doesn't always do it for us (bug#5067).
2608
2609 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2610 on 2009-10-25 as part of some other change (bug#5067).
2611
c5269f1c
SM
26122009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2613
62a258a7
SM
2614 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2615 `suspicious'.
2616 (byte-compile-warnings): Use byte-compile-warning-types.
2617 (byte-compile-save-excursion): Warn about use of set-buffer right
2618 after save-excursion.
2619
c5269f1c
SM
2620 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2621 the excursion as well.
2622
3ba30eb8
MA
26232009-11-27 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2626 providing a Tramp related implementation of "su" and "sudo".
2627 (eshell-unix-initialize): Add "su" and "sudo".
2628
6c6f788d
DU
26292009-11-27 Daiki Ueno <ueno@unixuser.org>
2630
2631 * net/socks.el (socks-send-command): Convert binary request to
2632 unibyte before sending. This fixes mishandling of some port
2633 numbers such as 129.
2634
10c877fe
SM
26352009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2636
6f06a171
SM
2637 * help.el (describe-bindings-internal): Remove `interactive'.
2638
10c877fe
SM
2639 * man.el (Man-completion-table): Trim a terminating "(".
2640 Remove the space between name page a section.
2641 Add the command's description on the `help-echo' property.
c5269f1c
SM
2642 Remove `process-connection-type' binding since it's unused by
2643 call-process.
10c877fe
SM
2644 Provide completion for the "<section> <name>" format as well.
2645 (Man-default-man-entry): Remove spurious var shadowing the argument.
2646
c44a4822
KR
26472009-11-26 Kevin Ryde <user42@zip.com.au>
2648
2649 * log-view.el: Add "Keywords: tools", since its other keywords
2650 aren't in finder-known-keywords, and following vc.el.
2651
9d58f081
KR
2652 * sha1.el (sha1-string-external): default-directory "/" in case
2653 otherwise non-existent. process-connection-type pipe for touch of
2654 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2655
72fe6b25
SM
26562009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 Misc coding convention cleanups.
2659 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2660 hfy-init-kludge-hooks.
2661 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2662 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2663 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2664 and push.
2665 (hfy-slant, hfy-weight): Use tables rather than code.
2666 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2667 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2668 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2669 (hfy-face-to-css): Remove `nconc' with single arg.
2670 (hfy-p-to-face-lennart): Use `or'.
2671 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2672 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2673 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2674 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2675 (hfy-force-fontification): Use run-hooks.
2676
85e0a536
SM
26772009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2678
2679 Various minor fixes.
2680 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2681 Javascript belongs in the header, not the body.
2682 (hfy-javascript): Remove.
2683 (hfy-fontify-buffer): Don't insert it any more.
2684 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2685 Fix bug in invis handling when there were no invis props in a chunk.
2686
62ccc42c
SM
26872009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2690
2643c7aa
DN
26912009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2692
2693 * finder.el (finder-mode-map): Add a menu.
2694
0e5c8aed
DN
26952009-11-26 Michael McNamara <mac@mail.brushroad.com>
2696
bf0b361c 2697 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
2698 "unsigned" structs.
2699
2700 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2701 fork" statement better.
2702
27032009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2704
bf0b361c
JB
2705 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2706 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2707 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2708 Reported by Clay Douglass.
0e5c8aed
DN
2709
2710 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
2711 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2712 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
2713 Pierre-David Pfister.
2714
7629c4e7
GM
27152009-11-26 Glenn Morris <rgm@gnu.org>
2716
62ccc42c
SM
2717 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2718 the scope.
7629c4e7 2719
a5d358f8
JB
27202009-11-25 Johan Bockgård <bojohan@gnu.org>
2721
2722 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2723 Really use previous revision.
2724
002cbde5
KR
27252009-11-25 Kevin Ryde <user42@zip.com.au>
2726
2727 * man.el (Man-completion-table): default-directory "/" in case
2728 doesn't otherwise exist. process-environment COLUMNS=999 so as
2729 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
2730 any chance of hitting the pseudo-tty TIOCGWINSZ.
2731 (man): completion-ignore-case t for friendliness and since man
2732 itself is case-insensitive on the command line.
2733 Further to Bug#3717.
002cbde5 2734
8cb5ffe8
KR
2735 * arc-mode.el: Add "Keywords: files", so the details in its
2736 commentary can be reached from finder-by-keyword.
34607612
KR
2737 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2738 editing mode, but it's comms related and sgml-mode.el has "comm"
2739 on that basis too.
b8dfcf54 2740 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
2741 * international/isearch-x.el, international/ja-dic-cnv.el:
2742 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 2743 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 2744
1e2d9ba1
JL
27452009-11-25 Juri Linkov <juri@jurta.org>
2746
2747 * man.el (Man-completion-table): Modify regexp to include
2748 section names to completion strings. (Bug#3717)
2749
a601d313
JL
27502009-11-25 Juri Linkov <juri@jurta.org>
2751
2752 Search recursively in gzipped files. (Bug#4982)
2753
2754 * progmodes/grep.el (grep-highlight-matches): Add new options
2755 `always' and `auto'. Doc fix.
2756 (grep-process-setup): Check `grep-highlight-matches' for
2757 `auto-detect' to determine the need to compute grep defaults.
2758 Move Windows/DOS specific --colors settings handling
2759 to `grep-compute-defaults'. Check `grep-highlight-matches'
2760 to get the value of "--color=".
2761 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2762 has the value `auto-detect'. Move Windows/DOS specific settings
2763 from `grep-process-setup'.
2764 (zrgrep): New command with alias `rzgrep'.
2765
bde04ea9
JL
27662009-11-25 Juri Linkov <juri@jurta.org>
2767
2768 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2769 to nil instead of switching off view-mode. (Bug#4896)
2770
7d6b4d3c
JL
27712009-11-25 Juri Linkov <juri@jurta.org>
2772
2773 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2774
2775 * mwheel.el (mwheel-scroll-up-function)
2776 (mwheel-scroll-down-function): New defvars.
2777 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2778 `scroll-up', and `mwheel-scroll-down-function' instead of
2779 `scroll-down'.
2780
2781 * doc-view.el (doc-view-scroll-up-or-next-page)
2782 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2783 Use this ARG in the call to image-scroll-up/image-scroll-down.
2784 Change `interactive' spec to "P". Goto next/previous page only
2785 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2786 SPC/DEL case). Doc fix.
2787 (doc-view-next-line-or-next-page)
2788 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2789 for consistency.
2790 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2791 `doc-view-scroll-up-or-next-page', and buffer-local
2792 `mwheel-scroll-down-function' to
2793 `doc-view-scroll-down-or-previous-page'.
2794
e237085f
JL
27952009-11-25 Juri Linkov <juri@jurta.org>
2796
2797 Provide additional default values (directories at other Dired
2798 windows) via M-n in the minibuffer of some Dired commands.
2799
2800 * dired-aux.el (dired-diff, dired-compare-directories)
2801 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2802 `minibuffer-default' in `minibuffer-with-setup-hook'.
2803 (dired-dwim-target-directory): Find a window that displays Dired
2804 buffer instead of failing when the next window is not Dired.
2805 Use `get-window-with-predicate' to find for the next Dired window.
2806 (dired-dwim-target-defaults): New function.
2807
2808 * ediff-util.el (ediff-read-file-name):
2809 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2810 in `minibuffer-with-setup-hook'.
2811
7d371eac
JL
28122009-11-25 Juri Linkov <juri@jurta.org>
2813
2814 Provide additional default values (file name at point or at the
2815 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2816
2817 * minibuffer.el (read-file-name-defaults): New function.
2818 (read-file-name): Reset `minibuffer-default' to nil when
2819 it duplicates initial input `insdef'.
2820 Bind `minibuffer-default-add-function' to lambda that
2821 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2822 (minibuffer-insert-file-name-at-point): New command.
2823
2824 * files.el (file-name-at-point-functions): New defcustom.
2825 (find-file-default): Remove defvar.
2826 (find-file-read-args): Don't use `find-file-default'.
2827 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2828 to `read-file-name'.
2829 (find-file-literally): Use `read-file-name' with
2830 `confirm-nonexistent-file-or-buffer'.
2831
2832 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2833
2834 * dired.el (dired-read-dir-and-switches):
2835 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2836 to `read-file-name'.
2837 (dired-file-name-at-point): New function.
2838 (dired-mode): Add hook `dired-file-name-at-point' to
2839 `file-name-at-point-functions'.
2840
04ae543a
SM
28412009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 Really make the *Completions* window soft-dedicated (bug#5030).
2844 * window.el (window--display-buffer-2): Add `dedicated' argument.
2845 (display-buffer): Pass it when needed so the dedicated flag is set
2846 after calling set-window-buffer, which would otherwise reset it.
2847
eb708e66
SM
28482009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2849
d6b8d4e7
SM
2850 * progmodes/meta-mode.el (meta-complete-symbol):
2851 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
2852 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2853 Use completion-in-region.
2854
5f24557b
SM
2855 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2856 (dabbrev-completion): Use completion-in-region.
2857 (dabbrev--abbrev-at-point): Simplify regexp.
2858
fe4346f0
SM
2859 * abbrev.el (abbrev--before-point): Use word-motion functions
2860 if :regexp is not specified (bug#5031).
2861
cb190d7d
SM
2862 * subr.el (string-prefix-p): New function.
2863
e2ec6dd5
SM
2864 * man.el (Man-completion-cache): New var.
2865 (Man-completion-table): Use it.
2866
eb708e66
SM
2867 * vc.el (vc-print-log-internal): Make `limit' optional for better
2868 compatibility (e.g. with vc-annotate.el).
2869
4cf8971b
KR
28702009-11-24 Kevin Ryde <user42@zip.com.au>
2871
eb708e66 2872 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 2873 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 2874
4cf8971b
KR
2875 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2876 when .el source file not found or other error.
2877
d204c46c
SM
28782009-11-24 Markus Triska <markus.triska@gmx.at>
2879
2880 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2881
bb301b9a
SM
28822009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2883
449c27f0
SM
2884 Handle the [back] button properly (bug#4979).
2885 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2886 Use help-setup-xref, help-buffer, and with-help-window.
2887 (describe-char): Add `buffer' argument.
2888 Pass proper command to help-setup-xref. Don't meddle with
2889 help-xref-stack-item directly.
2890 (describe-text-category): Use with-help-window and help-buffer.
2891
32fe5377
SM
2892 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2893 for the displayed buffer (bug#4887).
2894
bb301b9a
SM
2895 * man.el (Man-completion-table): New function.
2896 (man): Use it.
2897
35179414
DR
28982009-11-24 David Reitter <david.reitter@gmail.com>
2899
bb301b9a 2900 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
2901 .git is) rather than the file's directory and a relative path spec
2902 to work around a bug in git.
2903
605a20a9
MA
29042009-11-24 Michael Albinus <michael.albinus@gmx.de>
2905
2906 Improve handling of processes on remote hosts.
2907
2908 * eshell/esh-util.el (eshell-path-env): New defvar.
2909 (eshell-parse-colon-path): New defun.
2910 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2911
bb301b9a
SM
2912 * eshell/esh-ext.el (eshell-search-path):
2913 Use `eshell-parse-colon-path'.
605a20a9
MA
2914 (eshell-remote-command): Remove argument HANDLER.
2915 (eshell-external-command): Check for FTP remote connection.
2916
bb301b9a
SM
2917 * eshell/esh-proc.el (eshell-gather-process-output):
2918 Use `file-truename', in order to start also symlinked files.
2919 Apply `start-file-process' instead of `start-process'.
2920 Shorten `command' to the local file name part.
605a20a9 2921
bb301b9a
SM
2922 * eshell/em-cmpl.el (eshell-complete-commands-list):
2923 Use `eshell-parse-colon-path'.
605a20a9
MA
2924
2925 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2926
2927 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2928 to `eshell-directory-change-hook'.
2929
d1d33062
TH
29302009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2931
2932 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 2933 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 2934
a34d8565 29352009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 2936
a34d8565
MK
2937 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2938 made on 2009-11-22.
d1d33062 2939
c83b8d1b
GM
29402009-11-24 Glenn Morris <rgm@gnu.org>
2941
2942 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2943 deleted variable bookmark-bmenu-bookmark-column.
2944
65235b0a
GM
2945 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2946 Move after definition of global-semantic-idle-tag-highlight-mode.
2947
83505cfe
SM
29482009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2951
5241b291
CY
29522009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2953
2954 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2955 two slashes to the "file:" prefix.
2956 (browse-url-file-url): De-munge Cygwin filenames before passing
2957 them to Windows browser.
2958 (browse-url-default-windows-browser): Use call-process.
2959
aefcadb6
JL
29602009-11-23 Juri Linkov <juri@jurta.org>
2961
2962 Implement DocView Continuous mode. (Bug#4896)
2963 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
2964 (doc-view-mode-map): Bind C-n/<down> to
2965 `doc-view-next-line-or-next-page', C-p/<up> to
2966 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
2967 (doc-view-next-line-or-next-page)
2968 (doc-view-previous-line-or-previous-page): New commands.
2969
0d62bcea
JL
29702009-11-23 Juri Linkov <juri@jurta.org>
2971
2972 Implement Isearch in comint input history. (Bug#3746)
2973 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2974 `isearch-mode-hook'.
2975 (comint-history-isearch): New defcustom.
2976 (comint-history-isearch-backward)
2977 (comint-history-isearch-backward-regexp): New commands.
2978 (comint-history-isearch-message-overlay): New buffer-local variable.
2979 (comint-history-isearch-setup, comint-history-isearch-end)
2980 (comint-goto-input, comint-history-isearch-search)
2981 (comint-history-isearch-message, comint-history-isearch-wrap)
2982 (comint-history-isearch-push-state)
2983 (comint-history-isearch-pop-state): New functions.
2984
b593f105
MA
29852009-11-23 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2988 return.
2989 (tramp-handle-make-symbolic-link)
2990 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2991 Quote file names.
2992 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2993 (tramp-handle-process-file): Use it.
2994
0f202d5d
SM
29952009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * window.el (move-to-window-line-last-op): Remove.
2998 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2999
216349f8
SM
30002009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3001
0f202d5d 3002 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
3003 * window.el (move-to-window-line-last-op): New var.
3004 (move-to-window-line-top-bottom): New command.
3005 (global-map): Bind M-r move-to-window-line-top-bottom.
3006
c10e0633
GM
30072009-11-23 Sven Joachim <svenjoac@gmx.de>
3008
3009 * dired-x.el (dired-guess-shell-alist-default):
3010 Support xz format. (Bug#4953)
3011
e96ec425
CY
30122009-11-22 Chong Yidong <cyd@stupidchicken.com>
3013
2054a44c
CY
3014 * cedet/srecode/map.el (srecode-get-maps):
3015 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3016 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3017 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3018 (semantic-toggle-decoration-style):
3019 * cedet/semantic/decorate/include.el
3020 (semantic-decoration-include-describe)
3021 (semantic-decoration-unknown-include-describe)
3022 (semantic-decoration-unparsed-include-describe)
3023 (semantic-decoration-all-include-summary):
3024 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3025 * cedet/semantic/analyze/complete.el
3026 (semantic-analyze-possible-completions):
3027 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3028 (semantic-show-unmatched-syntax-mode)
3029 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3030 (semantic-highlight-func-mode):
3031 * cedet/semantic/util.el (semantic-describe-buffer):
3032 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3033 (semantic-symref-find-tags-by-name)
3034 (semantic-symref-find-tags-by-regexp)
3035 (semantic-symref-find-tags-by-completion)
3036 (semantic-symref-find-file-references-by-name)
3037 (semantic-symref-find-text):
3038 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3039 (senator-yank-tag):
3040 * cedet/semantic/scope.el (semantic-calculate-scope):
3041 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3042 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3043 (define-semantic-idle-service):
3044 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3045 (semantic-complete-analyze-inline-idle):
3046 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3047 * cedet/mode-local.el (describe-mode-local-bindings)
3048 (describe-mode-local-bindings-in-mode):
3049 * cedet/ede/make.el (ede-make-check-version):
3050 * cedet/ede/locate.el (ede-enable-locate-on-project):
3051 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3052 (cedet-idutils-version-check):
3053 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3054 (cedet-gnu-global-version-check):
3055 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3056 (cedet-cscope-version-check): Use called-interactively-p instead
3057 of interactive-p.
3058
e96ec425
CY
3059 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3060 Use semantic-format-tag-prototype.
3061
953e0c1a
GM
30622009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3063
3064 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3065 last-command-char/last-command-event.
3066 (viper-prefix-arg-value): Do correct conversion of event-char for
3067 XEmacs.
3068
83505cfe
SM
3069 * emulation/viper-util.el, emulation/viper.el:
3070 Use viper-last-command-char instead of
3071 last-command-char/last-command-event.
953e0c1a 3072
83505cfe
SM
3073 * ediff-init.el, ediff-mult.el, ediff-util.el:
3074 Replace last-command-char and last-command-event
3075 with (ediff-last-command-char) everywhere.
953e0c1a
GM
3076
3077 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3078 created in fundamental mode.
3079
3080 * ediff.el (ediff-version): Revert the change of interactive-p to
3081 called-interactively-p.
3082
9ee12eee
TH
30832009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3084
3085 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3086 generation from word-movement command names.
3087
ab2c15d4
CY
30882009-11-21 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
3091 (semantic-complete-jump-local, semantic-complete-jump):
3092 Improve prompt string.
ab2c15d4 3093
8b571bf3
JD
30942009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3095
3096 * cus-start.el (all): Add native condition for font-use-system-font.
3097
4121db47
AM
30982009-11-21 Nathaniel Flath <flat0103@gmail.com>
3099
83505cfe
SM
3100 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3101 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 3102
d71f5e0c
TH
31032009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3104
3105 * progmodes/subword.el: Rename from lisp/subword.el.
3106
3107 * subword.el: Rename to progmodes/subword.el.
3108
3109 * Makefile.in (ELCFILES): Adapt to subword.el move.
3110
fc9d6ad6
SM
31112009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3112 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3115 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3116 (bookmark-bmenu-show-filenames): Use push.
3117 (bookmark-bmenu-hide-filenames): Use local var instead of
3118 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3119 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3120 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3121 filenames now that the bookmark names are always available.
3122
26d9285f
SM
31232009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3126 (bookmark-search-pattern): Move and leave unbound.
3127 (bookmark-bmenu-mode-map): Change binding.
3128 (bookmark-read-search-input): Simplify.
3129 Don't use text-char-description. Don't error on non-char events.
3130 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3131 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3132 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3133 Use a local var for the timer.
3134 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3135 (i.e. bookmark-bmenu-search).
3136
d73a0317
GM
31372009-11-21 Glenn Morris <rgm@gnu.org>
3138
3139 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3140
e572025f
CY
31412009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3142
26d9285f
SM
3143 * net/browse-url.el (browse-url-default-windows-browser):
3144 Use cygstart for cygwin.
e572025f 3145
6aeaa3dc
KF
31462009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3147
e4070cdc 3148 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
3149 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3150 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3151 Minor grammar and punctuation fixes in doc string.
3152 (bookmark-read-search-input): Adjust to fit within 80 columns.
3153
a9b76eec
TH
31542009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3155
3156 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3157 (c-backward-into-nomenclature): Adapt to subword renaming.
3158
3159 * subword.el (subword-forward, subword-backward, subword-mark)
3160 (subword-kill, subword-backward-kill, subword-transpose)
3161 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
3162 (subword-forward-internal, subword-backward-internal):
3163 Rename from forward-subword, backward-subword, mark-subword,
3164 kill-subword, backward-kill-subword, transpose-subwords,
3165 downcase-subword, upcase-subword, capitalize-subword,
3166 forward-subword-internal, backward-subword-internal.
a9b76eec 3167
1e7d4475
SM
31682009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3169
26d9285f
SM
3170 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3171 New options.
1e7d4475
SM
3172 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3173 New vars.
3174 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3175 (bookmark-bmenu-filter-alist-by-regexp)
3176 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3177 (bookmark-bmenu-search): New command.
3178 (bookmark-bmenu-mode-map): Bind it.
3179
acfad775
CY
31802009-11-20 Chong Yidong <cyd@stupidchicken.com>
3181
1e7d4475 3182 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
3183
3184 * cedet/semantic/idle.el (define-semantic-idle-service)
3185 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3186
653d1554
TH
31872009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3188
ab84bfa0
TH
3189 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3190 backward-subword to quit the byte-compiler.
3191
1f35fda9
TH
3192 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3193
3194 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3195
653d1554 3196 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
3197 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3198 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
3199
3200 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3201 subword.el functions instead of cc-subword.el.
3202
1e7d4475
SM
3203 * progmodes/cc-subword.el: Rename to subword.el.
3204 * subword.el: Rename from progmodes/cc-subword.el.
3205 (subword-mode-map): Rename from c-subword-mode-map.
3206 (subword-mode): Rename from c-subword-mode.
653d1554 3207 (global-subword-mode): New global minor mode.
1e7d4475
SM
3208 (forward-subword): Rename from c-forward-subword.
3209 (backward-subword): Rename from c-backward-subword.
3210 (mark-subword): Rename from c-mark-subword.
3211 (kill-subword): Rename from c-kill-subword.
3212 (backward-kill-subword): Rename from c-backward-kill-subword.
3213 (transpose-subwords): Rename from c-tranpose-subword.
3214 (downcase-subword): Rename from c-downcase-subword.
3215 (capitalize-subword): Rename from c-capitalize-subword.
3216 (forward-subword-internal): Rename from c-forward-subword-internal.
3217 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 3218
9717f119
DN
32192009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3220
8de724f3
DN
3221 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3222 from a dired buffer.
3223 (vc-dired-deduce-fileset): New function.
3224 (vc-root-diff, vc-print-root-log): Use it.
3225
9717f119
DN
3226 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3227 nil LIMIT argument to vc-print-log-internal.
3228
af4999b8
GM
32292009-11-20 Glenn Morris <rgm@gnu.org>
3230
3231 * Makefile.in (ELCFILES): Regenerate.
3232
725bff06
CY
32332009-11-20 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3236
3237 * cedet/semantic.el: Enable idle-mode menu items only if
3238 global-semantic-idle-scheduler-mode is enabled.
3239 (semantic-default-submodes): Doc fix.
3240
3241 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3242 When turning off, disable other idle modes.
3243
b58edcb6
JB
32442009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3245
02e1b488
SM
3246 * calc/calc.el (calc-set-mode-line):
3247 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3248 (math-format-number): Rename `math-format-complement-signed' to
3249 `math-format-twos-complement'.
3250
02e1b488 3251 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
3252 math-format-complement-signed.
3253 (calc-radix): Rename `calc-complement-signed-mode' to
3254 `calc-twos-complement-mode'.
02e1b488
SM
3255 (calc-octal-radix, calc-hex-radix): Add an argument for
3256 two's complement.
b58edcb6 3257
02e1b488
SM
3258 * calc/calc-embed.el (calc-embedded-mode-vars):
3259 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 3260
02e1b488
SM
3261 * calc/calc-ext.el (calc-init-extensions):
3262 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3263 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3264
02e1b488
SM
3265 * calc/calc-units.el (math-build-units-table-buffer):
3266 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
3267
3268 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3269 entries.
3270
3271 * calc/calc-vec.el (calcFunc-vunpack):
3272 * calc/calc-aent.el (calc-do-calc-eval):
3273 * calc/calc-forms.el (math-format-date):
3274 * calc/calc-graph.el (calc-graph-plot):
3275 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
3276 * calc/calccomp.el (math-compose-expr):
3277 Let `calc-twos-complement-mode' be nil.
3278
32792009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3282 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3283 * minibuffer.el (completion-in-region-functions): New hook.
3284 (completion-in-region): New function.
3285 * emacs-lisp/lisp.el (lisp-complete-symbol):
3286 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 3287
e3353a78
SM
32882009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3289
eff77808
SM
3290 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3291 (latex-complete-alist): New vars.
3292 (latex-string-prefix-p, latex-complete-bibtex-keys)
3293 (latex-complete-envnames, latex-complete-refkeys)
3294 (latex-complete-data): New functions.
3295 (latex-complete, latex-indent-or-complete): New commands.
3296
d2c9fc42
SM
3297 * window.el (display-buffer-mark-dedicated): New var.
3298 (display-buffer): Obey it.
3299 * minibuffer.el (minibuffer-completion-help): Use it.
3300
31a1c477
SM
3301 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3302
bed4c972
SM
3303 * filecache.el (file-cache-add-file): Use push and cons.
3304 (file-cache-delete-file-regexp): Use push.
3305 (file-cache-complete): Use completion-in-region.
3306
8c22699f
SM
3307 * simple.el (with-wrapper-hook): Fix thinko.
3308
e3353a78
SM
3309 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3310 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3311 Use with-current-buffer and string-to-number.
3312 (hfy-fallback-colour-values): Use assoc-string.
3313 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3314 (hfy-face-at): Remove unused var `found-face'.
3315 (hfy-compile-stylesheet): Remove unused var `css'.
3316 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3317 and `orig-buffer'.
3318 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3319 Use with-current-buffer.
3320 (hfy-text-p): Use expand-file-name and fewer setq.
3321
acca02b0
SM
33222009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3323
3324 * htmlfontify.el, hfy-cmap.el: New files.
3325
042b7cc6
JL
33262009-11-19 Juri Linkov <juri@jurta.org>
3327
3328 * minibuffer.el (completions-format): New defcustom.
3329 (completion--insert-strings): Implement vertical format.
3330
3331 * simple.el (switch-to-completions): Move point to the first
3332 completion when point was at the beginning of the buffer.
3333
da205913
JL
33342009-11-19 Juri Linkov <juri@jurta.org>
3335
3336 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3337
3338 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3339
0b8ee421
CY
33402009-11-19 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3343 (mail-signature): Change default to t.
3344 (mail-from-style): Deprecate `system-default' value.
3345 (mail-insert-from-field): For default value of mail-from-style,
3346 default to `angles' unless `angles' needs quoting and `parens'
3347 does not.
3348 (mail-citation-prefix-regexp): Use citation regexp from
3349 message-mode.
3350
4265deab
MA
33512009-11-19 Michael Albinus <michael.albinus@gmx.de>
3352
acca02b0
SM
3353 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3354 Set variables for computing the prompt for reading password.
4265deab 3355
27cacd2d
GM
33562009-11-19 Glenn Morris <rgm@gnu.org>
3357
470bce7d
GM
3358 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3359
7e705a1d
GM
3360 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3361
27cacd2d
GM
3362 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3363 (newsticker-treeview-listwindow-height): Fix custom type.
3364
b2f0be0f
KH
33652009-11-19 Kenichi Handa <handa@m17n.org>
3366
3367 * descr-text.el (describe-char-padded-string): Compose with TAB
3368 only if there's a font for CH.
02e1b488 3369 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 3370
03446045 33712009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
3372
3373 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 3374 more accurate version of the regexp. (Bug#3910)
b96337b0 3375
03446045 33762009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
3377
3378 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3379
e0620570
JB
33802009-11-18 Juanma Barranquero <lekktu@gmail.com>
3381
3382 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3383 (font-setting-change-default-font): Fix typo in docstring.
3384
6cc6582e
AM
33852009-11-18 Alan Mackenzie <acm@muc.de>
3386
3387 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3388
dfb3c4c6
JD
33892009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3390
02e1b488 3391 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
3392
3393 * cus-start.el (all): ... to here.
3394
e268e987
MA
33952009-11-17 Michael Albinus <michael.albinus@gmx.de>
3396
3397 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3398 Don't set `ad-return-value' if `ad-do-it' doesn't.
3399
303ffde8
MA
3400 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3401 modification time.
3402
637fa988
JD
34032009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3404
3405 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 3406 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
3407
3408 * loadup.el: If feature system-font-setting or font-render-setting is
3409 there, load font-setting.
3410
02e1b488 3411 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
3412 * font-setting.el: New file.
3413
1d16a255
GM
34142009-11-17 Glenn Morris <rgm@gnu.org>
3415
3416 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3417
2d84f804
GM
3418 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3419 Preserve point in the list buffer. (Bug#4939)
3420 Use point-at-eol.
3421 (newsticker--treeview-list-update-highlight)
3422 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3423
14467b99
JB
34242009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3425
3426 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3427 Remove.
3428
3429 * calc/calc-ext.el (calc-init-extensions): Remove references to
3430 symclip.
3431
3432 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3433
3434 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 3435 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
3436 `calc-symclip'.
3437
e3c39c01
KR
34382009-11-16 Kevin Ryde <user42@zip.com.au>
3439
02e1b488 3440 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 3441 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 3442
497de631
KR
3443 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3444 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3445 Ignore trailing spaces by omit-nulls to split-string (fixing
3446 regression from Emacs 21 due to the incompatible split-string
14467b99 3447 change). (Bug #4928.)
497de631 3448
48b27575
DN
34492009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3450
5237d741 3451 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
3452 (vc-print-log-internal): Insert buttons to request more entries
3453 when limiting the output.
3454
3455 * vc-sccs.el (vc-sccs-print-log):
3456 * vc-rcs.el (vc-rcs-print-log):
3457 * vc-cvs.el (vc-cvs-print-log):
3458 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3459 LIMIT is non-nil.
3460
d3e97185
MA
34612009-11-16 Michael Albinus <michael.albinus@gmx.de>
3462
3463 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3464 error when `tramp-gvfs-dbus-event-vector' is set.
3465 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3466
68d87786
SM
34672009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3470
c0a39702
MA
34712009-11-16 Michael Albinus <michael.albinus@gmx.de>
3472
3473 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 3474 (dbus-register-property): Register the handlers of
c0a39702
MA
3475 "org.freedesktop.DBus.Properties" for SERVICE.
3476 (dbus-property-handler): Fix docstring.
3477
1e857121
YM
34782009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3479
3480 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3481 Quote doc string reference in defvaralias as it is not in special form.
3482 (byte-compile-output-docform): Doc fix.
3483
887484c1
JB
34842009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3485
3486 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3487 (calc-complement-signed-mode): New variables.
3488 (calc-set-mode-line): Add indicator for twos-complements.
3489 (math-format-number): Format twos-complement notation.
3490
3491 * calc/calc-bin.el (calc-word-size): Reset the variables
3492 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
3493 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3494 (calc-symclip): New functions.
887484c1
JB
3495
3496 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3497
68d87786
SM
3498 * calc/calc-embed.el (calc-embedded-mode-vars):
3499 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
3500
3501 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 3502 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
3503
3504 * calc/calc-ext.el (math-read-number-fancy): Read complement
3505 signed numbers.
68d87786
SM
3506 (calc-init-extensions): Add binding for `calc-symclip'.
3507 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
3508
3509 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3510 `calc-symclip'.
68d87786 3511 (calc-modes-menu): Add item for twos complement mode.
887484c1 3512
5237d741 3513 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 3514
4cf1d7e3
CY
35152009-11-15 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * register.el (jump-to-register, insert-register): Handle Semantic
3518 tags. From commented-out advice in semantic/senator.el.
3519
f8e65267
DN
35202009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3521
6616006b
DN
3522 * vc.el (vc-log-show-limit): New variable.
3523 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3524 when using a prefix argument.
3525 (vc-print-log-internal): Add new argument LIMIT.
3526
3527 * vc-svn.el (vc-svn-print-log):
3528 * vc-mtn.el (vc-mtn-print-log):
3529 * vc-hg.el (vc-hg-print-log):
3530 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 3531 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
3532 non-optional.
3533
3534 * vc-sccs.el (vc-sccs-print-log):
3535 * vc-rcs.el (vc-rcs-print-log):
3536 * vc-git.el (vc-git-print-log):
3537 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3538 ignore it. Make the BUFFER argument non-optional
3539
f8e65267
DN
3540 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3541
0566c4bc
CY
35422009-11-15 Chong Yidong <cyd@stupidchicken.com>
3543
7cce3c91
CY
3544 * dired.el (dired-mode-map): Move encryption items to "Operate"
3545 menu (Bug#4703).
3546
d7063de9
CY
3547 * strokes.el (strokes-update-window-configuration): Make strokes
3548 buffer current before erasing (Bug#4906).
3549
0566c4bc
CY
3550 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3551 (semantic-idle-summary-mode): Define using define-minor-mode
3552 instead of define-semantic-idle-service.
3553 (semantic-idle-summary-mode): New function.
3554 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3555 that mouse motion does not reset the echo area.
3556
0fc10137
JL
35572009-11-15 Juri Linkov <juri@jurta.org>
3558
3559 * simple.el (set-mark-default-inactive): Add :type, :group
3560 and :version. (Bug#4876)
3561
f5fce4ec
MA
35622009-11-15 Michael Albinus <michael.albinus@gmx.de>
3563
3564 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3565 (archive-unique-fname): ... here. (Bug#4929)
3566
8d720a00
SM
35672009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3568
589888fe
SM
3569 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3570 with a real fix.
3571
8d720a00
SM
3572 * novice.el (disabled-command-function): Add useful args.
3573 Setup the help buffer so that [back] works.
3574 Remove redundant call to help-mode.
3575 (disabled-command-function): Use `case'.
3576 (en/disable-command): New function extracted from enable-command.
3577 (enable-command, disable-command): Use it.
3578
a61344d6
GM
35792009-11-14 Glenn Morris <rgm@gnu.org>
3580
497f0cdd
GM
3581 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3582 constants. (Bug#4913)
3583
a61344d6
GM
3584 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3585
d501801e
GM
35862009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3587
3588 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3589 defined in C that have no doc-strings. (Bug#1063)
3590
5af27ac2
GM
35912009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3592
3593 * cus-edit.el (data, files):
3594 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3595
aec5395b
CY
35962009-11-14 Chong Yidong <cyd@stupidchicken.com>
3597
e7791447
CY
3598 * simple.el (shell-command): Doc fix (Bug#4891).
3599
aec5395b
CY
3600 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3601
7a41cd7f
GM
36022009-11-14 Glenn Morris <rgm@gnu.org>
3603
c3583c94
GM
3604 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3605 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3606 If they are already loaded, eval-after-load will do the right thing.
3607
73900d1f
GM
3608 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3609 compiling.
3610
0028351d
GM
3611 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3612
f6714ede
GM
3613 * simple.el (x-selection-owner-p): Declare.
3614 (read-mail-command): Use custom radio type rather than choice.
3615 (completion-no-auto-exit): Doc fix.
3616
7a41cd7f 3617 * custom.el (defgroup):
5af27ac2 3618 * epg-config.el (epg): Doc fixes.
7a41cd7f 3619
2d0659ec
DN
36202009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3621
3622 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3623 * international/ccl.el (define-ccl-program): Do not purecopy the
3624 docstring, defconst does it anyway.
3625
7fdbcd83
SM
36262009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3627
d499c5b9
SM
3628 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3629 a second time.
3630
7fdbcd83
SM
3631 * x-dnd.el (x-dnd-maybe-call-test-function):
3632 * window.el (split-window-vertically):
3633 * whitespace.el (whitespace-help-on):
3634 * vc-rcs.el (vc-rcs-consult-headers):
3635 * userlock.el (ask-user-about-lock-help)
3636 (ask-user-about-supersession-help):
3637 * type-break.el (type-break-force-mode-line-update):
3638 * time-stamp.el (time-stamp-conv-warn):
3639 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 3640 (te-sentinel, terminal-emulator):
7fdbcd83
SM
3641 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3642 (term-write-input-ring, term-check-source, term-start-output-log):
3643 (term-display-buffer-line, term-dynamic-list-completions):
3644 (term-ansi-make-term, serial-term):
3645 * subr.el (selective-display):
3646 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3647 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3648 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3649 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3650 (speedbar-remove-localized-speedbar-support)
3651 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3652 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3653 (speedbar-buffers-line-directory):
3654 * simple.el (shell-command-on-region, append-to-buffer)
3655 (prepend-to-buffer):
3656 * shadowfile.el (shadow-save-todo-file):
3657 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3658 (scroll-bar-maybe-set-window-start):
3659 * sb-image.el (speedbar-image-dump):
3660 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3661 (load-save-place-alist-from-file):
3662 * ps-samp.el (ps-print-message-from-summary):
3663 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3664 (ps-background-image, ps-begin-job, ps-do-despool):
3665 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3666 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3667 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3668 (pr-call-process, pr-file-list, pr-interface-save):
3669 * novice.el (disabled-command-function)
3670 (enable-command, disable-command):
3671 * mouse.el (mouse-buffer-menu-alist):
3672 * mouse-copy.el (mouse-kill-preserving-secondary):
3673 * macros.el (kbd-macro-query):
3674 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3675 * informat.el (batch-info-validate):
3676 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3677 * hippie-exp.el (try-expand-dabbrev-visible):
3678 * help-mode.el (help-make-xrefs):
3679 * help-fns.el (describe-variable):
3680 * generic-x.el (bat-generic-mode-run-as-comint):
3681 * finder.el (finder-mouse-select):
3682 * find-dired.el (find-dired-sentinel):
3683 * filesets.el (filesets-file-close):
3684 * files.el (list-directory):
3685 * faces.el (list-faces-display, describe-face):
3686 * facemenu.el (list-colors-display):
3687 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3688 * epg.el (epg--process-filter, epg-cancel):
3689 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3690 (epa--read-signature-type):
3691 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3692 (emerge-file-names):
3693 * ehelp.el (electric-helpify):
3694 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3695 * ediff-vers.el (rcs-ediff-view-revision):
3696 * ediff-util.el (ediff-setup):
3697 * ediff-mult.el (ediff-append-custom-diff):
3698 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3699 (ediff-wordify):
3700 * echistory.el (Electric-command-history-redo-expression):
3701 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3702 * disp-table.el (describe-display-table):
3703 * dired.el (dired-find-buffer-nocreate):
3704 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3705 * dabbrev.el (dabbrev--same-major-mode-p):
3706 * chistory.el (list-command-history):
3707 * apropos.el (apropos-documentation):
3708 * allout.el (allout-obtain-passphrase):
3709 (allout-copy-exposed-to-buffer):
3710 (allout-verify-passphrase): Use with-current-buffer.
3711
2ccbc060
GM
37122009-11-13 Glenn Morris <rgm@gnu.org>
3713
3714 * Makefile.in (ELCFILES): Regenerate.
3715
b172ed20
MA
37162009-11-13 Michael Albinus <michael.albinus@gmx.de>
3717
7fdbcd83
SM
3718 * net/dbus.el (dbus-registered-objects-table): Rename from
3719 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
3720 (dbus-unregister-object): Unregister also properties.
3721 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3722 Use a timeout of 500 msec, in order to not block.
3723 (dbus-register-property, dbus-property-handler): New defuns.
3724
e96d62cd
SM
37252009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * simple.el (minibuffer-default-add-completions): Drop deprecated
3728 4th arg.
3729
14bd267d
EZ
37302009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3731
e96d62cd
SM
3732 * textmodes/artist.el (artist-mouse-choose-operation):
3733 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 3734 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
3735 (artist-compute-up-event-key): New function.
3736 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3737
bf89fd7b
KH
37382009-11-13 Kenichi Handa <handa@m17n.org>
3739
3740 * language/japan-util.el: Make sure that the value of jisx0208
3741 property is jisx0208 character.
3742
f70b8925
DN
37432009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3744
3745 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3746 car or each item, not the whole list.
3747
4d93a9e0
SM
37482009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * minibuffer.el (minibuffer-completion-help):
3751 Use minibuffer-hide-completions.
3752
05404988
SM
37532009-11-12 Per Starbäck <per@starback.se> (tiny change)
3754
3755 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3756 (dired-revert): Use them (bug#4880).
3757
5297bc10
DN
37582009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3759
3760 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3761
e2685eb7
JL
37622009-11-12 Juri Linkov <juri@jurta.org>
3763
3764 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3765 New functions.
3766 (find-file-literally-at-point): Alias of `ffap-literally'.
3767
76410c3e
DN
37682009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3769
6d341a2a
DN
3770 * textmodes/ispell.el (ispell-skip-region-alist):
3771 * textmodes/css-mode.el (auto-mode-alist):
3772 * progmodes/compile.el (auto-mode-alist):
3773 * international/mule.el (ctext-non-standard-encodings-alist)
3774 (ctext-non-standard-encodings-regexp):
3775 * simple.el (shell-command-switch, text-read-only):
3776 * replace.el (occur-mode-map):
3777 * paths.el (rmail-file-name):
3778 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3779 * find-file.el (ff-special-constructs):
3780 * files.el (file-name-handler-alist):
3781 * composite.el: Purecopy strings.
3782
76410c3e
DN
3783 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3784
aaa448c9
DN
37852009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3786
3787 * widget.el (define-widget): Purecopy the docstring.
3788 * international/mule-cmds.el (charset): Do not purecopy the
3789 docstring here, define-widget does it.
3790
3791 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3792 * textmodes/bibtex-style.el (auto-mode-alist):
3793 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3794 * progmodes/compile.el (compile-command):
3795 * language/korea-util.el (default-korean-keyboard):
3796 * international/mule-conf.el (file-coding-system-alist):
3797 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3798 * tooltip.el (tooltip-frame-parameters):
3799 * newcomment.el (comment-end, comment-padding):
3800 * dired.el (dired-trivial-filenames):
3801 * comint.el (comint-file-name-prefix): Purecopy initial values.
3802
bbe650fd
MA
38032009-11-11 Michael Albinus <michael.albinus@gmx.de>
3804
3805 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3806 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3807 `tramp-unload'.
3808 (tramp-advice-make-auto-save-file-name)
3809 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3810 after removing the advice.
3811
6bdad9ae
DN
38122009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3813
2f7f4bee
DN
3814 * progmodes/grep.el (grep-regexp-alist):
3815 * international/mule-cmds.el (iso-2022-control-alist):
3816 * emacs-lisp/timer.el (timer-duration-words):
3817 * subr.el (version-separator, version-regexp-alist):
3818 * minibuffer.el (completion-styles-alist):
3819 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3820 Change defvars to defconsts.
3821
a042de45
DN
3822 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3823 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3824 * international/mule-conf.el: Allow to be byte compiled.
3825
3b6acc72
DN
3826 * international/mule.el (define-charset): Purecopy props.
3827 (load-with-code-conversion): Purecopy doc string and file name.
3828 (put-charset-property): Purecopy strings.
3829 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3830
1c2efdfb 3831 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
3832 (define-char-code-property): Correctly purecopy the table.
3833
62591911
DN
3834 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3835
8b908da6
DN
3836 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3837
ff917d63
DN
3838 * subr.el (add-hook): Purecopy strings.
3839 (eval-after-load): Purecopy load-history-regexp and the form.
3840
af89cf77
DN
3841 * custom.el (custom-declare-group): Purecopy load-file-name.
3842
a3c20c83 3843 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
3844 * net/eudc.el (eudc-tools-menu):
3845 * international/mule-cmds.el (set-coding-system-map)
3846 (mule-menu-keymap):
3847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3848 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
3849 * replace.el (occur-mode-map):
3850 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 3851 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
3852 (menu-bar-custom-menu, menu-bar-showhide-menu)
3853 (menu-bar-options-menu, menu-bar-tools-menu)
3854 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3855 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3856 (menu-bar-help-menu):
3857 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3858 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3859
6bdad9ae
DN
3860 * term/x-win.el (x-gtk-stock-map):
3861 * progmodes/vera-mode.el (auto-mode-alist):
3862 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3863 (inferior-lisp-program, inferior-lisp-load-command):
3864 * progmodes/hideshow.el (hs-special-modes-alist):
3865 * progmodes/gud.el (same-window-regexps):
3866 * progmodes/grep.el (grep-program, find-program, xargs-program):
3867 * net/telnet.el (same-window-regexps):
3868 * net/rlogin.el (same-window-regexps):
3869 * language/ethiopic.el (font-ccl-encoder-alist):
3870 * vc-sccs.el (vc-sccs-master-templates):
3871 * vc-rcs.el (vc-rcs-master-templates):
3872 * subr.el (cl-assertion-failed):
3873 * simple.el (next-error-overlay-arrow-position):
3874 * lpr.el (lpr-command):
3875 * locate.el (locate-ls-subdir-switches):
3876 * info.el (same-window-regexps, info)
3877 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3878 * image-mode.el (image-mode, auto-mode-alist):
3879 * hippie-exp.el (hippie-expand-ignore-buffers):
3880 * format.el (format-alist):
3881 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3882 (find-name-arg):
3883 * facemenu.el (facemenu-keybindings):
3884 * dired.el (dired-listing-switches, dired-chown-program):
3885 * diff.el (diff-switches, diff-command):
3886 * cus-edit.el (same-window-regexps):
3887 * bindings.el (mode-line-mule-info)
3888 (mode-line-buffer-identification): Purecopy strings.
3889
e0987650
JL
38902009-11-11 Juri Linkov <juri@jurta.org>
3891
3570691b 3892 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
3893 Tell the byte-compiler about dired-get-filename.
3894 (shell-command): In Dired mode, get filename from the current line
3895 as the default value.
3896
b16ff465
GM
38972009-11-10 Glenn Morris <rgm@gnu.org>
3898
e8a11b22
GM
3899 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3900 * calendar/holidays.el, progmodes/cperl-mode.el:
3901 Update x-popup-menu declarations.
3902
b16ff465
GM
3903 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3904 (list-load-path-shadows): Use dolist.
3905 (list-load-path-shadows): Use with-current-buffer.
3906
032c3399
JL
39072009-11-10 Juri Linkov <juri@jurta.org>
3908
3909 * minibuffer.el (read-file-name): Support a list of default values
3910 in `default-filename'. Use the first file name where only one
3911 element is required. Doc fix.
3912
8fb1629f
MA
39132009-11-09 Michael Albinus <michael.albinus@gmx.de>
3914
3915 * net/dbus.el (dbus-unregister-object): Release service, if no
3916 other method is registered for it.
3917
a51203ee 39182009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
3919
3920 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3921 bookmark-sort-flag is non-nil (Bug#4653).
3922
9bf7dc8a
CY
39232009-11-08 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3926 the progress reporter entirely.
3927
15207e74
CY
3928 * emulation/cua-base.el: Add CUA property to some CC mode commands
3929 (Bug#4100).
3930
8bf7ed70
KR
39312009-11-08 Kevin Ryde <user42@zip.com.au>
3932
3933 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 3934 at end of sentence (Bug#4818).
8bf7ed70 3935
951802d0
CY
39362009-11-08 Jared Finder <jfinder@crypticstudios.com>
3937
3938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3939 Handle "see declaration of" MSFT statements (Bug#4100).
3940
e8244310
MA
39412009-11-08 Michael Albinus <michael.albinus@gmx.de>
3942
3943 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3944 (tramp-advice-file-expand-wildcards): Unload via
3945 `ad-remove-advice'.
3946
3947 * net/trampver.el: Update release number.
3948
a51203ee 39492009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
3950
3951 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3952 `ad-do-it'.
3953
a51203ee 39542009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
3955
3956 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3957 in order to keep context in SELinux.
3958
bedd8a58
CY
39592009-11-08 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * dired-aux.el (dired-query): Place cursor in echo area and allow
3962 C-g.
3963
3964 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3965 menu item if not on a directory (Bug#4701).
3966
0484d600
MA
39672009-11-07 Michael Albinus <michael.albinus@gmx.de>
3968
3969 Sync with Tramp 2.1.17.
3970
3971 * net/tramp.el (tramp-handle-copy-directory): Don't use
3972 `file-remote-p' (due to compatibility).
3973
3974 * net/tramp-compat.el (tramp-compat-copy-directory)
3975 (tramp-compat-delete-directory): New defuns.
3976
3977 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3978 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3979 `tramp-compat-delete-directory'.
3980
3981 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 3982 (tramp-smb-handle-delete-directory): Use
0484d600
MA
3983 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3984
3985 * net/trampver.el: Update release number.
3986
b42b2189
CY
39872009-11-07 Chong Yidong <cyd@stupidchicken.com>
3988
6960d7b9
CY
3989 * tar-mode.el (tar-copy): Call write-region on the right buffer
3990 (Bug#4857).
3991
b42b2189
CY
3992 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3993 by hand, if necessary (Bug#4878).
3994
0ad57dfd
CY
39952009-11-06 Chong Yidong <cyd@stupidchicken.com>
3996
d19e23ae
CY
3997 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3998 align size column (Bug#4839).
3999
0ad57dfd
CY
4000 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4001 statement.
4002
0b7f397c
DN
40032009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4004
4005 * progmodes/ld-script.el (auto-mode-alist):
4006 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4007
4008 * cus-face.el (custom-declare-face): Purecopy face spec.
4009
495bd5ca
KH
40102009-11-06 Kenichi Handa <handa@m17n.org>
4011
4012 * international/uni-bidi.el: Re-generated.
4013 * international/uni-category.el: Re-generated.
4014 * international/uni-combining.el: Re-generated.
4015 * international/uni-mirrored.el: Re-generated.
4016
1e8780b1
DN
40172009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4018
4019 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4020 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4021 (tex-start-options, slitex-run-command, latex-run-command)
4022 (tex-run-command, tex-directory):
4023 * textmodes/ispell.el (ispell-html-skip-alists)
4024 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4025 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4026 (adaptive-fill-regexp):
4027 * textmodes/dns-mode.el (auto-mode-alist):
4028 * progmodes/python.el (interpreter-mode-alist):
4029 * progmodes/etags.el (tags-compression-info-list):
4030 * progmodes/etags.el (tags-file-name):
4031 * net/browse-url.el (browse-url-galeon-program)
4032 (browse-url-firefox-program):
4033 * mail/sendmail.el (mail-signature-file)
4034 (mail-citation-prefix-regexp):
4035 * international/mule-conf.el (eight-bit):
4036 * international/latexenc.el (latex-inputenc-coding-alist):
4037 * international/fontset.el (x-pixel-size-width-font-regexp):
4038 * emacs-lisp/warnings.el (warning-type-format):
4039 * emacs-lisp/trace.el (trace-buffer):
4040 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4041 (emacs-lisp-mode-map):
4042 * calendar/holidays.el (holiday-solar-holidays)
4043 (holiday-bahai-holidays, holiday-islamic-holidays)
4044 (holiday-christian-holidays, holiday-hebrew-holidays)
4045 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4046 (hebrew-holidays-1, holiday-oriental-holidays)
4047 (holiday-general-holidays):
4048 * x-dnd.el (x-dnd-known-types):
4049 * tool-bar.el (tool-bar):
4050 * startup.el (site-run-file):
4051 * shell.el (shell-dumb-shell-regexp):
4052 * rfn-eshadow.el (file-name-shadow-tty-properties)
4053 (file-name-shadow-properties):
4054 * paths.el (remote-shell-program, news-directory):
4055 * mouse.el ([C-down-mouse-3]):
4056 * menu-bar.el (menu-bar-tools-menu):
4057 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4058 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4059 (jka-compr-compression-info-list):
4060 * isearch.el (search-whitespace-regexp):
4061 * image-file.el (image-file-name-extensions):
4062 * find-dired.el (find-ls-option):
4063 * files.el (directory-listing-before-filename-regexp)
4064 (directory-free-space-args, insert-directory-program)
4065 (list-directory-brief-switches, magic-fallback-mode-alist)
4066 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4067 (automount-dir-prefix):
4068 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4069 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4070 (face-font-registry-alternatives, face-font-registry-alternatives)
4071 (face-font-family-alternatives):
4072 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4073 (facemenu-foreground-menu, facemenu-face-menu):
4074 * epa-hook.el (epa-file-name-regexp):
4075 * dnd.el (dnd-protocol-alist):
4076 * textmodes/rst.el (auto-mode-alist):
a51203ee 4077 * button.el (default-button): Purecopy strings.
1e8780b1 4078
0adae11f
GM
40792009-11-06 Glenn Morris <rgm@gnu.org>
4080
4081 * Makefile.in (ELCFILES): Update.
4082
2adaf057
SM
40832009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4084
8f72f03c
SM
4085 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4086 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4087
2adaf057
SM
4088 * nxml/xsd-regexp.el (xsdre-gen-categories):
4089 * nxml/xmltok.el (xmltok-parse-entity):
4090 * nxml/rng-parse.el (rng-parse-validate-file):
4091 * nxml/rng-maint.el (rng-format-manual)
4092 (rng-manual-output-force-new-line):
4093 * nxml/rng-loc.el (rng-save-schema-location-1):
4094 * nxml/rng-cmpct.el (rng-c-parse-file):
4095 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4096 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4097
14862301
SM
40982009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4099
bf0b361c 4100 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
4101 Remove extra save-excursions and make-variable-buffer-local's.
4102 Suggested by Stefan Monnier.
4103
4104 (verilog-getopt-file, verilog-module-inside-filename-p)
4105 (verilog-set-define): Merge GNU 1.35 and repair changes from
4106 switching to using with-current-buffer.
4107
4108 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4109 being treated as a number and confusing AUTORESET.
4110 Reported by Dan Dever.
4111
4112 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4113 Add verilog-auto-ignore-concat to fix backward compatibility with
4114 older verilog-modes. Reported by Dan Katz.
4115
4116 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4117 containing closing anchors "...$".
4118
4119 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4120 Reported by Wade Smith.
4121
48c2d18a 4122 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
4123
41242009-11-05 Michael McNamara <mac@mail.brushroad.com>
4125
bf0b361c
JB
4126 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4127 for labels.
14862301
SM
4128
4129 (verilog-label-re, verilog-calc-1): Support proper indent of named
4130 asserts.
4131
4132 (verilog-backward-token, verilog-basic-complete-re)
4133 (verilog-beg-of-statement, verilog-indent-re): Support proper
4134 indent of the assert statement at the beginning of a block of text.
4135
4136 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4137 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4138 tokens as begins.
4139
4f8f657f
GM
41402009-11-05 Glenn Morris <rgm@gnu.org>
4141
775adc51
GM
4142 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4143 Emacs 19. (Bug#1531)
4144 (byte-compile-fix-header): Update for the above change.
4145 Drop test for epoch::version.
4146
4ad6a5e7 4147 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
4148 * cus-dep.el (custom-make-dependencies):
4149 * finder.el (finder-compile-keywords):
4150 Use autoload-rubric's feature argument.
4ad6a5e7 4151
4f8f657f
GM
4152 * calendar/diary-lib.el (top-level): Make load behave more like require.
4153
881e4184
GM
4154 * vc-git.el (vc-git-stash-map): Move definition before use.
4155
ba214964 41562009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 4157
b6f8ba09
DN
4158 * custom.el (custom-declare-group): Purecopy standard-value.
4159 (custom-declare-group): Purecopy custom-prefix.
4160
7fdbcd83
SM
4161 * international/mule.el (load-with-code-conversion):
4162 Call do-after-load-evaluation unconditionally.
eb6f577b 4163
f6195dfb
DN
4164 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4165
56f14120
SM
41662009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4169
e5c89ce9
GM
41702009-11-04 Glenn Morris <rgm@gnu.org>
4171
4172 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4173 (byte-compile-compatibility): Remove option.
4174 (byte-compile-close-variables, byte-compile-fix-header)
4175 (byte-compile-insert-header, byte-compile-output-docform)
4176 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4177 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4178 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4179 (byte-compile-insert, byte-compile-defun):
4180 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
4181 (byte-defop-compiler19): Remove.
4182 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4183 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 4184
e24f42ab
JL
41852009-11-04 Juri Linkov <juri@jurta.org>
4186
4187 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4188 (menu-bar-options-menu): Don't quote the `prop' arg of
4189 `menu-bar-make-mm-toggle'.
4190
d3d5f4f5
JB
41912009-11-04 Juanma Barranquero <lekktu@gmail.com>
4192
4193 * calendar/calendar.el (cal-loaddefs):
4194 * calendar/diary-lib.el (diary-loaddefs):
4195 * calendar/holidays.el (hol-loaddefs):
4196 * eshell/esh-module.el (esh-groups): Load rather than require.
4197
6e39d3b2
SM
41982009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4199
e96d62cd
SM
4200 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4201 point-min==1.
7e83e8b4
SM
4202 (todo-top-priorities): Only display-buffer when called interactively.
4203 (todo-item-start): Don't save excursion point.
4204 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4205 (todo-insert-item-here, todo-file-item, todo-remove-item):
4206 Adjust uses of todo-item-start and todo-item-end.
4207
fae4e5b9
SM
4208 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4209 (autoload-rubric): Don't use any more.
4210 * cedet/semantic/fw.el (semantic/loaddefs):
4211 * cedet/srecode.el (srecode/loaddefs):
4212 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
4213 * cedet/ede/cpp-root.el:
4214 * cedet/ede/emacs.el:
4215 * cedet/ede/files.el:
4216 * cedet/ede/linux.el:
4217 * cedet/ede/locate.el:
4218 * cedet/ede/make.el:
4219 * cedet/ede/shell.el:
4220 * cedet/ede/speedbar.el:
4221 * cedet/ede/system.el:
4222 * cedet/ede/util.el:
4223 * cedet/semantic/analyze.el:
4224 * cedet/semantic/bovine.el:
4225 * cedet/semantic/complete.el:
4226 * cedet/semantic/ctxt.el:
4227 * cedet/semantic/db-file.el:
4228 * cedet/semantic/db-find.el:
4229 * cedet/semantic/db-global.el:
4230 * cedet/semantic/db-mode.el:
4231 * cedet/semantic/db-typecache.el:
4232 * cedet/semantic/db.el:
4233 * cedet/semantic/debug.el:
4234 * cedet/semantic/dep.el:
4235 * cedet/semantic/doc.el:
4236 * cedet/semantic/edit.el:
4237 * cedet/semantic/find.el:
4238 * cedet/semantic/format.el:
4239 * cedet/semantic/html.el:
4240 * cedet/semantic/ia-sb.el:
4241 * cedet/semantic/ia.el:
4242 * cedet/semantic/idle.el:
4243 * cedet/semantic/lex-spp.el:
4244 * cedet/semantic/lex.el:
4245 * cedet/semantic/mru-bookmark.el:
4246 * cedet/semantic/scope.el:
4247 * cedet/semantic/senator.el:
4248 * cedet/semantic/sort.el:
4249 * cedet/semantic/symref.el:
4250 * cedet/semantic/tag-file.el:
4251 * cedet/semantic/tag-ls.el:
4252 * cedet/semantic/tag-write.el:
4253 * cedet/semantic/tag.el:
4254 * cedet/semantic/util-modes.el:
4255 * cedet/semantic/analyze/complete.el:
4256 * cedet/semantic/analyze/refs.el:
4257 * cedet/semantic/bovine/c.el:
4258 * cedet/semantic/bovine/gcc.el:
4259 * cedet/semantic/bovine/make.el:
4260 * cedet/semantic/bovine/scm.el:
4261 * cedet/semantic/decorate/include.el:
4262 * cedet/semantic/decorate/mode.el:
4263 * cedet/semantic/symref/cscope.el:
4264 * cedet/semantic/symref/global.el:
4265 * cedet/semantic/symref/grep.el:
4266 * cedet/semantic/symref/idutils.el:
4267 * cedet/semantic/symref/list.el:
4268 * cedet/semantic/wisent/java-tags.el:
4269 * cedet/semantic/wisent/javascript.el:
4270 * cedet/srecode/compile.el:
4271 * cedet/srecode/cpp.el:
4272 * cedet/srecode/document.el:
4273 * cedet/srecode/el.el:
4274 * cedet/srecode/expandproto.el:
4275 * cedet/srecode/getset.el:
4276 * cedet/srecode/insert.el:
4277 * cedet/srecode/java.el:
4278 * cedet/srecode/map.el:
4279 * cedet/srecode/mode.el:
4280 * cedet/srecode/template.el:
4281 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
4282 generated-autoload-feature.
4283
6e39d3b2
SM
4284 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4285 and only put a prop if it is non-nil.
4286
c9753fb4
JL
42872009-11-03 Juri Linkov <juri@jurta.org>
4288
4289 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4290 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4291
4292 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4293 and "Menu" to make top-level menu item visually one unit (like
4294 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4295 multi-word menu items). Fix :help string for quit-window.
4296
db04f33f
GM
42972009-11-03 Glenn Morris <rgm@gnu.org>
4298
df8fff6c
GM
4299 * cedet/mode-local.el (with-mode-local): Doc fix.
4300
2aea6521
GM
4301 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4302 (byte-compile-file-form-define-abbrev-table)
4303 (byte-compile-file-form-custom-declare-variable)
4304 (byte-compile-variable-ref, byte-compile-defvar):
4305 Whether or not a warning is enabled should only affect whether we issue
4306 the warning, not whether or not we collect the relevant data.
4307 Eg warnings can be turned on and off throughout the course of a file.
4308
db04f33f
GM
4309 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4310 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4311
937e6a56
SM
43122009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4313
4314 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4315 * play/mpuz.el (mpuz-create-buffer):
4316 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4317 (lm-print-y,s,noise, lm-print-w0, lm-init):
4318 * play/gomoku.el (gomoku-prompt-for-move):
4319 * play/fortune.el (fortune-in-buffer):
4320 * play/dissociate.el (dissociated-press):
4321 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 4322 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
4323 * mail/supercite.el (sc-eref-show):
4324 * mail/smtpmail.el (smtpmail-send-it):
4325 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4326 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4327 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4328 (rmail-summary-goto-msg, rmail-summary-expunge)
4329 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4330 (rmail-summary-add-label, rmail-summary-output-menu)
4331 (rmail-summary-output-body):
4332 * mail/rfc822.el (rfc822-addresses):
4333 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4334 * mail/mailpost.el (post-mail-send-it):
4335 * mail/hashcash.el (hashcash-generate-payment):
4336 * mail/feedmail.el (feedmail-run-the-queue)
4337 (feedmail-queue-send-edit-prompt-help-first)
4338 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4339 (feedmail-deduce-address-list):
4340 * eshell/esh-ext.el (eshell-remote-command):
4341 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4342 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4343 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4344 (viper-save-string-in-file, viper-valid-marker):
4345 * emulation/viper-keym.el (viper-toggle-key):
4346 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4347 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4348 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4349 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4350 (viper-exec-form-in-emacs, viper-brac-function):
4351 * emulation/viper.el (viper-delocalize-var):
4352 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4353 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4354 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4355 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4356 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4357 * emulation/edt.el (edt-electric-helpify):
4358 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4359 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4360 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4361 (cua-indent-to-global-mark-column):
4362 * calendar/diary-lib.el (calendar-mark-1):
4363 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4364 Use with-current-buffer.
4365 * emulation/viper.el (viper-delocalize-var): Use dolist.
4366
5b955562
CY
43672009-11-03 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * comint.el (comint-replace-by-expanded-history-before-point):
4370 Replace !! with the previous input string literally (Bug#1795).
4371
6292c599
JB
43722009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4373
4374 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4375 to be made up of whitespace.
4376
8368c14e
CY
43772009-11-02 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * minibuffer.el (read-file-name): Don't use file dialogs for
4380 remote directories (Bug#99).
4381
6f750f0d
CY
43822009-11-01 Chong Yidong <cyd@stupidchicken.com>
4383
4384 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4385
97ab3f47
AS
43862009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4387
4388 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4389 instead of deleting the window or frame.
4390
673c1168
CY
43912009-10-31 Chong Yidong <cyd@stupidchicken.com>
4392
4393 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4394 Support face colors.
4395
937e6a56
SM
4396 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4397 New function. Support face colors (Bug#1168).
673c1168
CY
4398 (tex-common-initialization): Use it.
4399
4400 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4401 mode allows it (Bug#1168).
4402
c9349f0a
CY
44032009-10-31 Juri Linkov <juri@jurta.org>
4404
4405 * facemenu.el (list-colors-display): Don't mark buffer as
4406 modified (Bug#3948).
4407
ebf5c4f5
CY
44082009-10-31 Chong Yidong <cyd@stupidchicken.com>
4409
5c2dce75
CY
4410 * international/mule-diag.el (list-character-sets-1): Minor
4411 message fix (Bug#3526).
4412
26581f0e
CY
4413 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4414 face property (Bug#4834).
4415 (etags-list-tags, etags-tags-apropos-additional)
4416 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4417 property.
4418
ebf5c4f5
CY
4419 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4420 items.
4421
4422 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4423 items.
4424
4425 * cedet/ede.el (ede-minor-mode):
4426 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4427
9a529312
SM
44282009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * textmodes/two-column.el (2C-split):
4431 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4432 * textmodes/tex-mode.el (tex-set-buffer-directory):
4433 * textmodes/spell.el (spell-region, spell-string):
4434 * textmodes/reftex.el (reftex-erase-buffer):
4435 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4436 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4437 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4438 (reftex-select-item):
4439 * textmodes/reftex-ref.el (reftex-label-info-update)
4440 (reftex-offer-label-menu):
4441 * textmodes/reftex-index.el (reftex-index-change-entry)
4442 (reftex-index-phrases-info):
4443 * textmodes/reftex-global.el (reftex-create-tags-file)
4444 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4445 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4446 (reftex-view-crossref-from-bibtex):
4447 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4448 (reftex-extract-bib-entries-from-thebibliography)
4449 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4450 * textmodes/refbib.el (r2b-capitalize-title):
4451 (r2b-convert-buffer, r2b-help):
4452 * textmodes/page-ext.el (pages-directory)
4453 (pages-directory-goto-with-mouse):
4454 * textmodes/bibtex.el (bibtex-validate-globally):
4455 * textmodes/bib-mode.el (bib-capitalize-title):
4456 * textmodes/artist.el (artist-clear-buffer, artist-system):
4457 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4458 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4459 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4460 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4461 (xscheme-send-control-g-interrupt, xscheme-start-process)
4462 (xscheme-process-sentinel, xscheme-cd):
4463 * progmodes/verilog-mode.el (verilog-read-always-signals)
4464 (verilog-set-define, verilog-getopt-file)
4465 (verilog-module-inside-filename-p):
4466 * progmodes/sh-script.el:
4467 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4468 (python-pdbtrack-grub-for-buffer, python-execute-file):
4469 * progmodes/octave-inf.el (inferior-octave):
4470 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4471 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4472 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4473 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4474 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4475 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4476 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4477 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4478 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4479 (idlwave-shell-examine-display, idlwave-shell-run-region)
4480 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4481 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4482 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4483 (idlwave-help-get-help-buffer):
4484 * progmodes/gud.el (gud-basic-call, gud-find-class)
4485 (gud-tooltip-activate-mouse-motions-if-enabled):
4486 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4487 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4488 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4489 (ebrowse-tags-next-file):
4490 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4491 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4492 (ebnf-eps-finish-and-write):
4493 * progmodes/cpp.el (cpp-edit-save):
4494 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4495 * progmodes/cc-defs.el (c-emacs-features):
4496 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4497 (antlr-directory-dependencies):
4498 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4499 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4500 (ada-find-any-references, ada-make-filename-from-adaname)
4501 (ada-make-body-gnatstub):
4502 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 4503 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
4504 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4505 * net/rcirc.el (rcirc-debug):
4506 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4507 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4508 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4509 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 4510 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
4511 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4512 (newsticker--treeview-list-clear-highlight)
4513 (newsticker--treeview-list-update-highlight)
4514 (newsticker--treeview-list-highlight-start)
4515 (newsticker--treeview-tree-update-highlight)
4516 (newsticker--treeview-get-selected-item)
4517 (newsticker-treeview-mark-list-items-old)
4518 (newsticker--treeview-set-current-node):
4519 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4520 * net/newst-backend.el (newsticker--get-news-by-funcall)
4521 (newsticker--get-news-by-wget, newsticker--image-get)
4522 (newsticker--image-sentinel):
4523 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4524 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4525 (eudc-ph-close-session):
4526 * net/eudc.el (eudc-save-options):
4527 * language/thai-word.el (thai-update-word-table):
4528 * language/japan-util.el (japanese-string-conversion):
4529 * international/titdic-cnv.el (tsang-quick-converter)
4530 (ziranma-converter, ctlau-converter):
4531 * international/mule-cmds.el (describe-language-environment):
4532 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4533 (skkdic-convert-postfix, skkdic-convert-prefix):
4534 (skkdic-convert-okuri-nasi, skkdic-convert):
4535 * emacs-lisp/re-builder.el (reb-update-overlays):
4536 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4537 * emacs-lisp/gulp.el (gulp-send-requests):
4538 * emacs-lisp/find-gc.el (trace-call-tree):
4539 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4540 (eieio-describe-generic):
4541 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4542 * emacs-lisp/edebug.el (edebug-outside-excursion):
4543 * emacs-lisp/debug.el (debugger-make-xrefs):
4544 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4545 * emacs-lisp/chart.el (chart-new-buffer):
4546 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4547 Use with-current-buffer.
4548 * textmodes/artist.el (artist-system): Don't call
4549 copy-sequence on a fresh string.
4550 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4551
d566f228
GM
45522009-10-31 Stephen Berman <stephen.berman@gmx.net>
4553
4554 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 4555 is no item to edit. (Bug#4820)
d566f228 4556 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 4557 buffer. (Bug#4820)
d566f228 4558
f3628edd
GM
45592009-10-31 Glenn Morris <rgm@gnu.org>
4560
5cf3709c
GM
4561 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4562 (comint-last-output-start, comint-last-input-start)
4563 (comint-last-input-end): Don't defvar when compiling.
4564 (ange-ftp-process-file): Use bound-and-true-p.
4565
4c814fd2
GM
4566 * pcmpl-rpm.el (top-level): Move provide statement to end.
4567 (pcmpl-rpm): Remove unused custom group.
4568
113b8dcc
GM
4569 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4570
31c615e4
GM
4571 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4572
416d3588
GM
4573 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4574 (byte-compile-warnings): Add `constants' as an option.
4575 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4576 (display-call-tree): Update for byte-compile-fdefinition possibly
4577 returning `(macro lambda ...)'. (Bug#4778)
4578 (byte-compile-variable-ref, byte-compile-setq-default):
4579 Respect `constants' member of byte-compile-warnings.
4580
8aedfd3b
GM
4581 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4582 Use mapc rather than mapcar because the return value is never used.
4583
f3628edd
GM
4584 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4585 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4586 * cedet/semantic/html.el:
4587 Suppress harmless warnings about setting up semantic-imenu (not
4588 part of Emacs) variables.
4589
00f71f39
SM
45902009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4593 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4594 to "submit:".
4595
4fa4a838
SM
4596 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4597 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4598 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4599 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4600 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4601 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4602 (semantic-analyzer-debug-global-symbol)
4603 (semantic-analyzer-debug-missing-innertype)
4604 (semantic-analyzer-debug-insert-include-summary):
4605 * cedet/semantic/util.el (semantic-file-tag-table):
4606 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4607 (semantic-recursive-find-nonterminal-by-name):
4608 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4609 * cedet/semantic/tag-file.el (semantic-prototype-file):
4610 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4611 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4612 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4613 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4614 (semantic-idle-summary-maybe-highlight):
4615 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4616 (semantic-ia-sb-tag-info):
4617 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4618 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4619 * cedet/semantic/ede-grammar.el (project-compile-target):
4620 (ede-proj-makefile-insert-variables):
4621 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4622 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4623 (semantic-debug-mode, semantic-debug):
4624 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4625 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4626 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4627 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4628 (semanticdb-find-translate-path-includes--internal)
4629 (semanticdb-reset-log, semanticdb-find-log-activity):
4630 * cedet/semantic/db-file.el (object-write):
4631 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4632 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4633 (semanticdb-create-ebrowse-database):
4634 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4635 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4636 (semantic-collector-calculate-completions-raw)
4637 (semantic-complete-read-tag-analyzer):
4638 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4639 * cedet/ede/util.el (ede-update-version-in-source):
4640 * cedet/ede/proj.el (project-delete-target):
4641 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4642 (ede-proj-flush-autoconf):
4643 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4644 (ede-proj-configure-synchronize):
4645 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4646 * cedet/ede/linux.el (ede-linux-version):
4647 * cedet/ede/emacs.el (ede-emacs-version):
4648 * cedet/ede/dired.el (ede-dired-add-to-target):
4649 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4650 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4651 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4652 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4653 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4654 (cedet-idutils-version-check):
4655 * cedet/cedet-global.el (cedet-gnu-global-call):
4656 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4657 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4658 * cedet/cedet-cscope.el (cedet-cscope-call)
4659 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4660 Use with-current-buffer.
4661 * cedet/ede.el (ede-make-project-local-variable)
4662 (ede-set-project-variables, ede-set): Use dolist.
4663
ca0a881a
DN
46642009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4665
4666 * textmodes/ispell.el (ispell-skip-region-alist):
4667 * international/mule-conf.el (eight-bit):
4668 * international/fontset.el (font-encoding-alist):
4669 * startup.el (pure-space-overflow-message):
4670 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4671 * paths.el (gnus-nntp-service, rmail-spool-directory)
4672 (term-file-prefix):
4673 * files.el (save-some-buffers-action-alist):
4674 * cmuscheme.el (same-window-buffer-names):
4675 * ielm.el (same-window-buffer-names):
4676 * shell.el (same-window-buffer-names):
4677 * mail/sendmail.el (same-window-buffer-names):
4678 * progmodes/inf-lisp.el (same-window-buffer-names):
4679 * bindings.el (mode-line-client)
4680 (mode-line-column-line-number-mode-map):
4681 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4682 (tibetan-precomposed-regexp): Purecopy string arguments.
4683
b861e45e
SM
46842009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4685
6df9b6d7
SM
4686 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4687 (calcDigit-nondigit):
4688 * calc/calc-yank.el (calc-copy-to-buffer):
4689 * calc/calc-units.el (calc-invalidate-units-table):
4690 * calc/calc-trail.el (calc-trail-yank):
4691 * calc/calc-store.el (calc-insert-variables):
4692 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4693 * calc/calc-prog.el (calc-read-parse-table):
4694 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4695 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4696 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4697 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4698 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4699 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4700 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4701 * calc/calc-ext.el (calc-realign):
4702 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4703 (calc-embedded-finish-edit, calc-embedded-make-info)
4704 (calc-embedded-finish-command, calc-embedded-stack-change):
4705 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4706
5a916e35
SM
4707 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4708 (overload-docstring-extension): Use that info.
4709 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4710 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4711 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4712 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4713 (semantic-nonterminal-full-name): Add the new `when' info.
4714 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4715 `assert'.
4716
70f44c65
SM
4717 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4718 shell-dynamic-complete-filename in preference to
4719 comint-dynamic-complete-filename.
4720
b861e45e
SM
4721 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4722 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4723 Don't consider whether the display supports colors.
4724 (bookmark-import-new-list): Use dolist.
4725 (bookmark-bmenu-mode-map): Move initialization into declaration.
4726 (bookmark-bmenu-list): Use dolist, simplify.
4727 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4728 (menu-bar-final-items): Use push.
4729
8549241d 47302009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
4731
4732 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4733 it works on remote files.
4734 (vc-hg-diff): Don't pass any `--cwd' argument.
4735
30644573
KR
47362009-10-27 Kevin Ryde <user42@zip.com.au>
4737
cc63d28f
SM
4738 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4739 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
4740 (Further to Bug#3921).
4741
9be01a63
MA
47422009-10-27 Michael Albinus <michael.albinus@gmx.de>
4743
4744 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4745 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4746 calling `tramp-imap-put-file'. Add file size to the call.
4747 (tramp-imap-get-file-entries): Compute also user name, file size,
4748 and date.
4749 (tramp-imap-handle-insert-directory): Insert uid and gid.
4750 (tramp-imap-handle-file-attributes): Transform uid and gid
4751 according to `id-format'.
4752 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4753 size in header X-Size.
4754
41849bf9
JB
47552009-10-26 Juanma Barranquero <lekktu@gmail.com>
4756
4757 * simple.el (transpose-subr): Give clearer error when the mark
4758 is not set. (Bug#4807)
4759
293c24f9
MA
47602009-10-26 Michael Albinus <michael.albinus@gmx.de>
4761
cc63d28f
SM
4762 * net/tramp.el (tramp-perl-file-truename): New defconst.
4763 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 4764 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
4765 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4766 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 4767
cc63d28f
SM
4768 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4769 Ignore `dired-call-process'.
293c24f9
MA
4770 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4771
47722009-10-26 Julian Scheid <julians37@gmail.com>
4773
cc63d28f 4774 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
4775 (tramp-get-remote-readlink): New defun.
4776 (tramp-handle-file-truename): Use it.
4777 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4778 file exists if cache value present.
48c2d18a 4779 (tramp-check-cached-permissions): New defun.
293c24f9
MA
4780 (tramp-handle-file-readable-p): Use it.
4781 (tramp-handle-file-writable-p): Likewise.
4782 (tramp-handle-file-executable-p): Likewise.
4783 (tramp-handle-file-name-all-completions): Try using Perl to get
4784 partial completions. When perl not available, combine `cd' and
4785 `ls' into single remote operation and use shell expansion to get
4786 partial remote directory contents. Set `file-exists-p' cache for
4787 directory and any files returned by ls. Change cache handling to
4788 support partial directory contents. Use error message emitted by
4789 remote `cd' or Perl code for local tramp-error.
4790 (tramp-do-copy-or-rename-file-directly): Avoid separate
4791 tramp-send-command-and-check call.
cc63d28f
SM
4792 (tramp-handle-process-file): Merge three remote ops into one.
4793 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
4794 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4795 file-attributes shows uid/gid to be set already.
4796
a7610c52
DN
47972009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4798
4799 * textmodes/tex-mode.el (tex-dvi-view-command)
4800 (tex-show-queue-command, tex-open-quote):
4801 * progmodes/ruby-mode.el (auto-mode-alist)
4802 (interpreter-mode-alist): Purecopy strings.
4803
4804 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4805
4806 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4807 string for the hook, keymap and abbrev table.
4808
4809 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4810
4811 * x-dnd.el (x-dnd-xdnd-to-action):
4812 * startup.el (fancy-startup-text, fancy-about-text): Change to
4813 defconst from defvar.
4814
4815 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4816
4817 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4818 Purecopy initialization strings.
4819
4820 * mail/sendmail.el (mail-header-separator)
4821 (mail-personal-alias-file):
4822 * mail/rmail.el (rmail-default-dont-reply-to-names)
4823 (rmail-ignored-headers, rmail-retry-ignored-headers)
4824 (rmail-highlighted-headers, rmail-secondary-file-directory)
4825 (rmail-secondary-file-regexp):
4826 * files.el (null-device, file-name-invalid-regexp)
4827 (locate-dominating-stop-dir-regexp)
cc63d28f 4828 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
4829 (interpreter-mode-alist): Use mapcar instead of mapc.
4830
4831 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4832
4833 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4834 (completion-ignored-extensions):
4835 (debug-ignored-errors): Purecopy strings.
4836
4fcc3d32
SM
48372009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4838
0667de21
SM
4839 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4840 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4841 (pcomplete--here): Use push.
4842
4fcc3d32
SM
4843 * subr.el (all-completions): Declare the 4th arg obsolete.
4844
955ef430
SM
48452009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4846
2d085307
SM
4847 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4848 (pcomplete-unquote-argument): New function.
4849 (pcomplete--common-suffix): Always pay attention to case.
4850 (pcomplete--table-subvert): Quote and unquote the text.
4851 (pcomplete--common-quoted-suffix): New function.
4852 (pcomplete-std-complete): Use it and pcomplete-begin.
4853
955ef430
SM
4854 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4855 we're inside a dedicated or minibuffer window.
4856
4fcc3d32
SM
48572009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * cedet/semantic/fw.el (semantic-alias-obsolete)
4860 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4861 (define-mode-overload-implementation):
4862 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4863 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4864 * cedet/semantic/util.el (semantic-file-token-stream)
4865 (semantic-something-to-stream):
4866 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4867 (semantic-expand-nonterminal):
4868 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4869 (semantic-find-dependency, semantic-find-nonterminal)
4870 (semantic-find-dependency):
4871 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4872 (semantic-flex-text, semantic-flex-make-keyword-table)
4873 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4874 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4875 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4876 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4877 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4878 (semantic-after-idle-scheduler-reparse-hooks):
4879 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4880 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4881 * cedet/semantic.el (semantic-toplevel-bovine-table)
4882 (semantic-toplevel-bovine-cache)
4883 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4884 (semantic-init-mode-hooks, semantic-init-db-hooks)
4885 (semantic-bovination-working-type): Provide the `when' arg.
4886
7c85c02b
KF
48872009-10-24 Karl Fogel <kfogel@red-bean.com>
4888
4889 * bookmark.el: Update documentation, especially documentation
4890 of `bookmark-alist' and of the bookmark file format.
4891 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4892
3e8ae8a6
CY
48932009-10-24 Chong Yidong <cyd@stupidchicken.com>
4894
3e425845
CY
4895 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4896 keybindings apply to the mail buffer (Bug#4003). Shrink help
4897 window to buffer.
4898
cdd47d48
CY
4899 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4900 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
4901 (whitespace-toggle-options, global-whitespace-toggle-options):
4902 Doc fix (Bug#3660).
cdd47d48 4903
ba07c9ad
CY
4904 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4905 of xmltok-start before the end tag was inserted (Bug#2840).
4906
3e8ae8a6
CY
4907 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4908 patterns that are preceded by an open-paren (Bug#1320).
4909
ab276820
CY
49102009-10-24 Sven Joachim <svenjoac@gmx.de>
4911
4912 * files.el (delete-directory): Delete symlinks to directories with
4913 delete-file (Bug#4739).
4914
86f1602f
CY
49152009-10-24 Chong Yidong <cyd@stupidchicken.com>
4916
4917 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4918 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4919 argument to make-obsolete.
4920
4921 * cedet/semantic/fw.el (semantic-alias-obsolete)
4922 (semantic-varalias-obsolete): Add optional WHEN argument.
4923
905a9ed3
DN
49242009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4925
a9a2a6db
DN
4926 * vc.el (vc-backend-for-registration): Rename from
4927 vc-get-backend-for-registration. Update callers.
4928
cc63d28f
SM
4929 * international/mule-cmds.el (set-language-info-alist):
4930 Purecopy lang-env.
905a9ed3
DN
4931 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4932 (charset): Purecopy the name.
4933 (define-char-code-property): Purecopy string arguments.
4934
4935 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4936 Purecopy string arguments.
4937
4938 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4939 * ediff-hook.el (menu-bar-ediff-menu):
4940 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4941 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4942
d270305a
GM
49432009-10-24 Glenn Morris <rgm@gnu.org>
4944
6c74d523 4945 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
4946 * term.el (term-dynamic-list-completions): Use choose-completion rather
4947 than obsolete alias mouse-choose-completion.
4948
ae732337
GM
4949 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4950 file-cache-choose-completion.
4951 (file-cache-choose-completion): Handle an optional event argument.
4952 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4953
cc63d28f
SM
4954 * progmodes/octave-mod.el (octave-complete-symbol):
4955 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 4956
9847dc91
GM
4957 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4958 use.
4959
e8f2a5d5
GM
4960 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4961 compiler.
4962
d270305a
GM
4963 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4964
c6432f1e
SM
49652009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4968 Ignore `pred' now that we receive one.
4969 Handle test-completion specially.
4970
6ab196f9
DN
49712009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4972
4973 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 4974 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
4975 REGISTER ...
4976 (vc-get-backend-for-registration): ... here. New function.
4977 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4978 of vc-responsible-backend, pass the file name instead of the
4979 directory name.
4980
48feed59
SM
49812009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4984 New funs.
4985 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4986 (pcomplete-comint-setup): Don't modify a global var via
4987 accidental side-effects.
4988 (pcomplete-shell-setup): Adjust call accordingly.
4989 (pcomplete-parse-comint-arguments): Use push.
4990
00006066
CY
49912009-10-23 Chong Yidong <cyd@stupidchicken.com>
4992
36bfa3af
CY
4993 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4994 Allow uncapitalized info node names (Bug#3921).
4995
00006066
CY
4996 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4997 to the DEBUG file (Bug#3781).
4998
aa311d6e
CY
49992009-10-23 Jari Aalto <jari.aalto@cante.net>
5000
5001 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5002 dictionary entry (Bug#4579).
5003
b88f2d0a
MA
50042009-10-23 Michael Albinus <michael.albinus@gmx.de>
5005
5006 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5007 from `rfn-eshadow-update-overlay-hook' when unloading.
5008 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5009 "rsyncc". Adjust doc string.
48c2d18a 5010 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
5011 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5012 Keep temporary file when indicated by method ("rsync" and
5013 "rsyncc").
5014 (tramp-handle-write-region): Handle APPEND.
5015 (tramp-delete-temp-file-function): New defun. Added to
5016 `kill-buffer-hook'.
5017
1becddbb
JB
50182009-10-23 Juanma Barranquero <lekktu@gmail.com>
5019
5020 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5021
8f43cbf3
DN
50222009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5023
5024 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5025 (color-name-rgb-alist, tty-standard-colors)
5026 (tty-color-mode-alist): Change to defconst.
5027
5028 * simple.el (mark-inactive): Purecopy message.
5029
5030 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5031 (global-map, yank-menu):
5032 * textmodes/ispell.el (ispell-menu-map):
5033 * net/eudc.el (eudc-tools-menu):
5034 * international/mule-cmds.el (describe-language-environment-map)
5035 (setup-language-environment-map, set-coding-system-map)
5036 (mule-menu-keymap):
5037 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5038 * replace.el (occur-mode-map):
5039 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5040
1d228a31
JB
50412009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5042
5043 * calc/calc.el (math-read-number, math-read-number-simple): Use
5044 `save-match-data'.
5045
3b067af1
SM
50462009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5047
28a90c44
SM
5048 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5049 rather than fiddling with global-map bindings, since it should only
5050 affect per-terminal settings.
5051 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5052
a452eee8
SM
5053 * minibuffer.el (completion-table-with-terminator): Allow to specify
5054 the terminator-regexp.
5055
ab14d7d5
SM
5056 * simple.el (switch-to-completions): Look for *Completions* in other
5057 frames as well.
5058
3b067af1
SM
5059 * pcomplete.el: Allow the use of completion-tables.
5060 (pcomplete-std-complete): New command.
5061 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5062 (pcomplete--here): Use a function for `form' rather than an expression,
5063 so it can be byte-compiled.
5064 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5065 Add edebug declaration.
5066 (pcomplete-show-completions): Remove unused var `curbuf'.
5067 (pcomplete-do-complete, pcomplete-stub):
1becddbb 5068 Don't assume `completions' is a list of strings any more.
3b067af1 5069
5480359e
JB
50702009-10-22 Juanma Barranquero <lekktu@gmail.com>
5071
5072 * find-dired.el (find-name-arg): Fix typo in docstring.
5073
3170b794
SM
50742009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5075
48c23a25
SM
5076 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5077 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5078
56b14058
SM
5079 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5080 pcomplete-entries.
5081
3170b794
SM
5082 * comint.el (comint-read-input-ring, comint-write-input-ring)
5083 (comint-substitute-in-file-name)
5084 (comint-dynamic-complete-as-filename)
5085 (comint-dynamic-simple-complete)
5086 (comint-dynamic-list-filename-completions)
5087 (comint-dynamic-list-completions)
5088 (comint-redirect-results-list-from-process): Minor simplifications.
5089
2affef34
KR
50902009-10-21 Kevin Ryde <user42@zip.com.au>
5091
3170b794
SM
5092 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5093 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 5094 the first form. And insert a blank line after ";;; Code" since
d8194864 5095 that's usual style. (Bug#4612)
2affef34 5096
e7b94bbb
KR
5097 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5098
528c56e2
SM
50992009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * minibuffer.el (completion-table-with-terminator): Properly implement
5102 boundaries, in case `terminator' appears in the suffix.
5103 (completion--embedded-envvar-table): Don't return boundaries if
5104 there's no valid completion. Simplify.
5105 (completion-file-name-table): New completion table extracted from
5106 completion--file-name-table.
5107 (completion--file-name-table): Use it.
5108 (read-file-name-predicate): Declare obsolete.
5109 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5110 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5111 completion-file-name-table, and use the `pred' argument.
5112 * files.el (locate-file-completion-table): Use the `pred' arg rather
5113 than read-file-name-predicate.
5114 (abbreviate-file-name): Use \` rather than ^ for BOS.
5115
f9ed9b4f
DN
51162009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5117
5118 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5119 vc-responsible-backend to register, it causes problems.
5120
5f2022a3
SM
51212009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5124
8d106ea0
CY
51252009-10-21 Eric Ludlam <zappo@gnu.org>
5126
5127 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5128 (semantic-c-debug-mode-init-pch): New functions.
5129 (semantic-c-debug-mode-init-last-mode): New var.
5130 (semantic-c-parse-lexical-token): Use them.
5131
5132 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5133 When extracting the argument list, limit only by point-max.
5134
fc754ea1
MA
51352009-10-21 Michael Albinus <michael.albinus@gmx.de>
5136
5137 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5138 (tramp-smb-handle-file-attributes): Use it.
5139 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5140 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
5141 `mapcar'. Use `tramp-smb-get-stat-capability'.
5142 Add `dired-filename' text properties.
fc754ea1
MA
5143 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5144 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5145 version.
5146
79bd5ba1
SM
51472009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * subr.el (read-key-delay): Reduce to 0.01.
5150 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5151 (bug#4751).
5152
3c13704d
SM
51532009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5154
554efd10
SM
5155 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5156
c2a37b78
SM
5157 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5158 (Info-menu): Remove unused vars `last' and `completions'.
5159 (Info-index-nodes): Remove unused var `node'.
5160
3c13704d
SM
5161 * info.el (Info-complete-menu-item): Use complete-with-action.
5162
d1e4c403
DN
51632009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5164
5165 Make vc-annotate work through copies and renames.
3c13704d
SM
5166 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5167 Return the file name too.
d1e4c403
DN
5168 (vc-annotate-revision-at-line)
5169 (vc-annotate-find-revision-at-line)
5170 (vc-annotate-revision-previous-to-line)
5171 (vc-annotate-show-log-revision-at-line): Update to get the file
5172 name from vc-annotate-extract-revision-at-line.
5173 (vc-annotate-show-diff-revision-at-line-internal): Change the
5174 argument to mean whether to show a file diff or not. Get the file
5175 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5176 (vc-annotate-show-diff-revision-at-line):
5177 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5178 (vc-annotate-warp-revision): Add an optional file argument.
5179
5180 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5181 (vc-git-annotate-extract-revision-at-line): Also return the file
5182 name if found.
5183
5184 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5185 command. Remove unused code.
5186 (vc-hg-annotate-re): Update to match --follow output.
5187 (vc-hg-annotate-extract-revision-at-line): Also return the file
5188 name if found.
5189
5190 * vc.el: Update annotate-extract-revision-at-line documentation.
5191
b0b0ef98
KR
51922009-10-18 Kevin Ryde <user42@zip.com.au>
5193
5194 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5195 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5196
a9e7f03d
KR
5197 * net/browse-url.el (browse-url): Identify alist with "consp and
5198 not functionp" and let all other things go down the `apply' leg,
5199 as suggested by Stefan. (Further to bug#4531.)
5200
7346a407
CY
52012009-10-18 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * minibuffer.el (read-file-name): Check for repeat before putting
5204 a default argument in file-name-history (Bug#4657).
5205
5206 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5207 read syntax (Bug#4737).
5208
3c13704d 5209 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 5210
1da94541
CY
52112009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5212
5213 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5214 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5215 entries and make note of obsolete tags.
5216
2b93080a
SM
52172009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5220
18b5ffb5
GM
52212009-10-18 Glenn Morris <rgm@gnu.org>
5222
5223 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5224 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 5225 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
5226 now, and in any case the file header format has changed.
5227
c2e161b2
GM
52282009-10-17 Glenn Morris <rgm@gnu.org>
5229
5230 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5231 (flyspell-get-word, flyspell-large-region)
5232 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5233
a1eb44f5
CY
52342009-10-17 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * Makefile.in (ELCFILES): Add ede/shell.
5237
4418646e
DN
52382009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5239
5240 * term/common-win.el (x-colors): Purecopy it.
5241
4062011e
SM
52422009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5245 permissive for when the buffer is empty.
5246 (tar-header-block-tokenize): Decode the username and groupname.
5247 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5248
67d3ffe4
CY
52492009-10-17 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * cedet/srecode/srt.el:
5252 * cedet/srecode/compile.el:
5253 * cedet/semantic/mru-bookmark.el:
5254 * cedet/semantic/debug.el:
5255 * cedet/semantic/complete.el:
5256 * cedet/semantic/analyze.el: Require CL when compiling.
5257
52582009-10-17 Eric Ludlam <zappo@gnu.org>
5259
5260 * cedet/semantic/scope.el
5261 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5262 tmpscope so that the regular scope will continue to work.
5263
4062011e
SM
5264 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5265 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
5266
5267 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5268 contains multibyte characters, choose first applicable coding
5269 system automatically.
5270
5271 * cedet/ede/project-am.el (project-run-target): New method.
5272 (project-run-target): New method.
5273
5274 * cedet/ede.el (ede-target): Add run target menu item.
5275 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5276 (ede-run-target): New function.
5277 (ede-target::project-run-target): New method.
5278
5279 * cedet/ede/proj.el (project-run-target): New method.
5280
5281 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5282 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5283 Add :rules.
5284 (ede-proj-target-makefile-shared-object): Only libtool compilers
5285 now available. Add linkers for libtool.
5286 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5287 (ede-proj-makefile-target-name): Always use .la extension.
5288
5289 * cedet/ede/proj-prog.el (project-run-target): New method.
5290
4062011e 5291 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
5292 (ede-g++-linker): Change Change link lines.
5293
4062011e
SM
5294 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5295 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
5296 search backward from there.
5297 (ede-proj-makefile-automake-insert-subdirs)
5298 (ede-proj-makefile-automake-insert-extradist): New methods.
5299 (ede-proj-makefile-create): Use them.
5300
5301 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5302 Force FILE to expand to the current target. Use file-exists-p to
5303 check that it exists.
5304
5305 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
5306 (ede-linux-load): Wrap dir in file-name-as-directory.
5307 Set :version slot.
67d3ffe4
CY
5308
5309 * cedet/ede/files.el (ede-get-locator-object): When enabling
5310 locate, do so on "top".
5311
5312 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5313 file-name-as-directory during compare.
4062011e
SM
5314 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5315 Get version number from different places. Don't call egrep.
67d3ffe4
CY
5316 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5317 to set the directory.
5318
5319 * cedet/ede/shell.el: New file.
5320
5321 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5322 alpha/beta variants.
5323
2df48a87
SM
53242009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * international/mule-cmds.el (select-safe-coding-system): If the file
5327 has a coding cookie, use it regardless of any other setting (bug#4712).
5328
fd7dd48c
GM
53292009-10-17 Glenn Morris <rgm@gnu.org>
5330
547776f9
GM
5331 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5332 All errors should have messages.
5333
3ee0b477 5334 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
5335 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5336
2550e4b1
GM
5337 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5338 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5339 (dired-keep-marker-symlink, dired-dwim-target)
5340 (dired-copy-preserve-time): Do not autoload these defcustoms.
5341
fd7dd48c
GM
5342 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5343 messages from messing up the file coding. (Bug#4623)
5344
f3e3a990
GM
53452009-10-17 Jari Aalto <jari.aalto@cante.net>
5346
5347 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5348 if no match is found for the current dictionary. (Bug#4578)
5349
5350 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5351 optional, since that is how it is documented, and this is often called
5352 with a nil argument. (Bug#4577)
5353 (flyspell-external-point-words, flyspell-auto-correct-word)
5354 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5355 (flyspell-word-search-backward): Remove nil argument in calls to
5356 flyspell-get-word, since it is not needed now.
5357
53582009-10-17 Ulrich Mueller <ulm@gentoo.org>
5359
1becddbb 5360 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 5361
b61374ab
GM
53622009-10-16 Glenn Morris <rgm@gnu.org>
5363
5364 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5365
412707c2
SM
53662009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5367
5368 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5369 (ange-ftp-file-size): New function.
5370 (ange-ftp-file-attributes): Use it.
5371
0c6f436e
MA
53722009-10-16 Michael Albinus <michael.albinus@gmx.de>
5373
5374 * net/tramp-smb.el (tramp-smb-version): New defvar.
5375 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5376 repeated checks.
5377
850bfd04
GM
53782009-10-16 Glenn Morris <rgm@gnu.org>
5379
5380 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5381 Maybe copy some custom properties from old to new name. (Bug#4706)
5382
f3ed9aca
JB
53832009-10-16 Juanma Barranquero <lekktu@gmail.com>
5384
5385 * subr.el (error, sit-for, start-process-shell-command)
5386 (start-file-process-shell-command): Set the calling convention
5387 after the function definition.
5388
fd6c5134
SM
53892009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * subr.el (error, sit-for, start-process-shell-command)
5392 (start-file-process-shell-command): Use the new
5393 set-advertised-calling-convention feature.
5394
73874eb7
KH
53952009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5396
fd6c5134
SM
5397 * international/ucs-normalize.el (ucs-normalize-version):
5398 Change to 1.2.
5399 (check-range): Adjust for Unicode 5.2.
73874eb7 5400
03fb33cf
JL
54012009-10-15 Juri Linkov <juri@jurta.org>
5402
5403 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5404 to the `menu-item' format.
5405
4260b402
MA
54062009-10-15 Michael Albinus <michael.albinus@gmx.de>
5407
5408 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5409 if the environment variable does not exist.
5410
5411 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5412 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5413 parameter.
5414 (tramp-smb-handle-add-name-to-file)
5415 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5416 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5417 (tramp-smb-handle-file-attributes)
5418 (tramp-smb-do-file-attributes-with-stat)
5419 (tramp-smb-handle-file-local-copy)
5420 (tramp-smb-handle-insert-directory)
5421 (tramp-smb-handle-make-directory)
5422 (tramp-smb-handle-make-directory-internal)
5423 (tramp-smb-handle-make-symbolic-link)
5424 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5425 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5426 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5427 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5428 Handle long file names.
5429 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5430 process is running.
5431 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5432 Read share names with "-g" option.
5433
d7a0fd6f
GM
54342009-10-15 Ryan Yeske <rcyeske@gmail.com>
5435
5436 * net/rcirc.el (rcirc-view-log-file): New command.
5437 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5438 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5439 specified.
5440
0b44494a
GM
54412009-10-15 Glenn Morris <rgm@gnu.org>
5442
af9fb32f
GM
5443 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5444 from the second command-line argument.
5445 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5446 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5447 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5448 w32-batch-update-autoloads.
5449 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5450 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5451
0b44494a
GM
5452 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5453 the headers cannot be located. Simplify, subtracting superflous
5454 save-excursions.
5455
d5e63715
SM
54562009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 Replace completion-base-size by completion-base-position to fix bugs
5459 such as (bug#4699).
5460 * simple.el (completion-base-position): New var.
5461 (completion-base-size): Mark as obsolete.
5462 (choose-completion): Make it work for mouse events as well.
5463 Pass the new base-position to choose-completion-string.
5464 (choose-completion-guess-base-position): New function, extracted from
5465 choose-completion-delete-max-match.
5466 (choose-completion-delete-max-match): Use it. Make obsolete.
5467 (choose-completion-string): Use the new base-position info.
5468 (completion-root-regexp): Delete.
5469 (completion-setup-function): Preserve completion-base-position.
5470 Eliminate obsolete base-size manipulation.
5471 * minibuffer.el (display-completion-list): Don't mess with base-size.
5472 (minibuffer-completion-help): Set completion-base-position instead.
5473 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5474 choose-completion.
5475 * textmodes/bibtex.el (bibtex-complete):
5476 * emacs-lisp/crm.el (crm--choose-completion-string):
5477 Adjust to new calling convention.
5478 * complete.el (partial-completion-mode): Use minibufferp to avoid
5479 bumping into incompatible change to choose-completion-string-functions.
5480 * ido.el (ido-choose-completion-string): Make its calling convention
5481 more permissive.
5482 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5483 base-size manipulation.
5484 (comint-dynamic-list-input-ring): Use dotimes and push.
5485 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5486 fundamental-mode. Use `or'.
5487
92f8bfc7
JL
54882009-10-14 Juri Linkov <juri@jurta.org>
5489
5490 * misearch.el (multi-isearch-next-buffer-from-list)
5491 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5492
e78e280d
SM
54932009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5494
384ca163
SM
5495 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5496 `bytecomp.el'.
5497
681e0e7c
SM
5498 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5499 string we return is all made up of text from the completions rather
5500 than part from the completions and part from the input (bug#4219).
5501
e78e280d
SM
5502 * ido.el (ido-everywhere): Use define-minor-mode.
5503
5504 * buff-menu.el (list-buffers, ctl-x-map):
5505 Mark the entry points with ;;;###autoload cookies.
5506
b4e813ca
DN
55072009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5508
52964e54
DN
5509 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5510 correctly in the detached head case.
5511 (vc-git-print-log): Remove unused binding.
5512
b4e813ca
DN
5513 * vc.el (vc-responsible-backend): When a directory is passed for
5514 for registration create a VC repository if no backend is
5515 responsible for the directory argument.
5516 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
5517
5518 * vc.el: Move comments about RCS and SCCS ...
5519 * vc-rcs.el:
5520 * vc-sccs.el: ... here, respectively.
5521
40ba9882
SM
55222009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * minibuffer.el (completion--file-name-table): Return nil if there's
5525 no file completion, even if substitute-in-file-name changed
5526 the string (bug#4708).
5527
04e0f59b
JL
55282009-10-13 Juri Linkov <juri@jurta.org>
5529
5530 * files-x.el (read-file-local-variable-value): Don't filter out
5531 minor modes from mode name completion (bug#4664).
5532
314c8e25
JB
55332009-10-13 Juanma Barranquero <lekktu@gmail.com>
5534
5535 * international/mule-cmds.el (ucs-names): Remove exclusion of
5536 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5537
5c9b7d36
KH
55382009-10-13 Kenichi Handa <handa@m17n.org>
5539
5540 * international/uni-name.el: Regenerated.
5541
1e7a80f2
JB
55422009-10-13 Juanma Barranquero <lekktu@gmail.com>
5543
5544 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5545 should be automatically buffer-local, but isn't.)
5546
cd29f88b
SS
55472009-10-12 Sam Steingold <sds@gnu.org>
5548
5549 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 5550 timestamps if the buffer has been visited before.
0cd16af4
SS
5551 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5552 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 5553
37493a98
GM
55542009-10-12 Glenn Morris <rgm@gnu.org>
5555
5556 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5557 Let-bind `size'.
5558
3b56b1e6
JB
55592009-10-12 Juanma Barranquero <lekktu@gmail.com>
5560
7422a4bb
JB
5561 * proced.el (proced-unload-function): New function.
5562
fa72d075
JB
5563 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5564 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5565 Doc fix.
5566
3b56b1e6
JB
5567 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5568
4d9b4323
JL
55692009-10-11 Juri Linkov <juri@jurta.org>
5570
5571 * files-x.el (read-file-local-variable-value):
5572 Provide default value only for bound variables (bug#4664).
5573
f6f7e059
MA
55742009-10-11 Michael Albinus <michael.albinus@gmx.de>
5575
5576 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5577 connection methods like smb.
5578
5579 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5580 can be empty.
5581
5582 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5583 (tramp-smb-file-name-handler-alist): Add handlers for
5584 `add-name-to-file', `make-symbolic-link'.
5585 (tramp-smb-handle-add-name-to-file)
2992485f 5586 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
5587 (tramp-smb-handle-make-symbolic-link)
5588 (tramp-smb-get-cifs-capabilities): New defuns.
5589 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5590 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5591 (tramp-smb-handle-file-local-copy)
5592 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
5593 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5594 The file name syntax depends on cifs capabilities.
5595 (tramp-smb-handle-file-attributes):
5596 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5597 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5598 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 5599
67868d26
CY
56002009-10-11 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5603 (eieio-defclass): Apply deftype handler and setf-method properties
5604 directly.
5605 (eieio-add-new-slot): Avoid union function from cl library.
5606 (eieio--typep): New function.
5607 (eieio-perform-slot-validation): Use it.
5608
6d6a5b7e
KF
56092009-10-10 Karl Fogel <kfogel@red-bean.com>
5610
3b56b1e6 5611 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
5612 Update documentation to refer to the variables documented in r1.135.
5613 (Bug#4188)
5614
67b70de9
KF
56152009-10-10 Karl Fogel <kfogel@red-bean.com>
5616
5617 * bookmark.el (Info-suffix-list): Remove this unused variable.
5618 (bookmark-current-point): Remove this obsolete variable.
5619 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5620 Adjust for removal of bookmark-current-point.
5621
5622 (bookmarks-already-loaded, bookmark-current-buffer)
5623 (bookmark-yank-point): Document. (Bug#4188)
5624
58ae51ae
GM
56252009-10-10 Glenn Morris <rgm@gnu.org>
5626
4619ff5e
GM
5627 * frame.el (frame-height): Doc fix.
5628
58ae51ae
GM
5629 * calendar/calendar.el (calendar-split-width-threshold): New option.
5630 (calendar-basic-setup): Use calendar-split-width-threshold.
5631
3b56b1e6 56322009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 5633
3b56b1e6
JB
5634 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5635 Use .la for Automake.
d751f122 5636
fa63f49c
CY
56372009-10-09 Chong Yidong <cyd@stupidchicken.com>
5638
3b56b1e6
JB
5639 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5640 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 5641
d364386c
JB
56422009-10-09 Juanma Barranquero <lekktu@gmail.com>
5643
5644 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5645 Ideographic Supplement" range (U+1F200..U+1F2FF).
5646
33e97a28
KF
56472009-10-09 Karl Fogel <kfogel@red-bean.com>
5648
02d0f051 5649 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 5650 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
5651
56522009-10-09 Karl Fogel <kfogel@red-bean.com>
5653
d364386c 5654 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
5655 (bookmark-bmenu-execute-deletions): Don't save here, as
5656 bookmark-delete will now do so if necessary.
d364386c 5657 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
5658 (Bug#4348)
5659
9656d87b
GM
56602009-10-09 Glenn Morris <rgm@gnu.org>
5661
5662 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5663
e6227f06
KF
56642009-10-09 Karl Fogel <kfogel@red-bean.com>
5665
5666 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5667 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5668 argument now, so the two function's behaviors will match. (Bug#3645)
5669
35c7e413
CY
56702009-10-08 Chong Yidong <cyd@stupidchicken.com>
5671
4f54db4b
CY
5672 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5673 Fix filename test.
35c7e413
CY
5674 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5675 to expand file names.
5676
288f783b
MA
56772009-10-08 Michael Albinus <michael.albinus@gmx.de>
5678
5679 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 5680 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 5681 Apply `save-match-data'.
288f783b
MA
5682
5683 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5684 case both directories are remote.
5685 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 5686 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 5687
c2a81032
CY
56882009-10-08 Chong Yidong <cyd@stupidchicken.com>
5689
a6b98754
CY
5690 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5691 (ede-proj-target-makefile-objectcode): Use it.
5692
c2a81032 5693 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
5694 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5695 Return search result. This error was introduced while merging.
c2a81032 5696
872a1ea4
JB
56972009-10-07 Juanma Barranquero <lekktu@gmail.com>
5698
5699 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5700
ab2baced
GM
57012009-10-07 Glenn Morris <rgm@gnu.org>
5702
e78e280d
SM
5703 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5704 of concat.
ab2baced 5705
5c4634c1
SM
57062009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * files-x.el (read-file-local-variable): Include some
5709 non-user-variables in the completion table (bug#4664).
5710
c2dc9732
MA
57112009-10-07 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5714 message.
5715
5716 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5717 (tramp-smb-file-name-handler-alist): Add handler for
5718 `copy-directory', `expand-file-name', `set-file-modes'.
5719 (tramp-smb-handle-copy-directory)
5720 (tramp-smb-handle-expand-file-name)
5721 (tramp-smb-handle-set-file-modes): New defuns.
5722 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5723 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5724 entry.
5725 (tramp-smb-handle-insert-directory): Don't flush the cache.
5726 (tramp-smb-maybe-open-connection): Check for samba client and
5727 server versions.
5728
11be40a6
EZ
57292009-10-07 Eli Zaretskii <eliz@gnu.org>
5730
5731 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5732 to not error out of search for "^lisp=" fails.
5733
8c4afe20
JB
57342009-10-07 Juanma Barranquero <lekktu@gmail.com>
5735
5736 * makefile.w32-in (WINS_UPDATES): New macro.
5737 (custom-deps, finder-data, autoloads): Use it.
5738
429a1506
GM
57392009-10-07 Glenn Morris <rgm@gnu.org>
5740
ee2e93e2
GM
5741 * Makefile.in (autoloads): Revert previous change.
5742 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5743 the list of preloaded files passed on the command-line, get
5744 it from src/Makefile.
5745
429a1506
GM
5746 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5747 show the original buffer rather than a random one.
5748
a51203ee 57492009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
5750
5751 * help.el (describe-no-warranty): Place point in a slightly better
5752 position in the GPLv3 text.
5753
f58f7520
SS
57542009-10-06 Sam Steingold <sds@gnu.org>
5755
5756 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5757 the comm attribute is present before calling regexp-quote.
5758
bde79dc0
JB
57592009-10-06 Juanma Barranquero <lekktu@gmail.com>
5760
5761 * play/animate.el (animate-string): For good effect, make sure
5762 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5763
5764 * play/animate.el (animate-sequence, animate-birthday-present):
5765 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5766
25ab0302
GM
57672009-10-06 Glenn Morris <rgm@gnu.org>
5768
73fe714a
GM
5769 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5770
3405d98c
GM
5771 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5772 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5773 (batch-update-autoloads): Process a string value of autoload-excludes,
5774 set during the build process.
5775 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5776
9fb2cdc5
GM
5777 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5778 inside with-parsed... macro so that `v' is defined.
5779
7938ab41
GM
5780 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5781 * progmodes/fortran.el (fortran-end-of-block)
5782 (fortran-beginning-of-block):
5783 Also push mark in the macro case.
5784
eaf9b564
GM
5785 * emerge.el (emerge-show-file-name):
5786 * calc/calc.el (calc-quit):
5787 * calc/calc-misc.el (calc-big-or-small):
5788 * calc/calc-graph.el (calc-graph-view):
5789 * calc/calc-ext.el (calc-reset):
5790 * calendar/calendar.el (calendar-basic-setup):
5791 Use window-full-height-p.
5792
25ab0302
GM
5793 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5794 header we don't understand, don't insert another. (Bug#4624)
5795 If changing mime charset, insert the new one in the right place.
5796
00169eb6
GM
57972009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5798
5799 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5800 (cal-tex-cursor-month): Correctly increment the end date for diary and
5801 holiday listing. (Bug#4626)
5802
82882188
SM
58032009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5804
40ba9882 5805 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
5806 a symbol.
5807
a8f316ca
JB
58082009-10-05 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5811 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5812 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5813 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5814
5815 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5816 (eieio-default-superclass): Reflow docstrings.
5817 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5818 (eieio-unbind-method-implementations, defmethod)
5819 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5820 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5821 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5822 (eieio-slot-originating-class-p, eieio-slot-name-index)
5823 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5824 (constructor, initialize-instance, no-next-method, object-print)
5825 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5826 Fix typos in docstrings.
5827 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5828 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5829 (next-method-p): Doc fixes.
5830 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5831 Fix typos in error messages.
5832 (eieio-defmethod): Fix typo in description of generic method.
5833
5834 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5835 (eieio-persistent-save-interactive, slot-missing):
5836 Fix typos in docstrings.
5837 (eieio-instance-inheritor-slot-boundp): Doc fix.
5838
5839 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5840 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5841
5842 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5843 (eieio-custom-object-apply-reset):
5844 Fix typos in docstrings and error messages.
5845
5846 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5847 Fix typo in docstring.
5848
5849 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5850 (eieio-browse-tree): Doc fix.
5851 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5852 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5853 Fix typos in docstrings.
5854
5855 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5856 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5857 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5858 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5859 Reflow docstrings.
5860
c66b7ac0
DN
58612009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5862
4a827e0a 5863 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
5864 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5865 Set log-view-vc-backend so that diff can work.
4a827e0a 5866
c66b7ac0
DN
5867 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5868 vc-version-diff.
5869 (vc-diff-internal): Autoload this instead of vc-version-diff.
5870
1902a98c
EZ
58712009-10-05 Eli Zaretskii <eliz@gnu.org>
5872
a7a8618b
EZ
5873 * simple.el (eval-expression): Doc fix.
5874
1902a98c
EZ
5875 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5876
0e1f2ee6
MA
58772009-10-05 Michael Albinus <michael.albinus@gmx.de>
5878
5879 * files.el (directory-files-no-dot-files-regexp): New defconst.
5880 (delete-directory): Use it.
5881 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5882
263c02ef 5883 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
5884 (tramp-methods): Add recursive option to `tramp-copy-args'.
5885 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 5886 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 5887 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
5888 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5889 Add handler for `copy-directory'.
5890 (tramp-handle-copy-directory): New defun.
5891 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
5892 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5893 Optimize sent command.
263c02ef 5894
72aa7df4
SM
58952009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5896
4a34f065
SM
5897 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5898 window if necessary.
5899
72aa7df4
SM
5900 * calendar/calendar.el (calendar-basic-setup): Don't call
5901 switch-to-buffer in a dedicated window.
5902
5feb1ba7
KF
59032009-10-05 Karl Fogel <kfogel@red-bean.com>
5904
5905 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5906 don't do anything related to relocating, just return nil.
5907 (bookmark-error-no-filename): New error.
5908 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5909 bookmark has no file. Don't even attempt to handle things that
5910 are not files; the whole point of custom handlers is to keep that
5911 knowledge elsewhere anyway. Tighten some comments.
5912 (bookmark-file-or-variation-thereof): Remove now-unused function.
5913 (bookmark-location): Doc string fix.
5914 (Bug#4250)
5915
1bd49952
KF
59162009-10-04 Karl Fogel <kfogel@red-bean.com>
5917
5918 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5919 don't use a file dialog, because they usually don't know how to read
5920 a directory target from the user. (Bug#4230)
5921 Also, make sure the prompt can display directories as well as files.
5922
825382c0
KF
59232009-10-04 Karl Fogel <kfogel@red-bean.com>
5924
5925 * bookmark.el (bookmark-set, bookmark-buffer-name):
5926 Improve doc strings. (Bug#1193)
5927
13901bcb
KF
59282009-10-04 Karl Fogel <kfogel@red-bean.com>
5929
4a34f065
SM
5930 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5931 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5932 (bookmark-get-annotation, bookmark-set-annotation)
5933 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5934 (bookmark-set-position, bookmark-get-front-context-string)
5935 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5936 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5937 (bookmark-jump-other-window, bookmark-handle-bookmark)
5938 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5939 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5940 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5941 Improve doc strings to say whether bookmark can be a string or
5942 a record or both, and make other consistency and clarity fixes.
5943 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5944 (bookmark-default-annotation-text, bookmark-yank-word)
5945 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5946 (bookmark-import-new-list, bookmark-maybe-rename)
5947 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5948 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb
KF
5949 (bookmark-bmenu-check-position): Give this a doc string, but also
5950 add a FIXME comment about how the function may be pointless.
5951 (bookmark-default-handler): Rework doc string and change a
5952 parameter name, to clarify that this takes a bookmark record
5953 not a bookmark name.
5954 (bookmark-set): Change a parameter name to indicate its meaning,
5955 and improve the doc string a bit.
5956 (Bug#4188)
5957
5c1b3e94
KF
59582009-10-04 Karl Fogel <kfogel@red-bean.com>
5959
5960 * bookmark.el (bookmark-alist): Document the new `handler' element
5961 in the param alist.
5962 (bookmark-make-record-function): Adjust documentation for above.
5963 (Bug#4193)
5964
8559076d
KF
59652009-10-04 Karl Fogel <kfogel@red-bean.com>
5966
5967 * info.el (Info-bookmark-make-record): Document this function.
5968 (Info-bookmark-jump): Document with a doc string, not just a comment.
5969 (Bug#4203)
5970
82481502
CY
59712009-10-04 Chong Yidong <cyd@stupidchicken.com>
5972
4a34f065 5973 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
5974 (semantic-new-buffer-fcn): Call parser setup functions here.
5975 (semantic-mode): Don't call parser setup functions here, it's done
5976 in semantic-new-buffer-fcn now.
d436f538 5977 (semantic-mode): Parse all existing buffers when enabled.
82481502 5978
4a34f065
SM
5979 * cedet/srecode/compile.el (srecode-compile-file):
5980 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 5981
2e7eba60
CY
59822009-10-04 Chong Yidong <cyd@stupidchicken.com>
5983
d91485a9
CY
5984 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5985
5986 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5987 (proj-comp-insert-variable-once): New macro, renamed from
5988 ede-pmake-insert-variable-once in ede/pmake.edl.
5989 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 5990
b4583b8c
MA
59912009-10-04 Michael Albinus <michael.albinus@gmx.de>
5992
5993 * files.el (copy-directory): New defun.
5994
5995 * dired-aux.el (dired-copy-file-recursive): Use it.
5996
04075952
JB
59972009-10-04 Juanma Barranquero <lekktu@gmail.com>
5998
5999 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6000 (makefile-end-of-command):
6001 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6002 (semantic-end-of-context): Fix previous change. Doc fixes.
6003
131ae8f2
JB
60042009-10-04 Juanma Barranquero <lekktu@gmail.com>
6005
a30e71ae
JB
6006 * files-x.el (modify-dir-local-variable)
6007 (copy-dir-locals-to-file-locals-prop-line):
6008 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6009 (makefile-end-of-command):
6010 * cedet/semantic/lex.el (semantic-lex-token):
6011 * cedet/semantic/analyze/fcn.el
6012 (semantic-analyze-dereference-metatype-1):
6013 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6014 (semantic-lex-cpp-undef):
6015 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6016 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6017 (semantic-end-of-context): Fix typos in docstrings.
6018
131ae8f2
JB
6019 * recentf.el (recentf-unload-function): New function.
6020
0fd9cb9c
CY
60212009-10-04 Chong Yidong <cyd@stupidchicken.com>
6022
a30e71ae 6023 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
6024 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6025 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 6026 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 6027
ccafbf06
GM
60282009-10-04 Glenn Morris <rgm@gnu.org>
6029
6030 * window.el (window-full-height-p): Add doc string.
6031
02c6f098
GM
60322009-10-04 Martin Rudalics <rudalics@gmx.at>
6033
6034 * window.el (window-full-height-p): New function. (Bug#4543)
6035
e6e267fc
CY
60362009-10-03 Chong Yidong <cyd@stupidchicken.com>
6037
a70bfe61
CY
6038 * cedet/srecode/insert.el: Require srecode/args.
6039
6040 * cedet/srecode/args.el: Require srecode/dictionary instead of
6041 srecode/insert.
6042
e6e267fc
CY
6043 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6044
6045 * files.el (auto-mode-alist): Add .srt and Project.ede.
6046
4a34f065
SM
6047 * cedet/semantic.el (semantic-mode):
6048 Handle srecode-template-mode-hook as well.
0b8cafba 6049 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
6050
6051 * cedet/srecode/template.el: Remove hook variable.
6052
6053 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6054
6055 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6056 projects exist.
8b440f71
CY
6057 (ede-project-placeholder-cache-file): Default to a file in
6058 user-emacs-directory.
e6e267fc
CY
6059
6060 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6061 templates in data-directory.
4a34f065 6062 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
6063
6064 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6065 directory.
6066
60672009-09-30 Eric Ludlam <zappo@gnu.org>
6068
131ae8f2
JB
6069 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6070 Doc fix.
e6e267fc
CY
6071
6072 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6073 Only insert each variable once.
6074
6075 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6076 (ede-pmake-insert-variable-shared): Use it.
6077
6078 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6079 for lexical table iff table is nil.
6080
ed6b0195
DN
60812009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6082
6083 * vc.el: Remove commented out code.
6084 (vc-derived-from-dir-mode): Remove, unused.
6085 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6086
1b8d1cc7
MA
60872009-10-03 Michael Albinus <michael.albinus@gmx.de>
6088
4a34f065
SM
6089 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6090 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
6091 there could be recursive loading when `default-directory' is a
6092 remote file name. (Bug#4614)
6093
ac3c593c
GM
60942009-10-03 Glenn Morris <rgm@gnu.org>
6095
686ea556
GM
6096 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6097 the frame is wide.
6098 (calendar-generate-window): Test for shrinkability rather than width.
6099
619392fc
GM
6100 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6101 declaration, currently false.
6102
ac3c593c
GM
6103 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6104 reusing existing buffers, in case we happen to visit two files with the
6105 same basename. (Bug#4593)
6106
573709fd
EZ
61072009-10-02 Eli Zaretskii <eliz@gnu.org>
6108
4a34f065 6109 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
6110 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6111 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6112 subdirs of cedet as well.
8f885d01 6113 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 6114
8d6c1239
SM
61152009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6118 Obey advertised-signature-table.
6119
6120 * help-fns.el (help-function-arglist): Don't check
6121 advertised-signature-table.
6122 (describe-function-1): Do it here instead so it also applies to subrs.
6123
c4861de0
MA
61242009-10-02 Michael Albinus <michael.albinus@gmx.de>
6125
6126 * simple.el (start-file-process): Say in the doc-string, that file
6127 handlers might not support pty association, if PROGRAM is nil.
6128
6129 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6130 HOST and USER are strings. They are nil, when there are
6131 incomplete entries in ~/.netrc, for example.
6132 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6133 root directory ("device busy" error otherwise).
6134
8d6c1239
SM
6135 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6136 Flush file properties of created directory.
c4861de0 6137
d2bda74f
EZ
61382009-10-02 Eli Zaretskii <eliz@gnu.org>
6139
6140 * makefile.w32-in (WINS_BASIC): Remove cedet.
6141 (WINS_CEDET): Add cedet.
6142 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6143
895d1904
GM
61442009-10-02 Kevin Ryde <user42@zip.com.au>
6145
6146 * net/browse-url.el (browse-url): Pass any symbol in
6147 browse-url-browser-function to `apply', since if you've mistakenly put
6148 an unbound symbol then the error is clearer. (Bug#4531)
6149
32226619
JB
61502009-10-02 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * allout.el (allout-init, allout-back-to-current-heading)
6153 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6154 (allout-ascend, allout-up-current-level, allout-end-of-level)
6155 (allout-previous-visible-heading, allout-forward-current-level)
6156 (allout-backward-current-level, allout-show-children):
6157 * apropos.el (apropos-describe-plist):
6158 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6159 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6160 * completion.el (add-completion, add-permanent-completion):
6161 * descr-text.el (describe-text-category, describe-char):
6162 * desktop.el (desktop-lazy-abort):
6163 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6164 * dired.el (dired-build-subdir-alist):
6165 * ediff.el (ediff-version):
6166 * elide-head.el (elide-head, elide-head-show):
6167 * emerge.el (emerge-version):
6168 * env.el (getenv):
6169 * face-remap.el (variable-pitch-mode):
6170 * faces.el (describe-face):
6171 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6172 (dired-at-point):
6173 * files.el (find-file-existing, auto-save-mode):
6174 * font-lock.el (font-lock-fontify-buffer):
6175 * help-fns.el (describe-function, describe-variable)
6176 (describe-syntax, describe-categories):
6177 * help.el (view-lossage, describe-bindings, describe-key)
6178 (describe-mode):
6179 * hexl.el (hexl-current-address):
6180 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6181 * info.el (Info-goto-emacs-key-command-node):
6182 * log-edit.el (log-edit-insert-cvs-template)
6183 (log-edit-insert-cvs-rcstemplate):
6184 * menu-bar.el (menu-bar-mode):
6185 * mouse.el (mouse-appearance-menu):
6186 * newcomment.el (comment-indent-new-line):
6187 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6188 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6189 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6190 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6191 * recentf.el (recentf-mode):
6192 * savehist.el (savehist-mode, savehist-save):
6193 * shadowfile.el (shadow-copy-files):
6194 * simple.el (kill-ring-save, next-line, previous-line)
6195 (normal-erase-is-backspace-mode):
6196 * strokes.el (strokes-update-window-configuration)
6197 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6198 (strokes-xpm-for-stroke):
6199 * time.el (emacs-uptime, emacs-init-time):
6200 * tutorial.el (tutorial--describe-nonstandard-key)
6201 (tutorial--detailed-help):
6202 * type-break.el (type-break-mode)
6203 (type-break-mode-line-message-mode, type-break-query-mode)
6204 (type-break-guesstimate-keystroke-threshold):
6205 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6206 * version.el (emacs-version):
6207 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6208 * winner.el (winner-mode):
6209 * calendar/timeclock.el (timeclock-in, timeclock-out)
6210 (timeclock-status-string, timeclock-change)
6211 (timeclock-workday-remaining-string)
6212 (timeclock-workday-elapsed-string)
6213 (timeclock-when-to-leave-string):
6214 * calendar/todo-mode.el (todo-add-category):
6215 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6216 * emacs-lisp/autoload.el (update-file-autoloads):
6217 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6218 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6219 (checkdoc-message-text, checkdoc-defun):
6220 * emacs-lisp/debug.el (debugger-list-functions):
6221 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6222 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6223 (eieio-describe-generic):
6224 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6225 * emacs-lisp/shadow.el (list-load-path-shadows):
6226 * emulation/cua-base.el (cua-mode):
6227 * emulation/edt.el (edt-set-scroll-margins):
6228 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6229 (tpu-toggle-regexp, tpu-toggle-search-direction)
6230 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6231 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6232 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6233 (viper-set-parsing-style-toggling-macro)
6234 (viper-set-emacs-state-searchstyle-macros):
6235 * emulation/viper.el (viper-set-hooks):
6236 * eshell/esh-mode.el (eshell-truncate-buffer):
6237 * international/mule-cmds.el (prefer-coding-system)
6238 (describe-input-method, describe-language-environment):
6239 * international/mule-diag.el (list-character-sets)
6240 (describe-character-set, describe-coding-system)
6241 (describe-fontset, list-fontsets, list-input-methods):
6242 * mail/sendmail.el (mail-signature):
6243 * net/ange-ftp.el (ange-ftp-copy-file):
6244 * net/browse-url.el (browse-url):
6245 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6246 * net/quickurl.el (quickurl-add-url):
6247 * net/rcirc.el (names, topic):
6248 * net/xesam.el (xesam-mode):
6249 * play/5x5.el (5x5-new-game):
6250 * play/yow.el (apropos-zippy):
6251 * progmodes/ada-mode.el (ada-mode-version):
6252 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6253 (f90-end-of-block)
6254 (f90-beginning-of-block):
6255 * progmodes/fortran.el (fortran-end-of-block)
6256 (fortran-beginning-of-block):
6257 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6258 * progmodes/python.el (python-describe-symbol, python-shell):
6259 * term/ns-win.el (ns-print-buffer):
6260 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6261 * textmodes/flyspell.el (flyspell-mode-on):
6262 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6263 (pages-directory-for-addresses):
6264 * textmodes/table.el (table-recognize-cell)
6265 (table-query-dimension, table-generate-source)
6266 (table-insert-sequence, table--warn-incompatibility):
6267 * textmodes/tex-mode.el (tex-validate-buffer):
6268 * textmodes/texinfmt.el (texinfmt-version)
6269 (texinfo-format-buffer):
6270 Use `called-interactively-p' instead of `interactive-p'.
6271
12a3c28c
JB
62722009-10-02 Juanma Barranquero <lekktu@gmail.com>
6273
6274 * image-mode.el (image-toggle-display):
6275 * emacs-lisp/elp.el (elp-instrument-function):
6276 * emacs-lisp/advice.el (ad-make-advised-definition):
6277 * emacs-lisp/easy-mmode.el (define-minor-mode):
6278 * net/browse-url.el (browse-url-maybe-new-window):
6279 * progmodes/sh-script.el (sh-learn-buffer-indent):
6280 Pass new argument 'any to `called-interactively-p'.
6281
171fda8a
JB
62822009-10-01 Juanma Barranquero <lekktu@gmail.com>
6283
171fda8a
JB
6284 * international/uni-bidi.el:
6285 * international/uni-category.el:
6286 * international/uni-combining.el:
6287 * international/uni-comment.el:
6288 * international/uni-decimal.el:
9c3c9fdf 6289 * international/uni-decomposition.el:
171fda8a
JB
6290 * international/uni-digit.el:
6291 * international/uni-lowercase.el:
6292 * international/uni-mirrored.el:
6293 * international/uni-name.el:
6294 * international/uni-numeric.el:
6295 * international/uni-old-name.el:
6296 * international/uni-titlecase.el:
6297 * international/uni-uppercase.el:
6298 Regenerate from Unicode 5.2.0 data.
6299
dcb9734a
GM
63002009-10-01 Glenn Morris <rgm@gnu.org>
6301
6302 * Makefile.in (ELCFILES): Regenerate.
6303
ced10a4c
SM
63042009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6305
9d28c33e
SM
6306 * subr.el (interactive-p): Mark obsolete.
6307 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6308 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6309 advertised-signature-table for subroutines as well.
6310
ced10a4c
SM
6311 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6312 (set-advertised-calling-convention): New function.
6313 (make-obsolete, define-obsolete-function-alias)
6314 (make-obsolete-variable, define-obsolete-variable-alias):
6315 Make the optional-ness of `when' obsolete.
6316 (define-obsolete-face-alias): Make `when' non-optional.
6317 * help-fns.el (help-function-arglist):
6318 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6319 Use advertised-signature-table.
6320
cc3dda16
MA
63212009-10-01 Michael Albinus <michael.albinus@gmx.de>
6322
6323 * files.el (delete-directory): New defun. The original function
6324 in fileio.c has been renamed to `delete-directory-internal'.
6325
6326 * dired.el (dired-delete-file): Call `delete-directory' with
6327 RECURSIVE parameter.
6328
5ce6e4f4 6329 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
6330 parameter RECURSIVE. Implementation is missing.
6331
6332 * net/tramp.el (tramp-handle-make-directory): Flush upper
6333 directory's file properties.
ced10a4c 6334 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
6335 (tramp-handle-dired-recursive-delete-directory): Flush directory
6336 properties after the remove command only.
6337
ced10a4c
SM
6338 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6339 Handle optional parameter RECURSIVE.
cc3dda16 6340
ced10a4c
SM
6341 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6342 Handle optional parameter RECURSIVE.
cc3dda16
MA
6343
6344 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6345 connection timeout.
6346 (tramp-smb-handle-delete-directory): Handle optional parameter
6347 RECURSIVE.
6348
cf885595
SM
63492009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6350
e3a6b82f
SM
6351 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6352 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6353 (byte-compile-defmacro): Use backquotes.
6354
7201bfbb
SM
6355 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6356
cf885595
SM
6357 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6358 has no associated file.
6359 (vc-resynch-buffer): Use vc-dir-buffers.
6360
a4d2c321
GM
63612009-10-01 Glenn Morris <rgm@gnu.org>
6362
9ffe3f52
GM
6363 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6364 (chart-file-count):
6365 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6366 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6367 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6368 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6369 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6370 (eieio-copy-parents-into-subclass, make-instance, class-children)
6371 (eieio-generic-form):
bd2afec2
GM
6372 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6373 * cedet/cedet-idutils.el (cedet-idutils-search)
6374 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6375 (cedet-idutils-version-check):
6376 * cedet/cedet.el (cedet-version):
6377 * cedet/data-debug.el (data-debug-insert-overlay-button)
6378 (data-debug-insert-overlay-list-button)
6379 (data-debug-insert-buffer-button)
6380 (data-debug-insert-buffer-list-button)
6381 (data-debug-insert-process-button, data-debug-insert-ring-button)
6382 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6383 (data-debug-insert-stuff-vector-button)
6384 (data-debug-insert-symbol-button, data-debug-insert-string)
6385 (data-debug-insert-number, data-debug-insert-lambda-expression)
6386 (data-debug-insert-nil, data-debug-insert-simple-thing)
6387 (data-debug-insert-custom, data-debug-edebug-expr):
6388 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6389 (global-ede-mode-map, ede-new, ede-debug-target)
6390 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6391 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6392 (semantic-fetch-tags, semantic-submode-list)
6393 (semantic-default-submodes):
a785b776
GM
6394 * cedet/ede/source.el (ede-source-match):
6395 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6396 (project-am-package-info):
6397 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6398 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6399 * cedet/ede/proj-comp.el (ede-current-build-list):
6400 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6401 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6402 * cedet/ede/cpp-root.el (initialize-instance):
6403 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6404 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
6405 * cedet/semantic/wisent.el (wisent-lex-eoi):
6406 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6407 (semantic-show-parser-state-mode):
6408 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6409 * cedet/semantic/tag.el (semantic-tag-new-variable)
6410 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6411 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6412 (semantic--tag-deep-copy-tag-list)
6413 (semantic-tag-components-with-overlays-default):
6414 * cedet/semantic/symref.el (semantic-symref-find-text):
6415 * cedet/semantic/senator.el (senator-yank-tag)
6416 (senator-transpose-tags-up):
6417 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6418 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6419 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6420 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6421 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6422 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6423 * cedet/semantic/lex-spp.el
6424 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6425 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6426 * cedet/semantic/idle.el
6427 (semantic-idle-summary-current-symbol-info-brutish)
6428 (semantic-idle-summary-current-symbol-info-default):
6429 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6430 (semantic--grammar-macro-compl-dict):
6431 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6432 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6433 (semantic-format-tag-canonical-name-default):
6434 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6435 (semantic-find-tags-for-completion)
6436 (semantic-find-tags-by-scope-protection-default)
6437 (semantic-deep-find-tags-for-completion):
6438 * cedet/semantic/edit.el
6439 (semantic-edits-incremental-reparse-failed-hook)
6440 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6441 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6442 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6443 * cedet/semantic/dep.el (semantic-dependency-include-path):
6444 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6445 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6446 (semanticdb-project-roots):
6447 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6448 (semanticdb-find-adebug-insert-scanned-tag-cons)
6449 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6450 (semanticdb-brute-deep-find-tags-for-completion):
6451 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6452 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6453 (semantic-end-of-context-default)
6454 (semantic-ctxt-current-function-default)
6455 (semantic-ctxt-scoped-types-default):
6456 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6457 (semantic-complete-inline-tag-engine)
6458 (semantic-complete-inline-custom-type)
6459 (semantic-complete-read-tag-analyzer):
6460 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6461 (semantic-chart-database-size):
6462 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6463 (semantic-analyze-current-context):
6464 * cedet/semantic/symref/list.el (semantic-symref)
6465 (semantic-symref-hide-buffer, semantic-symref-symbol):
6466 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6467 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6468 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6469 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6470 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6471 (semantic-c-dereference-template):
6472 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6473 (semantic--analyze-refs-full-lookup-with-parents)
6474 (semantic--analyze-refs-full-lookup-simple):
6475 * cedet/semantic/analyze/complete.el
6476 (semantic-analyze-possible-completions):
2f10955c
GM
6477 * cedet/srecode/table.el (srecode-mode-table-new):
6478 * cedet/srecode/srt.el (srecode-read-variable-name):
6479 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6480 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6481 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6482 * cedet/srecode/map.el (srecode-current-map):
6483 * cedet/srecode/insert.el (srecode-insert)
6484 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6485 (srecode-template-inserter-point-override)
6486 (srecode-insert-include-lookup):
6487 * cedet/srecode/getset.el (srecode-auto-choose-class):
6488 * cedet/srecode/extract.el (srecode-inserter-extract):
6489 * cedet/srecode/document.el
6490 (srecode-document-autocomment-return-last-alist)
6491 (srecode-document-autocomment-param-type-alist)
6492 (srecode-document-insert-function-comment)
6493 (srecode-document-insert-variable-one-line-comment)
6494 (srecode-document-function-name-comment):
6495 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6496 (srecode-compound-toString):
6497 * cedet/srecode/compile.el (srecode-flush-active-templates):
6498 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
6499 Doc/message fixes.
6500
9515cdcc
GM
6501 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6502 match-data. (Bug#4555).
6503
57b0083a
GM
6504 * cedet/semantic/bovine/gcc.el
6505 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6506 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6507
a4d2c321
GM
6508 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6509 rather than parsing it as a regexp. This relaxes the layout
6510 requirements and makes errors easier to detect.
6511 (check-declare-verify): Check file is regular.
6512 (check-declare-directory): Doc fix.
6513 * subr.el (declare-function): Doc fix.
6514
b15c31c7
GM
6515 * ibuffer.el (ibuffer-format-qualifier):
6516 * isearch.el (hi-lock-regexp-okay):
6517 * calc/calc.el (math-zerop):
6518 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6519 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6520 Remove unused declarations.
6521
0376249d
JB
65222009-10-01 Juanma Barranquero <lekktu@gmail.com>
6523
6524 * cedet/semantic/wisent/javat-wy.el
6525 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6526
9a589407
JB
65272009-09-30 Juanma Barranquero <lekktu@gmail.com>
6528
6529 * cedet/srecode/expandproto.el: Fix provide statement.
6530
722ff82f
CY
65312009-09-30 Eric Ludlam <zappo@gnu.org>
6532
cf885595 6533 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
6534
65352009-09-30 Sascha Wilde <wilde@sha-bang.de>
6536
6537 * cedet/ede/srecode.el: Fix provide statement.
6538
1fc28a2c
GM
65392009-09-30 Glenn Morris <rgm@gnu.org>
6540
8240628d 6541 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 6542 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
6543 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6544 (ede-misc-source):
d16d4acd
GM
6545 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6546 (semantic-mrub-switch-tags): Fix doc typos.
6547
40f9bf94
GM
6548 * cedet/semantic/db-global.el (data-debug-new-buffer)
6549 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6550 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6551
494f4fc7
GM
6552 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6553
cf885595
SM
6554 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6555 use of CL function `remove-if-not'.
1fc28a2c
GM
6556
6557 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6558
494f4fc7
GM
6559 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6560 filename is not a string.
6561
561580e9
CY
65622009-09-29 Chong Yidong <cyd@stupidchicken.com>
6563
6564 * files.el (safe-local-eval-forms): Fix typo.
6565
dcbbecd4
SM
65662009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * vc-hooks.el (vc-dir-buffers): New var.
6569 (vc-state-refresh): New function.
6570 (vc-state): Use it.
6571 (vc-after-save): Always ask the backend to recompute the new state.
6572 Always call vc-dir if necessary, using vc-dir-buffers.
6573 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6574 Use vc-dir-buffers.
6575 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6576 (vc-dir-prepare-status-buffer, vc-dir-update)
6577 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6578 Don't call expand-file-name on default-directory.
6579
d88444f2
JB
65802009-09-29 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * speedbar.el (speedbar-item-delete):
6583 * calc/calc-prog.el (calc-kbd-if):
6584 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6585
6586 * epa.el (epa-key-list-mode-map):
6587 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6588
6589 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6590 (hs-show-hook): Fix typo in docstring.
6591
5da62d41
GM
65922009-09-29 Glenn Morris <rgm@gnu.org>
6593
d037e45a
GM
6594 * cedet/semantic/symref/idutils.el:
6595 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6596
ae715515
GM
6597 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6598
6599 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6600 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6601 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6602 Mark declarations not understood by check-declare.
6603
8360fce0
GM
6604 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6605 file-name-nondirectory call preventing location of cedet files.
6606 (check-declare-verify): Use literal search rather than re-search.
ae715515 6607 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
6608
6609 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6610 Use tramp-compat-file-attributes rather than nonexistent
6611 tramp-compat-handle-file-attributes.
6612
5da62d41
GM
6613 * Makefile.in (lisptagsfiles4): New.
6614 (AUTOGENEL): Add cedet loaddefs files.
6615 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6616 (update-elclist, compile-always, backup-compiled-files)
6617 (bootstrap-clean): Add yet another directory level.
6618 (update-elclist): Use LC_COLLATE rather than COLLATE.
6619 (ELCFILES): Update, via `make update-elclist'.
6620
48267264
JB
66212009-09-29 Juanma Barranquero <lekktu@gmail.com>
6622
6623 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6624 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6625 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6626
2c4cd0b0
AS
66272009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6628
6629 * Makefile.in (lisptagsfiles3): Define.
5da62d41 6630 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
6631 (update-elclist): Add third directory level to look for elc files.
6632 (compile-always): Likewise.
6633 (backup-compiled-files): Likewise.
6634 (bootstrap-clean): Likewise.
6635 (ELCFILES): Update.
6636
a2533e47
CY
66372009-09-28 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * Makefile.in (ELCFILES): Add CEDET files.
6640
b90caf50 66412009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 6642
b90caf50 6643 CEDET (development tools) package merged.
a2095e2e 6644
b90caf50
CY
6645 * cedet/*.el:
6646 * cedet/ede/*.el:
6647 * cedet/semantic/*.el:
6648 * cedet/srecode/*.el: New files.
a2095e2e 6649
eefbedb1
MA
66502009-09-28 Michael Albinus <michael.albinus@gmx.de>
6651
6652 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6653
6654 * net/tramp.el (top): Require tramp-imap.
6655
6656 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6657 Use `tramp-compat-handle-file-attributes'.
6658
66592009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6660
6661 * net/tramp-imap.el: New package.
6662
66635e2f 66632009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
6664
6665 * emacs-lisp/chart.el:
6666 * emacs-lisp/eieio-base.el:
6667 * emacs-lisp/eieio-comp.el:
6668 * emacs-lisp/eieio-custom.el:
e608e7be 6669 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
6670 * emacs-lisp/eieio-opt.el:
6671 * emacs-lisp/eieio-speedbar.el:
6672 * emacs-lisp/eieio.el: New files.
6673
666fd2cc
CY
6674 * cedet/cedet-cscope.el:
6675 * cedet/cedet-files.el:
6676 * cedet/cedet-global.el:
6677 * cedet/cedet-idutils.el:
6678 * cedet/data-debug.el:
6679 * cedet/inversion.el:
7b232be9 6680 * cedet/mode-local.el:
666fd2cc
CY
6681 * cedet/pulse.el: New files.
6682
748e3d67
VJL
66832009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6684
6685 * whitespace.el (whitespace-trailing-regexp)
6686 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6687 Fix doc string.
6688
15120dec
CY
66892009-09-27 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6692 menu.
6693
6694 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6695 menu-bar-ediff-menu.
6696
6697 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6698 define-overloadable-function.
6699
6700 * progmodes/autoconf.el: Provide autoconf as well, so that this
6701 file can be `require'd.
6702
6703 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6704
6705 * emacs-lisp/autoload.el (generated-autoload-feature)
6706 (generated-autoload-load-name): New vars.
6707 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6708 (make-autoload): Recognize define-overloadable-function and
6709 defclass forms (for EIEIO).
6710
6711 * Makefile.in (update-subdirs): Exclude cedet directory.
6712
135abf91
AR
67132009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6714
1becddbb 6715 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
6716
6717 * faces.el: Default light-background background for region face to
6718 ns_selection_color under NS.
6719
3d994264
TZ
67202009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6721
6722 * net/imap-hash.el: New library, see NEWS.
6723
6724 * Makefile.in (ELCFILES): Add imap-hash.el.
6725
ce9a0ccb
SM
67262009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6729 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6730 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6731 definition where the docstring could be taken for the return value.
6732
a92cdd49
GM
67332009-09-26 Glenn Morris <rgm@gnu.org>
6734
6735 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6736 Add option to only show images below a certain size.
6737 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6738 save-excursion calls.
6739
416ac2f1
EZ
67402009-09-26 Eli Zaretskii <eliz@gnu.org>
6741
6742 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6743 subdirectories) and eieio.
6744
d9a13f68
AM
67452009-09-26 Alan Mackenzie <acm@muc.de>
6746
9c3c9fdf 6747 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 6748 buggy bracketing. (Bug#4289)
d9a13f68
AM
6749
6750 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 6751 character constants (as case labels). (Bug#4289)
d9a13f68 6752
182b3bec
CY
67532009-09-25 Juri Linkov <juri@jurta.org>
6754
6755 * files.el (safe-local-eval-forms): Allow time-stamp in
6756 before-save-hook (Bug#4554).
6757
8f75f2da
JB
67582009-09-25 Drew Adams <drew.adams@oracle.com>
6759
6760 * menu-bar.el (list-buffers-directory): Doc fix.
6761
8390fb80
SM
67622009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6763
6764 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6765 Try and avoid copying twice the same paragraph.
6766 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6767 Remove save-excursion.
6768 (log-edit-changelog-entry): Do it here instead.
6769
11ee8d90
JB
67702009-09-25 Juanma Barranquero <lekktu@gmail.com>
6771
027b1942
JB
6772 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6773 when available, instead of hardcoding mode names. Doc fix.
6774
11ee8d90
JB
6775 * menu-bar.el (list-buffers-directory): Add docstring.
6776 Make automatically buffer-local.
6777
6778 * dired.el (dired-mode):
6779 * files.el (cd-absolute):
6780 * pcvs.el (cvs-temp-buffer):
6781 * pcvs-util.el (cvs-get-buffer-create):
6782 * shell.el (shell-mode):
6783 * vc-dir.el (vc-dir-mode):
6784 Don't make `list-buffers-directory' buffer local.
6785
21289c5d
CY
67862009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6787
8390fb80
SM
6788 * comint.el (comint-exec, comint-run, make-comint):
6789 Doc fixes (Bug#4542).
21289c5d 6790
e8652dd9
GM
67912009-09-25 Glenn Morris <rgm@gnu.org>
6792
6793 * mail/rmailmm.el (rmail-mime): New custom group.
6794 Move all defcustoms in this file into this group.
6795 (rmail-mime-media-type-handlers-alist): Revert previous change.
6796 (rmail-mime-show-images): New option.
6797 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6798 references to it, since it wasn't actually used for anything.
6799 (rmail-mime-insert-image): New function.
6800 (rmail-mime-image): Use rmail-mime-insert-image.
6801 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
6802 obey the value of `rmail-mime-show-images' option. Print the size of
6803 attachments.
e8652dd9 6804
fb652bb5
JB
68052009-09-25 David Engster <deng@randomsample.de>
6806
6807 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6808
32a9841c
VJL
68092009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6810
6811 * whitespace.el: Does not highlight trailing spaces While point is
6812 at end of line. Does not highligt spaces at beginning of buffer
6813 while point is at beginning of buffer. Does not highlight spaces
6814 at end of buffer while point is at end of buffer. (Bug#4177)
6815 New version 12.0.
6816 (whitespace-display-mappings): Adjust initialization.
6817 (whitespace-point, whitespace-font-lock-refontify): New vars.
6818 (whitespace-color-on, whitespace-color-off): Adjust code.
6819 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6820 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6821 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6822
e477ca84
CY
68232009-09-24 Chong Yidong <cyd@stupidchicken.com>
6824
6825 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6826
6827 * textmodes/sgml-mode.el: Remove xml-mode alias.
6828
6829 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 6830 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 6831
68712602
AM
68322009-09-24 Alan Mackenzie <acm@muc.de>
6833
6834 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6835 c-forward-conditionals, but it doesn't move point and doesn't set
6836 the mark.
6837 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6838 (c-down-conditional-with-else, c-backward-conditional)
6839 (c-forward-conditional): Refactor to use c-scan-conditionals.
6840
1659ada0
JB
68412009-09-24 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6844 (help-default-arg-highlight): Remove.
6845 (help-highlight-arg): New function.
6846 (help-do-arg-highlight): Use it.
6847 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6848
b3f01e46
SM
68492009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6852 Undo last change, which didn't fix the problem and introduced others.
6853
107ef54a
NR
68542009-09-24 Nick Roberts <nickrob@snap.net.nz>
6855
6856 * progmodes/gdb-mi.el: Don't require speedbar.
6857 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6858
ffa1fed6
GM
68592009-09-24 Glenn Morris <rgm@gnu.org>
6860
2157a2be
GM
6861 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6862
6125167c
GM
6863 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6864
ffa1fed6
GM
6865 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6866 there is no newline after the final mime boundary. (Bug#4539)
6867 Move markers on insertion so that any buttons inserted don't end up in
6868 the next part of a multipart message.
2e9075d3
GM
6869 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6870 (rmail-mime-bulk-handler): Optionally handle images.
6871 (rmail-mime-image): New button action.
6872 (rmail-mime-image-handler): New function.
6873 (rmail-mime-mode): New mode.
6874 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 6875
4a814992
SM
68762009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6877
075518b5
SM
6878 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6879 than just dropping elements from it (bug#4504).
6880
8ad2defc
SM
6881 * term.el (term-set-scroll-region): Don't move cursor any more.
6882 (term-handle-ansi-escape): Call term-goto here instead.
6883 Suggested by Ivan Kanis <apple@kanis.eu>.
6884
4a814992
SM
6885 * term.el: Require CL.
6886 (term-ansi-reset): New function.
6887 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6888 (term-handle-colors-array): Simplify.
6889
5a0c3f56
JB
68902009-09-24 Juanma Barranquero <lekktu@gmail.com>
6891
6892 * allout.el (allout-overlay-interior-modification-handler)
6893 (allout-obtain-passphrase):
6894 * epa-file.el (epa-file-write-region):
6895 * ps-print.el (ps-begin-job):
6896 * vc-hooks.el (vc-toggle-read-only):
6897 * vc-rcs.el (vc-rcs-rollback):
6898 * vc-sccs.el (vc-sccs-rollback):
6899 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6900 (vc-version-diff, vc-revert, vc-rollback):
6901 * wdired.el (wdired-check-kill-buffer):
6902 * emacs-lisp/authors.el (authors):
6903 * net/socks.el (socks-open-connection):
6904 * net/zeroconf.el (zeroconf-service-add-hook):
6905 * obsolete/vc-mcvs.el (vc-mcvs-register):
6906 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6907 (gdb-select-frame):
6908 * progmodes/grep.el (lgrep, rgrep):
6909 * progmodes/idlw-help.el (idlwave-help-check-locations)
6910 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6911 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6912 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6913 (reftex-toc-rename-label): Fix typos in error messages.
6914
6915 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6916 (dired-copy-how-to-fn): Doc fix.
6917 (dired-files-attributes, dired-read-shell-command):
6918 Fix typos in docstrings.
6919
6920 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6921 (dired-x-find-file-other-window): Reflow docstrings.
6922 (dired-omit-marker-char, dired-read-shell-command)
6923 (dired-x-submit-report): Fix typos in docstrings.
6924
6925 * shell.el (shell-mode-hook):
6926 * view.el (View-scroll-line-forward):
6927 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6928 Fix typos in docstrings.
6929
6930 * net/dig.el (dig-invoke): Fix typo in docstring.
6931 (query-dig): Reflow docstring.
6932
6933 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6934 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6935 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6936 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6937 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6938 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6939 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6940 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6941 (idlwave-completion-map, idlwave-current-indent)
6942 (idlwave-custom-ampersand-surround, idlwave-customize)
6943 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6944 (idlwave-define-abbrev, idlwave-determine-class-special)
6945 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6946 (idlwave-end-block-reg, idlwave-end-of-statement)
6947 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6948 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6949 (idlwave-explicit-class-listed, idlwave-file-header)
6950 (idlwave-fill-paragraph, idlwave-find-class-definition)
6951 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6952 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6953 (idlwave-in-quote, idlwave-indent-action-table)
6954 (idlwave-indent-expand-table, idlwave-indent-line)
6955 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6956 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6957 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6958 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6959 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6960 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6961 (idlwave-outlawed-buffers, idlwave-popup-select)
6962 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6963 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6964 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6965 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6966 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6967 (idlwave-statement-type, idlwave-struct-skip)
6968 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6969 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6970 (idlwave-what-module-find-class): Fix typos in docstrings.
6971 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6972 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6973 (idlwave-find-module, idlwave-find-structure-definition)
6974 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6975 (idlwave-list-load-path-shadows, idlwave-next-statement)
6976 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6977 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6978 (idlwave-template): Reflow docstrings.
6979
6980 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6981 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6982 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6983 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6984 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6985 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6986 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6987 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6988 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6989 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6990 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6991 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6992 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6993 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6994 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6995 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6996 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6997 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6998 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6999 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7000 Fix typos in docstrings.
7001 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7002 (idlwave-shell-hide-output, idlwave-shell-mode)
7003 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7004 Reflow docstrings.
7005
7006 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7007
62136c5d
SM
70082009-09-24 Ivan Kanis <apple@kanis.eu>
7009
7010 * term.el (term-bold-attribute): New var.
7011 (term-handle-colors-array): Use it.
7012
9c1a45ed
NR
70132009-09-23 Nick Roberts <nickrob@snap.net.nz>
7014
7015 * progmodes/gdb-mi.el (gdb-version): New variable.
7016 (gdb-non-stop-handler): Set gdb-version.
7017 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7018 Condition "--thread" option on gdb-version.
7019 (gdb-invalidate-threads): Remove unused argument.
7020
03304f31
SM
70212009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7024 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7025
4f02f0c9
GM
70262009-09-23 Glenn Morris <rgm@gnu.org>
7027
7028 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7029 replying to mail without References or Message-Id. (Bug#4525)
7030
a3b4b363
AR
70312009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7032
7033 * term/ns-win.el (ns-reg-to-script): New variable.
7034
7bda18cc
DU
70352009-09-23 Daiki Ueno <ueno@unixuser.org>
7036
7037 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7038
72169e55
SS
70392009-09-22 Sam Steingold <sds@gnu.org>
7040
7041 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
7042 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7043 to 1 because hg returns status 1 when nothing is found.
0aa4f295 7044 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 7045
905b7d38
SM
70462009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7047
b0459dec
SM
7048 * textmodes/fill.el: Convert to utf-8 encoding.
7049 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7050 pre-unicode days.
7051
905b7d38
SM
7052 * add-log.el (change-log-fill-forward-paragraph): New function.
7053 (change-log-mode): Use it so fill-region DTRT.
7054 Set fill-indent-according-to-mode here rather than in
7055 change-log-fill-paragraph.
7056 (change-log-fill-paragraph): Remove.
7057
baa7f3de
JB
70582009-09-22 Juanma Barranquero <lekktu@gmail.com>
7059
7060 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7061 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7062
a8d789f0
GM
70632009-09-22 Glenn Morris <rgm@gnu.org>
7064
daedbbc2
GM
7065 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7066 the scroll-bar scroll the calendar window rather than the buffer.
7067
d8899a74
GM
7068 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7069 commands that move point (as opposed to scrolling).
7070
a8d789f0
GM
7071 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7072
7073 * emacs-lisp/elint.el (elint): New custom group.
7074 (elint-log-buffer): Make it a defcustom.
7075 (elint-scan-preloaded, elint-ignored-warnings)
7076 (elint-directory-skip-re): New options.
7077 (elint-builtin-variables): Doc fix.
7078 (elint-preloaded-env): New variable.
7079 (elint-unknown-builtin-args): Add an entry for encode-time.
7080 (elint-extra-errors): Make it a variable rather than a constant.
7081 (elint-preloaded-skip-re): New constant.
7082 (elint-directory): Skip files matching elint-directory-skip-re.
7083 (elint-features): New variable, local to linted buffers.
7084 (elint-update-env): Initialize elint-features. Possibly add
7085 elint-preloaded-env to the buffer's environment.
7086 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7087 Skip quoted forms.
7088 (elint-init-form): New function, extracted from elint-init-env.
7089 Make non-list forms a warning rather than an error.
7090 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7091 easy-menu-define, put that adds an error-condition, and provide.
7092 When requiring cl, also require cl-macs. Really require cl, to handle
7093 some cl macros. Store required libraries in the list elint-features,
7094 so as not to re-load them. Treat cc-require like require.
7095 (elint-init-env): Call elint-init-form to do the work.
7096 Handle eval-and-compile and such like.
7097 (elint-add-required-env): Do not clear messages.
7098 (elint-special-forms): Add handlers for function, defalias, if, when,
7099 unless, and, or.
7100 (elint-form): Add optional argument to ignore elint-special-forms,
7101 useful to prevent recursive calls from handlers. Doc fix.
7102 Respect elint-ignored-warnings.
7103 (elint-form): Respect elint-ignored-warnings.
7104 (elint-bound-variable, elint-bound-function): New variables.
7105 (elint-unbound-variable): Respect elint-bound-variable.
7106 (elint-get-args): Respect elint-bound-function.
7107 (elint-check-cond-form): Add some simple handling for (f)boundp and
7108 featurep tests.
7109 (elint-check-defalias-form): New handler.
7110 (elint-check-let-form): Make an empty let a warning rather than an
7111 error.
7112 (elint-check-setq-form): Make an empty setq a warning rather than an
7113 error. Respect elint-ignored-warnings.
7114 (elint-check-defvar-form): Accept null doc-strings.
7115 (elint-check-conditional-form): New handler. Does some simple-minded
7116 checking of featurep and (f)boundp tests.
7117 (elint-put-function-args): New function.
7118 (elint-initialize): Use elint-scan-doc-file rather than
7119 elint-find-builtin-variables. Use elint-put-function-args.
7120 Possibly scan preloaded-file-list.
7121 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7122 extend to handle functions as well.
7123
245be23c
JB
71242009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7125
7126 * linum.el (linum-delete-overlays, linum-update-window):
7127 Do not modify the right margin. (Bug#3971)
7128
91fdbd6f
CY
71292009-09-21 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7132 nxml-mode instead of xml-mode.
7133
7589d38e
JB
71342009-09-21 Kevin Ryde <user42@zip.com.au>
7135
7136 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7137
5ac42715
SM
71382009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * net/dig.el (dig-mode): Use define-derived-mode.
7141
09c01323
DN
71422009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7143
4096c5f2
DN
7144 * vc-dispatcher.el (vc-do-command): Return the process object in
7145 the asynchronous case. Use when instead of if. Do not run
5480359e 7146 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 7147
0e172cc2
DN
7148 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7149 properties to the stash strings.
7150 (vc-git-stash-list): Return a list of strings.
7151 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7152 (vc-git-stash-show-at-point): New functions.
7153 (vc-git-stash-map): New keymap.
7154
03304f31
SM
7155 * register.el (ctl-x-r-map): Define the keys here instead of
7156 using autoload.
09c01323 7157
03304f31 71582009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7159
7160 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7161 list, to workaround performance problem (bug#4485).
7162
2f5fc4d7
NR
71632009-09-20 Nick Roberts <nickrob@snap.net.nz>
7164
7165 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7166
b0f5fd2e
DU
71672009-09-20 Daiki Ueno <ueno@unixuser.org>
7168
7169 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7170 Document that this option is not recommended to use.
7171
f3445fab
GM
71722009-09-19 Glenn Morris <rgm@gnu.org>
7173
547c6921
GM
7174 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7175 variable `var'.
7176
f3445fab
GM
7177 * calc/calc-alg.el (var):
7178 * calc/calcalg2.el (var): Define for compiler.
7179
946c009b
CY
71802009-09-19 Chong Yidong <cyd@stupidchicken.com>
7181
e3f36d03
SM
7182 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7183 Doc fix (Bug#3932).
e2045997 7184
24aedbca
CY
7185 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7186
327dd27a
CY
7187 * time-stamp.el (time-stamp-month-dd-yyyy)
7188 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7189 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7190 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7191 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7192 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7193
946c009b
CY
7194 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7195 indent buffer only if called interactively (Bug#4452).
7196
3e70541a
JB
71972009-09-19 Juanma Barranquero <lekktu@gmail.com>
7198 Eli Zaretskii <eliz@gnu.org>
7199
7200 This fixes bug#4197 (merged to bug#865, though not identical).
7201 * server.el (server-auth-dir): Add docstring note about FAT32.
7202 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7203 but warn against using them.
7204
9b94c32e
NR
72052009-09-19 Nick Roberts <nickrob@snap.net.nz>
7206
7207 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7208 older GDB where there is no has_more field.
7209
66590684
GM
72102009-09-19 Glenn Morris <rgm@gnu.org>
7211
7212 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7213
9a1337f9
CY
72142009-09-18 Chong Yidong <cyd@stupidchicken.com>
7215
7216 * files.el (auto-mode-alist): Change default for XML files to nXML
7217 mode (Bug#4169).
7218
d7554167
JB
72192009-09-18 Juanma Barranquero <lekktu@gmail.com>
7220
7221 * server.el (server-ensure-safe-dir): Pass 'integer
7222 to `file-attributes', as suggested.
7223
35a3f9a4
SM
72242009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7227 (dired-query): Use read-key.
7228
044f9b05
AR
72292009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7230
7231 * cus-start.el (ns-use-qd-smoothing): Remove.
7232
6188ea49
GM
72332009-09-18 Glenn Morris <rgm@gnu.org>
7234
08cf18e4
GM
7235 * allout.el (top-level): Remove unnecessary progn.
7236
07eae5c5
GM
7237 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7238
6726c25e
GM
7239 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7240 definition of abbrev table.
7241
3f527154 7242 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7243 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7244 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7245 * net/newst-backend.el (newsticker--cache-read-feed):
7246 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7247 condition-case handlers.
7248
ccb4c30c
NR
72492009-09-18 Nick Roberts <nickrob@snap.net.nz>
7250
7251 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7252 (gdb-var-list): Add an element for has_more field.
7253 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7254 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7255 (gdb-var-update-handler-1): Parse output of dynamic variable
7256 objects (STL containers).
7257 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7258 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7259
7260 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7261 gdb-var-list.
7262 (gud-speedbar-buttons): Make node expandable if expression "has more"
7263 children.
7264
8686ac71
JB
72652009-09-17 Juanma Barranquero <lekktu@gmail.com>
7266
7267 * startup.el (emacs-quick-startup): Remove variable and all uses.
7268 (command-line): Set `inhibit-x-resources' instead.
7269 (command-line-1): Use `inhibit-x-resources' instead.
7270
a69c67e8
CY
72712009-09-17 Chong Yidong <cyd@stupidchicken.com>
7272
7273 * subr.el: Fix last change to avoid using the `unless' macro,
7274 which breaks bootstrapping.
7275
354f0faf
SM
72762009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7279 extended definitions, in case we reload subr.el after having
7280 loaded CL.
7281 (eval-next-after-load): Mark as obsolete.
7282
98b9bf40
JL
72832009-09-17 Juri Linkov <juri@jurta.org>
7284
7285 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7286 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7287 (menu-bar-showhide-menu, menu-bar-tools-menu)
7288 (menu-bar-describe-menu, menu-bar-help-menu)
7289 (minibuffer-local-completion-map, minibuffer-local-map):
7290 Fix list quoting.
7291
28fab7b5
GM
72922009-09-17 Glenn Morris <rgm@gnu.org>
7293
88d5190c
GM
7294 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7295 arguments, whether or not it has a handler.
7296
74f24ba7
GM
7297 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7298
28fab7b5
GM
7299 * simple.el (hard-newline): Give it a doc-string.
7300
a8106aec
GM
7301 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7302 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 7303
76251ad7
DN
73042009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7305
72033dbe
DN
7306 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7307 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7308 (menu-bar-options-menu, menu-bar-showhide-menu)
7309 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7310 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7311 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7312 (menu-bar-options-menu, menu-bar-tools-menu)
7313 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7314 (menu-bar-help-menu):
7315 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7316 string arguments.
7317
76251ad7
DN
7318 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7319 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7320 calls for the menu names and :help.
7321
97b952b7
SM
73222009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7325 to :minor-mode-function (bug#4455).
7326
8f38189e
SM
73272009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7328
d2fd733e
SM
7329 * startup.el (command-line): Initialize the window-system after
7330 processing the command-line.
7331
8f38189e
SM
7332 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7333 page-delimiter matches the empty string.
7334
77564fa4
GM
73352009-09-16 Glenn Morris <rgm@gnu.org>
7336
7337 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7338 byte-compile-not-obsolete-var. It's a list now.
7339 (byte-compile-not-obsolete-funcs): New variable.
7340 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7341 byte-compile-not-obsolete-funcs.
7342 (byte-compile-variable-ref, byte-compile-defvar): Update for
7343 byte-compile-not-obsolete-vars name-change and list nature.
7344 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7345 and variables behind (f)boundp tests.
7346 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7347
79d316d3
DN
73482009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7349
7350 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7351
8fed6934
SM
73522009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7355 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7356 Don't autoload.
7357
4078fd57
SE
73582009-09-15 Stephen Eglen <stephen@gnu.org>
7359
7360 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 7361 the virtual-buffers, use the name of the buffer specified by
4078fd57 7362 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 7363 problem if the target and the symlink had different names.)
4078fd57 7364
838ff458
SM
73652009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7366
b3c7c12d
SM
7367 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7368
13dc2bc2
SM
7369 * desktop.el (desktop-path): Check user-emacs-directory.
7370
49fec531
SM
7371 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7372
0e328d37
SM
7373 * loadup.el: Use after-load-functions to GC after loading each file.
7374 Remove the explicit GC calls that used to be sprinkled around.
7375
838ff458
SM
7376 * subr.el (after-load-functions): New hook.
7377 (do-after-load-evaluation): Run it. Use string-match-p to detect
7378 `obsolete' packages, rather than painfully extracting the relevant
7379 directory name.
7380
a62f564f
GM
73812009-09-15 Glenn Morris <rgm@gnu.org>
7382
7383 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7384 free variable `doc'.
7385
7386 * dired.el (dired-mode-map): Add menu entry for async shell command.
7387
7388 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7389 variables, also consider the .elc files, since the .el files are
7390 normally gzipped (subsequent code locates the .el.gz from the .elc).
7391
7392 * calc/calc-prog.el (arglist): Define for compiler.
7393
7394 * calendar/diary-lib.el (diary-display-function): Change the default to
7395 fancy display.
7396 (body): Define for compiler.
7397
7398 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7399 (byte-compile-file-form, byte-compile-lambda)
7400 (byte-compile-top-level-body, byte-compile-form)
7401 (byte-compile-variable-ref, byte-compile-setq)
7402 (byte-compile-setq-default, byte-compile-body)
7403 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7404 (batch-byte-compile): Give some more local variables with common names
7405 a "bytecomp-" prefix to avoid masking warnings about free variables.
7406
cd05fe7f
GM
7407 * startup.el (command-line-1): Give local variables with common names a
7408 distinguishing prefix, so as not to hide free variable warnings during
7409 bootstrap.
7410
a62f564f
GM
7411 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7412 clever and add a suffix to make a unique name, just let the user decide
7413 whether or not to overwrite it. If the input is a directory, write the
7414 default filename to that directory. (Bug#4388)
7415 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7416 is a filename-as-a-directory.
7417
fbc88440
SM
74182009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * textmodes/page.el (what-page): Don't move to beginning of line.
7421 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7422
60308853
DN
74232009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7424
7425 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7426
32ba3abc
DN
74272009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7428
9cd39aff
DN
7429 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7430 * help.el (help-for-help-internal): Add purecopy calls for text.
7431
32ba3abc
DN
7432 * vc.el (top): print-log method now takes an optional SHORTLOG
7433 argument. Add a new method: root.
32ba3abc
DN
7434 (vc-root-diff, vc-print-root-log): New functions.
7435 (vc-log-short-style): New variable.
7436 (vc-print-log-internal): Add support for showing short logs.
7437
7438 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7439 vc-print-root-log and vc-print-root-diff.
7440
7441 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7442 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7443 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7444 short logs.
7445
7446 * vc-cvs.el (vc-cvs-print-log):
7447 * vc-mtn.el (vc-mtn-print-log):
7448 * vc-rcs.el (vc-rcs-print-log):
7449 * vc-sccs.el (vc-sccs-print-log):
7450 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7451 that is ignored for now.
7452
837b0e99
DN
7453 * vc-mtn.el (vc-mtn-annotate-command):
7454 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7455
31cd2dd4
SM
74562009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7459 to function-key-map, and give them ascii-character property.
7460 * term/x-win.el (x-alternatives-map):
7461 * term/ns-win.el (ns-alternatives-map):
7462 * term/internal.el (msdos-key-remapping-map):
7463 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7464
d62e5bf2
GM
74652009-09-14 Glenn Morris <rgm@gnu.org>
7466
7467 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7468 temp-buffers (2009-09-12).
7469
7d0105e5
SM
74702009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7473 the new read-key function.
7474
e17ed9ad
CY
74752009-09-13 Chong Yidong <cyd@stupidchicken.com>
7476
7477 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7478 is defined (Bug#4405).
7479
1fc26e29
CY
74802009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7481
7482 * recentf.el (recentf-cleanup): Use a hash table to find
7483 duplicates (Bug#4407).
7484
61dc96a2 74852009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
7486
7487 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7488 kp-0 to ascii equivalents (Bug#4325).
7489
42c3a9e3
CY
74902009-09-13 Chong Yidong <cyd@stupidchicken.com>
7491
1f5c1626
CY
7492 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7493
42c3a9e3 7494 * eshell/em-hist.el:
31cd2dd4
SM
7495 * eshell/em-dirs.el (eshell-complete-user-reference):
7496 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
7497
74982009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7499
7500 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7501 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7502 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
7503 * eshell/em-hist.el (eshell-history-file-name):
7504 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 7505
1e2b6acf
GM
75062009-09-13 Glenn Morris <rgm@gnu.org>
7507
7508 * ediff-merg.el (ediff-do-merge):
7509 * filesets.el (filesets-run-cmd):
7510 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7511 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7512 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7513 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7514 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7515 Replace empty `let's with `progn'.
7516
adba8116
SM
75172009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * mail/sendmail.el (send-mail-function):
7520 * tooltip.el (tooltip-mode):
7521 * simple.el (transient-mark-mode):
7522 * rfn-eshadow.el (file-name-shadow-mode):
7523 * frame.el (blink-cursor-mode):
7524 * font-core.el (global-font-lock-mode):
7525 * files.el (temporary-file-directory)
7526 (small-temporary-file-directory, auto-save-file-name-transforms):
7527 * epa-hook.el (auto-encryption-mode):
7528 * composite.el (global-auto-composition-mode):
7529 Use custom-initialize-delay.
7530 * startup.el (command-line): Don't explicitly call
7531 custom-reevaluate-setting for all the above vars.
7532 * custom.el (custom-initialize-safe-set)
7533 (custom-initialize-safe-default): Delete.
7534
0a4afea9
SM
75352009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7536
9f94990d
SM
7537 * term/x-win.el (x-initialize-window-system):
7538 * term/w32-win.el (w32-initialize-window-system):
7539 * term/ns-win.el (ns-initialize-window-system): Don't call
7540 mouse-wheel-mode since it's enabled globally by default already.
7541
0a4afea9
SM
7542 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7543 actually define the variable, but only silences the byte-compiler.
7544 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7545 before looking it up.
7546 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7547 is changed.
7548
bf01513f
GM
75492009-09-12 Glenn Morris <rgm@gnu.org>
7550
7551 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7552 1000.
7553 (elint-add-required-env): Don't beep on error.
7554 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
7555 (elint-init-env): Skip non-list forms.
7556 (elint-log): Handle unknown file positions.
bf01513f 7557
d85889e4
DU
75582009-09-12 Daiki Ueno <ueno@unixuser.org>
7559
7560 * epg.el (epg-make-context): Add autoload cookie.
7561 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7562 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7563 (epg-verify-string, epg-start-sign, epg-sign-file)
7564 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7565 (epg-encrypt-string, epg-start-export-keys)
7566 (epg-export-keys-to-file, epg-export-keys-to-string)
7567 (epg-start-import-keys, epg-import-keys-from-file)
7568 (epg-import-keys-from-string, epg-start-receive-keys)
7569 (epg-receive-keys, epg-import-keys-from-server)
7570 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7571 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
7572 (epg-generate-key-from-file, epg-generate-key-from-string):
7573 Remove autoload cookie.
d85889e4 7574
8f825ee6
EZ
75752009-09-12 Eli Zaretskii <eliz@gnu.org>
7576
36b434ee
EZ
7577 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7578 reevaluation of trash-directory.
7579
8f825ee6
EZ
7580 * mwheel.el: Fix last change.
7581 (mouse-wheel-mode): New defvar.
7582 (mouse-wheel-mode): Remove autoload cookie.
7583
5766c380
SM
75842009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7585
ab5c0fcd
SM
7586 * mwheel.el (mwheel-installed-bindings): New var.
7587 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7588 the bindings we set last time. Use custom-initialize-delay.
7589 * loadup.el: Load mwheel after term/*-win.el.
7590 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7591 and mouse-wheel-up-event now that their first evaluation is done
7592 sufficiently late to be correct.
7593
45448e64
SM
7594 * startup.el (tutorial-directory): Make it a defcustom.
7595 Use custom-initialize-delay rather than eval-at-startup to set it.
7596 * image.el (image-load-path): Make it a defcustom.
7597 Use custom-initialize-delay rather than eval-at-startup to set it.
7598 * subr.el (eval-at-startup): Remove.
7599 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7600
5766c380
SM
7601 * subr.el (do-after-load-evaluation): Warn the user after loading an
7602 obsolete package.
7603
d6549da4
GM
76042009-09-12 Glenn Morris <rgm@gnu.org>
7605
7606 * proced.el (proced-mark-alt): Remove alias.
7607 (proced-mode-map): Remove proced-mark-alt.
7608
7609 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7610 Elint file and directory. Remove initialization entry.
7611
7612 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7613 commands.
7614 (elint-current-buffer): Set mode-line-process.
7615 (elint-init-env): Handle define-derived-mode.
7616 Fix declare-function with unspecified arglist. Guard against odd
7617 defalias statements (eg iso-insert's 8859-1-map).
7618 (elint-add-required-env): Use a temp buffer.
7619 (elint-form): Just print the function/macro name, not the whole form.
7620 Return env unchanged if we fail to parse a macro.
7621 (elint-forms): Guard against parse errors.
7622 (elint-output): New function, to handle batch mode.
7623 (elint-log-message): Add optional argument. Use elint-output.
7624 (elint-set-mode-line): New function.
7625
30194d4d
CY
76262009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7627
7628 * emacs-lisp/elp.el (elp-not-profilable): Add more
7629 functions (Bug#4233).
7630
a035f9b0
CY
76312009-09-12 Chong Yidong <cyd@stupidchicken.com>
7632
7633 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7634 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7635
dad61164
NR
76362009-09-11 Nick Roberts <nickrob@snap.net.nz>
7637
7638 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7639 (gdb-var-list-children): Use json parsing.
7640
9c3c9fdf 76412009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
7642
7643 * progmodes/js.el (js--proper-indentation): Handle the case where
7644 char-before is null. Reported by Deniz Dogan.
7645
b4587710
JB
76462009-09-11 Juanma Barranquero <lekktu@gmail.com>
7647
7648 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7649
13890796
DU
76502009-09-11 Daiki Ueno <ueno@unixuser.org>
7651
7652 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7653 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 7654 (epg-context-set-passphrase-callback)
97d4bdba 7655 (epg-context-set-progress-callback): Add description about
b18508dd 7656 callback function.
13890796 7657
2efb64a8
SM
76582009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7659
790d0270
SM
7660 * custom.el (custom-delayed-init-variables): New var.
7661 (custom-initialize-delay): New function.
7662 * startup.el (command-line): "Re"evaluate all vars in
7663 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7664 explicitly any more.
7665 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7666 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7667
7668 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 7669
ac243a40
NR
76702009-09-11 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7673 (gdb-var-update-handler): Use json parsing.
7674
657bc6fc
JB
76752009-09-11 Juanma Barranquero <lekktu@gmail.com>
7676
7677 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7678 decode annotated text, regardless of language environment. (Bug#2741)
7679
b6fe8102
SM
76802009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7681
7682 * Makefile.in (autoloads): Make rmail.el writable as well.
7683
5cc443fe
GM
76842009-09-11 Glenn Morris <rgm@gnu.org>
7685
5515c54e
GM
7686 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7687 loaddefs.el.
7688 * dired.el: Regenerate with extracted autoloads.
7689 * Makefile.in (autoloads): Make dired.el writable.
7690
15067158
GM
7691 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7692 * ibuffer.el: Regenerate with extracted autoloads.
7693 * Makefile.in (autoloads): Make ibuffer.el writable.
7694
d35d0238
GM
7695 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7696 * version.el (emacs-copyright, emacs-major-version)
7697 (emacs-minor-version): Reformat doc-strings for make-docfile.
7698
5cc443fe
GM
7699 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7700 functions and variables, since they must be stuff specific to some other
7701 platform.
7702 (apropos-print): Make mouse-click message less specific about button.
7703
7704 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7705 that records where a macro was defined.
7706 * help-fns.el (describe-function-1): Mention if a function has a
7707 compiler-macro.
7708 * help-mode.el (help-function-cmacro): New button.
7709
7710 * locate.el (top-level): Always require dired.
7711 (locate-mode-map): Initialize inside the defvar.
7712
7713 * net/ange-ftp.el (dired-compress-file): Declare.
7714 (ange-ftp-dired-compress-file): Add doc string.
7715
7716 * term/ns-win.el (x-display-name, x-setup-function-keys):
7717 Unify doc-strings with X versions.
7718
8cb95edf
SM
77192009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7720
726a4d09
SM
7721 * emulation/crisp.el (crisp-mode-map): Move initialization
7722 into declaration.
7723 (crisp-mode): Use define-minor-mode.
7724
8cb95edf
SM
7725 * progmodes/xscheme.el (xscheme-evaluation-commands):
7726 Put a :advertised-binding property rather than using
7727 advertised-xscheme-send-previous-expression.
7728 (advertised-xscheme-send-previous-expression): Declare obsolete.
7729 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7730 `advertised-undo'.
7731 (crisp-mode): Add corresponding bindings to
7732 undo's :advertised-binding instead.
7733 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7734 than using dired-advertised-find-file.
7735 (dired-advertised-find-file):
7736 * simple.el (advertised-undo):
7737 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7738 (widget-keymap): Put a :advertised-binding property rather
7739 than using advertised-widget-backward.
7740 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7741 than using advertised-undo.
7742 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7743
07db5857
SS
77442009-09-10 Simon South <ssouth@slowcomputing.org>
7745
7746 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7747 Mark mode is enabled and region is active; otherwise indent or
7748 insert TAB as usual.
7749 (delphi-mode): Update description of TAB-key binding.
7750
50d4ba39
SM
77512009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * subr.el (define-key-rebound-commands): Mark obsolete.
7754 * startup.el (precompute-menubar-bindings): Remove.
7755 (normal-top-level): Remove obsolete code that tried to precompute
7756 menubar bindings.
7757 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7758 define-key-rebound-commands and precompute-menubar-bindings.
7759
ffa894db
KY
77602009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7761
7762 * net/imap.el (imap-interactive-login): Better messages.
7763 (imap-open): Fix bug with renamed buffer on reconnect.
7764 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7765 for easier debugging and cleaner code. On successful (guessed based on
7766 server capabilities) secondary authentication, set imap-state
7767 correctly.
7768 (imap-last-authenticator): Define imap-last-authenticator as a variable
7769 to avoid warnings.
7770
9477096c
GM
77712009-09-10 Glenn Morris <rgm@gnu.org>
7772
7773 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7774
7775 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7776 (byte-compile-file-form-autoload): Don't warn about unknown functions
7777 where the autoload statement comes after the use.
7778 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7779 that any handlers inside the body (eg require) are in turn respected.
7780
7781 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7782 effects.
7783
7784 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7785 and syntax and abbrev tables basic docs, if they don't have any.
7786
7787 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7788
7789 * international/mule-cmds.el (top-level): Require cl when compiling.
7790 (view-hello-file): Use default-value rather than
7791 default-enable-multibyte-characters.
7792
7793 * progmodes/fortran.el: Move all safe and risky properties into the
7794 defcustoms.
7795
7796 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7797 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7798 * mail/undigest.el:
7799 Put autoloads in rmail.el rather than loaddefs.el.
7800 * mail/rmail.el: Regenerate with extracted autoloads.
7801
7802 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7803 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7804
9f16c547
NR
78052009-09-10 Nick Roberts <nickrob@snap.net.nz>
7806
7807 Reported in thread for Bug#4375.
7808 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7809 "-data-evaluate-expression" instead of print.
7810 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7811 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
7812 (gdb): Revert 2009-08-11 change. User should detach inferior
7813 manually.
9f16c547
NR
7814
7815 Remove the word "separate" from IO functions as inferior
7816 output is now never displayed in the GUD buffer.
7817
50405cd0
JB
78182009-09-10 Juanma Barranquero <lekktu@gmail.com>
7819
7820 * startup.el (command-line-normalize-file-name): On Windows and
7821 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7822
7ae62430
JL
78232009-09-10 Juri Linkov <juri@jurta.org>
7824
7825 * isearch.el (isearch-text-char-description): Propertize escape
7826 character sequences with the `escape-glyph' face. (Bug#4344)
7827
7828 * simple.el (shell-command): Set asynchronous process filter to
7829 `comint-output-filter'. (Bug#4343)
7830
7831 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7832 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7833 the list. Move "asm" to the bottom.
7834 (grep-find-ignored-directories): Add `choice' with nil value
7835 to empty the list easily.
7836 (grep-find-ignored-files): New option.
7837 (grep-files-history): Set to nil by default instead of '("ch" "el").
7838 (grep-compute-defaults): Add "<X>" to `grep-template'.
7839 (grep-read-files): Bind new local variables `default-alias' and
7840 `default-extension'. Use a list of default values for the file prompt.
7841 (lgrep): Add `--exclude=' command line options composed from
7842 `grep-find-ignored-files'.
7843 (rgrep): Add `-name' command line options composed from
7844 `grep-find-ignored-files'. (Bug#4301)
7845
cd875252
SM
78462009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7849 (bug#4368).
7850
cdce0b33
KY
78512009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7852
7853 * calendar/time-date.el (autoload):
7854 Expand define-obsolete-function-alias into defalias and make-obsolete
7855 for old Emacsen that Gnus supports.
7856 (with-no-warnings): Define it for old Emacsen.
7857 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7858 is available.
7859 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7860 float-time is available; suppress compile warning for time-to-seconds.
7861
78622009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7863
7864 * net/imap.el (imap-message-map): Docstring fix.
7865
2b2eb431
GM
78662009-09-09 Glenn Morris <rgm@gnu.org>
7867
7868 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7869 line numbers too. (Bug#4374)
7870
83a5aac5
SM
78712009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7872
755e0210
SM
7873 * smerge-mode.el (smerge-remove-props, smerge-refine):
7874 Use with-silent-modifications (bug#4342).
7875
83a5aac5
SM
7876 * subr.el (with-silent-modifications): New macro.
7877
79f01fa7
JB
78782009-09-07 Juanma Barranquero <lekktu@gmail.com>
7879
7880 * files.el (top-level): Require `cl' when compiling.
7881
448ecec3
GM
78822009-09-07 Glenn Morris <rgm@gnu.org>
7883
7884 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7885
8f09a02f
GM
7886 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7887 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7888
76ff67bf
NR
78892009-09-06 Nick Roberts <nickrob@snap.net.nz>
7890
7891 * vc-git.el (vc-git-annotate-command): Use separator to parse
7892 arguments correctly.
7893
943c8b75
EZ
78942009-09-06 Eli Zaretskii <eliz@gnu.org>
7895
7896 * proced.el (proced-mode): Doc fix.
7897
680db9ac
MA
78982009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7899
7900 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7901 lstat fails.
7902 (tramp-do-file-attributes-with-ls): Check for file existence at
7903 remote end.
7904 (tramp-do-file-attributes-with-stat): Likewise.
7905 (tramp-convert-file-attributes): Return nil when attr is nil.
7906
3f12e5bd
GM
79072009-09-05 Glenn Morris <rgm@gnu.org>
7908
c8dc27bf
GM
7909 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7910 properties to this button.
7911 (diary-fancy-display): Don't extend the button to the final newline.
7912 (diary-fancy-display-mode): Continue to define "q" as a local key.
7913
cca065d8
GM
7914 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7915 efficient.
7916
cddaedb6
GM
7917 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7918
3f12e5bd
GM
7919 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7920 (byte-compile-dest-file-function): New option.
7921 (byte-compile-dest-file): Doc fix.
7922 Obey byte-compile-dest-file-function.
7923 (byte-compile-cl-file-p): New function.
7924 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7925 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7926 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7927 than for file being previously loaded.
7928 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7929 (byte-compile-file-form-require): Handle the case where requiring a file
7930 indirectly causes CL to be loaded.
7931
049a231b
KF
79322009-09-05 Karl Fogel <kfogel@red-bean.com>
7933
7934 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7935 before killing the old buffer, since by the time `kill-buffer' is
7936 run so many buffer variables have been set to nil that it may not
7937 behave as expected. (Bug#4061)
7938
ef7ef2a0
KF
79392009-09-05 Karl Fogel <kfogel@red-bean.com>
7940
7941 * files.el (find-alternate-file): If the old buffer is modified
7942 and visiting a file, behave similarly to `kill-buffer' when
7943 killing it, thus reverting to the pre-1.878 behavior; see
7944 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7945 for discussion. Also, consult `buffer-file-name' as a variable
7946 not as a function, for consistency with the rest of the code.
7947
73d854cd
MA
79482009-09-04 Michael Albinus <michael.albinus@gmx.de>
7949
7950 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7951 also when adding a new directory.
7952
7953 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7954 defun.
7955
df120481
SM
79562009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * files.el (locate-file-completion-table): Make it provide boundary
7959 information, so partial-completion works better.
7960
c0bc6d79
SM
79612009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7962
7963 * mail/footnote.el (Footnote-text-under-cursor):
7964 Check footnote-text-marker-alist before using it (bug#4324).
7965
f76a9756
GM
79662009-09-04 Glenn Morris <rgm@gnu.org>
7967
67d110f1
GM
7968 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7969 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7970 * play/solitaire.el, play/tetris.el:
7971 Remove leading * from defcustom and defface docs.
7972
b42d4989
GM
7973 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7974 necessary.
7975 (diary-fancy-overriding-map): New variable.
7976 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7977 Use view-mode.
7978
f76a9756
GM
7979 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7980 goto-line.
7981
e605eeeb
GM
79822009-09-03 Glenn Morris <rgm@gnu.org>
7983
597e2240
GM
7984 * arc-mode.el (archive-mode):
7985 * dos-fns.el (set-default-process-coding-system):
7986 * man.el (Man-getpage-in-background):
7987 * menu-bar.el (menu-bar-describe-menu):
7988 * server.el (server-process-filter):
7989 * startup.el (command-line):
7990 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7991 * w32-fns.el (set-default-process-coding-system):
7992 * x-dnd.el (x-dnd-handle-file-name):
7993 * international/mule-cmds.el (mule-menu-keymap)
7994 (set-default-coding-systems, language-info-alist, set-language-info)
7995 (set-language-environment, standard-display-european-internal)
7996 (set-locale-environment):
7997 * international/mule-diag.el (mule-diag):
7998 * mail/emacsbug.el (report-emacs-bug):
7999 * mail/rmail.el (rmail-mode):
8000 * mail/sendmail.el (mail-setup):
8001 Use default-value rather than default-enable-multibyte-characters.
8002
f38184aa
GM
8003 * progmodes/f90.el: Move all safe properties into the defcustoms.
8004 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8005
e605eeeb
GM
8006 * calendar/appt.el (appt-check):
8007 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8008 (diary-check-diary-file, diary-list-entries)
8009 (diary-include-other-diary-files, diary-simple-display)
8010 (diary-fancy-display, diary-print-entries)
8011 (diary-mark-included-diary-files, diary-make-entry):
8012 Don't call substitute-in-file-name on diary-file.
8013
734db384
SM
80142009-09-03 Eduard Wiebe <usenet@pusto.de>
8015 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8018 (footnote-mode-map): Move initialization into the declaration.
8019 (footnote-minor-mode-map): Define it rather than changing global-map.
8020 (footnote-mode): Use define-minor-mode.
8021
e5aa47f9
MA
80222009-09-02 Michael Albinus <michael.albinus@gmx.de>
8023
8024 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8025 (tramp-do-file-attributes-with-perl)
8026 (tramp-do-file-attributes-with-stat): Rename from
8027 `tramp-handle-file-attributes-with-*'.
8028 (tramp-handle-file-attributes): Use them.
8029 (tramp-do-directory-files-and-attributes-with-perl)
8030 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8031 `tramp-handle-directory-files-and-attributes-with-*'.
8032 (tramp-handle-directory-files-and-attributes): Use them.
8033 (tramp-method-out-of-band-p): Additional parameter SIZE.
8034 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8035 (tramp-handle-write-region): Use it.
734db384 8036 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8037 (tramp-handle-vc-registered): Check, whether the first run did
8038 return files to be tested.
8039 (tramp-advice-make-auto-save-file-name): Do not call directly
8040 `tramp-handle-make-auto-save-file-name', because this would bypass
8041 the locking mechanism.
8042
734db384 8043 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
8044 (file-remote-p, process-file, start-file-process, set-file-times)
8045 (tramp-compat-file-attributes): Compatibility functions shall not
8046 call directly `tramp-handle-*', because this would bypass the
8047 locking mechanism.
8048 (tramp-compat-number-sequence): New defun.
8049
6e2ca895
GM
80502009-09-02 Glenn Morris <rgm@gnu.org>
8051
697c7714
GM
8052 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8053 alias for float-time.
8054 (time-to-number-of-days): In Emacs, use float-time.
8055 * net/newst-backend.el (time-add): Suppress warnings from compat
8056 function.
8057 * time.el (emacs-uptime, emacs-init-time):
8058 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8059 Use float-time rather than time-to-seconds.
8060
6e2ca895
GM
8061 * minibuffer.el (completion-initials-expand): Fix typo.
8062
8063 * faces.el (modeline, modeline-inactive, modeline-highlight)
8064 (modeline-buffer-id):
8065 * info.el (info-menu-5): Mark these face aliases as obsolete.
8066
ed17efec
NR
80672009-09-01 Nick Roberts <nickrob@snap.net.nz>
8068
8069 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8070 space ...
8071 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8072 no "--thread" option.
8073 (gdb-stopped): Don't print "Switched to thread" message when it is
8074 unchanged.
8075
fcb68f70
SM
80762009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * minibuffer.el (completion-try-completion)
8079 (completion-all-completions): Remove ill-defined (and
8080 mistakenly installed and luckily never used nor documented)
8081 `completion-styles' property.
8082 (completion-initials-expand, completion-initials-all-completions)
8083 (completion-initials-try-completion): New functions.
8084 (completion-styles-alist): Add doc to each entry.
8085 Add new `initials' entry.
8086
83318a6d
NR
80872009-09-01 Nick Roberts <nickrob@snap.net.nz>
8088
8089 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8090 MI command -var-evaluate-expression.
8091 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8092 and tweak for case of string child.
734db384 8093 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 8094
d63eb0e7
GM
80952009-09-01 Glenn Morris <rgm@gnu.org>
8096
c4f6e489
GM
8097 * add-log.el (change-log-date-face, change-log-name-face)
8098 (change-log-email-face, change-log-file-face, change-log-list-face)
8099 (change-log-conditionals-face, change-log-function-face)
8100 (change-log-acknowledgement-face):
8101 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8102 (custom-modified-face, custom-set-face, custom-changed-face)
8103 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8104 (custom-documentation-face, custom-state-face, custom-comment-face)
8105 (custom-comment-tag-face, custom-variable-tag-face)
8106 (custom-variable-button-face, custom-face-tag-face)
8107 (custom-group-tag-face-1, custom-group-tag-face):
8108 * diff-mode.el (diff-header-face, diff-file-header-face)
8109 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8110 (diff-added-face, diff-changed-face, diff-function-face)
8111 (diff-context-face, diff-nonexistent-face):
8112 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8113 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8114 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8115 (Info-title-4-face):
8116 * isearch.el (isearch-lazy-highlight-face):
8117 * log-view.el (log-view-file-face, log-view-message-face):
8118 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8119 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8120 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8121 (cvs-msg-face):
8122 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8123 (smerge-base-face, smerge-markers-face):
8124 * wid-edit.el (widget-documentation-face, widget-button-face)
8125 (widget-field-face, widget-single-line-field-face)
8126 (widget-inactive-face, widget-button-pressed-face):
8127 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8128 (woman-addition-face):
2fb1ec93
GM
8129 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8130 (eshell-ls-executable-face, eshell-ls-readonly-face)
8131 (eshell-ls-unreadable-face, eshell-ls-special-face)
8132 (eshell-ls-missing-face, eshell-ls-archive-face)
8133 (eshell-ls-backup-face, eshell-ls-product-face)
8134 (eshell-ls-clutter-face):
8135 * eshell/em-prompt.el (eshell-prompt-face):
8136 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 8137 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
8138 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8139 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8140 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8141 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8142 (antlr-font-lock-literal-face):
c4f6e489
GM
8143 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8144 (ebrowse-root-class-face, ebrowse-file-name-face)
8145 (ebrowse-default-face, ebrowse-member-attribute-face)
8146 (ebrowse-member-class-face, ebrowse-progress-face):
8147 * progmodes/make-mode.el (makefile-space-face):
8148 * progmodes/sh-script.el (sh-heredoc-face):
8149 * textmodes/flyspell.el (flyspell-incorrect-face)
8150 (flyspell-duplicate-face):
8151 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8152 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8153 Mark face aliases with "-face" suffix as obsolete.
8154
d80619fa
GM
8155 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8156 compiler.
8157
5f68c1b7
GM
8158 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8159 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8160 easy-menu-define wants to modify these.
8161
8162 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8163
8164 * net/browse-url.el (browse-url-file-url):
8165 * term/internal.el (dos-codepage-setup):
8166 Use default-value rather than default-enable-multibyte-characters.
8167
d80619fa 8168 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8169 * progmodes/flymake.el (flymake-highlight-line)
8170 (flymake-goto-file-and-line, flymake-goto-line):
8171 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8172 (gdb-goto-breakpoint):
8173 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8174 * progmodes/python.el (python-find-function)
8175 (python-pdbtrack-track-stack-file):
8176 * progmodes/verilog-mode.el (verilog-surelint-off):
8177 * term/ns-win.el (ns-open-file-select-line):
8178 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8179 Use forward-line rather than goto-line.
8180
d63eb0e7
GM
8181 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8182 * textmodes/reftex-index.el (reftex-display-index):
8183 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8184 * textmodes/reftex-toc.el (reftex-toc):
8185 Remove unnecessary bindings of default-major-mode (all are followed by
8186 major-mode check and possible mode switch).
8187
0afad278
NR
81882009-08-31 Nick Roberts <nickrob@snap.net.nz>
8189
8190 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8191 Handle watchpoints (bug#4282).
8192 (def-gdb-thread-buffer-command): Enable thread to be selected by
8193 clicking without selecting threads buffer first.
8194 (gdb-current-context-command): Use selected frame so that "up",
8195 "down" etc work in the GUD buffer.
8196 (gdb-update): Find selected frame before rendering stack buffer.
8197 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8198
4e135dd2
SM
81992009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * progmodes/sym-comp.el (displayed-completions): Remove.
8202 (symbol-complete): Use minibuffer-complete.
8203
e61eba34
GM
82042009-08-31 Glenn Morris <rgm@gnu.org>
8205
8206 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8207
734db384
SM
8208 * apropos.el (apropos-symbols-internal):
8209 Handle (obsolete) face aliases.
e61eba34
GM
8210
8211 * faces.el (describe-face): Adjust the output format to be more like
8212 describe-variable, and to mention (obsolete) face aliases.
8213 Adjust the whitespace so that help-setup-xref works.
8214
8215 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8216 * calendar/diary-lib.el (diary-button-face):
8217 Mark these face aliases as obsolete.
8218
8219 * calendar/calendar.el (calendar-today): Doc fix.
8220
4cf71456
NR
82212009-08-31 Nick Roberts <nickrob@snap.net.nz>
8222
8223 * progmodes/gdb-mi.el (gdb-control-all-threads)
8224 (gdb-control-current-thread): Force tool bar update.
8225 (gdb-non-stop-handler): New function.
8226 (gdb-init-1): Use it to test if non-stop mode is supported.
8227 Remove unused gdbmi buffer type.
8228
e61eba34 82292009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8230
8231 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8232 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8233
4324f7ca
NR
82342009-08-30 Nick Roberts <nickrob@snap.net.nz>
8235
8236 * comint.el (comint-exec-1): Check command is non-null first.
8237 Part of gdb-mi.el change (2009-08-28).
8238
a1bf889a
SM
82392009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8242
060c08b5
JB
82432009-08-30 Juanma Barranquero <lekktu@gmail.com>
8244
8245 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8246 instead of `dolist' to avoid a recursive require when bootstrapping.
8247
ab22be48
SM
82482009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8249
73ebf88f
SM
8250 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8251
80629cfc
SM
8252 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8253
206d0387 8254 * net/imap.el (imap-send-command): Simplify.
734db384 8255 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8256
844f7784
SM
8257 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8258
5ca4661e
SM
8259 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8260 with constant argument.
8261
c61dc887
SM
8262 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8263
7eb73deb
SM
8264 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8265
5fe443de
SM
8266 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8267 Change default, since most of our files don't have a history.
8268 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8269 the user.
8270
6444d64a
SM
8271 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8272 Add comint-run.
8273
5cb16bfc
SM
8274 * calc/calc.el: Improve commenting convention.
8275 (calc-digit-map, toplevel): Simplify.
8276
0aeb71a7
SM
8277 * comint.el (comint-insert-input): Be careful to only set point if we
8278 don't delegate to some other command.
8279
9a9af856
SM
8280 * proced.el (proced-signal-list): Make it an alist.
8281 (proced-grammar-alist): Capitalize names.
8282 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8283 Disable undo manually and make it read-only.
8284 Use completion-annotate-function.
8285
ab22be48
SM
8286 * minibuffer.el (minibuffer-message): If the current buffer is not
8287 a minibuffer, insert the message in the echo area rather than at the
8288 end of the buffer.
8289 (completion-annotate-function): New variable.
8290 (minibuffer-completion-help): Use it.
8291 (completion--embedded-envvar-table): Environment vars are
8292 always case-sensitive.
8293
4a948dbf
GM
82942009-08-30 Glenn Morris <rgm@gnu.org>
8295
8296 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8297 from fortran-current-defun.
8298 (fortran-beginning-of-subprogram): Be more precise about finding the
8299 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8300 (fortran-end-of-subprogram): Simplify.
8301 (fortran-current-defun): Use fortran-start-prog-re.
8302
486cf3b8
JB
83032009-08-29 Juanma Barranquero <lekktu@gmail.com>
8304
8305 * subr.el (do-after-load-evaluation): Simplify.
8306
db167d28
DN
83072009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8308
8309 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8310
8311 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8312 (vc-rcs-print-log): Use it.
8313
8314 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8315
efbc652a
SM
83162009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8317
2aa0e5bf
SM
8318 * paths.el (abbrev-file-name): Move to abbrev.el.
8319 * abbrev.el (abbrev-file-name): Move from paths.el.
8320 Obey user-emacs-directory.
8321 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8322 user-emacs-directory.
8323 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8324 abbrev-file-name and calc-settings-file any more.
8325 * startup.el (command-line): Recompute abbrev-file-name and
8326 abbreviated-home-dir.
8327 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8328 of the special code for when C-h bindings haven't been changed.
8329 (display-startup-echo-area-message): Use with-current-buffer.
8330 (command-line-1): Use a list of strings, rather than a list of lists
8331 of strings for longopts.
8332
51da8fe2
SM
8333 * files.el (get-free-disk-space): Use / for default-directory.
8334
0c3cc4dd
SM
8335 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8336 Use with-current-buffer.
8337
d988dbf6
SM
8338 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8339 Recognize immutable variables like most-positive-fixnum.
8340 (byte-compile-setq-default): Check and warn if trying to assign
8341 to an immutable variable, or a non-variable.
8342
efbc652a
SM
8343 * progmodes/cc-vars.el (c-comment-continuation-stars):
8344 * progmodes/cc-engine.el (c-looking-at-bos):
8345 * progmodes/cc-cmds.el (c-toggle-auto-state)
8346 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8347 (c-comment-line-break-function): Add version of obsolescence.
8348
d30a05d1
JL
83492009-08-28 Juri Linkov <juri@jurta.org>
8350
8351 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8352 associated with `archive-mode'.
8353
8354 * image.el (image-type-header-regexps): Use only JPEG magic number
8355 to determine JPEG images, and don't use `image-jpeg-p' because
8356 Emacs can display non-JFIF non-Exif JPEG images.
8357
1e8eecea
JB
83582009-08-28 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * arc-mode.el (archive-mode):
8361 * emacs-lisp/re-builder.el (re-builder-unload-function):
8362 Protect against the default value of `major-mode' being nil.
8363
dd4fbf56
JB
83642009-08-28 Juanma Barranquero <lekktu@gmail.com>
8365
8366 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8367 Fix typos in docstrings.
8368
8369 * progmodes/js.el (js--macro-decl-re): Doc fix.
8370 (js--plain-method-re, js--split-name): Refloc docstring.
8371 (js--class-styles, js--make-merged-item, js--splice-into-items):
8372 Fix typos in docstrings; reflow docstrings.
8373 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8374 (js--variable-decl-matcher, js--inside-pitem-p)
8375 (js--parse-state-at-point, js--get-all-known-symbols)
8376 (js--symbol-history, js-find-symbol, js--js-references)
8377 (js--moz-interactor, js--js-encode-value, js--read-tab):
8378 Fix typos in docstrings.
8379
72f16325
SM
83802009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8381
14acf2f5
SM
8382 * textmodes/reftex.el (reftex-get-file-buffer-force):
8383 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8384 * emulation/viper.el (viper-go-away, viper-set-hooks):
8385 * emacs-lisp/re-builder.el (re-builder-unload-function):
8386 * emacs-lisp/bytecomp.el (byte-compile-file):
8387 * ses.el (ses-unload-function):
8388 * hexl.el (hexl-find-file):
8389 * files.el (normal-mode):
8390 * ehelp.el (with-electric-help):
8391 * autoinsert.el (auto-insert-alist):
8392 * arc-mode.el (archive-mode):
8393 Use (default-value 'major-mode) instead of default-major-mode.
8394
72f16325
SM
8395 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8396 * international/mule.el (load-with-code-conversion):
8397 * emacs-lisp/debug.el (debug):
8398 * ediff-vers.el (ediff-rcs-get-output-buffer):
8399 * dired.el (dired-internal-noselect): Don't let-bind
8400 default-major-mode around code that doesn't use it.
8401 E.g. buffer creation via get-buffer-create doesn't use it.
8402
aa485f7c
MA
84032009-08-28 Michael Albinus <michael.albinus@gmx.de>
8404
8405 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8406 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8407 when writing the temp file. Otherwise, epa-file gets confused.
8408 (tramp-register-file-name-handlers): Make it a defun. Move also
8409 `epa-file-handler' to the front of `file-name-handler-alist'.
8410
84112009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8414 start right after a ^M.
8415 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8416 (tramp-completion-file-name-regexp-separate)
8417 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
8418 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8419 Don't modify last-coding-system-used by accident.
aa485f7c
MA
8420 (tramp-completion-file-name-handler): Apply the checks here,
8421 instead during registration.
48c2d18a 8422 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
8423 `tramp-register-file-name-handler'. Register both
8424 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8425 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8426
3f0c2b92
NR
84272009-08-28 Nick Roberts <nickrob@snap.net.nz>
8428
72f16325
SM
8429 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8430 Remove variable ...
3f0c2b92
NR
8431 (gdb-init-1, gdb-display-separate-io-buffer)
8432 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8433 references to it.
8434 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8435 (gdb-inferior-filter): Use comint-output-filter to stop
8436 echoing and remove ^M characters.
8437
705e5bd9
SM
84382009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8439
009fdc2e
SM
8440 * emulation/viper-init.el (viper-restore-cursor-type):
8441 * emulation/cua-base.el (cua--update-indications):
8442 Replace default-cursor-type with (default-value 'cursor-type).
8443
b56a5ae0
SM
8444 * mail/sendmail.el (mail-recover-1):
8445 * international/mule-diag.el (describe-current-coding-system-briefly)
8446 (describe-current-coding-system):
8447 * international/mule-cmds.el (select-safe-coding-system)
8448 (select-message-coding-system)
8449 (set-language-environment-coding-systems, set-locale-environment):
8450 * hexl.el (hexl-insert-multibyte-char):
8451 * dos-w32.el (find-buffer-file-type-coding-system):
8452 * simple.el (what-cursor-position):
8453 Replace uses of default-buffer-file-coding-system
8454 with (default-value 'buffer-file-coding-system).
8455
de70529f
SM
8456 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8457 Replace uses of default-cursor-in-non-selected-windows
8458 with (default-value 'cursor-in-non-selected-windows).
8459 Use with-current-buffer.
8460
705e5bd9
SM
8461 * mail/feedmail.el: Use CL macros.
8462 (feedmail-run-the-queue, feedmail-send-it-immediately):
8463 * dos-w32.el (find-buffer-file-type): Replace uses of
8464 default-buffer-file-type with (default-value 'buffer-file-type).
8465
4d985ac2
GM
84662009-08-28 Glenn Morris <rgm@gnu.org>
8467
8468 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8469 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8470 Use default-value of major-mode rather than default-major-mode.
8471
17c15b81
SM
84722009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8473
3a68ab06
SM
8474 * Makefile.in (update-elcfiles): Report left over elc files.
8475
9421bdd1
SM
8476 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8477 expand-file-name and with-current-buffer.
8478 (mail-get-names, mail-directory): Use with-current-buffer.
8479
17c15b81
SM
8480 * vc.el (vc-read-revision): New function.
8481 (vc-version-diff, vc-merge): Use it.
8482
ba83a64e
SS
84832009-08-27 Sam Steingold <sds@gnu.org>
8484
8485 * simple.el (kill-do-not-save-duplicates): New user option.
8486 (kill-new): When it is non-nil, and the new string is the same as
8487 the latest kill, set replace to t to avoid duplicates in kill-ring.
8488
be3e598a 84892009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
8490
8491 * net/tramp.el (tramp-handle-process-file): Do not flush all
8492 caches when `process-file-side-effects' is set.
8493 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
8494 instead of `tramp-find-file-exists-command'.
8495 Unset `process-file-side-effects'.
d5b5c94a
MA
8496
84972009-08-27 Michael Albinus <michael.albinus@gmx.de>
8498
8499 * net/tramp.el (tramp-methods): New method "rsyncc".
8500 (top): Add completion function for "rsyncc".
8501 (tramp-message-show-message): New defvar.
8502 (tramp-message, tramp-error): Use it.
8503 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8504 remote copying.
8505 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8506 `tramp-methods' entry `copy-env' of "rsyncc".
8507 (tramp-vc-registered-read-file-names): New defconst.
8508 (tramp-vc-registered-file-names): New defvar.
8509 (tramp-handle-vc-registered): Implement optimization strategy.
8510 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8511 (tramp-vc-file-name-handler): New defun.
8512 (tramp-get-ls-command, tramp-get-test-command)
8513 (tramp-get-file-exists-command, tramp-get-remote-ln)
8514 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 8515 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
8516
8517 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8518 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8519 timestamps.
8520 (tramp-get-file-property): Check for timestamps in
8521 `tramp-cache-inhibit-cache'.
8522 (tramp-set-file-property): Write timestamp.
8523
1339cf20
KH
85242009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8525
8526 * language/japan-util.el (japanese-symbol-table): Add entries for
8527 cp932-2-byte.
8528
8529 * international/characters.el: Add category `j' to cp932-2-byte.
8530
726e3f1d
KH
85312009-08-27 Kenichi Handa <handa@m17n.org>
8532
8533 * international/fontset.el (build-default-fontset-data): New macro.
8534 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 8535 tibetan, ethiopic, and ipa.
726e3f1d 8536
4e3b4528
SM
85372009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8538
8539 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8540 (enable-multibyte-characters): Not customizable any more.
8541
8542 * subr.el (default-mode-line-format, default-header-line-format)
8543 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8544 (default-direction-reversed, default-truncate-lines)
8545 (default-left-margin, default-tab-width, default-case-fold-search)
8546 (default-left-margin-width, default-right-margin-width)
8547 (default-left-fringe-width, default-right-fringe-width)
8548 (default-fringes-outside-margins, default-scroll-bar-width)
8549 (default-vertical-scroll-bar, default-indicate-empty-lines)
8550 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8551 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8552 (default-scroll-down-aggressively, default-fill-column)
8553 (default-cursor-type, default-buffer-file-type)
8554 (default-cursor-in-non-selected-windows)
8555 (default-buffer-file-coding-system, default-major-mode)
8556 (default-enable-multibyte-characters): Mark as obsolete.
8557
b3cca6a6
DN
85582009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8559
652cc1a2
DN
8560 * vc-dir.el (vc-dir-update): Remove debug helper.
8561
b3cca6a6
DN
8562 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8563
4ed8c7aa
SS
85642009-08-26 Sam Steingold <sds@gnu.org>
8565
8566 * simple.el (save-interprogram-paste-before-kill): New user option.
8567 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8568 save the interprogram-paste into kill-ring before overriding it
8569 with the Emacs kill.
8570
3b64d86b
DN
85712009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8572
8573 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8574 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8575 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8576 and move to vc-rcs.el.
8577 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8578 move to vc-rcs.el.
8579 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8580 (vc-rcs-update-changelog): Remove.
8581 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8582 and move to vc-rcs.el.
8583
8584 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8585 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8586 renaming.
8587 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 8588 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
8589 vc.el, renamed to be RCS specific.
8590
72f16325
SM
8591 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8592 New functions.
8593 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
8594
8595 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8596 New functions.
8597
636a36a0
SM
85982009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8601
239b3340
DN
86022009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8603
b91f0762 8604 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
8605 (vc-git-stash, vc-git-stash-show): New functions.
8606 (vc-git-extra-menu-map): Bind them.
b91f0762 8607
b8e54362
DN
8608 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8609 directory correctly in case the item is a directory itself.
8610
239b3340
DN
8611 * vc.el: Document the desired behavior for reverted files in the
8612 `added' state.
dc810649
DN
8613 (vc-default-prettify-state-info): Remove function, unused.
8614
8615 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 8616
e49c0179
GM
86172009-08-26 Glenn Morris <rgm@gnu.org>
8618
8619 * bindings.el (standard-mode-line-format): Reposition dashes in
8620 which-func entry. (Bug#4217)
8621
3029e594
GM
8622 * files.el (enable-local-variables, enable-local-eval)
8623 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8624 the defcustoms.
8625 (auto-mode-alist, ignored-local-variables)
8626 (save-some-buffers-action-alist): Move risky declarations to the
8627 definitions.
8628 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8629 (font-lock-defaults, format-alist, imenu--index-alist)
8630 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8631 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8632 (mode-line-modified, mode-line-mule-info, mode-line-position)
8633 (mode-line-process, mode-line-remote, outline-level)
8634 (parse-time-rules, rmail-output-file-alist)
8635 (special-display-buffer-names, vc-mode):
8636 Move risky declarations to the relevant files.
72f16325
SM
8637 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8638 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
8639 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8640 * font-core.el (font-lock-defaults):
8641 * format.el (format-alist):
8642 * vc-hooks.el (vc-mode):
8643 * window.el (special-display-buffer-names):
8644 * international/mule-cmds.el (input-method-alist):
8645 Define riskiness here (dumped file) rather than in files.el.
8646 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8647 * imenu.el (imenu-generic-expression, imenu--index-alist):
8648 * outline.el (outline-level):
8649 * time.el (display-time-string):
8650 * calendar/parse-time.el (parse-time-rules):
8651 * mail/rmailout.el (rmail-output-file-alist):
8652 Autoload riskiness here, rather than placing in files.el.
8653
8476cfaf
SM
86542009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8655
8656 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8657
0b35b48e
MA
86582009-08-25 Michael Albinus <michael.albinus@gmx.de>
8659
8660 * simple.el (process-file-side-effects): New defvar.
8661
8662 * dired-aux.el (dired-show-file-type):
8663 * vc.el (vc-diff-internal):
8664 * vc-arch.el (vc-arch-diff):
8665 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8666 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8667 * vc-git.el (vc-git-registered, vc-git-working-revision)
8668 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8669 (vc-git--empty-db-p):
8670 * vc-hooks.el (vc-user-login-name):
8671 * vc-svn.el (vc-svn-registered, vc-svn-state)
8672 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8673 * progmodes/grep.el (grep-probe): Let-bind
8674 `process-file-side-effects' with nil.
8675
8676 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8677
8678 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8679 daemon. Replace ping by checking for running service for bluez
8680 and zeroconf. (Bug#4239)
8681
d54cc599
GM
86822009-08-25 Kevin Ryde <user42@zip.com.au>
8683
8684 * net/dig.el (dig): Add autoload cookie.
8685
7bfd055d
GM
86862009-08-25 Glenn Morris <rgm@gnu.org>
8687
bac9c66c
GM
8688 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8689 load-history for absolute file-names.
8690 (byte-compile-file-form-require): Warn about use of the cl package.
8691
7bfd055d
GM
8692 * format.el (format-alist): Doc fix.
8693
5ac1f9e0
GM
8694 * play/bubbles.el (top-level): Don't require cl at run-time.
8695
af62aa88
GM
8696 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8697 run-time cl).
8698
71e036af
DD
86992009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8700
8701 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8702 from cl package.
8703 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8704
42110eaf
JB
87052009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8706
8707 * calc/calc-alg.el (math-trig-rewrite)
8708 (math-hyperbolic-trig-rewrite): New functions.
8709 (calc-simplify): Simplify trig functions when asked.
8710
88421f3e
SM
87112009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8714
dbd9624e
KH
87152009-08-24 Kenichi Handa <handa@m17n.org>
8716
8717 * language/ind-util.el (mapthread): Delete it.
8718 (combinatorial): New function.
8719 (indian--puthash-cv): Use combinatorial instead of mapthread.
8720
9b89e3ee
GM
87212009-08-22 Kevin Ryde <user42@zip.com.au>
8722
8723 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8724 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8725 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8726 Clarify docstring that the value is strings not symbols.
8727 (checkdoc-list-of-strings-p): New function.
8728
e6ce8c42
GM
87292009-08-22 Glenn Morris <rgm@gnu.org>
8730
2ddf2ea6 8731 * files.el (auto-mode-alist):
a3374680
GM
8732 * hippie-exp.el (he-concat-directory-file-name):
8733 * lpr.el (lpr-windows-system, printer-name):
8734 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8735 * ps-print.el (ps-windows-system):
8736 * startup.el (command-line):
8737 * emulation/viper-ex.el (viper-glob-function):
8738 * international/mule-cmds.el (set-language-environment-coding-systems):
8739 * net/ange-ftp.el (ange-ftp-write-region):
8740 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 8741 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
8742 unisoft-unix, vax-vms, win32, w32.
8743
977955fa
GM
8744 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8745 given name if the pattern is not more specific.
8746
b4deec2e
GM
8747 * calendar/lunar.el (lunar-phase-names): New option.
8748 (lunar-phase): Doc fix.
8749 (lunar-cycles-per-year): New constant.
8750 (lunar-index): New function.
8751 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8752 (lunar-phase-name): Use lunar-phase-names.
8753 (calendar-lunar-phases): Use format.
8754 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8755
47e83968
GM
8756 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8757 Copy imenu-example--name-and-position function here for own use.
8758 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8759
e6ce8c42
GM
8760 * bs.el (bs--redisplay):
8761 * cus-edit.el (custom-redraw):
8762 * ibuffer.el (ibuffer-bury-buffer):
8763 * server.el (server-goto-line-column):
8764 * startup.el (command-line-1):
8765 * strokes.el (strokes-xpm-for-stroke):
8766 * term.el (term-display-buffer-line):
8767 * view.el (View-goto-line):
8768 * calc/calc.el (calc-do, calc-trail-buffer):
8769 * play/gamegrid.el (gamegrid-add-score-insecure):
8770 * progmodes/ada-mode.el (ada-compile-goto-error):
8771 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8772 (ebrowse-select-1st-to-9nth):
47e83968 8773 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
8774 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8775 * progmodes/gud.el (gud-display-line):
8776 (idlwave-shell-display-line):
8777 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8778 * progmodes/make-mode.el (makefile-browser-toggle):
8779 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8780 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8781 * textmodes/picture.el (picture-draw-rectangle):
8782 * textmodes/reftex-index.el (reftex-index-goto-letter):
8783 (reftex-select-jump-to-previous):
8784 * textmodes/reftex-sel.el (reftex-find-start-point)
8785 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8786 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8787 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8788 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8789 * textmodes/two-column.el (2C-associated-buffer):
8790 Use forward-line rather than goto-line.
8791
8792 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8793 goto-line.
8794
4b18bdb3
GM
8795 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8796 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8797 (quick-check-list-to-regexp): Declare.
e6ce8c42 8798
72f16325
SM
8799 * progmodes/make-mode.el (makefile-browser-insert-selection):
8800 Use goto-char rather than goto-line.
e6ce8c42
GM
8801
8802 * progmodes/prolog.el (compilation-error-regexp-alist)
8803 (compilation-forget-errors): Declare.
8804
32a2cf25
JL
88052009-08-22 Juri Linkov <juri@jurta.org>
8806
8807 * progmodes/grep.el (lgrep, rgrep): At the beginning
8808 set `dir' to `default-directory' unless `dir' is a non-nil
8809 readable directory. (Bug#4052)
8810 (lgrep, rgrep): Change a weird way to report an error
8811 from using `read-string' to using `error'.
8812 Instead of using interactive arguments in the function body,
8813 add new argument `confirm'.
8814
5443c9b7
SM
88152009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8816
cb5b40ee
SM
8817 * textmodes/remember.el (remember-buffer):
8818 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8819 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8820 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
8821 * net/newst-treeview.el (newsticker-groups-filename):
8822 * net/newst-backend.el (newsticker-cache-filename):
8823 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8824 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8825 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8826 (speedbar-buffers-line-path, speedbar-path-line)
8827 (speedbar-buffers-line-path):
8828 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8829 (epg-sign-keys):
8830 * epa.el (epa-display-verify-result):
8831 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8832
d6261cc1
GM
88332009-08-21 Glenn Morris <rgm@gnu.org>
8834
3e1ea342
GM
8835 * progmodes/js.el (inferior-moz-process): Fix declaration.
8836
ce86eeb5
GM
8837 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8838
fff28970
GM
8839 * obsolete/rnewspost.el (news-mail-reply):
8840 Use goto-char rather than goto-line.
8841
d93e053b
GM
8842 * term/ns-win.el (ns-open-file-select-line):
8843 Use line-beginning-position rather than goto-line.
8844
d5d105e8
GM
8845 * apropos.el (apropos-command):
8846 * ehelp.el (electric-helpify):
8847 * printing.el (pr-show-setup):
8848 * strokes.el (strokes-help):
8849 * tutorial.el (tutorial--describe-nonstandard-key)
8850 (tutorial--detailed-help):
8851 * woman.el (woman-mini-help, woman-display-extended-fonts):
8852 * calc/calc-help.el (calc-describe-key):
8853 * emulation/edt.el (edt-electric-helpify):
8854 * international/mule-diag.el (mule-diag):
8855 * play/yow.el (apropos-zippy):
8856 * progmodes/python.el (python-describe-symbol):
8857 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8858 * textmodes/table.el (*table--cell-describe-mode)
8859 (*table--cell-describe-bindings):
8860 Use help-print-return-message rather than the now obsolete alias.
8861
a8ab722f 8862 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
8863 (calendar-cursor-to-visible-date):
8864 * play/5x5.el (5x5-position-cursor):
8865 * play/decipher.el (decipher):
8866 * play/gomoku.el (gomoku-goto-xy):
8867 * play/landmark.el (lm-goto-xy):
8868 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8869 (mpuz-paint-digit):
8870 Use forward-line, not goto-line.
a8ab722f 8871
d6261cc1
GM
8872 * mail/rmail.el (rmail-obsolete): Delete custom group.
8873 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8874 (rmail-remote-password, rmail-remote-password-required):
8875 Remove unneeded :set-after and :set properties.
8876
9e846523
MA
88772009-08-21 Michael Albinus <michael.albinus@gmx.de>
8878
8879 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8880
bbe1f502
DN
88812009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8882
bcc5db24
DN
8883 * loadup.el: Remove leftover macos code.
8884
bbe1f502
DN
8885 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8886 Explicitly pass the date format to git blame so that user local
8887 so that the output format can be parsed.
8888
6fd2d19a
MA
88892009-08-20 Michael Albinus <michael.albinus@gmx.de>
8890
8891 * net/dbus.el (top): Don't check for (getenv
8892 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8893
31764e15
SM
88942009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8895
8896 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 8897 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 8898
28930e39
SM
88992009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8900
4fd15622 8901 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 8902 Bug#3287
4fd15622 8903
b3d8e4a0
SM
8904 * help.el (help-print-return-message): Rename from
8905 print-help-return-message.
8906
c9829c70
SM
8907 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8908 cvs-mode-map parent hack.
8909 (log-view-mode): Derive from special-mode.
8910
b932657b
SM
8911 * linum.el (linum-mode): window-size-change-functions is redundant.
8912 Adapt to new window-configuration-change-hook behavior.
8913 (linum-after-size, linum-after-config): Remove.
8914
1b700bca
SM
8915 * imenu.el (imenu-example--name-and-position)
8916 (imenu-example--lisp-extract-index-name)
8917 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8918 Mark as obsolete.
8919
28930e39
SM
8920 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8921 (inferior-prolog-mode): Use it.
8922 (inferior-prolog-load-file): Reset list of errors.
8923
c9af0b68
KH
89242009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8925
8926 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8927
8928 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8929
720c7cd6
MA
89302009-08-19 Michael Albinus <michael.albinus@gmx.de>
8931
8932 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8933 is running already.
8934
03a74b84
SM
89352009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * subr.el (listify-key-sequence-1): Use normal syntax since those
8938 integers are nowadays always represented by the same (positive) number
8939 on all platforms.
8940 (read-key-empty-map): New const.
8941 (read-key-delay): New var.
8942 (read-key): New function.
8943 (force-mode-line-update): Use with-current-buffer.
8944 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8945 (start-process-shell-command, start-file-process-shell-command):
8946 Discourage the use of command-args.
8947
f43e88d4
GM
89482009-08-19 Glenn Morris <rgm@gnu.org>
8949
8950 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8951
890429cc
SM
89522009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8953
85be9ec4
SM
8954 * simple.el (choose-completion-string): Don't rely on
8955 minibuffer-completing-file-name and ad-hoc checks to decide whether
8956 to continue completion or not.
8957
890429cc
SM
8958 * minibuffer.el (minibuffer-hide-completions): New function.
8959 (completion--do-completion): Use it.
8960 (completions-annotations): New face.
8961 (completion--insert-strings): Use it.
8962 (completion-pcm--delim-wild-regex): Add docstring.
8963 (completion-pcm--string->pattern): Add support for 0-width delimiters
8964 in completion-pcm--delim-wild-regex.
8965
265d4549
SM
89662009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8967
d440b941
SM
8968 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8969 Remove unused var `buffer-modified-p'.
8970
265d4549
SM
8971 * minibuffer.el (completion--do-completion): Move point for the #b001
8972 case as well (bug#4176).
8973 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8974
ba6f7d86
MA
89752009-08-18 Michael Albinus <michael.albinus@gmx.de>
8976
8977 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8978 and :session buses.
8979
98819490
KH
89802009-08-18 Kenichi Handa <handa@m17n.org>
8981
265d4549
SM
8982 * international/ucs-normalize.el (ucs-normalize-version):
8983 Change to 1.1.
58627cf0
KH
8984 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8985 (utf-8-hfs): Make it perform normalization on encoding too.
8986
98819490
KH
8987 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8988 (sentence-end-without-space): Delete duplicated chars.
8989 (sentence-end-base): Likewise.
e739cc85
KH
8990
8991 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8992 (html-mode): Delete duplicated chars from sentence-end-base.
8993
8994 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8995 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 8996
645b9326
CY
89972009-08-17 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * files.el (hack-one-local-variable): If the mode function is for
9000 a minor mode, pass it an argument (Bug#4148).
9001
56c195af
MA
90022009-08-17 Michael Albinus <michael.albinus@gmx.de>
9003
9004 * net/tramp.el (tramp-register-completion-file-name-handler):
9005 Check also for (member 'partial-completion completion-styles).
9006
7a55c78b
CY
90072009-08-16 Chong Yidong <cyd@stupidchicken.com>
9008
9009 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9010 abbrev (Bug#3943).
9011
be3e598a 90122009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9013
9014 * progmodes/cperl-mode.el: Merge upstream 6.2.
9015 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9016 (cperl-forward-re): Check cperl-brace-recursing.
9017 (cperl-highlight-charclass): New function.
9018 (cperl-find-pods-heres): Use it.
31cd2dd4 9019 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9020 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9021 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9022 (cperl-beautify-level): Don't process entire regexp.
9023 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9024 calling man.
9025 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9026 (cperl-init-faces): Build a list in the normal way.
9027
81b1f9c9
CY
90282009-08-16 Chong Yidong <cyd@stupidchicken.com>
9029
9030 * calendar/parse-time.el (parse-time-string-chars): Save match
9031 data.
9032
c3732cb8
SM
90332009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9034
55659495
SM
9035 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9036 (sql-product): Use it.
9037 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9038 (sql-set-product): Add completion.
9039 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9040 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9041 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9042 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9043 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9044 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9045 (sql-highlight-db2-keywords): Remove.
9046 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9047 (sql-highlight-product): Use derived-mode-p.
9048 (sql-set-sqli-buffer): Use with-current-buffer.
9049 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9050 Simplify.
9051
1ae79427
SM
9052 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9053
c3732cb8
SM
9054 * term.el: Fix commenting convention, turn comments into docstrings.
9055
f24b8bf3
CY
90562009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9057
9058 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9059
7b6fefac 90602009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 9061
1200ac26 9062 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
9063 character classes, to handle non-ascii characters (Bug#3190).
9064
90652009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 9066
1abbe4e5
CY
9067 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9068 another heredoc if the user adds another < (Bug#3226).
9069
c3732cb8
SM
9070 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9071 Don't initialize based on window-system (Bug#4124).
19261da4 9072
daad00fc
CY
9073 * facemenu.el (facemenu-read-color): Use a completion function
9074 that accepts any defined color, such as RGB triplets (Bug#3677).
9075
e1bdde78
CY
9076 * files.el (get-free-disk-space): Change fallback default
9077 directory to /. Expand DIR argument before switching to fallback.
9078 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9079
9d73a99e
CY
90802009-08-15 Chong Yidong <cyd@stupidchicken.com>
9081
9082 * files.el (load-library): Doc fix.
9083
68b962d4 90842009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 9085
953e0c1a 9086 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 9087 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 9088 incremental search string.
9d73a99e 9089
c3732cb8 9090 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 9091 XEmacs.
9d73a99e 9092
c3732cb8
SM
9093 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9094 (ediff-merge-region-is-non-clash)
9095 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 9096 Also check if the job is really a merge job.
9d73a99e 9097
c3732cb8 9098 * ediff.el (ediff-current-file): New function.
9d73a99e 9099
2e330adc
CY
91002009-08-15 Chong Yidong <cyd@stupidchicken.com>
9101
9102 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9103 conventions.
c3732cb8 9104 (js-insert-and-indent): Delete function.
2e330adc
CY
9105 (js-mode-map): Don't bind keys to js-insert-and-indent.
9106 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9107 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 9108 (js-auto-indent-flag): Delete variable.
2e330adc 9109
17b5d0f7
CY
91102009-08-14 Chong Yidong <cyd@stupidchicken.com>
9111
c3732cb8
SM
9112 * progmodes/js.el: Remove proclaim statement.
9113 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 9114
ba2d8894
CY
9115 * files.el (auto-mode-alist): Use js-mode for .js files.
9116
c3732cb8 9117 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
9118
9119 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9120
9121 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9122
c3732cb8 9123 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
9124
91252009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 9126 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
9127
9128 * progmodes/js.el: New file.
9129
b6377f1d
MH
91302009-08-14 Mark A. Hershberger <mah@everybody.org>
9131
9132 * timezone.el (timezone-parse-date): Add ability to understand ISO
9133 basic format (minimal separators) dates in addition to the
9134 already-supported extended format dates.
9135
bc0eef46
EZ
91362009-08-14 Eli Zaretskii <eliz@gnu.org>
9137
4e021e65
EZ
9138 * international/ucs-normalize.el: Add a `coding' file variable.
9139
bc0eef46
EZ
9140 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9141
53dab179
SS
91422009-08-14 Sam Steingold <sds@gnu.org>
9143
6801c38a 9144 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 9145
6c58c39c
CY
91462009-08-13 Chong Yidong <cyd@stupidchicken.com>
9147
9148 * faces.el (help-argument-name): Define it here instead of
9149 help-fns.el, because in daemon mode help-fns.el may be loaded when
9150 faces are still uninitialized (Bug#1078).
9151
9152 * help-fns.el (help-argument-name): Move defface to faces.el.
9153
c7baf7e9
NR
91542009-08-13 Nick Roberts <nickrob@snap.net.nz>
9155
9156 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9157 create buffer with a pty but no process so that GDB can make the
9158 inferior the controlling process.
9159
9c40e995 91602009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9161
9162 * international/ucs-normalize.el: New file.
9163
8cdba32b
RS
91642009-08-13 Richard Stallman <rms@gnu.org>
9165
5c950923
RS
9166 * mail/rmail.el (rmail-get-attr-names):
9167 Accept an attribute header that is too short.
9168
76e1e40b
RS
9169 * mail/rmail.el (rmail-forget-messages):
9170 Ignore nil elt in rmail-message-vector. Use dotimes.
9171
1fc01b08
RS
9172 * progmodes/compile.el (compilation-goto-locus):
9173 Use next-error-move-function.
9174
8cdba32b
RS
9175 * simple.el (next-error-move-function): New variable.
9176
99910cf4
JL
91772009-08-12 Juri Linkov <juri@jurta.org>
9178
9179 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9180 always non-nil. (Bug#4052)
9181
9182 * replace.el (read-regexp): Return empty string when
9183 `default-value' is nil.
9184 (keep-lines-read-args): Don't use empty string as the
9185 default value for `read-regexp'. (Bug#2495)
9186
fc5bdf6c
JL
91872009-08-12 Juri Linkov <juri@jurta.org>
9188
9189 * international/mule-cmds.el (ucs-insert): Change arguments
9190 from `arg' to `character', `count', `inherit' to be the same
9191 as in `insert-char'. Doc fix. (Bug#4039)
9192
9193 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9194
77748848
JL
91952009-08-12 Juri Linkov <juri@jurta.org>
9196
9197 * files-x.el: New file.
9198
9199 * files.el: Move code that deals with adding/deleting
9200 file/directory-local variables to files-x.el.
9201
9202 * Makefile.in (ELCFILES): Add files-x.elc.
9203
c8a44c4e
DD
92042009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9205
27a9fd5a
DD
9206 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9207 to use `goto-line'.
9208 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9209 `goto-line'.
9210 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9211 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9212 threads list.
107ef54a 9213 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9214 (gdb-starting): Moved -data-list-register-names...
9215 (gdb-stopped): ...here so it's sent when first thread stops.
9216 (gdb-registers-handler-custom): Do nothing if register names are
9217 unknown yet.
27a9fd5a 9218
c8a44c4e
DD
9219 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9220 from `gdb-mi.el' to avoid extra tangling.
9221
9222 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9223 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9224 (gdb-update-gud-running): No extra fuss for updating frame number.
9225
dfd4e693
SM
92262009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9227
51c4341f
SM
9228 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9229 (describe-language-environment-map, setup-language-environment-map)
9230 (set-coding-system-map): Move initialization into declaration.
9231 (set-language-info-alist): Last arg to define-key-after can be skipped.
9232
9233 * international/quail.el (quail-completion-1): Simplify.
9234 (quail-define-rules): Use slightly more compact code.
9235 (quail-insert-decode-map): Propertize keys, compact columns.
9236
dfd4e693
SM
9237 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9238 Add goto-line.
9239
83326559
MB
92402009-08-10 Miles Bader <miles@gnu.org>
9241
9242 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9243 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9244 (js2-instance-member, js2-private-member, js2-private-function-call)
9245 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9246 (js2-magic-paren, js2-external-variable):
9247 Remove "-face" suffix from face names.
9248 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9249 (js2-highlight-undeclared-vars, js2-peek-token)
9250 (js2-parse-function-params, js2-mode-show-errors)
9251 (js2-mode-show-warnings, js2-make-magic-delimiter)
9252 (js2-mode-highlight-magic-parens): Update to use new face names.
9253
8e754ea2
MA
92542009-08-09 Michael Albinus <michael.albinus@gmx.de>
9255
9256 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9257 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9258
1c292fc7
CY
92592009-08-09 Chong Yidong <cyd@stupidchicken.com>
9260
18d433a7
CY
9261 * subr.el: Provide hashtable-print-readable.
9262
1c292fc7
CY
9263 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9264 hs-c-like-adjust-block-beginning.
9265 (hs-hide-block-at-point): Stop hiding at the beginning of
9266 hs-block-end-regexp (Bug#700).
9267
2db0ae07
DD
92682009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9269
9270 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9271 a macro.
9272 (gdb-registers-handler-custom): Do not fail when register names
9273 are unavailable.
9274
fe4740a6
DD
92752009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9276
9277 * progmodes/gdb-mi.el (gdb-control-all-threads)
9278 (gdb-control-current-thread): Interactive setters for
9279 `gdb-gud-control-all-threads' to use in menu.
9280 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9281 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9282 gud/thread.xpm and gud/all.xpm.
9283
ce299d55
CY
92842009-08-08 Yoni Rabkin <yoni@rabkins.net>
9285
9286 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9287 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9288 (net-utils-mode): New mode for viewing diagnostic network output.
9289 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9290 (net-utils-run-simple): New function.
9291 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9292
7c4654ad
DD
92932009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9294
9295 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9296 (gdb-memory-set-address, def-gdb-set-positive-number)
9297 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9298 after changing settings.
9299 (gdb-invalidate-disassembly): Update when first shown.
9300 (gdb-edit-locals-value): Fixed.
9301 (gdb-registers-handler-custom): Print registers in right order and
9302 allow changing register values (only for current thread yet).
9cbac26b
DD
9303 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9304 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9305 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9306 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9307 info in mode name.
9308 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 9309
0f25a277
EZ
93102009-08-08 Eli Zaretskii <eliz@gnu.org>
9311
9312 * mail/rmail.el (rmail-add-mbox-headers)
9313 (rmail-set-message-counters-counter): Search for
9314 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9315
b971be60
GM
93162009-08-08 Glenn Morris <rgm@gnu.org>
9317
9318 * Makefile.in (ELCFILES): Update.
9319
a35d3ad8
EZ
93202009-08-07 Eli Zaretskii <eliz@gnu.org>
9321
60c2df40
EZ
9322 * mail/sendmail.el (mail-yank-original): Set
9323 buffer-file-coding-system from the one used by the message whose
9324 text is yanked.
9325
8b0bcc2e
EZ
9326 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9327 to "windows" when "pgnuplot" is used.
9328 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9329 call accept-process-output if "pgnuplot" is used.
9330 (calc-graph-init): Don't send -display and -geometry to
9331 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9332 running "pgnuplot -V" with shell-command-to-string.
9333
9334 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9335 the default.
9336
93372009-08-07 Eli Zaretskii <eliz@gnu.org>
9338
9339 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
9340 org/org-latex.elc.
9341
3bca7ca5
DN
93422009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9343
3c53763c
DN
9344 * vc-dispatcher.el (vc-resynch-window): Update comment.
9345
3bca7ca5
DN
9346 * term.el (term-handle-ansi-escape): Add comments with the
9347 terminfo capabilities implemented.
9348
7b217360
DD
93492009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9350
9351 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9352 (gdb-var-create-handler): Rewritten using JSON parser.
9353 (gdb-propertize-header): Moved earlier.
9354 (gdb-set-header): Removed to avoid duplication.
9355 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9356 Refresh disassembly buffers only after threads list have been
9357 update.
9358 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9359 variables.
9360
b4d84ecf
JL
93612009-08-04 Juri Linkov <juri@jurta.org>
9362
9363 * files.el: Commands to add/delete file/directory-local variables.
9364 (read-file-local-variable, read-file-local-variable-value)
9365 (read-file-local-variable-mode, modify-file-local-variable)
9366 (modify-file-local-variable-prop-line)
9367 (modify-dir-local-variable): New functions.
9368 (add-file-local-variable, delete-file-local-variable)
9369 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9370 (add-dir-local-variable, delete-dir-local-variable)
9371 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9372 (copy-dir-locals-to-file-locals-prop-line): New commands.
9373
42da39c1
CY
93742009-08-04 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * abbrev.el (insert-abbrev-table-description): Prettify output.
9377 Suggested by Karl Chen.
9378
98bf8494
DD
93792009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9380
78b9fb28 9381 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 9382 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
9383 (gdb-overlay-arrow-position, gdb-thread-position)
9384 (gdb-disassembly-position): Declare variables.
9385 (gdb-wait-for-pending): Function now.
9386 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9387 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9388 compilation goes smoothly.
9389 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9390 (gdb-non-stop-setting): New customization setting which replaces
9391 `gdb-non-stop' so changing it doesn't break active GDB session.
9392 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9393 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9394 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9395 (gdb-show-threads-by-default): New customization options.
9396 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9397 routines.
9398 (gdb-get-buffer-create): Send buffers update signal when they are
9399 created.
9400 (gdb-invalidate-locals, gdb-invalidate-registers)
9401 (gdb-invalidate-breakpoints)
9402 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9403 (gdb-invalidate-memory): Accept update signal.
9404 (gdb-current-context-command): Use --frame option.
9405 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9406 Implement `gdb-frame-number' selection logic.
9407 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9408 whether to show GUD toolbar buttons.
9409 (gdb-thread-exited): Unselect current thread when it exits.
9410 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9411 (gdb-mark-line): Routine which sets overlay arrow or inverses
9412 video on fringeless displays.
9413 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9414 to build aligned columns of data in GDB buffers and set text
9415 properties line-by-line.
9416 (gdb-invalidate-breakpoints)
9417 (gdb-breakpoints-list-handler-custom)
9418 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9419 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9420 (gdb-registers-handler-custom): Align data columns.
9421 (gdb-locals-handler-custom): Now prints data like in variable
9422 declarations.
9423 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9424 Removed confusing buttons.
9425 (gdb-invalidate-threads): Append --frame.
9426 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9427 between breakpoints/threads buffers.
9428 (gdb-set-window-buffer): Now can ignore dedicated windows.
9429 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9430 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9431 (def-gdb-thread-buffer-gud-command): Replaces
9432 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9433 for fine thread control.
9434 (gdb-preempt-existing-or-display-buffer): New function used to
9435 display bound buffers without breaking window layout.
9436 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9437 (gdb-select-frame): New version of `gdb-frames-select' which now
9438 sets `gdb-frame-number' so commands may use --frame option instead
9439 of inner debugger state.
9440 (gdb-frame-handler): Do not set `gdb-frame-number'.
9441 (gdb-threads-mode-map): Select threads with mouse.
9442
9443 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9444 avoid compilation warning.
9445 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9446 `gdb-show-stop-p`.
9447
566f3909
DD
9448 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9449 Argument `key' renamed to `buffer-type'.
9450 (gdb-current-context-buffer-name): Do not add thread info to
9451 buffer name when no thread is selected.
9452 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9453 command (bug 3794).
9454 (gdb-thread-selected): Handle `=thread-selected' notification.
9455 (gdb-wait-for-pending): New macro to deal with congestion problems.
9456 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9457 breakpoints.
7b6fefac
JB
9458 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9459 This fixes problem similar to one described in bug 3947.
566f3909
DD
9460 (gud-menu-map): More menu items.
9461 (gdb-init-1): Reset `gdb-thread-number' to nil.
9462
4a31122c
DD
9463 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9464 non-stop settings.
9465
9466 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9467 (gdb-current-context-command): Do not append --thread if
9468 `gdb-thread-number' is nil.
9469 (gdb-running-threads-count, gdb-stopped-threads-count): New
9470 variables.
9471 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9472 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9473 customization options.
9474 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9475 GUD commands.
7b6fefac 9476 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
9477 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9478 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9479 set `gdb-thread-number' and update `gud-running' properly.
9480 (gdb-running): Update threads list when new threads appear.
9481 (gdb-stopped): Support non-stop operation and new thread switching
9482 logic.
9483 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9484 (gdb-json-partial-output): New set of JSON routines.
9485 (def-gdb-auto-update-trigger): New `signal-list' optional
9486 argument.
9487 (gdb-thread-list-handler-custom): Update `gud-running',
9488 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9489 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9490 (gdb-continue-thread, gdb-step-thread): New commands for fine
9491 thread execution control.
9492 (gud-menu-map): New menu items to switch non-stop options.
9493 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 9494 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
9495
9496 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9497 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9498 gdb-buffer-rules.
9499 (def-gdb-auto-update-handler): New nopreserve optional argument.
9500 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9501
9502 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9503 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9504 (gdb-parent-mode): New mode to derive other GDB modes from.
9505 (gdb-display-disassembly-for-thread)
9506 (gdb-frame-disassembly-for-thread): New commands for threads
9507 buffer.
9508
9509 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9510 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
9511 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9512 (gdb-update): We now store all GDB buffers in a list so that they
9513 can be updated by traversing a list instead of calling invalidate
7b6fefac 9514 triggers explicitly.
a5c9f540
DD
9515 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9516 pair for GDB buffer.
9517 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
9518 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9519 handle pending triggers.
9520 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9521 (def-gdb-thread-buffer-simple-command)
9522 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9523 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
9524 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9525 New commands which show buffers bound to thread.
e7086683 9526 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 9527
7b6fefac
JB
9528 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9529 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
9530 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9531 to (gud-comint-buffer) in *-buffer-name functions
9532 because (gdb-get-target-string) already does that.
9533 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9534 (gdb-changed-registers-handler): Rewritten without regexps.
9535
ba214964 9536 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
9537 (gdb-thread-number): New variable.
9538 (gdb-current-context-command): New macro which adds --thread
9539 option to command.
7b6fefac 9540 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 9541 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 9542 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
9543 (gdb-select-thread): New command which selects current thread.
9544 (gdb-invalidate-frames, gdb-invalidate-locals)
9545 (gdb-invalidate-registers): Use --thread option.
20f12ed8 9546
2ac33804
MA
95472009-08-04 Michael Albinus <michael.albinus@gmx.de>
9548
9549 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 9550 robust. (Bug#3977)
2ac33804
MA
9551 (tramp-handle-insert-file-contents): `unwind-protect' must be
9552 inside `with-parsed-tramp-file-name'.
9553
9554 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9555 fails.
9556
39d0296f
NR
95572009-08-03 Nick Roberts <nickrob@snap.net.nz>
9558
9559 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9560 directory if CLASSPATH is not set.
9561
adcbca53
MA
95622009-08-03 Michael Albinus <michael.albinus@gmx.de>
9563
7b6fefac
JB
9564 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9565 New defconst.
7ef849b6 9566 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 9567
30924b0b
CY
95682009-08-02 Kevin Ryde <user42@zip.com.au>
9569
7b6fefac
JB
9570 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9571 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 9572
b6ce92f1
CY
95732009-08-02 Chong Yidong <cyd@stupidchicken.com>
9574
d977a092
CY
9575 * select.el (x-set-selection): Doc fix (Bug#4021).
9576
9577 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9578
b6ce92f1
CY
9579 * help-fns.el (describe-variable): Treat list return values from
9580 dir-locals-find-file properly (Bug#4005).
9581
7b6fefac 95822009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
9583
9584 * net/tramp.el (tramp-debug-message): Print also microseconds.
9585
95862009-08-02 Michael Albinus <michael.albinus@gmx.de>
9587
9588 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9589 or END is non-nil.
9590 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9591 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9592 format.
9593
5ce6e4f4 9594 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
9595 (tramp-get-file-property): Use it.
9596
9597 * autorevert.el (auto-revert-handler): Allow
9598 `auto-revert-tail-mode' for remote files.
9599
2aafe808
JR
96002009-08-02 Jason Rumney <jasonr@gnu.org>
9601
9602 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 9603 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 9604
e094097c
CY
96052009-08-02 Chong Yidong <cyd@stupidchicken.com>
9606
9607 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9608 (font-lock-variable-name-face, font-lock-constant-face): Darken
9609 the colors for light backgrounds.
9610
de94f281
EZ
96112009-08-01 Eli Zaretskii <eliz@gnu.org>
9612
9613 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9614 month names. (Bug#3987)
9615
54b99340
CY
96162009-07-31 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * simple.el (line-move-finish): Pass whole number to
9619 line-move-to-column.
34be836c 9620 (line-move-visual): Perform hscroll to the recorded position.
54b99340 9621
38216c30
JB
96222009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9623
9624 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9625
c779896d
CY
96262009-07-29 Alan Mackenzie <acm@muc.de>
9627
9628 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9629
592ccae0
DD
96302009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9631
35edc6c6
DD
9632 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9633 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 9634
5a9e3ab7
JB
96352009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9636
9637 * calc/calc.el (calc-mode-map): Add keybinding for
9638 `calc-transpose-lines'.
9639
7b6fefac 96402009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
9641
9642 * calc/calc-misc.el (calc-transpose-lines): New function.
9643
905fb90e
MA
96442009-07-28 Michael Albinus <michael.albinus@gmx.de>
9645
9646 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9647 Simplify check for out-of-band methods.
9648 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9649 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9650
76e14464
DN
96512009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9652
9653 * vc-git.el (vc-git-checkin): Fix typo.
9654
6088b51f 96552009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
9656
9657 * progmodes/js2-mode.el: New file.
9658
b85157fe
NR
96592009-07-28 Nick Roberts <nickrob@snap.net.nz>
9660
9661 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9662 (gud-menu-map): Adjust tooltip accordingly.
9663
d43c2b06
DN
96642009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9665
1c0f0c3b
DN
9666 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9667 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9668
d43c2b06
DN
9669 * add-log.el (change-log-mode-map): Add a menu.
9670
3dec5c36
MA
96712009-07-27 Michael Albinus <michael.albinus@gmx.de>
9672
9673 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9674 function returns nil.
9675 (dbus-handle-event): Handle special return value :ignore.
9676 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9677
5704140c
CY
96782009-07-26 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9681 it's not needed.
9682
3077d1f6
EZ
96832009-07-25 Eli Zaretskii <eliz@gnu.org>
9684
9685 Fix Bug#3888:
9686
9687 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9688
9689 * term/pc-win.el (x-display-name, x-colors)
9690 (x-select-enable-clipboard, x-select-text): Doc fix.
9691
9692 * term/common-win.el (x-display-name, x-colors): Doc fix.
9693
9694 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9695 (xw-defined-colors): Doc fix.
9696
9697 * w32-fns.el (x-select-text, x-setup-function-keys)
9698 (x-get-selection, x-set-selection): Doc fix.
9699
9700 * term/x-win.el (x-select-text, x-setup-function-keys)
9701 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9702
9703 * select.el (x-set-selection): Doc fix.
9704
51768bc8
MA
97052009-07-25 Michael Albinus <michael.albinus@gmx.de>
9706
9707 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9708 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9709 "IsNSSSupportAvailable" method is not available. Reported by
9710 Steve Youngs <steve@sxemacs.org>.
9711
b11c2874
KH
97122009-07-24 Kenichi Handa <handa@m17n.org>
9713
9714 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 9715 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
9716 (build-unicode-category-table): Fix range checks.
9717
ba83b7b6
DN
97182009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9719
9720 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9721 the buffer we try to sync is current when calling
9722 vc-resynch-buffer.
9723
9724 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9725 not show up to date files.
9726
7a8ae964
GM
97272009-07-24 Glenn Morris <rgm@gnu.org>
9728
9729 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9730 Add autoload cookies. If necessary, initialize.
9731 (elint-log): Handle non-file buffers.
9732 (elint-initialize): Add optional argument to reinitialize.
9733 (elint-find-builtin-variables): Save excursion.
9734
a707eb05
DN
97352009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9736
9737 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9738 for Lint.
9739
0a2ddfa6
DN
97402009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9741
d6a62b0d
DN
9742 * vc.el (vc-print-log-internal): New function, split out from ...
9743 (vc-print-log): ... here.
10b5dcad 9744 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 9745
0a2ddfa6
DN
9746 * vc-git.el (vc-git-add-signoff): New variable.
9747 (vc-git-checkin): Use it.
9748 (vc-git-toggle-signoff): New function.
9749 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
9750 (vc-git--run-command-string): Accept a nil FILE argument.
9751 (vc-git-stash-list): New function.
9752 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 9753
589a99f2
GM
97542009-07-23 Glenn Morris <rgm@gnu.org>
9755
9756 * help-fns.el (describe-variable): Describe ignored and risky local
9757 variables in a similar way to that in which we describe safe ones.
9758
9759 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9760 (byte-compile-output-file-form, byte-compile-output-docform)
9761 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9762 Give some more local variables with common names a "bytecomp-" prefix,
9763 so as not to shadow things during compilation.
9764 * emacs-lisp/cl-macs.el (load-time-value)
9765 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9766 `outbuffer' to `bytecomp-outbuffer'.
9767
9768 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9769 since the next two variables cover them automatically now.
9770 (elint-builtin-variables, elint-autoloaded-variables): New.
9771 (elint-unknown-builtin-args): Remove all members, since they can be
9772 parsed automatically now.
9773 (elint-extra-errors): New.
9774 (elint-env-add-env, elint-env-add-macro): Use cadr.
9775 (elint-current-buffer): Use or. Change final message.
9776 (elint-get-top-forms): Use line-end-position.
9777 (elint-init-env): Use cadr. Handle autoload, declare-function,
9778 and defalias.
9779 (elint-add-required-env): Doc fix. Use or. Standardize error.
9780 (regexp-assoc): Remove unused function.
9781 (elint-top-form): Set elint-current-pos, to record the start of the
9782 top-level form, for compilation-mode.
9783 (elint-form): Trap errors in macro expansion. Use dolist.
9784 (elint-unbound-variable): Use elint-builtin-variables and
9785 elint-autoloaded-variables.
9786 (elint-get-args): Use cadr, or.
9787 (elint-check-cond-form): Use dolist, cadr.
9788 (elint-check-condition-case-form): Doc fix. Use cadr.
9789 Use elint-extra-errors.
9790 (elint-log): New function.
9791 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9792 Distinguish errors and warnings.
9793 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9794 Use a bytecomp-style format.
9795 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9796 (elint-get-log-buffer): Use compilation mode. Disable undo.
9797 Don't truncate lines.
9798 (elint-initialize): Set builtin and autoloaded variable lists.
9799 Only process elint-unknown-builtin-args if non-nil.
9800 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9801 New functions.
9802 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9803
855b42a2
GM
98042009-07-22 Kevin Ryde <user42@zip.com.au>
9805
9806 * net/newst-backend.el (newsticker--parse-atom-1.0)
9807 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9808 (newsticker--parse-rss-1.0):
9809 * progmodes/idlwave.el (idlwave-mode):
9810 * progmodes/idlw-shell.el (idlwave-shell-mode):
9811 * progmodes/vera-mode.el (vera-mode):
9812 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9813 * progmodes/vhdl-mode.el (vhdl-mode):
9814 * textmodes/table.el (table-generate-source)
9815 (table--warn-incompatibility):
9816 Hyperlink urls in docstrings with URL `...'.
9817
fd413a37
GM
98182009-07-22 Glenn Morris <rgm@gnu.org>
9819
cb711556
GM
9820 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9821 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9822 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9823 Remove leading * from defcustom docs.
9824
fd413a37
GM
9825 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9826
9827 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9828 defcustom doc.
9829 (list-load-path-shadows): Optionally, just return shadows as a string.
9830
9831 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9832
a4f69701
CY
98332009-07-21 Chong Yidong <cyd@stupidchicken.com>
9834
9835 * mail/rmailedit.el (rmail-edit-mode): Use
9836 auto-save-include-big-deletions.
9837
9838 * mail/rmail.el (rmail-variables): Use
9839 auto-save-include-big-deletions.
9840
9841 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9842 changes.
9843
ec06459c
JB
98442009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9845
9846 * calc/calc.el (calc-undo-length): New variable.
9847 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9848
b41b0976
RS
98492009-07-21 Richard Stallman <rms@gnu.org>
9850
9851 * files.el (auto-save-mode): Handle buffer-save-size = -2
9852 for toggling mode.
9853
4ed32706
GM
98542009-07-21 Glenn Morris <rgm@gnu.org>
9855
531b1264
GM
9856 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9857
55d27f41
GM
9858 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9859
02df3f4d
GM
9860 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9861 silence compiler. Instead...
9862 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9863 (ps-print-ensure-fontified): Update for above function name changes.
9864
fdd8417e
GM
9865 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9866 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9867 silence compiler. Instead...
9868 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9869 (mh-show-buffer): Only define for compiler.
9870 (pr-mh-current-message): Update for above function name changes.
9871
4ed32706
GM
9872 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9873 as an argument.
9874 (find-file-noselect, insert-file-1): Update for above change.
9875
9876 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9877
9878 * mail/mailclient.el (mailclient-send-it): Fix message.
9879
9880 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9881 (edebug-eval): Check cl-debug-env is bound.
9882 (print-level, print-circle): Don't redefine built-in variables.
9883
9884 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9885 (custom-print-vectors): Remove old comments from doc.
9886
9887 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9888 (emerge-version): Make the variable an obsolete alias for the
9889 emacs-version variable. Make the function obsolete.
9890 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9891 Emerge options, rather than merging in into the main Options menu.
9892 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9893 and auto advance modes. Disable edit/fast items when not relevant.
9894
86812144
CY
98952009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9896
9897 * term/vt420.el (terminal-init-vt420): Fix typo.
9898
6bb90094
SS
98992009-07-20 Sam Steingold <sds@gnu.org>
9900
9901 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9902 variable (removed from compile.el on 2004-03-11).
9903
42e0a725
CY
99042009-07-20 Chong Yidong <cyd@stupidchicken.com>
9905
9906 * files.el (hack-local-variables-filter): Fix last change.
9907
2ee20f24
JL
99082009-07-19 Juri Linkov <juri@jurta.org>
9909
9910 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9911 (dir-local-variables-alist): New buffer-local variable.
9912 (hack-local-variables-filter): If variable is not dir-local,
9913 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9914 because file-local overrides dir-local.
3570691b 9915 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
9916 Remove obsolete declaration.
9917 (hack-dir-local-variables): Add dir-local variable/value pair to
9918 `dir-local-variables-alist' and remove duplicates. Doc fix.
9919
9920 * help-fns.el (describe-variable): Add information about
9921 file-local and dir-local variables.
9922
89bf83cd
CY
99232009-07-19 Chong Yidong <cyd@stupidchicken.com>
9924
9925 * files.el (hack-local-variables-filter): Rewrite.
9926
1a8d3541
GM
99272009-07-19 Glenn Morris <rgm@gnu.org>
9928
d9e8a018
GM
9929 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9930 Silence compiler by only defining on XEmacs.
9931
da332cfb
GM
9932 * international/mule.el (auto-coding-regexp-alist): Only match
9933 BABYL... at the start of buffer, not of lines. (Bug#3790)
9934
1a8d3541
GM
9935 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9936 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9937 (cal-menu-context-mouse-menu): Doc fix.
9938
9939 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9940
9941 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9942
d842b103
JL
99432009-07-18 Juri Linkov <juri@jurta.org>
9944
9945 * info.el: Virtual Info keyword finder.
3570691b 9946 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
9947 (Info-finder-file): New variable.
9948 (Info-finder-find-file): New function.
9949 (finder-known-keywords, finder-package-info)
9950 (find-library-name, lm-commentary): Use defvar and
9951 declare-function to silence compiler warnings.
9952 (Info-finder-find-node): New function.
9953 (info-finder): New command.
9954
9955 * subr.el (process-kill-buffer-query-function): New function.
9956 (add-hook)<kill-buffer-query-functions>: Add hook
9957 `process-kill-buffer-query-function'.
9958
10d37df7
AM
99592009-07-18 Alan Mackenzie <acm@muc.de>
9960
7b6fefac 9961 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
9962 (c-postprocess-file-styles): Give invocation of `c-set-style'
9963 DONT-OVERRIDE parameter of t. Already set style variables will
9964 thus not be overridden by style settings given by `c-file-syle'.
9965
9966 * files.el (hack-local-variables-filter): Remove entries with
9967 duplicate keys from `file-local-variables-alist'.
9968
102e1a41
EZ
99692009-07-18 Eli Zaretskii <eliz@gnu.org>
9970
9971 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9972 x-set-selection if display-selections-p returns nil for the
9973 current frame.
9974
16f2e9fc
CY
99752009-07-18 Chong Yidong <cyd@stupidchicken.com>
9976
9977 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9978
f22693fc
EZ
99792009-07-18 Eli Zaretskii <eliz@gnu.org>
9980
a6c2c80c
EZ
9981 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9982 Accept nil in addition to a regexp.
9983 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9984 Accept nil in addition to a regexp.
9985 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9986 buffers that have an associated file. Handle nil values of
9987 desktop-buffers-not-to-save and desktop-files-not-to-save.
9988 (Bug#3833)
9989
f22693fc
EZ
9990 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9991 (x-disown-selection-internal): New functions.
9992
e456379a
NR
99932009-07-18 Nick Roberts <nickrob@snap.net.nz>
9994
9995 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9996 warning.
9997 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9998 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9999
0013b70f
CY
100002009-07-18 David De La Harpe Golden <david@harpegolden.net>
10001
10002 * simple.el (set-mark): Revert last change.
10003
0855c2ca
CY
100042009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10005
10006 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10007 rendering of pngs is not possible instead of messaging a long
10008 description.
10009
3f5c9cad
CY
100102009-07-17 David De La Harpe Golden <david@harpegolden.net>
10011
10012 * w32-fns.el (x-selection-owner-p): New function.
10013
10014 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10015 (mouse-yank-at-click, mouse-yank-primary): If
10016 select-active-regions is non-nil, deactivate the mark before
10017 insertion.
3f5c9cad
CY
10018
10019 * simple.el (deactivate-mark, set-mark): Only save selection if we
10020 own it.
10021
1fc87f9b
KH
100222009-07-17 Kenichi Handa <handa@m17n.org>
10023
10024 * case-table.el (describe-buffer-case-table): Fix for the case
10025 that KEY is a cons.
10026
d56fdcd2
DN
100272009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10028
10029 * vc-rcs.el (vc-rcs-find-file-hook):
10030 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10031
bede3e9f
MA
100322009-07-16 Michael Albinus <michael.albinus@gmx.de>
10033
10034 * net/tramp.el (tramp-wait-for-output): Handle the case when
10035 commands do not return a newline but a null byte before the shell
10036 prompt. (Bug#3858)
10037
7653ca1d
YM
100382009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10039
10040 * term/ns-win.el (ns-set-alpha): Don't declare.
10041 (ns-set-background-alpha): Remove function.
10042
ed2a52e9
SM
100432009-07-16 Kevin Ryde <user42@zip.com.au>
10044
10045 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10046 y-or-n-p, for safety.
10047
7a907299
RS
100482009-07-16 Richard Stallman <rms@gnu.org>
10049
10050 * files.el (auto-save-mode): If buffer-saved-size is -2,
10051 don't clobber it.
10052
10053 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10054 (rmail-retry-ignored-headers): Add more uninteresting fields.
10055
c0db3477
CY
100562009-07-15 Jari Aalto <jari.aalto@cante.net>
10057
10058 * net/rcirc.el (rcirc): Use history variables.
10059 (rcirc-server-name-history, rcirc-nick-name-history)
10060 (rcirc-server-port-history): New variables.
10061
6c875452
KH
100622009-07-15 Kenichi Handa <handa@m17n.org>
10063
bf974dc9
KH
10064 * international/mule-cmds.el (set-language-environment-charset):
10065 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10066 ignore them.
10067
6c875452
KH
10068 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10069 Delete unibyte-display.
10070
2066b4fe
CY
100712009-07-15 Chong Yidong <cyd@stupidchicken.com>
10072
10073 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10074
f9be2e35
CY
100752009-07-15 Chong Yidong <cyd@stupidchicken.com>
10076
10077 * simple.el (deactivate-mark): Optional argument FORCE.
10078 (set-mark): Use deactivate-mark.
10079
10080 * info.el (Info-search): No need to check transient-mark-mode
10081 before calling deactivate-mark.
10082
10083 * select.el (x-set-selection): Doc fix.
10084 (x-valid-simple-selection-p): Allow buffer values.
10085 (xselect--selection-bounds): Handle buffer values. Suggested by
10086 David De La Harpe Golden.
10087
10088 * mouse.el (mouse-set-region, mouse-drag-track): Call
10089 copy-region-as-kill before setting the mark, to let
10090 select-active-regions work.
10091
be3e598a 100922009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
10093
10094 * simple.el (deactivate-mark): If select-active-regions is
10095 non-nil, copy the selection data into a string.
10096 (activate-mark): If select-active-regions is non-nil, set the
10097 selection to the current buffer.
10098 (set-mark): Update selection if select-active-regions is non-nil.
10099
10100 * select.el (x-valid-simple-selection-p): Allow buffer values.
10101
cbd61418
SM
101022009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10105 and more featureful message-mode.
10106
f470187f
CY
101072009-07-14 Chong Yidong <cyd@stupidchicken.com>
10108
10109 * select.el (x-set-selection): Doc fix.
10110 (x-valid-simple-selection-p): Disallow selection data consisting
10111 of a list or cons of integers, since that is not used.
10112 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10113 (xselect-convert-to-string, xselect-convert-to-length)
10114 (xselect-convert-to-filename, xselect-convert-to-charpos)
10115 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10116
bfc99364
DD
101172009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10118
10119 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10120 output in -break-info command (Emacs bug #3794).
10121
e32721f5
GM
101222009-07-14 Glenn Morris <rgm@gnu.org>
10123
1e46f9e4
GM
10124 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10125 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10126 (edebug-print-length, edebug-print-level, edebug-print-circle)
10127 (edebug-sit-for-seconds, edebug-view-outside)
10128 (edebug-bounce-point, edebug-set-global-break-condition)
10129 (edebug-Go-nonstop-mode, edebug-trace-mode)
10130 (edebug-Trace-fast-mode, edebug-continue-mode)
10131 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10132 (edebug-visit-eval-list): Doc fixes.
10133
e32721f5
GM
10134 * subr.el (def-edebug-spec): Doc fix.
10135
66a85e76
KH
101362009-07-14 Kenichi Handa <handa@m17n.org>
10137
10138 * international/characters.el: Fix setting of category ?C.
10139
28571246
JD
101402009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10141
7b6fefac 10142 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
10143 ns-popup-font-panel instead of generate-fontset-menu.
10144
5d74672c
EZ
101452009-07-12 Eli Zaretskii <eliz@gnu.org>
10146
7b6fefac 10147 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 10148
eb1727a4
CY
101492009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10150
10151 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10152 the PK\003\004 header (Bug#3770).
10153
208384c5
CY
101542009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10155
10156 * pcomplete.el (pcomplete-comint-setup): Check for
10157 shell-dynamic-complete-filename too.
10158
774409a1
CY
101592009-07-11 Chong Yidong <cyd@stupidchicken.com>
10160
10161 * simple.el (temporary-goal-column): Change the value for
10162 line-move-visual to a cons cell.
10163 (line-move-visual): Record or set the window hscroll, if
10164 necessary (Bug#3494).
10165 (line-move-1): Handle cons value of temporary-goal-column.
10166
1639ee1d
KH
101672009-07-11 Kenichi Handa <handa@m17n.org>
10168
10169 * international/mule-diag.el (describe-character-set): Don't show
10170 width.
10171
2b1d2412
SS
101722009-07-10 Sam Steingold <sds@gnu.org>
10173
10174 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10175 Omake sometimes indents the errors it prints, so allow all
10176 regexps to start with spaces.
10177
ed3a5691
EZ
101782009-07-10 Eli Zaretskii <eliz@gnu.org>
10179
ed2a52e9
SM
10180 * cus-edit.el (customize-changed-options-previous-release):
10181 Bump value to 22.1. (Bug#3804)
ed3a5691 10182
49405d0e
SS
101832009-07-08 Sam Steingold <sds@gnu.org>
10184
10185 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10186 to be a cons cell (test . ignored-directory) to selectively ignore
10187 some directories depending on the location of the search.
10188
93c3eb7c
MA
101892009-07-08 Michael Albinus <michael.albinus@gmx.de>
10190
10191 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10192 remote user is root, on the local host.
10193 (tramp-local-host-p): Either the local user or the remote user
10194 must be root. (Bug#3771)
10195
6f2a8484
NR
101962009-07-08 Nick Roberts <nickrob@snap.net.nz>
10197
10198 * progmodes/gdb-mi.el (gdb): Remove description of
10199 gdb-use-separate-io-buffer.
69cb8d82 10200 (menu): Don't allow toggling of or enable
6f2a8484
NR
10201 gdb-use-separate-io-buffer from menubar.
10202
88d03607
CY
102032009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10204
10205 * mail/unrmail.el (unrmail): Make sure the message ends with two
10206 newlines (Bug#3769).
10207
7ef5b8b2
GM
102082009-07-08 Glenn Morris <rgm@gnu.org>
10209
10210 * calendar/calendar.el (calendar-current-date): Rework previous change.
10211
3ce82f97
GM
102122009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10213
10214 * calendar/calendar.el (calendar-current-date):
10215 Add an optional argument giving an offset from today.
10216
f35fc841
GM
102172009-07-08 Glenn Morris <rgm@gnu.org>
10218
10219 * tutorial.el (tutorial--describe-nonstandard-key):
10220 Adjust the message for when a key has been unbound.
10221 (help-with-tutorial): Hide the arch-tag.
10222
40149292
KH
102232009-07-08 Kenichi Handa <handa@m17n.org>
10224
69cb8d82
KH
10225 * international/fontset.el (setup-default-fontset): For each
10226 script, append (not set) font-specs.
10227
40149292
KH
10228 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10229 docstring.
10230
ff0c4194
NR
102312009-07-08 Nick Roberts <nickrob@snap.net.nz>
10232
10233 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10234 -data-list-register-names to ...
10235 (gdb-starting): ... here because GDB 7.0 requires execution to
10236 have started when using this MI command.
10237 (gdb-set-header): New function to distinguish select and
10238 unselected tabs in gdb buffers.
10239 (gdb-propertize-header): New macro that uses gdb-set-header.
10240 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10241 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10242
8954c675
CY
102432009-07-07 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * Makefile.in (ELCFILES): Remove fadr.elc.
10246
0996385d
DD
102472009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10248
dc6b4519
DD
10249 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10250 may contain frame information, so `string-match' should be used.
10251 (gdb-update): Disassembly is invalidated through
10252 `gdb-get-selected-frame'.
10253 (gdb-pad-string): New function to pad string with spaces.
10254 (gdb-invalidate-disassembly): Invalidate only if the buffer
10255 exists.
10256 (gdb-disassembly-handler-custom): Column alignment.
10257 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10258 placing new ones.
10259 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10260 end of line, too.
10261 (gdb-frame-handler): Match convention to for disassembly buffer
10262 mode name.
17c1380b 10263 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10264 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10265 not highlight breakpoints without line information.
69a197a2 10266 (gdb-input): Add trailing newline to command.
dc6b4519 10267
14340b25
DD
10268 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10269 buffer properly.
10270 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10271 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10272 now.
10273 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10274 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10275 to place breakpoints.
14340b25
DD
10276 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10277 functions.
10278 (gdb-disassembly-handler-custom): Show overlay arrow.
10279 (gdb-disassembly-place-breakpoints): Show breakpoints in
10280 disassembly buffer.
10281 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10282 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10283 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10284 in `gud-menu-map'.
14340b25 10285
38d4f316 10286 * fadr.el: Remove.
1f2a6224 10287
7b6fefac 10288 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10289 (gdb-memory-address): New variable which holds top address of
7b6fefac 10290 memory page shown in memory buffer.
0996385d
DD
10291 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10292 customization variables.
10293 New functions:
10294 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10295 display the memory buffer.
10296 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10297 buffer display parameters.
10298 (def-gdb-memory-format, gdb-memory-format-binary)
10299 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10300 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10301 Functions for setting memory buffer format.
10302 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10303 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10304 unit size used in memory buffer.
10305 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10306 to next/previous page of memory buffer.
28d67a53 10307 Now using (bindat-get-field) instead of fadr functions.
0996385d 10308
9ba562d3
SS
103092009-07-07 Sam Steingold <sds@gnu.org>
10310
10311 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10312 non-top-level files.
10313
a43977db
KH
103142009-07-07 Kenichi Handa <handa@m17n.org>
10315
10316 * international/mule-cmds.el (reset-language-environment): Put
10317 the highset priority to the charset iso-8859-1.
10318
d44d05e8
CY
103192009-07-06 Chong Yidong <cyd@stupidchicken.com>
10320
10321 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10322 to the end of the line when locating the block (Bug#700).
10323
3e2fa353
MA
103242009-07-06 Michael Albinus <michael.albinus@gmx.de>
10325
10326 * net/tramp.el (tramp-handle-write-region): Flush file properties
10327 in case of short track.
10328
be3e598a 103292009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 10330
bf0b361c
JB
10331 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10332 Coded custom representation of verilog error regular expressions
10333 to work with Emacs-22's new format.
d88782c3 10334 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 10335 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
10336 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10337 error recognition into XEmacs.
10338 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10339 error recognition into Emacs-22.
10340
25c6f63e
CY
103412009-07-06 Chong Yidong <cyd@stupidchicken.com>
10342
10343 * woman.el: Remove stand-alone closing parentheses.
10344 (woman-file-name, woman2-format-paragraphs)
10345 (woman-leave-blank-lines): Code cleanup.
10346 (woman-use-own-frame): Change default to nil.
10347 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10348 defaults to inherit from default faces.
10349 (woman2-process-escapes): Consume the newline after a stand-alone
10350 filler character (Bug#3651).
10351
f176290e
GM
103522009-07-06 Glenn Morris <rgm@gnu.org>
10353
10354 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10355 (top-level): Move provide to the end.
10356 (ffap): Remove defunct URL from custom group.
10357
10358 * subr.el (eval-after-load): Doc fix.
10359
7b6fefac 103602009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
10361
10362 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10363 `calc-embedded-word' is called twice.
10364
4b8b1ec5
SM
103652009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * files.el (find-alternate-file-other-window, find-alternate-file):
10368 Obey confirm-nonexistent-file-or-buffer.
10369
d6ceb380
MA
103702009-07-05 Michael Albinus <michael.albinus@gmx.de>
10371
10372 * dired-aux.el (dired-show-file-type): Handle remote files.
10373
be3e598a 103742009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 10375
4b8b1ec5
SM
10376 * desktop.el (desktop-globals-to-save):
10377 Add file-name-history (Bug#2750).
c760f19e 10378
6d00ce04
CY
103792009-07-05 Chong Yidong <cyd@stupidchicken.com>
10380
4b8b1ec5 10381 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 10382
6ee21b07
JB
103832009-07-04 Johan Bockgård <bojohan@gnu.org>
10384
10385 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10386 property on entire argument since this is what eshell-lisp-command
10387 expects.
10388
f0dbdc25
MA
103892009-07-03 Michael Albinus <michael.albinus@gmx.de>
10390
10391 * net/tramp-gvfs.el (tramp-gvfs-methods)
10392 (tramp-gvfs-zeroconf-domain)
10393 (tramp-bluez-discover-devices-timeout): Add version flag.
10394 (tramp-gvfs-handler-mounted-unmounted)
10395 (tramp-gvfs-connection-mounted-p): Polish handling of
10396 incompatibilities between GVFS 0.2 and 1.0.
10397
e044e4fc
JD
103982009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10399
4b8b1ec5 10400 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 10401
2e9b968b
JB
104022009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10403
bf0b361c 10404 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
10405 formatted correctly.
10406
baf1a55e
JL
104072009-07-02 Juri Linkov <juri@jurta.org>
10408
10409 * info.el: Virtual Info files and nodes.
10410 (Info-virtual-files, Info-virtual-nodes): New variables.
10411 (Info-current-node-virtual): New variable.
10412 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10413 New functions.
10414 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10415 to check for a virtual file instead of checking a fixed list
10416 of node names.
10417 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10418 instead of ad-hoc processing of "dir" and (apropos history toc).
10419 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10420 instead of ad-hoc processing of "dir" and (apropos history toc).
10421 Reread a file when moving from a virtual node.
10422 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10423 (Info-directory-toc-nodes, Info-directory-find-file)
10424 (Info-directory-find-node): New functions.
10425 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10426 (Info-history): Move part of code to
10427 `Info-history-find-node'.
10428 (Info-history-toc-nodes, Info-history-find-file)
10429 (Info-history-find-node): New functions.
10430 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10431 (Info-toc): Move part of code to `Info-toc-find-node'.
10432 (Info-toc-find-node): New function.
4b8b1ec5 10433 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10434 the current Info file name to references because now the node
10435 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10436 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10437 (Info-toc-nodes): Rename input argument `file' to `filename'.
10438 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10439 instead of ad-hoc processing of ("dir" apropos history toc).
10440 (Info-index-nodes): Use Info-virtual-file-p
10441 to check for a virtual file instead of checking a fixed list
10442 of node names.
10443 (Info-index-node): Add check for `Info-current-node-virtual'.
10444 Raise `save-match-data' higher up the tree to contain
10445 `search-forward' too (bug fix).
10446 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10447 (Info-virtual-index-nodes): New variable.
10448 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10449 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10450 (Info-apropos-file, Info-apropos-nodes): New variables.
10451 (Info-apropos-toc-nodes, Info-apropos-find-file)
10452 (Info-apropos-find-node, Info-apropos-matches): New functions.
10453 (info-apropos): Move part of code to `Info-apropos-find-node' and
10454 `Info-apropos-matches'.
10455 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10456 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10457 for a virtual file instead of checking a fixed list of node names.
10458
10459 * simple.el (async-shell-command): New command.
10460
10461 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10462
10463 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10464 instead of `mount-info'.
10465
d04bc496
MA
104662009-07-02 Michael Albinus <michael.albinus@gmx.de>
10467
10468 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 10469 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 10470
af0403e0
KH
104712009-07-02 Kenichi Handa <handa@m17n.org>
10472
10473 * international/mule.el (set-keyboard-coding-system): Force *-unix
10474 coding-system to avoid eol conversion.
10475
99278f8a
MA
104762009-07-01 Michael Albinus <michael.albinus@gmx.de>
10477
4b8b1ec5
SM
10478 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10479 Add handler for `process-file', `shell-command' and
99278f8a
MA
10480 `start-file-process'.
10481 (tramp-gvfs-handle-shell-command)
10482 (tramp-gvfs-handle-start-file-process)
10483 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 10484 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 10485
3f1c6666
JD
104862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10487
10488 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10489
3f396bac
KH
104902009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10491
10492 * language/korean.el (set-language-info-alist): Add korean-cp949,
10493 cp949 to spec.
10494
c1185193
KH
104952009-07-01 Kenichi Handa <handa@m17n.org>
10496
10497 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10498
10499 * international/encoded-kb.el: Deleted.
10500
10501 * international/mule.el (set-keyboard-coding-system): Perform the
10502 necessary setup here instead of calling encoded-kbd-setup-display.
10503
3f150a60
GM
105042009-07-01 Glenn Morris <rgm@gnu.org>
10505
10506 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10507
b0d5b05b
GM
105082009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10509
10510 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10511
4f4126e6
MA
105122009-06-30 Michael Albinus <michael.albinus@gmx.de>
10513
4b8b1ec5
SM
10514 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10515 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 10516 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 10517
7ae3ea65 10518 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
10519 (top): Add a default for "synce" in `tramp-default-user-alist'.
10520 Add completion function for "synce" method.
10521 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
10522 (tramp-hal-interface-manager, tramp-hal-interface-device):
10523 New defconst.
10524 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10525 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10526 New defuns.
d6ceb380
MA
10527
10528 * net/trampver.el: Update release number.
7ae3ea65 10529
0ad6626b
KH
105302009-06-30 Kenichi Handa <handa@m17n.org>
10531
10532 * international/fontset.el (setup-default-fontset): Add CJK fonts
10533 for symbols and the other miscellaneous characters.
10534
4b8b1ec5
SM
10535 * language/korea-util.el (setup-korean-environment-internal):
10536 Make char-width-table suitable for Korean environments.
0ad6626b
KH
10537 (exit-korean-environment): Cancel above.
10538
10539 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10540 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 10541 setup-function to make char-width-table suitable for respective
0ad6626b
KH
10542 environments, and an exit-function to cancel that.
10543
10544 * language/japan-util.el (setup-japanese-environment-internal):
10545 Call use-cjk-char-width-table with arg `ja_JP'.
10546
10547 * international/characters.el (cjk-char-width-table): Delete it.
10548 (cjk-char-width-table-list): New variable.
10549 (use-cjk-char-width-table): New arg local-name.
10550 (use-default-char-width-table): Fix for the case that Emacs is
10551 already using the default char-width-table.
10552
fd46e893
MA
105532009-06-29 Michael Albinus <michael.albinus@gmx.de>
10554
10555 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10556 modes mandatory. (Bug#3712)
10557
b87d9f96
AM
105582009-06-29 Alan Mackenzie <acm@muc.de>
10559
10560 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 10561 correction between the visible width of TABs and their number of bytes.
b87d9f96 10562
2d25aa5a
CY
105632009-06-29 Chong Yidong <cyd@stupidchicken.com>
10564
10565 * server.el (server-buffer-done): Prevent kill-buffer from
10566 prompting by clearing the buffer modification flag (Bug#3696).
10567
a3a8b002
DN
105682009-06-28 Michael McNamara <mac@mail.brushroad.com>
10569
bf0b361c 10570 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 10571 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
10572 (verilog-basic-complete-re): Support localparam lineup.
10573 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10574 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10575 commenting.
10576 (verilog-leap-to-case-head): Now support *nested* unique &
10577 priority case statements.
10578 (verilog-auto-lineup): Make just declarations the default (as it
10579 had been).
4b8b1ec5 10580 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 10581 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 10582 select the various styles of automatic lineup.
a3a8b002
DN
10583 (verilog-error-regexp-alist): Rework to support the XEmacs style
10584 of error regular expressions from compilers, lint tools &
10585 simulators. Note that GNU Emacs has made it impossible for a mode
10586 to load such things.
10587 (electric-verilog-terminate-line, verilog-indent-declaration)
10588 (verilog-auto-wiure): Rework for radio button selection of
10589 auto-lineup selection of specification of auto lineup.
10590 (verilog-beg-of-statement-1): Redesign to support proper operation
10591 in additional code, based on testing with auto-lineup.
10592 (verilog-calculate-indent, assignments & declarations)
10593 (verilog-backward-token): Enhance to support auto-lineup of
10594 assignments & declarations.
10595 (verilog-in-directive-p, verilog-at-struct-p): New function for
10596 easy test of whether we are.
10597 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10598 to support safe execution at almost anyline.
10599 (verilog-calc-1): Properly support indenting deep inside generate
10600 blocks.
48c2d18a 10601 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 10602 as it is redundant with font-lock-defaults.
a8f316ca 10603 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
10604 to avoid circular calls if syntax-ppss is a function (as is the
10605 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 10606 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
10607 (verilog-ovm-begin-re, verilog-ovm-end-re)
10608 (verilog-ovm-statement-re, verilog-leap-to-head)
10609 (verilog-backward-token): Add support for OVM macros. Some are
10610 complete statements, and others open and close scopes like begin
10611 and end.
10612 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10613 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 10614 compilation issue.
48c2d18a 10615 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 10616 coverpoint, constraint and cross statements.
a3a8b002
DN
10617 (verilog-defun-level-list, verilog-generate-defun-level-list)
10618 (verilog-all-defun-level-list): Redo these specifications - it is
10619 too hard to support eval-when compile aggregation of lists also
10620 built at when-compile time.
10621 (verilog-defun-level-list): Place defconsts of variables used in
10622 building regular expressions which are built in eval-when-compile
10623 bodies in the same eval-when-compile body to facilitate compile
10624 without load.
10625 (verilog-beg-block-re-ordered): Support indenting
10626 virtual/protected tasks and functions.
7b6fefac 10627 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
10628 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10629 indentation of some module items (generate items).
10630 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10631 across virtual/protected tasks and functions.
10632
106332009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10634
bf0b361c 10635 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 10636 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
10637 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10638 in concatenations. Reported by Yishay Belkind.
10639 (verilog-auto-ascii-enum): Support one-hot state machines in
10640 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10641 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10642 modport in AUTOINST and add vl-modport for users. Reported by
10643 David Rogoff.
10644 (verilog-auto-inout-module, verilog-auto-inst)
10645 (verilog-decls-get-interfaces, verilog-insert-definition)
10646 (verilog-insert-one-definition, verilog-read-decls)
10647 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10648 (verilog-sig-modport, verilog-signals-combine-bus)
10649 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10650 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10651 Suggested by David Rogoff.
10652 (verilog-repair-open-comma): Fix non-insertion of comma when
10653 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10654 (verilog-make-width-expression): Simplify [A-1:0] expression
10655 widths to just {A{1'b0}}.
10656 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
10657 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10658 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
10659 inputs/outputs or data type. Suggested by Vasu Kandadi.
10660 (next-error-last-buffer): Fix byte-compiler warning.
10661 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10662 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 10663 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 10664 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
10665 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10666 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 10667 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
10668 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10669 causing use of <= assignments. Reported by Alex Reed.
10670 (verilog-read-decls): Fix triand, trior, wand, wor to be
10671 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10672 (verilog-extended-complete-re): Support import "DPI-C" functions.
10673 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 10674 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
10675 (verilog-insert-date, verilog-insert-year)
10676 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10677 Windows systems. Reported by Michael Potts.
10678 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 10679 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 10680 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 10681 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
10682 (verilog-read-decls): Fix detecting "parameter int" when using
10683 AUTOINSTPARAM. Reported by Bruce T.
10684 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 10685 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 10686 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
10687 verilog-goto-defun will work. Reported by Lawrence Butcher.
10688 (verilog-getopt): Expand environment variables in -f file
10689 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 10690 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
10691 when reading enumerations.
10692 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10693 Suggested by Stephen Peltan.
4b8b1ec5 10694 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
10695 files. Reported by Steve Peltan.
10696
f7c0d931
CY
106972009-06-28 David De La Harpe Golden <david@harpegolden.net>
10698
10699 * files.el (trash-directory): Fix defcustom type.
10700
baf1a55e 107012009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
10702
10703 * help-fns.el (describe-function-1): Correctly locate adviced
10704 functions in hyperlink (Bug#2438).
10705
d63a01ef
CY
107062009-06-28 Chong Yidong <cyd@stupidchicken.com>
10707
10708 * files.el (trash-directory): Change default to nil.
10709 (move-file-to-trash): If trash-directory is nil and
10710 system-move-file-to-trash is unbound, perform freedesktop-style
10711 trashing.
10712
107132009-06-28 David De La Harpe Golden <david@harpegolden.net>
10714
10715 * files.el (move-file-to-trash): Add freedesktop trash
10716 support (Bug#973).
10717
fc2f6a26
GM
107182009-06-28 Glenn Morris <rgm@gnu.org>
10719
10720 * autorevert.el (global-auto-revert-non-file-buffers)
10721 (global-auto-revert-mode): Doc fixes.
10722
00242b07
JB
107232009-06-27 Johan Bockgård <bojohan@gnu.org>
10724
10725 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10726
f5594f03
CY
107272009-06-27 Chong Yidong <cyd@stupidchicken.com>
10728
e8a2b2da
CY
10729 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10730 opened an X connection before calling x-get-resource (Bug#3194).
10731
f5594f03
CY
10732 * play/doctor.el: Remove reference to obsolete website.
10733 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10734
3c3bf6ce
DN
107352009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10736
10737 Remove find-file-not-found-hook VC method. (Bug#2757)
10738 * vc-hooks.el (vc-file-not-found-hook)
10739 (vc-default-find-file-not-found-hook): Remove functions.
10740 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10741 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10742 * vc.el:
10743 * vc-hg.el:
10744 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10745
e26a7bc0
AM
107462009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10747
10748 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 10749 compatibility function for `looking-back'.
e26a7bc0 10750
4b8b1ec5 10751 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 10752 Use `ispell-looking-back'.
e26a7bc0 10753
d9848600
MA
107542009-06-24 Michael Albinus <michael.albinus@gmx.de>
10755
10756 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 10757 rather than `filename'.
d9848600 10758
05fbc4a9
MB
107592009-06-23 Miles Bader <miles@gnu.org>
10760
10761 * face-remap.el (text-scale-set): New function.
10762
f86ca715
GM
107632009-06-23 Glenn Morris <rgm@gnu.org>
10764
33e2c2e5
GM
10765 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10766
f529f302
GM
10767 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10768
34995333
GM
10769 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10770
cc80ccee
GM
10771 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10772
84cb770d
GM
10773 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10774 Simplify Persian conditionals.
10775
d916c965
GM
10776 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10777 variable `filename'.
10778
b6a44b27
GM
10779 * comint.el (comint-insert-input): Doc fix.
10780
f86ca715
GM
10781 * Makefile.in (ELCFILES): Fix typo in previous change.
10782
666e158e
MB
107832009-06-23 Miles Bader <miles@gnu.org>
10784
10785 * cus-start.el: Add entry for `recenter-redisplay'.
10786
be3e598a 107872009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
10788
10789 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10790 Add an optional argument for the backend, use it instead of
10791 calling vc-backend.
4b8b1ec5
SM
10792 (vc-mode-line): Add an optional argument for the backend.
10793 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
10794 special handling for vc-state being a buffer to ...
10795
10796 * vc-rcs.el (vc-rcs-find-file-hook):
10797 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10798
10799 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10800 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10801 vc-stay-local-p and vc-mode-line calls.
10802
10803 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10804 (vc-cvs-diff, vc-cvs-annotate-command)
10805 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10806 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10807 vc-mode-line calls.
10808
10809 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10810 direct comparison.
10811 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10812 backend when calling vc-mode-line.
10813 (vc-register): Do not create a closure for calling the vc register
10814 function, call it directly.
10815
2764748c
DN
108162009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10817
10818 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10819 to make it obvious item can be clicked.
f5a0b281
DN
10820
10821 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10822
d4a885b2
KH
108232009-06-23 Kenichi Handa <handa@m17n.org>
10824
10825 * language/korea-util.el (korean-key-bindings): Change the binding
10826 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10827 same command.
10828
e3610693
MA
108292009-06-22 Michael Albinus <michael.albinus@gmx.de>
10830
10831 Sync with Tramp 2.1.16.
10832
10833 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10834
10835 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10836 when a loading of a package fails. Completion function for rsync
10837 is `tramp-completion-function-alist-ssh'.
10838 (all): Replace all calls of `split-string' and
10839 `tramp-split-string' by `tramp-compat-split-string'.
10840 (tramp-default-method): Use `tramp-compat-process-running-p'.
10841 (tramp-default-proxies-alist): Allow also Lisp forms.
10842 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 10843 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
10844 (tramp-domain-regexp): Allow also "-", "_" and ".".
10845 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10846 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10847 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
10848 (tramp-handle-directory-files-and-attributes-with-stat):
10849 Care about filenames with spaces, or starting with "-".
e3610693
MA
10850 (tramp-handle-dired-uncache): New defun.
10851 (tramp-handle-insert-directory): Don't flush the directory from
10852 cache, this is handled by `dired-uncache' now.
10853 (tramp-handle-insert-file-contents): Improve error handling.
10854 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10855 Quote `tramp-end-of-output'.
10856 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
10857 (tramp-check-for-regexp): Both echoes must be present, before removing.
10858 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
10859 (tramp-compute-multi-hops): Eval cons cells of
10860 `tramp-default-proxies-alist'.
10861 (tramp-maybe-open-connection): Use the same command pattern for
10862 first hop and further hops.
10863 (tramp-wait-for-output): Remove handling of newlines.
10864 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10865 (tramp-split-string): Remove function. It is handled in
10866 tramp-compat now.
10867
4b8b1ec5
SM
10868 * net/tramp-cmds.el (tramp-bug):
10869 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
10870
10871 * net/tramp-compat.el (tramp-compat-split-string)
10872 (tramp-compat-process-running-p): New defuns.
10873
10874 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10875 for `dired-uncache'.
10876
10877 * net/tramp-gvfs.el: New package.
10878
4b8b1ec5
SM
10879 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10880 Add handler for `dired-uncache'.
e3610693
MA
10881 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10882
10883 * net/trampver.el: Update release number. Make version check fit
10884 for SXEmacs 22.
10885
13a3f374
JM
108862009-06-22 Jim Meyering <meyering@redhat.com>
10887
e0a28a3b 10888 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
10889 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10890 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10891
5242671e 108922009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 10893 Nick Roberts <nickrob@snap.net.nz>
13a3f374 10894
e0a28a3b 10895 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
10896 repository (http://sphinx.net.ru/hg/gdb-mi/).
10897
3fde45af
GM
108982009-06-22 Glenn Morris <rgm@gnu.org>
10899
46253b34
GM
10900 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10901 `mode' and `eval' entries. (Bug#3430)
10902
97e18192
GM
10903 * Makefile.in (ELCFILES): Add fadr.elc.
10904
731a00fb
GM
10905 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10906 differing behavior of \n and ^ in strings. (Bug#3385)
10907
c66cd0ff
GM
10908 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10909
3fde45af
GM
10910 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10911 property.
10912 (lisp-indent-function): Make it a defcustom.
10913
db2241a0
NR
109142009-06-21 Nick Roberts <nickrob@snap.net.nz>
10915
10916 * progmodes/gdb-ui.el: Replace with ...
5242671e 10917 * progmodes/gdb-mi.el: ... this file.
db2241a0 10918 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
10919
109202009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10921
db2241a0
NR
10922 * fadr.el: New file.
10923
38d4f316 10924See ChangeLog.14 for earlier changes.
e3d51b27
MR
10925
10926;; Local Variables:
10927;; coding: utf-8
e3d51b27
MR
10928;; End:
10929
4e5617ee 10930 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
10931
10932 This file is part of GNU Emacs.
10933
10934 GNU Emacs is free software: you can redistribute it and/or modify
10935 it under the terms of the GNU General Public License as published by
10936 the Free Software Foundation, either version 3 of the License, or
10937 (at your option) any later version.
10938
10939 GNU Emacs is distributed in the hope that it will be useful,
10940 but WITHOUT ANY WARRANTY; without even the implied warranty of
10941 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10942 GNU General Public License for more details.
10943
10944 You should have received a copy of the GNU General Public License
10945 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10946
38d4f316 10947;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1