Fixed Bug#5096.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8e39154d
UJ
12009-12-06 Ulf Jasper <ulf.jasper@web.de>
2
3 * net/newst-backend.el :
4 * net/newst-plainview.el:
5 * net/newst-reader.el:
6 * net/newst-ticker.el:
7 * net/newst-treeview.el:
8 * net/newsticker.el: Require/provide newst-... (instead of
9 newsticker-...). (Bug#5096)
10
ef187c24
CY
112009-12-06 Chong Yidong <cyd@stupidchicken.com>
12
13 * simple.el (beginning-of-visual-line): Constrain to field
14 boundaries (Bug#5106).
15
571855b6
UJ
162009-12-06 Ulf Jasper <ulf.jasper@web.de>
17
18 * xml.el (xml-substitute-numeric-entities): Moved
19 newsticker--decode-numeric-entities in newst-backend.el to
20 xml-substitute-numeric-entities in xml.el. (Bug#5008)
21
22 * net/newst-backend.el (newsticker--parse-generic-feed)
23 (newsticker--parse-generic-items)
24 (newsticker--decode-numeric-entities): Moved
25 newsticker--decode-numeric-entities in newst-backend.el to
26 xml-substitute-numeric-entities in xml.el. (Bug#5008)
27
b857059c
CY
282009-12-06 Daniel Colascione <dan.colascione@gmail.com>
29
30 * progmodes/js.el (js--js-not): Add null to the list of values.
31
c2dae51b
CY
322009-12-06 Chong Yidong <cyd@stupidchicken.com>
33
34 * ansi-color.el (ansi-color-for-comint-mode): Add :version
35 keyword.
36
ed0f72d2
RW
372009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
38
39 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
40 delimiter if it is at the end of the current line.
41 (bibtex-generate-url-list): Fix docstring.
42
365b9a62
SM
432009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
46 minibuffer's content with itself.
47 Fold the confirm-after-completion case into the `confirm' case.
48 (completion-pcm-word-delimiters): Add : and / to the delimiters.
49
990a9cb1
KR
502009-12-06 Kevin Ryde <user42@zip.com.au>
51
52 * ffap.el (ffap-rfc-path): Make this a defcustom since
53 `ffap-rfc-directories' is also a defcustom. (My Bug#4514.)
54
8b5a10db
KR
55 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
56 manuals, similar to existing setup for help-mode. (My bug#3913.)
57
065543e7
JL
582009-12-05 Juri Linkov <juri@jurta.org>
59
60 Save and restore dired buffer's point positions too. (Bug#4880)
61
62 * dired.el (dired-save-positions): Return in the first element
63 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
64 Doc fix.
65 (dired-restore-positions): First restore buffer's position.
66 While restoring window's positions, check if window still displays
67 the original buffer.
68
503edac9
CY
692009-12-05 Chong Yidong <cyd@stupidchicken.com>
70
9a594ee6
CY
71 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
72 if possible.
73
365b9a62
SM
74 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
75 Make argument optional.
9a594ee6 76
925f8c70
CY
77 * shell.el (shell): Require ansi-color (Bug#5113).
78
79 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
80
503edac9
CY
81 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
82
8fea6b33
AM
832009-12-05 Alan Mackenzie <acm@muc.de>
84
85 * progmodes/cc-mode.el (c-before-hack-hook)
86 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
87 `c-file-style' to work again. This reversion restores the current
212c5aef 88 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 89
5d1fd962
CY
902009-12-05 Kevin Ryde <user42@zip.com.au>
91
92 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
93 comment-start-skip to comment-end-skip as comment (Bug#4781).
94
30760c8b
JL
952009-12-05 Juri Linkov <juri@jurta.org>
96
97 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
98 for virtual nodes. (Bug#4147)
99 (Info-find-node-2): Set `Info-current-node-virtual' to nil
100 when moving from a virtual node.
101 (Info-mode-menu): Add `Info-virtual-index' to the menu.
102 (Info-mode): Add `Info-virtual-index' to the docstring.
103
1dc5c6f3
CY
1042009-12-05 Eric Ludlam <zappo@gnu.org>
105
106 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
107 Describe project macro symbols.
108
109 * cedet/semantic/complete.el (semantic-complete-do-completion):
110 Don't call semantic-collector-current-exact-match.
111
112 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
113 ede-objects as targets.
114
115 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
116 a target's object list even if compiler vars are already in the
117 Makefile.
118
119 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
120 list of headers producing necessary macros.
121
403111a8
RW
1222009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
123
124 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
125 track of the buffer position of the end of a BibTeX entry as this
126 position may change during reformatting.
127 (bibtex-format-entry): Remove whitespace before processing
128 numerical fields so that we recognize the latter properly.
129 (bibtex-reformat): Do not use push which changes the global value
130 of bibtex-entry-format.
131 (bibtex-field-braces-alist, bibtex-field-strings-alist)
132 (bibtex-field-re-init): Replace only space characters by regexp
133 for whitespace.
365b9a62 134 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
135 (bibtex-initialize): Also update bibtex-strings.
136 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
137 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
138 Update bibtex-reference-keys.
403111a8 139
25b54627
SM
1402009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * minibuffer.el (completion-pcm--merge-try): Also consider placing
143 point after a star, if that's the only place where modifications can
144 make progress.
145
35639eb4
DN
1462009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
147
148 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
149 in docstrings.
150
8b78760b
JL
1512009-12-04 Juri Linkov <juri@jurta.org>
152
153 * proced.el (proced): Call `(proced-update t)' to update process
154 information instead of only running proced-post-display-hook.
155 (proced-send-signal): Add a leading space to the buffer name
156 " *Marked Processes*" to make this buffer ephemeral.
157
2b3489a7
JL
1582009-12-04 Juri Linkov <juri@jurta.org>
159
160 * dired.el (dired-auto-revert-buffer): New defcustom.
161 (dired-internal-noselect): Use it.
162
9b9debd1
JL
1632009-12-04 Juri Linkov <juri@jurta.org>
164
165 Change roles of modes and functions in image-mode.el (Bug#5062).
166
167 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
168 in `auto-mode-alist'.
169 (image-mode-previous-major-mode): New variable.
170 (image-minor-mode-map): Rename from `image-mode-text-map'.
171 (image-mode): Move graceful error-handling code from
172 `image-minor-mode' to here. On errors call `image-mode-as-text'.
173 (image-minor-mode): Remove all image-handling code.
174 Replace `image-mode-text-map' with `image-minor-mode-map'.
175 Check for `image-type' in mode-line format string.
176 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
177 (image-mode-as-text): New function with most code from
178 `image-mode-maybe'.
179 (image-toggle-display-text): Move code that removes image
180 properties from `image-toggle-display' to here.
181 (image-toggle-display-image): New function with code that adds
182 image properties copied from `image-toggle-display'.
183 (image-toggle-display): Remove most code with leaving only code
184 that toggles between `image-mode-as-text' and `image-mode'.
185
0c74a301
UJ
1862009-12-04 Ulf Jasper <ulf.jasper@web.de>
187
188 * net/newst-treeview.el
189 (newsticker--treeview-list-highlight-start): Restored call to
190 save-excursion: Selected item was stuck.
191 (newsticker--treeview-list-select): New.
192 (newsticker--treeview-item-show-text)
193 (newsticker--treeview-item-show)
194 (newsticker--treeview-item-update): Use new
195 newsticker-treeview-item-mode.
196 (newsticker-treeview-update): Keep current item.
197 (newsticker-treeview-next-new-or-immortal-item): Doc change.
198 (newsticker--treeview-first-feed): Doc change.
199 (newsticker-treeview-list-menu)
200 (newsticker-treeview-item-menu): Added menu entries.
201 (newsticker-treeview-item-mode): New.
202
203 * net/newst-backend.el (newsticker-customize): delete other
204 windows.
205
9eaeec5b
SS
2062009-12-04 Sam Steingold <sds@gnu.org>
207
208 * log-view.el (log-view-mode-map): "q" calls quit-window,
209 like in all the other non-self-insert buffers.
210
b2bf5be5
SM
2112009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 Minor cleanup.
214 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
215 key decoding rather than do it manually via last-input-event +
216 ascii-character.
217 (term-exec): Use delete-and-extract-region.
218 (term-handle-ansi-terminal-messages): Remove unused var `end'.
219 (term-process-pager): Remove unused var `i'.
220 (term-dynamic-simple-complete): Make obsolete.
221 (serial-update-config-menu): Remove unused vars `y' and `str'.
222 (term-update-mode-line): Remove unused var `temp'.
223
46e5c897
DN
2242009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
225
226 Limit the number of log entries displayed by default.
227 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
228 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
229 using a prefix argument.
230
627e0a14
GM
2312009-12-03 Glenn Morris <rgm@gnu.org>
232
233 * progmodes/idlwave.el (class): Restore still useful declaration.
234
8578c224
AM
2352009-12-03 Alan Mackenzie <acm@muc.de>
236
4abc318c 237 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 238
b2bf5be5
SM
239 * progmodes/cc-mode.el (c-basic-common-init):
240 Call c-state-cache-init.
241 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 242 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 243 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
244
245 * progmodes/cc-langs.el (c-before-font-lock-function):
246 c-extend-and-neutralize-syntax-in-CPP has been renamed
247 c-neutralize-syntax-in-and-mark-CPP.
248
249 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
250 with `category' properties now, not `syntax-table' ones.
251
252 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
253 enhanced (but slower) version of c-end-of-macro that won't land
254 inside a literal or on another awkward character.
255 (c-state-cache-too-far, c-state-cache-start)
256 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
257 (c-state-nonlit-pos-cache-limit, c-state-point-min)
258 (c-state-point-min-lit-type, c-state-point-min-lit-start)
259 (c-state-min-scan-pos, c-state-brace-pair-desert)
260 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
261 buffer local variables.
262 (c-state-literal-at, c-state-lit-beg)
263 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
264 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
265 (c-state-cache-top-paren, c-state-cache-after-top-paren)
266 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
267 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
268 (c-renarrow-state-cache)
269 (c-append-lower-brace-pair-to-state-cache)
270 (c-state-push-any-brace-pair, c-append-to-state-cache)
271 (c-remove-stale-state-cache)
272 (c-remove-stale-state-cache-backwards, c-state-cache-init)
273 (c-invalidate-state-cache-1, c-parse-state-1)
274 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
275 (c-parse-state): Enhance and refactor.
276 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
277
278 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
279 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
280 modify to use category text properties rather than syntax-table ones.
281 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
282 to switch off/on the syntactic paren property of C++ template
283 delimiters using the category property.
284 (c-with-<->-as-parens-suppressed): Macro to invoke code with
285 template delims suppressed.
286 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
287 New constant/macros which apply category properties to the start
288 and end of preprocessor constructs.
b2bf5be5 289 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
290 "comment out" the syntactic value of characters in preprocessor
291 constructs.
292 (c-with-cpps-commented-out)
293 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
294 with characters in all or all but one preprocessor constructs
295 "commented out".
296
0d4dc442
RW
2972009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
298
299 * proced.el (proced-filter-alist): Use regexp-quote.
300
a09dc9bf
MA
3012009-12-03 Michael Albinus <michael.albinus@gmx.de>
302
303 Cleanup.
304 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
305 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
306 arguments. Expand `default-directory'.
307
308 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
309 the benefit of returning an expanded localname.
310 (tramp-tramp-file-p): Handle the case NAME is not a string.
311
3f6bd790
DN
3122009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
313
4dfb3b9c
DN
314 Add support for bzr shelve/unshelve.
315 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
316 (vc-bzr-extra-menu-map): New variables.
317 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
318 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
319 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
320 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
321 (vc-bzr-dir-extra-headers): Display shelves.
322
3f6bd790
DN
323 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
324
842d73a1
SM
3252009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * textmodes/bibtex.el (bibtex-complete-internal):
328 Use completion-in-region.
329 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
330
7fa4876f
DN
3312009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
332
333 Support applying stashes. Improve UI.
334 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
335 (vc-git-stash-apply, vc-git-stash-pop)
336 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
337 (vc-git-stash-menu): New functions.
338 (vc-git-stash-menu-map): New variable.
339 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
340
d6e82452
GM
3412009-12-03 Glenn Morris <rgm@gnu.org>
342
343 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
344 (vc-print-log-internal): Fix previous change.
345 (vc-revert): Correct pluralization.
346
8d222148
SM
3472009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
348
ea52206b
SM
349 * progmodes/make-mode.el (makefile-special-targets-list): No need for
350 it to be an alist any more.
351 (makefile-complete): Use completion-in-region.
352
69a94a37
SM
353 * progmodes/octave-mod.el (octave-complete-symbol):
354 Use completion-in-region.
355
8d222148
SM
356 Misc cleanup.
357 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
358 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
359 (idlwave-complete-class): Don't quote lambda.
360 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
361 (idlwave-mode-map): Move initialization into declaration.
362 (idlwave-action-and-binding): Use backquotes.
363 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
364 Simplify.
365 (idlwave-is-pointer-dereference): Remove unused var `pos'.
366 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
367 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
368 `parts', and `all-parts'.
369 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
370 (idlwave-convert-xml-system-routine-info): Remove unused string
371 `version-string'.
372 (idlwave-display-user-catalog-widget): Use dolist.
373 (idlwave-scanning-lib): Declare dynamically-scoped var.
374 (idlwave-scan-library-catalogs): Remove unused var `flags'.
375 (completion-highlight-first-word-only): Declare to silence bytecomp.
376 (idlwave-popup-select): Tighten scope of `resp'.
377 (idlwave-find-struct-tag): Remove unused var `beg'.
378 (idlwave-after-load-rinfo-hook): Declare.
379 (idlwave-sintern-class-info): Remove unused var `taglist'.
380 (idlwave-find-class-definition): Remove unused var `list'.
381 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
382 (idlwave-what-module-find-class): Remove unused var `classes'.
383
3bb8691b
JB
3842009-12-03 Juanma Barranquero <lekktu@gmail.com>
385
386 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
387
f72f0c23
SM
3882009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
391 buffers visited. Remove redundant current-buffer-saving.
392
601a9508
SM
3932009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 Use completion-in-buffer and remove uses of dynamic scoping.
396 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
397 (pascal-buffer-to-use, pascal-flag): Don't declare.
398 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
399 (pascal-get-completion-decl, pascal-keyword-completion):
400 Add `pascal-str' argument, save-excursion,
401 return the found completions, and don't filter with pascal-pred.
402 (pascal-completion-cache): New var.
403 (pascal-completion): Don't switch buffer any more (it was never
404 necessary). Don't save-excursion any more (it's done by the called
405 subroutines). Use a cache to avoid redundant computations.
406 Use complete-with-action rather than pascal-completion-response and
407 let it apply the predicate as well.
408 (pascal-complete-word): Use completion-in-buffer when
409 pascal-toggle-completions is nil.
410 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
411 not used any more.
412 (pascal-comp-defun): Don't change buffer any more.
413 Use complete-with-action rather than pascal-completion-response and
414 let it apply the predicate as well.
415 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
416 when neded.
417
1ff4cb98
KH
4182009-12-02 Kenichi Handa <handa@m17n.org>
419
420 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
421 shape for all Indic scripts.
422
bb12edf1
SM
4232009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 Use completion-in-buffer.
426 * wid-edit.el (widget-field-text-end): New function.
427 (widget-field-value-get): Use it.
428 (widget-string-complete, widget-file-complete)
429 (widget-color-complete): Use it and completion-in-region.
430 (widget-complete): Don't narrow the buffer.
431
5813f6ef
GM
4322009-12-02 Glenn Morris <rgm@gnu.org>
433
c920f222
GM
434 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
435 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
436 * mail/rmailsum.el: Replace all pop-to-buffer calls with
437 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 438
5813f6ef
GM
439 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
440 save-excursion with save-current-buffer.
441 Widen before searching. (Bug#5093)
442 (diary-list-sexp-entries): Remove superfluous save-excursion.
443
34b1d750
GM
4442009-12-02 Michael Welsh Duggan <mwd@cert.org>
445
446 * woman.el (woman-make-bufname): Handle man-pages with "." in the
447 name. (Bug#5038)
448
b2d5f31a
GM
4492009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
450
451 * ido.el (ido-file-internal): Handle filenames at point that do
452 not have a directory part. (Bug#5049)
453
c710ac3c
JB
4542009-12-02 Juanma Barranquero <lekktu@gmail.com>
455
456 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
457 (mpc-songs-jump-to, mpc-resume): Doc fixes.
458
9946be46
SM
4592009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
460
461 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
462 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
463 any more.
464
b08016f2
SM
4652009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
466
e7440df4
SM
467 * comint.el (comint-insert-input): Ignore clicks to the right of
468 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
469
3bb8691b 470 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
471 terminate before setting up the major mode.
472
f3b757f5
SM
473 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
474 in case.
475
a2877f1d
SM
476 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
477 the last element.
478
b08016f2
SM
479 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
480
782d6e30
GM
4812009-12-01 Glenn Morris <rgm@gnu.org>
482
483 * window.el (window--display-buffer-2): Fix previous changes.
484
28f57f7e
CY
4852009-12-01 Chong Yidong <cyd@stupidchicken.com>
486
487 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
488
c31a2fdc
GM
4892009-12-01 Glenn Morris <rgm@gnu.org>
490
491 * Makefile.in (ELCFILES): Add mpc.elc.
492
e1ada222
SM
4932009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * mpc.el: New file.
496
0c9ff2c5
GM
4972009-12-01 Glenn Morris <rgm@gnu.org>
498
3689984f
GM
499 * window.el (window-to-use): Define for compiler.
500
3ab4308b
GM
501 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
502 consistent with others (no final period).
503
0c9ff2c5
GM
504 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
505 (rmail-mime-show): Downcase the encoding. (Bug#5070)
506
fb0c18ff
DN
5072009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
508
509 Make vc-print-log buttons work.
c710ac3c 510 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
fb0c18ff 511
2ac7e73e
JB
5122009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
513
514 * savehist.el (savehist-autosave-interval): Allow setting to nil
515 through customize. (Bug#5056)
516
5237d741
JB
5172009-11-30 Juanma Barranquero <lekktu@gmail.com>
518
519 Fix references to jit-lock properties.
520 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
521 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
522 (perl-font-lock-special-syntactic-constructs):
523 Quote jit-lock-defer-multiline property.
524
379241fa
DN
5252009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
526
527 * vc-git.el (vc-git-registered): Call vc-git-root only once.
528
054ae856
JL
5292009-11-30 Juri Linkov <juri@jurta.org>
530
531 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
532 value `buffer' of `multi-isearch-next-buffer-current-function'.
533 Use `(current-buffer)' when `buffer' is nil.
534 (multi-isearch-next-buffer-from-list): Don't fallback to
535 `(current-buffer)' when `buffer' is nil. (Bug#4947)
536
67296dda
JL
5372009-11-30 Juri Linkov <juri@jurta.org>
538
539 * misearch.el (multi-isearch-read-buffers): Move canonicalization
540 of buffers with `get-buffer' to `multi-isearch-buffers'.
541 (multi-isearch-buffers, multi-isearch-buffers-regexp):
542 Canonicalize BUFFERS with `get-buffer'. Doc fix.
543 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
544 FILES with `expand-file-name' converting relative file names
545 to absolute. Doc fix. (Bug#4727)
546
c585bf32
JL
5472009-11-30 Juri Linkov <juri@jurta.org>
548
549 * misearch.el (multi-isearch-read-buffers)
550 (multi-isearch-read-matching-buffers): New functions.
551 (multi-isearch-buffers, multi-isearch-buffers-regexp):
552 Use them in the `interactive' spec. Doc fix.
553 (multi-isearch-read-files, multi-isearch-read-matching-files):
554 New functions.
555 (multi-isearch-files, multi-isearch-files-regexp):
556 Use them in the `interactive' spec. Doc fix. (Bug#4725)
557
0a745733
JL
5582009-11-30 Juri Linkov <juri@jurta.org>
559
560 * doc-view.el (doc-view-continuous):
561 Rename from `doc-view-continuous-mode'.
562 (doc-view-menu): Move "Toggle display" to the top.
563 Add submenu "Continuous" with radio buttons "Off"/"On"
564 and "Save as Default".
565 (doc-view-scroll-up-or-next-page)
566 (doc-view-scroll-down-or-previous-page)
567 (doc-view-next-line-or-next-page)
568 (doc-view-previous-line-or-previous-page): Rename
569 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
570
1f9689eb
JL
5712009-11-30 Juri Linkov <juri@jurta.org>
572
573 * comint.el (comint-mode-map): Rebind `M-r' from
574 `comint-previous-matching-input' to
575 `comint-history-isearch-backward-regexp'.
576 Unbind `M-s' to allow global key binding `M-s'.
577 Add menu items for `comint-history-isearch-backward' and
578 `comint-history-isearch-backward-regexp'. (Bug#3746)
579
2952b1ae
JL
5802009-11-30 Juri Linkov <juri@jurta.org>
581
582 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
583 For def=recenter, replace `recenter' with `recenter-top-bottom'
584 that is called with `this-command' and `last-command' let-bound
585 to `recenter-top-bottom'. When the last `def' was not `recenter',
586 set `recenter-last-op' to nil. (Bug#4981)
587
7a9547ca
SM
5882009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
589
20565545
SM
590 Minor cleanup and simplification.
591 * filecache.el (file-cache-add-directory)
592 (file-cache-add-directory-recursively)
593 (file-cache-add-from-file-cache-buffer)
594 (file-cache-delete-file-regexp, file-cache-delete-directory)
595 (file-cache-files-matching-internal, file-cache-display): Use dolist.
596 (file-cache-temp-minibuffer-message): Delete function.
597 (file-cache-minibuffer-complete): Use minibuffer-message instead.
598
7a9547ca
SM
599 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
600 Don't signal an error when bumping into EOB in tr, s, or y.
601
08e968f3
JL
6022009-11-29 Juri Linkov <juri@jurta.org>
603
604 * startup.el (fancy-about-text): Fix wording of Guided Tour.
605 (Bug#4960)
606
607 * descr-text.el (describe-char-unidata-list): Use lowercase name
608 for "Unicode name" like in other tags.
609
f8d170a4
JL
6102009-11-29 Juri Linkov <juri@jurta.org>
611
612 * ediff-util.el (ediff-minibuffer-with-setup-hook):
613 New compatibility macro.
7a9547ca 614 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 615
0116abbd
JL
6162009-11-29 Juri Linkov <juri@jurta.org>
617
618 Add defcustom to define the cycling order of `recenter-top-bottom'.
619 (Bug#4981)
620
621 * window.el (recenter-last-op): Doc fix.
622 (recenter-positions): New defcustom.
623 (recenter-top-bottom): Rewrite to use `recenter-positions'.
624 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
625
61eef560
MA
6262009-11-29 Michael Albinus <michael.albinus@gmx.de>
627
628 Improve integration of Tramp and ange-ftp in eshell.
629
630 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
631 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
632 (eshell/sudo): Flatten args. Let-bind `default-directory'.
633
634 * eshell/esh-util.el (top): Require also Tramp when compiling.
635 (eshell-directory-files-and-attributes): Check for FTP remote
636 connection.
637 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
638 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
639 (eshell-file-attributes): Handle ".". Return `entry'.
640
641 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
642 (ange-ftp-directory-files-and-attributes)
643 (ange-ftp-real-directory-files-and-attributes): New defuns.
644
645 * net/tramp.el (tramp-maybe-open-connection): Open the remote
646 shell with "exec" when possible. This prevents trailing prompts
647 in `start-file-process'.
648
f5467d3f
SM
6492009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
650
21f49db9
SM
651 Try and remove assumptions about point-min==1.
652 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
653 (rng-compute-mode-line-string): Show the validation percentage in
654 terms of the narrowed text, not the widened text.
655 (rng-do-some-validation): Don't catch internal errors when debugging.
656 (rng-first-error): Simplify.
657 (rng-after-change-function): Remove work around. AFAIK the bug has
658 been fixed a while ago.
659
26224faf
SM
660 * image-mode.el (image-minor-mode): Exit more gracefully when the image
661 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
662
d7117720
SM
663 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
664
f5467d3f
SM
665 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
666 `cd' doesn't always do it for us (bug#5067).
667
668 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
669 on 2009-10-25 as part of some other change (bug#5067).
670
c5269f1c
SM
6712009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
672
62a258a7
SM
673 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
674 `suspicious'.
675 (byte-compile-warnings): Use byte-compile-warning-types.
676 (byte-compile-save-excursion): Warn about use of set-buffer right
677 after save-excursion.
678
c5269f1c
SM
679 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
680 the excursion as well.
681
3ba30eb8
MA
6822009-11-27 Michael Albinus <michael.albinus@gmx.de>
683
684 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
685 providing a Tramp related implementation of "su" and "sudo".
686 (eshell-unix-initialize): Add "su" and "sudo".
687
6c6f788d
DU
6882009-11-27 Daiki Ueno <ueno@unixuser.org>
689
690 * net/socks.el (socks-send-command): Convert binary request to
691 unibyte before sending. This fixes mishandling of some port
692 numbers such as 129.
693
10c877fe
SM
6942009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
695
6f06a171
SM
696 * help.el (describe-bindings-internal): Remove `interactive'.
697
10c877fe
SM
698 * man.el (Man-completion-table): Trim a terminating "(".
699 Remove the space between name page a section.
700 Add the command's description on the `help-echo' property.
c5269f1c
SM
701 Remove `process-connection-type' binding since it's unused by
702 call-process.
10c877fe
SM
703 Provide completion for the "<section> <name>" format as well.
704 (Man-default-man-entry): Remove spurious var shadowing the argument.
705
c44a4822
KR
7062009-11-26 Kevin Ryde <user42@zip.com.au>
707
708 * log-view.el: Add "Keywords: tools", since its other keywords
709 aren't in finder-known-keywords, and following vc.el.
710
9d58f081
KR
711 * sha1.el (sha1-string-external): default-directory "/" in case
712 otherwise non-existent. process-connection-type pipe for touch of
713 efficiency recommended by elisp manual. (An aside in Bug#3911.)
714
72fe6b25
SM
7152009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 Misc coding convention cleanups.
718 * htmlfontify.el (hfy-init-kludge-hook): Rename from
719 hfy-init-kludge-hooks.
720 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
721 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
722 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
723 and push.
724 (hfy-slant, hfy-weight): Use tables rather than code.
725 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
726 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
727 (hfy-face-attr-for-class): Initialize `face-spec' directly.
728 (hfy-face-to-css): Remove `nconc' with single arg.
729 (hfy-p-to-face-lennart): Use `or'.
730 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
731 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
732 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
733 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
734 (hfy-force-fontification): Use run-hooks.
735
85e0a536
SM
7362009-11-26 Vivek Dasmohapatra <vivek@etla.org>
737
738 Various minor fixes.
739 * htmlfontify.el (hfy-default-header): Add toggle_invis since
740 Javascript belongs in the header, not the body.
741 (hfy-javascript): Remove.
742 (hfy-fontify-buffer): Don't insert it any more.
743 (hfy-face-at): Handle (face0 face1 face2) style face properties.
744 Fix bug in invis handling when there were no invis props in a chunk.
745
62ccc42c
SM
7462009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
749
2643c7aa
DN
7502009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
751
752 * finder.el (finder-mode-map): Add a menu.
753
0e5c8aed
DN
7542009-11-26 Michael McNamara <mac@mail.brushroad.com>
755
756 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
757 "unsigned" structs.
758
759 (verilog-leap-to-head, verilog-backward-token): Handle "disable
760 fork" statement better.
761
7622009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
763
764 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
62ccc42c
SM
765 (verilog-delete-empty-auto-pair, verilog-library-filenames):
766 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
0e5c8aed
DN
767
768 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
769 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
770 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
771 Pierre-David Pfister.
772
7629c4e7
GM
7732009-11-26 Glenn Morris <rgm@gnu.org>
774
62ccc42c
SM
775 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
776 the scope.
7629c4e7 777
a5d358f8
JB
7782009-11-25 Johan Bockgård <bojohan@gnu.org>
779
780 * vc-annotate.el (vc-annotate-revision-previous-to-line):
781 Really use previous revision.
782
002cbde5
KR
7832009-11-25 Kevin Ryde <user42@zip.com.au>
784
785 * man.el (Man-completion-table): default-directory "/" in case
786 doesn't otherwise exist. process-environment COLUMNS=999 so as
787 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
788 any chance of hitting the pseudo-tty TIOCGWINSZ.
789 (man): completion-ignore-case t for friendliness and since man
790 itself is case-insensitive on the command line.
791 Further to Bug#3717.
002cbde5 792
8cb5ffe8
KR
793 * arc-mode.el: Add "Keywords: files", so the details in its
794 commentary can be reached from finder-by-keyword.
34607612
KR
795 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
796 editing mode, but it's comms related and sgml-mode.el has "comm"
797 on that basis too.
b8dfcf54 798 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
799 * international/isearch-x.el, international/ja-dic-cnv.el:
800 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 801 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 802
1e2d9ba1
JL
8032009-11-25 Juri Linkov <juri@jurta.org>
804
805 * man.el (Man-completion-table): Modify regexp to include
806 section names to completion strings. (Bug#3717)
807
a601d313
JL
8082009-11-25 Juri Linkov <juri@jurta.org>
809
810 Search recursively in gzipped files. (Bug#4982)
811
812 * progmodes/grep.el (grep-highlight-matches): Add new options
813 `always' and `auto'. Doc fix.
814 (grep-process-setup): Check `grep-highlight-matches' for
815 `auto-detect' to determine the need to compute grep defaults.
816 Move Windows/DOS specific --colors settings handling
817 to `grep-compute-defaults'. Check `grep-highlight-matches'
818 to get the value of "--color=".
819 (grep-compute-defaults): Compute `grep-highlight-matches' when it
820 has the value `auto-detect'. Move Windows/DOS specific settings
821 from `grep-process-setup'.
822 (zrgrep): New command with alias `rzgrep'.
823
bde04ea9
JL
8242009-11-25 Juri Linkov <juri@jurta.org>
825
826 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
827 to nil instead of switching off view-mode. (Bug#4896)
828
7d6b4d3c
JL
8292009-11-25 Juri Linkov <juri@jurta.org>
830
831 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
832
833 * mwheel.el (mwheel-scroll-up-function)
834 (mwheel-scroll-down-function): New defvars.
835 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
836 `scroll-up', and `mwheel-scroll-down-function' instead of
837 `scroll-down'.
838
839 * doc-view.el (doc-view-scroll-up-or-next-page)
840 (doc-view-scroll-down-or-previous-page): Add optional ARG.
841 Use this ARG in the call to image-scroll-up/image-scroll-down.
842 Change `interactive' spec to "P". Goto next/previous page only
843 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
844 SPC/DEL case). Doc fix.
845 (doc-view-next-line-or-next-page)
846 (doc-view-previous-line-or-previous-page): Rename arg to ARG
847 for consistency.
848 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
849 `doc-view-scroll-up-or-next-page', and buffer-local
850 `mwheel-scroll-down-function' to
851 `doc-view-scroll-down-or-previous-page'.
852
e237085f
JL
8532009-11-25 Juri Linkov <juri@jurta.org>
854
855 Provide additional default values (directories at other Dired
856 windows) via M-n in the minibuffer of some Dired commands.
857
858 * dired-aux.el (dired-diff, dired-compare-directories)
859 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
860 `minibuffer-default' in `minibuffer-with-setup-hook'.
861 (dired-dwim-target-directory): Find a window that displays Dired
862 buffer instead of failing when the next window is not Dired.
863 Use `get-window-with-predicate' to find for the next Dired window.
864 (dired-dwim-target-defaults): New function.
865
866 * ediff-util.el (ediff-read-file-name):
867 Use `dired-dwim-target-defaults' to set `minibuffer-default'
868 in `minibuffer-with-setup-hook'.
869
7d371eac
JL
8702009-11-25 Juri Linkov <juri@jurta.org>
871
872 Provide additional default values (file name at point or at the
873 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
874
875 * minibuffer.el (read-file-name-defaults): New function.
876 (read-file-name): Reset `minibuffer-default' to nil when
877 it duplicates initial input `insdef'.
878 Bind `minibuffer-default-add-function' to lambda that
879 calls `read-file-name-defaults' in `minibuffer-selected-window'.
880 (minibuffer-insert-file-name-at-point): New command.
881
882 * files.el (file-name-at-point-functions): New defcustom.
883 (find-file-default): Remove defvar.
884 (find-file-read-args): Don't use `find-file-default'.
885 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
886 to `read-file-name'.
887 (find-file-literally): Use `read-file-name' with
888 `confirm-nonexistent-file-or-buffer'.
889
890 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
891
892 * dired.el (dired-read-dir-and-switches):
893 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
894 to `read-file-name'.
895 (dired-file-name-at-point): New function.
896 (dired-mode): Add hook `dired-file-name-at-point' to
897 `file-name-at-point-functions'.
898
04ae543a
SM
8992009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 Really make the *Completions* window soft-dedicated (bug#5030).
902 * window.el (window--display-buffer-2): Add `dedicated' argument.
903 (display-buffer): Pass it when needed so the dedicated flag is set
904 after calling set-window-buffer, which would otherwise reset it.
905
eb708e66
SM
9062009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
907
d6b8d4e7
SM
908 * progmodes/meta-mode.el (meta-complete-symbol):
909 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
910 * mail/mailabbrev.el (mail-abbrev-complete-alias):
911 Use completion-in-region.
912
5f24557b
SM
913 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
914 (dabbrev-completion): Use completion-in-region.
915 (dabbrev--abbrev-at-point): Simplify regexp.
916
fe4346f0
SM
917 * abbrev.el (abbrev--before-point): Use word-motion functions
918 if :regexp is not specified (bug#5031).
919
cb190d7d
SM
920 * subr.el (string-prefix-p): New function.
921
e2ec6dd5
SM
922 * man.el (Man-completion-cache): New var.
923 (Man-completion-table): Use it.
924
eb708e66
SM
925 * vc.el (vc-print-log-internal): Make `limit' optional for better
926 compatibility (e.g. with vc-annotate.el).
927
4cf8971b
KR
9282009-11-24 Kevin Ryde <user42@zip.com.au>
929
eb708e66
SM
930 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
931 Build value with regexp-opt instead of explicit joining loop. (My
f69c67b6
KR
932 Bug#4927.)
933
4cf8971b
KR
934 * emacs-lisp/elint.el (elint-add-required-env): Better error message
935 when .el source file not found or other error.
936
d204c46c
SM
9372009-11-24 Markus Triska <markus.triska@gmx.at>
938
939 * linum.el (linum-update-window): Ignore intangible (bug#4996).
940
bb301b9a
SM
9412009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
942
449c27f0
SM
943 Handle the [back] button properly (bug#4979).
944 * descr-text.el (describe-text-properties): Add a `buffer' argument.
945 Use help-setup-xref, help-buffer, and with-help-window.
946 (describe-char): Add `buffer' argument.
947 Pass proper command to help-setup-xref. Don't meddle with
948 help-xref-stack-item directly.
949 (describe-text-category): Use with-help-window and help-buffer.
950
32fe5377
SM
951 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
952 for the displayed buffer (bug#4887).
953
bb301b9a
SM
954 * man.el (Man-completion-table): New function.
955 (man): Use it.
956
35179414
DR
9572009-11-24 David Reitter <david.reitter@gmail.com>
958
bb301b9a 959 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
960 .git is) rather than the file's directory and a relative path spec
961 to work around a bug in git.
962
605a20a9
MA
9632009-11-24 Michael Albinus <michael.albinus@gmx.de>
964
965 Improve handling of processes on remote hosts.
966
967 * eshell/esh-util.el (eshell-path-env): New defvar.
968 (eshell-parse-colon-path): New defun.
969 (eshell-file-attributes): Use `eshell-parse-colon-path'.
970
bb301b9a
SM
971 * eshell/esh-ext.el (eshell-search-path):
972 Use `eshell-parse-colon-path'.
605a20a9
MA
973 (eshell-remote-command): Remove argument HANDLER.
974 (eshell-external-command): Check for FTP remote connection.
975
bb301b9a
SM
976 * eshell/esh-proc.el (eshell-gather-process-output):
977 Use `file-truename', in order to start also symlinked files.
978 Apply `start-file-process' instead of `start-process'.
979 Shorten `command' to the local file name part.
605a20a9 980
bb301b9a
SM
981 * eshell/em-cmpl.el (eshell-complete-commands-list):
982 Use `eshell-parse-colon-path'.
605a20a9
MA
983
984 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
985
986 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
987 to `eshell-directory-change-hook'.
988
d1d33062
TH
9892009-11-24 Tassilo Horn <tassilo@member.fsf.org>
990
991 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 992 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 993
a34d8565 9942009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 995
a34d8565
MK
996 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
997 made on 2009-11-22.
d1d33062 998
c83b8d1b
GM
9992009-11-24 Glenn Morris <rgm@gnu.org>
1000
1001 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1002 deleted variable bookmark-bmenu-bookmark-column.
1003
65235b0a
GM
1004 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1005 Move after definition of global-semantic-idle-tag-highlight-mode.
1006
83505cfe
SM
10072009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1010
5241b291
CY
10112009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
1012
1013 * net/browse-url.el (browse-url-filename-alist): On Windows, add
1014 two slashes to the "file:" prefix.
1015 (browse-url-file-url): De-munge Cygwin filenames before passing
1016 them to Windows browser.
1017 (browse-url-default-windows-browser): Use call-process.
1018
aefcadb6
JL
10192009-11-23 Juri Linkov <juri@jurta.org>
1020
1021 Implement DocView Continuous mode. (Bug#4896)
1022 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
1023 (doc-view-mode-map): Bind C-n/<down> to
1024 `doc-view-next-line-or-next-page', C-p/<up> to
1025 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
1026 (doc-view-next-line-or-next-page)
1027 (doc-view-previous-line-or-previous-page): New commands.
1028
0d62bcea
JL
10292009-11-23 Juri Linkov <juri@jurta.org>
1030
1031 Implement Isearch in comint input history. (Bug#3746)
1032 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1033 `isearch-mode-hook'.
1034 (comint-history-isearch): New defcustom.
1035 (comint-history-isearch-backward)
1036 (comint-history-isearch-backward-regexp): New commands.
1037 (comint-history-isearch-message-overlay): New buffer-local variable.
1038 (comint-history-isearch-setup, comint-history-isearch-end)
1039 (comint-goto-input, comint-history-isearch-search)
1040 (comint-history-isearch-message, comint-history-isearch-wrap)
1041 (comint-history-isearch-push-state)
1042 (comint-history-isearch-pop-state): New functions.
1043
b593f105
MA
10442009-11-23 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1047 return.
1048 (tramp-handle-make-symbolic-link)
1049 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1050 Quote file names.
1051 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1052 (tramp-handle-process-file): Use it.
1053
0f202d5d
SM
10542009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * window.el (move-to-window-line-last-op): Remove.
1057 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1058
216349f8
SM
10592009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1060
0f202d5d 1061 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
1062 * window.el (move-to-window-line-last-op): New var.
1063 (move-to-window-line-top-bottom): New command.
1064 (global-map): Bind M-r move-to-window-line-top-bottom.
1065
c10e0633
GM
10662009-11-23 Sven Joachim <svenjoac@gmx.de>
1067
1068 * dired-x.el (dired-guess-shell-alist-default):
1069 Support xz format. (Bug#4953)
1070
e96ec425
CY
10712009-11-22 Chong Yidong <cyd@stupidchicken.com>
1072
2054a44c
CY
1073 * cedet/srecode/map.el (srecode-get-maps):
1074 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1075 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1076 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1077 (semantic-toggle-decoration-style):
1078 * cedet/semantic/decorate/include.el
1079 (semantic-decoration-include-describe)
1080 (semantic-decoration-unknown-include-describe)
1081 (semantic-decoration-unparsed-include-describe)
1082 (semantic-decoration-all-include-summary):
1083 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1084 * cedet/semantic/analyze/complete.el
1085 (semantic-analyze-possible-completions):
1086 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1087 (semantic-show-unmatched-syntax-mode)
1088 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1089 (semantic-highlight-func-mode):
1090 * cedet/semantic/util.el (semantic-describe-buffer):
1091 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1092 (semantic-symref-find-tags-by-name)
1093 (semantic-symref-find-tags-by-regexp)
1094 (semantic-symref-find-tags-by-completion)
1095 (semantic-symref-find-file-references-by-name)
1096 (semantic-symref-find-text):
1097 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1098 (senator-yank-tag):
1099 * cedet/semantic/scope.el (semantic-calculate-scope):
1100 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1101 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1102 (define-semantic-idle-service):
1103 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1104 (semantic-complete-analyze-inline-idle):
1105 * cedet/semantic/analyze.el (semantic-analyze-current-context):
1106 * cedet/mode-local.el (describe-mode-local-bindings)
1107 (describe-mode-local-bindings-in-mode):
1108 * cedet/ede/make.el (ede-make-check-version):
1109 * cedet/ede/locate.el (ede-enable-locate-on-project):
1110 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1111 (cedet-idutils-version-check):
1112 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1113 (cedet-gnu-global-version-check):
1114 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1115 (cedet-cscope-version-check): Use called-interactively-p instead
1116 of interactive-p.
1117
e96ec425
CY
1118 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1119 Use semantic-format-tag-prototype.
1120
953e0c1a
GM
11212009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1122
1123 * emulation/viper-cmd.el: Use viper-last-command-char instead of
1124 last-command-char/last-command-event.
1125 (viper-prefix-arg-value): Do correct conversion of event-char for
1126 XEmacs.
1127
83505cfe
SM
1128 * emulation/viper-util.el, emulation/viper.el:
1129 Use viper-last-command-char instead of
1130 last-command-char/last-command-event.
953e0c1a 1131
83505cfe
SM
1132 * ediff-init.el, ediff-mult.el, ediff-util.el:
1133 Replace last-command-char and last-command-event
1134 with (ediff-last-command-char) everywhere.
953e0c1a
GM
1135
1136 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1137 created in fundamental mode.
1138
1139 * ediff.el (ediff-version): Revert the change of interactive-p to
1140 called-interactively-p.
1141
9ee12eee
TH
11422009-11-22 Tassilo Horn <tassilo@member.fsf.org>
1143
1144 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1145 generation from word-movement command names.
1146
ab2c15d4
CY
11472009-11-21 Chong Yidong <cyd@stupidchicken.com>
1148
1149 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
1150 (semantic-complete-jump-local, semantic-complete-jump):
1151 Improve prompt string.
ab2c15d4 1152
8b571bf3
JD
11532009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1154
1155 * cus-start.el (all): Add native condition for font-use-system-font.
1156
4121db47
AM
11572009-11-21 Nathaniel Flath <flat0103@gmail.com>
1158
83505cfe
SM
1159 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1160 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 1161
d71f5e0c
TH
11622009-11-21 Tassilo Horn <tassilo@member.fsf.org>
1163
1164 * progmodes/subword.el: Rename from lisp/subword.el.
1165
1166 * subword.el: Rename to progmodes/subword.el.
1167
1168 * Makefile.in (ELCFILES): Adapt to subword.el move.
1169
fc9d6ad6
SM
11702009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1171 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1174 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1175 (bookmark-bmenu-show-filenames): Use push.
1176 (bookmark-bmenu-hide-filenames): Use local var instead of
1177 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
1178 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1179 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1180 filenames now that the bookmark names are always available.
1181
26d9285f
SM
11822009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1185 (bookmark-search-pattern): Move and leave unbound.
1186 (bookmark-bmenu-mode-map): Change binding.
1187 (bookmark-read-search-input): Simplify.
1188 Don't use text-char-description. Don't error on non-char events.
1189 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1190 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1191 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1192 Use a local var for the timer.
1193 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1194 (i.e. bookmark-bmenu-search).
1195
d73a0317
GM
11962009-11-21 Glenn Morris <rgm@gnu.org>
1197
1198 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
1199
e572025f
CY
12002009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1201
26d9285f
SM
1202 * net/browse-url.el (browse-url-default-windows-browser):
1203 Use cygstart for cygwin.
e572025f 1204
6aeaa3dc
KF
12052009-11-20 Karl Fogel <karl.fogel@red-bean.com>
1206
1207 * bookmark.el Formatting and doc fixes only:
1208 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1209 (bookmark-bmenu-search): Wrap to fit within 80 columns.
1210 Minor grammar and punctuation fixes in doc string.
1211 (bookmark-read-search-input): Adjust to fit within 80 columns.
1212
a9b76eec
TH
12132009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1214
1215 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1216 (c-backward-into-nomenclature): Adapt to subword renaming.
1217
1218 * subword.el (subword-forward, subword-backward, subword-mark)
1219 (subword-kill, subword-backward-kill, subword-transpose)
1220 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
1221 (subword-forward-internal, subword-backward-internal):
1222 Rename from forward-subword, backward-subword, mark-subword,
1223 kill-subword, backward-kill-subword, transpose-subwords,
1224 downcase-subword, upcase-subword, capitalize-subword,
1225 forward-subword-internal, backward-subword-internal.
a9b76eec 1226
1e7d4475
SM
12272009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1228
26d9285f
SM
1229 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1230 New options.
1e7d4475
SM
1231 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1232 New vars.
1233 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1234 (bookmark-bmenu-filter-alist-by-regexp)
1235 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1236 (bookmark-bmenu-search): New command.
1237 (bookmark-bmenu-mode-map): Bind it.
1238
acfad775
CY
12392009-11-20 Chong Yidong <cyd@stupidchicken.com>
1240
1e7d4475 1241 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
1242
1243 * cedet/semantic/idle.el (define-semantic-idle-service)
1244 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1245
653d1554
TH
12462009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1247
ab84bfa0
TH
1248 * progmodes/cc-cmds.el: declare-functioned forward-subword and
1249 backward-subword to quit the byte-compiler.
1250
1f35fda9
TH
1251 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1252
1253 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1254
653d1554 1255 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
1256 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1257 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
1258
1259 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1260 subword.el functions instead of cc-subword.el.
1261
1e7d4475
SM
1262 * progmodes/cc-subword.el: Rename to subword.el.
1263 * subword.el: Rename from progmodes/cc-subword.el.
1264 (subword-mode-map): Rename from c-subword-mode-map.
1265 (subword-mode): Rename from c-subword-mode.
653d1554 1266 (global-subword-mode): New global minor mode.
1e7d4475
SM
1267 (forward-subword): Rename from c-forward-subword.
1268 (backward-subword): Rename from c-backward-subword.
1269 (mark-subword): Rename from c-mark-subword.
1270 (kill-subword): Rename from c-kill-subword.
1271 (backward-kill-subword): Rename from c-backward-kill-subword.
1272 (transpose-subwords): Rename from c-tranpose-subword.
1273 (downcase-subword): Rename from c-downcase-subword.
1274 (capitalize-subword): Rename from c-capitalize-subword.
1275 (forward-subword-internal): Rename from c-forward-subword-internal.
1276 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 1277
9717f119
DN
12782009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1279
8de724f3
DN
1280 * vc.el (vc-deduce-fileset): Allow non-state changing operations
1281 from a dired buffer.
1282 (vc-dired-deduce-fileset): New function.
1283 (vc-root-diff, vc-print-root-log): Use it.
1284
9717f119
DN
1285 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1286 nil LIMIT argument to vc-print-log-internal.
1287
af4999b8
GM
12882009-11-20 Glenn Morris <rgm@gnu.org>
1289
1290 * Makefile.in (ELCFILES): Regenerate.
1291
725bff06
CY
12922009-11-20 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1295
1296 * cedet/semantic.el: Enable idle-mode menu items only if
1297 global-semantic-idle-scheduler-mode is enabled.
1298 (semantic-default-submodes): Doc fix.
1299
1300 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1301 When turning off, disable other idle modes.
1302
b58edcb6
JB
13032009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
1304
02e1b488
SM
1305 * calc/calc.el (calc-set-mode-line):
1306 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
1307 (math-format-number): Rename `math-format-complement-signed' to
1308 `math-format-twos-complement'.
1309
02e1b488 1310 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
1311 math-format-complement-signed.
1312 (calc-radix): Rename `calc-complement-signed-mode' to
1313 `calc-twos-complement-mode'.
02e1b488
SM
1314 (calc-octal-radix, calc-hex-radix): Add an argument for
1315 two's complement.
b58edcb6 1316
02e1b488
SM
1317 * calc/calc-embed.el (calc-embedded-mode-vars):
1318 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 1319
02e1b488
SM
1320 * calc/calc-ext.el (calc-init-extensions):
1321 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
1322 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1323
02e1b488
SM
1324 * calc/calc-units.el (math-build-units-table-buffer):
1325 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
1326
1327 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1328 entries.
1329
1330 * calc/calc-vec.el (calcFunc-vunpack):
1331 * calc/calc-aent.el (calc-do-calc-eval):
1332 * calc/calc-forms.el (math-format-date):
1333 * calc/calc-graph.el (calc-graph-plot):
1334 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
1335 * calc/calccomp.el (math-compose-expr):
1336 Let `calc-twos-complement-mode' be nil.
1337
13382009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1341 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
1342 * minibuffer.el (completion-in-region-functions): New hook.
1343 (completion-in-region): New function.
1344 * emacs-lisp/lisp.el (lisp-complete-symbol):
1345 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 1346
e3353a78
SM
13472009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1348
eff77808
SM
1349 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1350 (latex-complete-alist): New vars.
1351 (latex-string-prefix-p, latex-complete-bibtex-keys)
1352 (latex-complete-envnames, latex-complete-refkeys)
1353 (latex-complete-data): New functions.
1354 (latex-complete, latex-indent-or-complete): New commands.
1355
d2c9fc42
SM
1356 * window.el (display-buffer-mark-dedicated): New var.
1357 (display-buffer): Obey it.
1358 * minibuffer.el (minibuffer-completion-help): Use it.
1359
31a1c477
SM
1360 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1361
bed4c972
SM
1362 * filecache.el (file-cache-add-file): Use push and cons.
1363 (file-cache-delete-file-regexp): Use push.
1364 (file-cache-complete): Use completion-in-region.
1365
8c22699f
SM
1366 * simple.el (with-wrapper-hook): Fix thinko.
1367
e3353a78
SM
1368 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1369 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1370 Use with-current-buffer and string-to-number.
1371 (hfy-fallback-colour-values): Use assoc-string.
1372 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1373 (hfy-face-at): Remove unused var `found-face'.
1374 (hfy-compile-stylesheet): Remove unused var `css'.
1375 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1376 and `orig-buffer'.
1377 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1378 Use with-current-buffer.
1379 (hfy-text-p): Use expand-file-name and fewer setq.
1380
acca02b0
SM
13812009-11-19 Vivek Dasmohapatra <vivek@etla.org>
1382
1383 * htmlfontify.el, hfy-cmap.el: New files.
1384
042b7cc6
JL
13852009-11-19 Juri Linkov <juri@jurta.org>
1386
1387 * minibuffer.el (completions-format): New defcustom.
1388 (completion--insert-strings): Implement vertical format.
1389
1390 * simple.el (switch-to-completions): Move point to the first
1391 completion when point was at the beginning of the buffer.
1392
da205913
JL
13932009-11-19 Juri Linkov <juri@jurta.org>
1394
1395 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
1396
1397 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1398
0b8ee421
CY
13992009-11-19 Chong Yidong <cyd@stupidchicken.com>
1400
1401 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1402 (mail-signature): Change default to t.
1403 (mail-from-style): Deprecate `system-default' value.
1404 (mail-insert-from-field): For default value of mail-from-style,
1405 default to `angles' unless `angles' needs quoting and `parens'
1406 does not.
1407 (mail-citation-prefix-regexp): Use citation regexp from
1408 message-mode.
1409
4265deab
MA
14102009-11-19 Michael Albinus <michael.albinus@gmx.de>
1411
acca02b0
SM
1412 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1413 Set variables for computing the prompt for reading password.
4265deab 1414
27cacd2d
GM
14152009-11-19 Glenn Morris <rgm@gnu.org>
1416
470bce7d
GM
1417 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
1418
7e705a1d
GM
1419 * textmodes/flyspell.el (sgml-lexical-context): Declare.
1420
27cacd2d
GM
1421 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1422 (newsticker-treeview-listwindow-height): Fix custom type.
1423
b2f0be0f
KH
14242009-11-19 Kenichi Handa <handa@m17n.org>
1425
1426 * descr-text.el (describe-char-padded-string): Compose with TAB
1427 only if there's a font for CH.
02e1b488 1428 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 1429
03446045 14302009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
1431
1432 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 1433 more accurate version of the regexp. (Bug#3910)
b96337b0 1434
03446045 14352009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
1436
1437 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1438
e0620570
JB
14392009-11-18 Juanma Barranquero <lekktu@gmail.com>
1440
1441 * font-setting.el (font-use-system-font): Declare for byte-compiler.
1442 (font-setting-change-default-font): Fix typo in docstring.
1443
6cc6582e
AM
14442009-11-18 Alan Mackenzie <acm@muc.de>
1445
1446 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1447
dfb3c4c6
JD
14482009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1449
02e1b488 1450 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
1451
1452 * cus-start.el (all): ... to here.
1453
e268e987
MA
14542009-11-17 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1457 Don't set `ad-return-value' if `ad-do-it' doesn't.
1458
303ffde8
MA
1459 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1460 modification time.
1461
637fa988
JD
14622009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1463
1464 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 1465 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
1466
1467 * loadup.el: If feature system-font-setting or font-render-setting is
1468 there, load font-setting.
1469
02e1b488 1470 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
1471 * font-setting.el: New file.
1472
1d16a255
GM
14732009-11-17 Glenn Morris <rgm@gnu.org>
1474
1475 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1476
2d84f804
GM
1477 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1478 Preserve point in the list buffer. (Bug#4939)
1479 Use point-at-eol.
1480 (newsticker--treeview-list-update-highlight)
1481 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1482
14467b99
JB
14832009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1484
1485 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1486 Remove.
1487
1488 * calc/calc-ext.el (calc-init-extensions): Remove references to
1489 symclip.
1490
1491 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1492
1493 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 1494 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
1495 `calc-symclip'.
1496
e3c39c01
KR
14972009-11-16 Kevin Ryde <user42@zip.com.au>
1498
02e1b488 1499 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 1500 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 1501
497de631
KR
1502 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1503 (lm-keywords-list): Allow comma-only separator like "foo,bar".
1504 Ignore trailing spaces by omit-nulls to split-string (fixing
1505 regression from Emacs 21 due to the incompatible split-string
14467b99 1506 change). (Bug #4928.)
497de631 1507
48b27575
DN
15082009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1509
5237d741 1510 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
1511 (vc-print-log-internal): Insert buttons to request more entries
1512 when limiting the output.
1513
1514 * vc-sccs.el (vc-sccs-print-log):
1515 * vc-rcs.el (vc-rcs-print-log):
1516 * vc-cvs.el (vc-cvs-print-log):
1517 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1518 LIMIT is non-nil.
1519
d3e97185
MA
15202009-11-16 Michael Albinus <michael.albinus@gmx.de>
1521
1522 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1523 error when `tramp-gvfs-dbus-event-vector' is set.
1524 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1525
68d87786
SM
15262009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1529
c0a39702
MA
15302009-11-16 Michael Albinus <michael.albinus@gmx.de>
1531
1532 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 1533 (dbus-register-property): Register the handlers of
c0a39702
MA
1534 "org.freedesktop.DBus.Properties" for SERVICE.
1535 (dbus-property-handler): Fix docstring.
1536
1e857121
YM
15372009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1538
1539 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1540 Quote doc string reference in defvaralias as it is not in special form.
1541 (byte-compile-output-docform): Doc fix.
1542
887484c1
JB
15432009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1544
1545 * calc/calc.el (math-2-word-size, math-half-2-word-size)
1546 (calc-complement-signed-mode): New variables.
1547 (calc-set-mode-line): Add indicator for twos-complements.
1548 (math-format-number): Format twos-complement notation.
1549
1550 * calc/calc-bin.el (calc-word-size): Reset the variables
1551 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
1552 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1553 (calc-symclip): New functions.
887484c1
JB
1554
1555 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1556
68d87786
SM
1557 * calc/calc-embed.el (calc-embedded-mode-vars):
1558 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
1559
1560 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 1561 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
1562
1563 * calc/calc-ext.el (math-read-number-fancy): Read complement
1564 signed numbers.
68d87786
SM
1565 (calc-init-extensions): Add binding for `calc-symclip'.
1566 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
1567
1568 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1569 `calc-symclip'.
68d87786 1570 (calc-modes-menu): Add item for twos complement mode.
887484c1 1571
5237d741 1572 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 1573
4cf1d7e3
CY
15742009-11-15 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * register.el (jump-to-register, insert-register): Handle Semantic
1577 tags. From commented-out advice in semantic/senator.el.
1578
f8e65267
DN
15792009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1580
6616006b
DN
1581 * vc.el (vc-log-show-limit): New variable.
1582 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
1583 when using a prefix argument.
1584 (vc-print-log-internal): Add new argument LIMIT.
1585
1586 * vc-svn.el (vc-svn-print-log):
1587 * vc-mtn.el (vc-mtn-print-log):
1588 * vc-hg.el (vc-hg-print-log):
1589 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 1590 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
1591 non-optional.
1592
1593 * vc-sccs.el (vc-sccs-print-log):
1594 * vc-rcs.el (vc-rcs-print-log):
1595 * vc-git.el (vc-git-print-log):
1596 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1597 ignore it. Make the BUFFER argument non-optional
1598
f8e65267
DN
1599 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1600
0566c4bc
CY
16012009-11-15 Chong Yidong <cyd@stupidchicken.com>
1602
7cce3c91
CY
1603 * dired.el (dired-mode-map): Move encryption items to "Operate"
1604 menu (Bug#4703).
1605
d7063de9
CY
1606 * strokes.el (strokes-update-window-configuration): Make strokes
1607 buffer current before erasing (Bug#4906).
1608
0566c4bc
CY
1609 * cedet/semantic/idle.el (semantic-idle-summary-mode)
1610 (semantic-idle-summary-mode): Define using define-minor-mode
1611 instead of define-semantic-idle-service.
1612 (semantic-idle-summary-mode): New function.
1613 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1614 that mouse motion does not reset the echo area.
1615
0fc10137
JL
16162009-11-15 Juri Linkov <juri@jurta.org>
1617
1618 * simple.el (set-mark-default-inactive): Add :type, :group
1619 and :version. (Bug#4876)
1620
f5fce4ec
MA
16212009-11-15 Michael Albinus <michael.albinus@gmx.de>
1622
1623 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1624 (archive-unique-fname): ... here. (Bug#4929)
1625
8d720a00
SM
16262009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1627
589888fe
SM
1628 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1629 with a real fix.
1630
8d720a00
SM
1631 * novice.el (disabled-command-function): Add useful args.
1632 Setup the help buffer so that [back] works.
1633 Remove redundant call to help-mode.
1634 (disabled-command-function): Use `case'.
1635 (en/disable-command): New function extracted from enable-command.
1636 (enable-command, disable-command): Use it.
1637
a61344d6
GM
16382009-11-14 Glenn Morris <rgm@gnu.org>
1639
497f0cdd
GM
1640 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1641 constants. (Bug#4913)
1642
a61344d6
GM
1643 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1644
d501801e
GM
16452009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1646
1647 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1648 defined in C that have no doc-strings. (Bug#1063)
1649
5af27ac2
GM
16502009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
1651
1652 * cus-edit.el (data, files):
1653 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
1654
aec5395b
CY
16552009-11-14 Chong Yidong <cyd@stupidchicken.com>
1656
e7791447
CY
1657 * simple.el (shell-command): Doc fix (Bug#4891).
1658
aec5395b
CY
1659 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1660
7a41cd7f
GM
16612009-11-14 Glenn Morris <rgm@gnu.org>
1662
c3583c94
GM
1663 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1664 statements for vc-diff, emerge-quit, and rmail-cease-edit.
1665 If they are already loaded, eval-after-load will do the right thing.
1666
73900d1f
GM
1667 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1668 compiling.
1669
0028351d
GM
1670 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1671
f6714ede
GM
1672 * simple.el (x-selection-owner-p): Declare.
1673 (read-mail-command): Use custom radio type rather than choice.
1674 (completion-no-auto-exit): Doc fix.
1675
7a41cd7f 1676 * custom.el (defgroup):
5af27ac2 1677 * epg-config.el (epg): Doc fixes.
7a41cd7f 1678
2d0659ec
DN
16792009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1680
1681 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1682 * international/ccl.el (define-ccl-program): Do not purecopy the
1683 docstring, defconst does it anyway.
1684
7fdbcd83
SM
16852009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1686
d499c5b9
SM
1687 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1688 a second time.
1689
7fdbcd83
SM
1690 * x-dnd.el (x-dnd-maybe-call-test-function):
1691 * window.el (split-window-vertically):
1692 * whitespace.el (whitespace-help-on):
1693 * vc-rcs.el (vc-rcs-consult-headers):
1694 * userlock.el (ask-user-about-lock-help)
1695 (ask-user-about-supersession-help):
1696 * type-break.el (type-break-force-mode-line-update):
1697 * time-stamp.el (time-stamp-conv-warn):
1698 * terminal.el (te-set-output-log, te-more-break, te-filter)
1699 (te-sentinel,terminal-emulator):
1700 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1701 (term-write-input-ring, term-check-source, term-start-output-log):
1702 (term-display-buffer-line, term-dynamic-list-completions):
1703 (term-ansi-make-term, serial-term):
1704 * subr.el (selective-display):
1705 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1706 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1707 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1708 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1709 (speedbar-remove-localized-speedbar-support)
1710 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1711 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1712 (speedbar-buffers-line-directory):
1713 * simple.el (shell-command-on-region, append-to-buffer)
1714 (prepend-to-buffer):
1715 * shadowfile.el (shadow-save-todo-file):
1716 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1717 (scroll-bar-maybe-set-window-start):
1718 * sb-image.el (speedbar-image-dump):
1719 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1720 (load-save-place-alist-from-file):
1721 * ps-samp.el (ps-print-message-from-summary):
1722 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1723 (ps-background-image, ps-begin-job, ps-do-despool):
1724 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1725 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1726 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1727 (pr-call-process, pr-file-list, pr-interface-save):
1728 * novice.el (disabled-command-function)
1729 (enable-command, disable-command):
1730 * mouse.el (mouse-buffer-menu-alist):
1731 * mouse-copy.el (mouse-kill-preserving-secondary):
1732 * macros.el (kbd-macro-query):
1733 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1734 * informat.el (batch-info-validate):
1735 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1736 * hippie-exp.el (try-expand-dabbrev-visible):
1737 * help-mode.el (help-make-xrefs):
1738 * help-fns.el (describe-variable):
1739 * generic-x.el (bat-generic-mode-run-as-comint):
1740 * finder.el (finder-mouse-select):
1741 * find-dired.el (find-dired-sentinel):
1742 * filesets.el (filesets-file-close):
1743 * files.el (list-directory):
1744 * faces.el (list-faces-display, describe-face):
1745 * facemenu.el (list-colors-display):
1746 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1747 * epg.el (epg--process-filter, epg-cancel):
1748 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1749 (epa--read-signature-type):
1750 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1751 (emerge-file-names):
1752 * ehelp.el (electric-helpify):
1753 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1754 * ediff-vers.el (rcs-ediff-view-revision):
1755 * ediff-util.el (ediff-setup):
1756 * ediff-mult.el (ediff-append-custom-diff):
1757 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1758 (ediff-wordify):
1759 * echistory.el (Electric-command-history-redo-expression):
1760 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1761 * disp-table.el (describe-display-table):
1762 * dired.el (dired-find-buffer-nocreate):
1763 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1764 * dabbrev.el (dabbrev--same-major-mode-p):
1765 * chistory.el (list-command-history):
1766 * apropos.el (apropos-documentation):
1767 * allout.el (allout-obtain-passphrase):
1768 (allout-copy-exposed-to-buffer):
1769 (allout-verify-passphrase): Use with-current-buffer.
1770
2ccbc060
GM
17712009-11-13 Glenn Morris <rgm@gnu.org>
1772
1773 * Makefile.in (ELCFILES): Regenerate.
1774
b172ed20
MA
17752009-11-13 Michael Albinus <michael.albinus@gmx.de>
1776
7fdbcd83
SM
1777 * net/dbus.el (dbus-registered-objects-table): Rename from
1778 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
1779 (dbus-unregister-object): Unregister also properties.
1780 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1781 Use a timeout of 500 msec, in order to not block.
1782 (dbus-register-property, dbus-property-handler): New defuns.
1783
e96d62cd
SM
17842009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * simple.el (minibuffer-default-add-completions): Drop deprecated
1787 4th arg.
1788
14bd267d
EZ
17892009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1790
e96d62cd
SM
1791 * textmodes/artist.el (artist-mouse-choose-operation):
1792 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 1793 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
1794 (artist-compute-up-event-key): New function.
1795 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1796
bf89fd7b
KH
17972009-11-13 Kenichi Handa <handa@m17n.org>
1798
1799 * language/japan-util.el: Make sure that the value of jisx0208
1800 property is jisx0208 character.
1801
f70b8925
DN
18022009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1803
1804 * international/mule.el (auto-coding-regexp-alist): Only purecopy
1805 car or each item, not the whole list.
1806
4d93a9e0
SM
18072009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * minibuffer.el (minibuffer-completion-help):
1810 Use minibuffer-hide-completions.
1811
05404988
SM
18122009-11-12 Per Starbäck <per@starback.se> (tiny change)
1813
1814 * dired.el (dired-save-positions, dired-restore-positions): New funs.
1815 (dired-revert): Use them (bug#4880).
1816
5297bc10
DN
18172009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1818
1819 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1820
e2685eb7
JL
18212009-11-12 Juri Linkov <juri@jurta.org>
1822
1823 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1824 New functions.
1825 (find-file-literally-at-point): Alias of `ffap-literally'.
1826
76410c3e
DN
18272009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1828
6d341a2a
DN
1829 * textmodes/ispell.el (ispell-skip-region-alist):
1830 * textmodes/css-mode.el (auto-mode-alist):
1831 * progmodes/compile.el (auto-mode-alist):
1832 * international/mule.el (ctext-non-standard-encodings-alist)
1833 (ctext-non-standard-encodings-regexp):
1834 * simple.el (shell-command-switch, text-read-only):
1835 * replace.el (occur-mode-map):
1836 * paths.el (rmail-file-name):
1837 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1838 * find-file.el (ff-special-constructs):
1839 * files.el (file-name-handler-alist):
1840 * composite.el: Purecopy strings.
1841
76410c3e
DN
1842 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1843
aaa448c9
DN
18442009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1845
1846 * widget.el (define-widget): Purecopy the docstring.
1847 * international/mule-cmds.el (charset): Do not purecopy the
1848 docstring here, define-widget does it.
1849
1850 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1851 * textmodes/bibtex-style.el (auto-mode-alist):
1852 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1853 * progmodes/compile.el (compile-command):
1854 * language/korea-util.el (default-korean-keyboard):
1855 * international/mule-conf.el (file-coding-system-alist):
1856 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1857 * tooltip.el (tooltip-frame-parameters):
1858 * newcomment.el (comment-end, comment-padding):
1859 * dired.el (dired-trivial-filenames):
1860 * comint.el (comint-file-name-prefix): Purecopy initial values.
1861
bbe650fd
MA
18622009-11-11 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1865 (tramp-advice-minibuffer-electric-tilde): Unload advices via
1866 `tramp-unload'.
1867 (tramp-advice-make-auto-save-file-name)
1868 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1869 after removing the advice.
1870
6bdad9ae
DN
18712009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1872
2f7f4bee
DN
1873 * progmodes/grep.el (grep-regexp-alist):
1874 * international/mule-cmds.el (iso-2022-control-alist):
1875 * emacs-lisp/timer.el (timer-duration-words):
1876 * subr.el (version-separator, version-regexp-alist):
1877 * minibuffer.el (completion-styles-alist):
1878 * faces.el (face-attribute-name-alist, list-faces-sample-text):
1879 Change defvars to defconsts.
1880
a042de45
DN
1881 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1882 * loadup.el ("international/mule-conf"): Load the byte compiled version.
1883 * international/mule-conf.el: Allow to be byte compiled.
1884
3b6acc72
DN
1885 * international/mule.el (define-charset): Purecopy props.
1886 (load-with-code-conversion): Purecopy doc string and file name.
1887 (put-charset-property): Purecopy strings.
1888 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1889
1c2efdfb 1890 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
1891 (define-char-code-property): Correctly purecopy the table.
1892
62591911
DN
1893 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1894
8b908da6
DN
1895 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1896
ff917d63
DN
1897 * subr.el (add-hook): Purecopy strings.
1898 (eval-after-load): Purecopy load-history-regexp and the form.
1899
af89cf77
DN
1900 * custom.el (custom-declare-group): Purecopy load-file-name.
1901
a3c20c83 1902 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
1903 * net/eudc.el (eudc-tools-menu):
1904 * international/mule-cmds.el (set-coding-system-map)
1905 (mule-menu-keymap):
1906 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1907 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
1908 * replace.el (occur-mode-map):
1909 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 1910 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
1911 (menu-bar-custom-menu, menu-bar-showhide-menu)
1912 (menu-bar-options-menu, menu-bar-tools-menu)
1913 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1914 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1915 (menu-bar-help-menu):
1916 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1917 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1918
6bdad9ae
DN
1919 * term/x-win.el (x-gtk-stock-map):
1920 * progmodes/vera-mode.el (auto-mode-alist):
1921 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1922 (inferior-lisp-program, inferior-lisp-load-command):
1923 * progmodes/hideshow.el (hs-special-modes-alist):
1924 * progmodes/gud.el (same-window-regexps):
1925 * progmodes/grep.el (grep-program, find-program, xargs-program):
1926 * net/telnet.el (same-window-regexps):
1927 * net/rlogin.el (same-window-regexps):
1928 * language/ethiopic.el (font-ccl-encoder-alist):
1929 * vc-sccs.el (vc-sccs-master-templates):
1930 * vc-rcs.el (vc-rcs-master-templates):
1931 * subr.el (cl-assertion-failed):
1932 * simple.el (next-error-overlay-arrow-position):
1933 * lpr.el (lpr-command):
1934 * locate.el (locate-ls-subdir-switches):
1935 * info.el (same-window-regexps, info)
1936 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1937 * image-mode.el (image-mode, auto-mode-alist):
1938 * hippie-exp.el (hippie-expand-ignore-buffers):
1939 * format.el (format-alist):
1940 * find-dired.el (find-ls-subdir-switches, find-grep-options)
1941 (find-name-arg):
1942 * facemenu.el (facemenu-keybindings):
1943 * dired.el (dired-listing-switches, dired-chown-program):
1944 * diff.el (diff-switches, diff-command):
1945 * cus-edit.el (same-window-regexps):
1946 * bindings.el (mode-line-mule-info)
1947 (mode-line-buffer-identification): Purecopy strings.
1948
e0987650
JL
19492009-11-11 Juri Linkov <juri@jurta.org>
1950
1951 * simple.el (dired-get-filename)<declare-function>:
1952 Tell the byte-compiler about dired-get-filename.
1953 (shell-command): In Dired mode, get filename from the current line
1954 as the default value.
1955
b16ff465
GM
19562009-11-10 Glenn Morris <rgm@gnu.org>
1957
e8a11b22
GM
1958 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1959 * calendar/holidays.el, progmodes/cperl-mode.el:
1960 Update x-popup-menu declarations.
1961
b16ff465
GM
1962 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1963 (list-load-path-shadows): Use dolist.
1964 (list-load-path-shadows): Use with-current-buffer.
1965
032c3399
JL
19662009-11-10 Juri Linkov <juri@jurta.org>
1967
1968 * minibuffer.el (read-file-name): Support a list of default values
1969 in `default-filename'. Use the first file name where only one
1970 element is required. Doc fix.
1971
8fb1629f
MA
19722009-11-09 Michael Albinus <michael.albinus@gmx.de>
1973
1974 * net/dbus.el (dbus-unregister-object): Release service, if no
1975 other method is registered for it.
1976
a51203ee 19772009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
1978
1979 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1980 bookmark-sort-flag is non-nil (Bug#4653).
1981
9bf7dc8a
CY
19822009-11-08 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1985 the progress reporter entirely.
1986
15207e74
CY
1987 * emulation/cua-base.el: Add CUA property to some CC mode commands
1988 (Bug#4100).
1989
8bf7ed70
KR
19902009-11-08 Kevin Ryde <user42@zip.com.au>
1991
1992 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 1993 at end of sentence (Bug#4818).
8bf7ed70 1994
951802d0
CY
19952009-11-08 Jared Finder <jfinder@crypticstudios.com>
1996
1997 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1998 Handle "see declaration of" MSFT statements (Bug#4100).
1999
e8244310
MA
20002009-11-08 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * net/tramp.el (tramp-advice-make-auto-save-file-name)
2003 (tramp-advice-file-expand-wildcards): Unload via
2004 `ad-remove-advice'.
2005
2006 * net/trampver.el: Update release number.
2007
a51203ee 20082009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
2009
2010 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2011 `ad-do-it'.
2012
a51203ee 20132009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
2014
2015 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2016 in order to keep context in SELinux.
2017
bedd8a58
CY
20182009-11-08 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * dired-aux.el (dired-query): Place cursor in echo area and allow
2021 C-g.
2022
2023 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2024 menu item if not on a directory (Bug#4701).
2025
0484d600
MA
20262009-11-07 Michael Albinus <michael.albinus@gmx.de>
2027
2028 Sync with Tramp 2.1.17.
2029
2030 * net/tramp.el (tramp-handle-copy-directory): Don't use
2031 `file-remote-p' (due to compatibility).
2032
2033 * net/tramp-compat.el (tramp-compat-copy-directory)
2034 (tramp-compat-delete-directory): New defuns.
2035
2036 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2037 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2038 `tramp-compat-delete-directory'.
2039
2040 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2041 (tramp-smb-handle-delete-directory ): Use
2042 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2043
2044 * net/trampver.el: Update release number.
2045
b42b2189
CY
20462009-11-07 Chong Yidong <cyd@stupidchicken.com>
2047
6960d7b9
CY
2048 * tar-mode.el (tar-copy): Call write-region on the right buffer
2049 (Bug#4857).
2050
b42b2189
CY
2051 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2052 by hand, if necessary (Bug#4878).
2053
0ad57dfd
CY
20542009-11-06 Chong Yidong <cyd@stupidchicken.com>
2055
d19e23ae
CY
2056 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2057 align size column (Bug#4839).
2058
0ad57dfd
CY
2059 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2060 statement.
2061
0b7f397c
DN
20622009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2063
2064 * progmodes/ld-script.el (auto-mode-alist):
2065 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2066
2067 * cus-face.el (custom-declare-face): Purecopy face spec.
2068
495bd5ca
KH
20692009-11-06 Kenichi Handa <handa@m17n.org>
2070
2071 * international/uni-bidi.el: Re-generated.
2072 * international/uni-category.el: Re-generated.
2073 * international/uni-combining.el: Re-generated.
2074 * international/uni-mirrored.el: Re-generated.
2075
1e8780b1
DN
20762009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2077
2078 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2079 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2080 (tex-start-options, slitex-run-command, latex-run-command)
2081 (tex-run-command, tex-directory):
2082 * textmodes/ispell.el (ispell-html-skip-alists)
2083 (ispell-tex-skip-alists, ispell-tex-skip-alists):
2084 * textmodes/fill.el (adaptive-fill-first-line-regexp):
2085 (adaptive-fill-regexp):
2086 * textmodes/dns-mode.el (auto-mode-alist):
2087 * progmodes/python.el (interpreter-mode-alist):
2088 * progmodes/etags.el (tags-compression-info-list):
2089 * progmodes/etags.el (tags-file-name):
2090 * net/browse-url.el (browse-url-galeon-program)
2091 (browse-url-firefox-program):
2092 * mail/sendmail.el (mail-signature-file)
2093 (mail-citation-prefix-regexp):
2094 * international/mule-conf.el (eight-bit):
2095 * international/latexenc.el (latex-inputenc-coding-alist):
2096 * international/fontset.el (x-pixel-size-width-font-regexp):
2097 * emacs-lisp/warnings.el (warning-type-format):
2098 * emacs-lisp/trace.el (trace-buffer):
2099 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2100 (emacs-lisp-mode-map):
2101 * calendar/holidays.el (holiday-solar-holidays)
2102 (holiday-bahai-holidays, holiday-islamic-holidays)
2103 (holiday-christian-holidays, holiday-hebrew-holidays)
2104 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2105 (hebrew-holidays-1, holiday-oriental-holidays)
2106 (holiday-general-holidays):
2107 * x-dnd.el (x-dnd-known-types):
2108 * tool-bar.el (tool-bar):
2109 * startup.el (site-run-file):
2110 * shell.el (shell-dumb-shell-regexp):
2111 * rfn-eshadow.el (file-name-shadow-tty-properties)
2112 (file-name-shadow-properties):
2113 * paths.el (remote-shell-program, news-directory):
2114 * mouse.el ([C-down-mouse-3]):
2115 * menu-bar.el (menu-bar-tools-menu):
2116 * jka-cmpr-hook.el (jka-compr-load-suffixes)
2117 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2118 (jka-compr-compression-info-list):
2119 * isearch.el (search-whitespace-regexp):
2120 * image-file.el (image-file-name-extensions):
2121 * find-dired.el (find-ls-option):
2122 * files.el (directory-listing-before-filename-regexp)
2123 (directory-free-space-args, insert-directory-program)
2124 (list-directory-brief-switches, magic-fallback-mode-alist)
2125 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2126 (automount-dir-prefix):
2127 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2128 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2129 (face-font-registry-alternatives, face-font-registry-alternatives)
2130 (face-font-family-alternatives):
2131 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2132 (facemenu-foreground-menu, facemenu-face-menu):
2133 * epa-hook.el (epa-file-name-regexp):
2134 * dnd.el (dnd-protocol-alist):
2135 * textmodes/rst.el (auto-mode-alist):
a51203ee 2136 * button.el (default-button): Purecopy strings.
1e8780b1 2137
0adae11f
GM
21382009-11-06 Glenn Morris <rgm@gnu.org>
2139
2140 * Makefile.in (ELCFILES): Update.
2141
2adaf057
SM
21422009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2143
8f72f03c
SM
2144 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2145 * emacs-lisp/levents.el: Move to obsolete/levents.el.
2146
2adaf057
SM
2147 * nxml/xsd-regexp.el (xsdre-gen-categories):
2148 * nxml/xmltok.el (xmltok-parse-entity):
2149 * nxml/rng-parse.el (rng-parse-validate-file):
2150 * nxml/rng-maint.el (rng-format-manual)
2151 (rng-manual-output-force-new-line):
2152 * nxml/rng-loc.el (rng-save-schema-location-1):
2153 * nxml/rng-cmpct.el (rng-c-parse-file):
2154 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2155 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2156
14862301
SM
21572009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
2158
2159 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2160 Remove extra save-excursions and make-variable-buffer-local's.
2161 Suggested by Stefan Monnier.
2162
2163 (verilog-getopt-file, verilog-module-inside-filename-p)
2164 (verilog-set-define): Merge GNU 1.35 and repair changes from
2165 switching to using with-current-buffer.
2166
2167 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2168 being treated as a number and confusing AUTORESET.
2169 Reported by Dan Dever.
2170
2171 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2172 Add verilog-auto-ignore-concat to fix backward compatibility with
2173 older verilog-modes. Reported by Dan Katz.
2174
2175 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2176 containing closing anchors "...$".
2177
2178 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2179 Reported by Wade Smith.
2180
2181 (verilog-batch-execute-func) Comment on function usage.
2182
21832009-11-05 Michael McNamara <mac@mail.brushroad.com>
2184
2185 * verilog-mode.el (verilog-label-re): Fix regular expression for
2186 labels.
2187
2188 (verilog-label-re, verilog-calc-1): Support proper indent of named
2189 asserts.
2190
2191 (verilog-backward-token, verilog-basic-complete-re)
2192 (verilog-beg-of-statement, verilog-indent-re): Support proper
2193 indent of the assert statement at the beginning of a block of text.
2194
2195 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2196 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2197 tokens as begins.
2198
4f8f657f
GM
21992009-11-05 Glenn Morris <rgm@gnu.org>
2200
775adc51
GM
2201 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2202 Emacs 19. (Bug#1531)
2203 (byte-compile-fix-header): Update for the above change.
2204 Drop test for epoch::version.
2205
4ad6a5e7 2206 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
2207 * cus-dep.el (custom-make-dependencies):
2208 * finder.el (finder-compile-keywords):
2209 Use autoload-rubric's feature argument.
4ad6a5e7 2210
4f8f657f
GM
2211 * calendar/diary-lib.el (top-level): Make load behave more like require.
2212
881e4184
GM
2213 * vc-git.el (vc-git-stash-map): Move definition before use.
2214
ba214964 22152009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 2216
b6f8ba09
DN
2217 * custom.el (custom-declare-group): Purecopy standard-value.
2218 (custom-declare-group): Purecopy custom-prefix.
2219
7fdbcd83
SM
2220 * international/mule.el (load-with-code-conversion):
2221 Call do-after-load-evaluation unconditionally.
eb6f577b 2222
f6195dfb
DN
2223 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2224
56f14120
SM
22252009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2228
e5c89ce9
GM
22292009-11-04 Glenn Morris <rgm@gnu.org>
2230
2231 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2232 (byte-compile-compatibility): Remove option.
2233 (byte-compile-close-variables, byte-compile-fix-header)
2234 (byte-compile-insert-header, byte-compile-output-docform)
2235 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2236 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2237 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2238 (byte-compile-insert, byte-compile-defun):
2239 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
2240 (byte-defop-compiler19): Remove.
2241 Without byte-compile-compatibility, the 'emacs19-opcode property is not
2242 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 2243
e24f42ab
JL
22442009-11-04 Juri Linkov <juri@jurta.org>
2245
2246 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2247 (menu-bar-options-menu): Don't quote the `prop' arg of
2248 `menu-bar-make-mm-toggle'.
2249
d3d5f4f5
JB
22502009-11-04 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * calendar/calendar.el (cal-loaddefs):
2253 * calendar/diary-lib.el (diary-loaddefs):
2254 * calendar/holidays.el (hol-loaddefs):
2255 * eshell/esh-module.el (esh-groups): Load rather than require.
2256
6e39d3b2
SM
22572009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2258
e96d62cd
SM
2259 * calendar/todo-mode.el (todo-add-category): Don't hardcode
2260 point-min==1.
7e83e8b4
SM
2261 (todo-top-priorities): Only display-buffer when called interactively.
2262 (todo-item-start): Don't save excursion point.
2263 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
2264 (todo-insert-item-here, todo-file-item, todo-remove-item):
2265 Adjust uses of todo-item-start and todo-item-end.
2266
fae4e5b9
SM
2267 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2268 (autoload-rubric): Don't use any more.
2269 * cedet/semantic/fw.el (semantic/loaddefs):
2270 * cedet/srecode.el (srecode/loaddefs):
2271 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
2272 * cedet/ede/cpp-root.el:
2273 * cedet/ede/emacs.el:
2274 * cedet/ede/files.el:
2275 * cedet/ede/linux.el:
2276 * cedet/ede/locate.el:
2277 * cedet/ede/make.el:
2278 * cedet/ede/shell.el:
2279 * cedet/ede/speedbar.el:
2280 * cedet/ede/system.el:
2281 * cedet/ede/util.el:
2282 * cedet/semantic/analyze.el:
2283 * cedet/semantic/bovine.el:
2284 * cedet/semantic/complete.el:
2285 * cedet/semantic/ctxt.el:
2286 * cedet/semantic/db-file.el:
2287 * cedet/semantic/db-find.el:
2288 * cedet/semantic/db-global.el:
2289 * cedet/semantic/db-mode.el:
2290 * cedet/semantic/db-typecache.el:
2291 * cedet/semantic/db.el:
2292 * cedet/semantic/debug.el:
2293 * cedet/semantic/dep.el:
2294 * cedet/semantic/doc.el:
2295 * cedet/semantic/edit.el:
2296 * cedet/semantic/find.el:
2297 * cedet/semantic/format.el:
2298 * cedet/semantic/html.el:
2299 * cedet/semantic/ia-sb.el:
2300 * cedet/semantic/ia.el:
2301 * cedet/semantic/idle.el:
2302 * cedet/semantic/lex-spp.el:
2303 * cedet/semantic/lex.el:
2304 * cedet/semantic/mru-bookmark.el:
2305 * cedet/semantic/scope.el:
2306 * cedet/semantic/senator.el:
2307 * cedet/semantic/sort.el:
2308 * cedet/semantic/symref.el:
2309 * cedet/semantic/tag-file.el:
2310 * cedet/semantic/tag-ls.el:
2311 * cedet/semantic/tag-write.el:
2312 * cedet/semantic/tag.el:
2313 * cedet/semantic/util-modes.el:
2314 * cedet/semantic/analyze/complete.el:
2315 * cedet/semantic/analyze/refs.el:
2316 * cedet/semantic/bovine/c.el:
2317 * cedet/semantic/bovine/gcc.el:
2318 * cedet/semantic/bovine/make.el:
2319 * cedet/semantic/bovine/scm.el:
2320 * cedet/semantic/decorate/include.el:
2321 * cedet/semantic/decorate/mode.el:
2322 * cedet/semantic/symref/cscope.el:
2323 * cedet/semantic/symref/global.el:
2324 * cedet/semantic/symref/grep.el:
2325 * cedet/semantic/symref/idutils.el:
2326 * cedet/semantic/symref/list.el:
2327 * cedet/semantic/wisent/java-tags.el:
2328 * cedet/semantic/wisent/javascript.el:
2329 * cedet/srecode/compile.el:
2330 * cedet/srecode/cpp.el:
2331 * cedet/srecode/document.el:
2332 * cedet/srecode/el.el:
2333 * cedet/srecode/expandproto.el:
2334 * cedet/srecode/getset.el:
2335 * cedet/srecode/insert.el:
2336 * cedet/srecode/java.el:
2337 * cedet/srecode/map.el:
2338 * cedet/srecode/mode.el:
2339 * cedet/srecode/template.el:
2340 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
2341 generated-autoload-feature.
2342
6e39d3b2
SM
2343 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2344 and only put a prop if it is non-nil.
2345
c9753fb4
JL
23462009-11-03 Juri Linkov <juri@jurta.org>
2347
2348 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2349 (menu-bar-options-menu): Fix list quoting (Bug#4429).
2350
2351 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2352 and "Menu" to make top-level menu item visually one unit (like
2353 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2354 multi-word menu items). Fix :help string for quit-window.
2355
db04f33f
GM
23562009-11-03 Glenn Morris <rgm@gnu.org>
2357
df8fff6c
GM
2358 * cedet/mode-local.el (with-mode-local): Doc fix.
2359
2aea6521
GM
2360 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2361 (byte-compile-file-form-define-abbrev-table)
2362 (byte-compile-file-form-custom-declare-variable)
2363 (byte-compile-variable-ref, byte-compile-defvar):
2364 Whether or not a warning is enabled should only affect whether we issue
2365 the warning, not whether or not we collect the relevant data.
2366 Eg warnings can be turned on and off throughout the course of a file.
2367
db04f33f
GM
2368 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2369 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2370
937e6a56
SM
23712009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2374 * play/mpuz.el (mpuz-create-buffer):
2375 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2376 (lm-print-y,s,noise, lm-print-w0, lm-init):
2377 * play/gomoku.el (gomoku-prompt-for-move):
2378 * play/fortune.el (fortune-in-buffer):
2379 * play/dissociate.el (dissociated-press):
2380 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2381 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2382 * mail/supercite.el (sc-eref-show):
2383 * mail/smtpmail.el (smtpmail-send-it):
2384 * mail/rmailsum.el (rmail-summary-next-labeled-message)
2385 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2386 (rmail-summary-undelete-many, rmail-summary-rmail-update)
2387 (rmail-summary-goto-msg, rmail-summary-expunge)
2388 (rmail-summary-get-new-mail, rmail-summary-search-backward)
2389 (rmail-summary-add-label, rmail-summary-output-menu)
2390 (rmail-summary-output-body):
2391 * mail/rfc822.el (rfc822-addresses):
2392 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2393 * mail/mailpost.el (post-mail-send-it):
2394 * mail/hashcash.el (hashcash-generate-payment):
2395 * mail/feedmail.el (feedmail-run-the-queue)
2396 (feedmail-queue-send-edit-prompt-help-first)
2397 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2398 (feedmail-deduce-address-list):
2399 * eshell/esh-ext.el (eshell-remote-command):
2400 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2401 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2402 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2403 (viper-save-string-in-file, viper-valid-marker):
2404 * emulation/viper-keym.el (viper-toggle-key):
2405 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2406 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2407 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2408 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2409 (viper-exec-form-in-emacs, viper-brac-function):
2410 * emulation/viper.el (viper-delocalize-var):
2411 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2412 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2413 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2414 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2415 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2416 * emulation/edt.el (edt-electric-helpify):
2417 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2418 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2419 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2420 (cua-indent-to-global-mark-column):
2421 * calendar/diary-lib.el (calendar-mark-1):
2422 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2423 Use with-current-buffer.
2424 * emulation/viper.el (viper-delocalize-var): Use dolist.
2425
5b955562
CY
24262009-11-03 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * comint.el (comint-replace-by-expanded-history-before-point):
2429 Replace !! with the previous input string literally (Bug#1795).
2430
6292c599
JB
24312009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
2432
2433 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2434 to be made up of whitespace.
2435
8368c14e
CY
24362009-11-02 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * minibuffer.el (read-file-name): Don't use file dialogs for
2439 remote directories (Bug#99).
2440
6f750f0d
CY
24412009-11-01 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2444
97ab3f47
AS
24452009-11-01 Andreas Schwab <schwab@linux-m68k.org>
2446
2447 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2448 instead of deleting the window or frame.
2449
673c1168
CY
24502009-10-31 Chong Yidong <cyd@stupidchicken.com>
2451
2452 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2453 Support face colors.
2454
937e6a56
SM
2455 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2456 New function. Support face colors (Bug#1168).
673c1168
CY
2457 (tex-common-initialization): Use it.
2458
2459 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2460 mode allows it (Bug#1168).
2461
c9349f0a
CY
24622009-10-31 Juri Linkov <juri@jurta.org>
2463
2464 * facemenu.el (list-colors-display): Don't mark buffer as
2465 modified (Bug#3948).
2466
ebf5c4f5
CY
24672009-10-31 Chong Yidong <cyd@stupidchicken.com>
2468
5c2dce75
CY
2469 * international/mule-diag.el (list-character-sets-1): Minor
2470 message fix (Bug#3526).
2471
26581f0e
CY
2472 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2473 face property (Bug#4834).
2474 (etags-list-tags, etags-tags-apropos-additional)
2475 (etags-tags-apropos, tags-select-tags-table): Add follow-link
2476 property.
2477
ebf5c4f5
CY
2478 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2479 items.
2480
2481 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2482 items.
2483
2484 * cedet/ede.el (ede-minor-mode):
2485 * cedet/semantic.el (semantic-mode): Toggle menu separators.
2486
9a529312
SM
24872009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * textmodes/two-column.el (2C-split):
2490 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2491 * textmodes/tex-mode.el (tex-set-buffer-directory):
2492 * textmodes/spell.el (spell-region, spell-string):
2493 * textmodes/reftex.el (reftex-erase-buffer):
2494 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2495 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2496 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2497 (reftex-select-item):
2498 * textmodes/reftex-ref.el (reftex-label-info-update)
2499 (reftex-offer-label-menu):
2500 * textmodes/reftex-index.el (reftex-index-change-entry)
2501 (reftex-index-phrases-info):
2502 * textmodes/reftex-global.el (reftex-create-tags-file)
2503 (reftex-save-all-document-buffers, reftex-ensure-write-access):
2504 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2505 (reftex-view-crossref-from-bibtex):
2506 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2507 (reftex-extract-bib-entries-from-thebibliography)
2508 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2509 * textmodes/refbib.el (r2b-capitalize-title):
2510 (r2b-convert-buffer, r2b-help):
2511 * textmodes/page-ext.el (pages-directory)
2512 (pages-directory-goto-with-mouse):
2513 * textmodes/bibtex.el (bibtex-validate-globally):
2514 * textmodes/bib-mode.el (bib-capitalize-title):
2515 * textmodes/artist.el (artist-clear-buffer, artist-system):
2516 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2517 (local-set-scheme-interaction-buffer, xscheme-process-filter)
2518 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2519 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2520 (xscheme-send-control-g-interrupt, xscheme-start-process)
2521 (xscheme-process-sentinel, xscheme-cd):
2522 * progmodes/verilog-mode.el (verilog-read-always-signals)
2523 (verilog-set-define, verilog-getopt-file)
2524 (verilog-module-inside-filename-p):
2525 * progmodes/sh-script.el:
2526 * progmodes/python.el (python-pdbtrack-get-source-buffer)
2527 (python-pdbtrack-grub-for-buffer, python-execute-file):
2528 * progmodes/octave-inf.el (inferior-octave):
2529 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2530 (idlwave-shell-compile-helper-routines, idlwave-set-local)
2531 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2532 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2533 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2534 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2535 (idlwave-shell-filter, idlwave-shell-examine-highlight)
2536 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2537 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2538 (idlwave-shell-examine-display, idlwave-shell-run-region)
2539 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2540 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2541 * progmodes/idlw-help.el (idlwave-help-get-special-help)
2542 (idlwave-help-get-help-buffer):
2543 * progmodes/gud.el (gud-basic-call, gud-find-class)
2544 (gud-tooltip-activate-mouse-motions-if-enabled):
2545 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2546 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2547 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2548 (ebrowse-tags-next-file):
2549 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2550 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2551 (ebnf-eps-finish-and-write):
2552 * progmodes/cpp.el (cpp-edit-save):
2553 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2554 * progmodes/cc-defs.el (c-emacs-features):
2555 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2556 (antlr-directory-dependencies):
2557 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2558 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2559 (ada-find-any-references, ada-make-filename-from-adaname)
2560 (ada-make-body-gnatstub):
2561 * obsolete/rnews.el (news-list-news-groups):
2562 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2563 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2564 * net/rcirc.el (rcirc-debug):
2565 * net/newst-treeview.el (newsticker--treeview-list-add-item)
2566 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2567 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2568 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2569 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2570 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2571 (newsticker--treeview-list-clear-highlight)
2572 (newsticker--treeview-list-update-highlight)
2573 (newsticker--treeview-list-highlight-start)
2574 (newsticker--treeview-tree-update-highlight)
2575 (newsticker--treeview-get-selected-item)
2576 (newsticker-treeview-mark-list-items-old)
2577 (newsticker--treeview-set-current-node):
2578 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2579 * net/newst-backend.el (newsticker--get-news-by-funcall)
2580 (newsticker--get-news-by-wget, newsticker--image-get)
2581 (newsticker--image-sentinel):
2582 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2583 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2584 (eudc-ph-close-session):
2585 * net/eudc.el (eudc-save-options):
2586 * language/thai-word.el (thai-update-word-table):
2587 * language/japan-util.el (japanese-string-conversion):
2588 * international/titdic-cnv.el (tsang-quick-converter)
2589 (ziranma-converter, ctlau-converter):
2590 * international/mule-cmds.el (describe-language-environment):
2591 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2592 (skkdic-convert-postfix, skkdic-convert-prefix):
2593 (skkdic-convert-okuri-nasi, skkdic-convert):
2594 * emacs-lisp/re-builder.el (reb-update-overlays):
2595 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2596 * emacs-lisp/gulp.el (gulp-send-requests):
2597 * emacs-lisp/find-gc.el (trace-call-tree):
2598 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2599 (eieio-describe-generic):
2600 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2601 * emacs-lisp/edebug.el (edebug-outside-excursion):
2602 * emacs-lisp/debug.el (debugger-make-xrefs):
2603 * emacs-lisp/cust-print.el (custom-prin1-to-string):
2604 * emacs-lisp/chart.el (chart-new-buffer):
2605 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2606 Use with-current-buffer.
2607 * textmodes/artist.el (artist-system): Don't call
2608 copy-sequence on a fresh string.
2609 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2610
d566f228
GM
26112009-10-31 Stephen Berman <stephen.berman@gmx.net>
2612
2613 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 2614 is no item to edit. (Bug#4820)
d566f228 2615 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 2616 buffer. (Bug#4820)
d566f228 2617
f3628edd
GM
26182009-10-31 Glenn Morris <rgm@gnu.org>
2619
5cf3709c
GM
2620 * net/ange-ftp.el (top-level): Don't require dired when compiling.
2621 (comint-last-output-start, comint-last-input-start)
2622 (comint-last-input-end): Don't defvar when compiling.
2623 (ange-ftp-process-file): Use bound-and-true-p.
2624
4c814fd2
GM
2625 * pcmpl-rpm.el (top-level): Move provide statement to end.
2626 (pcmpl-rpm): Remove unused custom group.
2627
113b8dcc
GM
2628 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2629
31c615e4
GM
2630 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2631
416d3588
GM
2632 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2633 (byte-compile-warnings): Add `constants' as an option.
2634 (byte-compile-callargs-warn, byte-compile-arglist-warn)
2635 (display-call-tree): Update for byte-compile-fdefinition possibly
2636 returning `(macro lambda ...)'. (Bug#4778)
2637 (byte-compile-variable-ref, byte-compile-setq-default):
2638 Respect `constants' member of byte-compile-warnings.
2639
8aedfd3b
GM
2640 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2641 Use mapc rather than mapcar because the return value is never used.
2642
f3628edd
GM
2643 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2644 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2645 * cedet/semantic/html.el:
2646 Suppress harmless warnings about setting up semantic-imenu (not
2647 part of Emacs) variables.
2648
00f71f39
SM
26492009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * vc-bzr.el (vc-bzr-revision-keywords): New var.
2652 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2653 to "submit:".
2654
4fa4a838
SM
2655 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2656 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2657 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2658 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2659 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2660 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2661 (semantic-analyzer-debug-global-symbol)
2662 (semantic-analyzer-debug-missing-innertype)
2663 (semantic-analyzer-debug-insert-include-summary):
2664 * cedet/semantic/util.el (semantic-file-tag-table):
2665 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2666 (semantic-recursive-find-nonterminal-by-name):
2667 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2668 * cedet/semantic/tag-file.el (semantic-prototype-file):
2669 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2670 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2671 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2672 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2673 (semantic-idle-summary-maybe-highlight):
2674 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2675 (semantic-ia-sb-tag-info):
2676 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2677 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2678 * cedet/semantic/ede-grammar.el (project-compile-target):
2679 (ede-proj-makefile-insert-variables):
2680 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2681 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2682 (semantic-debug-mode, semantic-debug):
2683 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2684 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2685 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2686 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2687 (semanticdb-find-translate-path-includes--internal)
2688 (semanticdb-reset-log, semanticdb-find-log-activity):
2689 * cedet/semantic/db-file.el (object-write):
2690 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2691 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2692 (semanticdb-create-ebrowse-database):
2693 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2694 * cedet/semantic/complete.el (semantic-displayor-focus-request)
2695 (semantic-collector-calculate-completions-raw)
2696 (semantic-complete-read-tag-analyzer):
2697 * cedet/semantic/analyze.el (semantic-analyze-pulse):
2698 * cedet/ede/util.el (ede-update-version-in-source):
2699 * cedet/ede/proj.el (project-delete-target):
2700 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2701 (ede-proj-flush-autoconf):
2702 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2703 (ede-proj-configure-synchronize):
2704 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2705 * cedet/ede/linux.el (ede-linux-version):
2706 * cedet/ede/emacs.el (ede-emacs-version):
2707 * cedet/ede/dired.el (ede-dired-add-to-target):
2708 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2709 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2710 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2711 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2712 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2713 (cedet-idutils-version-check):
2714 * cedet/cedet-global.el (cedet-gnu-global-call):
2715 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2716 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2717 * cedet/cedet-cscope.el (cedet-cscope-call)
2718 (cedet-cscope-expand-filename, cedet-cscope-version-check):
2719 Use with-current-buffer.
2720 * cedet/ede.el (ede-make-project-local-variable)
2721 (ede-set-project-variables, ede-set): Use dolist.
2722
ca0a881a
DN
27232009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2724
2725 * textmodes/ispell.el (ispell-skip-region-alist):
2726 * international/mule-conf.el (eight-bit):
2727 * international/fontset.el (font-encoding-alist):
2728 * startup.el (pure-space-overflow-message):
2729 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2730 * paths.el (gnus-nntp-service, rmail-spool-directory)
2731 (term-file-prefix):
2732 * files.el (save-some-buffers-action-alist):
2733 * cmuscheme.el (same-window-buffer-names):
2734 * ielm.el (same-window-buffer-names):
2735 * shell.el (same-window-buffer-names):
2736 * mail/sendmail.el (same-window-buffer-names):
2737 * progmodes/inf-lisp.el (same-window-buffer-names):
2738 * bindings.el (mode-line-client)
2739 (mode-line-column-line-number-mode-map):
2740 * language/tibetan.el (tibetan-precomposition-rule-regexp)
2741 (tibetan-precomposed-regexp): Purecopy string arguments.
2742
b861e45e
SM
27432009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2744
6df9b6d7
SM
2745 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2746 (calcDigit-nondigit):
2747 * calc/calc-yank.el (calc-copy-to-buffer):
2748 * calc/calc-units.el (calc-invalidate-units-table):
2749 * calc/calc-trail.el (calc-trail-yank):
2750 * calc/calc-store.el (calc-insert-variables):
2751 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2752 * calc/calc-prog.el (calc-read-parse-table):
2753 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2754 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2755 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2756 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2757 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2758 (calc-graph-name, calc-graph-find-command, calc-graph-view)
2759 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2760 * calc/calc-ext.el (calc-realign):
2761 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2762 (calc-embedded-finish-edit, calc-embedded-make-info)
2763 (calc-embedded-finish-command, calc-embedded-stack-change):
2764 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2765
5a916e35
SM
2766 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2767 (overload-docstring-extension): Use that info.
2768 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2769 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2770 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2771 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2772 (semantic-nonterminal-full-name): Add the new `when' info.
2773 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2774 `assert'.
2775
70f44c65
SM
2776 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2777 shell-dynamic-complete-filename in preference to
2778 comint-dynamic-complete-filename.
2779
b861e45e
SM
2780 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2781 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2782 Don't consider whether the display supports colors.
2783 (bookmark-import-new-list): Use dolist.
2784 (bookmark-bmenu-mode-map): Move initialization into declaration.
2785 (bookmark-bmenu-list): Use dolist, simplify.
2786 (bookmark-show-all-annotations): Use save-selected-window and dolist.
2787 (menu-bar-final-items): Use push.
2788
8549241d 27892009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
2790
2791 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2792 it works on remote files.
2793 (vc-hg-diff): Don't pass any `--cwd' argument.
2794
30644573
KR
27952009-10-27 Kevin Ryde <user42@zip.com.au>
2796
cc63d28f
SM
2797 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2798 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
2799 (Further to Bug#3921).
2800
9be01a63
MA
28012009-10-27 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2804 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2805 calling `tramp-imap-put-file'. Add file size to the call.
2806 (tramp-imap-get-file-entries): Compute also user name, file size,
2807 and date.
2808 (tramp-imap-handle-insert-directory): Insert uid and gid.
2809 (tramp-imap-handle-file-attributes): Transform uid and gid
2810 according to `id-format'.
2811 (tramp-imap-put-file): New optional parameter SIZE. Encode file
2812 size in header X-Size.
2813
41849bf9
JB
28142009-10-26 Juanma Barranquero <lekktu@gmail.com>
2815
2816 * simple.el (transpose-subr): Give clearer error when the mark
2817 is not set. (Bug#4807)
2818
293c24f9
MA
28192009-10-26 Michael Albinus <michael.albinus@gmx.de>
2820
cc63d28f
SM
2821 * net/tramp.el (tramp-perl-file-truename): New defconst.
2822 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 2823 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
2824 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2825 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 2826
cc63d28f
SM
2827 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2828 Ignore `dired-call-process'.
293c24f9
MA
2829 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2830
28312009-10-26 Julian Scheid <julians37@gmail.com>
2832
cc63d28f 2833 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
2834 (tramp-get-remote-readlink): New defun.
2835 (tramp-handle-file-truename): Use it.
2836 (tramp-handle-file-exists-p): Check file-attributes cache, assume
2837 file exists if cache value present.
2838 (tramp-check-cached-permissions) New defun.
2839 (tramp-handle-file-readable-p): Use it.
2840 (tramp-handle-file-writable-p): Likewise.
2841 (tramp-handle-file-executable-p): Likewise.
2842 (tramp-handle-file-name-all-completions): Try using Perl to get
2843 partial completions. When perl not available, combine `cd' and
2844 `ls' into single remote operation and use shell expansion to get
2845 partial remote directory contents. Set `file-exists-p' cache for
2846 directory and any files returned by ls. Change cache handling to
2847 support partial directory contents. Use error message emitted by
2848 remote `cd' or Perl code for local tramp-error.
2849 (tramp-do-copy-or-rename-file-directly): Avoid separate
2850 tramp-send-command-and-check call.
cc63d28f
SM
2851 (tramp-handle-process-file): Merge three remote ops into one.
2852 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
2853 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2854 file-attributes shows uid/gid to be set already.
2855
a7610c52
DN
28562009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2857
2858 * textmodes/tex-mode.el (tex-dvi-view-command)
2859 (tex-show-queue-command, tex-open-quote):
2860 * progmodes/ruby-mode.el (auto-mode-alist)
2861 (interpreter-mode-alist): Purecopy strings.
2862
2863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2864
2865 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2866 string for the hook, keymap and abbrev table.
2867
2868 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2869
2870 * x-dnd.el (x-dnd-xdnd-to-action):
2871 * startup.el (fancy-startup-text, fancy-about-text): Change to
2872 defconst from defvar.
2873
2874 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2875
2876 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2877 Purecopy initialization strings.
2878
2879 * mail/sendmail.el (mail-header-separator)
2880 (mail-personal-alias-file):
2881 * mail/rmail.el (rmail-default-dont-reply-to-names)
2882 (rmail-ignored-headers, rmail-retry-ignored-headers)
2883 (rmail-highlighted-headers, rmail-secondary-file-directory)
2884 (rmail-secondary-file-regexp):
2885 * files.el (null-device, file-name-invalid-regexp)
2886 (locate-dominating-stop-dir-regexp)
cc63d28f 2887 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
2888 (interpreter-mode-alist): Use mapcar instead of mapc.
2889
2890 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2891
2892 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2893 (completion-ignored-extensions):
2894 (debug-ignored-errors): Purecopy strings.
2895
4fcc3d32
SM
28962009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2897
0667de21
SM
2898 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2899 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2900 (pcomplete--here): Use push.
2901
4fcc3d32
SM
2902 * subr.el (all-completions): Declare the 4th arg obsolete.
2903
955ef430
SM
29042009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2d085307
SM
2906 * pcomplete.el (pcomplete-unquote-argument-function): New var.
2907 (pcomplete-unquote-argument): New function.
2908 (pcomplete--common-suffix): Always pay attention to case.
2909 (pcomplete--table-subvert): Quote and unquote the text.
2910 (pcomplete--common-quoted-suffix): New function.
2911 (pcomplete-std-complete): Use it and pcomplete-begin.
2912
955ef430
SM
2913 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2914 we're inside a dedicated or minibuffer window.
2915
4fcc3d32
SM
29162009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * cedet/semantic/fw.el (semantic-alias-obsolete)
2919 (semantic-varalias-obsolete): Make the `when' arg mandatory.
2920 (define-mode-overload-implementation):
2921 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2922 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2923 * cedet/semantic/util.el (semantic-file-token-stream)
2924 (semantic-something-to-stream):
2925 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2926 (semantic-expand-nonterminal):
2927 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2928 (semantic-find-dependency, semantic-find-nonterminal)
2929 (semantic-find-dependency):
2930 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2931 (semantic-flex-text, semantic-flex-make-keyword-table)
2932 (semantic-flex-keyword-p, semantic-flex-keyword-put)
2933 (semantic-flex-keyword-get, semantic-flex-map-keywords)
2934 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2935 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2936 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2937 (semantic-after-idle-scheduler-reparse-hooks):
2938 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2939 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2940 * cedet/semantic.el (semantic-toplevel-bovine-table)
2941 (semantic-toplevel-bovine-cache)
2942 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2943 (semantic-init-mode-hooks, semantic-init-db-hooks)
2944 (semantic-bovination-working-type): Provide the `when' arg.
2945
7c85c02b
KF
29462009-10-24 Karl Fogel <kfogel@red-bean.com>
2947
2948 * bookmark.el: Update documentation, especially documentation
2949 of `bookmark-alist' and of the bookmark file format.
2950 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
2951
3e8ae8a6
CY
29522009-10-24 Chong Yidong <cyd@stupidchicken.com>
2953
3e425845
CY
2954 * mail/emacsbug.el (report-emacs-bug): Clarify that the
2955 keybindings apply to the mail buffer (Bug#4003). Shrink help
2956 window to buffer.
2957
cdd47d48
CY
2958 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2959 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
2960 (whitespace-toggle-options, global-whitespace-toggle-options):
2961 Doc fix (Bug#3660).
cdd47d48 2962
ba07c9ad
CY
2963 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2964 of xmltok-start before the end tag was inserted (Bug#2840).
2965
3e8ae8a6
CY
2966 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2967 patterns that are preceded by an open-paren (Bug#1320).
2968
ab276820
CY
29692009-10-24 Sven Joachim <svenjoac@gmx.de>
2970
2971 * files.el (delete-directory): Delete symlinks to directories with
2972 delete-file (Bug#4739).
2973
86f1602f
CY
29742009-10-24 Chong Yidong <cyd@stupidchicken.com>
2975
2976 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2977 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2978 argument to make-obsolete.
2979
2980 * cedet/semantic/fw.el (semantic-alias-obsolete)
2981 (semantic-varalias-obsolete): Add optional WHEN argument.
2982
905a9ed3
DN
29832009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2984
a9a2a6db
DN
2985 * vc.el (vc-backend-for-registration): Rename from
2986 vc-get-backend-for-registration. Update callers.
2987
cc63d28f
SM
2988 * international/mule-cmds.el (set-language-info-alist):
2989 Purecopy lang-env.
905a9ed3
DN
2990 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2991 (charset): Purecopy the name.
2992 (define-char-code-property): Purecopy string arguments.
2993
2994 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2995 Purecopy string arguments.
2996
2997 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2998 * ediff-hook.el (menu-bar-ediff-menu):
2999 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3000 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3001
d270305a
GM
30022009-10-24 Glenn Morris <rgm@gnu.org>
3003
6c74d523 3004 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
3005 * term.el (term-dynamic-list-completions): Use choose-completion rather
3006 than obsolete alias mouse-choose-completion.
3007
ae732337
GM
3008 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3009 file-cache-choose-completion.
3010 (file-cache-choose-completion): Handle an optional event argument.
3011 (file-cache-mouse-choose-completion): Make it an obsolete alias.
3012
cc63d28f
SM
3013 * progmodes/octave-mod.el (octave-complete-symbol):
3014 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 3015
9847dc91
GM
3016 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3017 use.
3018
e8f2a5d5
GM
3019 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3020 compiler.
3021
d270305a
GM
3022 * vc-hooks.el (vc-responsible-backend): Fix declaration.
3023
c6432f1e
SM
30242009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3027 Ignore `pred' now that we receive one.
3028 Handle test-completion specially.
3029
6ab196f9
DN
30302009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3031
3032 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 3033 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
3034 REGISTER ...
3035 (vc-get-backend-for-registration): ... here. New function.
3036 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3037 of vc-responsible-backend, pass the file name instead of the
3038 directory name.
3039
48feed59
SM
30402009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3043 New funs.
3044 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
3045 (pcomplete-comint-setup): Don't modify a global var via
3046 accidental side-effects.
3047 (pcomplete-shell-setup): Adjust call accordingly.
3048 (pcomplete-parse-comint-arguments): Use push.
3049
00006066
CY
30502009-10-23 Chong Yidong <cyd@stupidchicken.com>
3051
36bfa3af
CY
3052 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3053 Allow uncapitalized info node names (Bug#3921).
3054
00006066
CY
3055 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3056 to the DEBUG file (Bug#3781).
3057
aa311d6e
CY
30582009-10-23 Jari Aalto <jari.aalto@cante.net>
3059
3060 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3061 dictionary entry (Bug#4579).
3062
b88f2d0a
MA
30632009-10-23 Michael Albinus <michael.albinus@gmx.de>
3064
3065 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3066 from `rfn-eshadow-update-overlay-hook' when unloading.
3067 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3068 "rsyncc". Adjust doc string.
3069 (tramp-temp-buffer-file-name) New buffer-local defvar.
3070 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3071 Keep temporary file when indicated by method ("rsync" and
3072 "rsyncc").
3073 (tramp-handle-write-region): Handle APPEND.
3074 (tramp-delete-temp-file-function): New defun. Added to
3075 `kill-buffer-hook'.
3076
1becddbb
JB
30772009-10-23 Juanma Barranquero <lekktu@gmail.com>
3078
3079 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3080
8f43cbf3
DN
30812009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3082
3083 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3084 (color-name-rgb-alist, tty-standard-colors)
3085 (tty-color-mode-alist): Change to defconst.
3086
3087 * simple.el (mark-inactive): Purecopy message.
3088
3089 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3090 (global-map, yank-menu):
3091 * textmodes/ispell.el (ispell-menu-map):
3092 * net/eudc.el (eudc-tools-menu):
3093 * international/mule-cmds.el (describe-language-environment-map)
3094 (setup-language-environment-map, set-coding-system-map)
3095 (mule-menu-keymap):
3096 * vc-hooks.el (vc-menu-entry, vc-menu-map):
3097 * replace.el (occur-mode-map):
3098 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3099
1d228a31
JB
31002009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
3101
3102 * calc/calc.el (math-read-number, math-read-number-simple): Use
3103 `save-match-data'.
3104
3b067af1
SM
31052009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3106
28a90c44
SM
3107 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3108 rather than fiddling with global-map bindings, since it should only
3109 affect per-terminal settings.
3110 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3111
a452eee8
SM
3112 * minibuffer.el (completion-table-with-terminator): Allow to specify
3113 the terminator-regexp.
3114
ab14d7d5
SM
3115 * simple.el (switch-to-completions): Look for *Completions* in other
3116 frames as well.
3117
3b067af1
SM
3118 * pcomplete.el: Allow the use of completion-tables.
3119 (pcomplete-std-complete): New command.
3120 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3121 (pcomplete--here): Use a function for `form' rather than an expression,
3122 so it can be byte-compiled.
3123 (pcomplete-here, pcomplete-here*): Adjust accordingly.
3124 Add edebug declaration.
3125 (pcomplete-show-completions): Remove unused var `curbuf'.
3126 (pcomplete-do-complete, pcomplete-stub):
1becddbb 3127 Don't assume `completions' is a list of strings any more.
3b067af1 3128
5480359e
JB
31292009-10-22 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * find-dired.el (find-name-arg): Fix typo in docstring.
3132
3170b794
SM
31332009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3134
48c23a25
SM
3135 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3136 (pcmpl-linux-fs-types): Same, and update to new modules layout.
3137
56b14058
SM
3138 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3139 pcomplete-entries.
3140
3170b794
SM
3141 * comint.el (comint-read-input-ring, comint-write-input-ring)
3142 (comint-substitute-in-file-name)
3143 (comint-dynamic-complete-as-filename)
3144 (comint-dynamic-simple-complete)
3145 (comint-dynamic-list-filename-completions)
3146 (comint-dynamic-list-completions)
3147 (comint-redirect-results-list-from-process): Minor simplifications.
3148
2affef34
KR
31492009-10-21 Kevin Ryde <user42@zip.com.au>
3150
3170b794
SM
3151 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3152 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34
KR
3153 the first form. And insert a blank line after ";;; Code" since
3154 that's usual style. (My Bug#4612.)
3155
e7b94bbb
KR
3156 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3157
528c56e2
SM
31582009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * minibuffer.el (completion-table-with-terminator): Properly implement
3161 boundaries, in case `terminator' appears in the suffix.
3162 (completion--embedded-envvar-table): Don't return boundaries if
3163 there's no valid completion. Simplify.
3164 (completion-file-name-table): New completion table extracted from
3165 completion--file-name-table.
3166 (completion--file-name-table): Use it.
3167 (read-file-name-predicate): Declare obsolete.
3168 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3169 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3170 completion-file-name-table, and use the `pred' argument.
3171 * files.el (locate-file-completion-table): Use the `pred' arg rather
3172 than read-file-name-predicate.
3173 (abbreviate-file-name): Use \` rather than ^ for BOS.
3174
f9ed9b4f
DN
31752009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3176
3177 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3178 vc-responsible-backend to register, it causes problems.
3179
5f2022a3
SM
31802009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3183
8d106ea0
CY
31842009-10-21 Eric Ludlam <zappo@gnu.org>
3185
3186 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3187 (semantic-c-debug-mode-init-pch): New functions.
3188 (semantic-c-debug-mode-init-last-mode): New var.
3189 (semantic-c-parse-lexical-token): Use them.
3190
3191 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3192 When extracting the argument list, limit only by point-max.
3193
fc754ea1
MA
31942009-10-21 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3197 (tramp-smb-handle-file-attributes): Use it.
3198 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3199 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
3200 `mapcar'. Use `tramp-smb-get-stat-capability'.
3201 Add `dired-filename' text properties.
fc754ea1
MA
3202 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3203 (tramp-smb-maybe-open-connection): Simplify check for smbclient
3204 version.
3205
79bd5ba1
SM
32062009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * subr.el (read-key-delay): Reduce to 0.01.
3209 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3210 (bug#4751).
3211
3c13704d
SM
32122009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3213
554efd10
SM
3214 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3215
c2a37b78
SM
3216 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3217 (Info-menu): Remove unused vars `last' and `completions'.
3218 (Info-index-nodes): Remove unused var `node'.
3219
3c13704d
SM
3220 * info.el (Info-complete-menu-item): Use complete-with-action.
3221
d1e4c403
DN
32222009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3223
3224 Make vc-annotate work through copies and renames.
3c13704d
SM
3225 * vc-annotate.el (vc-annotate-extract-revision-at-line):
3226 Return the file name too.
d1e4c403
DN
3227 (vc-annotate-revision-at-line)
3228 (vc-annotate-find-revision-at-line)
3229 (vc-annotate-revision-previous-to-line)
3230 (vc-annotate-show-log-revision-at-line): Update to get the file
3231 name from vc-annotate-extract-revision-at-line.
3232 (vc-annotate-show-diff-revision-at-line-internal): Change the
3233 argument to mean whether to show a file diff or not. Get the file
3234 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
3235 (vc-annotate-show-diff-revision-at-line):
3236 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
3237 (vc-annotate-warp-revision): Add an optional file argument.
3238
3239 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3240 (vc-git-annotate-extract-revision-at-line): Also return the file
3241 name if found.
3242
3243 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3244 command. Remove unused code.
3245 (vc-hg-annotate-re): Update to match --follow output.
3246 (vc-hg-annotate-extract-revision-at-line): Also return the file
3247 name if found.
3248
3249 * vc.el: Update annotate-extract-revision-at-line documentation.
3250
b0b0ef98
KR
32512009-10-18 Kevin Ryde <user42@zip.com.au>
3252
3253 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3254 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3255
a9e7f03d
KR
3256 * net/browse-url.el (browse-url): Identify alist with "consp and
3257 not functionp" and let all other things go down the `apply' leg,
3258 as suggested by Stefan. (Further to bug#4531.)
3259
7346a407
CY
32602009-10-18 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * minibuffer.el (read-file-name): Check for repeat before putting
3263 a default argument in file-name-history (Bug#4657).
3264
3265 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3266 read syntax (Bug#4737).
3267
3c13704d 3268 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 3269
1da94541
CY
32702009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3271
3272 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3273 (html-tag-alist, html-tag-help): Add descriptions for undocumented
3274 entries and make note of obsolete tags.
3275
2b93080a
SM
32762009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3279
18b5ffb5
GM
32802009-10-18 Glenn Morris <rgm@gnu.org>
3281
3282 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3283 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 3284 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
3285 now, and in any case the file header format has changed.
3286
c2e161b2
GM
32872009-10-17 Glenn Morris <rgm@gnu.org>
3288
3289 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3290 (flyspell-get-word, flyspell-large-region)
3291 (flyspell-auto-correct-previous-word): Doc/error message fixes.
3292
a1eb44f5
CY
32932009-10-17 Chong Yidong <cyd@stupidchicken.com>
3294
3295 * Makefile.in (ELCFILES): Add ede/shell.
3296
4418646e
DN
32972009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3298
3299 * term/common-win.el (x-colors): Purecopy it.
3300
4062011e
SM
33012009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3304 permissive for when the buffer is empty.
3305 (tar-header-block-tokenize): Decode the username and groupname.
3306 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3307
67d3ffe4
CY
33082009-10-17 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * cedet/srecode/srt.el:
3311 * cedet/srecode/compile.el:
3312 * cedet/semantic/mru-bookmark.el:
3313 * cedet/semantic/debug.el:
3314 * cedet/semantic/complete.el:
3315 * cedet/semantic/analyze.el: Require CL when compiling.
3316
33172009-10-17 Eric Ludlam <zappo@gnu.org>
3318
3319 * cedet/semantic/scope.el
3320 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3321 tmpscope so that the regular scope will continue to work.
3322
4062011e
SM
3323 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3324 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
3325
3326 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3327 contains multibyte characters, choose first applicable coding
3328 system automatically.
3329
3330 * cedet/ede/project-am.el (project-run-target): New method.
3331 (project-run-target): New method.
3332
3333 * cedet/ede.el (ede-target): Add run target menu item.
3334 (ede-project, ede-minor-keymap): Add ede-run-target binding.
3335 (ede-run-target): New function.
3336 (ede-target::project-run-target): New method.
3337
3338 * cedet/ede/proj.el (project-run-target): New method.
3339
3340 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3341 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
3342 Add :rules.
3343 (ede-proj-target-makefile-shared-object): Only libtool compilers
3344 now available. Add linkers for libtool.
3345 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3346 (ede-proj-makefile-target-name): Always use .la extension.
3347
3348 * cedet/ede/proj-prog.el (project-run-target): New method.
3349
4062011e 3350 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
3351 (ede-g++-linker): Change Change link lines.
3352
4062011e
SM
3353 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3354 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
3355 search backward from there.
3356 (ede-proj-makefile-automake-insert-subdirs)
3357 (ede-proj-makefile-automake-insert-extradist): New methods.
3358 (ede-proj-makefile-create): Use them.
3359
3360 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3361 Force FILE to expand to the current target. Use file-exists-p to
3362 check that it exists.
3363
3364 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
3365 (ede-linux-load): Wrap dir in file-name-as-directory.
3366 Set :version slot.
67d3ffe4
CY
3367
3368 * cedet/ede/files.el (ede-get-locator-object): When enabling
3369 locate, do so on "top".
3370
3371 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3372 file-name-as-directory during compare.
4062011e
SM
3373 (ede-emacs-version): Return Emacs/XEmacs differentiator.
3374 Get version number from different places. Don't call egrep.
67d3ffe4
CY
3375 (ede-emacs-load): Set :version slot. Call file-name-as-directory
3376 to set the directory.
3377
3378 * cedet/ede/shell.el: New file.
3379
3380 * cedet/inversion.el (inversion-decoders): Allow for stray . in
3381 alpha/beta variants.
3382
2df48a87
SM
33832009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * international/mule-cmds.el (select-safe-coding-system): If the file
3386 has a coding cookie, use it regardless of any other setting (bug#4712).
3387
fd7dd48c
GM
33882009-10-17 Glenn Morris <rgm@gnu.org>
3389
547776f9
GM
3390 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3391 All errors should have messages.
3392
3ee0b477 3393 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
3394 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3395
2550e4b1
GM
3396 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3397 (dired-keep-marker-copy, dired-keep-marker-hardlink)
3398 (dired-keep-marker-symlink, dired-dwim-target)
3399 (dired-copy-preserve-time): Do not autoload these defcustoms.
3400
fd7dd48c
GM
3401 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3402 messages from messing up the file coding. (Bug#4623)
3403
f3e3a990
GM
34042009-10-17 Jari Aalto <jari.aalto@cante.net>
3405
3406 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3407 if no match is found for the current dictionary. (Bug#4578)
3408
3409 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3410 optional, since that is how it is documented, and this is often called
3411 with a nil argument. (Bug#4577)
3412 (flyspell-external-point-words, flyspell-auto-correct-word)
3413 (flyspell-correct-word-before-point, flyspell-word-search-forward)
3414 (flyspell-word-search-backward): Remove nil argument in calls to
3415 flyspell-get-word, since it is not needed now.
3416
34172009-10-17 Ulrich Mueller <ulm@gentoo.org>
3418
1becddbb 3419 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 3420
b61374ab
GM
34212009-10-16 Glenn Morris <rgm@gnu.org>
3422
3423 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3424
412707c2
SM
34252009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3426
3427 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3428 (ange-ftp-file-size): New function.
3429 (ange-ftp-file-attributes): Use it.
3430
0c6f436e
MA
34312009-10-16 Michael Albinus <michael.albinus@gmx.de>
3432
3433 * net/tramp-smb.el (tramp-smb-version): New defvar.
3434 (tramp-smb-maybe-open-connection): Use it, in order to avoid
3435 repeated checks.
3436
850bfd04
GM
34372009-10-16 Glenn Morris <rgm@gnu.org>
3438
3439 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3440 Maybe copy some custom properties from old to new name. (Bug#4706)
3441
f3ed9aca
JB
34422009-10-16 Juanma Barranquero <lekktu@gmail.com>
3443
3444 * subr.el (error, sit-for, start-process-shell-command)
3445 (start-file-process-shell-command): Set the calling convention
3446 after the function definition.
3447
fd6c5134
SM
34482009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * subr.el (error, sit-for, start-process-shell-command)
3451 (start-file-process-shell-command): Use the new
3452 set-advertised-calling-convention feature.
3453
73874eb7
KH
34542009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
3455
fd6c5134
SM
3456 * international/ucs-normalize.el (ucs-normalize-version):
3457 Change to 1.2.
3458 (check-range): Adjust for Unicode 5.2.
73874eb7 3459
03fb33cf
JL
34602009-10-15 Juri Linkov <juri@jurta.org>
3461
3462 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3463 to the `menu-item' format.
3464
4260b402
MA
34652009-10-15 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * net/tramp.el (tramp-replace-environment-variables): Do not fail
3468 if the environment variable does not exist.
3469
3470 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3471 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3472 parameter.
3473 (tramp-smb-handle-add-name-to-file)
3474 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3475 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3476 (tramp-smb-handle-file-attributes)
3477 (tramp-smb-do-file-attributes-with-stat)
3478 (tramp-smb-handle-file-local-copy)
3479 (tramp-smb-handle-insert-directory)
3480 (tramp-smb-handle-make-directory)
3481 (tramp-smb-handle-make-directory-internal)
3482 (tramp-smb-handle-make-symbolic-link)
3483 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3484 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3485 (tramp-smb-maybe-open-connection): Apply the changed parameters.
3486 (tramp-smb-read-file-entry): Read Disk names in compressed format.
3487 Handle long file names.
3488 (tramp-smb-get-cifs-capabilities): Check, whether the connection
3489 process is running.
3490 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3491 Read share names with "-g" option.
3492
d7a0fd6f
GM
34932009-10-15 Ryan Yeske <rcyeske@gmail.com>
3494
3495 * net/rcirc.el (rcirc-view-log-file): New command.
3496 (rcirc-track-minor-mode-map): Remove C-c ` binding.
3497 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3498 specified.
3499
0b44494a
GM
35002009-10-15 Glenn Morris <rgm@gnu.org>
3501
af9fb32f
GM
3502 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3503 from the second command-line argument.
3504 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3505 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3506 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3507 w32-batch-update-autoloads.
3508 * emacs-lisp/autoload.el (autoload-make-program): New variable.
3509 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3510
0b44494a
GM
3511 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3512 the headers cannot be located. Simplify, subtracting superflous
3513 save-excursions.
3514
d5e63715
SM
35152009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 Replace completion-base-size by completion-base-position to fix bugs
3518 such as (bug#4699).
3519 * simple.el (completion-base-position): New var.
3520 (completion-base-size): Mark as obsolete.
3521 (choose-completion): Make it work for mouse events as well.
3522 Pass the new base-position to choose-completion-string.
3523 (choose-completion-guess-base-position): New function, extracted from
3524 choose-completion-delete-max-match.
3525 (choose-completion-delete-max-match): Use it. Make obsolete.
3526 (choose-completion-string): Use the new base-position info.
3527 (completion-root-regexp): Delete.
3528 (completion-setup-function): Preserve completion-base-position.
3529 Eliminate obsolete base-size manipulation.
3530 * minibuffer.el (display-completion-list): Don't mess with base-size.
3531 (minibuffer-completion-help): Set completion-base-position instead.
3532 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3533 choose-completion.
3534 * textmodes/bibtex.el (bibtex-complete):
3535 * emacs-lisp/crm.el (crm--choose-completion-string):
3536 Adjust to new calling convention.
3537 * complete.el (partial-completion-mode): Use minibufferp to avoid
3538 bumping into incompatible change to choose-completion-string-functions.
3539 * ido.el (ido-choose-completion-string): Make its calling convention
3540 more permissive.
3541 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3542 base-size manipulation.
3543 (comint-dynamic-list-input-ring): Use dotimes and push.
3544 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3545 fundamental-mode. Use `or'.
3546
92f8bfc7
JL
35472009-10-14 Juri Linkov <juri@jurta.org>
3548
3549 * misearch.el (multi-isearch-next-buffer-from-list)
3550 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
3551
e78e280d
SM
35522009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3553
384ca163
SM
3554 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3555 `bytecomp.el'.
3556
681e0e7c
SM
3557 * minibuffer.el (completion-pcm--merge-completions): Make sure the
3558 string we return is all made up of text from the completions rather
3559 than part from the completions and part from the input (bug#4219).
3560
e78e280d
SM
3561 * ido.el (ido-everywhere): Use define-minor-mode.
3562
3563 * buff-menu.el (list-buffers, ctl-x-map):
3564 Mark the entry points with ;;;###autoload cookies.
3565
b4e813ca
DN
35662009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3567
52964e54
DN
3568 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3569 correctly in the detached head case.
3570 (vc-git-print-log): Remove unused binding.
3571
b4e813ca
DN
3572 * vc.el (vc-responsible-backend): When a directory is passed for
3573 for registration create a VC repository if no backend is
3574 responsible for the directory argument.
3575 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
3576
3577 * vc.el: Move comments about RCS and SCCS ...
3578 * vc-rcs.el:
3579 * vc-sccs.el: ... here, respectively.
3580
40ba9882
SM
35812009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * minibuffer.el (completion--file-name-table): Return nil if there's
3584 no file completion, even if substitute-in-file-name changed
3585 the string (bug#4708).
3586
04e0f59b
JL
35872009-10-13 Juri Linkov <juri@jurta.org>
3588
3589 * files-x.el (read-file-local-variable-value): Don't filter out
3590 minor modes from mode name completion (bug#4664).
3591
314c8e25
JB
35922009-10-13 Juanma Barranquero <lekktu@gmail.com>
3593
3594 * international/mule-cmds.el (ucs-names): Remove exclusion of
3595 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3596
5c9b7d36
KH
35972009-10-13 Kenichi Handa <handa@m17n.org>
3598
3599 * international/uni-name.el: Regenerated.
3600
1e7a80f2
JB
36012009-10-13 Juanma Barranquero <lekktu@gmail.com>
3602
3603 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
3604 should be automatically buffer-local, but isn't.)
3605
cd29f88b
SS
36062009-10-12 Sam Steingold <sds@gnu.org>
3607
3608 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 3609 timestamps if the buffer has been visited before.
0cd16af4
SS
3610 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3611 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 3612
37493a98
GM
36132009-10-12 Glenn Morris <rgm@gnu.org>
3614
3615 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3616 Let-bind `size'.
3617
3b56b1e6
JB
36182009-10-12 Juanma Barranquero <lekktu@gmail.com>
3619
7422a4bb
JB
3620 * proced.el (proced-unload-function): New function.
3621
fa72d075
JB
3622 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3623 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3624 Doc fix.
3625
3b56b1e6
JB
3626 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3627
4d9b4323
JL
36282009-10-11 Juri Linkov <juri@jurta.org>
3629
3630 * files-x.el (read-file-local-variable-value):
3631 Provide default value only for bound variables (bug#4664).
3632
f6f7e059
MA
36332009-10-11 Michael Albinus <michael.albinus@gmx.de>
3634
3635 * net/tramp.el (tramp-local-host-p): Function shall return nil for
3636 connection methods like smb.
3637
3638 * net/tramp-cache.el (tramp-flush-connection-property): The hash
3639 can be empty.
3640
3641 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3642 (tramp-smb-file-name-handler-alist): Add handlers for
3643 `add-name-to-file', `make-symbolic-link'.
3644 (tramp-smb-handle-add-name-to-file)
2992485f 3645 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
3646 (tramp-smb-handle-make-symbolic-link)
3647 (tramp-smb-get-cifs-capabilities): New defuns.
3648 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3649 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3650 (tramp-smb-handle-file-local-copy)
3651 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
3652 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3653 The file name syntax depends on cifs capabilities.
3654 (tramp-smb-handle-file-attributes):
3655 Call `tramp-smb-do-file-attributes-with-stat' if possible.
3656 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3657 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 3658
67868d26
CY
36592009-10-11 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3662 (eieio-defclass): Apply deftype handler and setf-method properties
3663 directly.
3664 (eieio-add-new-slot): Avoid union function from cl library.
3665 (eieio--typep): New function.
3666 (eieio-perform-slot-validation): Use it.
3667
6d6a5b7e
KF
36682009-10-10 Karl Fogel <kfogel@red-bean.com>
3669
3b56b1e6 3670 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
3671 Update documentation to refer to the variables documented in r1.135.
3672 (Bug#4188)
3673
67b70de9
KF
36742009-10-10 Karl Fogel <kfogel@red-bean.com>
3675
3676 * bookmark.el (Info-suffix-list): Remove this unused variable.
3677 (bookmark-current-point): Remove this obsolete variable.
3678 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3679 Adjust for removal of bookmark-current-point.
3680
3681 (bookmarks-already-loaded, bookmark-current-buffer)
3682 (bookmark-yank-point): Document. (Bug#4188)
3683
58ae51ae
GM
36842009-10-10 Glenn Morris <rgm@gnu.org>
3685
4619ff5e
GM
3686 * frame.el (frame-height): Doc fix.
3687
58ae51ae
GM
3688 * calendar/calendar.el (calendar-split-width-threshold): New option.
3689 (calendar-basic-setup): Use calendar-split-width-threshold.
3690
3b56b1e6 36912009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 3692
3b56b1e6
JB
3693 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3694 Use .la for Automake.
d751f122 3695
fa63f49c
CY
36962009-10-09 Chong Yidong <cyd@stupidchicken.com>
3697
3b56b1e6
JB
3698 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3699 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 3700
d364386c
JB
37012009-10-09 Juanma Barranquero <lekktu@gmail.com>
3702
3703 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3704 Ideographic Supplement" range (U+1F200..U+1F2FF).
3705
33e97a28
KF
37062009-10-09 Karl Fogel <kfogel@red-bean.com>
3707
02d0f051 3708 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 3709 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
3710
37112009-10-09 Karl Fogel <kfogel@red-bean.com>
3712
d364386c 3713 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
3714 (bookmark-bmenu-execute-deletions): Don't save here, as
3715 bookmark-delete will now do so if necessary.
d364386c 3716 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
3717 (Bug#4348)
3718
9656d87b
GM
37192009-10-09 Glenn Morris <rgm@gnu.org>
3720
3721 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3722
e6227f06
KF
37232009-10-09 Karl Fogel <kfogel@red-bean.com>
3724
3725 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3726 (bookmark-jump-other-window): Just invoke bookmark-jump with new
3727 argument now, so the two function's behaviors will match. (Bug#3645)
3728
35c7e413
CY
37292009-10-08 Chong Yidong <cyd@stupidchicken.com>
3730
4f54db4b
CY
3731 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3732 Fix filename test.
35c7e413
CY
3733 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3734 to expand file names.
3735
288f783b
MA
37362009-10-08 Michael Albinus <michael.albinus@gmx.de>
3737
3738 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 3739 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 3740 Apply `save-match-data'.
288f783b
MA
3741
3742 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3743 case both directories are remote.
3744 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 3745 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 3746
c2a81032
CY
37472009-10-08 Chong Yidong <cyd@stupidchicken.com>
3748
a6b98754
CY
3749 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3750 (ede-proj-target-makefile-objectcode): Use it.
3751
c2a81032 3752 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
3753 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3754 Return search result. This error was introduced while merging.
c2a81032 3755
872a1ea4
JB
37562009-10-07 Juanma Barranquero <lekktu@gmail.com>
3757
3758 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3759
ab2baced
GM
37602009-10-07 Glenn Morris <rgm@gnu.org>
3761
e78e280d
SM
3762 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3763 of concat.
ab2baced 3764
5c4634c1
SM
37652009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * files-x.el (read-file-local-variable): Include some
3768 non-user-variables in the completion table (bug#4664).
3769
c2dc9732
MA
37702009-10-07 Michael Albinus <michael.albinus@gmx.de>
3771
3772 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3773 message.
3774
3775 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3776 (tramp-smb-file-name-handler-alist): Add handler for
3777 `copy-directory', `expand-file-name', `set-file-modes'.
3778 (tramp-smb-handle-copy-directory)
3779 (tramp-smb-handle-expand-file-name)
3780 (tramp-smb-handle-set-file-modes): New defuns.
3781 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3782 (tramp-smb-handle-file-attributes): Simplify check for retrieving
3783 entry.
3784 (tramp-smb-handle-insert-directory): Don't flush the cache.
3785 (tramp-smb-maybe-open-connection): Check for samba client and
3786 server versions.
3787
11be40a6
EZ
37882009-10-07 Eli Zaretskii <eliz@gnu.org>
3789
3790 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3791 to not error out of search for "^lisp=" fails.
3792
8c4afe20
JB
37932009-10-07 Juanma Barranquero <lekktu@gmail.com>
3794
3795 * makefile.w32-in (WINS_UPDATES): New macro.
3796 (custom-deps, finder-data, autoloads): Use it.
3797
429a1506
GM
37982009-10-07 Glenn Morris <rgm@gnu.org>
3799
ee2e93e2
GM
3800 * Makefile.in (autoloads): Revert previous change.
3801 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3802 the list of preloaded files passed on the command-line, get
3803 it from src/Makefile.
3804
429a1506
GM
3805 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3806 show the original buffer rather than a random one.
3807
a51203ee 38082009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
3809
3810 * help.el (describe-no-warranty): Place point in a slightly better
3811 position in the GPLv3 text.
3812
f58f7520
SS
38132009-10-06 Sam Steingold <sds@gnu.org>
3814
3815 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3816 the comm attribute is present before calling regexp-quote.
3817
bde79dc0
JB
38182009-10-06 Juanma Barranquero <lekktu@gmail.com>
3819
3820 * play/animate.el (animate-string): For good effect, make sure
3821 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3822
3823 * play/animate.el (animate-sequence, animate-birthday-present):
3824 * misc.el (butterfly): Don't set `indent-tabs-mode'.
3825
25ab0302
GM
38262009-10-06 Glenn Morris <rgm@gnu.org>
3827
73fe714a
GM
3828 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3829
3405d98c
GM
3830 * emacs-lisp/autoload.el (autoload-excludes): New variable.
3831 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3832 (batch-update-autoloads): Process a string value of autoload-excludes,
3833 set during the build process.
3834 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
3835
9fb2cdc5
GM
3836 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3837 inside with-parsed... macro so that `v' is defined.
3838
7938ab41
GM
3839 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3840 * progmodes/fortran.el (fortran-end-of-block)
3841 (fortran-beginning-of-block):
3842 Also push mark in the macro case.
3843
eaf9b564
GM
3844 * emerge.el (emerge-show-file-name):
3845 * calc/calc.el (calc-quit):
3846 * calc/calc-misc.el (calc-big-or-small):
3847 * calc/calc-graph.el (calc-graph-view):
3848 * calc/calc-ext.el (calc-reset):
3849 * calendar/calendar.el (calendar-basic-setup):
3850 Use window-full-height-p.
3851
25ab0302
GM
3852 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3853 header we don't understand, don't insert another. (Bug#4624)
3854 If changing mime charset, insert the new one in the right place.
3855
00169eb6
GM
38562009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
3857
3858 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3859 (cal-tex-cursor-month): Correctly increment the end date for diary and
3860 holiday listing. (Bug#4626)
3861
82882188
SM
38622009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3863
40ba9882 3864 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
3865 a symbol.
3866
a8f316ca
JB
38672009-10-05 Juanma Barranquero <lekktu@gmail.com>
3868
3869 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3870 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3871 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3872 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3873
3874 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3875 (eieio-default-superclass): Reflow docstrings.
3876 (this, class-option-assoc, defclass, eieio-class-un-autoload)
3877 (eieio-unbind-method-implementations, defmethod)
3878 (eieio-validate-slot-value, eieio-validate-class-slot-value)
3879 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3880 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3881 (eieio-slot-originating-class-p, eieio-slot-name-index)
3882 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3883 (constructor, initialize-instance, no-next-method, object-print)
3884 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3885 Fix typos in docstrings.
3886 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3887 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3888 (next-method-p): Doc fixes.
3889 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3890 Fix typos in error messages.
3891 (eieio-defmethod): Fix typo in description of generic method.
3892
3893 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3894 (eieio-persistent-save-interactive, slot-missing):
3895 Fix typos in docstrings.
3896 (eieio-instance-inheritor-slot-boundp): Doc fix.
3897
3898 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3899 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3900
3901 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3902 (eieio-custom-object-apply-reset):
3903 Fix typos in docstrings and error messages.
3904
3905 * emacs-lisp/eieio-datadebug.el (data-debug-show):
3906 Fix typo in docstring.
3907
3908 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3909 (eieio-browse-tree): Doc fix.
3910 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3911 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3912 Fix typos in docstrings.
3913
3914 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3915 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3916 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3917 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3918 Reflow docstrings.
3919
c66b7ac0
DN
39202009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3921
4a827e0a 3922 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
3923 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3924 Set log-view-vc-backend so that diff can work.
4a827e0a 3925
c66b7ac0
DN
3926 * log-view.el (log-view-diff): Use vc-diff-internal instead of
3927 vc-version-diff.
3928 (vc-diff-internal): Autoload this instead of vc-version-diff.
3929
1902a98c
EZ
39302009-10-05 Eli Zaretskii <eliz@gnu.org>
3931
a7a8618b
EZ
3932 * simple.el (eval-expression): Doc fix.
3933
1902a98c
EZ
3934 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3935
0e1f2ee6
MA
39362009-10-05 Michael Albinus <michael.albinus@gmx.de>
3937
3938 * files.el (directory-files-no-dot-files-regexp): New defconst.
3939 (delete-directory): Use it.
3940 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
3941
263c02ef 3942 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
3943 (tramp-methods): Add recursive option to `tramp-copy-args'.
3944 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 3945 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 3946 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
3947 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3948 Add handler for `copy-directory'.
3949 (tramp-handle-copy-directory): New defun.
3950 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
3951 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3952 Optimize sent command.
263c02ef 3953
72aa7df4
SM
39542009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3955
4a34f065
SM
3956 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3957 window if necessary.
3958
72aa7df4
SM
3959 * calendar/calendar.el (calendar-basic-setup): Don't call
3960 switch-to-buffer in a dedicated window.
3961
5feb1ba7
KF
39622009-10-05 Karl Fogel <kfogel@red-bean.com>
3963
3964 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3965 don't do anything related to relocating, just return nil.
3966 (bookmark-error-no-filename): New error.
3967 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3968 bookmark has no file. Don't even attempt to handle things that
3969 are not files; the whole point of custom handlers is to keep that
3970 knowledge elsewhere anyway. Tighten some comments.
3971 (bookmark-file-or-variation-thereof): Remove now-unused function.
3972 (bookmark-location): Doc string fix.
3973 (Bug#4250)
3974
1bd49952
KF
39752009-10-04 Karl Fogel <kfogel@red-bean.com>
3976
3977 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3978 don't use a file dialog, because they usually don't know how to read
3979 a directory target from the user. (Bug#4230)
3980 Also, make sure the prompt can display directories as well as files.
3981
825382c0
KF
39822009-10-04 Karl Fogel <kfogel@red-bean.com>
3983
3984 * bookmark.el (bookmark-set, bookmark-buffer-name):
3985 Improve doc strings. (Bug#1193)
3986
13901bcb
KF
39872009-10-04 Karl Fogel <kfogel@red-bean.com>
3988
4a34f065
SM
3989 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3990 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3991 (bookmark-get-annotation, bookmark-set-annotation)
3992 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3993 (bookmark-set-position, bookmark-get-front-context-string)
3994 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3995 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3996 (bookmark-jump-other-window, bookmark-handle-bookmark)
3997 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3998 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3999 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4000 Improve doc strings to say whether bookmark can be a string or
4001 a record or both, and make other consistency and clarity fixes.
4002 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4003 (bookmark-default-annotation-text, bookmark-yank-word)
4004 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4005 (bookmark-import-new-list, bookmark-maybe-rename)
4006 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4007 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb
KF
4008 (bookmark-bmenu-check-position): Give this a doc string, but also
4009 add a FIXME comment about how the function may be pointless.
4010 (bookmark-default-handler): Rework doc string and change a
4011 parameter name, to clarify that this takes a bookmark record
4012 not a bookmark name.
4013 (bookmark-set): Change a parameter name to indicate its meaning,
4014 and improve the doc string a bit.
4015 (Bug#4188)
4016
5c1b3e94
KF
40172009-10-04 Karl Fogel <kfogel@red-bean.com>
4018
4019 * bookmark.el (bookmark-alist): Document the new `handler' element
4020 in the param alist.
4021 (bookmark-make-record-function): Adjust documentation for above.
4022 (Bug#4193)
4023
8559076d
KF
40242009-10-04 Karl Fogel <kfogel@red-bean.com>
4025
4026 * info.el (Info-bookmark-make-record): Document this function.
4027 (Info-bookmark-jump): Document with a doc string, not just a comment.
4028 (Bug#4203)
4029
82481502
CY
40302009-10-04 Chong Yidong <cyd@stupidchicken.com>
4031
4a34f065 4032 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
4033 (semantic-new-buffer-fcn): Call parser setup functions here.
4034 (semantic-mode): Don't call parser setup functions here, it's done
4035 in semantic-new-buffer-fcn now.
d436f538 4036 (semantic-mode): Parse all existing buffers when enabled.
82481502 4037
4a34f065
SM
4038 * cedet/srecode/compile.el (srecode-compile-file):
4039 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 4040
2e7eba60
CY
40412009-10-04 Chong Yidong <cyd@stupidchicken.com>
4042
d91485a9
CY
4043 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4044
4045 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4046 (proj-comp-insert-variable-once): New macro, renamed from
4047 ede-pmake-insert-variable-once in ede/pmake.edl.
4048 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 4049
b4583b8c
MA
40502009-10-04 Michael Albinus <michael.albinus@gmx.de>
4051
4052 * files.el (copy-directory): New defun.
4053
4054 * dired-aux.el (dired-copy-file-recursive): Use it.
4055
04075952
JB
40562009-10-04 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4059 (makefile-end-of-command):
4060 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4061 (semantic-end-of-context): Fix previous change. Doc fixes.
4062
131ae8f2
JB
40632009-10-04 Juanma Barranquero <lekktu@gmail.com>
4064
a30e71ae
JB
4065 * files-x.el (modify-dir-local-variable)
4066 (copy-dir-locals-to-file-locals-prop-line):
4067 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4068 (makefile-end-of-command):
4069 * cedet/semantic/lex.el (semantic-lex-token):
4070 * cedet/semantic/analyze/fcn.el
4071 (semantic-analyze-dereference-metatype-1):
4072 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4073 (semantic-lex-cpp-undef):
4074 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4075 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4076 (semantic-end-of-context): Fix typos in docstrings.
4077
131ae8f2
JB
4078 * recentf.el (recentf-unload-function): New function.
4079
0fd9cb9c
CY
40802009-10-04 Chong Yidong <cyd@stupidchicken.com>
4081
a30e71ae 4082 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
4083 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4084 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 4085 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 4086
ccafbf06
GM
40872009-10-04 Glenn Morris <rgm@gnu.org>
4088
4089 * window.el (window-full-height-p): Add doc string.
4090
02c6f098
GM
40912009-10-04 Martin Rudalics <rudalics@gmx.at>
4092
4093 * window.el (window-full-height-p): New function. (Bug#4543)
4094
e6e267fc
CY
40952009-10-03 Chong Yidong <cyd@stupidchicken.com>
4096
a70bfe61
CY
4097 * cedet/srecode/insert.el: Require srecode/args.
4098
4099 * cedet/srecode/args.el: Require srecode/dictionary instead of
4100 srecode/insert.
4101
e6e267fc
CY
4102 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4103
4104 * files.el (auto-mode-alist): Add .srt and Project.ede.
4105
4a34f065
SM
4106 * cedet/semantic.el (semantic-mode):
4107 Handle srecode-template-mode-hook as well.
0b8cafba 4108 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
4109
4110 * cedet/srecode/template.el: Remove hook variable.
4111
4112 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4113
4114 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4115 projects exist.
8b440f71
CY
4116 (ede-project-placeholder-cache-file): Default to a file in
4117 user-emacs-directory.
e6e267fc
CY
4118
4119 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4120 templates in data-directory.
4a34f065 4121 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
4122
4123 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4124 directory.
4125
41262009-09-30 Eric Ludlam <zappo@gnu.org>
4127
131ae8f2
JB
4128 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4129 Doc fix.
e6e267fc
CY
4130
4131 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4132 Only insert each variable once.
4133
4134 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4135 (ede-pmake-insert-variable-shared): Use it.
4136
4137 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4138 for lexical table iff table is nil.
4139
ed6b0195
DN
41402009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 * vc.el: Remove commented out code.
4143 (vc-derived-from-dir-mode): Remove, unused.
4144 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4145
1b8d1cc7
MA
41462009-10-03 Michael Albinus <michael.albinus@gmx.de>
4147
4a34f065
SM
4148 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4149 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
4150 there could be recursive loading when `default-directory' is a
4151 remote file name. (Bug#4614)
4152
ac3c593c
GM
41532009-10-03 Glenn Morris <rgm@gnu.org>
4154
686ea556
GM
4155 * calendar/calendar.el (calendar-basic-setup): Handle the case where
4156 the frame is wide.
4157 (calendar-generate-window): Test for shrinkability rather than width.
4158
619392fc
GM
4159 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4160 declaration, currently false.
4161
ac3c593c
GM
4162 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4163 reusing existing buffers, in case we happen to visit two files with the
4164 same basename. (Bug#4593)
4165
573709fd
EZ
41662009-10-02 Eli Zaretskii <eliz@gnu.org>
4167
4a34f065 4168 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
4169 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4170 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4171 subdirs of cedet as well.
8f885d01 4172 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 4173
8d6c1239
SM
41742009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4177 Obey advertised-signature-table.
4178
4179 * help-fns.el (help-function-arglist): Don't check
4180 advertised-signature-table.
4181 (describe-function-1): Do it here instead so it also applies to subrs.
4182
c4861de0
MA
41832009-10-02 Michael Albinus <michael.albinus@gmx.de>
4184
4185 * simple.el (start-file-process): Say in the doc-string, that file
4186 handlers might not support pty association, if PROGRAM is nil.
4187
4188 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4189 HOST and USER are strings. They are nil, when there are
4190 incomplete entries in ~/.netrc, for example.
4191 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
4192 root directory ("device busy" error otherwise).
4193
8d6c1239
SM
4194 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4195 Flush file properties of created directory.
c4861de0 4196
d2bda74f
EZ
41972009-10-02 Eli Zaretskii <eliz@gnu.org>
4198
4199 * makefile.w32-in (WINS_BASIC): Remove cedet.
4200 (WINS_CEDET): Add cedet.
4201 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4202
895d1904
GM
42032009-10-02 Kevin Ryde <user42@zip.com.au>
4204
4205 * net/browse-url.el (browse-url): Pass any symbol in
4206 browse-url-browser-function to `apply', since if you've mistakenly put
4207 an unbound symbol then the error is clearer. (Bug#4531)
4208
32226619
JB
42092009-10-02 Juanma Barranquero <lekktu@gmail.com>
4210
4211 * allout.el (allout-init, allout-back-to-current-heading)
4212 (allout-beginning-of-current-entry, allout-ascend-to-depth)
4213 (allout-ascend, allout-up-current-level, allout-end-of-level)
4214 (allout-previous-visible-heading, allout-forward-current-level)
4215 (allout-backward-current-level, allout-show-children):
4216 * apropos.el (apropos-describe-plist):
4217 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4218 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4219 * completion.el (add-completion, add-permanent-completion):
4220 * descr-text.el (describe-text-category, describe-char):
4221 * desktop.el (desktop-lazy-abort):
4222 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4223 * dired.el (dired-build-subdir-alist):
4224 * ediff.el (ediff-version):
4225 * elide-head.el (elide-head, elide-head-show):
4226 * emerge.el (emerge-version):
4227 * env.el (getenv):
4228 * face-remap.el (variable-pitch-mode):
4229 * faces.el (describe-face):
4230 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4231 (dired-at-point):
4232 * files.el (find-file-existing, auto-save-mode):
4233 * font-lock.el (font-lock-fontify-buffer):
4234 * help-fns.el (describe-function, describe-variable)
4235 (describe-syntax, describe-categories):
4236 * help.el (view-lossage, describe-bindings, describe-key)
4237 (describe-mode):
4238 * hexl.el (hexl-current-address):
4239 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4240 * info.el (Info-goto-emacs-key-command-node):
4241 * log-edit.el (log-edit-insert-cvs-template)
4242 (log-edit-insert-cvs-rcstemplate):
4243 * menu-bar.el (menu-bar-mode):
4244 * mouse.el (mouse-appearance-menu):
4245 * newcomment.el (comment-indent-new-line):
4246 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4247 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4248 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4249 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4250 * recentf.el (recentf-mode):
4251 * savehist.el (savehist-mode, savehist-save):
4252 * shadowfile.el (shadow-copy-files):
4253 * simple.el (kill-ring-save, next-line, previous-line)
4254 (normal-erase-is-backspace-mode):
4255 * strokes.el (strokes-update-window-configuration)
4256 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4257 (strokes-xpm-for-stroke):
4258 * time.el (emacs-uptime, emacs-init-time):
4259 * tutorial.el (tutorial--describe-nonstandard-key)
4260 (tutorial--detailed-help):
4261 * type-break.el (type-break-mode)
4262 (type-break-mode-line-message-mode, type-break-query-mode)
4263 (type-break-guesstimate-keystroke-threshold):
4264 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4265 * version.el (emacs-version):
4266 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4267 * winner.el (winner-mode):
4268 * calendar/timeclock.el (timeclock-in, timeclock-out)
4269 (timeclock-status-string, timeclock-change)
4270 (timeclock-workday-remaining-string)
4271 (timeclock-workday-elapsed-string)
4272 (timeclock-when-to-leave-string):
4273 * calendar/todo-mode.el (todo-add-category):
4274 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4275 * emacs-lisp/autoload.el (update-file-autoloads):
4276 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4277 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4278 (checkdoc-message-text, checkdoc-defun):
4279 * emacs-lisp/debug.el (debugger-list-functions):
4280 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4281 * emacs-lisp/eieio-opt.el (eieio-describe-class)
4282 (eieio-describe-generic):
4283 * emacs-lisp/lisp-mnt.el (lm-synopsis):
4284 * emacs-lisp/shadow.el (list-load-path-shadows):
4285 * emulation/cua-base.el (cua-mode):
4286 * emulation/edt.el (edt-set-scroll-margins):
4287 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4288 (tpu-toggle-regexp, tpu-toggle-search-direction)
4289 (tpu-toggle-rectangle, tpu-toggle-control-keys):
4290 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4291 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4292 (viper-set-parsing-style-toggling-macro)
4293 (viper-set-emacs-state-searchstyle-macros):
4294 * emulation/viper.el (viper-set-hooks):
4295 * eshell/esh-mode.el (eshell-truncate-buffer):
4296 * international/mule-cmds.el (prefer-coding-system)
4297 (describe-input-method, describe-language-environment):
4298 * international/mule-diag.el (list-character-sets)
4299 (describe-character-set, describe-coding-system)
4300 (describe-fontset, list-fontsets, list-input-methods):
4301 * mail/sendmail.el (mail-signature):
4302 * net/ange-ftp.el (ange-ftp-copy-file):
4303 * net/browse-url.el (browse-url):
4304 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4305 * net/quickurl.el (quickurl-add-url):
4306 * net/rcirc.el (names, topic):
4307 * net/xesam.el (xesam-mode):
4308 * play/5x5.el (5x5-new-game):
4309 * play/yow.el (apropos-zippy):
4310 * progmodes/ada-mode.el (ada-mode-version):
4311 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4312 (f90-end-of-block)
4313 (f90-beginning-of-block):
4314 * progmodes/fortran.el (fortran-end-of-block)
4315 (fortran-beginning-of-block):
4316 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4317 * progmodes/python.el (python-describe-symbol, python-shell):
4318 * term/ns-win.el (ns-print-buffer):
4319 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4320 * textmodes/flyspell.el (flyspell-mode-on):
4321 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4322 (pages-directory-for-addresses):
4323 * textmodes/table.el (table-recognize-cell)
4324 (table-query-dimension, table-generate-source)
4325 (table-insert-sequence, table--warn-incompatibility):
4326 * textmodes/tex-mode.el (tex-validate-buffer):
4327 * textmodes/texinfmt.el (texinfmt-version)
4328 (texinfo-format-buffer):
4329 Use `called-interactively-p' instead of `interactive-p'.
4330
12a3c28c
JB
43312009-10-02 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * image-mode.el (image-toggle-display):
4334 * emacs-lisp/elp.el (elp-instrument-function):
4335 * emacs-lisp/advice.el (ad-make-advised-definition):
4336 * emacs-lisp/easy-mmode.el (define-minor-mode):
4337 * net/browse-url.el (browse-url-maybe-new-window):
4338 * progmodes/sh-script.el (sh-learn-buffer-indent):
4339 Pass new argument 'any to `called-interactively-p'.
4340
171fda8a
JB
43412009-10-01 Juanma Barranquero <lekktu@gmail.com>
4342
171fda8a
JB
4343 * international/uni-bidi.el:
4344 * international/uni-category.el:
4345 * international/uni-combining.el:
4346 * international/uni-comment.el:
4347 * international/uni-decimal.el:
9c3c9fdf 4348 * international/uni-decomposition.el:
171fda8a
JB
4349 * international/uni-digit.el:
4350 * international/uni-lowercase.el:
4351 * international/uni-mirrored.el:
4352 * international/uni-name.el:
4353 * international/uni-numeric.el:
4354 * international/uni-old-name.el:
4355 * international/uni-titlecase.el:
4356 * international/uni-uppercase.el:
4357 Regenerate from Unicode 5.2.0 data.
4358
dcb9734a
GM
43592009-10-01 Glenn Morris <rgm@gnu.org>
4360
4361 * Makefile.in (ELCFILES): Regenerate.
4362
ced10a4c
SM
43632009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4364
9d28c33e
SM
4365 * subr.el (interactive-p): Mark obsolete.
4366 (called-interactively-p): Make the optional-ness of `kind' obsolete.
4367 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4368 advertised-signature-table for subroutines as well.
4369
ced10a4c
SM
4370 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4371 (set-advertised-calling-convention): New function.
4372 (make-obsolete, define-obsolete-function-alias)
4373 (make-obsolete-variable, define-obsolete-variable-alias):
4374 Make the optional-ness of `when' obsolete.
4375 (define-obsolete-face-alias): Make `when' non-optional.
4376 * help-fns.el (help-function-arglist):
4377 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4378 Use advertised-signature-table.
4379
cc3dda16
MA
43802009-10-01 Michael Albinus <michael.albinus@gmx.de>
4381
4382 * files.el (delete-directory): New defun. The original function
4383 in fileio.c has been renamed to `delete-directory-internal'.
4384
4385 * dired.el (dired-delete-file): Call `delete-directory' with
4386 RECURSIVE parameter.
4387
4388 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4389 parameter RECURSIVE. Implementation is missing.
4390
4391 * net/tramp.el (tramp-handle-make-directory): Flush upper
4392 directory's file properties.
ced10a4c 4393 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
4394 (tramp-handle-dired-recursive-delete-directory): Flush directory
4395 properties after the remove command only.
4396
ced10a4c
SM
4397 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4398 Handle optional parameter RECURSIVE.
cc3dda16 4399
ced10a4c
SM
4400 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4401 Handle optional parameter RECURSIVE.
cc3dda16
MA
4402
4403 * net/tramp-smb.el (tramp-smb-errors): Add error message for
4404 connection timeout.
4405 (tramp-smb-handle-delete-directory): Handle optional parameter
4406 RECURSIVE.
4407
cf885595
SM
44082009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4409
e3a6b82f
SM
4410 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4411 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4412 (byte-compile-defmacro): Use backquotes.
4413
7201bfbb
SM
4414 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4415
cf885595
SM
4416 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4417 has no associated file.
4418 (vc-resynch-buffer): Use vc-dir-buffers.
4419
a4d2c321
GM
44202009-10-01 Glenn Morris <rgm@gnu.org>
4421
9ffe3f52
GM
4422 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4423 (chart-file-count):
4424 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4425 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4426 * emacs-lisp/eieio-opt.el (eieio-describe-class):
4427 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4428 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4429 (eieio-copy-parents-into-subclass, make-instance, class-children)
4430 (eieio-generic-form):
bd2afec2
GM
4431 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4432 * cedet/cedet-idutils.el (cedet-idutils-search)
4433 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4434 (cedet-idutils-version-check):
4435 * cedet/cedet.el (cedet-version):
4436 * cedet/data-debug.el (data-debug-insert-overlay-button)
4437 (data-debug-insert-overlay-list-button)
4438 (data-debug-insert-buffer-button)
4439 (data-debug-insert-buffer-list-button)
4440 (data-debug-insert-process-button, data-debug-insert-ring-button)
4441 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4442 (data-debug-insert-stuff-vector-button)
4443 (data-debug-insert-symbol-button, data-debug-insert-string)
4444 (data-debug-insert-number, data-debug-insert-lambda-expression)
4445 (data-debug-insert-nil, data-debug-insert-simple-thing)
4446 (data-debug-insert-custom, data-debug-edebug-expr):
4447 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4448 (global-ede-mode-map, ede-new, ede-debug-target)
4449 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4450 * cedet/semantic.el (semantic-minimum-working-buffer-size)
4451 (semantic-fetch-tags, semantic-submode-list)
4452 (semantic-default-submodes):
a785b776
GM
4453 * cedet/ede/source.el (ede-source-match):
4454 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4455 (project-am-package-info):
4456 * cedet/ede/proj.el (ede-proj-target, project-new-target):
4457 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4458 * cedet/ede/proj-comp.el (ede-current-build-list):
4459 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4460 * cedet/ede/files.el (ede-toplevel-project-or-nil):
4461 * cedet/ede/cpp-root.el (initialize-instance):
4462 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4463 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
4464 * cedet/semantic/wisent.el (wisent-lex-eoi):
4465 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4466 (semantic-show-parser-state-mode):
4467 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4468 * cedet/semantic/tag.el (semantic-tag-new-variable)
4469 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4470 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4471 (semantic--tag-deep-copy-tag-list)
4472 (semantic-tag-components-with-overlays-default):
4473 * cedet/semantic/symref.el (semantic-symref-find-text):
4474 * cedet/semantic/senator.el (senator-yank-tag)
4475 (senator-transpose-tags-up):
4476 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4477 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4478 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4479 * cedet/semantic/lex.el (semantic-lex-comment-regex)
4480 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4481 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4482 * cedet/semantic/lex-spp.el
4483 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4484 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4485 * cedet/semantic/idle.el
4486 (semantic-idle-summary-current-symbol-info-brutish)
4487 (semantic-idle-summary-current-symbol-info-default):
4488 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4489 (semantic--grammar-macro-compl-dict):
4490 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4491 * cedet/semantic/format.el (semantic-format-tag-custom-list)
4492 (semantic-format-tag-canonical-name-default):
4493 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4494 (semantic-find-tags-for-completion)
4495 (semantic-find-tags-by-scope-protection-default)
4496 (semantic-deep-find-tags-for-completion):
4497 * cedet/semantic/edit.el
4498 (semantic-edits-incremental-reparse-failed-hook)
4499 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4500 (semantic-edits-splice-remove, semantic-edits-splice-replace):
4501 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4502 * cedet/semantic/dep.el (semantic-dependency-include-path):
4503 * cedet/semantic/db.el (semanticdb-default-find-index-class)
4504 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4505 (semanticdb-project-roots):
4506 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4507 (semanticdb-find-adebug-insert-scanned-tag-cons)
4508 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4509 (semanticdb-brute-deep-find-tags-for-completion):
4510 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4511 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4512 (semantic-end-of-context-default)
4513 (semantic-ctxt-current-function-default)
4514 (semantic-ctxt-scoped-types-default):
4515 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4516 (semantic-complete-inline-tag-engine)
4517 (semantic-complete-inline-custom-type)
4518 (semantic-complete-read-tag-analyzer):
4519 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4520 (semantic-chart-database-size):
4521 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4522 (semantic-analyze-current-context):
4523 * cedet/semantic/symref/list.el (semantic-symref)
4524 (semantic-symref-hide-buffer, semantic-symref-symbol):
4525 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4526 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4527 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4528 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4529 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4530 (semantic-c-dereference-template):
4531 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4532 (semantic--analyze-refs-full-lookup-with-parents)
4533 (semantic--analyze-refs-full-lookup-simple):
4534 * cedet/semantic/analyze/complete.el
4535 (semantic-analyze-possible-completions):
2f10955c
GM
4536 * cedet/srecode/table.el (srecode-mode-table-new):
4537 * cedet/srecode/srt.el (srecode-read-variable-name):
4538 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4539 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4540 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4541 * cedet/srecode/map.el (srecode-current-map):
4542 * cedet/srecode/insert.el (srecode-insert)
4543 (srecode-insert-variable-secondname-handler, srecode-insert-method)
4544 (srecode-template-inserter-point-override)
4545 (srecode-insert-include-lookup):
4546 * cedet/srecode/getset.el (srecode-auto-choose-class):
4547 * cedet/srecode/extract.el (srecode-inserter-extract):
4548 * cedet/srecode/document.el
4549 (srecode-document-autocomment-return-last-alist)
4550 (srecode-document-autocomment-param-type-alist)
4551 (srecode-document-insert-function-comment)
4552 (srecode-document-insert-variable-one-line-comment)
4553 (srecode-document-function-name-comment):
4554 * cedet/srecode/dictionary.el (srecode-create-dictionary)
4555 (srecode-compound-toString):
4556 * cedet/srecode/compile.el (srecode-flush-active-templates):
4557 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
4558 Doc/message fixes.
4559
9515cdcc
GM
4560 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4561 match-data. (Bug#4555).
4562
57b0083a
GM
4563 * cedet/semantic/bovine/gcc.el
4564 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4565 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4566
a4d2c321
GM
4567 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4568 rather than parsing it as a regexp. This relaxes the layout
4569 requirements and makes errors easier to detect.
4570 (check-declare-verify): Check file is regular.
4571 (check-declare-directory): Doc fix.
4572 * subr.el (declare-function): Doc fix.
4573
b15c31c7
GM
4574 * ibuffer.el (ibuffer-format-qualifier):
4575 * isearch.el (hi-lock-regexp-okay):
4576 * calc/calc.el (math-zerop):
4577 * mail/uce.el (rmail-msgbeg, rmail-msgend):
4578 * term/w32-win.el (setup-default-fontset, set-fontset-font):
4579 Remove unused declarations.
4580
0376249d
JB
45812009-10-01 Juanma Barranquero <lekktu@gmail.com>
4582
4583 * cedet/semantic/wisent/javat-wy.el
4584 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4585
9a589407
JB
45862009-09-30 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * cedet/srecode/expandproto.el: Fix provide statement.
4589
722ff82f
CY
45902009-09-30 Eric Ludlam <zappo@gnu.org>
4591
cf885595 4592 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
4593
45942009-09-30 Sascha Wilde <wilde@sha-bang.de>
4595
4596 * cedet/ede/srecode.el: Fix provide statement.
4597
1fc28a2c
GM
45982009-09-30 Glenn Morris <rgm@gnu.org>
4599
8240628d 4600 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 4601 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
4602 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4603 (ede-misc-source):
d16d4acd
GM
4604 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4605 (semantic-mrub-switch-tags): Fix doc typos.
4606
40f9bf94
GM
4607 * cedet/semantic/db-global.el (data-debug-new-buffer)
4608 (data-debug-insert-thing): Remove unneeded declarations (one broken).
4609 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4610
494f4fc7
GM
4611 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4612
cf885595
SM
4613 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4614 use of CL function `remove-if-not'.
1fc28a2c
GM
4615
4616 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4617
494f4fc7
GM
4618 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4619 filename is not a string.
4620
561580e9
CY
46212009-09-29 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * files.el (safe-local-eval-forms): Fix typo.
4624
dcbbecd4
SM
46252009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * vc-hooks.el (vc-dir-buffers): New var.
4628 (vc-state-refresh): New function.
4629 (vc-state): Use it.
4630 (vc-after-save): Always ask the backend to recompute the new state.
4631 Always call vc-dir if necessary, using vc-dir-buffers.
4632 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4633 Use vc-dir-buffers.
4634 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4635 (vc-dir-prepare-status-buffer, vc-dir-update)
4636 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4637 Don't call expand-file-name on default-directory.
4638
d88444f2
JB
46392009-09-29 Juanma Barranquero <lekktu@gmail.com>
4640
4641 * speedbar.el (speedbar-item-delete):
4642 * calc/calc-prog.el (calc-kbd-if):
4643 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4644
4645 * epa.el (epa-key-list-mode-map):
4646 * hi-lock.el (hi-lock-menu): Fix typos in menus.
4647
4648 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4649 (hs-show-hook): Fix typo in docstring.
4650
5da62d41
GM
46512009-09-29 Glenn Morris <rgm@gnu.org>
4652
d037e45a
GM
4653 * cedet/semantic/symref/idutils.el:
4654 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4655
ae715515
GM
4656 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4657
4658 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4659 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4660 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4661 Mark declarations not understood by check-declare.
4662
8360fce0
GM
4663 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4664 file-name-nondirectory call preventing location of cedet files.
4665 (check-declare-verify): Use literal search rather than re-search.
ae715515 4666 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
4667
4668 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4669 Use tramp-compat-file-attributes rather than nonexistent
4670 tramp-compat-handle-file-attributes.
4671
5da62d41
GM
4672 * Makefile.in (lisptagsfiles4): New.
4673 (AUTOGENEL): Add cedet loaddefs files.
4674 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4675 (update-elclist, compile-always, backup-compiled-files)
4676 (bootstrap-clean): Add yet another directory level.
4677 (update-elclist): Use LC_COLLATE rather than COLLATE.
4678 (ELCFILES): Update, via `make update-elclist'.
4679
48267264
JB
46802009-09-29 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4683 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4684 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4685
2c4cd0b0
AS
46862009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4687
4688 * Makefile.in (lisptagsfiles3): Define.
5da62d41 4689 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
4690 (update-elclist): Add third directory level to look for elc files.
4691 (compile-always): Likewise.
4692 (backup-compiled-files): Likewise.
4693 (bootstrap-clean): Likewise.
4694 (ELCFILES): Update.
4695
a2533e47
CY
46962009-09-28 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * Makefile.in (ELCFILES): Add CEDET files.
4699
b90caf50 47002009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 4701
b90caf50 4702 CEDET (development tools) package merged.
a2095e2e 4703
b90caf50
CY
4704 * cedet/*.el:
4705 * cedet/ede/*.el:
4706 * cedet/semantic/*.el:
4707 * cedet/srecode/*.el: New files.
a2095e2e 4708
eefbedb1
MA
47092009-09-28 Michael Albinus <michael.albinus@gmx.de>
4710
4711 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4712
4713 * net/tramp.el (top): Require tramp-imap.
4714
4715 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4716 Use `tramp-compat-handle-file-attributes'.
4717
47182009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4719
4720 * net/tramp-imap.el: New package.
4721
66635e2f 47222009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
4723
4724 * emacs-lisp/chart.el:
4725 * emacs-lisp/eieio-base.el:
4726 * emacs-lisp/eieio-comp.el:
4727 * emacs-lisp/eieio-custom.el:
e608e7be 4728 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
4729 * emacs-lisp/eieio-opt.el:
4730 * emacs-lisp/eieio-speedbar.el:
4731 * emacs-lisp/eieio.el: New files.
4732
666fd2cc
CY
4733 * cedet/cedet-cscope.el:
4734 * cedet/cedet-files.el:
4735 * cedet/cedet-global.el:
4736 * cedet/cedet-idutils.el:
4737 * cedet/data-debug.el:
4738 * cedet/inversion.el:
7b232be9 4739 * cedet/mode-local.el:
666fd2cc
CY
4740 * cedet/pulse.el: New files.
4741
748e3d67
VJL
47422009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4743
4744 * whitespace.el (whitespace-trailing-regexp)
4745 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4746 Fix doc string.
4747
15120dec
CY
47482009-09-27 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4751 menu.
4752
4753 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4754 menu-bar-ediff-menu.
4755
4756 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4757 define-overloadable-function.
4758
4759 * progmodes/autoconf.el: Provide autoconf as well, so that this
4760 file can be `require'd.
4761
4762 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4763
4764 * emacs-lisp/autoload.el (generated-autoload-feature)
4765 (generated-autoload-load-name): New vars.
4766 (autoload-rubric, autoload-generate-file-autoloads): Use them.
4767 (make-autoload): Recognize define-overloadable-function and
4768 defclass forms (for EIEIO).
4769
4770 * Makefile.in (update-subdirs): Exclude cedet directory.
4771
135abf91
AR
47722009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4773
1becddbb 4774 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
4775
4776 * faces.el: Default light-background background for region face to
4777 ns_selection_color under NS.
4778
3d994264
TZ
47792009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4780
4781 * net/imap-hash.el: New library, see NEWS.
4782
4783 * Makefile.in (ELCFILES): Add imap-hash.el.
4784
ce9a0ccb
SM
47852009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4788 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4789 * help-macro.el (make-help-screen): Avoid using an ambiguous function
4790 definition where the docstring could be taken for the return value.
4791
a92cdd49
GM
47922009-09-26 Glenn Morris <rgm@gnu.org>
4793
4794 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4795 Add option to only show images below a certain size.
4796 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4797 save-excursion calls.
4798
416ac2f1
EZ
47992009-09-26 Eli Zaretskii <eliz@gnu.org>
4800
4801 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4802 subdirectories) and eieio.
4803
d9a13f68
AM
48042009-09-26 Alan Mackenzie <acm@muc.de>
4805
9c3c9fdf 4806 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 4807 buggy bracketing. (Bug#4289)
d9a13f68
AM
4808
4809 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 4810 character constants (as case labels). (Bug#4289)
d9a13f68 4811
182b3bec
CY
48122009-09-25 Juri Linkov <juri@jurta.org>
4813
4814 * files.el (safe-local-eval-forms): Allow time-stamp in
4815 before-save-hook (Bug#4554).
4816
8f75f2da
JB
48172009-09-25 Drew Adams <drew.adams@oracle.com>
4818
4819 * menu-bar.el (list-buffers-directory): Doc fix.
4820
8390fb80
SM
48212009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4824 Try and avoid copying twice the same paragraph.
4825 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4826 Remove save-excursion.
4827 (log-edit-changelog-entry): Do it here instead.
4828
11ee8d90
JB
48292009-09-25 Juanma Barranquero <lekktu@gmail.com>
4830
027b1942
JB
4831 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4832 when available, instead of hardcoding mode names. Doc fix.
4833
11ee8d90
JB
4834 * menu-bar.el (list-buffers-directory): Add docstring.
4835 Make automatically buffer-local.
4836
4837 * dired.el (dired-mode):
4838 * files.el (cd-absolute):
4839 * pcvs.el (cvs-temp-buffer):
4840 * pcvs-util.el (cvs-get-buffer-create):
4841 * shell.el (shell-mode):
4842 * vc-dir.el (vc-dir-mode):
4843 Don't make `list-buffers-directory' buffer local.
4844
21289c5d
CY
48452009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4846
8390fb80
SM
4847 * comint.el (comint-exec, comint-run, make-comint):
4848 Doc fixes (Bug#4542).
21289c5d 4849
e8652dd9
GM
48502009-09-25 Glenn Morris <rgm@gnu.org>
4851
4852 * mail/rmailmm.el (rmail-mime): New custom group.
4853 Move all defcustoms in this file into this group.
4854 (rmail-mime-media-type-handlers-alist): Revert previous change.
4855 (rmail-mime-show-images): New option.
4856 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4857 references to it, since it wasn't actually used for anything.
4858 (rmail-mime-insert-image): New function.
4859 (rmail-mime-image): Use rmail-mime-insert-image.
4860 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
4861 obey the value of `rmail-mime-show-images' option. Print the size of
4862 attachments.
e8652dd9 4863
fb652bb5
JB
48642009-09-25 David Engster <deng@randomsample.de>
4865
4866 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4867
32a9841c
VJL
48682009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4869
4870 * whitespace.el: Does not highlight trailing spaces While point is
4871 at end of line. Does not highligt spaces at beginning of buffer
4872 while point is at beginning of buffer. Does not highlight spaces
4873 at end of buffer while point is at end of buffer. (Bug#4177)
4874 New version 12.0.
4875 (whitespace-display-mappings): Adjust initialization.
4876 (whitespace-point, whitespace-font-lock-refontify): New vars.
4877 (whitespace-color-on, whitespace-color-off): Adjust code.
4878 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4879 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4880 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4881
e477ca84
CY
48822009-09-24 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4885
4886 * textmodes/sgml-mode.el: Remove xml-mode alias.
4887
4888 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 4889 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 4890
68712602
AM
48912009-09-24 Alan Mackenzie <acm@muc.de>
4892
4893 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4894 c-forward-conditionals, but it doesn't move point and doesn't set
4895 the mark.
4896 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4897 (c-down-conditional-with-else, c-backward-conditional)
4898 (c-forward-conditional): Refactor to use c-scan-conditionals.
4899
1659ada0
JB
49002009-09-24 Juanma Barranquero <lekktu@gmail.com>
4901
4902 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4903 (help-default-arg-highlight): Remove.
4904 (help-highlight-arg): New function.
4905 (help-do-arg-highlight): Use it.
4906 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
4907
b3f01e46
SM
49082009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * term.el (term-set-scroll-region, term-handle-ansi-escape):
4911 Undo last change, which didn't fix the problem and introduced others.
4912
107ef54a
NR
49132009-09-24 Nick Roberts <nickrob@snap.net.nz>
4914
4915 * progmodes/gdb-mi.el: Don't require speedbar.
4916 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4917
ffa1fed6
GM
49182009-09-24 Glenn Morris <rgm@gnu.org>
4919
2157a2be
GM
4920 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4921
6125167c
GM
4922 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4923
ffa1fed6
GM
4924 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4925 there is no newline after the final mime boundary. (Bug#4539)
4926 Move markers on insertion so that any buttons inserted don't end up in
4927 the next part of a multipart message.
2e9075d3
GM
4928 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
4929 (rmail-mime-bulk-handler): Optionally handle images.
4930 (rmail-mime-image): New button action.
4931 (rmail-mime-image-handler): New function.
4932 (rmail-mime-mode): New mode.
4933 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 4934
4a814992
SM
49352009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4936
075518b5
SM
4937 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4938 than just dropping elements from it (bug#4504).
4939
8ad2defc
SM
4940 * term.el (term-set-scroll-region): Don't move cursor any more.
4941 (term-handle-ansi-escape): Call term-goto here instead.
4942 Suggested by Ivan Kanis <apple@kanis.eu>.
4943
4a814992
SM
4944 * term.el: Require CL.
4945 (term-ansi-reset): New function.
4946 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4947 (term-handle-colors-array): Simplify.
4948
5a0c3f56
JB
49492009-09-24 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * allout.el (allout-overlay-interior-modification-handler)
4952 (allout-obtain-passphrase):
4953 * epa-file.el (epa-file-write-region):
4954 * ps-print.el (ps-begin-job):
4955 * vc-hooks.el (vc-toggle-read-only):
4956 * vc-rcs.el (vc-rcs-rollback):
4957 * vc-sccs.el (vc-sccs-rollback):
4958 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4959 (vc-version-diff, vc-revert, vc-rollback):
4960 * wdired.el (wdired-check-kill-buffer):
4961 * emacs-lisp/authors.el (authors):
4962 * net/socks.el (socks-open-connection):
4963 * net/zeroconf.el (zeroconf-service-add-hook):
4964 * obsolete/vc-mcvs.el (vc-mcvs-register):
4965 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4966 (gdb-select-frame):
4967 * progmodes/grep.el (lgrep, rgrep):
4968 * progmodes/idlw-help.el (idlwave-help-check-locations)
4969 (idlwave-help-html-link, idlwave-help-assistant-open-link):
4970 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4971 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4972 (reftex-toc-rename-label): Fix typos in error messages.
4973
4974 * dired-aux.el (dired-do-shell-command): Reflow docstring.
4975 (dired-copy-how-to-fn): Doc fix.
4976 (dired-files-attributes, dired-read-shell-command):
4977 Fix typos in docstrings.
4978
4979 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4980 (dired-x-find-file-other-window): Reflow docstrings.
4981 (dired-omit-marker-char, dired-read-shell-command)
4982 (dired-x-submit-report): Fix typos in docstrings.
4983
4984 * shell.el (shell-mode-hook):
4985 * view.el (View-scroll-line-forward):
4986 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4987 Fix typos in docstrings.
4988
4989 * net/dig.el (dig-invoke): Fix typo in docstring.
4990 (query-dig): Reflow docstring.
4991
4992 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4993 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4994 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4995 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4996 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4997 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4998 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4999 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5000 (idlwave-completion-map, idlwave-current-indent)
5001 (idlwave-custom-ampersand-surround, idlwave-customize)
5002 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5003 (idlwave-define-abbrev, idlwave-determine-class-special)
5004 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5005 (idlwave-end-block-reg, idlwave-end-of-statement)
5006 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5007 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5008 (idlwave-explicit-class-listed, idlwave-file-header)
5009 (idlwave-fill-paragraph, idlwave-find-class-definition)
5010 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5011 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5012 (idlwave-in-quote, idlwave-indent-action-table)
5013 (idlwave-indent-expand-table, idlwave-indent-line)
5014 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5015 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5016 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5017 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5018 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5019 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5020 (idlwave-outlawed-buffers, idlwave-popup-select)
5021 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5022 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5023 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5024 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5025 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5026 (idlwave-statement-type, idlwave-struct-skip)
5027 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5028 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5029 (idlwave-what-module-find-class): Fix typos in docstrings.
5030 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5031 (idlwave-calculate-cont-indent, idlwave-expand-equal)
5032 (idlwave-find-module, idlwave-find-structure-definition)
5033 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5034 (idlwave-list-load-path-shadows, idlwave-next-statement)
5035 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5036 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5037 (idlwave-template): Reflow docstrings.
5038
5039 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5040 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5041 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5042 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5043 (idlwave-shell-display-line, idlwave-shell-display-wframe)
5044 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5045 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5046 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5047 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5048 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5049 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5050 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5051 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5052 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5053 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5054 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5055 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5056 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5057 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5058 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5059 Fix typos in docstrings.
5060 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5061 (idlwave-shell-hide-output, idlwave-shell-mode)
5062 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5063 Reflow docstrings.
5064
5065 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5066
62136c5d
SM
50672009-09-24 Ivan Kanis <apple@kanis.eu>
5068
5069 * term.el (term-bold-attribute): New var.
5070 (term-handle-colors-array): Use it.
5071
9c1a45ed
NR
50722009-09-23 Nick Roberts <nickrob@snap.net.nz>
5073
5074 * progmodes/gdb-mi.el (gdb-version): New variable.
5075 (gdb-non-stop-handler): Set gdb-version.
5076 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5077 Condition "--thread" option on gdb-version.
5078 (gdb-invalidate-threads): Remove unused argument.
5079
03304f31
SM
50802009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5081
5082 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5083 to looking-back to avoid ridiculous slow down in large files (bug#4511).
5084
4f02f0c9
GM
50852009-09-23 Glenn Morris <rgm@gnu.org>
5086
5087 * mail/rmail.el (rmail-reply): Don't try to add a References header when
5088 replying to mail without References or Message-Id. (Bug#4525)
5089
a3b4b363
AR
50902009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5091
5092 * term/ns-win.el (ns-reg-to-script): New variable.
5093
7bda18cc
DU
50942009-09-23 Daiki Ueno <ueno@unixuser.org>
5095
5096 * epg.el (epg-wait-for-status): Preserve existing 'error results.
5097
72169e55
SS
50982009-09-22 Sam Steingold <sds@gnu.org>
5099
5100 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
5101 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5102 to 1 because hg returns status 1 when nothing is found.
0aa4f295 5103 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 5104
905b7d38
SM
51052009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5106
b0459dec
SM
5107 * textmodes/fill.el: Convert to utf-8 encoding.
5108 (fill-french-nobreak-p): Remove redundant » and « inherited from our
5109 pre-unicode days.
5110
905b7d38
SM
5111 * add-log.el (change-log-fill-forward-paragraph): New function.
5112 (change-log-mode): Use it so fill-region DTRT.
5113 Set fill-indent-according-to-mode here rather than in
5114 change-log-fill-paragraph.
5115 (change-log-fill-paragraph): Remove.
5116
baa7f3de
JB
51172009-09-22 Juanma Barranquero <lekktu@gmail.com>
5118
5119 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5120 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
5121
a8d789f0
GM
51222009-09-22 Glenn Morris <rgm@gnu.org>
5123
daedbbc2
GM
5124 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5125 the scroll-bar scroll the calendar window rather than the buffer.
5126
d8899a74
GM
5127 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5128 commands that move point (as opposed to scrolling).
5129
a8d789f0
GM
5130 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5131
5132 * emacs-lisp/elint.el (elint): New custom group.
5133 (elint-log-buffer): Make it a defcustom.
5134 (elint-scan-preloaded, elint-ignored-warnings)
5135 (elint-directory-skip-re): New options.
5136 (elint-builtin-variables): Doc fix.
5137 (elint-preloaded-env): New variable.
5138 (elint-unknown-builtin-args): Add an entry for encode-time.
5139 (elint-extra-errors): Make it a variable rather than a constant.
5140 (elint-preloaded-skip-re): New constant.
5141 (elint-directory): Skip files matching elint-directory-skip-re.
5142 (elint-features): New variable, local to linted buffers.
5143 (elint-update-env): Initialize elint-features. Possibly add
5144 elint-preloaded-env to the buffer's environment.
5145 (elint-get-top-forms): Bind elint-current-pos, for log messages.
5146 Skip quoted forms.
5147 (elint-init-form): New function, extracted from elint-init-env.
5148 Make non-list forms a warning rather than an error.
5149 Add the mode-map for define-derived-mode. Handle define-minor-mode,
5150 easy-menu-define, put that adds an error-condition, and provide.
5151 When requiring cl, also require cl-macs. Really require cl, to handle
5152 some cl macros. Store required libraries in the list elint-features,
5153 so as not to re-load them. Treat cc-require like require.
5154 (elint-init-env): Call elint-init-form to do the work.
5155 Handle eval-and-compile and such like.
5156 (elint-add-required-env): Do not clear messages.
5157 (elint-special-forms): Add handlers for function, defalias, if, when,
5158 unless, and, or.
5159 (elint-form): Add optional argument to ignore elint-special-forms,
5160 useful to prevent recursive calls from handlers. Doc fix.
5161 Respect elint-ignored-warnings.
5162 (elint-form): Respect elint-ignored-warnings.
5163 (elint-bound-variable, elint-bound-function): New variables.
5164 (elint-unbound-variable): Respect elint-bound-variable.
5165 (elint-get-args): Respect elint-bound-function.
5166 (elint-check-cond-form): Add some simple handling for (f)boundp and
5167 featurep tests.
5168 (elint-check-defalias-form): New handler.
5169 (elint-check-let-form): Make an empty let a warning rather than an
5170 error.
5171 (elint-check-setq-form): Make an empty setq a warning rather than an
5172 error. Respect elint-ignored-warnings.
5173 (elint-check-defvar-form): Accept null doc-strings.
5174 (elint-check-conditional-form): New handler. Does some simple-minded
5175 checking of featurep and (f)boundp tests.
5176 (elint-put-function-args): New function.
5177 (elint-initialize): Use elint-scan-doc-file rather than
5178 elint-find-builtin-variables. Use elint-put-function-args.
5179 Possibly scan preloaded-file-list.
5180 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5181 extend to handle functions as well.
5182
245be23c
JB
51832009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
5184
5185 * linum.el (linum-delete-overlays, linum-update-window):
5186 Do not modify the right margin. (Bug#3971)
5187
91fdbd6f
CY
51882009-09-21 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5191 nxml-mode instead of xml-mode.
5192
7589d38e
JB
51932009-09-21 Kevin Ryde <user42@zip.com.au>
5194
5195 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
5196
5ac42715
SM
51972009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * net/dig.el (dig-mode): Use define-derived-mode.
5200
09c01323
DN
52012009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5202
4096c5f2
DN
5203 * vc-dispatcher.el (vc-do-command): Return the process object in
5204 the asynchronous case. Use when instead of if. Do not run
5480359e 5205 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 5206
0e172cc2
DN
5207 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5208 properties to the stash strings.
5209 (vc-git-stash-list): Return a list of strings.
5210 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5211 (vc-git-stash-show-at-point): New functions.
5212 (vc-git-stash-map): New keymap.
5213
03304f31
SM
5214 * register.el (ctl-x-r-map): Define the keys here instead of
5215 using autoload.
09c01323 5216
03304f31 52172009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
5218
5219 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5220 list, to workaround performance problem (bug#4485).
5221
2f5fc4d7
NR
52222009-09-20 Nick Roberts <nickrob@snap.net.nz>
5223
5224 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5225
b0f5fd2e
DU
52262009-09-20 Daiki Ueno <ueno@unixuser.org>
5227
5228 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5229 Document that this option is not recommended to use.
5230
f3445fab
GM
52312009-09-19 Glenn Morris <rgm@gnu.org>
5232
547c6921
GM
5233 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5234 variable `var'.
5235
f3445fab
GM
5236 * calc/calc-alg.el (var):
5237 * calc/calcalg2.el (var): Define for compiler.
5238
946c009b
CY
52392009-09-19 Chong Yidong <cyd@stupidchicken.com>
5240
e3f36d03
SM
5241 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5242 Doc fix (Bug#3932).
e2045997 5243
24aedbca
CY
5244 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5245
327dd27a
CY
5246 * time-stamp.el (time-stamp-month-dd-yyyy)
5247 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5248 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5249 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
5250 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5251 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 5252
946c009b
CY
5253 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5254 indent buffer only if called interactively (Bug#4452).
5255
3e70541a
JB
52562009-09-19 Juanma Barranquero <lekktu@gmail.com>
5257 Eli Zaretskii <eliz@gnu.org>
5258
5259 This fixes bug#4197 (merged to bug#865, though not identical).
5260 * server.el (server-auth-dir): Add docstring note about FAT32.
5261 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5262 but warn against using them.
5263
9b94c32e
NR
52642009-09-19 Nick Roberts <nickrob@snap.net.nz>
5265
5266 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5267 older GDB where there is no has_more field.
5268
66590684
GM
52692009-09-19 Glenn Morris <rgm@gnu.org>
5270
5271 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5272
9a1337f9
CY
52732009-09-18 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * files.el (auto-mode-alist): Change default for XML files to nXML
5276 mode (Bug#4169).
5277
d7554167
JB
52782009-09-18 Juanma Barranquero <lekktu@gmail.com>
5279
5280 * server.el (server-ensure-safe-dir): Pass 'integer
5281 to `file-attributes', as suggested.
5282
35a3f9a4
SM
52832009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * dired-aux.el (dired-query-alist): Remove spurious backslash.
5286 (dired-query): Use read-key.
5287
044f9b05
AR
52882009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5289
5290 * cus-start.el (ns-use-qd-smoothing): Remove.
5291
6188ea49
GM
52922009-09-18 Glenn Morris <rgm@gnu.org>
5293
08cf18e4
GM
5294 * allout.el (top-level): Remove unnecessary progn.
5295
07eae5c5
GM
5296 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5297
6726c25e
GM
5298 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5299 definition of abbrev table.
5300
3f527154 5301 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
5302 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5303 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
5304 * net/newst-backend.el (newsticker--cache-read-feed):
5305 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
5306 condition-case handlers.
5307
ccb4c30c
NR
53082009-09-18 Nick Roberts <nickrob@snap.net.nz>
5309
5310 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5311 (gdb-var-list): Add an element for has_more field.
5312 (gdb-non-stop-handler): Enable pretty printing for STL containers.
5313 (gdb-var-create-handler, gdb-var-list-children-handler-1)
5314 (gdb-var-update-handler-1): Parse output of dynamic variable
5315 objects (STL containers).
5316 (gdb-var-delete-1): Pass var1 as an explicit second argument.
5317 (gdb-get-field): Delete alias. Use bindat-get-field directly.
5318
5319 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5320 gdb-var-list.
5321 (gud-speedbar-buttons): Make node expandable if expression "has more"
5322 children.
5323
8686ac71
JB
53242009-09-17 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * startup.el (emacs-quick-startup): Remove variable and all uses.
5327 (command-line): Set `inhibit-x-resources' instead.
5328 (command-line-1): Use `inhibit-x-resources' instead.
5329
a69c67e8
CY
53302009-09-17 Chong Yidong <cyd@stupidchicken.com>
5331
5332 * subr.el: Fix last change to avoid using the `unless' macro,
5333 which breaks bootstrapping.
5334
354f0faf
SM
53352009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5338 extended definitions, in case we reload subr.el after having
5339 loaded CL.
5340 (eval-next-after-load): Mark as obsolete.
5341
98b9bf40
JL
53422009-09-17 Juri Linkov <juri@jurta.org>
5343
5344 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5345 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5346 (menu-bar-showhide-menu, menu-bar-tools-menu)
5347 (menu-bar-describe-menu, menu-bar-help-menu)
5348 (minibuffer-local-completion-map, minibuffer-local-map):
5349 Fix list quoting.
5350
28fab7b5
GM
53512009-09-17 Glenn Morris <rgm@gnu.org>
5352
88d5190c
GM
5353 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5354 arguments, whether or not it has a handler.
5355
74f24ba7
GM
5356 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5357
28fab7b5
GM
5358 * simple.el (hard-newline): Give it a doc-string.
5359
a8106aec
GM
5360 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5361 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 5362
76251ad7
DN
53632009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5364
72033dbe
DN
5365 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5366 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5367 (menu-bar-options-menu, menu-bar-showhide-menu)
5368 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5369 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5370 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5371 (menu-bar-options-menu, menu-bar-tools-menu)
5372 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5373 (menu-bar-help-menu):
5374 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5375 string arguments.
5376
76251ad7
DN
5377 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5378 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5379 calls for the menu names and :help.
5380
97b952b7
SM
53812009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * mouse.el (minor-mode-menu-from-indicator): Pay attention
5384 to :minor-mode-function (bug#4455).
5385
8f38189e
SM
53862009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5387
d2fd733e
SM
5388 * startup.el (command-line): Initialize the window-system after
5389 processing the command-line.
5390
8f38189e
SM
5391 * textmodes/page.el (what-page): Make sure we don't inf-loop if
5392 page-delimiter matches the empty string.
5393
77564fa4
GM
53942009-09-16 Glenn Morris <rgm@gnu.org>
5395
5396 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5397 byte-compile-not-obsolete-var. It's a list now.
5398 (byte-compile-not-obsolete-funcs): New variable.
5399 (byte-compile-warn-obsolete): Don't warn about functions if they are in
5400 byte-compile-not-obsolete-funcs.
5401 (byte-compile-variable-ref, byte-compile-defvar): Update for
5402 byte-compile-not-obsolete-vars name-change and list nature.
5403 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5404 and variables behind (f)boundp tests.
5405 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5406
79d316d3
DN
54072009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5408
5409 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5410
8fed6934
SM
54112009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5414 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5415 Don't autoload.
5416
4078fd57
SE
54172009-09-15 Stephen Eglen <stephen@gnu.org>
5418
5419 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 5420 the virtual-buffers, use the name of the buffer specified by
4078fd57 5421 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 5422 problem if the target and the symlink had different names.)
4078fd57 5423
838ff458
SM
54242009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5425
b3c7c12d
SM
5426 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5427
13dc2bc2
SM
5428 * desktop.el (desktop-path): Check user-emacs-directory.
5429
49fec531
SM
5430 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5431
0e328d37
SM
5432 * loadup.el: Use after-load-functions to GC after loading each file.
5433 Remove the explicit GC calls that used to be sprinkled around.
5434
838ff458
SM
5435 * subr.el (after-load-functions): New hook.
5436 (do-after-load-evaluation): Run it. Use string-match-p to detect
5437 `obsolete' packages, rather than painfully extracting the relevant
5438 directory name.
5439
a62f564f
GM
54402009-09-15 Glenn Morris <rgm@gnu.org>
5441
5442 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5443 free variable `doc'.
5444
5445 * dired.el (dired-mode-map): Add menu entry for async shell command.
5446
5447 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5448 variables, also consider the .elc files, since the .el files are
5449 normally gzipped (subsequent code locates the .el.gz from the .elc).
5450
5451 * calc/calc-prog.el (arglist): Define for compiler.
5452
5453 * calendar/diary-lib.el (diary-display-function): Change the default to
5454 fancy display.
5455 (body): Define for compiler.
5456
5457 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5458 (byte-compile-file-form, byte-compile-lambda)
5459 (byte-compile-top-level-body, byte-compile-form)
5460 (byte-compile-variable-ref, byte-compile-setq)
5461 (byte-compile-setq-default, byte-compile-body)
5462 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5463 (batch-byte-compile): Give some more local variables with common names
5464 a "bytecomp-" prefix to avoid masking warnings about free variables.
5465
cd05fe7f
GM
5466 * startup.el (command-line-1): Give local variables with common names a
5467 distinguishing prefix, so as not to hide free variable warnings during
5468 bootstrap.
5469
a62f564f
GM
5470 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5471 clever and add a suffix to make a unique name, just let the user decide
5472 whether or not to overwrite it. If the input is a directory, write the
5473 default filename to that directory. (Bug#4388)
5474 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5475 is a filename-as-a-directory.
5476
fbc88440
SM
54772009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * textmodes/page.el (what-page): Don't move to beginning of line.
5480 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5481
60308853
DN
54822009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5485
32ba3abc
DN
54862009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5487
9cd39aff
DN
5488 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5489 * help.el (help-for-help-internal): Add purecopy calls for text.
5490
32ba3abc
DN
5491 * vc.el (top): print-log method now takes an optional SHORTLOG
5492 argument. Add a new method: root.
32ba3abc
DN
5493 (vc-root-diff, vc-print-root-log): New functions.
5494 (vc-log-short-style): New variable.
5495 (vc-print-log-internal): Add support for showing short logs.
5496
5497 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5498 vc-print-root-log and vc-print-root-diff.
5499
5500 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5501 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5502 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5503 short logs.
5504
5505 * vc-cvs.el (vc-cvs-print-log):
5506 * vc-mtn.el (vc-mtn-print-log):
5507 * vc-rcs.el (vc-rcs-print-log):
5508 * vc-sccs.el (vc-sccs-print-log):
5509 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5510 that is ignored for now.
5511
837b0e99
DN
5512 * vc-mtn.el (vc-mtn-annotate-command):
5513 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5514
31cd2dd4
SM
55152009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5518 to function-key-map, and give them ascii-character property.
5519 * term/x-win.el (x-alternatives-map):
5520 * term/ns-win.el (ns-alternatives-map):
5521 * term/internal.el (msdos-key-remapping-map):
5522 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5523
d62e5bf2
GM
55242009-09-14 Glenn Morris <rgm@gnu.org>
5525
5526 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5527 temp-buffers (2009-09-12).
5528
7d0105e5
SM
55292009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5532 the new read-key function.
5533
e17ed9ad
CY
55342009-09-13 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5537 is defined (Bug#4405).
5538
1fc26e29
CY
55392009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
5540
5541 * recentf.el (recentf-cleanup): Use a hash table to find
5542 duplicates (Bug#4407).
5543
61dc96a2 55442009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
5545
5546 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5547 kp-0 to ascii equivalents (Bug#4325).
5548
42c3a9e3
CY
55492009-09-13 Chong Yidong <cyd@stupidchicken.com>
5550
1f5c1626
CY
5551 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5552
42c3a9e3 5553 * eshell/em-hist.el:
31cd2dd4
SM
5554 * eshell/em-dirs.el (eshell-complete-user-reference):
5555 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
5556
55572009-09-13 Leo <sdl.web@gmail.com> (tiny change)
5558
5559 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5560 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5561 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
5562 * eshell/em-hist.el (eshell-history-file-name):
5563 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 5564
1e2b6acf
GM
55652009-09-13 Glenn Morris <rgm@gnu.org>
5566
5567 * ediff-merg.el (ediff-do-merge):
5568 * filesets.el (filesets-run-cmd):
5569 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5570 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5571 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5572 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5573 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5574 Replace empty `let's with `progn'.
5575
adba8116
SM
55762009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * mail/sendmail.el (send-mail-function):
5579 * tooltip.el (tooltip-mode):
5580 * simple.el (transient-mark-mode):
5581 * rfn-eshadow.el (file-name-shadow-mode):
5582 * frame.el (blink-cursor-mode):
5583 * font-core.el (global-font-lock-mode):
5584 * files.el (temporary-file-directory)
5585 (small-temporary-file-directory, auto-save-file-name-transforms):
5586 * epa-hook.el (auto-encryption-mode):
5587 * composite.el (global-auto-composition-mode):
5588 Use custom-initialize-delay.
5589 * startup.el (command-line): Don't explicitly call
5590 custom-reevaluate-setting for all the above vars.
5591 * custom.el (custom-initialize-safe-set)
5592 (custom-initialize-safe-default): Delete.
5593
0a4afea9
SM
55942009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5595
9f94990d
SM
5596 * term/x-win.el (x-initialize-window-system):
5597 * term/w32-win.el (w32-initialize-window-system):
5598 * term/ns-win.el (ns-initialize-window-system): Don't call
5599 mouse-wheel-mode since it's enabled globally by default already.
5600
0a4afea9
SM
5601 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5602 actually define the variable, but only silences the byte-compiler.
5603 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5604 before looking it up.
5605 (mouse-wheel-scroll-amount): Also reset the bindings if this value
5606 is changed.
5607
bf01513f
GM
56082009-09-12 Glenn Morris <rgm@gnu.org>
5609
5610 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5611 1000.
5612 (elint-add-required-env): Don't beep on error.
5613 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
5614 (elint-init-env): Skip non-list forms.
5615 (elint-log): Handle unknown file positions.
bf01513f 5616
d85889e4
DU
56172009-09-12 Daiki Ueno <ueno@unixuser.org>
5618
5619 * epg.el (epg-make-context): Add autoload cookie.
5620 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5621 (epg-decrypt-string, epg-start-verify, epg-verify-file)
5622 (epg-verify-string, epg-start-sign, epg-sign-file)
5623 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5624 (epg-encrypt-string, epg-start-export-keys)
5625 (epg-export-keys-to-file, epg-export-keys-to-string)
5626 (epg-start-import-keys, epg-import-keys-from-file)
5627 (epg-import-keys-from-string, epg-start-receive-keys)
5628 (epg-receive-keys, epg-import-keys-from-server)
5629 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5630 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
5631 (epg-generate-key-from-file, epg-generate-key-from-string):
5632 Remove autoload cookie.
d85889e4 5633
8f825ee6
EZ
56342009-09-12 Eli Zaretskii <eliz@gnu.org>
5635
36b434ee
EZ
5636 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5637 reevaluation of trash-directory.
5638
8f825ee6
EZ
5639 * mwheel.el: Fix last change.
5640 (mouse-wheel-mode): New defvar.
5641 (mouse-wheel-mode): Remove autoload cookie.
5642
5766c380
SM
56432009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5644
ab5c0fcd
SM
5645 * mwheel.el (mwheel-installed-bindings): New var.
5646 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5647 the bindings we set last time. Use custom-initialize-delay.
5648 * loadup.el: Load mwheel after term/*-win.el.
5649 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5650 and mouse-wheel-up-event now that their first evaluation is done
5651 sufficiently late to be correct.
5652
45448e64
SM
5653 * startup.el (tutorial-directory): Make it a defcustom.
5654 Use custom-initialize-delay rather than eval-at-startup to set it.
5655 * image.el (image-load-path): Make it a defcustom.
5656 Use custom-initialize-delay rather than eval-at-startup to set it.
5657 * subr.el (eval-at-startup): Remove.
5658 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5659
5766c380
SM
5660 * subr.el (do-after-load-evaluation): Warn the user after loading an
5661 obsolete package.
5662
d6549da4
GM
56632009-09-12 Glenn Morris <rgm@gnu.org>
5664
5665 * proced.el (proced-mark-alt): Remove alias.
5666 (proced-mode-map): Remove proced-mark-alt.
5667
5668 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5669 Elint file and directory. Remove initialization entry.
5670
5671 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5672 commands.
5673 (elint-current-buffer): Set mode-line-process.
5674 (elint-init-env): Handle define-derived-mode.
5675 Fix declare-function with unspecified arglist. Guard against odd
5676 defalias statements (eg iso-insert's 8859-1-map).
5677 (elint-add-required-env): Use a temp buffer.
5678 (elint-form): Just print the function/macro name, not the whole form.
5679 Return env unchanged if we fail to parse a macro.
5680 (elint-forms): Guard against parse errors.
5681 (elint-output): New function, to handle batch mode.
5682 (elint-log-message): Add optional argument. Use elint-output.
5683 (elint-set-mode-line): New function.
5684
30194d4d
CY
56852009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
5686
5687 * emacs-lisp/elp.el (elp-not-profilable): Add more
5688 functions (Bug#4233).
5689
a035f9b0
CY
56902009-09-12 Chong Yidong <cyd@stupidchicken.com>
5691
5692 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5693 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5694
dad61164
NR
56952009-09-11 Nick Roberts <nickrob@snap.net.nz>
5696
5697 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5698 (gdb-var-list-children): Use json parsing.
5699
9c3c9fdf 57002009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
5701
5702 * progmodes/js.el (js--proper-indentation): Handle the case where
5703 char-before is null. Reported by Deniz Dogan.
5704
b4587710
JB
57052009-09-11 Juanma Barranquero <lekktu@gmail.com>
5706
5707 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5708
13890796
DU
57092009-09-11 Daiki Ueno <ueno@unixuser.org>
5710
5711 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5712 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 5713 (epg-context-set-passphrase-callback)
97d4bdba 5714 (epg-context-set-progress-callback): Add description about
b18508dd 5715 callback function.
13890796 5716
2efb64a8
SM
57172009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5718
790d0270
SM
5719 * custom.el (custom-delayed-init-variables): New var.
5720 (custom-initialize-delay): New function.
5721 * startup.el (command-line): "Re"evaluate all vars in
5722 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
5723 explicitly any more.
5724 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5725 to avoid creating a ~/.emacs.d at build-time (bug#4347).
5726
5727 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 5728
ac243a40
NR
57292009-09-11 Nick Roberts <nickrob@snap.net.nz>
5730
5731 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5732 (gdb-var-update-handler): Use json parsing.
5733
657bc6fc
JB
57342009-09-11 Juanma Barranquero <lekktu@gmail.com>
5735
5736 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5737 decode annotated text, regardless of language environment. (Bug#2741)
5738
b6fe8102
SM
57392009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * Makefile.in (autoloads): Make rmail.el writable as well.
5742
5cc443fe
GM
57432009-09-11 Glenn Morris <rgm@gnu.org>
5744
5515c54e
GM
5745 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5746 loaddefs.el.
5747 * dired.el: Regenerate with extracted autoloads.
5748 * Makefile.in (autoloads): Make dired.el writable.
5749
15067158
GM
5750 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5751 * ibuffer.el: Regenerate with extracted autoloads.
5752 * Makefile.in (autoloads): Make ibuffer.el writable.
5753
d35d0238
GM
5754 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5755 * version.el (emacs-copyright, emacs-major-version)
5756 (emacs-minor-version): Reformat doc-strings for make-docfile.
5757
5cc443fe
GM
5758 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5759 functions and variables, since they must be stuff specific to some other
5760 platform.
5761 (apropos-print): Make mouse-click message less specific about button.
5762
5763 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5764 that records where a macro was defined.
5765 * help-fns.el (describe-function-1): Mention if a function has a
5766 compiler-macro.
5767 * help-mode.el (help-function-cmacro): New button.
5768
5769 * locate.el (top-level): Always require dired.
5770 (locate-mode-map): Initialize inside the defvar.
5771
5772 * net/ange-ftp.el (dired-compress-file): Declare.
5773 (ange-ftp-dired-compress-file): Add doc string.
5774
5775 * term/ns-win.el (x-display-name, x-setup-function-keys):
5776 Unify doc-strings with X versions.
5777
8cb95edf
SM
57782009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5779
726a4d09
SM
5780 * emulation/crisp.el (crisp-mode-map): Move initialization
5781 into declaration.
5782 (crisp-mode): Use define-minor-mode.
5783
8cb95edf
SM
5784 * progmodes/xscheme.el (xscheme-evaluation-commands):
5785 Put a :advertised-binding property rather than using
5786 advertised-xscheme-send-previous-expression.
5787 (advertised-xscheme-send-previous-expression): Declare obsolete.
5788 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5789 `advertised-undo'.
5790 (crisp-mode): Add corresponding bindings to
5791 undo's :advertised-binding instead.
5792 * dired.el (dired-mode-map): Put a :advertised-binding property rather
5793 than using dired-advertised-find-file.
5794 (dired-advertised-find-file):
5795 * simple.el (advertised-undo):
5796 * wid-edit.el (advertised-widget-backward): Declare obsolete.
5797 (widget-keymap): Put a :advertised-binding property rather
5798 than using advertised-widget-backward.
5799 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5800 than using advertised-undo.
5801 * tutorial.el (tutorial--default-keys): Adjust accordingly.
5802
07db5857
SS
58032009-09-10 Simon South <ssouth@slowcomputing.org>
5804
5805 * progmodes/delphi.el (delphi-tab): Indent region when Transient
5806 Mark mode is enabled and region is active; otherwise indent or
5807 insert TAB as usual.
5808 (delphi-mode): Update description of TAB-key binding.
5809
50d4ba39
SM
58102009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * subr.el (define-key-rebound-commands): Mark obsolete.
5813 * startup.el (precompute-menubar-bindings): Remove.
5814 (normal-top-level): Remove obsolete code that tried to precompute
5815 menubar bindings.
5816 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5817 define-key-rebound-commands and precompute-menubar-bindings.
5818
ffa894db
KY
58192009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5820
5821 * net/imap.el (imap-interactive-login): Better messages.
5822 (imap-open): Fix bug with renamed buffer on reconnect.
5823 (imap-authenticate): Add buffer-local imap-last-authenticator variable
5824 for easier debugging and cleaner code. On successful (guessed based on
5825 server capabilities) secondary authentication, set imap-state
5826 correctly.
5827 (imap-last-authenticator): Define imap-last-authenticator as a variable
5828 to avoid warnings.
5829
9477096c
GM
58302009-09-10 Glenn Morris <rgm@gnu.org>
5831
5832 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5833
5834 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5835 (byte-compile-file-form-autoload): Don't warn about unknown functions
5836 where the autoload statement comes after the use.
5837 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5838 that any handlers inside the body (eg require) are in turn respected.
5839
5840 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5841 effects.
5842
5843 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5844 and syntax and abbrev tables basic docs, if they don't have any.
5845
5846 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5847
5848 * international/mule-cmds.el (top-level): Require cl when compiling.
5849 (view-hello-file): Use default-value rather than
5850 default-enable-multibyte-characters.
5851
5852 * progmodes/fortran.el: Move all safe and risky properties into the
5853 defcustoms.
5854
5855 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5856 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5857 * mail/undigest.el:
5858 Put autoloads in rmail.el rather than loaddefs.el.
5859 * mail/rmail.el: Regenerate with extracted autoloads.
5860
5861 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5862 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5863
9f16c547
NR
58642009-09-10 Nick Roberts <nickrob@snap.net.nz>
5865
5866 Reported in thread for Bug#4375.
5867 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5868 "-data-evaluate-expression" instead of print.
5869 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5870 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
5871 (gdb): Revert 2009-08-11 change. User should detach inferior
5872 manually.
9f16c547
NR
5873
5874 Remove the word "separate" from IO functions as inferior
5875 output is now never displayed in the GUD buffer.
5876
50405cd0
JB
58772009-09-10 Juanma Barranquero <lekktu@gmail.com>
5878
5879 * startup.el (command-line-normalize-file-name): On Windows and
5880 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5881
7ae62430
JL
58822009-09-10 Juri Linkov <juri@jurta.org>
5883
5884 * isearch.el (isearch-text-char-description): Propertize escape
5885 character sequences with the `escape-glyph' face. (Bug#4344)
5886
5887 * simple.el (shell-command): Set asynchronous process filter to
5888 `comint-output-filter'. (Bug#4343)
5889
5890 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5891 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
5892 the list. Move "asm" to the bottom.
5893 (grep-find-ignored-directories): Add `choice' with nil value
5894 to empty the list easily.
5895 (grep-find-ignored-files): New option.
5896 (grep-files-history): Set to nil by default instead of '("ch" "el").
5897 (grep-compute-defaults): Add "<X>" to `grep-template'.
5898 (grep-read-files): Bind new local variables `default-alias' and
5899 `default-extension'. Use a list of default values for the file prompt.
5900 (lgrep): Add `--exclude=' command line options composed from
5901 `grep-find-ignored-files'.
5902 (rgrep): Add `-name' command line options composed from
5903 `grep-find-ignored-files'. (Bug#4301)
5904
cd875252
SM
59052009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5908 (bug#4368).
5909
cdce0b33
KY
59102009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5911
5912 * calendar/time-date.el (autoload):
5913 Expand define-obsolete-function-alias into defalias and make-obsolete
5914 for old Emacsen that Gnus supports.
5915 (with-no-warnings): Define it for old Emacsen.
5916 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5917 is available.
5918 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5919 float-time is available; suppress compile warning for time-to-seconds.
5920
59212009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5922
5923 * net/imap.el (imap-message-map): Docstring fix.
5924
2b2eb431
GM
59252009-09-09 Glenn Morris <rgm@gnu.org>
5926
5927 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5928 line numbers too. (Bug#4374)
5929
83a5aac5
SM
59302009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5931
755e0210
SM
5932 * smerge-mode.el (smerge-remove-props, smerge-refine):
5933 Use with-silent-modifications (bug#4342).
5934
83a5aac5
SM
5935 * subr.el (with-silent-modifications): New macro.
5936
79f01fa7
JB
59372009-09-07 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * files.el (top-level): Require `cl' when compiling.
5940
448ecec3
GM
59412009-09-07 Glenn Morris <rgm@gnu.org>
5942
5943 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5944
8f09a02f
GM
5945 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5946 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
5947
76ff67bf
NR
59482009-09-06 Nick Roberts <nickrob@snap.net.nz>
5949
5950 * vc-git.el (vc-git-annotate-command): Use separator to parse
5951 arguments correctly.
5952
943c8b75
EZ
59532009-09-06 Eli Zaretskii <eliz@gnu.org>
5954
5955 * proced.el (proced-mode): Doc fix.
5956
680db9ac
MA
59572009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
5958
5959 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5960 lstat fails.
5961 (tramp-do-file-attributes-with-ls): Check for file existence at
5962 remote end.
5963 (tramp-do-file-attributes-with-stat): Likewise.
5964 (tramp-convert-file-attributes): Return nil when attr is nil.
5965
3f12e5bd
GM
59662009-09-05 Glenn Morris <rgm@gnu.org>
5967
c8dc27bf
GM
5968 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5969 properties to this button.
5970 (diary-fancy-display): Don't extend the button to the final newline.
5971 (diary-fancy-display-mode): Continue to define "q" as a local key.
5972
cca065d8
GM
5973 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5974 efficient.
5975
cddaedb6
GM
5976 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5977
3f12e5bd
GM
5978 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5979 (byte-compile-dest-file-function): New option.
5980 (byte-compile-dest-file): Doc fix.
5981 Obey byte-compile-dest-file-function.
5982 (byte-compile-cl-file-p): New function.
5983 (byte-compile-eval): Only suppress noruntime warnings about cl functions
5984 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
5985 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5986 than for file being previously loaded.
5987 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5988 (byte-compile-file-form-require): Handle the case where requiring a file
5989 indirectly causes CL to be loaded.
5990
049a231b
KF
59912009-09-05 Karl Fogel <kfogel@red-bean.com>
5992
5993 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5994 before killing the old buffer, since by the time `kill-buffer' is
5995 run so many buffer variables have been set to nil that it may not
5996 behave as expected. (Bug#4061)
5997
ef7ef2a0
KF
59982009-09-05 Karl Fogel <kfogel@red-bean.com>
5999
6000 * files.el (find-alternate-file): If the old buffer is modified
6001 and visiting a file, behave similarly to `kill-buffer' when
6002 killing it, thus reverting to the pre-1.878 behavior; see
6003 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6004 for discussion. Also, consult `buffer-file-name' as a variable
6005 not as a function, for consistency with the rest of the code.
6006
73d854cd
MA
60072009-09-04 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6010 also when adding a new directory.
6011
6012 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6013 defun.
6014
df120481
SM
60152009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * files.el (locate-file-completion-table): Make it provide boundary
6018 information, so partial-completion works better.
6019
c0bc6d79
SM
60202009-09-04 Leo <sdl.web@gmail.com> (tiny change)
6021
6022 * mail/footnote.el (Footnote-text-under-cursor):
6023 Check footnote-text-marker-alist before using it (bug#4324).
6024
f76a9756
GM
60252009-09-04 Glenn Morris <rgm@gnu.org>
6026
67d110f1
GM
6027 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6028 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6029 * play/solitaire.el, play/tetris.el:
6030 Remove leading * from defcustom and defface docs.
6031
b42d4989
GM
6032 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6033 necessary.
6034 (diary-fancy-overriding-map): New variable.
6035 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6036 Use view-mode.
6037
f76a9756
GM
6038 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6039 goto-line.
6040
e605eeeb
GM
60412009-09-03 Glenn Morris <rgm@gnu.org>
6042
597e2240
GM
6043 * arc-mode.el (archive-mode):
6044 * dos-fns.el (set-default-process-coding-system):
6045 * man.el (Man-getpage-in-background):
6046 * menu-bar.el (menu-bar-describe-menu):
6047 * server.el (server-process-filter):
6048 * startup.el (command-line):
6049 * tar-mode.el (tar-header-block-tokenize, tar-extract):
6050 * w32-fns.el (set-default-process-coding-system):
6051 * x-dnd.el (x-dnd-handle-file-name):
6052 * international/mule-cmds.el (mule-menu-keymap)
6053 (set-default-coding-systems, language-info-alist, set-language-info)
6054 (set-language-environment, standard-display-european-internal)
6055 (set-locale-environment):
6056 * international/mule-diag.el (mule-diag):
6057 * mail/emacsbug.el (report-emacs-bug):
6058 * mail/rmail.el (rmail-mode):
6059 * mail/sendmail.el (mail-setup):
6060 Use default-value rather than default-enable-multibyte-characters.
6061
f38184aa
GM
6062 * progmodes/f90.el: Move all safe properties into the defcustoms.
6063 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6064
e605eeeb
GM
6065 * calendar/appt.el (appt-check):
6066 * calendar/diary-lib.el (diary-set-header, diary-live-p)
6067 (diary-check-diary-file, diary-list-entries)
6068 (diary-include-other-diary-files, diary-simple-display)
6069 (diary-fancy-display, diary-print-entries)
6070 (diary-mark-included-diary-files, diary-make-entry):
6071 Don't call substitute-in-file-name on diary-file.
6072
734db384
SM
60732009-09-03 Eduard Wiebe <usenet@pusto.de>
6074 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * mail/footnote.el (footnote-prefix): Make it a defcustom.
6077 (footnote-mode-map): Move initialization into the declaration.
6078 (footnote-minor-mode-map): Define it rather than changing global-map.
6079 (footnote-mode): Use define-minor-mode.
6080
e5aa47f9
MA
60812009-09-02 Michael Albinus <michael.albinus@gmx.de>
6082
6083 * net/tramp.el (tramp-handle-file-attributes-with-ls)
6084 (tramp-do-file-attributes-with-perl)
6085 (tramp-do-file-attributes-with-stat): Rename from
6086 `tramp-handle-file-attributes-with-*'.
6087 (tramp-handle-file-attributes): Use them.
6088 (tramp-do-directory-files-and-attributes-with-perl)
6089 (tramp-do-directory-files-and-attributes-with-stat): Rename from
6090 `tramp-handle-directory-files-and-attributes-with-*'.
6091 (tramp-handle-directory-files-and-attributes): Use them.
6092 (tramp-method-out-of-band-p): Additional parameter SIZE.
6093 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6094 (tramp-handle-write-region): Use it.
734db384 6095 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
6096 (tramp-handle-vc-registered): Check, whether the first run did
6097 return files to be tested.
6098 (tramp-advice-make-auto-save-file-name): Do not call directly
6099 `tramp-handle-make-auto-save-file-name', because this would bypass
6100 the locking mechanism.
6101
734db384 6102 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
6103 (file-remote-p, process-file, start-file-process, set-file-times)
6104 (tramp-compat-file-attributes): Compatibility functions shall not
6105 call directly `tramp-handle-*', because this would bypass the
6106 locking mechanism.
6107 (tramp-compat-number-sequence): New defun.
6108
6e2ca895
GM
61092009-09-02 Glenn Morris <rgm@gnu.org>
6110
697c7714
GM
6111 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6112 alias for float-time.
6113 (time-to-number-of-days): In Emacs, use float-time.
6114 * net/newst-backend.el (time-add): Suppress warnings from compat
6115 function.
6116 * time.el (emacs-uptime, emacs-init-time):
6117 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6118 Use float-time rather than time-to-seconds.
6119
6e2ca895
GM
6120 * minibuffer.el (completion-initials-expand): Fix typo.
6121
6122 * faces.el (modeline, modeline-inactive, modeline-highlight)
6123 (modeline-buffer-id):
6124 * info.el (info-menu-5): Mark these face aliases as obsolete.
6125
ed17efec
NR
61262009-09-01 Nick Roberts <nickrob@snap.net.nz>
6127
6128 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6129 space ...
6130 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6131 no "--thread" option.
6132 (gdb-stopped): Don't print "Switched to thread" message when it is
6133 unchanged.
6134
fcb68f70
SM
61352009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * minibuffer.el (completion-try-completion)
6138 (completion-all-completions): Remove ill-defined (and
6139 mistakenly installed and luckily never used nor documented)
6140 `completion-styles' property.
6141 (completion-initials-expand, completion-initials-all-completions)
6142 (completion-initials-try-completion): New functions.
6143 (completion-styles-alist): Add doc to each entry.
6144 Add new `initials' entry.
6145
83318a6d
NR
61462009-09-01 Nick Roberts <nickrob@snap.net.nz>
6147
6148 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6149 MI command -var-evaluate-expression.
6150 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6151 and tweak for case of string child.
734db384 6152 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 6153
d63eb0e7
GM
61542009-09-01 Glenn Morris <rgm@gnu.org>
6155
c4f6e489
GM
6156 * add-log.el (change-log-date-face, change-log-name-face)
6157 (change-log-email-face, change-log-file-face, change-log-list-face)
6158 (change-log-conditionals-face, change-log-function-face)
6159 (change-log-acknowledgement-face):
6160 * cus-edit.el (custom-invalid-face, custom-rogue-face)
6161 (custom-modified-face, custom-set-face, custom-changed-face)
6162 (custom-saved-face, custom-button-face, custom-button-pressed-face)
6163 (custom-documentation-face, custom-state-face, custom-comment-face)
6164 (custom-comment-tag-face, custom-variable-tag-face)
6165 (custom-variable-button-face, custom-face-tag-face)
6166 (custom-group-tag-face-1, custom-group-tag-face):
6167 * diff-mode.el (diff-header-face, diff-file-header-face)
6168 (diff-index-face, diff-hunk-header-face, diff-removed-face)
6169 (diff-added-face, diff-changed-face, diff-function-face)
6170 (diff-context-face, diff-nonexistent-face):
6171 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6172 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6173 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6174 (Info-title-4-face):
6175 * isearch.el (isearch-lazy-highlight-face):
6176 * log-view.el (log-view-file-face, log-view-message-face):
6177 * paren.el (show-paren-match-face, show-paren-mismatch-face):
6178 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6179 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6180 (cvs-msg-face):
6181 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6182 (smerge-base-face, smerge-markers-face):
6183 * wid-edit.el (widget-documentation-face, widget-button-face)
6184 (widget-field-face, widget-single-line-field-face)
6185 (widget-inactive-face, widget-button-pressed-face):
6186 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6187 (woman-addition-face):
2fb1ec93
GM
6188 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6189 (eshell-ls-executable-face, eshell-ls-readonly-face)
6190 (eshell-ls-unreadable-face, eshell-ls-special-face)
6191 (eshell-ls-missing-face, eshell-ls-archive-face)
6192 (eshell-ls-backup-face, eshell-ls-product-face)
6193 (eshell-ls-clutter-face):
6194 * eshell/em-prompt.el (eshell-prompt-face):
6195 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 6196 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
6197 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6198 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6199 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6200 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6201 (antlr-font-lock-literal-face):
c4f6e489
GM
6202 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6203 (ebrowse-root-class-face, ebrowse-file-name-face)
6204 (ebrowse-default-face, ebrowse-member-attribute-face)
6205 (ebrowse-member-class-face, ebrowse-progress-face):
6206 * progmodes/make-mode.el (makefile-space-face):
6207 * progmodes/sh-script.el (sh-heredoc-face):
6208 * textmodes/flyspell.el (flyspell-incorrect-face)
6209 (flyspell-duplicate-face):
6210 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 6211 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
6212 Mark face aliases with "-face" suffix as obsolete.
6213
d80619fa
GM
6214 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6215 compiler.
6216
5f68c1b7
GM
6217 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6218 (eudc-bob-sound-menu): Use defvar rather than defconst, since
6219 easy-menu-define wants to modify these.
6220
6221 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6222
6223 * net/browse-url.el (browse-url-file-url):
6224 * term/internal.el (dos-codepage-setup):
6225 Use default-value rather than default-enable-multibyte-characters.
6226
d80619fa 6227 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
6228 * progmodes/flymake.el (flymake-highlight-line)
6229 (flymake-goto-file-and-line, flymake-goto-line):
6230 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6231 (gdb-goto-breakpoint):
6232 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6233 * progmodes/python.el (python-find-function)
6234 (python-pdbtrack-track-stack-file):
6235 * progmodes/verilog-mode.el (verilog-surelint-off):
6236 * term/ns-win.el (ns-open-file-select-line):
6237 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6238 Use forward-line rather than goto-line.
6239
d63eb0e7
GM
6240 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6241 * textmodes/reftex-index.el (reftex-display-index):
6242 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6243 * textmodes/reftex-toc.el (reftex-toc):
6244 Remove unnecessary bindings of default-major-mode (all are followed by
6245 major-mode check and possible mode switch).
6246
0afad278
NR
62472009-08-31 Nick Roberts <nickrob@snap.net.nz>
6248
6249 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6250 Handle watchpoints (bug#4282).
6251 (def-gdb-thread-buffer-command): Enable thread to be selected by
6252 clicking without selecting threads buffer first.
6253 (gdb-current-context-command): Use selected frame so that "up",
6254 "down" etc work in the GUD buffer.
6255 (gdb-update): Find selected frame before rendering stack buffer.
6256 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6257
4e135dd2
SM
62582009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * progmodes/sym-comp.el (displayed-completions): Remove.
6261 (symbol-complete): Use minibuffer-complete.
6262
e61eba34
GM
62632009-08-31 Glenn Morris <rgm@gnu.org>
6264
6265 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6266
734db384
SM
6267 * apropos.el (apropos-symbols-internal):
6268 Handle (obsolete) face aliases.
e61eba34
GM
6269
6270 * faces.el (describe-face): Adjust the output format to be more like
6271 describe-variable, and to mention (obsolete) face aliases.
6272 Adjust the whitespace so that help-setup-xref works.
6273
6274 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6275 * calendar/diary-lib.el (diary-button-face):
6276 Mark these face aliases as obsolete.
6277
6278 * calendar/calendar.el (calendar-today): Doc fix.
6279
4cf71456
NR
62802009-08-31 Nick Roberts <nickrob@snap.net.nz>
6281
6282 * progmodes/gdb-mi.el (gdb-control-all-threads)
6283 (gdb-control-current-thread): Force tool bar update.
6284 (gdb-non-stop-handler): New function.
6285 (gdb-init-1): Use it to test if non-stop mode is supported.
6286 Remove unused gdbmi buffer type.
6287
e61eba34 62882009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
6289
6290 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 6291 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 6292
4324f7ca
NR
62932009-08-30 Nick Roberts <nickrob@snap.net.nz>
6294
6295 * comint.el (comint-exec-1): Check command is non-null first.
6296 Part of gdb-mi.el change (2009-08-28).
6297
a1bf889a
SM
62982009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6301
060c08b5
JB
63022009-08-30 Juanma Barranquero <lekktu@gmail.com>
6303
6304 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6305 instead of `dolist' to avoid a recursive require when bootstrapping.
6306
ab22be48
SM
63072009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6308
73ebf88f
SM
6309 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6310
80629cfc
SM
6311 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6312
206d0387 6313 * net/imap.el (imap-send-command): Simplify.
734db384 6314 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 6315
844f7784
SM
6316 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6317
5ca4661e
SM
6318 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6319 with constant argument.
6320
c61dc887
SM
6321 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6322
7eb73deb
SM
6323 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6324
5fe443de
SM
6325 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6326 Change default, since most of our files don't have a history.
6327 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6328 the user.
6329
6444d64a
SM
6330 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6331 Add comint-run.
6332
5cb16bfc
SM
6333 * calc/calc.el: Improve commenting convention.
6334 (calc-digit-map, toplevel): Simplify.
6335
0aeb71a7
SM
6336 * comint.el (comint-insert-input): Be careful to only set point if we
6337 don't delegate to some other command.
6338
9a9af856
SM
6339 * proced.el (proced-signal-list): Make it an alist.
6340 (proced-grammar-alist): Capitalize names.
6341 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6342 Disable undo manually and make it read-only.
6343 Use completion-annotate-function.
6344
ab22be48
SM
6345 * minibuffer.el (minibuffer-message): If the current buffer is not
6346 a minibuffer, insert the message in the echo area rather than at the
6347 end of the buffer.
6348 (completion-annotate-function): New variable.
6349 (minibuffer-completion-help): Use it.
6350 (completion--embedded-envvar-table): Environment vars are
6351 always case-sensitive.
6352
4a948dbf
GM
63532009-08-30 Glenn Morris <rgm@gnu.org>
6354
6355 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6356 from fortran-current-defun.
6357 (fortran-beginning-of-subprogram): Be more precise about finding the
6358 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
6359 (fortran-end-of-subprogram): Simplify.
6360 (fortran-current-defun): Use fortran-start-prog-re.
6361
486cf3b8
JB
63622009-08-29 Juanma Barranquero <lekktu@gmail.com>
6363
6364 * subr.el (do-after-load-evaluation): Simplify.
6365
db167d28
DN
63662009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6367
6368 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6369
6370 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
6371 (vc-rcs-print-log): Use it.
6372
6373 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6374
efbc652a
SM
63752009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6376
2aa0e5bf
SM
6377 * paths.el (abbrev-file-name): Move to abbrev.el.
6378 * abbrev.el (abbrev-file-name): Move from paths.el.
6379 Obey user-emacs-directory.
6380 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6381 user-emacs-directory.
6382 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6383 abbrev-file-name and calc-settings-file any more.
6384 * startup.el (command-line): Recompute abbrev-file-name and
6385 abbreviated-home-dir.
6386 (normal-no-mouse-startup-screen): Improve the generic code and get rid
6387 of the special code for when C-h bindings haven't been changed.
6388 (display-startup-echo-area-message): Use with-current-buffer.
6389 (command-line-1): Use a list of strings, rather than a list of lists
6390 of strings for longopts.
6391
51da8fe2
SM
6392 * files.el (get-free-disk-space): Use / for default-directory.
6393
0c3cc4dd
SM
6394 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6395 Use with-current-buffer.
6396
d988dbf6
SM
6397 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6398 Recognize immutable variables like most-positive-fixnum.
6399 (byte-compile-setq-default): Check and warn if trying to assign
6400 to an immutable variable, or a non-variable.
6401
efbc652a
SM
6402 * progmodes/cc-vars.el (c-comment-continuation-stars):
6403 * progmodes/cc-engine.el (c-looking-at-bos):
6404 * progmodes/cc-cmds.el (c-toggle-auto-state)
6405 (c-forward-into-nomenclature, c-backward-into-nomenclature)
6406 (c-comment-line-break-function): Add version of obsolescence.
6407
d30a05d1
JL
64082009-08-28 Juri Linkov <juri@jurta.org>
6409
6410 * files.el (magic-fallback-mode-alist): Add ZIP magic number
6411 associated with `archive-mode'.
6412
6413 * image.el (image-type-header-regexps): Use only JPEG magic number
6414 to determine JPEG images, and don't use `image-jpeg-p' because
6415 Emacs can display non-JFIF non-Exif JPEG images.
6416
1e8eecea
JB
64172009-08-28 Juanma Barranquero <lekktu@gmail.com>
6418
6419 * arc-mode.el (archive-mode):
6420 * emacs-lisp/re-builder.el (re-builder-unload-function):
6421 Protect against the default value of `major-mode' being nil.
6422
dd4fbf56
JB
64232009-08-28 Juanma Barranquero <lekktu@gmail.com>
6424
6425 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6426 Fix typos in docstrings.
6427
6428 * progmodes/js.el (js--macro-decl-re): Doc fix.
6429 (js--plain-method-re, js--split-name): Refloc docstring.
6430 (js--class-styles, js--make-merged-item, js--splice-into-items):
6431 Fix typos in docstrings; reflow docstrings.
6432 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6433 (js--variable-decl-matcher, js--inside-pitem-p)
6434 (js--parse-state-at-point, js--get-all-known-symbols)
6435 (js--symbol-history, js-find-symbol, js--js-references)
6436 (js--moz-interactor, js--js-encode-value, js--read-tab):
6437 Fix typos in docstrings.
6438
72f16325
SM
64392009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6440
14acf2f5
SM
6441 * textmodes/reftex.el (reftex-get-file-buffer-force):
6442 * progmodes/verilog-mode.el (verilog-batch-execute-func):
6443 * emulation/viper.el (viper-go-away, viper-set-hooks):
6444 * emacs-lisp/re-builder.el (re-builder-unload-function):
6445 * emacs-lisp/bytecomp.el (byte-compile-file):
6446 * ses.el (ses-unload-function):
6447 * hexl.el (hexl-find-file):
6448 * files.el (normal-mode):
6449 * ehelp.el (with-electric-help):
6450 * autoinsert.el (auto-insert-alist):
6451 * arc-mode.el (archive-mode):
6452 Use (default-value 'major-mode) instead of default-major-mode.
6453
72f16325
SM
6454 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6455 * international/mule.el (load-with-code-conversion):
6456 * emacs-lisp/debug.el (debug):
6457 * ediff-vers.el (ediff-rcs-get-output-buffer):
6458 * dired.el (dired-internal-noselect): Don't let-bind
6459 default-major-mode around code that doesn't use it.
6460 E.g. buffer creation via get-buffer-create doesn't use it.
6461
aa485f7c
MA
64622009-08-28 Michael Albinus <michael.albinus@gmx.de>
6463
6464 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6465 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6466 when writing the temp file. Otherwise, epa-file gets confused.
6467 (tramp-register-file-name-handlers): Make it a defun. Move also
6468 `epa-file-handler' to the front of `file-name-handler-alist'.
6469
64702009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6473 start right after a ^M.
6474 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6475 (tramp-completion-file-name-regexp-separate)
6476 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
6477 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6478 Don't modify last-coding-system-used by accident.
aa485f7c
MA
6479 (tramp-completion-file-name-handler): Apply the checks here,
6480 instead during registration.
6481 (tramp-register-file-name-handlers) Renamed from
6482 `tramp-register-file-name-handler'. Register both
6483 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 6484 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 6485
3f0c2b92
NR
64862009-08-28 Nick Roberts <nickrob@snap.net.nz>
6487
72f16325
SM
6488 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6489 Remove variable ...
3f0c2b92
NR
6490 (gdb-init-1, gdb-display-separate-io-buffer)
6491 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6492 references to it.
6493 (gdb-inferior-io-mode): Use make-comint-in-buffer.
6494 (gdb-inferior-filter): Use comint-output-filter to stop
6495 echoing and remove ^M characters.
6496
705e5bd9
SM
64972009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6498
009fdc2e
SM
6499 * emulation/viper-init.el (viper-restore-cursor-type):
6500 * emulation/cua-base.el (cua--update-indications):
6501 Replace default-cursor-type with (default-value 'cursor-type).
6502
b56a5ae0
SM
6503 * mail/sendmail.el (mail-recover-1):
6504 * international/mule-diag.el (describe-current-coding-system-briefly)
6505 (describe-current-coding-system):
6506 * international/mule-cmds.el (select-safe-coding-system)
6507 (select-message-coding-system)
6508 (set-language-environment-coding-systems, set-locale-environment):
6509 * hexl.el (hexl-insert-multibyte-char):
6510 * dos-w32.el (find-buffer-file-type-coding-system):
6511 * simple.el (what-cursor-position):
6512 Replace uses of default-buffer-file-coding-system
6513 with (default-value 'buffer-file-coding-system).
6514
de70529f
SM
6515 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6516 Replace uses of default-cursor-in-non-selected-windows
6517 with (default-value 'cursor-in-non-selected-windows).
6518 Use with-current-buffer.
6519
705e5bd9
SM
6520 * mail/feedmail.el: Use CL macros.
6521 (feedmail-run-the-queue, feedmail-send-it-immediately):
6522 * dos-w32.el (find-buffer-file-type): Replace uses of
6523 default-buffer-file-type with (default-value 'buffer-file-type).
6524
4d985ac2
GM
65252009-08-28 Glenn Morris <rgm@gnu.org>
6526
6527 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6528 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6529 Use default-value of major-mode rather than default-major-mode.
6530
17c15b81
SM
65312009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6532
3a68ab06
SM
6533 * Makefile.in (update-elcfiles): Report left over elc files.
6534
9421bdd1
SM
6535 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6536 expand-file-name and with-current-buffer.
6537 (mail-get-names, mail-directory): Use with-current-buffer.
6538
17c15b81
SM
6539 * vc.el (vc-read-revision): New function.
6540 (vc-version-diff, vc-merge): Use it.
6541
ba83a64e
SS
65422009-08-27 Sam Steingold <sds@gnu.org>
6543
6544 * simple.el (kill-do-not-save-duplicates): New user option.
6545 (kill-new): When it is non-nil, and the new string is the same as
6546 the latest kill, set replace to t to avoid duplicates in kill-ring.
6547
be3e598a 65482009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
6549
6550 * net/tramp.el (tramp-handle-process-file): Do not flush all
6551 caches when `process-file-side-effects' is set.
6552 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
6553 instead of `tramp-find-file-exists-command'.
6554 Unset `process-file-side-effects'.
d5b5c94a
MA
6555
65562009-08-27 Michael Albinus <michael.albinus@gmx.de>
6557
6558 * net/tramp.el (tramp-methods): New method "rsyncc".
6559 (top): Add completion function for "rsyncc".
6560 (tramp-message-show-message): New defvar.
6561 (tramp-message, tramp-error): Use it.
6562 (tramp-do-copy-or-rename-file-directly): Extend check for direct
6563 remote copying.
6564 (tramp-do-copy-or-rename-file-out-of-band): Handle new
6565 `tramp-methods' entry `copy-env' of "rsyncc".
6566 (tramp-vc-registered-read-file-names): New defconst.
6567 (tramp-vc-registered-file-names): New defvar.
6568 (tramp-handle-vc-registered): Implement optimization strategy.
6569 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6570 (tramp-vc-file-name-handler): New defun.
6571 (tramp-get-ls-command, tramp-get-test-command)
6572 (tramp-get-file-exists-command, tramp-get-remote-ln)
6573 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 6574 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
6575
6576 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6577 (tramp-cache-inhibit-cache): Extend doc string. It allows also
6578 timestamps.
6579 (tramp-get-file-property): Check for timestamps in
6580 `tramp-cache-inhibit-cache'.
6581 (tramp-set-file-property): Write timestamp.
6582
1339cf20
KH
65832009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6584
6585 * language/japan-util.el (japanese-symbol-table): Add entries for
6586 cp932-2-byte.
6587
6588 * international/characters.el: Add category `j' to cp932-2-byte.
6589
726e3f1d
KH
65902009-08-27 Kenichi Handa <handa@m17n.org>
6591
6592 * international/fontset.el (build-default-fontset-data): New macro.
6593 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 6594 tibetan, ethiopic, and ipa.
726e3f1d 6595
4e3b4528
SM
65962009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * cus-start.el (default-major-mode): Customize `major-mode' instead.
6599 (enable-multibyte-characters): Not customizable any more.
6600
6601 * subr.el (default-mode-line-format, default-header-line-format)
6602 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6603 (default-direction-reversed, default-truncate-lines)
6604 (default-left-margin, default-tab-width, default-case-fold-search)
6605 (default-left-margin-width, default-right-margin-width)
6606 (default-left-fringe-width, default-right-fringe-width)
6607 (default-fringes-outside-margins, default-scroll-bar-width)
6608 (default-vertical-scroll-bar, default-indicate-empty-lines)
6609 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6610 (default-fringe-cursor-alist, default-scroll-up-aggressively)
6611 (default-scroll-down-aggressively, default-fill-column)
6612 (default-cursor-type, default-buffer-file-type)
6613 (default-cursor-in-non-selected-windows)
6614 (default-buffer-file-coding-system, default-major-mode)
6615 (default-enable-multibyte-characters): Mark as obsolete.
6616
b3cca6a6
DN
66172009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6618
652cc1a2
DN
6619 * vc-dir.el (vc-dir-update): Remove debug helper.
6620
b3cca6a6
DN
6621 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6622
4ed8c7aa
SS
66232009-08-26 Sam Steingold <sds@gnu.org>
6624
6625 * simple.el (save-interprogram-paste-before-kill): New user option.
6626 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6627 save the interprogram-paste into kill-ring before overriding it
6628 with the Emacs kill.
6629
3b64d86b
DN
66302009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6631
6632 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6633 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6634 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6635 and move to vc-rcs.el.
6636 (vc-default-next-revision): Rename to vc-rcs-next-revision and
6637 move to vc-rcs.el.
6638 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6639 (vc-rcs-update-changelog): Remove.
6640 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6641 and move to vc-rcs.el.
6642
6643 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6644 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6645 renaming.
6646 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 6647 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
6648 vc.el, renamed to be RCS specific.
6649
72f16325
SM
6650 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6651 New functions.
6652 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
6653
6654 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6655 New functions.
6656
636a36a0
SM
66572009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6660
239b3340
DN
66612009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6662
b91f0762 6663 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
6664 (vc-git-stash, vc-git-stash-show): New functions.
6665 (vc-git-extra-menu-map): Bind them.
b91f0762 6666
b8e54362
DN
6667 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6668 directory correctly in case the item is a directory itself.
6669
239b3340
DN
6670 * vc.el: Document the desired behavior for reverted files in the
6671 `added' state.
dc810649
DN
6672 (vc-default-prettify-state-info): Remove function, unused.
6673
6674 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 6675
e49c0179
GM
66762009-08-26 Glenn Morris <rgm@gnu.org>
6677
6678 * bindings.el (standard-mode-line-format): Reposition dashes in
6679 which-func entry. (Bug#4217)
6680
3029e594
GM
6681 * files.el (enable-local-variables, enable-local-eval)
6682 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6683 the defcustoms.
6684 (auto-mode-alist, ignored-local-variables)
6685 (save-some-buffers-action-alist): Move risky declarations to the
6686 definitions.
6687 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6688 (font-lock-defaults, format-alist, imenu--index-alist)
6689 (imenu-generic-expression, input-method-alist, minor-mode-alist)
6690 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6691 (mode-line-modified, mode-line-mule-info, mode-line-position)
6692 (mode-line-process, mode-line-remote, outline-level)
6693 (parse-time-rules, rmail-output-file-alist)
6694 (special-display-buffer-names, vc-mode):
6695 Move risky declarations to the relevant files.
72f16325
SM
6696 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6697 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
6698 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6699 * font-core.el (font-lock-defaults):
6700 * format.el (format-alist):
6701 * vc-hooks.el (vc-mode):
6702 * window.el (special-display-buffer-names):
6703 * international/mule-cmds.el (input-method-alist):
6704 Define riskiness here (dumped file) rather than in files.el.
6705 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6706 * imenu.el (imenu-generic-expression, imenu--index-alist):
6707 * outline.el (outline-level):
6708 * time.el (display-time-string):
6709 * calendar/parse-time.el (parse-time-rules):
6710 * mail/rmailout.el (rmail-output-file-alist):
6711 Autoload riskiness here, rather than placing in files.el.
6712
8476cfaf
SM
67132009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6714
6715 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6716
0b35b48e
MA
67172009-08-25 Michael Albinus <michael.albinus@gmx.de>
6718
6719 * simple.el (process-file-side-effects): New defvar.
6720
6721 * dired-aux.el (dired-show-file-type):
6722 * vc.el (vc-diff-internal):
6723 * vc-arch.el (vc-arch-diff):
6724 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6725 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6726 * vc-git.el (vc-git-registered, vc-git-working-revision)
6727 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6728 (vc-git--empty-db-p):
6729 * vc-hooks.el (vc-user-login-name):
6730 * vc-svn.el (vc-svn-registered, vc-svn-state)
6731 (vc-svn-dir-extra-headers, vc-svn-find-revision):
6732 * progmodes/grep.el (grep-probe): Let-bind
6733 `process-file-side-effects' with nil.
6734
6735 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6736
6737 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6738 daemon. Replace ping by checking for running service for bluez
6739 and zeroconf. (Bug#4239)
6740
d54cc599
GM
67412009-08-25 Kevin Ryde <user42@zip.com.au>
6742
6743 * net/dig.el (dig): Add autoload cookie.
6744
7bfd055d
GM
67452009-08-25 Glenn Morris <rgm@gnu.org>
6746
bac9c66c
GM
6747 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6748 load-history for absolute file-names.
6749 (byte-compile-file-form-require): Warn about use of the cl package.
6750
7bfd055d
GM
6751 * format.el (format-alist): Doc fix.
6752
5ac1f9e0
GM
6753 * play/bubbles.el (top-level): Don't require cl at run-time.
6754
af62aa88
GM
6755 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6756 run-time cl).
6757
71e036af
DD
67582009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
6759
6760 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6761 from cl package.
6762 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6763
42110eaf
JB
67642009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
6765
6766 * calc/calc-alg.el (math-trig-rewrite)
6767 (math-hyperbolic-trig-rewrite): New functions.
6768 (calc-simplify): Simplify trig functions when asked.
6769
88421f3e
SM
67702009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6773
dbd9624e
KH
67742009-08-24 Kenichi Handa <handa@m17n.org>
6775
6776 * language/ind-util.el (mapthread): Delete it.
6777 (combinatorial): New function.
6778 (indian--puthash-cv): Use combinatorial instead of mapthread.
6779
9b89e3ee
GM
67802009-08-22 Kevin Ryde <user42@zip.com.au>
6781
6782 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6783 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6784 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6785 Clarify docstring that the value is strings not symbols.
6786 (checkdoc-list-of-strings-p): New function.
6787
e6ce8c42
GM
67882009-08-22 Glenn Morris <rgm@gnu.org>
6789
2ddf2ea6 6790 * files.el (auto-mode-alist):
a3374680
GM
6791 * hippie-exp.el (he-concat-directory-file-name):
6792 * lpr.el (lpr-windows-system, printer-name):
6793 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6794 * ps-print.el (ps-windows-system):
6795 * startup.el (command-line):
6796 * emulation/viper-ex.el (viper-glob-function):
6797 * international/mule-cmds.el (set-language-environment-coding-systems):
6798 * net/ange-ftp.el (ange-ftp-write-region):
6799 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 6800 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
6801 unisoft-unix, vax-vms, win32, w32.
6802
977955fa
GM
6803 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6804 given name if the pattern is not more specific.
6805
b4deec2e
GM
6806 * calendar/lunar.el (lunar-phase-names): New option.
6807 (lunar-phase): Doc fix.
6808 (lunar-cycles-per-year): New constant.
6809 (lunar-index): New function.
6810 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6811 (lunar-phase-name): Use lunar-phase-names.
6812 (calendar-lunar-phases): Use format.
6813 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6814
47e83968
GM
6815 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6816 Copy imenu-example--name-and-position function here for own use.
6817 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6818
e6ce8c42
GM
6819 * bs.el (bs--redisplay):
6820 * cus-edit.el (custom-redraw):
6821 * ibuffer.el (ibuffer-bury-buffer):
6822 * server.el (server-goto-line-column):
6823 * startup.el (command-line-1):
6824 * strokes.el (strokes-xpm-for-stroke):
6825 * term.el (term-display-buffer-line):
6826 * view.el (View-goto-line):
6827 * calc/calc.el (calc-do, calc-trail-buffer):
6828 * play/gamegrid.el (gamegrid-add-score-insecure):
6829 * progmodes/ada-mode.el (ada-compile-goto-error):
6830 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6831 (ebrowse-select-1st-to-9nth):
47e83968 6832 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
6833 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6834 * progmodes/gud.el (gud-display-line):
6835 (idlwave-shell-display-line):
6836 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6837 * progmodes/make-mode.el (makefile-browser-toggle):
6838 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6839 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6840 * textmodes/picture.el (picture-draw-rectangle):
6841 * textmodes/reftex-index.el (reftex-index-goto-letter):
6842 (reftex-select-jump-to-previous):
6843 * textmodes/reftex-sel.el (reftex-find-start-point)
6844 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6845 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6846 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6847 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6848 * textmodes/two-column.el (2C-associated-buffer):
6849 Use forward-line rather than goto-line.
6850
6851 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6852 goto-line.
6853
4b18bdb3
GM
6854 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6855 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6856 (quick-check-list-to-regexp): Declare.
e6ce8c42 6857
72f16325
SM
6858 * progmodes/make-mode.el (makefile-browser-insert-selection):
6859 Use goto-char rather than goto-line.
e6ce8c42
GM
6860
6861 * progmodes/prolog.el (compilation-error-regexp-alist)
6862 (compilation-forget-errors): Declare.
6863
32a2cf25
JL
68642009-08-22 Juri Linkov <juri@jurta.org>
6865
6866 * progmodes/grep.el (lgrep, rgrep): At the beginning
6867 set `dir' to `default-directory' unless `dir' is a non-nil
6868 readable directory. (Bug#4052)
6869 (lgrep, rgrep): Change a weird way to report an error
6870 from using `read-string' to using `error'.
6871 Instead of using interactive arguments in the function body,
6872 add new argument `confirm'.
6873
5443c9b7
SM
68742009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6875
cb5b40ee
SM
6876 * textmodes/remember.el (remember-buffer):
6877 * progmodes/cperl-mode.el (cperl-vc-header-alist):
6878 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6879 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
6880 * net/newst-treeview.el (newsticker-groups-filename):
6881 * net/newst-backend.el (newsticker-cache-filename):
6882 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6883 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6884 (speedbar-add-ignored-path-regexp, speedbar-line-path)
6885 (speedbar-buffers-line-path, speedbar-path-line)
6886 (speedbar-buffers-line-path):
6887 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6888 (epg-sign-keys):
6889 * epa.el (epa-display-verify-result):
6890 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6891
d6261cc1
GM
68922009-08-21 Glenn Morris <rgm@gnu.org>
6893
3e1ea342
GM
6894 * progmodes/js.el (inferior-moz-process): Fix declaration.
6895
ce86eeb5
GM
6896 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6897
fff28970
GM
6898 * obsolete/rnewspost.el (news-mail-reply):
6899 Use goto-char rather than goto-line.
6900
d93e053b
GM
6901 * term/ns-win.el (ns-open-file-select-line):
6902 Use line-beginning-position rather than goto-line.
6903
d5d105e8
GM
6904 * apropos.el (apropos-command):
6905 * ehelp.el (electric-helpify):
6906 * printing.el (pr-show-setup):
6907 * strokes.el (strokes-help):
6908 * tutorial.el (tutorial--describe-nonstandard-key)
6909 (tutorial--detailed-help):
6910 * woman.el (woman-mini-help, woman-display-extended-fonts):
6911 * calc/calc-help.el (calc-describe-key):
6912 * emulation/edt.el (edt-electric-helpify):
6913 * international/mule-diag.el (mule-diag):
6914 * play/yow.el (apropos-zippy):
6915 * progmodes/python.el (python-describe-symbol):
6916 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6917 * textmodes/table.el (*table--cell-describe-mode)
6918 (*table--cell-describe-bindings):
6919 Use help-print-return-message rather than the now obsolete alias.
6920
a8ab722f 6921 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
6922 (calendar-cursor-to-visible-date):
6923 * play/5x5.el (5x5-position-cursor):
6924 * play/decipher.el (decipher):
6925 * play/gomoku.el (gomoku-goto-xy):
6926 * play/landmark.el (lm-goto-xy):
6927 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6928 (mpuz-paint-digit):
6929 Use forward-line, not goto-line.
a8ab722f 6930
d6261cc1
GM
6931 * mail/rmail.el (rmail-obsolete): Delete custom group.
6932 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6933 (rmail-remote-password, rmail-remote-password-required):
6934 Remove unneeded :set-after and :set properties.
6935
9e846523
MA
69362009-08-21 Michael Albinus <michael.albinus@gmx.de>
6937
6938 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6939
bbe1f502
DN
69402009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6941
bcc5db24
DN
6942 * loadup.el: Remove leftover macos code.
6943
bbe1f502
DN
6944 * vc-git.el (vc-git-annotate-command): Run asynchronously.
6945 Explicitly pass the date format to git blame so that user local
6946 so that the output format can be parsed.
6947
6fd2d19a
MA
69482009-08-20 Michael Albinus <michael.albinus@gmx.de>
6949
6950 * net/dbus.el (top): Don't check for (getenv
6951 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
6952
31764e15
SM
69532009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6954
6955 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 6956 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 6957
28930e39
SM
69582009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6959
4fd15622 6960 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 6961 Bug#3287
4fd15622 6962
b3d8e4a0
SM
6963 * help.el (help-print-return-message): Rename from
6964 print-help-return-message.
6965
c9829c70
SM
6966 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6967 cvs-mode-map parent hack.
6968 (log-view-mode): Derive from special-mode.
6969
b932657b
SM
6970 * linum.el (linum-mode): window-size-change-functions is redundant.
6971 Adapt to new window-configuration-change-hook behavior.
6972 (linum-after-size, linum-after-config): Remove.
6973
1b700bca
SM
6974 * imenu.el (imenu-example--name-and-position)
6975 (imenu-example--lisp-extract-index-name)
6976 (imenu-example--create-lisp-index, imenu-example--create-c-index):
6977 Mark as obsolete.
6978
28930e39
SM
6979 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6980 (inferior-prolog-mode): Use it.
6981 (inferior-prolog-load-file): Reset list of errors.
6982
c9af0b68
KH
69832009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6984
6985 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6986
6987 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6988
720c7cd6
MA
69892009-08-19 Michael Albinus <michael.albinus@gmx.de>
6990
6991 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6992 is running already.
6993
03a74b84
SM
69942009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * subr.el (listify-key-sequence-1): Use normal syntax since those
6997 integers are nowadays always represented by the same (positive) number
6998 on all platforms.
6999 (read-key-empty-map): New const.
7000 (read-key-delay): New var.
7001 (read-key): New function.
7002 (force-mode-line-update): Use with-current-buffer.
7003 (locate-user-emacs-file): Don't forget to abbreviate the file name.
7004 (start-process-shell-command, start-file-process-shell-command):
7005 Discourage the use of command-args.
7006
f43e88d4
GM
70072009-08-19 Glenn Morris <rgm@gnu.org>
7008
7009 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7010
890429cc
SM
70112009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7012
85be9ec4
SM
7013 * simple.el (choose-completion-string): Don't rely on
7014 minibuffer-completing-file-name and ad-hoc checks to decide whether
7015 to continue completion or not.
7016
890429cc
SM
7017 * minibuffer.el (minibuffer-hide-completions): New function.
7018 (completion--do-completion): Use it.
7019 (completions-annotations): New face.
7020 (completion--insert-strings): Use it.
7021 (completion-pcm--delim-wild-regex): Add docstring.
7022 (completion-pcm--string->pattern): Add support for 0-width delimiters
7023 in completion-pcm--delim-wild-regex.
7024
265d4549
SM
70252009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7026
d440b941
SM
7027 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7028 Remove unused var `buffer-modified-p'.
7029
265d4549
SM
7030 * minibuffer.el (completion--do-completion): Move point for the #b001
7031 case as well (bug#4176).
7032 (minibuffer-complete, minibuffer-complete-word): Don't move point.
7033
ba6f7d86
MA
70342009-08-18 Michael Albinus <michael.albinus@gmx.de>
7035
7036 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
7037 and :session buses.
7038
98819490
KH
70392009-08-18 Kenichi Handa <handa@m17n.org>
7040
265d4549
SM
7041 * international/ucs-normalize.el (ucs-normalize-version):
7042 Change to 1.1.
58627cf0
KH
7043 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7044 (utf-8-hfs): Make it perform normalization on encoding too.
7045
98819490
KH
7046 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
7047 (sentence-end-without-space): Delete duplicated chars.
7048 (sentence-end-base): Likewise.
e739cc85
KH
7049
7050 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
7051 (html-mode): Delete duplicated chars from sentence-end-base.
7052
7053 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
7054 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 7055
645b9326
CY
70562009-08-17 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * files.el (hack-one-local-variable): If the mode function is for
7059 a minor mode, pass it an argument (Bug#4148).
7060
56c195af
MA
70612009-08-17 Michael Albinus <michael.albinus@gmx.de>
7062
7063 * net/tramp.el (tramp-register-completion-file-name-handler):
7064 Check also for (member 'partial-completion completion-styles).
7065
7a55c78b
CY
70662009-08-16 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7069 abbrev (Bug#3943).
7070
be3e598a 70712009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
7072
7073 * progmodes/cperl-mode.el: Merge upstream 6.2.
7074 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7075 (cperl-forward-re): Check cperl-brace-recursing.
7076 (cperl-highlight-charclass): New function.
7077 (cperl-find-pods-heres): Use it.
31cd2dd4 7078 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 7079 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 7080 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
7081 (cperl-beautify-level): Don't process entire regexp.
7082 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7083 calling man.
7084 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7085 (cperl-init-faces): Build a list in the normal way.
7086
81b1f9c9
CY
70872009-08-16 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * calendar/parse-time.el (parse-time-string-chars): Save match
7090 data.
7091
c3732cb8
SM
70922009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7093
55659495
SM
7094 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7095 (sql-product): Use it.
7096 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7097 (sql-set-product): Add completion.
7098 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7099 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7100 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7101 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7102 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7103 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7104 (sql-highlight-db2-keywords): Remove.
7105 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7106 (sql-highlight-product): Use derived-mode-p.
7107 (sql-set-sqli-buffer): Use with-current-buffer.
7108 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7109 Simplify.
7110
1ae79427
SM
7111 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7112
c3732cb8
SM
7113 * term.el: Fix commenting convention, turn comments into docstrings.
7114
f24b8bf3
CY
71152009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7116
7117 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7118
7b6fefac 71192009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 7120
1200ac26 7121 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
7122 character classes, to handle non-ascii characters (Bug#3190).
7123
71242009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 7125
1abbe4e5
CY
7126 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7127 another heredoc if the user adds another < (Bug#3226).
7128
c3732cb8
SM
7129 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7130 Don't initialize based on window-system (Bug#4124).
19261da4 7131
daad00fc
CY
7132 * facemenu.el (facemenu-read-color): Use a completion function
7133 that accepts any defined color, such as RGB triplets (Bug#3677).
7134
e1bdde78
CY
7135 * files.el (get-free-disk-space): Change fallback default
7136 directory to /. Expand DIR argument before switching to fallback.
7137 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7138
9d73a99e
CY
71392009-08-15 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * files.el (load-library): Doc fix.
7142
68b962d4 71432009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 7144
953e0c1a 7145 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 7146 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 7147 incremental search string.
9d73a99e 7148
c3732cb8 7149 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 7150 XEmacs.
9d73a99e 7151
c3732cb8
SM
7152 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7153 (ediff-merge-region-is-non-clash)
7154 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 7155 Also check if the job is really a merge job.
9d73a99e 7156
c3732cb8 7157 * ediff.el (ediff-current-file): New function.
9d73a99e 7158
2e330adc
CY
71592009-08-15 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * progmodes/js.el: Edit docstrings throughout to follow Emacs
7162 conventions.
c3732cb8 7163 (js-insert-and-indent): Delete function.
2e330adc
CY
7164 (js-mode-map): Don't bind keys to js-insert-and-indent.
7165 (js-beginning-of-defun): Rename from js--beginning-of-defun.
7166 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 7167 (js-auto-indent-flag): Delete variable.
2e330adc 7168
17b5d0f7
CY
71692009-08-14 Chong Yidong <cyd@stupidchicken.com>
7170
c3732cb8
SM
7171 * progmodes/js.el: Remove proclaim statement.
7172 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 7173
ba2d8894
CY
7174 * files.el (auto-mode-alist): Use js-mode for .js files.
7175
c3732cb8 7176 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
7177
7178 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7179
7180 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7181
c3732cb8 7182 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
7183
71842009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 7185 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
7186
7187 * progmodes/js.el: New file.
7188
b6377f1d
MH
71892009-08-14 Mark A. Hershberger <mah@everybody.org>
7190
7191 * timezone.el (timezone-parse-date): Add ability to understand ISO
7192 basic format (minimal separators) dates in addition to the
7193 already-supported extended format dates.
7194
bc0eef46
EZ
71952009-08-14 Eli Zaretskii <eliz@gnu.org>
7196
4e021e65
EZ
7197 * international/ucs-normalize.el: Add a `coding' file variable.
7198
bc0eef46
EZ
7199 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7200
53dab179
SS
72012009-08-14 Sam Steingold <sds@gnu.org>
7202
6801c38a 7203 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 7204
6c58c39c
CY
72052009-08-13 Chong Yidong <cyd@stupidchicken.com>
7206
7207 * faces.el (help-argument-name): Define it here instead of
7208 help-fns.el, because in daemon mode help-fns.el may be loaded when
7209 faces are still uninitialized (Bug#1078).
7210
7211 * help-fns.el (help-argument-name): Move defface to faces.el.
7212
c7baf7e9
NR
72132009-08-13 Nick Roberts <nickrob@snap.net.nz>
7214
7215 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7216 create buffer with a pty but no process so that GDB can make the
7217 inferior the controlling process.
7218
9c40e995 72192009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
7220
7221 * international/ucs-normalize.el: New file.
7222
8cdba32b
RS
72232009-08-13 Richard Stallman <rms@gnu.org>
7224
5c950923
RS
7225 * mail/rmail.el (rmail-get-attr-names):
7226 Accept an attribute header that is too short.
7227
76e1e40b
RS
7228 * mail/rmail.el (rmail-forget-messages):
7229 Ignore nil elt in rmail-message-vector. Use dotimes.
7230
1fc01b08
RS
7231 * progmodes/compile.el (compilation-goto-locus):
7232 Use next-error-move-function.
7233
8cdba32b
RS
7234 * simple.el (next-error-move-function): New variable.
7235
99910cf4
JL
72362009-08-12 Juri Linkov <juri@jurta.org>
7237
7238 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7239 always non-nil. (Bug#4052)
7240
7241 * replace.el (read-regexp): Return empty string when
7242 `default-value' is nil.
7243 (keep-lines-read-args): Don't use empty string as the
7244 default value for `read-regexp'. (Bug#2495)
7245
fc5bdf6c
JL
72462009-08-12 Juri Linkov <juri@jurta.org>
7247
7248 * international/mule-cmds.el (ucs-insert): Change arguments
7249 from `arg' to `character', `count', `inherit' to be the same
7250 as in `insert-char'. Doc fix. (Bug#4039)
7251
7252 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7253
77748848
JL
72542009-08-12 Juri Linkov <juri@jurta.org>
7255
7256 * files-x.el: New file.
7257
7258 * files.el: Move code that deals with adding/deleting
7259 file/directory-local variables to files-x.el.
7260
7261 * Makefile.in (ELCFILES): Add files-x.elc.
7262
c8a44c4e
DD
72632009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
7264
27a9fd5a
DD
7265 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7266 to use `goto-line'.
7267 (gdb-place-breakpoints, gdb-get-location): Rewritten without
7268 `goto-line'.
7269 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 7270 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 7271 threads list.
107ef54a 7272 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
7273 (gdb-starting): Moved -data-list-register-names...
7274 (gdb-stopped): ...here so it's sent when first thread stops.
7275 (gdb-registers-handler-custom): Do nothing if register names are
7276 unknown yet.
27a9fd5a 7277
c8a44c4e
DD
7278 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7279 from `gdb-mi.el' to avoid extra tangling.
7280
7281 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 7282 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
7283 (gdb-update-gud-running): No extra fuss for updating frame number.
7284
dfd4e693
SM
72852009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7286
51c4341f
SM
7287 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7288 (describe-language-environment-map, setup-language-environment-map)
7289 (set-coding-system-map): Move initialization into declaration.
7290 (set-language-info-alist): Last arg to define-key-after can be skipped.
7291
7292 * international/quail.el (quail-completion-1): Simplify.
7293 (quail-define-rules): Use slightly more compact code.
7294 (quail-insert-decode-map): Propertize keys, compact columns.
7295
dfd4e693
SM
7296 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7297 Add goto-line.
7298
83326559
MB
72992009-08-10 Miles Bader <miles@gnu.org>
7300
7301 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7302 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7303 (js2-instance-member, js2-private-member, js2-private-function-call)
7304 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7305 (js2-magic-paren, js2-external-variable):
7306 Remove "-face" suffix from face names.
7307 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7308 (js2-highlight-undeclared-vars, js2-peek-token)
7309 (js2-parse-function-params, js2-mode-show-errors)
7310 (js2-mode-show-warnings, js2-make-magic-delimiter)
7311 (js2-mode-highlight-magic-parens): Update to use new face names.
7312
8e754ea2
MA
73132009-08-09 Michael Albinus <michael.albinus@gmx.de>
7314
7315 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7316 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
7317
1c292fc7
CY
73182009-08-09 Chong Yidong <cyd@stupidchicken.com>
7319
18d433a7
CY
7320 * subr.el: Provide hashtable-print-readable.
7321
1c292fc7
CY
7322 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7323 hs-c-like-adjust-block-beginning.
7324 (hs-hide-block-at-point): Stop hiding at the beginning of
7325 hs-block-end-regexp (Bug#700).
7326
2db0ae07
DD
73272009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
7328
7329 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7330 a macro.
7331 (gdb-registers-handler-custom): Do not fail when register names
7332 are unavailable.
7333
fe4740a6
DD
73342009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7335
7336 * progmodes/gdb-mi.el (gdb-control-all-threads)
7337 (gdb-control-current-thread): Interactive setters for
7338 `gdb-gud-control-all-threads' to use in menu.
7339 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 7340 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
7341 gud/thread.xpm and gud/all.xpm.
7342
ce299d55
CY
73432009-08-08 Yoni Rabkin <yoni@rabkins.net>
7344
7345 * net/net-utils.el (net-utils-font-lock-keywords): New var.
7346 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
7347 (net-utils-mode): New mode for viewing diagnostic network output.
7348 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7349 (net-utils-run-simple): New function.
7350 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 7351
7c4654ad
DD
73522009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7353
7354 * progmodes/gdb-mi.el (gdb-read-memory-custom)
7355 (gdb-memory-set-address, def-gdb-set-positive-number)
7356 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7357 after changing settings.
7358 (gdb-invalidate-disassembly): Update when first shown.
7359 (gdb-edit-locals-value): Fixed.
7360 (gdb-registers-handler-custom): Print registers in right order and
7361 allow changing register values (only for current thread yet).
9cbac26b
DD
7362 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7363 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7364 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7365 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7366 info in mode name.
7367 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 7368
0f25a277
EZ
73692009-08-08 Eli Zaretskii <eliz@gnu.org>
7370
7371 * mail/rmail.el (rmail-add-mbox-headers)
7372 (rmail-set-message-counters-counter): Search for
7373 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
7374
b971be60
GM
73752009-08-08 Glenn Morris <rgm@gnu.org>
7376
7377 * Makefile.in (ELCFILES): Update.
7378
a35d3ad8
EZ
73792009-08-07 Eli Zaretskii <eliz@gnu.org>
7380
60c2df40
EZ
7381 * mail/sendmail.el (mail-yank-original): Set
7382 buffer-file-coding-system from the one used by the message whose
7383 text is yanked.
7384
8b0bcc2e
EZ
7385 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7386 to "windows" when "pgnuplot" is used.
7387 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7388 call accept-process-output if "pgnuplot" is used.
7389 (calc-graph-init): Don't send -display and -geometry to
7390 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
7391 running "pgnuplot -V" with shell-command-to-string.
7392
7393 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7394 the default.
7395
73962009-08-07 Eli Zaretskii <eliz@gnu.org>
7397
7398 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
7399 org/org-latex.elc.
7400
3bca7ca5
DN
74012009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7402
3c53763c
DN
7403 * vc-dispatcher.el (vc-resynch-window): Update comment.
7404
3bca7ca5
DN
7405 * term.el (term-handle-ansi-escape): Add comments with the
7406 terminfo capabilities implemented.
7407
7b217360
DD
74082009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
7409
7410 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7411 (gdb-var-create-handler): Rewritten using JSON parser.
7412 (gdb-propertize-header): Moved earlier.
7413 (gdb-set-header): Removed to avoid duplication.
7414 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7415 Refresh disassembly buffers only after threads list have been
7416 update.
7417 (gdb-threads-header, gdb-registers-header): Per-buffer header line
7418 variables.
7419
b4d84ecf
JL
74202009-08-04 Juri Linkov <juri@jurta.org>
7421
7422 * files.el: Commands to add/delete file/directory-local variables.
7423 (read-file-local-variable, read-file-local-variable-value)
7424 (read-file-local-variable-mode, modify-file-local-variable)
7425 (modify-file-local-variable-prop-line)
7426 (modify-dir-local-variable): New functions.
7427 (add-file-local-variable, delete-file-local-variable)
7428 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7429 (add-dir-local-variable, delete-dir-local-variable)
7430 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7431 (copy-dir-locals-to-file-locals-prop-line): New commands.
7432
42da39c1
CY
74332009-08-04 Chong Yidong <cyd@stupidchicken.com>
7434
7435 * abbrev.el (insert-abbrev-table-description): Prettify output.
7436 Suggested by Karl Chen.
7437
98bf8494
DD
74382009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
7439
78b9fb28 7440 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 7441 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
7442 (gdb-overlay-arrow-position, gdb-thread-position)
7443 (gdb-disassembly-position): Declare variables.
7444 (gdb-wait-for-pending): Function now.
7445 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7446 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7447 compilation goes smoothly.
7448 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7449 (gdb-non-stop-setting): New customization setting which replaces
7450 `gdb-non-stop' so changing it doesn't break active GDB session.
7451 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7452 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7453 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7454 (gdb-show-threads-by-default): New customization options.
7455 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7456 routines.
7457 (gdb-get-buffer-create): Send buffers update signal when they are
7458 created.
7459 (gdb-invalidate-locals, gdb-invalidate-registers)
7460 (gdb-invalidate-breakpoints)
7461 (gdb-invalidate-threads, gdb-invalidate-disassembly)
7462 (gdb-invalidate-memory): Accept update signal.
7463 (gdb-current-context-command): Use --frame option.
7464 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7465 Implement `gdb-frame-number' selection logic.
7466 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7467 whether to show GUD toolbar buttons.
7468 (gdb-thread-exited): Unselect current thread when it exits.
7469 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7470 (gdb-mark-line): Routine which sets overlay arrow or inverses
7471 video on fringeless displays.
7472 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7473 to build aligned columns of data in GDB buffers and set text
7474 properties line-by-line.
7475 (gdb-invalidate-breakpoints)
7476 (gdb-breakpoints-list-handler-custom)
7477 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7478 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7479 (gdb-registers-handler-custom): Align data columns.
7480 (gdb-locals-handler-custom): Now prints data like in variable
7481 declarations.
7482 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7483 Removed confusing buttons.
7484 (gdb-invalidate-threads): Append --frame.
7485 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7486 between breakpoints/threads buffers.
7487 (gdb-set-window-buffer): Now can ignore dedicated windows.
7488 (gdb-propertize-header): Use `gdb-set-window-buffer'.
7489 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7490 (def-gdb-thread-buffer-gud-command): Replaces
7491 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7492 for fine thread control.
7493 (gdb-preempt-existing-or-display-buffer): New function used to
7494 display bound buffers without breaking window layout.
7495 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7496 (gdb-select-frame): New version of `gdb-frames-select' which now
7497 sets `gdb-frame-number' so commands may use --frame option instead
7498 of inner debugger state.
7499 (gdb-frame-handler): Do not set `gdb-frame-number'.
7500 (gdb-threads-mode-map): Select threads with mouse.
7501
7502 * progmodes/gud.el (gdb-gud-context-call): Declare function to
7503 avoid compilation warning.
7504 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7505 `gdb-show-stop-p`.
7506
566f3909
DD
7507 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7508 Argument `key' renamed to `buffer-type'.
7509 (gdb-current-context-buffer-name): Do not add thread info to
7510 buffer name when no thread is selected.
7511 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7512 command (bug 3794).
7513 (gdb-thread-selected): Handle `=thread-selected' notification.
7514 (gdb-wait-for-pending): New macro to deal with congestion problems.
7515 (gdb-breakpoints-list-handler-custom): Don't fail on pending
7516 breakpoints.
7b6fefac
JB
7517 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7518 This fixes problem similar to one described in bug 3947.
566f3909
DD
7519 (gud-menu-map): More menu items.
7520 (gdb-init-1): Reset `gdb-thread-number' to nil.
7521
4a31122c
DD
7522 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7523 non-stop settings.
7524
7525 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7526 (gdb-current-context-command): Do not append --thread if
7527 `gdb-thread-number' is nil.
7528 (gdb-running-threads-count, gdb-stopped-threads-count): New
7529 variables.
7530 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7531 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7532 customization options.
7533 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7534 GUD commands.
7b6fefac 7535 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
7536 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7537 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7538 set `gdb-thread-number' and update `gud-running' properly.
7539 (gdb-running): Update threads list when new threads appear.
7540 (gdb-stopped): Support non-stop operation and new thread switching
7541 logic.
7542 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7543 (gdb-json-partial-output): New set of JSON routines.
7544 (def-gdb-auto-update-trigger): New `signal-list' optional
7545 argument.
7546 (gdb-thread-list-handler-custom): Update `gud-running',
7547 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7548 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7549 (gdb-continue-thread, gdb-step-thread): New commands for fine
7550 thread execution control.
7551 (gud-menu-map): New menu items to switch non-stop options.
7552 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 7553 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
7554
7555 * progmodes/gdb-mi.el (gdb-rules-name-maker)
7556 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7557 gdb-buffer-rules.
7558 (def-gdb-auto-update-handler): New nopreserve optional argument.
7559 (gdb-stack-list-frames-custom): Print stack from top to bottom.
7560
7561 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7562 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7563 (gdb-parent-mode): New mode to derive other GDB modes from.
7564 (gdb-display-disassembly-for-thread)
7565 (gdb-frame-disassembly-for-thread): New commands for threads
7566 buffer.
7567
7568 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7569 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
7570 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7571 (gdb-update): We now store all GDB buffers in a list so that they
7572 can be updated by traversing a list instead of calling invalidate
7b6fefac 7573 triggers explicitly.
a5c9f540
DD
7574 (def-gdb-trigger-and-handler): New macro to define trigger-handler
7575 pair for GDB buffer.
7576 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
7577 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7578 handle pending triggers.
7579 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7580 (def-gdb-thread-buffer-simple-command)
7581 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7582 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
7583 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7584 New commands which show buffers bound to thread.
e7086683 7585 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 7586
7b6fefac
JB
7587 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7588 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
7589 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7590 to (gud-comint-buffer) in *-buffer-name functions
7591 because (gdb-get-target-string) already does that.
7592 (gdb-locals-handler-custom, gdb-registers-handler-custom)
7593 (gdb-changed-registers-handler): Rewritten without regexps.
7594
ba214964 7595 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
7596 (gdb-thread-number): New variable.
7597 (gdb-current-context-command): New macro which adds --thread
7598 option to command.
7b6fefac 7599 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 7600 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 7601 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
7602 (gdb-select-thread): New command which selects current thread.
7603 (gdb-invalidate-frames, gdb-invalidate-locals)
7604 (gdb-invalidate-registers): Use --thread option.
20f12ed8 7605
2ac33804
MA
76062009-08-04 Michael Albinus <michael.albinus@gmx.de>
7607
7608 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 7609 robust. (Bug#3977)
2ac33804
MA
7610 (tramp-handle-insert-file-contents): `unwind-protect' must be
7611 inside `with-parsed-tramp-file-name'.
7612
7613 * net/tramp-gvfs.el (top): Remove superfluous message when loading
7614 fails.
7615
39d0296f
NR
76162009-08-03 Nick Roberts <nickrob@snap.net.nz>
7617
7618 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7619 directory if CLASSPATH is not set.
7620
adcbca53
MA
76212009-08-03 Michael Albinus <michael.albinus@gmx.de>
7622
7b6fefac
JB
7623 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7624 New defconst.
7ef849b6 7625 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 7626
30924b0b
CY
76272009-08-02 Kevin Ryde <user42@zip.com.au>
7628
7b6fefac
JB
7629 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7630 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 7631
b6ce92f1
CY
76322009-08-02 Chong Yidong <cyd@stupidchicken.com>
7633
d977a092
CY
7634 * select.el (x-set-selection): Doc fix (Bug#4021).
7635
7636 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7637
b6ce92f1
CY
7638 * help-fns.el (describe-variable): Treat list return values from
7639 dir-locals-find-file properly (Bug#4005).
7640
7b6fefac 76412009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
7642
7643 * net/tramp.el (tramp-debug-message): Print also microseconds.
7644
76452009-08-02 Michael Albinus <michael.albinus@gmx.de>
7646
7647 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7648 or END is non-nil.
7649 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7650 (tramp-get-debug-buffer): Change `outline-regexp' according to new
7651 format.
7652
7653 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7654 (tramp-get-file-property): Use it.
7655
7656 * autorevert.el (auto-revert-handler): Allow
7657 `auto-revert-tail-mode' for remote files.
7658
2aafe808
JR
76592009-08-02 Jason Rumney <jasonr@gnu.org>
7660
7661 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 7662 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 7663
e094097c
CY
76642009-08-02 Chong Yidong <cyd@stupidchicken.com>
7665
7666 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7667 (font-lock-variable-name-face, font-lock-constant-face): Darken
7668 the colors for light backgrounds.
7669
de94f281
EZ
76702009-08-01 Eli Zaretskii <eliz@gnu.org>
7671
7672 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7673 month names. (Bug#3987)
7674
54b99340
CY
76752009-07-31 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * simple.el (line-move-finish): Pass whole number to
7678 line-move-to-column.
34be836c 7679 (line-move-visual): Perform hscroll to the recorded position.
54b99340 7680
38216c30
JB
76812009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7682
7683 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7684
c779896d
CY
76852009-07-29 Alan Mackenzie <acm@muc.de>
7686
7687 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7688
592ccae0
DD
76892009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7690
35edc6c6
DD
7691 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7692 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 7693
5a9e3ab7
JB
76942009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7695
7696 * calc/calc.el (calc-mode-map): Add keybinding for
7697 `calc-transpose-lines'.
7698
7b6fefac 76992009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
7700
7701 * calc/calc-misc.el (calc-transpose-lines): New function.
7702
905fb90e
MA
77032009-07-28 Michael Albinus <michael.albinus@gmx.de>
7704
7705 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7706 Simplify check for out-of-band methods.
7707 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7708 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
7709
76e14464
DN
77102009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7711
7712 * vc-git.el (vc-git-checkin): Fix typo.
7713
6088b51f 77142009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
7715
7716 * progmodes/js2-mode.el: New file.
7717
b85157fe
NR
77182009-07-28 Nick Roberts <nickrob@snap.net.nz>
7719
7720 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7721 (gud-menu-map): Adjust tooltip accordingly.
7722
d43c2b06
DN
77232009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7724
1c0f0c3b
DN
7725 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7726 (vc-bzr-log-view-mode): Adjust log-view-file-re.
7727
d43c2b06
DN
7728 * add-log.el (change-log-mode-map): Add a menu.
7729
3dec5c36
MA
77302009-07-27 Michael Albinus <michael.albinus@gmx.de>
7731
7732 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7733 function returns nil.
7734 (dbus-handle-event): Handle special return value :ignore.
7735 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7736
5704140c
CY
77372009-07-26 Chong Yidong <cyd@stupidchicken.com>
7738
7739 * view.el (view-mode-enable): Don't define Helper-return-blurb if
7740 it's not needed.
7741
3077d1f6
EZ
77422009-07-25 Eli Zaretskii <eliz@gnu.org>
7743
7744 Fix Bug#3888:
7745
7746 * w32-vars.el (x-select-enable-clipboard): Doc fix.
7747
7748 * term/pc-win.el (x-display-name, x-colors)
7749 (x-select-enable-clipboard, x-select-text): Doc fix.
7750
7751 * term/common-win.el (x-display-name, x-colors): Doc fix.
7752
7753 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7754 (xw-defined-colors): Doc fix.
7755
7756 * w32-fns.el (x-select-text, x-setup-function-keys)
7757 (x-get-selection, x-set-selection): Doc fix.
7758
7759 * term/x-win.el (x-select-text, x-setup-function-keys)
7760 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7761
7762 * select.el (x-set-selection): Doc fix.
7763
51768bc8
MA
77642009-07-25 Michael Albinus <michael.albinus@gmx.de>
7765
7766 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7767 instead of "IsNSSSupportAvailable". Avahi ought to work also when
7768 "IsNSSSupportAvailable" method is not available. Reported by
7769 Steve Youngs <steve@sxemacs.org>.
7770
b11c2874
KH
77712009-07-24 Kenichi Handa <handa@m17n.org>
7772
7773 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 7774 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
7775 (build-unicode-category-table): Fix range checks.
7776
ba83b7b6
DN
77772009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7778
7779 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7780 the buffer we try to sync is current when calling
7781 vc-resynch-buffer.
7782
7783 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7784 not show up to date files.
7785
7a8ae964
GM
77862009-07-24 Glenn Morris <rgm@gnu.org>
7787
7788 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7789 Add autoload cookies. If necessary, initialize.
7790 (elint-log): Handle non-file buffers.
7791 (elint-initialize): Add optional argument to reinitialize.
7792 (elint-find-builtin-variables): Save excursion.
7793
a707eb05
DN
77942009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7795
7796 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7797 for Lint.
7798
0a2ddfa6
DN
77992009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7800
d6a62b0d
DN
7801 * vc.el (vc-print-log-internal): New function, split out from ...
7802 (vc-print-log): ... here.
10b5dcad 7803 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 7804
0a2ddfa6
DN
7805 * vc-git.el (vc-git-add-signoff): New variable.
7806 (vc-git-checkin): Use it.
7807 (vc-git-toggle-signoff): New function.
7808 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
7809 (vc-git--run-command-string): Accept a nil FILE argument.
7810 (vc-git-stash-list): New function.
7811 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 7812
589a99f2
GM
78132009-07-23 Glenn Morris <rgm@gnu.org>
7814
7815 * help-fns.el (describe-variable): Describe ignored and risky local
7816 variables in a similar way to that in which we describe safe ones.
7817
7818 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7819 (byte-compile-output-file-form, byte-compile-output-docform)
7820 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7821 Give some more local variables with common names a "bytecomp-" prefix,
7822 so as not to shadow things during compilation.
7823 * emacs-lisp/cl-macs.el (load-time-value)
7824 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7825 `outbuffer' to `bytecomp-outbuffer'.
7826
7827 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7828 since the next two variables cover them automatically now.
7829 (elint-builtin-variables, elint-autoloaded-variables): New.
7830 (elint-unknown-builtin-args): Remove all members, since they can be
7831 parsed automatically now.
7832 (elint-extra-errors): New.
7833 (elint-env-add-env, elint-env-add-macro): Use cadr.
7834 (elint-current-buffer): Use or. Change final message.
7835 (elint-get-top-forms): Use line-end-position.
7836 (elint-init-env): Use cadr. Handle autoload, declare-function,
7837 and defalias.
7838 (elint-add-required-env): Doc fix. Use or. Standardize error.
7839 (regexp-assoc): Remove unused function.
7840 (elint-top-form): Set elint-current-pos, to record the start of the
7841 top-level form, for compilation-mode.
7842 (elint-form): Trap errors in macro expansion. Use dolist.
7843 (elint-unbound-variable): Use elint-builtin-variables and
7844 elint-autoloaded-variables.
7845 (elint-get-args): Use cadr, or.
7846 (elint-check-cond-form): Use dolist, cadr.
7847 (elint-check-condition-case-form): Doc fix. Use cadr.
7848 Use elint-extra-errors.
7849 (elint-log): New function.
7850 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7851 Distinguish errors and warnings.
7852 (elint-log-message): Use with-current-buffer. Inhibit read-only.
7853 Use a bytecomp-style format.
7854 (elint-clear-log): Preserve default-directory. Inhibit read-only.
7855 (elint-get-log-buffer): Use compilation mode. Disable undo.
7856 Don't truncate lines.
7857 (elint-initialize): Set builtin and autoloaded variable lists.
7858 Only process elint-unknown-builtin-args if non-nil.
7859 (elint-find-builtin-variables, elint-find-autoloaded-variables):
7860 New functions.
7861 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
7862
855b42a2
GM
78632009-07-22 Kevin Ryde <user42@zip.com.au>
7864
7865 * net/newst-backend.el (newsticker--parse-atom-1.0)
7866 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7867 (newsticker--parse-rss-1.0):
7868 * progmodes/idlwave.el (idlwave-mode):
7869 * progmodes/idlw-shell.el (idlwave-shell-mode):
7870 * progmodes/vera-mode.el (vera-mode):
7871 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7872 * progmodes/vhdl-mode.el (vhdl-mode):
7873 * textmodes/table.el (table-generate-source)
7874 (table--warn-incompatibility):
7875 Hyperlink urls in docstrings with URL `...'.
7876
fd413a37
GM
78772009-07-22 Glenn Morris <rgm@gnu.org>
7878
cb711556
GM
7879 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7880 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7881 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7882 Remove leading * from defcustom docs.
7883
fd413a37
GM
7884 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
7885
7886 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7887 defcustom doc.
7888 (list-load-path-shadows): Optionally, just return shadows as a string.
7889
7890 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7891
a4f69701
CY
78922009-07-21 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * mail/rmailedit.el (rmail-edit-mode): Use
7895 auto-save-include-big-deletions.
7896
7897 * mail/rmail.el (rmail-variables): Use
7898 auto-save-include-big-deletions.
7899
7900 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7901 changes.
7902
ec06459c
JB
79032009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7904
7905 * calc/calc.el (calc-undo-length): New variable.
7906 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7907
b41b0976
RS
79082009-07-21 Richard Stallman <rms@gnu.org>
7909
7910 * files.el (auto-save-mode): Handle buffer-save-size = -2
7911 for toggling mode.
7912
4ed32706
GM
79132009-07-21 Glenn Morris <rgm@gnu.org>
7914
531b1264
GM
7915 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7916
55d27f41
GM
7917 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7918
02df3f4d
GM
7919 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7920 silence compiler. Instead...
7921 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7922 (ps-print-ensure-fontified): Update for above function name changes.
7923
fdd8417e
GM
7924 * printing.el (pr-mh-get-msg-num, pr-mh-show)
7925 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7926 silence compiler. Instead...
7927 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7928 (mh-show-buffer): Only define for compiler.
7929 (pr-mh-current-message): Update for above function name changes.
7930
4ed32706
GM
7931 * files.el (abort-if-file-too-large): Explicitly pass `filename'
7932 as an argument.
7933 (find-file-noselect, insert-file-1): Update for above change.
7934
7935 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7936
7937 * mail/mailclient.el (mailclient-send-it): Fix message.
7938
7939 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7940 (edebug-eval): Check cl-debug-env is bound.
7941 (print-level, print-circle): Don't redefine built-in variables.
7942
7943 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7944 (custom-print-vectors): Remove old comments from doc.
7945
7946 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7947 (emerge-version): Make the variable an obsolete alias for the
7948 emacs-version variable. Make the function obsolete.
7949 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7950 Emerge options, rather than merging in into the main Options menu.
7951 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
7952 and auto advance modes. Disable edit/fast items when not relevant.
7953
86812144
CY
79542009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7955
7956 * term/vt420.el (terminal-init-vt420): Fix typo.
7957
6bb90094
SS
79582009-07-20 Sam Steingold <sds@gnu.org>
7959
7960 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7961 variable (removed from compile.el on 2004-03-11).
7962
42e0a725
CY
79632009-07-20 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * files.el (hack-local-variables-filter): Fix last change.
7966
2ee20f24
JL
79672009-07-19 Juri Linkov <juri@jurta.org>
7968
7969 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7970 (dir-local-variables-alist): New buffer-local variable.
7971 (hack-local-variables-filter): If variable is not dir-local,
7972 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7973 because file-local overrides dir-local.
7974 (c-postprocess-file-styles)<declare-function>:
7975 Remove obsolete declaration.
7976 (hack-dir-local-variables): Add dir-local variable/value pair to
7977 `dir-local-variables-alist' and remove duplicates. Doc fix.
7978
7979 * help-fns.el (describe-variable): Add information about
7980 file-local and dir-local variables.
7981
89bf83cd
CY
79822009-07-19 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * files.el (hack-local-variables-filter): Rewrite.
7985
1a8d3541
GM
79862009-07-19 Glenn Morris <rgm@gnu.org>
7987
d9e8a018
GM
7988 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7989 Silence compiler by only defining on XEmacs.
7990
da332cfb
GM
7991 * international/mule.el (auto-coding-regexp-alist): Only match
7992 BABYL... at the start of buffer, not of lines. (Bug#3790)
7993
1a8d3541
GM
7994 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7995 non-calendar buffers (Bug#3862). Restore "not on a date" message.
7996 (cal-menu-context-mouse-menu): Doc fix.
7997
7998 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7999
8000 * simple.el (mail-user-agent): Doc fix. Set :version tag.
8001
d842b103
JL
80022009-07-18 Juri Linkov <juri@jurta.org>
8003
8004 * info.el: Virtual Info keyword finder.
8005 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8006 (Info-finder-file): New variable.
8007 (Info-finder-find-file): New function.
8008 (finder-known-keywords, finder-package-info)
8009 (find-library-name, lm-commentary): Use defvar and
8010 declare-function to silence compiler warnings.
8011 (Info-finder-find-node): New function.
8012 (info-finder): New command.
8013
8014 * subr.el (process-kill-buffer-query-function): New function.
8015 (add-hook)<kill-buffer-query-functions>: Add hook
8016 `process-kill-buffer-query-function'.
8017
10d37df7
AM
80182009-07-18 Alan Mackenzie <acm@muc.de>
8019
7b6fefac 8020 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
8021 (c-postprocess-file-styles): Give invocation of `c-set-style'
8022 DONT-OVERRIDE parameter of t. Already set style variables will
8023 thus not be overridden by style settings given by `c-file-syle'.
8024
8025 * files.el (hack-local-variables-filter): Remove entries with
8026 duplicate keys from `file-local-variables-alist'.
8027
102e1a41
EZ
80282009-07-18 Eli Zaretskii <eliz@gnu.org>
8029
8030 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8031 x-set-selection if display-selections-p returns nil for the
8032 current frame.
8033
16f2e9fc
CY
80342009-07-18 Chong Yidong <cyd@stupidchicken.com>
8035
8036 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8037
f22693fc
EZ
80382009-07-18 Eli Zaretskii <eliz@gnu.org>
8039
a6c2c80c
EZ
8040 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8041 Accept nil in addition to a regexp.
8042 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8043 Accept nil in addition to a regexp.
8044 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8045 buffers that have an associated file. Handle nil values of
8046 desktop-buffers-not-to-save and desktop-files-not-to-save.
8047 (Bug#3833)
8048
f22693fc
EZ
8049 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8050 (x-disown-selection-internal): New functions.
8051
e456379a
NR
80522009-07-18 Nick Roberts <nickrob@snap.net.nz>
8053
8054 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8055 warning.
8056 (gdb-breakpoints-header): Move forward to avoid compiler warning.
8057 (gdb-make-header-line-mouse-map): Remove duplicate definition.
8058
0013b70f
CY
80592009-07-18 David De La Harpe Golden <david@harpegolden.net>
8060
8061 * simple.el (set-mark): Revert last change.
8062
0855c2ca
CY
80632009-07-17 Tassilo Horn <tassilo@member.fsf.org>
8064
8065 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8066 rendering of pngs is not possible instead of messaging a long
8067 description.
8068
3f5c9cad
CY
80692009-07-17 David De La Harpe Golden <david@harpegolden.net>
8070
8071 * w32-fns.el (x-selection-owner-p): New function.
8072
8073 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
8074 (mouse-yank-at-click, mouse-yank-primary): If
8075 select-active-regions is non-nil, deactivate the mark before
8076 insertion.
3f5c9cad
CY
8077
8078 * simple.el (deactivate-mark, set-mark): Only save selection if we
8079 own it.
8080
1fc87f9b
KH
80812009-07-17 Kenichi Handa <handa@m17n.org>
8082
8083 * case-table.el (describe-buffer-case-table): Fix for the case
8084 that KEY is a cons.
8085
d56fdcd2
DN
80862009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8087
8088 * vc-rcs.el (vc-rcs-find-file-hook):
8089 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8090
bede3e9f
MA
80912009-07-16 Michael Albinus <michael.albinus@gmx.de>
8092
8093 * net/tramp.el (tramp-wait-for-output): Handle the case when
8094 commands do not return a newline but a null byte before the shell
8095 prompt. (Bug#3858)
8096
7653ca1d
YM
80972009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8098
8099 * term/ns-win.el (ns-set-alpha): Don't declare.
8100 (ns-set-background-alpha): Remove function.
8101
ed2a52e9
SM
81022009-07-16 Kevin Ryde <user42@zip.com.au>
8103
8104 * emacs-lisp/copyright.el (copyright-update): Save match-data across
8105 y-or-n-p, for safety.
8106
7a907299
RS
81072009-07-16 Richard Stallman <rms@gnu.org>
8108
8109 * files.el (auto-save-mode): If buffer-saved-size is -2,
8110 don't clobber it.
8111
8112 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8113 (rmail-retry-ignored-headers): Add more uninteresting fields.
8114
c0db3477
CY
81152009-07-15 Jari Aalto <jari.aalto@cante.net>
8116
8117 * net/rcirc.el (rcirc): Use history variables.
8118 (rcirc-server-name-history, rcirc-nick-name-history)
8119 (rcirc-server-port-history): New variables.
8120
6c875452
KH
81212009-07-15 Kenichi Handa <handa@m17n.org>
8122
bf974dc9
KH
8123 * international/mule-cmds.el (set-language-environment-charset):
8124 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8125 ignore them.
8126
6c875452
KH
8127 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8128 Delete unibyte-display.
8129
2066b4fe
CY
81302009-07-15 Chong Yidong <cyd@stupidchicken.com>
8131
8132 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8133
f9be2e35
CY
81342009-07-15 Chong Yidong <cyd@stupidchicken.com>
8135
8136 * simple.el (deactivate-mark): Optional argument FORCE.
8137 (set-mark): Use deactivate-mark.
8138
8139 * info.el (Info-search): No need to check transient-mark-mode
8140 before calling deactivate-mark.
8141
8142 * select.el (x-set-selection): Doc fix.
8143 (x-valid-simple-selection-p): Allow buffer values.
8144 (xselect--selection-bounds): Handle buffer values. Suggested by
8145 David De La Harpe Golden.
8146
8147 * mouse.el (mouse-set-region, mouse-drag-track): Call
8148 copy-region-as-kill before setting the mark, to let
8149 select-active-regions work.
8150
be3e598a 81512009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
8152
8153 * simple.el (deactivate-mark): If select-active-regions is
8154 non-nil, copy the selection data into a string.
8155 (activate-mark): If select-active-regions is non-nil, set the
8156 selection to the current buffer.
8157 (set-mark): Update selection if select-active-regions is non-nil.
8158
8159 * select.el (x-valid-simple-selection-p): Allow buffer values.
8160
cbd61418
SM
81612009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8164 and more featureful message-mode.
8165
f470187f
CY
81662009-07-14 Chong Yidong <cyd@stupidchicken.com>
8167
8168 * select.el (x-set-selection): Doc fix.
8169 (x-valid-simple-selection-p): Disallow selection data consisting
8170 of a list or cons of integers, since that is not used.
8171 (xselect--selection-bounds, xselect--int-to-cons): New functions.
8172 (xselect-convert-to-string, xselect-convert-to-length)
8173 (xselect-convert-to-filename, xselect-convert-to-charpos)
8174 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8175
bfc99364
DD
81762009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
8177
8178 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8179 output in -break-info command (Emacs bug #3794).
8180
e32721f5
GM
81812009-07-14 Glenn Morris <rgm@gnu.org>
8182
1e46f9e4
GM
8183 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8184 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8185 (edebug-print-length, edebug-print-level, edebug-print-circle)
8186 (edebug-sit-for-seconds, edebug-view-outside)
8187 (edebug-bounce-point, edebug-set-global-break-condition)
8188 (edebug-Go-nonstop-mode, edebug-trace-mode)
8189 (edebug-Trace-fast-mode, edebug-continue-mode)
8190 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8191 (edebug-visit-eval-list): Doc fixes.
8192
e32721f5
GM
8193 * subr.el (def-edebug-spec): Doc fix.
8194
66a85e76
KH
81952009-07-14 Kenichi Handa <handa@m17n.org>
8196
8197 * international/characters.el: Fix setting of category ?C.
8198
28571246
JD
81992009-07-13 Jan Djärv <jan.h.d@swipnet.se>
8200
7b6fefac 8201 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
8202 ns-popup-font-panel instead of generate-fontset-menu.
8203
5d74672c
EZ
82042009-07-12 Eli Zaretskii <eliz@gnu.org>
8205
7b6fefac 8206 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 8207
eb1727a4
CY
82082009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
8209
8210 * arc-mode.el (archive-find-type): Allow for a PK00 string before
8211 the PK\003\004 header (Bug#3770).
8212
208384c5
CY
82132009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
8214
8215 * pcomplete.el (pcomplete-comint-setup): Check for
8216 shell-dynamic-complete-filename too.
8217
774409a1
CY
82182009-07-11 Chong Yidong <cyd@stupidchicken.com>
8219
8220 * simple.el (temporary-goal-column): Change the value for
8221 line-move-visual to a cons cell.
8222 (line-move-visual): Record or set the window hscroll, if
8223 necessary (Bug#3494).
8224 (line-move-1): Handle cons value of temporary-goal-column.
8225
1639ee1d
KH
82262009-07-11 Kenichi Handa <handa@m17n.org>
8227
8228 * international/mule-diag.el (describe-character-set): Don't show
8229 width.
8230
2b1d2412
SS
82312009-07-10 Sam Steingold <sds@gnu.org>
8232
8233 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8234 Omake sometimes indents the errors it prints, so allow all
8235 regexps to start with spaces.
8236
ed3a5691
EZ
82372009-07-10 Eli Zaretskii <eliz@gnu.org>
8238
ed2a52e9
SM
8239 * cus-edit.el (customize-changed-options-previous-release):
8240 Bump value to 22.1. (Bug#3804)
ed3a5691 8241
49405d0e
SS
82422009-07-08 Sam Steingold <sds@gnu.org>
8243
8244 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8245 to be a cons cell (test . ignored-directory) to selectively ignore
8246 some directories depending on the location of the search.
8247
93c3eb7c
MA
82482009-07-08 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8251 remote user is root, on the local host.
8252 (tramp-local-host-p): Either the local user or the remote user
8253 must be root. (Bug#3771)
8254
6f2a8484
NR
82552009-07-08 Nick Roberts <nickrob@snap.net.nz>
8256
8257 * progmodes/gdb-mi.el (gdb): Remove description of
8258 gdb-use-separate-io-buffer.
69cb8d82 8259 (menu): Don't allow toggling of or enable
6f2a8484
NR
8260 gdb-use-separate-io-buffer from menubar.
8261
88d03607
CY
82622009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8263
8264 * mail/unrmail.el (unrmail): Make sure the message ends with two
8265 newlines (Bug#3769).
8266
7ef5b8b2
GM
82672009-07-08 Glenn Morris <rgm@gnu.org>
8268
8269 * calendar/calendar.el (calendar-current-date): Rework previous change.
8270
3ce82f97
GM
82712009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
8272
8273 * calendar/calendar.el (calendar-current-date):
8274 Add an optional argument giving an offset from today.
8275
f35fc841
GM
82762009-07-08 Glenn Morris <rgm@gnu.org>
8277
8278 * tutorial.el (tutorial--describe-nonstandard-key):
8279 Adjust the message for when a key has been unbound.
8280 (help-with-tutorial): Hide the arch-tag.
8281
40149292
KH
82822009-07-08 Kenichi Handa <handa@m17n.org>
8283
69cb8d82
KH
8284 * international/fontset.el (setup-default-fontset): For each
8285 script, append (not set) font-specs.
8286
40149292
KH
8287 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8288 docstring.
8289
ff0c4194
NR
82902009-07-08 Nick Roberts <nickrob@snap.net.nz>
8291
8292 * progmodes/gdb-mi.el (gdb-init-1): Move sending
8293 -data-list-register-names to ...
8294 (gdb-starting): ... here because GDB 7.0 requires execution to
8295 have started when using this MI command.
8296 (gdb-set-header): New function to distinguish select and
8297 unselected tabs in gdb buffers.
8298 (gdb-propertize-header): New macro that uses gdb-set-header.
8299 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 8300 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 8301
8954c675
CY
83022009-07-07 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * Makefile.in (ELCFILES): Remove fadr.elc.
8305
0996385d
DD
83062009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
8307
dc6b4519
DD
8308 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8309 may contain frame information, so `string-match' should be used.
8310 (gdb-update): Disassembly is invalidated through
8311 `gdb-get-selected-frame'.
8312 (gdb-pad-string): New function to pad string with spaces.
8313 (gdb-invalidate-disassembly): Invalidate only if the buffer
8314 exists.
8315 (gdb-disassembly-handler-custom): Column alignment.
8316 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8317 placing new ones.
8318 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8319 end of line, too.
8320 (gdb-frame-handler): Match convention to for disassembly buffer
8321 mode name.
17c1380b 8322 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
8323 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8324 not highlight breakpoints without line information.
69a197a2 8325 (gdb-input): Add trailing newline to command.
dc6b4519 8326
14340b25
DD
8327 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8328 buffer properly.
8329 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 8330 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
8331 now.
8332 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8333 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8334 to place breakpoints.
14340b25
DD
8335 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8336 functions.
8337 (gdb-disassembly-handler-custom): Show overlay arrow.
8338 (gdb-disassembly-place-breakpoints): Show breakpoints in
8339 disassembly buffer.
8340 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 8341 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 8342 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 8343 in `gud-menu-map'.
14340b25 8344
38d4f316 8345 * fadr.el: Remove.
1f2a6224 8346
7b6fefac 8347 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 8348 (gdb-memory-address): New variable which holds top address of
7b6fefac 8349 memory page shown in memory buffer.
0996385d
DD
8350 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8351 customization variables.
8352 New functions:
8353 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8354 display the memory buffer.
8355 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8356 buffer display parameters.
8357 (def-gdb-memory-format, gdb-memory-format-binary)
8358 (gdb-memory-format-octal, gdb-memory-format-unsigned)
8359 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8360 Functions for setting memory buffer format.
8361 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8362 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8363 unit size used in memory buffer.
8364 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8365 to next/previous page of memory buffer.
28d67a53 8366 Now using (bindat-get-field) instead of fadr functions.
0996385d 8367
9ba562d3
SS
83682009-07-07 Sam Steingold <sds@gnu.org>
8369
8370 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8371 non-top-level files.
8372
a43977db
KH
83732009-07-07 Kenichi Handa <handa@m17n.org>
8374
8375 * international/mule-cmds.el (reset-language-environment): Put
8376 the highset priority to the charset iso-8859-1.
8377
d44d05e8
CY
83782009-07-06 Chong Yidong <cyd@stupidchicken.com>
8379
8380 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8381 to the end of the line when locating the block (Bug#700).
8382
3e2fa353
MA
83832009-07-06 Michael Albinus <michael.albinus@gmx.de>
8384
8385 * net/tramp.el (tramp-handle-write-region): Flush file properties
8386 in case of short track.
8387
be3e598a 83882009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3
DN
8389
8390 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8391 representation of verilog error regular expressions to work with
8392 Emacs-22's new format.
8393 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 8394 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
8395 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8396 error recognition into XEmacs.
8397 (verilog-error-regexp-add-emacs): Hook routine to install verilog
8398 error recognition into Emacs-22.
8399
25c6f63e
CY
84002009-07-06 Chong Yidong <cyd@stupidchicken.com>
8401
8402 * woman.el: Remove stand-alone closing parentheses.
8403 (woman-file-name, woman2-format-paragraphs)
8404 (woman-leave-blank-lines): Code cleanup.
8405 (woman-use-own-frame): Change default to nil.
8406 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8407 defaults to inherit from default faces.
8408 (woman2-process-escapes): Consume the newline after a stand-alone
8409 filler character (Bug#3651).
8410
f176290e
GM
84112009-07-06 Glenn Morris <rgm@gnu.org>
8412
8413 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8414 (top-level): Move provide to the end.
8415 (ffap): Remove defunct URL from custom group.
8416
8417 * subr.el (eval-after-load): Doc fix.
8418
7b6fefac 84192009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
8420
8421 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8422 `calc-embedded-word' is called twice.
8423
4b8b1ec5
SM
84242009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * files.el (find-alternate-file-other-window, find-alternate-file):
8427 Obey confirm-nonexistent-file-or-buffer.
8428
d6ceb380
MA
84292009-07-05 Michael Albinus <michael.albinus@gmx.de>
8430
8431 * dired-aux.el (dired-show-file-type): Handle remote files.
8432
be3e598a 84332009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 8434
4b8b1ec5
SM
8435 * desktop.el (desktop-globals-to-save):
8436 Add file-name-history (Bug#2750).
c760f19e 8437
6d00ce04
CY
84382009-07-05 Chong Yidong <cyd@stupidchicken.com>
8439
4b8b1ec5 8440 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 8441
6ee21b07
JB
84422009-07-04 Johan Bockgård <bojohan@gnu.org>
8443
8444 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8445 property on entire argument since this is what eshell-lisp-command
8446 expects.
8447
f0dbdc25
MA
84482009-07-03 Michael Albinus <michael.albinus@gmx.de>
8449
8450 * net/tramp-gvfs.el (tramp-gvfs-methods)
8451 (tramp-gvfs-zeroconf-domain)
8452 (tramp-bluez-discover-devices-timeout): Add version flag.
8453 (tramp-gvfs-handler-mounted-unmounted)
8454 (tramp-gvfs-connection-mounted-p): Polish handling of
8455 incompatibilities between GVFS 0.2 and 1.0.
8456
e044e4fc
JD
84572009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8458
4b8b1ec5 8459 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 8460
2e9b968b
JB
84612009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8462
8463 * calc-math.el (math-use-emacs-fn): Make sure that the number is
8464 formatted correctly.
8465
baf1a55e
JL
84662009-07-02 Juri Linkov <juri@jurta.org>
8467
8468 * info.el: Virtual Info files and nodes.
8469 (Info-virtual-files, Info-virtual-nodes): New variables.
8470 (Info-current-node-virtual): New variable.
8471 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8472 New functions.
8473 (Info-file-supports-index-cookies): Use Info-virtual-file-p
8474 to check for a virtual file instead of checking a fixed list
8475 of node names.
8476 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8477 instead of ad-hoc processing of "dir" and (apropos history toc).
8478 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8479 instead of ad-hoc processing of "dir" and (apropos history toc).
8480 Reread a file when moving from a virtual node.
8481 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8482 (Info-directory-toc-nodes, Info-directory-find-file)
8483 (Info-directory-find-node): New functions.
8484 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8485 (Info-history): Move part of code to
8486 `Info-history-find-node'.
8487 (Info-history-toc-nodes, Info-history-find-file)
8488 (Info-history-find-node): New functions.
8489 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8490 (Info-toc): Move part of code to `Info-toc-find-node'.
8491 (Info-toc-find-node): New function.
4b8b1ec5 8492 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
8493 the current Info file name to references because now the node
8494 "*TOC*" belongs to the same Info manual.
4b8b1ec5 8495 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
8496 (Info-toc-nodes): Rename input argument `file' to `filename'.
8497 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8498 instead of ad-hoc processing of ("dir" apropos history toc).
8499 (Info-index-nodes): Use Info-virtual-file-p
8500 to check for a virtual file instead of checking a fixed list
8501 of node names.
8502 (Info-index-node): Add check for `Info-current-node-virtual'.
8503 Raise `save-match-data' higher up the tree to contain
8504 `search-forward' too (bug fix).
8505 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8506 (Info-virtual-index-nodes): New variable.
8507 (Info-virtual-index-find-node, Info-virtual-index): New functions.
8508 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8509 (Info-apropos-file, Info-apropos-nodes): New variables.
8510 (Info-apropos-toc-nodes, Info-apropos-find-file)
8511 (Info-apropos-find-node, Info-apropos-matches): New functions.
8512 (info-apropos): Move part of code to `Info-apropos-find-node' and
8513 `Info-apropos-matches'.
8514 (Info-mode-map): Bind "I" to `Info-virtual-index'.
8515 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8516 for a virtual file instead of checking a fixed list of node names.
8517
8518 * simple.el (async-shell-command): New command.
8519
8520 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8521
8522 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8523 instead of `mount-info'.
8524
d04bc496
MA
85252009-07-02 Michael Albinus <michael.albinus@gmx.de>
8526
8527 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 8528 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 8529
af0403e0
KH
85302009-07-02 Kenichi Handa <handa@m17n.org>
8531
8532 * international/mule.el (set-keyboard-coding-system): Force *-unix
8533 coding-system to avoid eol conversion.
8534
99278f8a
MA
85352009-07-01 Michael Albinus <michael.albinus@gmx.de>
8536
4b8b1ec5
SM
8537 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8538 Add handler for `process-file', `shell-command' and
99278f8a
MA
8539 `start-file-process'.
8540 (tramp-gvfs-handle-shell-command)
8541 (tramp-gvfs-handle-start-file-process)
8542 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 8543 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 8544
3f1c6666
JD
85452009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8546
8547 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8548
3f396bac
KH
85492009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
8550
8551 * language/korean.el (set-language-info-alist): Add korean-cp949,
8552 cp949 to spec.
8553
c1185193
KH
85542009-07-01 Kenichi Handa <handa@m17n.org>
8555
8556 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8557
8558 * international/encoded-kb.el: Deleted.
8559
8560 * international/mule.el (set-keyboard-coding-system): Perform the
8561 necessary setup here instead of calling encoded-kbd-setup-display.
8562
3f150a60
GM
85632009-07-01 Glenn Morris <rgm@gnu.org>
8564
8565 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8566
b0d5b05b
GM
85672009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8568
8569 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8570
4f4126e6
MA
85712009-06-30 Michael Albinus <michael.albinus@gmx.de>
8572
4b8b1ec5
SM
8573 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8574 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 8575 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 8576
7ae3ea65 8577 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
8578 (top): Add a default for "synce" in `tramp-default-user-alist'.
8579 Add completion function for "synce" method.
8580 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
8581 (tramp-hal-interface-manager, tramp-hal-interface-device):
8582 New defconst.
8583 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8584 (tramp-synce-list-devices, tramp-synce-parse-device-names):
8585 New defuns.
d6ceb380
MA
8586
8587 * net/trampver.el: Update release number.
7ae3ea65 8588
0ad6626b
KH
85892009-06-30 Kenichi Handa <handa@m17n.org>
8590
8591 * international/fontset.el (setup-default-fontset): Add CJK fonts
8592 for symbols and the other miscellaneous characters.
8593
4b8b1ec5
SM
8594 * language/korea-util.el (setup-korean-environment-internal):
8595 Make char-width-table suitable for Korean environments.
0ad6626b
KH
8596 (exit-korean-environment): Cancel above.
8597
8598 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8599 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8600 setup-funcion to make char-widht-table suitable for respective
8601 environments, and an exit-function to cancel that.
8602
8603 * language/japan-util.el (setup-japanese-environment-internal):
8604 Call use-cjk-char-width-table with arg `ja_JP'.
8605
8606 * international/characters.el (cjk-char-width-table): Delete it.
8607 (cjk-char-width-table-list): New variable.
8608 (use-cjk-char-width-table): New arg local-name.
8609 (use-default-char-width-table): Fix for the case that Emacs is
8610 already using the default char-width-table.
8611
fd46e893
MA
86122009-06-29 Michael Albinus <michael.albinus@gmx.de>
8613
8614 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8615 modes mandatory. (Bug#3712)
8616
b87d9f96
AM
86172009-06-29 Alan Mackenzie <acm@muc.de>
8618
8619 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 8620 correction between the visible width of TABs and their number of bytes.
b87d9f96 8621
2d25aa5a
CY
86222009-06-29 Chong Yidong <cyd@stupidchicken.com>
8623
8624 * server.el (server-buffer-done): Prevent kill-buffer from
8625 prompting by clearing the buffer modification flag (Bug#3696).
8626
a3a8b002
DN
86272009-06-28 Michael McNamara <mac@mail.brushroad.com>
8628
8629 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 8630 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
8631 (verilog-basic-complete-re): Support localparam lineup.
8632 (verilog-beg-of-statement-1): Fix for robustness, unique case.
8633 (verilog-set-auto-endcomments): Fix for unique case, always_comb
8634 commenting.
8635 (verilog-leap-to-case-head): Now support *nested* unique &
8636 priority case statements.
8637 (verilog-auto-lineup): Make just declarations the default (as it
8638 had been).
4b8b1ec5 8639 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 8640 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 8641 select the various styles of automatic lineup.
a3a8b002
DN
8642 (verilog-error-regexp-alist): Rework to support the XEmacs style
8643 of error regular expressions from compilers, lint tools &
8644 simulators. Note that GNU Emacs has made it impossible for a mode
8645 to load such things.
8646 (electric-verilog-terminate-line, verilog-indent-declaration)
8647 (verilog-auto-wiure): Rework for radio button selection of
8648 auto-lineup selection of specification of auto lineup.
8649 (verilog-beg-of-statement-1): Redesign to support proper operation
8650 in additional code, based on testing with auto-lineup.
8651 (verilog-calculate-indent, assignments & declarations)
8652 (verilog-backward-token): Enhance to support auto-lineup of
8653 assignments & declarations.
8654 (verilog-in-directive-p, verilog-at-struct-p): New function for
8655 easy test of whether we are.
8656 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8657 to support safe execution at almost anyline.
8658 (verilog-calc-1): Properly support indenting deep inside generate
8659 blocks.
8660 (verilog-init-font) Remove definition & use of verilog-init-font,
8661 as it is redundant with font-lock-defaults.
a8f316ca 8662 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
8663 to avoid circular calls if syntax-ppss is a function (as is the
8664 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 8665 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
8666 (verilog-ovm-begin-re, verilog-ovm-end-re)
8667 (verilog-ovm-statement-re, verilog-leap-to-head)
8668 (verilog-backward-token): Add support for OVM macros. Some are
8669 complete statements, and others open and close scopes like begin
8670 and end.
8671 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8672 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 8673 compilation issue.
a3a8b002 8674 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7b6fefac 8675 coverpoint, constraint and cross statements.
a3a8b002
DN
8676 (verilog-defun-level-list, verilog-generate-defun-level-list)
8677 (verilog-all-defun-level-list): Redo these specifications - it is
8678 too hard to support eval-when compile aggregation of lists also
8679 built at when-compile time.
8680 (verilog-defun-level-list): Place defconsts of variables used in
8681 building regular expressions which are built in eval-when-compile
8682 bodies in the same eval-when-compile body to facilitate compile
8683 without load.
8684 (verilog-beg-block-re-ordered): Support indenting
8685 virtual/protected tasks and functions.
7b6fefac 8686 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
8687 (verilog-backward-ws&directives, verilog-calc-1): Speed up
8688 indentation of some module items (generate items).
8689 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8690 across virtual/protected tasks and functions.
8691
86922009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8693
4b8b1ec5
SM
8694 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8695 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
8696 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8697 in concatenations. Reported by Yishay Belkind.
8698 (verilog-auto-ascii-enum): Support one-hot state machines in
8699 AUTOASCIIENUM. Suggested by Lloyd Gomez.
8700 (verilog-auto-inst, verilog-auto-inst-port): Include interface
8701 modport in AUTOINST and add vl-modport for users. Reported by
8702 David Rogoff.
8703 (verilog-auto-inout-module, verilog-auto-inst)
8704 (verilog-decls-get-interfaces, verilog-insert-definition)
8705 (verilog-insert-one-definition, verilog-read-decls)
8706 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8707 (verilog-sig-modport, verilog-signals-combine-bus)
8708 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8709 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8710 Suggested by David Rogoff.
8711 (verilog-repair-open-comma): Fix non-insertion of comma when
8712 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
8713 (verilog-make-width-expression): Simplify [A-1:0] expression
8714 widths to just {A{1'b0}}.
8715 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
8716 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8717 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
8718 inputs/outputs or data type. Suggested by Vasu Kandadi.
8719 (next-error-last-buffer): Fix byte-compiler warning.
8720 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8721 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 8722 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 8723 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
8724 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8725 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 8726 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
8727 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8728 causing use of <= assignments. Reported by Alex Reed.
8729 (verilog-read-decls): Fix triand, trior, wand, wor to be
8730 recognized by AUTOWIRE. Reported by Spencer Isaacson.
8731 (verilog-extended-complete-re): Support import "DPI-C" functions.
8732 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 8733 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
8734 (verilog-insert-date, verilog-insert-year)
8735 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8736 Windows systems. Reported by Michael Potts.
8737 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 8738 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 8739 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 8740 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
8741 (verilog-read-decls): Fix detecting "parameter int" when using
8742 AUTOINSTPARAM. Reported by Bruce T.
8743 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 8744 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 8745 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
8746 verilog-goto-defun will work. Reported by Lawrence Butcher.
8747 (verilog-getopt): Expand environment variables in -f file
8748 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 8749 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
8750 when reading enumerations.
8751 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8752 Suggested by Stephen Peltan.
4b8b1ec5 8753 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
8754 files. Reported by Steve Peltan.
8755
f7c0d931
CY
87562009-06-28 David De La Harpe Golden <david@harpegolden.net>
8757
8758 * files.el (trash-directory): Fix defcustom type.
8759
baf1a55e 87602009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
8761
8762 * help-fns.el (describe-function-1): Correctly locate adviced
8763 functions in hyperlink (Bug#2438).
8764
d63a01ef
CY
87652009-06-28 Chong Yidong <cyd@stupidchicken.com>
8766
8767 * files.el (trash-directory): Change default to nil.
8768 (move-file-to-trash): If trash-directory is nil and
8769 system-move-file-to-trash is unbound, perform freedesktop-style
8770 trashing.
8771
87722009-06-28 David De La Harpe Golden <david@harpegolden.net>
8773
8774 * files.el (move-file-to-trash): Add freedesktop trash
8775 support (Bug#973).
8776
fc2f6a26
GM
87772009-06-28 Glenn Morris <rgm@gnu.org>
8778
8779 * autorevert.el (global-auto-revert-non-file-buffers)
8780 (global-auto-revert-mode): Doc fixes.
8781
00242b07
JB
87822009-06-27 Johan Bockgård <bojohan@gnu.org>
8783
8784 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8785
f5594f03
CY
87862009-06-27 Chong Yidong <cyd@stupidchicken.com>
8787
e8a2b2da
CY
8788 * faces.el (x-handle-named-frame-geometry): Ensure that we have
8789 opened an X connection before calling x-get-resource (Bug#3194).
8790
f5594f03
CY
8791 * play/doctor.el: Remove reference to obsolete website.
8792 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8793
3c3bf6ce
DN
87942009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8795
8796 Remove find-file-not-found-hook VC method. (Bug#2757)
8797 * vc-hooks.el (vc-file-not-found-hook)
8798 (vc-default-find-file-not-found-hook): Remove functions.
8799 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8800 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8801 * vc.el:
8802 * vc-hg.el:
8803 * vc-git.el: Do not mention find-file-not-found-hook VC method.
8804
e26a7bc0
AM
88052009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8806
8807 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7b6fefac 8808 compatibility function for `looking-back'.
e26a7bc0 8809
4b8b1ec5 8810 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 8811 Use `ispell-looking-back'.
e26a7bc0 8812
d9848600
MA
88132009-06-24 Michael Albinus <michael.albinus@gmx.de>
8814
8815 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 8816 rather than `filename'.
d9848600 8817
05fbc4a9
MB
88182009-06-23 Miles Bader <miles@gnu.org>
8819
8820 * face-remap.el (text-scale-set): New function.
8821
f86ca715
GM
88222009-06-23 Glenn Morris <rgm@gnu.org>
8823
33e2c2e5
GM
8824 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8825
f529f302
GM
8826 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8827
34995333
GM
8828 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8829
cc80ccee
GM
8830 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8831
84cb770d
GM
8832 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8833 Simplify Persian conditionals.
8834
d916c965
GM
8835 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8836 variable `filename'.
8837
b6a44b27
GM
8838 * comint.el (comint-insert-input): Doc fix.
8839
f86ca715
GM
8840 * Makefile.in (ELCFILES): Fix typo in previous change.
8841
666e158e
MB
88422009-06-23 Miles Bader <miles@gnu.org>
8843
8844 * cus-start.el: Add entry for `recenter-redisplay'.
8845
be3e598a 88462009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
8847
8848 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8849 Add an optional argument for the backend, use it instead of
8850 calling vc-backend.
4b8b1ec5
SM
8851 (vc-mode-line): Add an optional argument for the backend.
8852 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
8853 special handling for vc-state being a buffer to ...
8854
8855 * vc-rcs.el (vc-rcs-find-file-hook):
8856 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
8857
8858 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8859 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8860 vc-stay-local-p and vc-mode-line calls.
8861
8862 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8863 (vc-cvs-diff, vc-cvs-annotate-command)
8864 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8865 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8866 vc-mode-line calls.
8867
8868 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8869 direct comparison.
8870 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8871 backend when calling vc-mode-line.
8872 (vc-register): Do not create a closure for calling the vc register
8873 function, call it directly.
8874
2764748c
DN
88752009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8876
8877 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8878 to make it obvious item can be clicked.
f5a0b281
DN
8879
8880 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8881
d4a885b2
KH
88822009-06-23 Kenichi Handa <handa@m17n.org>
8883
8884 * language/korea-util.el (korean-key-bindings): Change the binding
8885 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
8886 same command.
8887
e3610693
MA
88882009-06-22 Michael Albinus <michael.albinus@gmx.de>
8889
8890 Sync with Tramp 2.1.16.
8891
8892 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8893
8894 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8895 when a loading of a package fails. Completion function for rsync
8896 is `tramp-completion-function-alist-ssh'.
8897 (all): Replace all calls of `split-string' and
8898 `tramp-split-string' by `tramp-compat-split-string'.
8899 (tramp-default-method): Use `tramp-compat-process-running-p'.
8900 (tramp-default-proxies-alist): Allow also Lisp forms.
8901 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 8902 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
8903 (tramp-domain-regexp): Allow also "-", "_" and ".".
8904 (tramp-end-of-output): Remove newlines, and add "$" at the end.
8905 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8906 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
8907 (tramp-handle-directory-files-and-attributes-with-stat):
8908 Care about filenames with spaces, or starting with "-".
e3610693
MA
8909 (tramp-handle-dired-uncache): New defun.
8910 (tramp-handle-insert-directory): Don't flush the directory from
8911 cache, this is handled by `dired-uncache' now.
8912 (tramp-handle-insert-file-contents): Improve error handling.
8913 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8914 Quote `tramp-end-of-output'.
8915 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
8916 (tramp-check-for-regexp): Both echoes must be present, before removing.
8917 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
8918 (tramp-compute-multi-hops): Eval cons cells of
8919 `tramp-default-proxies-alist'.
8920 (tramp-maybe-open-connection): Use the same command pattern for
8921 first hop and further hops.
8922 (tramp-wait-for-output): Remove handling of newlines.
8923 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8924 (tramp-split-string): Remove function. It is handled in
8925 tramp-compat now.
8926
4b8b1ec5
SM
8927 * net/tramp-cmds.el (tramp-bug):
8928 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
8929
8930 * net/tramp-compat.el (tramp-compat-split-string)
8931 (tramp-compat-process-running-p): New defuns.
8932
8933 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8934 for `dired-uncache'.
8935
8936 * net/tramp-gvfs.el: New package.
8937
4b8b1ec5
SM
8938 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8939 Add handler for `dired-uncache'.
e3610693
MA
8940 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8941
8942 * net/trampver.el: Update release number. Make version check fit
8943 for SXEmacs 22.
8944
13a3f374
JM
89452009-06-22 Jim Meyering <meyering@redhat.com>
8946
e0a28a3b 8947 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
8948 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8949 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8950
5242671e 89512009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 8952 Nick Roberts <nickrob@snap.net.nz>
13a3f374 8953
e0a28a3b 8954 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
8955 repository (http://sphinx.net.ru/hg/gdb-mi/).
8956
3fde45af
GM
89572009-06-22 Glenn Morris <rgm@gnu.org>
8958
46253b34
GM
8959 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8960 `mode' and `eval' entries. (Bug#3430)
8961
97e18192
GM
8962 * Makefile.in (ELCFILES): Add fadr.elc.
8963
731a00fb
GM
8964 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8965 differing behavior of \n and ^ in strings. (Bug#3385)
8966
c66cd0ff
GM
8967 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8968
3fde45af
GM
8969 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8970 property.
8971 (lisp-indent-function): Make it a defcustom.
8972
db2241a0
NR
89732009-06-21 Nick Roberts <nickrob@snap.net.nz>
8974
8975 * progmodes/gdb-ui.el: Replace with ...
5242671e 8976 * progmodes/gdb-mi.el: ... this file.
db2241a0 8977 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
8978
89792009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8980
db2241a0
NR
8981 * fadr.el: New file.
8982
38d4f316 8983See ChangeLog.14 for earlier changes.
e3d51b27
MR
8984
8985;; Local Variables:
8986;; coding: utf-8
e3d51b27
MR
8987;; End:
8988
38d4f316 8989 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
8990
8991 This file is part of GNU Emacs.
8992
8993 GNU Emacs is free software: you can redistribute it and/or modify
8994 it under the terms of the GNU General Public License as published by
8995 the Free Software Foundation, either version 3 of the License, or
8996 (at your option) any later version.
8997
8998 GNU Emacs is distributed in the hope that it will be useful,
8999 but WITHOUT ANY WARRANTY; without even the implied warranty of
9000 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9001 GNU General Public License for more details.
9002
9003 You should have received a copy of the GNU General Public License
9004 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
9005
38d4f316 9006;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1