]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fixed Bug#5096.
[gnu-emacs] / lisp / ChangeLog
1 2009-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
11 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12
13 * simple.el (beginning-of-visual-line): Constrain to field
14 boundaries (Bug#5106).
15
16 2009-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
28 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
29
30 * progmodes/js.el (js--js-not): Add null to the list of values.
31
32 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
33
34 * ansi-color.el (ansi-color-for-comint-mode): Add :version
35 keyword.
36
37 2009-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
43 2009-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
50 2009-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
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
58 2009-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
69 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
70
71 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
72 if possible.
73
74 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
75 Make argument optional.
76
77 * shell.el (shell): Require ansi-color (Bug#5113).
78
79 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
80
81 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
82
83 2009-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
88 software to its state in Emacs 23.1. (Bug#4146)
89
90 2009-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
95 2009-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
104 2009-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
122 2009-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.
134 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
135 (bibtex-initialize): Also update bibtex-strings.
136 (bibtex-kill-field): Preserve white space at end of entry.
137 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
138 Update bibtex-reference-keys.
139
140 2009-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
146 2009-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
151 2009-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
158 2009-12-04 Juri Linkov <juri@jurta.org>
159
160 * dired.el (dired-auto-revert-buffer): New defcustom.
161 (dired-internal-noselect): Use it.
162
163 2009-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
186 2009-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
206 2009-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
211 2009-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
224 2009-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
231 2009-12-03 Glenn Morris <rgm@gnu.org>
232
233 * progmodes/idlwave.el (class): Restore still useful declaration.
234
235 2009-12-03 Alan Mackenzie <acm@muc.de>
236
237 Enhance `c-parse-state' to run efficiently in "brace deserts".
238
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
242 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
243 placing `category' properties value 'c-cpp-delimiter at its boundaries.
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.
275 (c-parse-state): Enhance and refactor.
276 (c-debug-parse-state): Amend to deal with all the new variables.
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):
280 modify to use category text properties rather than syntax-table ones.
281 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
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.
289 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
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
297 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
298
299 * proced.el (proced-filter-alist): Use regexp-quote.
300
301 2009-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
312 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
313
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
323 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
324
325 2009-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
331 2009-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
341 2009-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
347 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
348
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
353 * progmodes/octave-mod.el (octave-complete-symbol):
354 Use completion-in-region.
355
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
384 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
385
386 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
387
388 2009-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
393 2009-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
418 2009-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
423 2009-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
432 2009-12-02 Glenn Morris <rgm@gnu.org>
433
434 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
435 (rmail-select-summary): Use rmail-pop-to-buffer.
436 * mail/rmailsum.el: Replace all pop-to-buffer calls with
437 rmail-pop-to-buffer, to prevent horizontal splits.
438
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
444 2009-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
449 2009-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
454 2009-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
459 2009-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
465 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * comint.el (comint-insert-input): Ignore clicks to the right of
468 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
469
470 * vc.el (vc-print-log-internal): Don't wait for the process to
471 terminate before setting up the major mode.
472
473 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
474 in case.
475
476 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
477 the last element.
478
479 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
480
481 2009-12-01 Glenn Morris <rgm@gnu.org>
482
483 * window.el (window--display-buffer-2): Fix previous changes.
484
485 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
486
487 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
488
489 2009-12-01 Glenn Morris <rgm@gnu.org>
490
491 * Makefile.in (ELCFILES): Add mpc.elc.
492
493 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * mpc.el: New file.
496
497 2009-12-01 Glenn Morris <rgm@gnu.org>
498
499 * window.el (window-to-use): Define for compiler.
500
501 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
502 consistent with others (no final period).
503
504 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
505 (rmail-mime-show): Downcase the encoding. (Bug#5070)
506
507 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
508
509 Make vc-print-log buttons work.
510 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
511
512 2009-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
517 2009-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
525 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
526
527 * vc-git.el (vc-git-registered): Call vc-git-root only once.
528
529 2009-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
537 2009-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
547 2009-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
558 2009-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
571 2009-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
580 2009-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
588 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
589
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
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
602 2009-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
610 2009-11-29 Juri Linkov <juri@jurta.org>
611
612 * ediff-util.el (ediff-minibuffer-with-setup-hook):
613 New compatibility macro.
614 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
615
616 2009-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
626 2009-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
649 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
650
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
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
663 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
664
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
671 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
672
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
679 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
680 the excursion as well.
681
682 2009-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
688 2009-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
694 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * help.el (describe-bindings-internal): Remove `interactive'.
697
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.
701 Remove `process-connection-type' binding since it's unused by
702 call-process.
703 Provide completion for the "<section> <name>" format as well.
704 (Man-default-man-entry): Remove spurious var shadowing the argument.
705
706 2009-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
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
715 2009-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
736 2009-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
746 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
749
750 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
751
752 * finder.el (finder-mode-map): Add a menu.
753
754 2009-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
762 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
763
764 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
765 (verilog-delete-empty-auto-pair, verilog-library-filenames):
766 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
767
768 (verilog-auto-inst, verilog-auto-star-safe)
769 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
770 Fix removing "// Interfaces" when saving .* expansions. Reported by
771 Pierre-David Pfister.
772
773 2009-11-26 Glenn Morris <rgm@gnu.org>
774
775 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
776 the scope.
777
778 2009-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
783 2009-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
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.
792
793 * arc-mode.el: Add "Keywords: files", so the details in its
794 commentary can be reached from finder-by-keyword.
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.
798 * textmodes/bibtex-style.el: Add "Keywords: tex".
799 * international/isearch-x.el, international/ja-dic-cnv.el:
800 * international/ja-dic-utl.el, international/kkc.el:
801 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
802
803 2009-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
808 2009-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
824 2009-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
829 2009-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
853 2009-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
870 2009-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
899 2009-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
906 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * progmodes/meta-mode.el (meta-complete-symbol):
909 * progmodes/etags.el (complete-tag):
910 * mail/mailabbrev.el (mail-abbrev-complete-alias):
911 Use completion-in-region.
912
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
917 * abbrev.el (abbrev--before-point): Use word-motion functions
918 if :regexp is not specified (bug#5031).
919
920 * subr.el (string-prefix-p): New function.
921
922 * man.el (Man-completion-cache): New var.
923 (Man-completion-table): Use it.
924
925 * vc.el (vc-print-log-internal): Make `limit' optional for better
926 compatibility (e.g. with vc-annotate.el).
927
928 2009-11-24 Kevin Ryde <user42@zip.com.au>
929
930 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
931 Build value with regexp-opt instead of explicit joining loop. (My
932 Bug#4927.)
933
934 * emacs-lisp/elint.el (elint-add-required-env): Better error message
935 when .el source file not found or other error.
936
937 2009-11-24 Markus Triska <markus.triska@gmx.at>
938
939 * linum.el (linum-update-window): Ignore intangible (bug#4996).
940
941 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
942
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
951 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
952 for the displayed buffer (bug#4887).
953
954 * man.el (Man-completion-table): New function.
955 (man): Use it.
956
957 2009-11-24 David Reitter <david.reitter@gmail.com>
958
959 * vc-git.el (vc-git-registered): Use checkout directory (where
960 .git is) rather than the file's directory and a relative path spec
961 to work around a bug in git.
962
963 2009-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
971 * eshell/esh-ext.el (eshell-search-path):
972 Use `eshell-parse-colon-path'.
973 (eshell-remote-command): Remove argument HANDLER.
974 (eshell-external-command): Check for FTP remote connection.
975
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.
980
981 * eshell/em-cmpl.el (eshell-complete-commands-list):
982 Use `eshell-parse-colon-path'.
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
989 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
990
991 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
992 because it could be enabled automatically if view-read-only is non-nil.
993
994 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
995
996 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
997 made on 2009-11-22.
998
999 2009-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
1004 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1005 Move after definition of global-semantic-idle-tag-highlight-mode.
1006
1007 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1010
1011 2009-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
1019 2009-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.
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'.
1026 (doc-view-next-line-or-next-page)
1027 (doc-view-previous-line-or-previous-page): New commands.
1028
1029 2009-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
1044 2009-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
1054 2009-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
1059 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1060
1061 Make M-r mirror the new cycling behavior of C-l.
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
1066 2009-11-23 Sven Joachim <svenjoac@gmx.de>
1067
1068 * dired-x.el (dired-guess-shell-alist-default):
1069 Support xz format. (Bug#4953)
1070
1071 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
1072
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
1118 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1119 Use semantic-format-tag-prototype.
1120
1121 2009-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
1128 * emulation/viper-util.el, emulation/viper.el:
1129 Use viper-last-command-char instead of
1130 last-command-char/last-command-event.
1131
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.
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
1142 2009-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
1147 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
1148
1149 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1150 (semantic-complete-jump-local, semantic-complete-jump):
1151 Improve prompt string.
1152
1153 2009-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
1157 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
1158
1159 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1160 Correct the patch from 2009-11-18. (Bug#3910)
1161
1162 2009-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
1170 2009-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
1182 2009-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
1196 2009-11-21 Glenn Morris <rgm@gnu.org>
1197
1198 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
1199
1200 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1201
1202 * net/browse-url.el (browse-url-default-windows-browser):
1203 Use cygstart for cygwin.
1204
1205 2009-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
1213 2009-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)
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.
1226
1227 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1228
1229 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1230 New options.
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
1239 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1242
1243 * cedet/semantic/idle.el (define-semantic-idle-service)
1244 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1245
1246 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1247
1248 * progmodes/cc-cmds.el: declare-functioned forward-subword and
1249 backward-subword to quit the byte-compiler.
1250
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
1255 * progmodes/cc-cmds.el (c-update-modeline)
1256 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1257 Refer to subword.el functions instead of cc-subword.el.
1258
1259 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1260 subword.el functions instead of cc-subword.el.
1261
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.
1266 (global-subword-mode): New global minor mode.
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.
1277
1278 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1279
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
1285 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1286 nil LIMIT argument to vc-print-log-internal.
1287
1288 2009-11-20 Glenn Morris <rgm@gnu.org>
1289
1290 * Makefile.in (ELCFILES): Regenerate.
1291
1292 2009-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
1303 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
1304
1305 * calc/calc.el (calc-set-mode-line):
1306 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1307 (math-format-number): Rename `math-format-complement-signed' to
1308 `math-format-twos-complement'.
1309
1310 * calc/calc-bin.el (math-format-twos-complement): Rename from
1311 math-format-complement-signed.
1312 (calc-radix): Rename `calc-complement-signed-mode' to
1313 `calc-twos-complement-mode'.
1314 (calc-octal-radix, calc-hex-radix): Add an argument for
1315 two's complement.
1316
1317 * calc/calc-embed.el (calc-embedded-mode-vars):
1318 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1319
1320 * calc/calc-ext.el (calc-init-extensions):
1321 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1322 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1323
1324 * calc/calc-units.el (math-build-units-table-buffer):
1325 Let `calc-twos-complement-mode' be nil.
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):
1335 * calc/calccomp.el (math-compose-expr):
1336 Let `calc-twos-complement-mode' be nil.
1337
1338 2009-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.
1346
1347 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1348
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
1356 * window.el (display-buffer-mark-dedicated): New var.
1357 (display-buffer): Obey it.
1358 * minibuffer.el (minibuffer-completion-help): Use it.
1359
1360 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1361
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
1366 * simple.el (with-wrapper-hook): Fix thinko.
1367
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
1381 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
1382
1383 * htmlfontify.el, hfy-cmap.el: New files.
1384
1385 2009-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
1393 2009-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
1399 2009-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
1410 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
1411
1412 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1413 Set variables for computing the prompt for reading password.
1414
1415 2009-11-19 Glenn Morris <rgm@gnu.org>
1416
1417 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
1418
1419 * textmodes/flyspell.el (sgml-lexical-context): Declare.
1420
1421 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1422 (newsticker-treeview-listwindow-height): Fix custom type.
1423
1424 2009-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.
1428 (describe-char): Fix the condition for detecting a trivial composition.
1429
1430 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
1431
1432 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1433 more accurate version of the regexp. (Bug#3910)
1434
1435 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1436
1437 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1438
1439 2009-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
1444 2009-11-18 Alan Mackenzie <acm@muc.de>
1445
1446 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1447
1448 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1449
1450 * font-setting.el (font-use-system-font): Move ...
1451
1452 * cus-start.el (all): ... to here.
1453
1454 2009-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
1459 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1460 modification time.
1461
1462 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1463
1464 * menu-bar.el: Put "Use system font" in Option-menu.
1465 (menu-bar-options-save): Add font-use-system-font.
1466
1467 * loadup.el: If feature system-font-setting or font-render-setting is
1468 there, load font-setting.
1469
1470 * Makefile.in (ELCFILES): Add font-settings.el.
1471 * font-setting.el: New file.
1472
1473 2009-11-17 Glenn Morris <rgm@gnu.org>
1474
1475 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1476
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
1483 2009-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):
1494 * calc/calc-help.el (calc-b-prefix-help): Remove references to
1495 `calc-symclip'.
1496
1497 2009-11-16 Kevin Ryde <user42@zip.com.au>
1498
1499 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1500 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1501
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
1506 change). (Bug #4928.)
1507
1508 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1509
1510 * vc.el (vc-log-show-limit): Default to 2000.
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
1520 2009-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
1526 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1529
1530 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1531
1532 * net/dbus.el (dbus-unregister-service): New defun.
1533 (dbus-register-property): Register the handlers of
1534 "org.freedesktop.DBus.Properties" for SERVICE.
1535 (dbus-property-handler): Fix docstring.
1536
1537 2009-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
1543 2009-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'.
1552 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1553 (calc-symclip): New functions.
1554
1555 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1556
1557 * calc/calc-embed.el (calc-embedded-mode-vars):
1558 Add `calc-complement-signed-mode' to the list of modes.
1559
1560 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1561 (calc-b-oper-keys): Add `calc-symclip' to list.
1562
1563 * calc/calc-ext.el (math-read-number-fancy): Read complement
1564 signed numbers.
1565 (calc-init-extensions): Add binding for `calc-symclip'.
1566 Add autoload for `calcFunc-symclip' and `calc-symclip'.
1567
1568 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1569 `calc-symclip'.
1570 (calc-modes-menu): Add item for twos complement mode.
1571
1572 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1573
1574 2009-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
1579 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1580
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,
1590 pass it to the log command when set. Make the BUFFER argument
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
1599 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1600
1601 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * dired.el (dired-mode-map): Move encryption items to "Operate"
1604 menu (Bug#4703).
1605
1606 * strokes.el (strokes-update-window-configuration): Make strokes
1607 buffer current before erasing (Bug#4906).
1608
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
1616 2009-11-15 Juri Linkov <juri@jurta.org>
1617
1618 * simple.el (set-mark-default-inactive): Add :type, :group
1619 and :version. (Bug#4876)
1620
1621 2009-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
1626 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1629 with a real fix.
1630
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
1638 2009-11-14 Glenn Morris <rgm@gnu.org>
1639
1640 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1641 constants. (Bug#4913)
1642
1643 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1644
1645 2009-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
1650 2009-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
1655 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * simple.el (shell-command): Doc fix (Bug#4891).
1658
1659 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1660
1661 2009-11-14 Glenn Morris <rgm@gnu.org>
1662
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
1667 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1668 compiling.
1669
1670 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1671
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
1676 * custom.el (defgroup):
1677 * epg-config.el (epg): Doc fixes.
1678
1679 2009-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
1685 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1688 a second time.
1689
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
1771 2009-11-13 Glenn Morris <rgm@gnu.org>
1772
1773 * Makefile.in (ELCFILES): Regenerate.
1774
1775 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1776
1777 * net/dbus.el (dbus-registered-objects-table): Rename from
1778 `dbus-registered-functions-table', because it contains also properties.
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
1784 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * simple.el (minibuffer-default-add-completions): Drop deprecated
1787 4th arg.
1788
1789 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1790
1791 * textmodes/artist.el (artist-mouse-choose-operation):
1792 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1793 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1794 (artist-compute-up-event-key): New function.
1795 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1796
1797 2009-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
1802 2009-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
1807 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * minibuffer.el (minibuffer-completion-help):
1810 Use minibuffer-hide-completions.
1811
1812 2009-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
1817 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1818
1819 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1820
1821 2009-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
1827 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1828
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
1842 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1843
1844 2009-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
1862 2009-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
1871 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1872
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
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
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
1890 * international/mule-cmds.el (register-input-method): Purecopy arguments.
1891 (define-char-code-property): Correctly purecopy the table.
1892
1893 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1894
1895 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1896
1897 * subr.el (add-hook): Purecopy strings.
1898 (eval-after-load): Purecopy load-history-regexp and the form.
1899
1900 * custom.el (custom-declare-group): Purecopy load-file-name.
1901
1902 * subr.el (menu-bar-separator): New defconst.
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):
1908 * replace.el (occur-mode-map):
1909 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1910 (menu-bar-edit-menu, menu-bar-goto-menu)
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
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
1949 2009-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
1956 2009-11-10 Glenn Morris <rgm@gnu.org>
1957
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
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
1966 2009-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
1972 2009-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
1977 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
1978
1979 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1980 bookmark-sort-flag is non-nil (Bug#4653).
1981
1982 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1985 the progress reporter entirely.
1986
1987 * emulation/cua-base.el: Add CUA property to some CC mode commands
1988 (Bug#4100).
1989
1990 2009-11-08 Kevin Ryde <user42@zip.com.au>
1991
1992 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1993 at end of sentence (Bug#4818).
1994
1995 2009-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
2000 2009-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
2008 2009-11-08 Kevin Ryde <user42@zip.com.au>
2009
2010 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2011 `ad-do-it'.
2012
2013 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
2014
2015 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2016 in order to keep context in SELinux.
2017
2018 2009-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
2026 2009-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
2046 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * tar-mode.el (tar-copy): Call write-region on the right buffer
2049 (Bug#4857).
2050
2051 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2052 by hand, if necessary (Bug#4878).
2053
2054 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2057 align size column (Bug#4839).
2058
2059 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2060 statement.
2061
2062 2009-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
2069 2009-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
2076 2009-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):
2136 * button.el (default-button): Purecopy strings.
2137
2138 2009-11-06 Glenn Morris <rgm@gnu.org>
2139
2140 * Makefile.in (ELCFILES): Update.
2141
2142 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2145 * emacs-lisp/levents.el: Move to obsolete/levents.el.
2146
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
2157 2009-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
2183 2009-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
2199 2009-11-05 Glenn Morris <rgm@gnu.org>
2200
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
2206 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2207 * cus-dep.el (custom-make-dependencies):
2208 * finder.el (finder-compile-keywords):
2209 Use autoload-rubric's feature argument.
2210
2211 * calendar/diary-lib.el (top-level): Make load behave more like require.
2212
2213 * vc-git.el (vc-git-stash-map): Move definition before use.
2214
2215 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2216
2217 * custom.el (custom-declare-group): Purecopy standard-value.
2218 (custom-declare-group): Purecopy custom-prefix.
2219
2220 * international/mule.el (load-with-code-conversion):
2221 Call do-after-load-evaluation unconditionally.
2222
2223 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2224
2225 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2228
2229 2009-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)
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.
2243
2244 2009-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
2250 2009-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
2257 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * calendar/todo-mode.el (todo-add-category): Don't hardcode
2260 point-min==1.
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
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.
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
2341 generated-autoload-feature.
2342
2343 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2344 and only put a prop if it is non-nil.
2345
2346 2009-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
2356 2009-11-03 Glenn Morris <rgm@gnu.org>
2357
2358 * cedet/mode-local.el (with-mode-local): Doc fix.
2359
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
2368 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2369 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2370
2371 2009-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
2426 2009-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
2431 2009-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
2436 2009-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
2441 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2444
2445 2009-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
2450 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2451
2452 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2453 Support face colors.
2454
2455 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2456 New function. Support face colors (Bug#1168).
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
2462 2009-10-31 Juri Linkov <juri@jurta.org>
2463
2464 * facemenu.el (list-colors-display): Don't mark buffer as
2465 modified (Bug#3948).
2466
2467 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2468
2469 * international/mule-diag.el (list-character-sets-1): Minor
2470 message fix (Bug#3526).
2471
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
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
2487 2009-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
2611 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
2612
2613 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2614 is no item to edit. (Bug#4820)
2615 (todo-top-priorities): Restore point and restore narrowing in Todo
2616 buffer. (Bug#4820)
2617
2618 2009-10-31 Glenn Morris <rgm@gnu.org>
2619
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
2625 * pcmpl-rpm.el (top-level): Move provide statement to end.
2626 (pcmpl-rpm): Remove unused custom group.
2627
2628 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2629
2630 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2631
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
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
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
2649 2009-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
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
2723 2009-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
2743 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2744
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
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
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
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
2789 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
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
2795 2009-10-27 Kevin Ryde <user42@zip.com.au>
2796
2797 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2798 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2799 (Further to Bug#3921).
2800
2801 2009-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
2814 2009-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
2819 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2820
2821 * net/tramp.el (tramp-perl-file-truename): New defconst.
2822 Perl code contributed by yary <not.com@gmail.com> (tiny change).
2823 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
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.
2826
2827 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2828 Ignore `dired-call-process'.
2829 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2830
2831 2009-10-26 Julian Scheid <julians37@gmail.com>
2832
2833 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
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.
2851 (tramp-handle-process-file): Merge three remote ops into one.
2852 Do not flush all caches when `process-file-side-effects' is set.
2853 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2854 file-attributes shows uid/gid to be set already.
2855
2856 2009-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)
2887 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
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
2896 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2899 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2900 (pcomplete--here): Use push.
2901
2902 * subr.el (all-completions): Declare the 4th arg obsolete.
2903
2904 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2905
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
2913 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2914 we're inside a dedicated or minibuffer window.
2915
2916 2009-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
2946 2009-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
2952 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2953
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
2958 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2959 (global-whitespace-mode, global-whitespace-newline-mode)
2960 (whitespace-toggle-options, global-whitespace-toggle-options):
2961 Doc fix (Bug#3660).
2962
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
2966 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2967 patterns that are preceded by an open-paren (Bug#1320).
2968
2969 2009-10-24 Sven Joachim <svenjoac@gmx.de>
2970
2971 * files.el (delete-directory): Delete symlinks to directories with
2972 delete-file (Bug#4739).
2973
2974 2009-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
2983 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2984
2985 * vc.el (vc-backend-for-registration): Rename from
2986 vc-get-backend-for-registration. Update callers.
2987
2988 * international/mule-cmds.el (set-language-info-alist):
2989 Purecopy lang-env.
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
3002 2009-10-24 Glenn Morris <rgm@gnu.org>
3003
3004 * comint.el (comint-dynamic-list-completions):
3005 * term.el (term-dynamic-list-completions): Use choose-completion rather
3006 than obsolete alias mouse-choose-completion.
3007
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
3013 * progmodes/octave-mod.el (octave-complete-symbol):
3014 Use choose-completion if mouse-choose-completion is ever removed.
3015
3016 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3017 use.
3018
3019 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3020 compiler.
3021
3022 * vc-hooks.el (vc-responsible-backend): Fix declaration.
3023
3024 2009-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
3030 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3031
3032 * vc.el (vc-responsible-backend): Throw an error if not backend is
3033 found. Remove the REGISTER argument. Move the code dealing with
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
3040 2009-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
3050 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3053 Allow uncapitalized info node names (Bug#3921).
3054
3055 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3056 to the DEBUG file (Bug#3781).
3057
3058 2009-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
3063 2009-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
3077 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
3078
3079 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3080
3081 2009-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
3100 2009-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
3105 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3106
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
3112 * minibuffer.el (completion-table-with-terminator): Allow to specify
3113 the terminator-regexp.
3114
3115 * simple.el (switch-to-completions): Look for *Completions* in other
3116 frames as well.
3117
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):
3127 Don't assume `completions' is a list of strings any more.
3128
3129 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * find-dired.el (find-name-arg): Fix typo in docstring.
3132
3133 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3136 (pcmpl-linux-fs-types): Same, and update to new modules layout.
3137
3138 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3139 pcomplete-entries.
3140
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
3149 2009-10-21 Kevin Ryde <user42@zip.com.au>
3150
3151 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3152 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3153 the first form. And insert a blank line after ";;; Code" since
3154 that's usual style. (My Bug#4612.)
3155
3156 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3157
3158 2009-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
3175 2009-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
3180 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3183
3184 2009-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
3194 2009-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
3200 `mapcar'. Use `tramp-smb-get-stat-capability'.
3201 Add `dired-filename' text properties.
3202 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3203 (tramp-smb-maybe-open-connection): Simplify check for smbclient
3204 version.
3205
3206 2009-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
3212 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3215
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
3220 * info.el (Info-complete-menu-item): Use complete-with-action.
3221
3222 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3223
3224 Make vc-annotate work through copies and renames.
3225 * vc-annotate.el (vc-annotate-extract-revision-at-line):
3226 Return the file name too.
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.
3235 (vc-annotate-show-diff-revision-at-line):
3236 Update vc-annotate-show-diff-revision-at-line call.
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
3251 2009-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
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
3260 2009-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
3268 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3269
3270 2009-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
3276 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3279
3280 2009-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.
3284 Remove test for "UnicodeData" files, since it is hopefully unnecessary
3285 now, and in any case the file header format has changed.
3286
3287 2009-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
3293 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
3294
3295 * Makefile.in (ELCFILES): Add ede/shell.
3296
3297 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3298
3299 * term/common-win.el (x-colors): Purecopy it.
3300
3301 2009-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
3308 2009-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
3317 2009-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
3323 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3324 Use semantic-idle-summary-highlight-face as the highlighting.
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
3350 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3351 (ede-g++-linker): Change Change link lines.
3352
3353 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3354 When searching for old variables, go to the end of the buffer and
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".
3365 (ede-linux-load): Wrap dir in file-name-as-directory.
3366 Set :version slot.
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.
3373 (ede-emacs-version): Return Emacs/XEmacs differentiator.
3374 Get version number from different places. Don't call egrep.
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
3383 2009-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
3388 2009-10-17 Glenn Morris <rgm@gnu.org>
3389
3390 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3391 All errors should have messages.
3392
3393 * foldout.el (foldout-mouse-swallow-events):
3394 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3395
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
3401 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3402 messages from messing up the file coding. (Bug#4623)
3403
3404 2009-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
3417 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
3418
3419 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
3420
3421 2009-10-16 Glenn Morris <rgm@gnu.org>
3422
3423 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3424
3425 2009-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
3431 2009-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
3437 2009-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
3442 2009-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
3448 2009-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
3454 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
3455
3456 * international/ucs-normalize.el (ucs-normalize-version):
3457 Change to 1.2.
3458 (check-range): Adjust for Unicode 5.2.
3459
3460 2009-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
3465 2009-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
3493 2009-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
3500 2009-10-15 Glenn Morris <rgm@gnu.org>
3501
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
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
3515 2009-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
3547 2009-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
3552 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3555 `bytecomp.el'.
3556
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
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
3566 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3567
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
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.
3576
3577 * vc.el: Move comments about RCS and SCCS ...
3578 * vc-rcs.el:
3579 * vc-sccs.el: ... here, respectively.
3580
3581 2009-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
3587 2009-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
3592 2009-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
3597 2009-10-13 Kenichi Handa <handa@m17n.org>
3598
3599 * international/uni-name.el: Regenerated.
3600
3601 2009-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
3606 2009-10-12 Sam Steingold <sds@gnu.org>
3607
3608 * progmodes/compile.el (compilation-next-error-function): Fix the
3609 timestamps if the buffer has been visited before.
3610 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3611 non-anchored patterns, like the perl one (bug#3928).
3612
3613 2009-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
3618 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * proced.el (proced-unload-function): New function.
3621
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
3626 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3627
3628 2009-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
3633 2009-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)
3645 (tramp-smb-do-file-attributes-with-stat)
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)
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.
3658
3659 2009-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
3668 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3669
3670 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3671 Update documentation to refer to the variables documented in r1.135.
3672 (Bug#4188)
3673
3674 2009-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
3684 2009-10-10 Glenn Morris <rgm@gnu.org>
3685
3686 * frame.el (frame-height): Doc fix.
3687
3688 * calendar/calendar.el (calendar-split-width-threshold): New option.
3689 (calendar-basic-setup): Use calendar-split-width-threshold.
3690
3691 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
3692
3693 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3694 Use .la for Automake.
3695
3696 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3699 Use "autoreconf -i". Suggested by Andreas Schwab.
3700
3701 2009-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
3706 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3707
3708 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3709 since the list will have been rebuilt anyway. (Bug#4349)
3710
3711 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3712
3713 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3714 (bookmark-bmenu-execute-deletions): Don't save here, as
3715 bookmark-delete will now do so if necessary.
3716 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3717 (Bug#4348)
3718
3719 2009-10-09 Glenn Morris <rgm@gnu.org>
3720
3721 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3722
3723 2009-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
3729 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3732 Fix filename test.
3733 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3734 to expand file names.
3735
3736 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
3737
3738 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3739 (tramp-file-name-real-host, tramp-file-name-port):
3740 Apply `save-match-data'.
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.
3745 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3746
3747 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3750 (ede-proj-target-makefile-objectcode): Use it.
3751
3752 * cedet/ede/source.el (ede-want-any-source-files-p)
3753 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3754 Return search result. This error was introduced while merging.
3755
3756 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3757
3758 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3759
3760 2009-10-07 Glenn Morris <rgm@gnu.org>
3761
3762 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3763 of concat.
3764
3765 2009-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
3770 2009-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
3788 2009-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
3793 2009-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
3798 2009-10-07 Glenn Morris <rgm@gnu.org>
3799
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
3805 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3806 show the original buffer rather than a random one.
3807
3808 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
3809
3810 * help.el (describe-no-warranty): Place point in a slightly better
3811 position in the GPLv3 text.
3812
3813 2009-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
3818 2009-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
3826 2009-10-06 Glenn Morris <rgm@gnu.org>
3827
3828 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3829
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
3836 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3837 inside with-parsed... macro so that `v' is defined.
3838
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
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
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
3856 2009-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
3862 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * help-fns.el (describe-function-1): Don't burp if the function is not
3865 a symbol.
3866
3867 2009-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
3920 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3921
3922 * vc-hg.el (log-view-vc-backend): Declare for compiler.
3923 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3924 Set log-view-vc-backend so that diff can work.
3925
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
3930 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3931
3932 * simple.el (eval-expression): Doc fix.
3933
3934 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3935
3936 2009-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
3942 * net/tramp.el (tramp-verbose): Fix docstring.
3943 (tramp-methods): Add recursive option to `tramp-copy-args'.
3944 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
3945 "scp1_old", "scp2_old", "rsync", "rsyncc".
3946 (tramp-default-method): Check also for `auth-source-user-or-password'.
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.
3951 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3952 Optimize sent command.
3953
3954 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3957 window if necessary.
3958
3959 * calendar/calendar.el (calendar-basic-setup): Don't call
3960 switch-to-buffer in a dedicated window.
3961
3962 2009-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
3975 2009-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
3982 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3983
3984 * bookmark.el (bookmark-set, bookmark-buffer-name):
3985 Improve doc strings. (Bug#1193)
3986
3987 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3988
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.
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
4017 2009-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
4024 2009-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
4030 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
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.
4036 (semantic-mode): Parse all existing buffers when enabled.
4037
4038 * cedet/srecode/compile.el (srecode-compile-file):
4039 Call semantic-new-buffer-fcn if the buffer has not been parsed.
4040
4041 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4042
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.
4049
4050 2009-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
4056 2009-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
4063 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4064
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
4078 * recentf.el (recentf-unload-function): New function.
4079
4080 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * cedet/ede.el (ede-project-placeholder-cache-file):
4083 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4084 * cedet/srecode/map.el (srecode-map-save-file):
4085 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
4086
4087 2009-10-04 Glenn Morris <rgm@gnu.org>
4088
4089 * window.el (window-full-height-p): Add doc string.
4090
4091 2009-10-04 Martin Rudalics <rudalics@gmx.at>
4092
4093 * window.el (window-full-height-p): New function. (Bug#4543)
4094
4095 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * cedet/srecode/insert.el: Require srecode/args.
4098
4099 * cedet/srecode/args.el: Require srecode/dictionary instead of
4100 srecode/insert.
4101
4102 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4103
4104 * files.el (auto-mode-alist): Add .srt and Project.ede.
4105
4106 * cedet/semantic.el (semantic-mode):
4107 Handle srecode-template-mode-hook as well.
4108 (semantic-mode): Use js-mode-hook for Javascript hook.
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.
4116 (ede-project-placeholder-cache-file): Default to a file in
4117 user-emacs-directory.
4118
4119 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4120 templates in data-directory.
4121 (srecode-map-save-file): Default to a file in user-emacs-directory.
4122
4123 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4124 directory.
4125
4126 2009-09-30 Eric Ludlam <zappo@gnu.org>
4127
4128 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4129 Doc fix.
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
4140 2009-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
4146 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
4147
4148 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4149 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
4150 there could be recursive loading when `default-directory' is a
4151 remote file name. (Bug#4614)
4152
4153 2009-10-03 Glenn Morris <rgm@gnu.org>
4154
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
4159 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4160 declaration, currently false.
4161
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
4166 2009-10-02 Eli Zaretskii <eliz@gnu.org>
4167
4168 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
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.
4172 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4173
4174 2009-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
4183 2009-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
4194 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4195 Flush file properties of created directory.
4196
4197 2009-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
4203 2009-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
4209 2009-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
4331 2009-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
4341 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4342
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:
4348 * international/uni-decomposition.el:
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
4359 2009-10-01 Glenn Morris <rgm@gnu.org>
4360
4361 * Makefile.in (ELCFILES): Regenerate.
4362
4363 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4364
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
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
4380 2009-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.
4393 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4394 (tramp-handle-dired-recursive-delete-directory): Flush directory
4395 properties after the remove command only.
4396
4397 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4398 Handle optional parameter RECURSIVE.
4399
4400 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4401 Handle optional parameter RECURSIVE.
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
4408 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4409
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
4414 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4415
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
4420 2009-10-01 Glenn Morris <rgm@gnu.org>
4421
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):
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):
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):
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):
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):
4558 Doc/message fixes.
4559
4560 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4561 match-data. (Bug#4555).
4562
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
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
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
4581 2009-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
4586 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * cedet/srecode/expandproto.el: Fix provide statement.
4589
4590 2009-09-30 Eric Ludlam <zappo@gnu.org>
4591
4592 * emacs-lisp/eieio.el (boolean-p): Delete.
4593
4594 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
4595
4596 * cedet/ede/srecode.el: Fix provide statement.
4597
4598 2009-09-30 Glenn Morris <rgm@gnu.org>
4599
4600 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4601 * cedet/ede/proj-aux.el (ede-aux-source):
4602 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4603 (ede-misc-source):
4604 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4605 (semantic-mrub-switch-tags): Fix doc typos.
4606
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
4611 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4612
4613 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4614 use of CL function `remove-if-not'.
4615
4616 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4617
4618 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4619 filename is not a string.
4620
4621 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * files.el (safe-local-eval-forms): Fix typo.
4624
4625 2009-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
4639 2009-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
4651 2009-09-29 Glenn Morris <rgm@gnu.org>
4652
4653 * cedet/semantic/symref/idutils.el:
4654 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4655
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
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.
4666 Add basic defmethod and defclass, and define-overloadable-function.
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
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
4680 2009-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
4686 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4687
4688 * Makefile.in (lisptagsfiles3): Define.
4689 (TAGS, TAGS-LISP): Use it.
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
4696 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * Makefile.in (ELCFILES): Add CEDET files.
4699
4700 2009-09-28 Eric Ludlam <zappo@gnu.org>
4701
4702 CEDET (development tools) package merged.
4703
4704 * cedet/*.el:
4705 * cedet/ede/*.el:
4706 * cedet/semantic/*.el:
4707 * cedet/srecode/*.el: New files.
4708
4709 2009-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
4718 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4719
4720 * net/tramp-imap.el: New package.
4721
4722 2009-09-28 Eric Ludlam <zappo@gnu.org>
4723
4724 * emacs-lisp/chart.el:
4725 * emacs-lisp/eieio-base.el:
4726 * emacs-lisp/eieio-comp.el:
4727 * emacs-lisp/eieio-custom.el:
4728 * emacs-lisp/eieio-datadebug.el:
4729 * emacs-lisp/eieio-opt.el:
4730 * emacs-lisp/eieio-speedbar.el:
4731 * emacs-lisp/eieio.el: New files.
4732
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:
4739 * cedet/mode-local.el:
4740 * cedet/pulse.el: New files.
4741
4742 2009-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
4748 2009-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
4772 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4773
4774 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4775
4776 * faces.el: Default light-background background for region face to
4777 ns_selection_color under NS.
4778
4779 2009-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
4785 2009-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
4792 2009-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
4799 2009-09-26 Eli Zaretskii <eliz@gnu.org>
4800
4801 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4802 subdirectories) and eieio.
4803
4804 2009-09-26 Alan Mackenzie <acm@muc.de>
4805
4806 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4807 buggy bracketing. (Bug#4289)
4808
4809 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4810 character constants (as case labels). (Bug#4289)
4811
4812 2009-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
4817 2009-09-25 Drew Adams <drew.adams@oracle.com>
4818
4819 * menu-bar.el (list-buffers-directory): Doc fix.
4820
4821 2009-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
4829 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
4830
4831 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4832 when available, instead of hardcoding mode names. Doc fix.
4833
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
4845 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4846
4847 * comint.el (comint-exec, comint-run, make-comint):
4848 Doc fixes (Bug#4542).
4849
4850 2009-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
4861 obey the value of `rmail-mime-show-images' option. Print the size of
4862 attachments.
4863
4864 2009-09-25 David Engster <deng@randomsample.de>
4865
4866 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4867
4868 2009-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
4882 2009-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)
4889 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4890
4891 2009-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
4900 2009-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
4908 2009-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
4913 2009-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
4918 2009-09-24 Glenn Morris <rgm@gnu.org>
4919
4920 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4921
4922 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4923
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.
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).
4934
4935 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4938 than just dropping elements from it (bug#4504).
4939
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
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
4949 2009-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
5067 2009-09-24 Ivan Kanis <apple@kanis.eu>
5068
5069 * term.el (term-bold-attribute): New var.
5070 (term-handle-colors-array): Use it.
5071
5072 2009-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
5080 2009-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
5085 2009-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
5090 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5091
5092 * term/ns-win.el (ns-reg-to-script): New variable.
5093
5094 2009-09-23 Daiki Ueno <ueno@unixuser.org>
5095
5096 * epg.el (epg-wait-for-status): Preserve existing 'error results.
5097
5098 2009-09-22 Sam Steingold <sds@gnu.org>
5099
5100 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
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.
5103 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5104
5105 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5106
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
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
5117 2009-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
5122 2009-09-22 Glenn Morris <rgm@gnu.org>
5123
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
5127 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5128 commands that move point (as opposed to scrolling).
5129
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
5183 2009-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
5188 2009-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
5193 2009-09-21 Kevin Ryde <user42@zip.com.au>
5194
5195 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
5196
5197 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * net/dig.el (dig-mode): Use define-derived-mode.
5200
5201 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5202
5203 * vc-dispatcher.el (vc-do-command): Return the process object in
5204 the asynchronous case. Use when instead of if. Do not run
5205 vc-exec-after to display a message if not enabled. (Bug#4463)
5206
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
5214 * register.el (ctl-x-r-map): Define the keys here instead of
5215 using autoload.
5216
5217 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
5218
5219 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5220 list, to workaround performance problem (bug#4485).
5221
5222 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
5223
5224 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5225
5226 2009-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
5231 2009-09-19 Glenn Morris <rgm@gnu.org>
5232
5233 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5234 variable `var'.
5235
5236 * calc/calc-alg.el (var):
5237 * calc/calcalg2.el (var): Define for compiler.
5238
5239 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5242 Doc fix (Bug#3932).
5243
5244 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5245
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)
5250 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5251 Remove functions that have been obsolete since 1995 (Bug#4436).
5252
5253 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5254 indent buffer only if called interactively (Bug#4452).
5255
5256 2009-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
5264 2009-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
5269 2009-09-19 Glenn Morris <rgm@gnu.org>
5270
5271 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5272
5273 2009-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
5278 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
5279
5280 * server.el (server-ensure-safe-dir): Pass 'integer
5281 to `file-attributes', as suggested.
5282
5283 2009-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
5288 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5289
5290 * cus-start.el (ns-use-qd-smoothing): Remove.
5291
5292 2009-09-18 Glenn Morris <rgm@gnu.org>
5293
5294 * allout.el (top-level): Remove unnecessary progn.
5295
5296 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5297
5298 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5299 definition of abbrev table.
5300
5301 * speedbar.el (speedbar-track-mouse):
5302 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5303 * net/eudc.el (eudc-expand-inline):
5304 * net/newst-backend.el (newsticker--cache-read-feed):
5305 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5306 condition-case handlers.
5307
5308 2009-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
5324 2009-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
5330 2009-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
5335 2009-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
5342 2009-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
5351 2009-09-17 Glenn Morris <rgm@gnu.org>
5352
5353 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5354 arguments, whether or not it has a handler.
5355
5356 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5357
5358 * simple.el (hard-newline): Give it a doc-string.
5359
5360 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5361 (lisp-mode-syntax-table): Give them doc-strings.
5362
5363 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5364
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
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
5381 2009-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
5386 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * startup.el (command-line): Initialize the window-system after
5389 processing the command-line.
5390
5391 * textmodes/page.el (what-page): Make sure we don't inf-loop if
5392 page-delimiter matches the empty string.
5393
5394 2009-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
5407 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5408
5409 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5410
5411 2009-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
5417 2009-09-15 Stephen Eglen <stephen@gnu.org>
5418
5419 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5420 the virtual-buffers, use the name of the buffer specified by
5421 find-file-noselect, as the match may be a symlink. (This was a
5422 problem if the target and the symlink had different names.)
5423
5424 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5427
5428 * desktop.el (desktop-path): Check user-emacs-directory.
5429
5430 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5431
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
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
5440 2009-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
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
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
5477 2009-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
5482 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5485
5486 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5487
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
5491 * vc.el (top): print-log method now takes an optional SHORTLOG
5492 argument. Add a new method: root.
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
5512 * vc-mtn.el (vc-mtn-annotate-command):
5513 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5514
5515 2009-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
5524 2009-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
5529 2009-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
5534 2009-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
5539 2009-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
5544 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
5545
5546 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5547 kp-0 to ascii equivalents (Bug#4325).
5548
5549 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5552
5553 * eshell/em-hist.el:
5554 * eshell/em-dirs.el (eshell-complete-user-reference):
5555 Declare pcomplete functions and variables to avoid compiler warnings.
5556
5557 2009-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):
5562 * eshell/em-hist.el (eshell-history-file-name):
5563 Use expand-file-name instead of concat to make file names (Bug#4308).
5564
5565 2009-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
5576 2009-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
5594 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5595
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
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
5608 2009-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.
5614 (elint-init-env): Skip non-list forms.
5615 (elint-log): Handle unknown file positions.
5616
5617 2009-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)
5631 (epg-generate-key-from-file, epg-generate-key-from-string):
5632 Remove autoload cookie.
5633
5634 2009-09-12 Eli Zaretskii <eliz@gnu.org>
5635
5636 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5637 reevaluation of trash-directory.
5638
5639 * mwheel.el: Fix last change.
5640 (mouse-wheel-mode): New defvar.
5641 (mouse-wheel-mode): Remove autoload cookie.
5642
5643 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5644
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
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
5660 * subr.el (do-after-load-evaluation): Warn the user after loading an
5661 obsolete package.
5662
5663 2009-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
5685 2009-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
5690 2009-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
5695 2009-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
5700 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
5701
5702 * progmodes/js.el (js--proper-indentation): Handle the case where
5703 char-before is null. Reported by Deniz Dogan.
5704
5705 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5706
5707 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5708
5709 2009-09-11 Daiki Ueno <ueno@unixuser.org>
5710
5711 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5712 (epg-digest-algorithm-alist): Add SHA224.
5713 (epg-context-set-passphrase-callback)
5714 (epg-context-set-progress-callback): Add description about
5715 callback function.
5716
5717 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5718
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).
5728
5729 2009-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
5734 2009-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
5739 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * Makefile.in (autoloads): Make rmail.el writable as well.
5742
5743 2009-09-11 Glenn Morris <rgm@gnu.org>
5744
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
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
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
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
5778 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * emulation/crisp.el (crisp-mode-map): Move initialization
5781 into declaration.
5782 (crisp-mode): Use define-minor-mode.
5783
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
5803 2009-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
5810 2009-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
5819 2009-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
5830 2009-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
5864 2009-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.
5871 (gdb): Revert 2009-08-11 change. User should detach inferior
5872 manually.
5873
5874 Remove the word "separate" from IO functions as inferior
5875 output is now never displayed in the GUD buffer.
5876
5877 2009-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
5882 2009-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
5905 2009-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
5910 2009-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
5921 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5922
5923 * net/imap.el (imap-message-map): Docstring fix.
5924
5925 2009-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
5930 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * smerge-mode.el (smerge-remove-props, smerge-refine):
5933 Use with-silent-modifications (bug#4342).
5934
5935 * subr.el (with-silent-modifications): New macro.
5936
5937 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * files.el (top-level): Require `cl' when compiling.
5940
5941 2009-09-07 Glenn Morris <rgm@gnu.org>
5942
5943 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5944
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
5948 2009-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
5953 2009-09-06 Eli Zaretskii <eliz@gnu.org>
5954
5955 * proced.el (proced-mode): Doc fix.
5956
5957 2009-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
5966 2009-09-05 Glenn Morris <rgm@gnu.org>
5967
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
5973 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5974 efficient.
5975
5976 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5977
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
5991 2009-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
5998 2009-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
6007 2009-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
6015 2009-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
6020 2009-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
6025 2009-09-04 Glenn Morris <rgm@gnu.org>
6026
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
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
6038 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6039 goto-line.
6040
6041 2009-09-03 Glenn Morris <rgm@gnu.org>
6042
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
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
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
6073 2009-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
6081 2009-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.
6095 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
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
6102 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
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
6109 2009-09-02 Glenn Morris <rgm@gnu.org>
6110
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
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
6126 2009-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
6135 2009-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
6146 2009-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.
6152 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6153
6154 2009-09-01 Glenn Morris <rgm@gnu.org>
6155
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):
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):
6196 * obsolete/old-whitespace.el (whitespace-highlight-face):
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):
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):
6211 * textmodes/texinfo.el (texinfo-heading-face):
6212 Mark face aliases with "-face" suffix as obsolete.
6213
6214 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6215 compiler.
6216
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
6227 * progmodes/etags.el (etags-goto-tag-location):
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
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
6247 2009-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
6258 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * progmodes/sym-comp.el (displayed-completions): Remove.
6261 (symbol-complete): Use minibuffer-complete.
6262
6263 2009-08-31 Glenn Morris <rgm@gnu.org>
6264
6265 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6266
6267 * apropos.el (apropos-symbols-internal):
6268 Handle (obsolete) face aliases.
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
6280 2009-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
6288 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6289
6290 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6291 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6292
6293 2009-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
6298 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6301
6302 2009-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
6307 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6310
6311 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6312
6313 * net/imap.el (imap-send-command): Simplify.
6314 (imap-wait-for-tag): point-max -> buffer-size.
6315
6316 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6317
6318 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6319 with constant argument.
6320
6321 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6322
6323 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6324
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
6330 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6331 Add comint-run.
6332
6333 * calc/calc.el: Improve commenting convention.
6334 (calc-digit-map, toplevel): Simplify.
6335
6336 * comint.el (comint-insert-input): Be careful to only set point if we
6337 don't delegate to some other command.
6338
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
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
6353 2009-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
6362 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
6363
6364 * subr.el (do-after-load-evaluation): Simplify.
6365
6366 2009-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
6375 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6376
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
6392 * files.el (get-free-disk-space): Use / for default-directory.
6393
6394 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6395 Use with-current-buffer.
6396
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
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
6408 2009-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
6417 2009-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
6423 2009-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
6439 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6440
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
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
6462 2009-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
6470 2009-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 \\'.
6477 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6478 Don't modify last-coding-system-used by accident.
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'.
6484 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
6485
6486 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
6487
6488 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6489 Remove variable ...
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
6497 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6498
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
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
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
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
6525 2009-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
6531 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * Makefile.in (update-elcfiles): Report left over elc files.
6534
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
6539 * vc.el (vc-read-revision): New function.
6540 (vc-version-diff, vc-merge): Use it.
6541
6542 2009-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
6548 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
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'
6553 instead of `tramp-find-file-exists-command'.
6554 Unset `process-file-side-effects'.
6555
6556 2009-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)
6574 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
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
6583 2009-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
6590 2009-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,
6594 tibetan, ethiopic, and ipa.
6595
6596 2009-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
6617 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6618
6619 * vc-dir.el (vc-dir-update): Remove debug helper.
6620
6621 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6622
6623 2009-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
6630 2009-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)
6647 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6648 vc.el, renamed to be RCS specific.
6649
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.
6653
6654 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6655 New functions.
6656
6657 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6660
6661 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6662
6663 * vc-git.el (vc-git-register): Use "git add" for directories.
6664 (vc-git-stash, vc-git-stash-show): New functions.
6665 (vc-git-extra-menu-map): Bind them.
6666
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
6670 * vc.el: Document the desired behavior for reverted files in the
6671 `added' state.
6672 (vc-default-prettify-state-info): Remove function, unused.
6673
6674 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6675
6676 2009-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
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.
6696 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6697 (mode-line-modified, mode-line-process, mode-line-position)
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
6713 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6714
6715 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6716
6717 2009-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
6741 2009-08-25 Kevin Ryde <user42@zip.com.au>
6742
6743 * net/dig.el (dig): Add autoload cookie.
6744
6745 2009-08-25 Glenn Morris <rgm@gnu.org>
6746
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
6751 * format.el (format-alist): Doc fix.
6752
6753 * play/bubbles.el (top-level): Don't require cl at run-time.
6754
6755 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6756 run-time cl).
6757
6758 2009-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
6764 2009-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
6770 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6773
6774 2009-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
6780 2009-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
6788 2009-08-22 Glenn Morris <rgm@gnu.org>
6789
6790 * files.el (auto-mode-alist):
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):
6800 Remove code for defunct system-types emx, macos, mswindows, next-mach,
6801 unisoft-unix, vax-vms, win32, w32.
6802
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
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
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
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):
6832 * progmodes/cperl-mode.el (cperl-time-fontification):
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
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.
6857
6858 * progmodes/make-mode.el (makefile-browser-insert-selection):
6859 Use goto-char rather than goto-line.
6860
6861 * progmodes/prolog.el (compilation-error-regexp-alist)
6862 (compilation-forget-errors): Declare.
6863
6864 2009-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
6874 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6875
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):
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
6892 2009-08-21 Glenn Morris <rgm@gnu.org>
6893
6894 * progmodes/js.el (inferior-moz-process): Fix declaration.
6895
6896 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6897
6898 * obsolete/rnewspost.el (news-mail-reply):
6899 Use goto-char rather than goto-line.
6900
6901 * term/ns-win.el (ns-open-file-select-line):
6902 Use line-beginning-position rather than goto-line.
6903
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
6921 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
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.
6930
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
6936 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
6937
6938 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6939
6940 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6941
6942 * loadup.el: Remove leftover macos code.
6943
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
6948 2009-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
6953 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6954
6955 * log-edit.el (log-edit-strip-single-file-name): New var.
6956 (log-edit-insert-changelog): Use it. Bug#3571
6957
6958 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * subr.el (read-passwd): Use read-key so keypad keys work as well.
6961 Bug#3287
6962
6963 * help.el (help-print-return-message): Rename from
6964 print-help-return-message.
6965
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
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
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
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
6983 2009-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
6989 2009-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
6994 2009-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
7007 2009-08-19 Glenn Morris <rgm@gnu.org>
7008
7009 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7010
7011 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7012
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
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
7025 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7028 Remove unused var `buffer-modified-p'.
7029
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
7034 2009-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
7039 2009-08-18 Kenichi Handa <handa@m17n.org>
7040
7041 * international/ucs-normalize.el (ucs-normalize-version):
7042 Change to 1.1.
7043 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7044 (utf-8-hfs): Make it perform normalization on encoding too.
7045
7046 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
7047 (sentence-end-without-space): Delete duplicated chars.
7048 (sentence-end-base): Likewise.
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.
7055
7056 2009-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
7061 2009-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
7066 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7069 abbrev (Bug#3943).
7070
7071 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
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.
7078 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7079 (cperl-beautify-regexp-piece): Fix column calculation.
7080 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
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
7087 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * calendar/parse-time.el (parse-time-string-chars): Save match
7090 data.
7091
7092 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7093
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
7111 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7112
7113 * term.el: Fix commenting convention, turn comments into docstrings.
7114
7115 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7116
7117 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7118
7119 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
7120
7121 * calendar/parse-time.el (parse-time-string-chars): Compute using
7122 character classes, to handle non-ascii characters (Bug#3190).
7123
7124 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7127 another heredoc if the user adds another < (Bug#3226).
7128
7129 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7130 Don't initialize based on window-system (Bug#4124).
7131
7132 * facemenu.el (facemenu-read-color): Use a completion function
7133 that accepts any defined color, such as RGB triplets (Bug#3677).
7134
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
7139 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * files.el (load-library): Doc fix.
7142
7143 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
7144
7145 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7146 (viper-if-string): Redefine C-s in the minibuffer to insert the last
7147 incremental search string.
7148
7149 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7150 XEmacs.
7151
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.
7155 Also check if the job is really a merge job.
7156
7157 * ediff.el (ediff-current-file): New function.
7158
7159 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * progmodes/js.el: Edit docstrings throughout to follow Emacs
7162 conventions.
7163 (js-insert-and-indent): Delete function.
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.
7167 (js-auto-indent-flag): Delete variable.
7168
7169 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
7170
7171 * progmodes/js.el: Remove proclaim statement.
7172 Defvar which-func-imenu-joiner-function to silence compiler.
7173
7174 * files.el (auto-mode-alist): Use js-mode for .js files.
7175
7176 * progmodes/js2-mode.el: Remove file.
7177
7178 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7179
7180 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7181
7182 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7183
7184 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7185 Karl Landstrom <karl.landstrom@brgeight.se>
7186
7187 * progmodes/js.el: New file.
7188
7189 2009-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
7195 2009-08-14 Eli Zaretskii <eliz@gnu.org>
7196
7197 * international/ucs-normalize.el: Add a `coding' file variable.
7198
7199 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7200
7201 2009-08-14 Sam Steingold <sds@gnu.org>
7202
7203 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7204
7205 2009-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
7213 2009-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
7219 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
7220
7221 * international/ucs-normalize.el: New file.
7222
7223 2009-08-13 Richard Stallman <rms@gnu.org>
7224
7225 * mail/rmail.el (rmail-get-attr-names):
7226 Accept an attribute header that is too short.
7227
7228 * mail/rmail.el (rmail-forget-messages):
7229 Ignore nil elt in rmail-message-vector. Use dotimes.
7230
7231 * progmodes/compile.el (compilation-goto-locus):
7232 Use next-error-move-function.
7233
7234 * simple.el (next-error-move-function): New variable.
7235
7236 2009-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
7246 2009-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
7254 2009-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
7263 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
7264
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
7270 'update signal. Instead, update all disassembly buffers only after
7271 threads list.
7272 (gdb): Send -target-detach when buffer is killed (Bug#3794).
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.
7277
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
7282 change which breaks `gud-def' definitions used in `gdb'.
7283 (gdb-update-gud-running): No extra fuss for updating frame number.
7284
7285 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7286
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
7296 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7297 Add goto-line.
7298
7299 2009-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
7313 2009-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
7318 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
7319
7320 * subr.el: Provide hashtable-print-readable.
7321
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
7327 2009-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
7334 2009-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.
7340 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
7341 gud/thread.xpm and gud/all.xpm.
7342
7343 2009-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.
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.
7351
7352 2009-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).
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.
7368
7369 2009-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
7375 2009-08-08 Glenn Morris <rgm@gnu.org>
7376
7377 * Makefile.in (ELCFILES): Update.
7378
7379 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7380
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
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
7396 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7397
7398 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7399 org/org-latex.elc.
7400
7401 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7402
7403 * vc-dispatcher.el (vc-resynch-window): Update comment.
7404
7405 * term.el (term-handle-ansi-escape): Add comments with the
7406 terminfo capabilities implemented.
7407
7408 2009-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
7420 2009-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
7433 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
7434
7435 * abbrev.el (insert-abbrev-table-description): Prettify output.
7436 Suggested by Karl Chen.
7437
7438 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
7439
7440 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7441 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
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
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.
7517 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7518 This fixes problem similar to one described in bug 3947.
7519 (gud-menu-map): More menu items.
7520 (gdb-init-1): Reset `gdb-thread-number' to nil.
7521
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.
7535 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
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.
7553 (gdb-send): Mimic RET properly (bug 3794).
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)
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
7573 triggers explicitly.
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.
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)
7583 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7584 New commands which show buffers bound to thread.
7585 (gdb-stack-list-locals-regexp): Removed unused regexp.
7586
7587 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7588 (gdb-locals-buffer-name, gdb-registers-buffer-name)
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
7595 * progmodes/gdb-mi.el: Basic thread selection support.
7596 (gdb-thread-number): New variable.
7597 (gdb-current-context-command): New macro which adds --thread
7598 option to command.
7599 (gdb-threads-mode-map): Select thread with SPC.
7600 (gdb-thread-list-handler-custom): Mark current thread with overlay
7601 arrow. Synchronize GDB thread and Emacs thread.
7602 (gdb-select-thread): New command which selects current thread.
7603 (gdb-invalidate-frames, gdb-invalidate-locals)
7604 (gdb-invalidate-registers): Use --thread option.
7605
7606 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
7607
7608 * net/tramp.el (top): Make check for tramp-gvfs loading more
7609 robust. (Bug#3977)
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
7616 2009-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
7621 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
7622
7623 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7624 New defconst.
7625 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
7626
7627 2009-08-02 Kevin Ryde <user42@zip.com.au>
7628
7629 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7630 Update freshmeat link. Delete newsforge.com as it seems gone.
7631
7632 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * select.el (x-set-selection): Doc fix (Bug#4021).
7635
7636 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7637
7638 * help-fns.el (describe-variable): Treat list return values from
7639 dir-locals-find-file properly (Bug#4005).
7640
7641 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
7642
7643 * net/tramp.el (tramp-debug-message): Print also microseconds.
7644
7645 2009-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
7659 2009-08-02 Jason Rumney <jasonr@gnu.org>
7660
7661 * minibuffer.el (read-file-name): Treat confirm options to
7662 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
7663
7664 2009-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
7670 2009-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
7675 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * simple.el (line-move-finish): Pass whole number to
7678 line-move-to-column.
7679 (line-move-visual): Perform hscroll to the recorded position.
7680
7681 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7682
7683 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7684
7685 2009-07-29 Alan Mackenzie <acm@muc.de>
7686
7687 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7688
7689 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7690
7691 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7692 (gdb-place-breakpoints): Use full path when setting breakpoints.
7693
7694 2009-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
7699 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
7700
7701 * calc/calc-misc.el (calc-transpose-lines): New function.
7702
7703 2009-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
7710 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7711
7712 * vc-git.el (vc-git-checkin): Fix typo.
7713
7714 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
7715
7716 * progmodes/js2-mode.el: New file.
7717
7718 2009-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
7723 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7724
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
7728 * add-log.el (change-log-mode-map): Add a menu.
7729
7730 2009-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
7737 2009-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
7742 2009-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
7764 2009-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
7771 2009-07-24 Kenichi Handa <handa@m17n.org>
7772
7773 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7774 and ?H. Fix setting of case for Latin Extended and Greek Extended.
7775 (build-unicode-category-table): Fix range checks.
7776
7777 2009-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
7786 2009-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
7794 2009-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
7799 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7800
7801 * vc.el (vc-print-log-internal): New function, split out from ...
7802 (vc-print-log): ... here.
7803 (vc-dir-move-to-goal-column): Declare.
7804
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.
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.
7812
7813 2009-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
7863 2009-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
7877 2009-07-22 Glenn Morris <rgm@gnu.org>
7878
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
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
7892 2009-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
7903 2009-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
7908 2009-07-21 Richard Stallman <rms@gnu.org>
7909
7910 * files.el (auto-save-mode): Handle buffer-save-size = -2
7911 for toggling mode.
7912
7913 2009-07-21 Glenn Morris <rgm@gnu.org>
7914
7915 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7916
7917 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7918
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
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
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
7954 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7955
7956 * term/vt420.el (terminal-init-vt420): Fix typo.
7957
7958 2009-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
7963 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * files.el (hack-local-variables-filter): Fix last change.
7966
7967 2009-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
7982 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * files.el (hack-local-variables-filter): Rewrite.
7985
7986 2009-07-19 Glenn Morris <rgm@gnu.org>
7987
7988 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7989 Silence compiler by only defining on XEmacs.
7990
7991 * international/mule.el (auto-coding-regexp-alist): Only match
7992 BABYL... at the start of buffer, not of lines. (Bug#3790)
7993
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
8002 2009-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
8018 2009-07-18 Alan Mackenzie <acm@muc.de>
8019
8020 * progmodes/cc-mode.el (c-before-hack-hook)
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
8028 2009-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
8034 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
8035
8036 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8037
8038 2009-07-18 Eli Zaretskii <eliz@gnu.org>
8039
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
8049 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8050 (x-disown-selection-internal): New functions.
8051
8052 2009-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
8059 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
8060
8061 * simple.el (set-mark): Revert last change.
8062
8063 2009-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
8069 2009-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.
8074 (mouse-yank-at-click, mouse-yank-primary): If
8075 select-active-regions is non-nil, deactivate the mark before
8076 insertion.
8077
8078 * simple.el (deactivate-mark, set-mark): Only save selection if we
8079 own it.
8080
8081 2009-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
8086 2009-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
8091 2009-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
8097 2009-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
8102 2009-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
8107 2009-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
8115 2009-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
8121 2009-07-15 Kenichi Handa <handa@m17n.org>
8122
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
8127 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8128 Delete unibyte-display.
8129
8130 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
8131
8132 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8133
8134 2009-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
8151 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
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
8161 2009-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
8166 2009-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
8176 2009-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
8181 2009-07-14 Glenn Morris <rgm@gnu.org>
8182
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
8193 * subr.el (def-edebug-spec): Doc fix.
8194
8195 2009-07-14 Kenichi Handa <handa@m17n.org>
8196
8197 * international/characters.el: Fix setting of category ?C.
8198
8199 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
8200
8201 * term/ns-win.el (x-select-font): defalias x-select-font to
8202 ns-popup-font-panel instead of generate-fontset-menu.
8203
8204 2009-07-12 Eli Zaretskii <eliz@gnu.org>
8205
8206 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
8207
8208 2009-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
8213 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
8214
8215 * pcomplete.el (pcomplete-comint-setup): Check for
8216 shell-dynamic-complete-filename too.
8217
8218 2009-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
8226 2009-07-11 Kenichi Handa <handa@m17n.org>
8227
8228 * international/mule-diag.el (describe-character-set): Don't show
8229 width.
8230
8231 2009-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
8237 2009-07-10 Eli Zaretskii <eliz@gnu.org>
8238
8239 * cus-edit.el (customize-changed-options-previous-release):
8240 Bump value to 22.1. (Bug#3804)
8241
8242 2009-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
8248 2009-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
8255 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
8256
8257 * progmodes/gdb-mi.el (gdb): Remove description of
8258 gdb-use-separate-io-buffer.
8259 (menu): Don't allow toggling of or enable
8260 gdb-use-separate-io-buffer from menubar.
8261
8262 2009-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
8267 2009-07-08 Glenn Morris <rgm@gnu.org>
8268
8269 * calendar/calendar.el (calendar-current-date): Rework previous change.
8270
8271 2009-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
8276 2009-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
8282 2009-07-08 Kenichi Handa <handa@m17n.org>
8283
8284 * international/fontset.el (setup-default-fontset): For each
8285 script, append (not set) font-specs.
8286
8287 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8288 docstring.
8289
8290 2009-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.
8300 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8301
8302 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * Makefile.in (ELCFILES): Remove fadr.elc.
8305
8306 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
8307
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.
8322 (gdb-stack-list-frames-handler): Rewritten without regexps.
8323 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8324 not highlight breakpoints without line information.
8325 (gdb-input): Add trailing newline to command.
8326
8327 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8328 buffer properly.
8329 (gdb-breakpoints-list-handler-custom): Replacement for
8330 `gdb-break-list-handler'. Using real parser instead of regexps
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.
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)
8341 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8342 instead of parsing breakpoints buffer. Fixed old menu references
8343 in `gud-menu-map'.
8344
8345 * fadr.el: Remove.
8346
8347 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8348 (gdb-memory-address): New variable which holds top address of
8349 memory page shown in memory buffer.
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.
8366 Now using (bindat-get-field) instead of fadr functions.
8367
8368 2009-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
8373 2009-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
8378 2009-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
8383 2009-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
8388 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
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
8394 of verilog error regular expressions to work with XEmacs format.
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
8400 2009-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
8411 2009-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
8419 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
8420
8421 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8422 `calc-embedded-word' is called twice.
8423
8424 2009-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
8429 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
8430
8431 * dired-aux.el (dired-show-file-type): Handle remote files.
8432
8433 2009-07-05 Jari Aalto <jari.aalto@cante.net>
8434
8435 * desktop.el (desktop-globals-to-save):
8436 Add file-name-history (Bug#2750).
8437
8438 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
8439
8440 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8441
8442 2009-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
8448 2009-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
8457 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8458
8459 * cus-start.el (all): Add make-pointer-invisible.
8460
8461 2009-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
8466 2009-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.
8492 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
8493 the current Info file name to references because now the node
8494 "*TOC*" belongs to the same Info manual.
8495 (Info-toc-build): Rename from `Info-build-toc'.
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
8525 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
8526
8527 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8528 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8529
8530 2009-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
8535 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
8536
8537 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8538 Add handler for `process-file', `shell-command' and
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.
8543 (tramp-synce-list-devices): Simplify check for existence of property.
8544
8545 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8546
8547 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8548
8549 2009-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
8554 2009-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
8563 2009-07-01 Glenn Morris <rgm@gnu.org>
8564
8565 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8566
8567 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8568
8569 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8570
8571 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
8572
8573 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8574 Handle also the 'rename case, when setting file modes. (Bug#3712)
8575 (tramp-default-file-modes) Remove execute permissions.
8576
8577 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
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)
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.
8586
8587 * net/trampver.el: Update release number.
8588
8589 2009-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
8594 * language/korea-util.el (setup-korean-environment-internal):
8595 Make char-width-table suitable for Korean environments.
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
8612 2009-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
8617 2009-06-29 Alan Mackenzie <acm@muc.de>
8618
8619 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8620 correction between the visible width of TABs and their number of bytes.
8621
8622 2009-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
8627 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
8628
8629 * verilog-mode.el (verilog-beg-of-statement)
8630 (verilog-endcomment-reason-re): Support unique case and priority case.
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).
8639 (verilog-leap-to-case-head): Support priority/unique case statements.
8640 (verilog-auto-lineup): Rework to give users radio buttons to
8641 select the various styles of automatic lineup.
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.
8662 (verilog-mode): Alter the definition of verilog-font-lock-defaults
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
8665 itself, leading to (nearly) infinite recursion.
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
8673 compilation issue.
8674 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8675 coverpoint, constraint and cross statements.
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.
8686 (verilog-defun-level-list, verilog-in-generate-region-p)
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
8692 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8693
8694 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8695 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
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.
8716 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8717 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
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
8722 or shell command text during AUTO expansion. Suggested by Tad Truex.
8723 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8724 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8725 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8726 in AUTOINOUT. Reported by Matthew Lovell.
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 <=
8733 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
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
8738 declaration's name is a tick define. Reported by Elliot Mednick.
8739 (verilog-read-decls): Fix V2K parameter bit subscripts getting
8740 passed to next parameter's definition. Reported by Bruce T.
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
8744 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
8745 (verilog-mode): Expand -f flag arguments on entry to mode so
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.
8749 (verilog-set-define): Fix "Symbol's value as variable is void"
8750 when reading enumerations.
8751 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8752 Suggested by Stephen Peltan.
8753 (verilog-read-defines): Fix reading of enumerations in include
8754 files. Reported by Steve Peltan.
8755
8756 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8757
8758 * files.el (trash-directory): Fix defcustom type.
8759
8760 2009-06-28 Juri Linkov <juri@jurta.org>
8761
8762 * help-fns.el (describe-function-1): Correctly locate adviced
8763 functions in hyperlink (Bug#2438).
8764
8765 2009-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
8772 2009-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
8777 2009-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
8782 2009-06-27 Johan Bockgård <bojohan@gnu.org>
8783
8784 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8785
8786 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8787
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
8791 * play/doctor.el: Remove reference to obsolete website.
8792 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8793
8794 2009-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
8805 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8806
8807 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8808 compatibility function for `looking-back'.
8809
8810 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8811 Use `ispell-looking-back'.
8812
8813 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
8814
8815 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8816 rather than `filename'.
8817
8818 2009-06-23 Miles Bader <miles@gnu.org>
8819
8820 * face-remap.el (text-scale-set): New function.
8821
8822 2009-06-23 Glenn Morris <rgm@gnu.org>
8823
8824 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8825
8826 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8827
8828 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8829
8830 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8831
8832 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8833 Simplify Persian conditionals.
8834
8835 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8836 variable `filename'.
8837
8838 * comint.el (comint-insert-input): Doc fix.
8839
8840 * Makefile.in (ELCFILES): Fix typo in previous change.
8841
8842 2009-06-23 Miles Bader <miles@gnu.org>
8843
8844 * cus-start.el: Add entry for `recenter-redisplay'.
8845
8846 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
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.
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
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
8875 2009-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.
8879
8880 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8881
8882 2009-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
8888 2009-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".
8902 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
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.
8907 (tramp-handle-directory-files-and-attributes-with-stat):
8908 Care about filenames with spaces, or starting with "-".
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.
8916 (tramp-check-for-regexp): Both echoes must be present, before removing.
8917 (tramp-open-connection-setup-interactive-shell): Trace coding system.
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
8927 * net/tramp-cmds.el (tramp-bug):
8928 Recommend `tramp-cleanup-all-connections' in the bug mail.
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
8938 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8939 Add handler for `dired-uncache'.
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
8945 2009-06-22 Jim Meyering <meyering@redhat.com>
8946
8947 Automatically handle .xz suffix (XZ-compressed files), too.
8948 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8949 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8950
8951 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
8952 Nick Roberts <nickrob@snap.net.nz>
8953
8954 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8955 repository (http://sphinx.net.ru/hg/gdb-mi/).
8956
8957 2009-06-22 Glenn Morris <rgm@gnu.org>
8958
8959 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8960 `mode' and `eval' entries. (Bug#3430)
8961
8962 * Makefile.in (ELCFILES): Add fadr.elc.
8963
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
8967 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8968
8969 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8970 property.
8971 (lisp-indent-function): Make it a defcustom.
8972
8973 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
8974
8975 * progmodes/gdb-ui.el: Replace with ...
8976 * progmodes/gdb-mi.el: ... this file.
8977 * progmodes/gud.el: Modify for gdb-mi.el.
8978
8979 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8980
8981 * fadr.el: New file.
8982
8983 See ChangeLog.14 for earlier changes.
8984
8985 ;; Local Variables:
8986 ;; coding: utf-8
8987 ;; End:
8988
8989 Copyright (C) 2009 Free Software Foundation, Inc.
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
9006 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1