* cedet/srecode/map.el (srecode-get-maps):
[bpt/emacs.git] / lisp / ChangeLog
1 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2
3 * cedet/srecode/map.el (srecode-get-maps):
4 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7 (semantic-toggle-decoration-style):
8 * cedet/semantic/decorate/include.el
9 (semantic-decoration-include-describe)
10 (semantic-decoration-unknown-include-describe)
11 (semantic-decoration-unparsed-include-describe)
12 (semantic-decoration-all-include-summary):
13 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
14 * cedet/semantic/analyze/complete.el
15 (semantic-analyze-possible-completions):
16 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
17 (semantic-show-unmatched-syntax-mode)
18 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
19 (semantic-highlight-func-mode):
20 * cedet/semantic/util.el (semantic-describe-buffer):
21 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
22 (semantic-symref-find-tags-by-name)
23 (semantic-symref-find-tags-by-regexp)
24 (semantic-symref-find-tags-by-completion)
25 (semantic-symref-find-file-references-by-name)
26 (semantic-symref-find-text):
27 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
28 (senator-yank-tag):
29 * cedet/semantic/scope.el (semantic-calculate-scope):
30 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
31 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
32 (define-semantic-idle-service):
33 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
34 (semantic-complete-analyze-inline-idle):
35 * cedet/semantic/analyze.el (semantic-analyze-current-context):
36 * cedet/mode-local.el (describe-mode-local-bindings)
37 (describe-mode-local-bindings-in-mode):
38 * cedet/ede/make.el (ede-make-check-version):
39 * cedet/ede/locate.el (ede-enable-locate-on-project):
40 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
41 (cedet-idutils-version-check):
42 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
43 (cedet-gnu-global-version-check):
44 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
45 (cedet-cscope-version-check): Use called-interactively-p instead
46 of interactive-p.
47
48 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
49 Use semantic-format-tag-prototype.
50
51 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
52
53 * emulation/viper-cmd.el: Use viper-last-command-char instead of
54 last-command-char/last-command-event.
55 (viper-prefix-arg-value): Do correct conversion of event-char for
56 XEmacs.
57
58 * emulation/viper-util.el, emulation/viper.el: Use
59 viper-last-command-char instead of last-command-char/last-command-event.
60
61 * ediff-init.el, ediff-mult.el, ediff-util.el: Replace
62 last-command-char and last-command-event with (ediff-last-command-char)
63 everywhere.
64
65 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
66 created in fundamental mode.
67
68 * ediff.el (ediff-version): Revert the change of interactive-p to
69 called-interactively-p.
70
71 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
72
73 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
74 generation from word-movement command names.
75
76 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
77
78 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
79 (semantic-complete-jump-local, semantic-complete-jump): Improve
80 prompt string.
81
82 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
83
84 * cus-start.el (all): Add native condition for font-use-system-font.
85
86 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
87
88 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A
89 corrected version of the patch from 2009-11-18. (Bug#3910)
90
91 2009-11-21 Alan Mackenzie <acm@muc.de>
92
93 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): Update
94 to deal with modern Java constructs.
95
96 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
97
98 * progmodes/subword.el: Rename from lisp/subword.el.
99
100 * subword.el: Rename to progmodes/subword.el.
101
102 * Makefile.in (ELCFILES): Adapt to subword.el move.
103
104 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
105 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
108 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
109 (bookmark-bmenu-show-filenames): Use push.
110 (bookmark-bmenu-hide-filenames): Use local var instead of
111 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
112 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
113 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
114 filenames now that the bookmark names are always available.
115
116 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
119 (bookmark-search-pattern): Move and leave unbound.
120 (bookmark-bmenu-mode-map): Change binding.
121 (bookmark-read-search-input): Simplify.
122 Don't use text-char-description. Don't error on non-char events.
123 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
124 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
125 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
126 Use a local var for the timer.
127 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
128 (i.e. bookmark-bmenu-search).
129
130 2009-11-21 Glenn Morris <rgm@gnu.org>
131
132 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
133
134 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
135
136 * net/browse-url.el (browse-url-default-windows-browser):
137 Use cygstart for cygwin.
138
139 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
140
141 * bookmark.el Formatting and doc fixes only:
142 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
143 (bookmark-bmenu-search): Wrap to fit within 80 columns.
144 Minor grammar and punctuation fixes in doc string.
145 (bookmark-read-search-input): Adjust to fit within 80 columns.
146
147 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
148
149 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
150 (c-backward-into-nomenclature): Adapt to subword renaming.
151
152 * subword.el (subword-forward, subword-backward, subword-mark)
153 (subword-kill, subword-backward-kill, subword-transpose)
154 (subword-downcase, subword-upcase, subword-capitalize)
155 (subword-forward-internal, subword-backward-internal):
156 Rename from forward-subword, backward-subword, mark-subword,
157 kill-subword, backward-kill-subword, transpose-subwords,
158 downcase-subword, upcase-subword, capitalize-subword,
159 forward-subword-internal, backward-subword-internal.
160
161 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
162
163 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
164 New options.
165 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
166 New vars.
167 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
168 (bookmark-bmenu-filter-alist-by-regexp)
169 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
170 (bookmark-bmenu-search): New command.
171 (bookmark-bmenu-mode-map): Bind it.
172
173 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
174
175 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
176
177 * cedet/semantic/idle.el (define-semantic-idle-service)
178 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
179
180 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
181
182 * progmodes/cc-cmds.el: declare-functioned forward-subword and
183 backward-subword to quit the byte-compiler.
184
185 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
186
187 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
188
189 * progmodes/cc-cmds.el (c-update-modeline)
190 (c-forward-into-nomenclature, c-backward-into-nomenclature):
191 Refer to subword.el functions instead of cc-subword.el.
192
193 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
194 subword.el functions instead of cc-subword.el.
195
196 * progmodes/cc-subword.el: Rename to subword.el.
197 * subword.el: Rename from progmodes/cc-subword.el.
198 (subword-mode-map): Rename from c-subword-mode-map.
199 (subword-mode): Rename from c-subword-mode.
200 (global-subword-mode): New global minor mode.
201 (forward-subword): Rename from c-forward-subword.
202 (backward-subword): Rename from c-backward-subword.
203 (mark-subword): Rename from c-mark-subword.
204 (kill-subword): Rename from c-kill-subword.
205 (backward-kill-subword): Rename from c-backward-kill-subword.
206 (transpose-subwords): Rename from c-tranpose-subword.
207 (downcase-subword): Rename from c-downcase-subword.
208 (capitalize-subword): Rename from c-capitalize-subword.
209 (forward-subword-internal): Rename from c-forward-subword-internal.
210 (backward-subword-internal): Rename from c-backward-subword-internal.
211
212 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
213
214 * vc.el (vc-deduce-fileset): Allow non-state changing operations
215 from a dired buffer.
216 (vc-dired-deduce-fileset): New function.
217 (vc-root-diff, vc-print-root-log): Use it.
218
219 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
220 nil LIMIT argument to vc-print-log-internal.
221
222 2009-11-20 Glenn Morris <rgm@gnu.org>
223
224 * Makefile.in (ELCFILES): Regenerate.
225
226 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
227
228 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
229
230 * cedet/semantic.el: Enable idle-mode menu items only if
231 global-semantic-idle-scheduler-mode is enabled.
232 (semantic-default-submodes): Doc fix.
233
234 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
235 When turning off, disable other idle modes.
236
237 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
238
239 * calc/calc.el (calc-set-mode-line):
240 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
241 (math-format-number): Rename `math-format-complement-signed' to
242 `math-format-twos-complement'.
243
244 * calc/calc-bin.el (math-format-twos-complement): Rename from
245 math-format-complement-signed.
246 (calc-radix): Rename `calc-complement-signed-mode' to
247 `calc-twos-complement-mode'.
248 (calc-octal-radix, calc-hex-radix): Add an argument for
249 two's complement.
250
251 * calc/calc-embed.el (calc-embedded-mode-vars):
252 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
253
254 * calc/calc-ext.el (calc-init-extensions):
255 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
256 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
257
258 * calc/calc-units.el (math-build-units-table-buffer):
259 Let `calc-twos-complement-mode' be nil.
260
261 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
262 entries.
263
264 * calc/calc-vec.el (calcFunc-vunpack):
265 * calc/calc-aent.el (calc-do-calc-eval):
266 * calc/calc-forms.el (math-format-date):
267 * calc/calc-graph.el (calc-graph-plot):
268 * calc/calc-math.el (math-use-emacs-fn):
269 * calc/calccomp.el (math-compose-expr):
270 Let `calc-twos-complement-mode' be nil.
271
272 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
275 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
276 * minibuffer.el (completion-in-region-functions): New hook.
277 (completion-in-region): New function.
278 * emacs-lisp/lisp.el (lisp-complete-symbol):
279 * pcomplete.el (pcomplete-std-complete): Use it.
280
281 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
284 (latex-complete-alist): New vars.
285 (latex-string-prefix-p, latex-complete-bibtex-keys)
286 (latex-complete-envnames, latex-complete-refkeys)
287 (latex-complete-data): New functions.
288 (latex-complete, latex-indent-or-complete): New commands.
289
290 * window.el (display-buffer-mark-dedicated): New var.
291 (display-buffer): Obey it.
292 * minibuffer.el (minibuffer-completion-help): Use it.
293
294 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
295
296 * filecache.el (file-cache-add-file): Use push and cons.
297 (file-cache-delete-file-regexp): Use push.
298 (file-cache-complete): Use completion-in-region.
299
300 * simple.el (with-wrapper-hook): Fix thinko.
301
302 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
303 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
304 Use with-current-buffer and string-to-number.
305 (hfy-fallback-colour-values): Use assoc-string.
306 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
307 (hfy-face-at): Remove unused var `found-face'.
308 (hfy-compile-stylesheet): Remove unused var `css'.
309 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
310 and `orig-buffer'.
311 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
312 Use with-current-buffer.
313 (hfy-text-p): Use expand-file-name and fewer setq.
314
315 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
316
317 * htmlfontify.el, hfy-cmap.el: New files.
318
319 2009-11-19 Juri Linkov <juri@jurta.org>
320
321 * minibuffer.el (completions-format): New defcustom.
322 (completion--insert-strings): Implement vertical format.
323
324 * simple.el (switch-to-completions): Move point to the first
325 completion when point was at the beginning of the buffer.
326
327 2009-11-19 Juri Linkov <juri@jurta.org>
328
329 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
330
331 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
332
333 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
334
335 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
336 (mail-signature): Change default to t.
337 (mail-from-style): Deprecate `system-default' value.
338 (mail-insert-from-field): For default value of mail-from-style,
339 default to `angles' unless `angles' needs quoting and `parens'
340 does not.
341 (mail-citation-prefix-regexp): Use citation regexp from
342 message-mode.
343
344 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
345
346 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
347 Set variables for computing the prompt for reading password.
348
349 2009-11-19 Glenn Morris <rgm@gnu.org>
350
351 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
352
353 * textmodes/flyspell.el (sgml-lexical-context): Declare.
354
355 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
356 (newsticker-treeview-listwindow-height): Fix custom type.
357
358 2009-11-19 Kenichi Handa <handa@m17n.org>
359
360 * descr-text.el (describe-char-padded-string): Compose with TAB
361 only if there's a font for CH.
362 (describe-char): Fix the condition for detecting a trivial composition.
363
364 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
365
366 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
367 more accurate version of the regexp. (Bug#3910)
368
369 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
370
371 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
372
373 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
374
375 * font-setting.el (font-use-system-font): Declare for byte-compiler.
376 (font-setting-change-default-font): Fix typo in docstring.
377
378 2009-11-18 Alan Mackenzie <acm@muc.de>
379
380 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
381
382 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
383
384 * font-setting.el (font-use-system-font): Move ...
385
386 * cus-start.el (all): ... to here.
387
388 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
389
390 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
391 Don't set `ad-return-value' if `ad-do-it' doesn't.
392
393 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
394 modification time.
395
396 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
397
398 * menu-bar.el: Put "Use system font" in Option-menu.
399 (menu-bar-options-save): Add font-use-system-font.
400
401 * loadup.el: If feature system-font-setting or font-render-setting is
402 there, load font-setting.
403
404 * Makefile.in (ELCFILES): Add font-settings.el.
405 * font-setting.el: New file.
406
407 2009-11-17 Glenn Morris <rgm@gnu.org>
408
409 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
410
411 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
412 Preserve point in the list buffer. (Bug#4939)
413 Use point-at-eol.
414 (newsticker--treeview-list-update-highlight)
415 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
416
417 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
418
419 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
420 Remove.
421
422 * calc/calc-ext.el (calc-init-extensions): Remove references to
423 symclip.
424
425 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
426
427 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
428 * calc/calc-help.el (calc-b-prefix-help): Remove references to
429 `calc-symclip'.
430
431 2009-11-16 Kevin Ryde <user42@zip.com.au>
432
433 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
434 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
435
436 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
437 (lm-keywords-list): Allow comma-only separator like "foo,bar".
438 Ignore trailing spaces by omit-nulls to split-string (fixing
439 regression from Emacs 21 due to the incompatible split-string
440 change). (Bug #4928.)
441
442 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
443
444 * vc.el (vc-log-show-limit): Default to 2000.
445 (vc-print-log-internal): Insert buttons to request more entries
446 when limiting the output.
447
448 * vc-sccs.el (vc-sccs-print-log):
449 * vc-rcs.el (vc-rcs-print-log):
450 * vc-cvs.el (vc-cvs-print-log):
451 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
452 LIMIT is non-nil.
453
454 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
455
456 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
457 error when `tramp-gvfs-dbus-event-vector' is set.
458 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
459
460 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
463
464 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
465
466 * net/dbus.el (dbus-unregister-service): New defun.
467 (dbus-register-property): Register the handlers of
468 "org.freedesktop.DBus.Properties" for SERVICE.
469 (dbus-property-handler): Fix docstring.
470
471 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
472
473 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
474 Quote doc string reference in defvaralias as it is not in special form.
475 (byte-compile-output-docform): Doc fix.
476
477 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
478
479 * calc/calc.el (math-2-word-size, math-half-2-word-size)
480 (calc-complement-signed-mode): New variables.
481 (calc-set-mode-line): Add indicator for twos-complements.
482 (math-format-number): Format twos-complement notation.
483
484 * calc/calc-bin.el (calc-word-size): Reset the variables
485 `math-2-word-size' and `math-half-2-word-size'.
486 (math-format-complement-signed, math-symclip, calcFunc-symclip)
487 (calc-symclip): New functions.
488
489 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
490
491 * calc/calc-embed.el (calc-embedded-mode-vars):
492 Add `calc-complement-signed-mode' to the list of modes.
493
494 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
495 (calc-b-oper-keys): Add `calc-symclip' to list.
496
497 * calc/calc-ext.el (math-read-number-fancy): Read complement
498 signed numbers.
499 (calc-init-extensions): Add binding for `calc-symclip'.
500 Add autoload for `calcFunc-symclip' and `calc-symclip'.
501
502 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
503 `calc-symclip'.
504 (calc-modes-menu): Add item for twos complement mode.
505
506 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
507
508 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
509
510 * register.el (jump-to-register, insert-register): Handle Semantic
511 tags. From commented-out advice in semantic/senator.el.
512
513 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
514
515 * vc.el (vc-log-show-limit): New variable.
516 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
517 when using a prefix argument.
518 (vc-print-log-internal): Add new argument LIMIT.
519
520 * vc-svn.el (vc-svn-print-log):
521 * vc-mtn.el (vc-mtn-print-log):
522 * vc-hg.el (vc-hg-print-log):
523 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
524 pass it to the log command when set. Make the BUFFER argument
525 non-optional.
526
527 * vc-sccs.el (vc-sccs-print-log):
528 * vc-rcs.el (vc-rcs-print-log):
529 * vc-git.el (vc-git-print-log):
530 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
531 ignore it. Make the BUFFER argument non-optional
532
533 * bindings.el (mode-line-buffer-identification): Do not purecopy.
534
535 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
536
537 * dired.el (dired-mode-map): Move encryption items to "Operate"
538 menu (Bug#4703).
539
540 * strokes.el (strokes-update-window-configuration): Make strokes
541 buffer current before erasing (Bug#4906).
542
543 * cedet/semantic/idle.el (semantic-idle-summary-mode)
544 (semantic-idle-summary-mode): Define using define-minor-mode
545 instead of define-semantic-idle-service.
546 (semantic-idle-summary-mode): New function.
547 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
548 that mouse motion does not reset the echo area.
549
550 2009-11-15 Juri Linkov <juri@jurta.org>
551
552 * simple.el (set-mark-default-inactive): Add :type, :group
553 and :version. (Bug#4876)
554
555 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
556
557 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
558 (archive-unique-fname): ... here. (Bug#4929)
559
560 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
563 with a real fix.
564
565 * novice.el (disabled-command-function): Add useful args.
566 Setup the help buffer so that [back] works.
567 Remove redundant call to help-mode.
568 (disabled-command-function): Use `case'.
569 (en/disable-command): New function extracted from enable-command.
570 (enable-command, disable-command): Use it.
571
572 2009-11-14 Glenn Morris <rgm@gnu.org>
573
574 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
575 constants. (Bug#4913)
576
577 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
578
579 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
580
581 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
582 defined in C that have no doc-strings. (Bug#1063)
583
584 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
585
586 * cus-edit.el (data, files):
587 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
588
589 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
590
591 * simple.el (shell-command): Doc fix (Bug#4891).
592
593 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
594
595 2009-11-14 Glenn Morris <rgm@gnu.org>
596
597 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
598 statements for vc-diff, emerge-quit, and rmail-cease-edit.
599 If they are already loaded, eval-after-load will do the right thing.
600
601 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
602 compiling.
603
604 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
605
606 * simple.el (x-selection-owner-p): Declare.
607 (read-mail-command): Use custom radio type rather than choice.
608 (completion-no-auto-exit): Doc fix.
609
610 * custom.el (defgroup):
611 * epg-config.el (epg): Doc fixes.
612
613 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
614
615 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
616 * international/ccl.el (define-ccl-program): Do not purecopy the
617 docstring, defconst does it anyway.
618
619 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * add-log.el (add-change-log-entry): Avoid displaying the changelog
622 a second time.
623
624 * x-dnd.el (x-dnd-maybe-call-test-function):
625 * window.el (split-window-vertically):
626 * whitespace.el (whitespace-help-on):
627 * vc-rcs.el (vc-rcs-consult-headers):
628 * userlock.el (ask-user-about-lock-help)
629 (ask-user-about-supersession-help):
630 * type-break.el (type-break-force-mode-line-update):
631 * time-stamp.el (time-stamp-conv-warn):
632 * terminal.el (te-set-output-log, te-more-break, te-filter)
633 (te-sentinel,terminal-emulator):
634 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
635 (term-write-input-ring, term-check-source, term-start-output-log):
636 (term-display-buffer-line, term-dynamic-list-completions):
637 (term-ansi-make-term, serial-term):
638 * subr.el (selective-display):
639 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
640 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
641 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
642 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
643 (speedbar-remove-localized-speedbar-support)
644 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
645 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
646 (speedbar-buffers-line-directory):
647 * simple.el (shell-command-on-region, append-to-buffer)
648 (prepend-to-buffer):
649 * shadowfile.el (shadow-save-todo-file):
650 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
651 (scroll-bar-maybe-set-window-start):
652 * sb-image.el (speedbar-image-dump):
653 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
654 (load-save-place-alist-from-file):
655 * ps-samp.el (ps-print-message-from-summary):
656 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
657 (ps-background-image, ps-begin-job, ps-do-despool):
658 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
659 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
660 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
661 (pr-call-process, pr-file-list, pr-interface-save):
662 * novice.el (disabled-command-function)
663 (enable-command, disable-command):
664 * mouse.el (mouse-buffer-menu-alist):
665 * mouse-copy.el (mouse-kill-preserving-secondary):
666 * macros.el (kbd-macro-query):
667 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
668 * informat.el (batch-info-validate):
669 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
670 * hippie-exp.el (try-expand-dabbrev-visible):
671 * help-mode.el (help-make-xrefs):
672 * help-fns.el (describe-variable):
673 * generic-x.el (bat-generic-mode-run-as-comint):
674 * finder.el (finder-mouse-select):
675 * find-dired.el (find-dired-sentinel):
676 * filesets.el (filesets-file-close):
677 * files.el (list-directory):
678 * faces.el (list-faces-display, describe-face):
679 * facemenu.el (list-colors-display):
680 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
681 * epg.el (epg--process-filter, epg-cancel):
682 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
683 (epa--read-signature-type):
684 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
685 (emerge-file-names):
686 * ehelp.el (electric-helpify):
687 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
688 * ediff-vers.el (rcs-ediff-view-revision):
689 * ediff-util.el (ediff-setup):
690 * ediff-mult.el (ediff-append-custom-diff):
691 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
692 (ediff-wordify):
693 * echistory.el (Electric-command-history-redo-expression):
694 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
695 * disp-table.el (describe-display-table):
696 * dired.el (dired-find-buffer-nocreate):
697 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
698 * dabbrev.el (dabbrev--same-major-mode-p):
699 * chistory.el (list-command-history):
700 * apropos.el (apropos-documentation):
701 * allout.el (allout-obtain-passphrase):
702 (allout-copy-exposed-to-buffer):
703 (allout-verify-passphrase): Use with-current-buffer.
704
705 2009-11-13 Glenn Morris <rgm@gnu.org>
706
707 * Makefile.in (ELCFILES): Regenerate.
708
709 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
710
711 * net/dbus.el (dbus-registered-objects-table): Rename from
712 `dbus-registered-functions-table', because it contains also properties.
713 (dbus-unregister-object): Unregister also properties.
714 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
715 Use a timeout of 500 msec, in order to not block.
716 (dbus-register-property, dbus-property-handler): New defuns.
717
718 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * simple.el (minibuffer-default-add-completions): Drop deprecated
721 4th arg.
722
723 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
724
725 * textmodes/artist.el (artist-mouse-choose-operation):
726 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
727 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
728 (artist-compute-up-event-key): New function.
729 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
730
731 2009-11-13 Kenichi Handa <handa@m17n.org>
732
733 * language/japan-util.el: Make sure that the value of jisx0208
734 property is jisx0208 character.
735
736 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
737
738 * international/mule.el (auto-coding-regexp-alist): Only purecopy
739 car or each item, not the whole list.
740
741 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * minibuffer.el (minibuffer-completion-help):
744 Use minibuffer-hide-completions.
745
746 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
747
748 * dired.el (dired-save-positions, dired-restore-positions): New funs.
749 (dired-revert): Use them (bug#4880).
750
751 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
752
753 * tooltip.el (tooltip-frame-parameters): Undo previous change.
754
755 2009-11-12 Juri Linkov <juri@jurta.org>
756
757 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
758 New functions.
759 (find-file-literally-at-point): Alias of `ffap-literally'.
760
761 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
762
763 * textmodes/ispell.el (ispell-skip-region-alist):
764 * textmodes/css-mode.el (auto-mode-alist):
765 * progmodes/compile.el (auto-mode-alist):
766 * international/mule.el (ctext-non-standard-encodings-alist)
767 (ctext-non-standard-encodings-regexp):
768 * simple.el (shell-command-switch, text-read-only):
769 * replace.el (occur-mode-map):
770 * paths.el (rmail-file-name):
771 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
772 * find-file.el (ff-special-constructs):
773 * files.el (file-name-handler-alist):
774 * composite.el: Purecopy strings.
775
776 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
777
778 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
779
780 * widget.el (define-widget): Purecopy the docstring.
781 * international/mule-cmds.el (charset): Do not purecopy the
782 docstring here, define-widget does it.
783
784 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
785 * textmodes/bibtex-style.el (auto-mode-alist):
786 * progmodes/inf-lisp.el (inferior-lisp-prompt):
787 * progmodes/compile.el (compile-command):
788 * language/korea-util.el (default-korean-keyboard):
789 * international/mule-conf.el (file-coding-system-alist):
790 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
791 * tooltip.el (tooltip-frame-parameters):
792 * newcomment.el (comment-end, comment-padding):
793 * dired.el (dired-trivial-filenames):
794 * comint.el (comint-file-name-prefix): Purecopy initial values.
795
796 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
797
798 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
799 (tramp-advice-minibuffer-electric-tilde): Unload advices via
800 `tramp-unload'.
801 (tramp-advice-make-auto-save-file-name)
802 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
803 after removing the advice.
804
805 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
806
807 * progmodes/grep.el (grep-regexp-alist):
808 * international/mule-cmds.el (iso-2022-control-alist):
809 * emacs-lisp/timer.el (timer-duration-words):
810 * subr.el (version-separator, version-regexp-alist):
811 * minibuffer.el (completion-styles-alist):
812 * faces.el (face-attribute-name-alist, list-faces-sample-text):
813 Change defvars to defconsts.
814
815 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
816 * loadup.el ("international/mule-conf"): Load the byte compiled version.
817 * international/mule-conf.el: Allow to be byte compiled.
818
819 * international/mule.el (define-charset): Purecopy props.
820 (load-with-code-conversion): Purecopy doc string and file name.
821 (put-charset-property): Purecopy strings.
822 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
823
824 * international/mule-cmds.el (register-input-method): Purecopy arguments.
825 (define-char-code-property): Correctly purecopy the table.
826
827 * international/ccl.el (define-ccl-program): Purecopy the docstring.
828
829 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
830
831 * subr.el (add-hook): Purecopy strings.
832 (eval-after-load): Purecopy load-history-regexp and the form.
833
834 * custom.el (custom-declare-group): Purecopy load-file-name.
835
836 * subr.el (menu-bar-separator): New defconst.
837 * net/eudc.el (eudc-tools-menu):
838 * international/mule-cmds.el (set-coding-system-map)
839 (mule-menu-keymap):
840 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
841 * vc-hooks.el (vc-menu-map):
842 * replace.el (occur-mode-map):
843 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
844 (menu-bar-edit-menu, menu-bar-goto-menu)
845 (menu-bar-custom-menu, menu-bar-showhide-menu)
846 (menu-bar-options-menu, menu-bar-tools-menu)
847 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
848 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
849 (menu-bar-help-menu):
850 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
851 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
852
853 * term/x-win.el (x-gtk-stock-map):
854 * progmodes/vera-mode.el (auto-mode-alist):
855 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
856 (inferior-lisp-program, inferior-lisp-load-command):
857 * progmodes/hideshow.el (hs-special-modes-alist):
858 * progmodes/gud.el (same-window-regexps):
859 * progmodes/grep.el (grep-program, find-program, xargs-program):
860 * net/telnet.el (same-window-regexps):
861 * net/rlogin.el (same-window-regexps):
862 * language/ethiopic.el (font-ccl-encoder-alist):
863 * vc-sccs.el (vc-sccs-master-templates):
864 * vc-rcs.el (vc-rcs-master-templates):
865 * subr.el (cl-assertion-failed):
866 * simple.el (next-error-overlay-arrow-position):
867 * lpr.el (lpr-command):
868 * locate.el (locate-ls-subdir-switches):
869 * info.el (same-window-regexps, info)
870 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
871 * image-mode.el (image-mode, auto-mode-alist):
872 * hippie-exp.el (hippie-expand-ignore-buffers):
873 * format.el (format-alist):
874 * find-dired.el (find-ls-subdir-switches, find-grep-options)
875 (find-name-arg):
876 * facemenu.el (facemenu-keybindings):
877 * dired.el (dired-listing-switches, dired-chown-program):
878 * diff.el (diff-switches, diff-command):
879 * cus-edit.el (same-window-regexps):
880 * bindings.el (mode-line-mule-info)
881 (mode-line-buffer-identification): Purecopy strings.
882
883 2009-11-11 Juri Linkov <juri@jurta.org>
884
885 * simple.el (dired-get-filename)<declare-function>:
886 Tell the byte-compiler about dired-get-filename.
887 (shell-command): In Dired mode, get filename from the current line
888 as the default value.
889
890 2009-11-10 Glenn Morris <rgm@gnu.org>
891
892 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
893 * calendar/holidays.el, progmodes/cperl-mode.el:
894 Update x-popup-menu declarations.
895
896 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
897 (list-load-path-shadows): Use dolist.
898 (list-load-path-shadows): Use with-current-buffer.
899
900 2009-11-10 Juri Linkov <juri@jurta.org>
901
902 * minibuffer.el (read-file-name): Support a list of default values
903 in `default-filename'. Use the first file name where only one
904 element is required. Doc fix.
905
906 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
907
908 * net/dbus.el (dbus-unregister-object): Release service, if no
909 other method is registered for it.
910
911 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
912
913 * bookmark.el (bookmark-completing-read): Sort bookmark names if
914 bookmark-sort-flag is non-nil (Bug#4653).
915
916 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
917
918 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
919 the progress reporter entirely.
920
921 * emulation/cua-base.el: Add CUA property to some CC mode commands
922 (Bug#4100).
923
924 2009-11-08 Kevin Ryde <user42@zip.com.au>
925
926 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
927 at end of sentence (Bug#4818).
928
929 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
930
931 * progmodes/compile.el (compilation-error-regexp-alist-alist):
932 Handle "see declaration of" MSFT statements (Bug#4100).
933
934 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
935
936 * net/tramp.el (tramp-advice-make-auto-save-file-name)
937 (tramp-advice-file-expand-wildcards): Unload via
938 `ad-remove-advice'.
939
940 * net/trampver.el: Update release number.
941
942 2009-11-08 Kevin Ryde <user42@zip.com.au>
943
944 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
945 `ad-do-it'.
946
947 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
948
949 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
950 in order to keep context in SELinux.
951
952 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
953
954 * dired-aux.el (dired-query): Place cursor in echo area and allow
955 C-g.
956
957 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
958 menu item if not on a directory (Bug#4701).
959
960 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
961
962 Sync with Tramp 2.1.17.
963
964 * net/tramp.el (tramp-handle-copy-directory): Don't use
965 `file-remote-p' (due to compatibility).
966
967 * net/tramp-compat.el (tramp-compat-copy-directory)
968 (tramp-compat-delete-directory): New defuns.
969
970 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
971 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
972 `tramp-compat-delete-directory'.
973
974 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
975 (tramp-smb-handle-delete-directory ): Use
976 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
977
978 * net/trampver.el: Update release number.
979
980 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
981
982 * tar-mode.el (tar-copy): Call write-region on the right buffer
983 (Bug#4857).
984
985 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
986 by hand, if necessary (Bug#4878).
987
988 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
989
990 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
991 align size column (Bug#4839).
992
993 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
994 statement.
995
996 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
997
998 * progmodes/ld-script.el (auto-mode-alist):
999 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1000
1001 * cus-face.el (custom-declare-face): Purecopy face spec.
1002
1003 2009-11-06 Kenichi Handa <handa@m17n.org>
1004
1005 * international/uni-bidi.el: Re-generated.
1006 * international/uni-category.el: Re-generated.
1007 * international/uni-combining.el: Re-generated.
1008 * international/uni-mirrored.el: Re-generated.
1009
1010 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1011
1012 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1013 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1014 (tex-start-options, slitex-run-command, latex-run-command)
1015 (tex-run-command, tex-directory):
1016 * textmodes/ispell.el (ispell-html-skip-alists)
1017 (ispell-tex-skip-alists, ispell-tex-skip-alists):
1018 * textmodes/fill.el (adaptive-fill-first-line-regexp):
1019 (adaptive-fill-regexp):
1020 * textmodes/dns-mode.el (auto-mode-alist):
1021 * progmodes/python.el (interpreter-mode-alist):
1022 * progmodes/etags.el (tags-compression-info-list):
1023 * progmodes/etags.el (tags-file-name):
1024 * net/browse-url.el (browse-url-galeon-program)
1025 (browse-url-firefox-program):
1026 * mail/sendmail.el (mail-signature-file)
1027 (mail-citation-prefix-regexp):
1028 * international/mule-conf.el (eight-bit):
1029 * international/latexenc.el (latex-inputenc-coding-alist):
1030 * international/fontset.el (x-pixel-size-width-font-regexp):
1031 * emacs-lisp/warnings.el (warning-type-format):
1032 * emacs-lisp/trace.el (trace-buffer):
1033 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1034 (emacs-lisp-mode-map):
1035 * calendar/holidays.el (holiday-solar-holidays)
1036 (holiday-bahai-holidays, holiday-islamic-holidays)
1037 (holiday-christian-holidays, holiday-hebrew-holidays)
1038 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1039 (hebrew-holidays-1, holiday-oriental-holidays)
1040 (holiday-general-holidays):
1041 * x-dnd.el (x-dnd-known-types):
1042 * tool-bar.el (tool-bar):
1043 * startup.el (site-run-file):
1044 * shell.el (shell-dumb-shell-regexp):
1045 * rfn-eshadow.el (file-name-shadow-tty-properties)
1046 (file-name-shadow-properties):
1047 * paths.el (remote-shell-program, news-directory):
1048 * mouse.el ([C-down-mouse-3]):
1049 * menu-bar.el (menu-bar-tools-menu):
1050 * jka-cmpr-hook.el (jka-compr-load-suffixes)
1051 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1052 (jka-compr-compression-info-list):
1053 * isearch.el (search-whitespace-regexp):
1054 * image-file.el (image-file-name-extensions):
1055 * find-dired.el (find-ls-option):
1056 * files.el (directory-listing-before-filename-regexp)
1057 (directory-free-space-args, insert-directory-program)
1058 (list-directory-brief-switches, magic-fallback-mode-alist)
1059 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1060 (automount-dir-prefix):
1061 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1062 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1063 (face-font-registry-alternatives, face-font-registry-alternatives)
1064 (face-font-family-alternatives):
1065 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1066 (facemenu-foreground-menu, facemenu-face-menu):
1067 * epa-hook.el (epa-file-name-regexp):
1068 * dnd.el (dnd-protocol-alist):
1069 * textmodes/rst.el (auto-mode-alist):
1070 * button.el (default-button): Purecopy strings.
1071
1072 2009-11-06 Glenn Morris <rgm@gnu.org>
1073
1074 * Makefile.in (ELCFILES): Update.
1075
1076 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1079 * emacs-lisp/levents.el: Move to obsolete/levents.el.
1080
1081 * nxml/xsd-regexp.el (xsdre-gen-categories):
1082 * nxml/xmltok.el (xmltok-parse-entity):
1083 * nxml/rng-parse.el (rng-parse-validate-file):
1084 * nxml/rng-maint.el (rng-format-manual)
1085 (rng-manual-output-force-new-line):
1086 * nxml/rng-loc.el (rng-save-schema-location-1):
1087 * nxml/rng-cmpct.el (rng-c-parse-file):
1088 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1089 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1090
1091 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
1092
1093 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1094 Remove extra save-excursions and make-variable-buffer-local's.
1095 Suggested by Stefan Monnier.
1096
1097 (verilog-getopt-file, verilog-module-inside-filename-p)
1098 (verilog-set-define): Merge GNU 1.35 and repair changes from
1099 switching to using with-current-buffer.
1100
1101 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1102 being treated as a number and confusing AUTORESET.
1103 Reported by Dan Dever.
1104
1105 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1106 Add verilog-auto-ignore-concat to fix backward compatibility with
1107 older verilog-modes. Reported by Dan Katz.
1108
1109 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1110 containing closing anchors "...$".
1111
1112 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1113 Reported by Wade Smith.
1114
1115 (verilog-batch-execute-func) Comment on function usage.
1116
1117 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
1118
1119 * verilog-mode.el (verilog-label-re): Fix regular expression for
1120 labels.
1121
1122 (verilog-label-re, verilog-calc-1): Support proper indent of named
1123 asserts.
1124
1125 (verilog-backward-token, verilog-basic-complete-re)
1126 (verilog-beg-of-statement, verilog-indent-re): Support proper
1127 indent of the assert statement at the beginning of a block of text.
1128
1129 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1130 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1131 tokens as begins.
1132
1133 2009-11-05 Glenn Morris <rgm@gnu.org>
1134
1135 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1136 Emacs 19. (Bug#1531)
1137 (byte-compile-fix-header): Update for the above change.
1138 Drop test for epoch::version.
1139
1140 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1141 * cus-dep.el (custom-make-dependencies):
1142 * finder.el (finder-compile-keywords):
1143 Use autoload-rubric's feature argument.
1144
1145 * calendar/diary-lib.el (top-level): Make load behave more like require.
1146
1147 * vc-git.el (vc-git-stash-map): Move definition before use.
1148
1149 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1150
1151 * custom.el (custom-declare-group): Purecopy standard-value.
1152 (custom-declare-group): Purecopy custom-prefix.
1153
1154 * international/mule.el (load-with-code-conversion):
1155 Call do-after-load-evaluation unconditionally.
1156
1157 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1158
1159 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1162
1163 2009-11-04 Glenn Morris <rgm@gnu.org>
1164
1165 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1166 (byte-compile-compatibility): Remove option.
1167 (byte-compile-close-variables, byte-compile-fix-header)
1168 (byte-compile-insert-header, byte-compile-output-docform)
1169 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1170 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1171 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1172 (byte-compile-insert, byte-compile-defun):
1173 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
1174 (byte-defop-compiler19): Remove.
1175 Without byte-compile-compatibility, the 'emacs19-opcode property is not
1176 used by anything. Replace all calls with byte-defop-compiler.
1177
1178 2009-11-04 Juri Linkov <juri@jurta.org>
1179
1180 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1181 (menu-bar-options-menu): Don't quote the `prop' arg of
1182 `menu-bar-make-mm-toggle'.
1183
1184 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * calendar/calendar.el (cal-loaddefs):
1187 * calendar/diary-lib.el (diary-loaddefs):
1188 * calendar/holidays.el (hol-loaddefs):
1189 * eshell/esh-module.el (esh-groups): Load rather than require.
1190
1191 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * calendar/todo-mode.el (todo-add-category): Don't hardcode
1194 point-min==1.
1195 (todo-top-priorities): Only display-buffer when called interactively.
1196 (todo-item-start): Don't save excursion point.
1197 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
1198 (todo-insert-item-here, todo-file-item, todo-remove-item):
1199 Adjust uses of todo-item-start and todo-item-end.
1200
1201 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1202 (autoload-rubric): Don't use any more.
1203 * cedet/semantic/fw.el (semantic/loaddefs):
1204 * cedet/srecode.el (srecode/loaddefs):
1205 * cedet/ede.el (ede/loaddefs): Load rather than require.
1206 * cedet/ede/cpp-root.el:
1207 * cedet/ede/emacs.el:
1208 * cedet/ede/files.el:
1209 * cedet/ede/linux.el:
1210 * cedet/ede/locate.el:
1211 * cedet/ede/make.el:
1212 * cedet/ede/shell.el:
1213 * cedet/ede/speedbar.el:
1214 * cedet/ede/system.el:
1215 * cedet/ede/util.el:
1216 * cedet/semantic/analyze.el:
1217 * cedet/semantic/bovine.el:
1218 * cedet/semantic/complete.el:
1219 * cedet/semantic/ctxt.el:
1220 * cedet/semantic/db-file.el:
1221 * cedet/semantic/db-find.el:
1222 * cedet/semantic/db-global.el:
1223 * cedet/semantic/db-mode.el:
1224 * cedet/semantic/db-typecache.el:
1225 * cedet/semantic/db.el:
1226 * cedet/semantic/debug.el:
1227 * cedet/semantic/dep.el:
1228 * cedet/semantic/doc.el:
1229 * cedet/semantic/edit.el:
1230 * cedet/semantic/find.el:
1231 * cedet/semantic/format.el:
1232 * cedet/semantic/html.el:
1233 * cedet/semantic/ia-sb.el:
1234 * cedet/semantic/ia.el:
1235 * cedet/semantic/idle.el:
1236 * cedet/semantic/lex-spp.el:
1237 * cedet/semantic/lex.el:
1238 * cedet/semantic/mru-bookmark.el:
1239 * cedet/semantic/scope.el:
1240 * cedet/semantic/senator.el:
1241 * cedet/semantic/sort.el:
1242 * cedet/semantic/symref.el:
1243 * cedet/semantic/tag-file.el:
1244 * cedet/semantic/tag-ls.el:
1245 * cedet/semantic/tag-write.el:
1246 * cedet/semantic/tag.el:
1247 * cedet/semantic/util-modes.el:
1248 * cedet/semantic/analyze/complete.el:
1249 * cedet/semantic/analyze/refs.el:
1250 * cedet/semantic/bovine/c.el:
1251 * cedet/semantic/bovine/gcc.el:
1252 * cedet/semantic/bovine/make.el:
1253 * cedet/semantic/bovine/scm.el:
1254 * cedet/semantic/decorate/include.el:
1255 * cedet/semantic/decorate/mode.el:
1256 * cedet/semantic/symref/cscope.el:
1257 * cedet/semantic/symref/global.el:
1258 * cedet/semantic/symref/grep.el:
1259 * cedet/semantic/symref/idutils.el:
1260 * cedet/semantic/symref/list.el:
1261 * cedet/semantic/wisent/java-tags.el:
1262 * cedet/semantic/wisent/javascript.el:
1263 * cedet/srecode/compile.el:
1264 * cedet/srecode/cpp.el:
1265 * cedet/srecode/document.el:
1266 * cedet/srecode/el.el:
1267 * cedet/srecode/expandproto.el:
1268 * cedet/srecode/getset.el:
1269 * cedet/srecode/insert.el:
1270 * cedet/srecode/java.el:
1271 * cedet/srecode/map.el:
1272 * cedet/srecode/mode.el:
1273 * cedet/srecode/template.el:
1274 * cedet/srecode/texi.el: Remove the file-local setting of
1275 generated-autoload-feature.
1276
1277 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1278 and only put a prop if it is non-nil.
1279
1280 2009-11-03 Juri Linkov <juri@jurta.org>
1281
1282 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1283 (menu-bar-options-menu): Fix list quoting (Bug#4429).
1284
1285 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1286 and "Menu" to make top-level menu item visually one unit (like
1287 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1288 multi-word menu items). Fix :help string for quit-window.
1289
1290 2009-11-03 Glenn Morris <rgm@gnu.org>
1291
1292 * cedet/mode-local.el (with-mode-local): Doc fix.
1293
1294 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1295 (byte-compile-file-form-define-abbrev-table)
1296 (byte-compile-file-form-custom-declare-variable)
1297 (byte-compile-variable-ref, byte-compile-defvar):
1298 Whether or not a warning is enabled should only affect whether we issue
1299 the warning, not whether or not we collect the relevant data.
1300 Eg warnings can be turned on and off throughout the course of a file.
1301
1302 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1303 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1304
1305 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1308 * play/mpuz.el (mpuz-create-buffer):
1309 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1310 (lm-print-y,s,noise, lm-print-w0, lm-init):
1311 * play/gomoku.el (gomoku-prompt-for-move):
1312 * play/fortune.el (fortune-in-buffer):
1313 * play/dissociate.el (dissociated-press):
1314 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1315 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1316 * mail/supercite.el (sc-eref-show):
1317 * mail/smtpmail.el (smtpmail-send-it):
1318 * mail/rmailsum.el (rmail-summary-next-labeled-message)
1319 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1320 (rmail-summary-undelete-many, rmail-summary-rmail-update)
1321 (rmail-summary-goto-msg, rmail-summary-expunge)
1322 (rmail-summary-get-new-mail, rmail-summary-search-backward)
1323 (rmail-summary-add-label, rmail-summary-output-menu)
1324 (rmail-summary-output-body):
1325 * mail/rfc822.el (rfc822-addresses):
1326 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1327 * mail/mailpost.el (post-mail-send-it):
1328 * mail/hashcash.el (hashcash-generate-payment):
1329 * mail/feedmail.el (feedmail-run-the-queue)
1330 (feedmail-queue-send-edit-prompt-help-first)
1331 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1332 (feedmail-deduce-address-list):
1333 * eshell/esh-ext.el (eshell-remote-command):
1334 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1335 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1336 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1337 (viper-save-string-in-file, viper-valid-marker):
1338 * emulation/viper-keym.el (viper-toggle-key):
1339 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1340 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1341 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1342 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1343 (viper-exec-form-in-emacs, viper-brac-function):
1344 * emulation/viper.el (viper-delocalize-var):
1345 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1346 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1347 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1348 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1349 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1350 * emulation/edt.el (edt-electric-helpify):
1351 * emulation/cua-rect.el (cua--rectangle-aux-replace):
1352 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1353 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1354 (cua-indent-to-global-mark-column):
1355 * calendar/diary-lib.el (calendar-mark-1):
1356 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1357 Use with-current-buffer.
1358 * emulation/viper.el (viper-delocalize-var): Use dolist.
1359
1360 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * comint.el (comint-replace-by-expanded-history-before-point):
1363 Replace !! with the previous input string literally (Bug#1795).
1364
1365 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
1366
1367 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1368 to be made up of whitespace.
1369
1370 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1371
1372 * minibuffer.el (read-file-name): Don't use file dialogs for
1373 remote directories (Bug#99).
1374
1375 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1378
1379 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
1380
1381 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1382 instead of deleting the window or frame.
1383
1384 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1387 Support face colors.
1388
1389 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1390 New function. Support face colors (Bug#1168).
1391 (tex-common-initialization): Use it.
1392
1393 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1394 mode allows it (Bug#1168).
1395
1396 2009-10-31 Juri Linkov <juri@jurta.org>
1397
1398 * facemenu.el (list-colors-display): Don't mark buffer as
1399 modified (Bug#3948).
1400
1401 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * international/mule-diag.el (list-character-sets-1): Minor
1404 message fix (Bug#3526).
1405
1406 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1407 face property (Bug#4834).
1408 (etags-list-tags, etags-tags-apropos-additional)
1409 (etags-tags-apropos, tags-select-tags-table): Add follow-link
1410 property.
1411
1412 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1413 items.
1414
1415 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1416 items.
1417
1418 * cedet/ede.el (ede-minor-mode):
1419 * cedet/semantic.el (semantic-mode): Toggle menu separators.
1420
1421 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * textmodes/two-column.el (2C-split):
1424 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1425 * textmodes/tex-mode.el (tex-set-buffer-directory):
1426 * textmodes/spell.el (spell-region, spell-string):
1427 * textmodes/reftex.el (reftex-erase-buffer):
1428 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1429 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1430 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1431 (reftex-select-item):
1432 * textmodes/reftex-ref.el (reftex-label-info-update)
1433 (reftex-offer-label-menu):
1434 * textmodes/reftex-index.el (reftex-index-change-entry)
1435 (reftex-index-phrases-info):
1436 * textmodes/reftex-global.el (reftex-create-tags-file)
1437 (reftex-save-all-document-buffers, reftex-ensure-write-access):
1438 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1439 (reftex-view-crossref-from-bibtex):
1440 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1441 (reftex-extract-bib-entries-from-thebibliography)
1442 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1443 * textmodes/refbib.el (r2b-capitalize-title):
1444 (r2b-convert-buffer, r2b-help):
1445 * textmodes/page-ext.el (pages-directory)
1446 (pages-directory-goto-with-mouse):
1447 * textmodes/bibtex.el (bibtex-validate-globally):
1448 * textmodes/bib-mode.el (bib-capitalize-title):
1449 * textmodes/artist.el (artist-clear-buffer, artist-system):
1450 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1451 (local-set-scheme-interaction-buffer, xscheme-process-filter)
1452 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1453 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1454 (xscheme-send-control-g-interrupt, xscheme-start-process)
1455 (xscheme-process-sentinel, xscheme-cd):
1456 * progmodes/verilog-mode.el (verilog-read-always-signals)
1457 (verilog-set-define, verilog-getopt-file)
1458 (verilog-module-inside-filename-p):
1459 * progmodes/sh-script.el:
1460 * progmodes/python.el (python-pdbtrack-get-source-buffer)
1461 (python-pdbtrack-grub-for-buffer, python-execute-file):
1462 * progmodes/octave-inf.el (inferior-octave):
1463 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1464 (idlwave-shell-compile-helper-routines, idlwave-set-local)
1465 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1466 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1467 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1468 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1469 (idlwave-shell-filter, idlwave-shell-examine-highlight)
1470 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1471 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1472 (idlwave-shell-examine-display, idlwave-shell-run-region)
1473 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1474 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1475 * progmodes/idlw-help.el (idlwave-help-get-special-help)
1476 (idlwave-help-get-help-buffer):
1477 * progmodes/gud.el (gud-basic-call, gud-find-class)
1478 (gud-tooltip-activate-mouse-motions-if-enabled):
1479 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1480 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1481 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1482 (ebrowse-tags-next-file):
1483 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1484 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1485 (ebnf-eps-finish-and-write):
1486 * progmodes/cpp.el (cpp-edit-save):
1487 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1488 * progmodes/cc-defs.el (c-emacs-features):
1489 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1490 (antlr-directory-dependencies):
1491 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1492 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1493 (ada-find-any-references, ada-make-filename-from-adaname)
1494 (ada-make-body-gnatstub):
1495 * obsolete/rnews.el (news-list-news-groups):
1496 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1497 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1498 * net/rcirc.el (rcirc-debug):
1499 * net/newst-treeview.el (newsticker--treeview-list-add-item)
1500 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1501 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1502 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1503 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1504 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1505 (newsticker--treeview-list-clear-highlight)
1506 (newsticker--treeview-list-update-highlight)
1507 (newsticker--treeview-list-highlight-start)
1508 (newsticker--treeview-tree-update-highlight)
1509 (newsticker--treeview-get-selected-item)
1510 (newsticker-treeview-mark-list-items-old)
1511 (newsticker--treeview-set-current-node):
1512 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1513 * net/newst-backend.el (newsticker--get-news-by-funcall)
1514 (newsticker--get-news-by-wget, newsticker--image-get)
1515 (newsticker--image-sentinel):
1516 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1517 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1518 (eudc-ph-close-session):
1519 * net/eudc.el (eudc-save-options):
1520 * language/thai-word.el (thai-update-word-table):
1521 * language/japan-util.el (japanese-string-conversion):
1522 * international/titdic-cnv.el (tsang-quick-converter)
1523 (ziranma-converter, ctlau-converter):
1524 * international/mule-cmds.el (describe-language-environment):
1525 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1526 (skkdic-convert-postfix, skkdic-convert-prefix):
1527 (skkdic-convert-okuri-nasi, skkdic-convert):
1528 * emacs-lisp/re-builder.el (reb-update-overlays):
1529 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1530 * emacs-lisp/gulp.el (gulp-send-requests):
1531 * emacs-lisp/find-gc.el (trace-call-tree):
1532 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1533 (eieio-describe-generic):
1534 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1535 * emacs-lisp/edebug.el (edebug-outside-excursion):
1536 * emacs-lisp/debug.el (debugger-make-xrefs):
1537 * emacs-lisp/cust-print.el (custom-prin1-to-string):
1538 * emacs-lisp/chart.el (chart-new-buffer):
1539 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1540 Use with-current-buffer.
1541 * textmodes/artist.el (artist-system): Don't call
1542 copy-sequence on a fresh string.
1543 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1544
1545 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
1546
1547 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1548 is no item to edit. (Bug#4820)
1549 (todo-top-priorities): Restore point and restore narrowing in Todo
1550 buffer. (Bug#4820)
1551
1552 2009-10-31 Glenn Morris <rgm@gnu.org>
1553
1554 * net/ange-ftp.el (top-level): Don't require dired when compiling.
1555 (comint-last-output-start, comint-last-input-start)
1556 (comint-last-input-end): Don't defvar when compiling.
1557 (ange-ftp-process-file): Use bound-and-true-p.
1558
1559 * pcmpl-rpm.el (top-level): Move provide statement to end.
1560 (pcmpl-rpm): Remove unused custom group.
1561
1562 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1563
1564 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1565
1566 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1567 (byte-compile-warnings): Add `constants' as an option.
1568 (byte-compile-callargs-warn, byte-compile-arglist-warn)
1569 (display-call-tree): Update for byte-compile-fdefinition possibly
1570 returning `(macro lambda ...)'. (Bug#4778)
1571 (byte-compile-variable-ref, byte-compile-setq-default):
1572 Respect `constants' member of byte-compile-warnings.
1573
1574 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1575 Use mapc rather than mapcar because the return value is never used.
1576
1577 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1578 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1579 * cedet/semantic/html.el:
1580 Suppress harmless warnings about setting up semantic-imenu (not
1581 part of Emacs) variables.
1582
1583 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * vc-bzr.el (vc-bzr-revision-keywords): New var.
1586 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1587 to "submit:".
1588
1589 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1590 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1591 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1592 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1593 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1594 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1595 (semantic-analyzer-debug-global-symbol)
1596 (semantic-analyzer-debug-missing-innertype)
1597 (semantic-analyzer-debug-insert-include-summary):
1598 * cedet/semantic/util.el (semantic-file-tag-table):
1599 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1600 (semantic-recursive-find-nonterminal-by-name):
1601 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1602 * cedet/semantic/tag-file.el (semantic-prototype-file):
1603 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1604 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1605 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1606 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1607 (semantic-idle-summary-maybe-highlight):
1608 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1609 (semantic-ia-sb-tag-info):
1610 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1611 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1612 * cedet/semantic/ede-grammar.el (project-compile-target):
1613 (ede-proj-makefile-insert-variables):
1614 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1615 (semantic-debug-set-source-location, semantic-debug-interface-layout)
1616 (semantic-debug-mode, semantic-debug):
1617 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1618 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1619 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1620 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1621 (semanticdb-find-translate-path-includes--internal)
1622 (semanticdb-reset-log, semanticdb-find-log-activity):
1623 * cedet/semantic/db-file.el (object-write):
1624 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1625 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1626 (semanticdb-create-ebrowse-database):
1627 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1628 * cedet/semantic/complete.el (semantic-displayor-focus-request)
1629 (semantic-collector-calculate-completions-raw)
1630 (semantic-complete-read-tag-analyzer):
1631 * cedet/semantic/analyze.el (semantic-analyze-pulse):
1632 * cedet/ede/util.el (ede-update-version-in-source):
1633 * cedet/ede/proj.el (project-delete-target):
1634 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1635 (ede-proj-flush-autoconf):
1636 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1637 (ede-proj-configure-synchronize):
1638 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1639 * cedet/ede/linux.el (ede-linux-version):
1640 * cedet/ede/emacs.el (ede-emacs-version):
1641 * cedet/ede/dired.el (ede-dired-add-to-target):
1642 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1643 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1644 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1645 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1646 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1647 (cedet-idutils-version-check):
1648 * cedet/cedet-global.el (cedet-gnu-global-call):
1649 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1650 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1651 * cedet/cedet-cscope.el (cedet-cscope-call)
1652 (cedet-cscope-expand-filename, cedet-cscope-version-check):
1653 Use with-current-buffer.
1654 * cedet/ede.el (ede-make-project-local-variable)
1655 (ede-set-project-variables, ede-set): Use dolist.
1656
1657 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1658
1659 * textmodes/ispell.el (ispell-skip-region-alist):
1660 * international/mule-conf.el (eight-bit):
1661 * international/fontset.el (font-encoding-alist):
1662 * startup.el (pure-space-overflow-message):
1663 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1664 * paths.el (gnus-nntp-service, rmail-spool-directory)
1665 (term-file-prefix):
1666 * files.el (save-some-buffers-action-alist):
1667 * cmuscheme.el (same-window-buffer-names):
1668 * ielm.el (same-window-buffer-names):
1669 * shell.el (same-window-buffer-names):
1670 * mail/sendmail.el (same-window-buffer-names):
1671 * progmodes/inf-lisp.el (same-window-buffer-names):
1672 * bindings.el (mode-line-client)
1673 (mode-line-column-line-number-mode-map):
1674 * language/tibetan.el (tibetan-precomposition-rule-regexp)
1675 (tibetan-precomposed-regexp): Purecopy string arguments.
1676
1677 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1680 (calcDigit-nondigit):
1681 * calc/calc-yank.el (calc-copy-to-buffer):
1682 * calc/calc-units.el (calc-invalidate-units-table):
1683 * calc/calc-trail.el (calc-trail-yank):
1684 * calc/calc-store.el (calc-insert-variables):
1685 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1686 * calc/calc-prog.el (calc-read-parse-table):
1687 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1688 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1689 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1690 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1691 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1692 (calc-graph-name, calc-graph-find-command, calc-graph-view)
1693 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1694 * calc/calc-ext.el (calc-realign):
1695 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1696 (calc-embedded-finish-edit, calc-embedded-make-info)
1697 (calc-embedded-finish-command, calc-embedded-stack-change):
1698 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1699
1700 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1701 (overload-docstring-extension): Use that info.
1702 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1703 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1704 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1705 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1706 (semantic-nonterminal-full-name): Add the new `when' info.
1707 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1708 `assert'.
1709
1710 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1711 shell-dynamic-complete-filename in preference to
1712 comint-dynamic-complete-filename.
1713
1714 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1715 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1716 Don't consider whether the display supports colors.
1717 (bookmark-import-new-list): Use dolist.
1718 (bookmark-bmenu-mode-map): Move initialization into declaration.
1719 (bookmark-bmenu-list): Use dolist, simplify.
1720 (bookmark-show-all-annotations): Use save-selected-window and dolist.
1721 (menu-bar-final-items): Use push.
1722
1723 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1724
1725 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1726 it works on remote files.
1727 (vc-hg-diff): Don't pass any `--cwd' argument.
1728
1729 2009-10-27 Kevin Ryde <user42@zip.com.au>
1730
1731 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1732 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1733 (Further to Bug#3921).
1734
1735 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1738 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1739 calling `tramp-imap-put-file'. Add file size to the call.
1740 (tramp-imap-get-file-entries): Compute also user name, file size,
1741 and date.
1742 (tramp-imap-handle-insert-directory): Insert uid and gid.
1743 (tramp-imap-handle-file-attributes): Transform uid and gid
1744 according to `id-format'.
1745 (tramp-imap-put-file): New optional parameter SIZE. Encode file
1746 size in header X-Size.
1747
1748 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * simple.el (transpose-subr): Give clearer error when the mark
1751 is not set. (Bug#4807)
1752
1753 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
1754
1755 * net/tramp.el (tramp-perl-file-truename): New defconst.
1756 Perl code contributed by yary <not.com@gmail.com> (tiny change).
1757 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1758 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1759 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1760
1761 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1762 Ignore `dired-call-process'.
1763 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1764
1765 2009-10-26 Julian Scheid <julians37@gmail.com>
1766
1767 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1768 (tramp-get-remote-readlink): New defun.
1769 (tramp-handle-file-truename): Use it.
1770 (tramp-handle-file-exists-p): Check file-attributes cache, assume
1771 file exists if cache value present.
1772 (tramp-check-cached-permissions) New defun.
1773 (tramp-handle-file-readable-p): Use it.
1774 (tramp-handle-file-writable-p): Likewise.
1775 (tramp-handle-file-executable-p): Likewise.
1776 (tramp-handle-file-name-all-completions): Try using Perl to get
1777 partial completions. When perl not available, combine `cd' and
1778 `ls' into single remote operation and use shell expansion to get
1779 partial remote directory contents. Set `file-exists-p' cache for
1780 directory and any files returned by ls. Change cache handling to
1781 support partial directory contents. Use error message emitted by
1782 remote `cd' or Perl code for local tramp-error.
1783 (tramp-do-copy-or-rename-file-directly): Avoid separate
1784 tramp-send-command-and-check call.
1785 (tramp-handle-process-file): Merge three remote ops into one.
1786 Do not flush all caches when `process-file-side-effects' is set.
1787 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1788 file-attributes shows uid/gid to be set already.
1789
1790 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1791
1792 * textmodes/tex-mode.el (tex-dvi-view-command)
1793 (tex-show-queue-command, tex-open-quote):
1794 * progmodes/ruby-mode.el (auto-mode-alist)
1795 (interpreter-mode-alist): Purecopy strings.
1796
1797 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1798
1799 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1800 string for the hook, keymap and abbrev table.
1801
1802 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1803
1804 * x-dnd.el (x-dnd-xdnd-to-action):
1805 * startup.el (fancy-startup-text, fancy-about-text): Change to
1806 defconst from defvar.
1807
1808 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1809
1810 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1811 Purecopy initialization strings.
1812
1813 * mail/sendmail.el (mail-header-separator)
1814 (mail-personal-alias-file):
1815 * mail/rmail.el (rmail-default-dont-reply-to-names)
1816 (rmail-ignored-headers, rmail-retry-ignored-headers)
1817 (rmail-highlighted-headers, rmail-secondary-file-directory)
1818 (rmail-secondary-file-regexp):
1819 * files.el (null-device, file-name-invalid-regexp)
1820 (locate-dominating-stop-dir-regexp)
1821 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1822 (interpreter-mode-alist): Use mapcar instead of mapc.
1823
1824 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1825
1826 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1827 (completion-ignored-extensions):
1828 (debug-ignored-errors): Purecopy strings.
1829
1830 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1833 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1834 (pcomplete--here): Use push.
1835
1836 * subr.el (all-completions): Declare the 4th arg obsolete.
1837
1838 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * pcomplete.el (pcomplete-unquote-argument-function): New var.
1841 (pcomplete-unquote-argument): New function.
1842 (pcomplete--common-suffix): Always pay attention to case.
1843 (pcomplete--table-subvert): Quote and unquote the text.
1844 (pcomplete--common-quoted-suffix): New function.
1845 (pcomplete-std-complete): Use it and pcomplete-begin.
1846
1847 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1848 we're inside a dedicated or minibuffer window.
1849
1850 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * cedet/semantic/fw.el (semantic-alias-obsolete)
1853 (semantic-varalias-obsolete): Make the `when' arg mandatory.
1854 (define-mode-overload-implementation):
1855 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1856 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1857 * cedet/semantic/util.el (semantic-file-token-stream)
1858 (semantic-something-to-stream):
1859 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1860 (semantic-expand-nonterminal):
1861 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1862 (semantic-find-dependency, semantic-find-nonterminal)
1863 (semantic-find-dependency):
1864 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1865 (semantic-flex-text, semantic-flex-make-keyword-table)
1866 (semantic-flex-keyword-p, semantic-flex-keyword-put)
1867 (semantic-flex-keyword-get, semantic-flex-map-keywords)
1868 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1869 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1870 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1871 (semantic-after-idle-scheduler-reparse-hooks):
1872 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1873 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1874 * cedet/semantic.el (semantic-toplevel-bovine-table)
1875 (semantic-toplevel-bovine-cache)
1876 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1877 (semantic-init-mode-hooks, semantic-init-db-hooks)
1878 (semantic-bovination-working-type): Provide the `when' arg.
1879
1880 2009-10-24 Karl Fogel <kfogel@red-bean.com>
1881
1882 * bookmark.el: Update documentation, especially documentation
1883 of `bookmark-alist' and of the bookmark file format.
1884 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
1885
1886 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * mail/emacsbug.el (report-emacs-bug): Clarify that the
1889 keybindings apply to the mail buffer (Bug#4003). Shrink help
1890 window to buffer.
1891
1892 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1893 (global-whitespace-mode, global-whitespace-newline-mode)
1894 (whitespace-toggle-options, global-whitespace-toggle-options):
1895 Doc fix (Bug#3660).
1896
1897 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1898 of xmltok-start before the end tag was inserted (Bug#2840).
1899
1900 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1901 patterns that are preceded by an open-paren (Bug#1320).
1902
1903 2009-10-24 Sven Joachim <svenjoac@gmx.de>
1904
1905 * files.el (delete-directory): Delete symlinks to directories with
1906 delete-file (Bug#4739).
1907
1908 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1911 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1912 argument to make-obsolete.
1913
1914 * cedet/semantic/fw.el (semantic-alias-obsolete)
1915 (semantic-varalias-obsolete): Add optional WHEN argument.
1916
1917 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1918
1919 * vc.el (vc-backend-for-registration): Rename from
1920 vc-get-backend-for-registration. Update callers.
1921
1922 * international/mule-cmds.el (set-language-info-alist):
1923 Purecopy lang-env.
1924 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1925 (charset): Purecopy the name.
1926 (define-char-code-property): Purecopy string arguments.
1927
1928 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1929 Purecopy string arguments.
1930
1931 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1932 * ediff-hook.el (menu-bar-ediff-menu):
1933 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1934 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1935
1936 2009-10-24 Glenn Morris <rgm@gnu.org>
1937
1938 * comint.el (comint-dynamic-list-completions):
1939 * term.el (term-dynamic-list-completions): Use choose-completion rather
1940 than obsolete alias mouse-choose-completion.
1941
1942 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1943 file-cache-choose-completion.
1944 (file-cache-choose-completion): Handle an optional event argument.
1945 (file-cache-mouse-choose-completion): Make it an obsolete alias.
1946
1947 * progmodes/octave-mod.el (octave-complete-symbol):
1948 Use choose-completion if mouse-choose-completion is ever removed.
1949
1950 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1951 use.
1952
1953 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1954 compiler.
1955
1956 * vc-hooks.el (vc-responsible-backend): Fix declaration.
1957
1958 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1961 Ignore `pred' now that we receive one.
1962 Handle test-completion specially.
1963
1964 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1965
1966 * vc.el (vc-responsible-backend): Throw an error if not backend is
1967 found. Remove the REGISTER argument. Move the code dealing with
1968 REGISTER ...
1969 (vc-get-backend-for-registration): ... here. New function.
1970 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1971 of vc-responsible-backend, pass the file name instead of the
1972 directory name.
1973
1974 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1977 New funs.
1978 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
1979 (pcomplete-comint-setup): Don't modify a global var via
1980 accidental side-effects.
1981 (pcomplete-shell-setup): Adjust call accordingly.
1982 (pcomplete-parse-comint-arguments): Use push.
1983
1984 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1985
1986 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1987 Allow uncapitalized info node names (Bug#3921).
1988
1989 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1990 to the DEBUG file (Bug#3781).
1991
1992 2009-10-23 Jari Aalto <jari.aalto@cante.net>
1993
1994 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
1995 dictionary entry (Bug#4579).
1996
1997 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2000 from `rfn-eshadow-update-overlay-hook' when unloading.
2001 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2002 "rsyncc". Adjust doc string.
2003 (tramp-temp-buffer-file-name) New buffer-local defvar.
2004 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2005 Keep temporary file when indicated by method ("rsync" and
2006 "rsyncc").
2007 (tramp-handle-write-region): Handle APPEND.
2008 (tramp-delete-temp-file-function): New defun. Added to
2009 `kill-buffer-hook'.
2010
2011 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2014
2015 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2016
2017 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2018 (color-name-rgb-alist, tty-standard-colors)
2019 (tty-color-mode-alist): Change to defconst.
2020
2021 * simple.el (mark-inactive): Purecopy message.
2022
2023 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2024 (global-map, yank-menu):
2025 * textmodes/ispell.el (ispell-menu-map):
2026 * net/eudc.el (eudc-tools-menu):
2027 * international/mule-cmds.el (describe-language-environment-map)
2028 (setup-language-environment-map, set-coding-system-map)
2029 (mule-menu-keymap):
2030 * vc-hooks.el (vc-menu-entry, vc-menu-map):
2031 * replace.el (occur-mode-map):
2032 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2033
2034 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
2035
2036 * calc/calc.el (math-read-number, math-read-number-simple): Use
2037 `save-match-data'.
2038
2039 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2042 rather than fiddling with global-map bindings, since it should only
2043 affect per-terminal settings.
2044 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2045
2046 * minibuffer.el (completion-table-with-terminator): Allow to specify
2047 the terminator-regexp.
2048
2049 * simple.el (switch-to-completions): Look for *Completions* in other
2050 frames as well.
2051
2052 * pcomplete.el: Allow the use of completion-tables.
2053 (pcomplete-std-complete): New command.
2054 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2055 (pcomplete--here): Use a function for `form' rather than an expression,
2056 so it can be byte-compiled.
2057 (pcomplete-here, pcomplete-here*): Adjust accordingly.
2058 Add edebug declaration.
2059 (pcomplete-show-completions): Remove unused var `curbuf'.
2060 (pcomplete-do-complete, pcomplete-stub):
2061 Don't assume `completions' is a list of strings any more.
2062
2063 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
2064
2065 * find-dired.el (find-name-arg): Fix typo in docstring.
2066
2067 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2070 (pcmpl-linux-fs-types): Same, and update to new modules layout.
2071
2072 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2073 pcomplete-entries.
2074
2075 * comint.el (comint-read-input-ring, comint-write-input-ring)
2076 (comint-substitute-in-file-name)
2077 (comint-dynamic-complete-as-filename)
2078 (comint-dynamic-simple-complete)
2079 (comint-dynamic-list-filename-completions)
2080 (comint-dynamic-list-completions)
2081 (comint-redirect-results-list-from-process): Minor simplifications.
2082
2083 2009-10-21 Kevin Ryde <user42@zip.com.au>
2084
2085 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2086 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2087 the first form. And insert a blank line after ";;; Code" since
2088 that's usual style. (My Bug#4612.)
2089
2090 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2091
2092 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * minibuffer.el (completion-table-with-terminator): Properly implement
2095 boundaries, in case `terminator' appears in the suffix.
2096 (completion--embedded-envvar-table): Don't return boundaries if
2097 there's no valid completion. Simplify.
2098 (completion-file-name-table): New completion table extracted from
2099 completion--file-name-table.
2100 (completion--file-name-table): Use it.
2101 (read-file-name-predicate): Declare obsolete.
2102 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2103 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2104 completion-file-name-table, and use the `pred' argument.
2105 * files.el (locate-file-completion-table): Use the `pred' arg rather
2106 than read-file-name-predicate.
2107 (abbreviate-file-name): Use \` rather than ^ for BOS.
2108
2109 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2110
2111 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2112 vc-responsible-backend to register, it causes problems.
2113
2114 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2117
2118 2009-10-21 Eric Ludlam <zappo@gnu.org>
2119
2120 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2121 (semantic-c-debug-mode-init-pch): New functions.
2122 (semantic-c-debug-mode-init-last-mode): New var.
2123 (semantic-c-parse-lexical-token): Use them.
2124
2125 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2126 When extracting the argument list, limit only by point-max.
2127
2128 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
2129
2130 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2131 (tramp-smb-handle-file-attributes): Use it.
2132 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2133 (tramp-smb-handle-insert-directory): Use `mapc' rather than
2134 `mapcar'. Use `tramp-smb-get-stat-capability'.
2135 Add `dired-filename' text properties.
2136 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2137 (tramp-smb-maybe-open-connection): Simplify check for smbclient
2138 version.
2139
2140 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * subr.el (read-key-delay): Reduce to 0.01.
2143 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2144 (bug#4751).
2145
2146 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2149
2150 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2151 (Info-menu): Remove unused vars `last' and `completions'.
2152 (Info-index-nodes): Remove unused var `node'.
2153
2154 * info.el (Info-complete-menu-item): Use complete-with-action.
2155
2156 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2157
2158 Make vc-annotate work through copies and renames.
2159 * vc-annotate.el (vc-annotate-extract-revision-at-line):
2160 Return the file name too.
2161 (vc-annotate-revision-at-line)
2162 (vc-annotate-find-revision-at-line)
2163 (vc-annotate-revision-previous-to-line)
2164 (vc-annotate-show-log-revision-at-line): Update to get the file
2165 name from vc-annotate-extract-revision-at-line.
2166 (vc-annotate-show-diff-revision-at-line-internal): Change the
2167 argument to mean whether to show a file diff or not. Get the file
2168 name from vc-annotate-extract-revision-at-line.
2169 (vc-annotate-show-diff-revision-at-line):
2170 Update vc-annotate-show-diff-revision-at-line call.
2171 (vc-annotate-warp-revision): Add an optional file argument.
2172
2173 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2174 (vc-git-annotate-extract-revision-at-line): Also return the file
2175 name if found.
2176
2177 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2178 command. Remove unused code.
2179 (vc-hg-annotate-re): Update to match --follow output.
2180 (vc-hg-annotate-extract-revision-at-line): Also return the file
2181 name if found.
2182
2183 * vc.el: Update annotate-extract-revision-at-line documentation.
2184
2185 2009-10-18 Kevin Ryde <user42@zip.com.au>
2186
2187 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2188 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2189
2190 * net/browse-url.el (browse-url): Identify alist with "consp and
2191 not functionp" and let all other things go down the `apply' leg,
2192 as suggested by Stefan. (Further to bug#4531.)
2193
2194 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * minibuffer.el (read-file-name): Check for repeat before putting
2197 a default argument in file-name-history (Bug#4657).
2198
2199 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2200 read syntax (Bug#4737).
2201
2202 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2203
2204 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2205
2206 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2207 (html-tag-alist, html-tag-help): Add descriptions for undocumented
2208 entries and make note of obsolete tags.
2209
2210 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2213
2214 2009-10-18 Glenn Morris <rgm@gnu.org>
2215
2216 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2217 grep, so that binary files (eg international/uni-bidi.el) can match.
2218 Remove test for "UnicodeData" files, since it is hopefully unnecessary
2219 now, and in any case the file header format has changed.
2220
2221 2009-10-17 Glenn Morris <rgm@gnu.org>
2222
2223 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2224 (flyspell-get-word, flyspell-large-region)
2225 (flyspell-auto-correct-previous-word): Doc/error message fixes.
2226
2227 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * Makefile.in (ELCFILES): Add ede/shell.
2230
2231 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2232
2233 * term/common-win.el (x-colors): Purecopy it.
2234
2235 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2238 permissive for when the buffer is empty.
2239 (tar-header-block-tokenize): Decode the username and groupname.
2240 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2241
2242 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2243
2244 * cedet/srecode/srt.el:
2245 * cedet/srecode/compile.el:
2246 * cedet/semantic/mru-bookmark.el:
2247 * cedet/semantic/debug.el:
2248 * cedet/semantic/complete.el:
2249 * cedet/semantic/analyze.el: Require CL when compiling.
2250
2251 2009-10-17 Eric Ludlam <zappo@gnu.org>
2252
2253 * cedet/semantic/scope.el
2254 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2255 tmpscope so that the regular scope will continue to work.
2256
2257 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2258 Use semantic-idle-summary-highlight-face as the highlighting.
2259
2260 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2261 contains multibyte characters, choose first applicable coding
2262 system automatically.
2263
2264 * cedet/ede/project-am.el (project-run-target): New method.
2265 (project-run-target): New method.
2266
2267 * cedet/ede.el (ede-target): Add run target menu item.
2268 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2269 (ede-run-target): New function.
2270 (ede-target::project-run-target): New method.
2271
2272 * cedet/ede/proj.el (project-run-target): New method.
2273
2274 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2275 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2276 Add :rules.
2277 (ede-proj-target-makefile-shared-object): Only libtool compilers
2278 now available. Add linkers for libtool.
2279 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2280 (ede-proj-makefile-target-name): Always use .la extension.
2281
2282 * cedet/ede/proj-prog.el (project-run-target): New method.
2283
2284 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2285 (ede-g++-linker): Change Change link lines.
2286
2287 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2288 When searching for old variables, go to the end of the buffer and
2289 search backward from there.
2290 (ede-proj-makefile-automake-insert-subdirs)
2291 (ede-proj-makefile-automake-insert-extradist): New methods.
2292 (ede-proj-makefile-create): Use them.
2293
2294 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2295 Force FILE to expand to the current target. Use file-exists-p to
2296 check that it exists.
2297
2298 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2299 (ede-linux-load): Wrap dir in file-name-as-directory.
2300 Set :version slot.
2301
2302 * cedet/ede/files.el (ede-get-locator-object): When enabling
2303 locate, do so on "top".
2304
2305 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2306 file-name-as-directory during compare.
2307 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2308 Get version number from different places. Don't call egrep.
2309 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2310 to set the directory.
2311
2312 * cedet/ede/shell.el: New file.
2313
2314 * cedet/inversion.el (inversion-decoders): Allow for stray . in
2315 alpha/beta variants.
2316
2317 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * international/mule-cmds.el (select-safe-coding-system): If the file
2320 has a coding cookie, use it regardless of any other setting (bug#4712).
2321
2322 2009-10-17 Glenn Morris <rgm@gnu.org>
2323
2324 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2325 All errors should have messages.
2326
2327 * foldout.el (foldout-mouse-swallow-events):
2328 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2329
2330 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2331 (dired-keep-marker-copy, dired-keep-marker-hardlink)
2332 (dired-keep-marker-symlink, dired-dwim-target)
2333 (dired-copy-preserve-time): Do not autoload these defcustoms.
2334
2335 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2336 messages from messing up the file coding. (Bug#4623)
2337
2338 2009-10-17 Jari Aalto <jari.aalto@cante.net>
2339
2340 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2341 if no match is found for the current dictionary. (Bug#4578)
2342
2343 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2344 optional, since that is how it is documented, and this is often called
2345 with a nil argument. (Bug#4577)
2346 (flyspell-external-point-words, flyspell-auto-correct-word)
2347 (flyspell-correct-word-before-point, flyspell-word-search-forward)
2348 (flyspell-word-search-backward): Remove nil argument in calls to
2349 flyspell-get-word, since it is not needed now.
2350
2351 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
2352
2353 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
2354
2355 2009-10-16 Glenn Morris <rgm@gnu.org>
2356
2357 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2358
2359 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2360
2361 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2362 (ange-ftp-file-size): New function.
2363 (ange-ftp-file-attributes): Use it.
2364
2365 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
2366
2367 * net/tramp-smb.el (tramp-smb-version): New defvar.
2368 (tramp-smb-maybe-open-connection): Use it, in order to avoid
2369 repeated checks.
2370
2371 2009-10-16 Glenn Morris <rgm@gnu.org>
2372
2373 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2374 Maybe copy some custom properties from old to new name. (Bug#4706)
2375
2376 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * subr.el (error, sit-for, start-process-shell-command)
2379 (start-file-process-shell-command): Set the calling convention
2380 after the function definition.
2381
2382 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * subr.el (error, sit-for, start-process-shell-command)
2385 (start-file-process-shell-command): Use the new
2386 set-advertised-calling-convention feature.
2387
2388 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
2389
2390 * international/ucs-normalize.el (ucs-normalize-version):
2391 Change to 1.2.
2392 (check-range): Adjust for Unicode 5.2.
2393
2394 2009-10-15 Juri Linkov <juri@jurta.org>
2395
2396 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2397 to the `menu-item' format.
2398
2399 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
2400
2401 * net/tramp.el (tramp-replace-environment-variables): Do not fail
2402 if the environment variable does not exist.
2403
2404 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2405 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2406 parameter.
2407 (tramp-smb-handle-add-name-to-file)
2408 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2409 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2410 (tramp-smb-handle-file-attributes)
2411 (tramp-smb-do-file-attributes-with-stat)
2412 (tramp-smb-handle-file-local-copy)
2413 (tramp-smb-handle-insert-directory)
2414 (tramp-smb-handle-make-directory)
2415 (tramp-smb-handle-make-directory-internal)
2416 (tramp-smb-handle-make-symbolic-link)
2417 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2418 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2419 (tramp-smb-maybe-open-connection): Apply the changed parameters.
2420 (tramp-smb-read-file-entry): Read Disk names in compressed format.
2421 Handle long file names.
2422 (tramp-smb-get-cifs-capabilities): Check, whether the connection
2423 process is running.
2424 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2425 Read share names with "-g" option.
2426
2427 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
2428
2429 * net/rcirc.el (rcirc-view-log-file): New command.
2430 (rcirc-track-minor-mode-map): Remove C-c ` binding.
2431 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2432 specified.
2433
2434 2009-10-15 Glenn Morris <rgm@gnu.org>
2435
2436 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2437 from the second command-line argument.
2438 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2439 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2440 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2441 w32-batch-update-autoloads.
2442 * emacs-lisp/autoload.el (autoload-make-program): New variable.
2443 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2444
2445 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2446 the headers cannot be located. Simplify, subtracting superflous
2447 save-excursions.
2448
2449 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 Replace completion-base-size by completion-base-position to fix bugs
2452 such as (bug#4699).
2453 * simple.el (completion-base-position): New var.
2454 (completion-base-size): Mark as obsolete.
2455 (choose-completion): Make it work for mouse events as well.
2456 Pass the new base-position to choose-completion-string.
2457 (choose-completion-guess-base-position): New function, extracted from
2458 choose-completion-delete-max-match.
2459 (choose-completion-delete-max-match): Use it. Make obsolete.
2460 (choose-completion-string): Use the new base-position info.
2461 (completion-root-regexp): Delete.
2462 (completion-setup-function): Preserve completion-base-position.
2463 Eliminate obsolete base-size manipulation.
2464 * minibuffer.el (display-completion-list): Don't mess with base-size.
2465 (minibuffer-completion-help): Set completion-base-position instead.
2466 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2467 choose-completion.
2468 * textmodes/bibtex.el (bibtex-complete):
2469 * emacs-lisp/crm.el (crm--choose-completion-string):
2470 Adjust to new calling convention.
2471 * complete.el (partial-completion-mode): Use minibufferp to avoid
2472 bumping into incompatible change to choose-completion-string-functions.
2473 * ido.el (ido-choose-completion-string): Make its calling convention
2474 more permissive.
2475 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2476 base-size manipulation.
2477 (comint-dynamic-list-input-ring): Use dotimes and push.
2478 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2479 fundamental-mode. Use `or'.
2480
2481 2009-10-14 Juri Linkov <juri@jurta.org>
2482
2483 * misearch.el (multi-isearch-next-buffer-from-list)
2484 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
2485
2486 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * Makefile.in (compile-onefile): Load `bytecomp' rather than
2489 `bytecomp.el'.
2490
2491 * minibuffer.el (completion-pcm--merge-completions): Make sure the
2492 string we return is all made up of text from the completions rather
2493 than part from the completions and part from the input (bug#4219).
2494
2495 * ido.el (ido-everywhere): Use define-minor-mode.
2496
2497 * buff-menu.el (list-buffers, ctl-x-map):
2498 Mark the entry points with ;;;###autoload cookies.
2499
2500 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2501
2502 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2503 correctly in the detached head case.
2504 (vc-git-print-log): Remove unused binding.
2505
2506 * vc.el (vc-responsible-backend): When a directory is passed for
2507 for registration create a VC repository if no backend is
2508 responsible for the directory argument.
2509 (vc-deduce-fileset): Tell vc-responsible-backend to register.
2510
2511 * vc.el: Move comments about RCS and SCCS ...
2512 * vc-rcs.el:
2513 * vc-sccs.el: ... here, respectively.
2514
2515 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * minibuffer.el (completion--file-name-table): Return nil if there's
2518 no file completion, even if substitute-in-file-name changed
2519 the string (bug#4708).
2520
2521 2009-10-13 Juri Linkov <juri@jurta.org>
2522
2523 * files-x.el (read-file-local-variable-value): Don't filter out
2524 minor modes from mode name completion (bug#4664).
2525
2526 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2527
2528 * international/mule-cmds.el (ucs-names): Remove exclusion of
2529 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2530
2531 2009-10-13 Kenichi Handa <handa@m17n.org>
2532
2533 * international/uni-name.el: Regenerated.
2534
2535 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
2538 should be automatically buffer-local, but isn't.)
2539
2540 2009-10-12 Sam Steingold <sds@gnu.org>
2541
2542 * progmodes/compile.el (compilation-next-error-function): Fix the
2543 timestamps if the buffer has been visited before.
2544 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2545 non-anchored patterns, like the perl one (bug#3928).
2546
2547 2009-10-12 Glenn Morris <rgm@gnu.org>
2548
2549 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2550 Let-bind `size'.
2551
2552 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * proced.el (proced-unload-function): New function.
2555
2556 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2557 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2558 Doc fix.
2559
2560 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2561
2562 2009-10-11 Juri Linkov <juri@jurta.org>
2563
2564 * files-x.el (read-file-local-variable-value):
2565 Provide default value only for bound variables (bug#4664).
2566
2567 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * net/tramp.el (tramp-local-host-p): Function shall return nil for
2570 connection methods like smb.
2571
2572 * net/tramp-cache.el (tramp-flush-connection-property): The hash
2573 can be empty.
2574
2575 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2576 (tramp-smb-file-name-handler-alist): Add handlers for
2577 `add-name-to-file', `make-symbolic-link'.
2578 (tramp-smb-handle-add-name-to-file)
2579 (tramp-smb-do-file-attributes-with-stat)
2580 (tramp-smb-handle-make-symbolic-link)
2581 (tramp-smb-get-cifs-capabilities): New defuns.
2582 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2583 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2584 (tramp-smb-handle-file-local-copy)
2585 (tramp-smb-handle-make-directory-internal)
2586 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2587 The file name syntax depends on cifs capabilities.
2588 (tramp-smb-handle-file-attributes):
2589 Call `tramp-smb-do-file-attributes-with-stat' if possible.
2590 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2591 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2592
2593 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2596 (eieio-defclass): Apply deftype handler and setf-method properties
2597 directly.
2598 (eieio-add-new-slot): Avoid union function from cl library.
2599 (eieio--typep): New function.
2600 (eieio-perform-slot-validation): Use it.
2601
2602 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2603
2604 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2605 Update documentation to refer to the variables documented in r1.135.
2606 (Bug#4188)
2607
2608 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2609
2610 * bookmark.el (Info-suffix-list): Remove this unused variable.
2611 (bookmark-current-point): Remove this obsolete variable.
2612 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2613 Adjust for removal of bookmark-current-point.
2614
2615 (bookmarks-already-loaded, bookmark-current-buffer)
2616 (bookmark-yank-point): Document. (Bug#4188)
2617
2618 2009-10-10 Glenn Morris <rgm@gnu.org>
2619
2620 * frame.el (frame-height): Doc fix.
2621
2622 * calendar/calendar.el (calendar-split-width-threshold): New option.
2623 (calendar-basic-setup): Use calendar-split-width-threshold.
2624
2625 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
2626
2627 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2628 Use .la for Automake.
2629
2630 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2633 Use "autoreconf -i". Suggested by Andreas Schwab.
2634
2635 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2638 Ideographic Supplement" range (U+1F200..U+1F2FF).
2639
2640 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2641
2642 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2643 since the list will have been rebuilt anyway. (Bug#4349)
2644
2645 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2646
2647 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2648 (bookmark-bmenu-execute-deletions): Don't save here, as
2649 bookmark-delete will now do so if necessary.
2650 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2651 (Bug#4348)
2652
2653 2009-10-09 Glenn Morris <rgm@gnu.org>
2654
2655 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2656
2657 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2658
2659 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2660 (bookmark-jump-other-window): Just invoke bookmark-jump with new
2661 argument now, so the two function's behaviors will match. (Bug#3645)
2662
2663 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2664
2665 * cedet/ede/proj.el (project-make-dist, project-compile-project):
2666 Fix filename test.
2667 (ede-proj-dist-makefile): Use expand-file-name instead of concat
2668 to expand file names.
2669
2670 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2673 (tramp-file-name-real-host, tramp-file-name-port):
2674 Apply `save-match-data'.
2675
2676 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2677 case both directories are remote.
2678 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2679 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2680
2681 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2684 (ede-proj-target-makefile-objectcode): Use it.
2685
2686 * cedet/ede/source.el (ede-want-any-source-files-p)
2687 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2688 Return search result. This error was introduced while merging.
2689
2690 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2693
2694 2009-10-07 Glenn Morris <rgm@gnu.org>
2695
2696 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2697 of concat.
2698
2699 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * files-x.el (read-file-local-variable): Include some
2702 non-user-variables in the completion table (bug#4664).
2703
2704 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
2705
2706 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2707 message.
2708
2709 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2710 (tramp-smb-file-name-handler-alist): Add handler for
2711 `copy-directory', `expand-file-name', `set-file-modes'.
2712 (tramp-smb-handle-copy-directory)
2713 (tramp-smb-handle-expand-file-name)
2714 (tramp-smb-handle-set-file-modes): New defuns.
2715 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2716 (tramp-smb-handle-file-attributes): Simplify check for retrieving
2717 entry.
2718 (tramp-smb-handle-insert-directory): Don't flush the cache.
2719 (tramp-smb-maybe-open-connection): Check for samba client and
2720 server versions.
2721
2722 2009-10-07 Eli Zaretskii <eliz@gnu.org>
2723
2724 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2725 to not error out of search for "^lisp=" fails.
2726
2727 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2728
2729 * makefile.w32-in (WINS_UPDATES): New macro.
2730 (custom-deps, finder-data, autoloads): Use it.
2731
2732 2009-10-07 Glenn Morris <rgm@gnu.org>
2733
2734 * Makefile.in (autoloads): Revert previous change.
2735 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2736 the list of preloaded files passed on the command-line, get
2737 it from src/Makefile.
2738
2739 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2740 show the original buffer rather than a random one.
2741
2742 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
2743
2744 * help.el (describe-no-warranty): Place point in a slightly better
2745 position in the GPLv3 text.
2746
2747 2009-10-06 Sam Steingold <sds@gnu.org>
2748
2749 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2750 the comm attribute is present before calling regexp-quote.
2751
2752 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
2753
2754 * play/animate.el (animate-string): For good effect, make sure
2755 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2756
2757 * play/animate.el (animate-sequence, animate-birthday-present):
2758 * misc.el (butterfly): Don't set `indent-tabs-mode'.
2759
2760 2009-10-06 Glenn Morris <rgm@gnu.org>
2761
2762 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2763
2764 * emacs-lisp/autoload.el (autoload-excludes): New variable.
2765 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2766 (batch-update-autoloads): Process a string value of autoload-excludes,
2767 set during the build process.
2768 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
2769
2770 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2771 inside with-parsed... macro so that `v' is defined.
2772
2773 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2774 * progmodes/fortran.el (fortran-end-of-block)
2775 (fortran-beginning-of-block):
2776 Also push mark in the macro case.
2777
2778 * emerge.el (emerge-show-file-name):
2779 * calc/calc.el (calc-quit):
2780 * calc/calc-misc.el (calc-big-or-small):
2781 * calc/calc-graph.el (calc-graph-view):
2782 * calc/calc-ext.el (calc-reset):
2783 * calendar/calendar.el (calendar-basic-setup):
2784 Use window-full-height-p.
2785
2786 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2787 header we don't understand, don't insert another. (Bug#4624)
2788 If changing mime charset, insert the new one in the right place.
2789
2790 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
2791
2792 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2793 (cal-tex-cursor-month): Correctly increment the end date for diary and
2794 holiday listing. (Bug#4626)
2795
2796 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * help-fns.el (describe-function-1): Don't burp if the function is not
2799 a symbol.
2800
2801 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2804 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2805 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2806 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2807
2808 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2809 (eieio-default-superclass): Reflow docstrings.
2810 (this, class-option-assoc, defclass, eieio-class-un-autoload)
2811 (eieio-unbind-method-implementations, defmethod)
2812 (eieio-validate-slot-value, eieio-validate-class-slot-value)
2813 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2814 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2815 (eieio-slot-originating-class-p, eieio-slot-name-index)
2816 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2817 (constructor, initialize-instance, no-next-method, object-print)
2818 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2819 Fix typos in docstrings.
2820 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2821 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2822 (next-method-p): Doc fixes.
2823 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2824 Fix typos in error messages.
2825 (eieio-defmethod): Fix typo in description of generic method.
2826
2827 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2828 (eieio-persistent-save-interactive, slot-missing):
2829 Fix typos in docstrings.
2830 (eieio-instance-inheritor-slot-boundp): Doc fix.
2831
2832 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2833 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2834
2835 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2836 (eieio-custom-object-apply-reset):
2837 Fix typos in docstrings and error messages.
2838
2839 * emacs-lisp/eieio-datadebug.el (data-debug-show):
2840 Fix typo in docstring.
2841
2842 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2843 (eieio-browse-tree): Doc fix.
2844 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2845 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2846 Fix typos in docstrings.
2847
2848 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2849 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2850 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2851 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2852 Reflow docstrings.
2853
2854 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2855
2856 * vc-hg.el (log-view-vc-backend): Declare for compiler.
2857 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2858 Set log-view-vc-backend so that diff can work.
2859
2860 * log-view.el (log-view-diff): Use vc-diff-internal instead of
2861 vc-version-diff.
2862 (vc-diff-internal): Autoload this instead of vc-version-diff.
2863
2864 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2865
2866 * simple.el (eval-expression): Doc fix.
2867
2868 * progmodes/cwarn.el (cwarn-mode): Doc fix.
2869
2870 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2871
2872 * files.el (directory-files-no-dot-files-regexp): New defconst.
2873 (delete-directory): Use it.
2874 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
2875
2876 * net/tramp.el (tramp-verbose): Fix docstring.
2877 (tramp-methods): Add recursive option to `tramp-copy-args'.
2878 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
2879 "scp1_old", "scp2_old", "rsync", "rsyncc".
2880 (tramp-default-method): Check also for `auth-source-user-or-password'.
2881 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2882 Add handler for `copy-directory'.
2883 (tramp-handle-copy-directory): New defun.
2884 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2885 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2886 Optimize sent command.
2887
2888 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2891 window if necessary.
2892
2893 * calendar/calendar.el (calendar-basic-setup): Don't call
2894 switch-to-buffer in a dedicated window.
2895
2896 2009-10-05 Karl Fogel <kfogel@red-bean.com>
2897
2898 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2899 don't do anything related to relocating, just return nil.
2900 (bookmark-error-no-filename): New error.
2901 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2902 bookmark has no file. Don't even attempt to handle things that
2903 are not files; the whole point of custom handlers is to keep that
2904 knowledge elsewhere anyway. Tighten some comments.
2905 (bookmark-file-or-variation-thereof): Remove now-unused function.
2906 (bookmark-location): Doc string fix.
2907 (Bug#4250)
2908
2909 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2910
2911 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2912 don't use a file dialog, because they usually don't know how to read
2913 a directory target from the user. (Bug#4230)
2914 Also, make sure the prompt can display directories as well as files.
2915
2916 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2917
2918 * bookmark.el (bookmark-set, bookmark-buffer-name):
2919 Improve doc strings. (Bug#1193)
2920
2921 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2922
2923 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2924 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2925 (bookmark-get-annotation, bookmark-set-annotation)
2926 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2927 (bookmark-set-position, bookmark-get-front-context-string)
2928 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2929 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2930 (bookmark-jump-other-window, bookmark-handle-bookmark)
2931 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2932 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2933 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2934 Improve doc strings to say whether bookmark can be a string or
2935 a record or both, and make other consistency and clarity fixes.
2936 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2937 (bookmark-default-annotation-text, bookmark-yank-word)
2938 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2939 (bookmark-import-new-list, bookmark-maybe-rename)
2940 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2941 (bookmark-bmenu-bookmark): Give these doc strings.
2942 (bookmark-bmenu-check-position): Give this a doc string, but also
2943 add a FIXME comment about how the function may be pointless.
2944 (bookmark-default-handler): Rework doc string and change a
2945 parameter name, to clarify that this takes a bookmark record
2946 not a bookmark name.
2947 (bookmark-set): Change a parameter name to indicate its meaning,
2948 and improve the doc string a bit.
2949 (Bug#4188)
2950
2951 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2952
2953 * bookmark.el (bookmark-alist): Document the new `handler' element
2954 in the param alist.
2955 (bookmark-make-record-function): Adjust documentation for above.
2956 (Bug#4193)
2957
2958 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2959
2960 * info.el (Info-bookmark-make-record): Document this function.
2961 (Info-bookmark-jump): Document with a doc string, not just a comment.
2962 (Bug#4203)
2963
2964 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2967 (semantic-new-buffer-fcn): Call parser setup functions here.
2968 (semantic-mode): Don't call parser setup functions here, it's done
2969 in semantic-new-buffer-fcn now.
2970 (semantic-mode): Parse all existing buffers when enabled.
2971
2972 * cedet/srecode/compile.el (srecode-compile-file):
2973 Call semantic-new-buffer-fcn if the buffer has not been parsed.
2974
2975 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2978
2979 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2980 (proj-comp-insert-variable-once): New macro, renamed from
2981 ede-pmake-insert-variable-once in ede/pmake.edl.
2982 (ede-proj-makefile-insert-variables): Use it.
2983
2984 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
2985
2986 * files.el (copy-directory): New defun.
2987
2988 * dired-aux.el (dired-copy-file-recursive): Use it.
2989
2990 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2991
2992 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2993 (makefile-end-of-command):
2994 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2995 (semantic-end-of-context): Fix previous change. Doc fixes.
2996
2997 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2998
2999 * files-x.el (modify-dir-local-variable)
3000 (copy-dir-locals-to-file-locals-prop-line):
3001 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3002 (makefile-end-of-command):
3003 * cedet/semantic/lex.el (semantic-lex-token):
3004 * cedet/semantic/analyze/fcn.el
3005 (semantic-analyze-dereference-metatype-1):
3006 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3007 (semantic-lex-cpp-undef):
3008 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3009 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3010 (semantic-end-of-context): Fix typos in docstrings.
3011
3012 * recentf.el (recentf-unload-function): New function.
3013
3014 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3015
3016 * cedet/ede.el (ede-project-placeholder-cache-file):
3017 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3018 * cedet/srecode/map.el (srecode-map-save-file):
3019 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
3020
3021 2009-10-04 Glenn Morris <rgm@gnu.org>
3022
3023 * window.el (window-full-height-p): Add doc string.
3024
3025 2009-10-04 Martin Rudalics <rudalics@gmx.at>
3026
3027 * window.el (window-full-height-p): New function. (Bug#4543)
3028
3029 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * cedet/srecode/insert.el: Require srecode/args.
3032
3033 * cedet/srecode/args.el: Require srecode/dictionary instead of
3034 srecode/insert.
3035
3036 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3037
3038 * files.el (auto-mode-alist): Add .srt and Project.ede.
3039
3040 * cedet/semantic.el (semantic-mode):
3041 Handle srecode-template-mode-hook as well.
3042 (semantic-mode): Use js-mode-hook for Javascript hook.
3043
3044 * cedet/srecode/template.el: Remove hook variable.
3045
3046 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3047
3048 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3049 projects exist.
3050 (ede-project-placeholder-cache-file): Default to a file in
3051 user-emacs-directory.
3052
3053 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3054 templates in data-directory.
3055 (srecode-map-save-file): Default to a file in user-emacs-directory.
3056
3057 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3058 directory.
3059
3060 2009-09-30 Eric Ludlam <zappo@gnu.org>
3061
3062 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3063 Doc fix.
3064
3065 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3066 Only insert each variable once.
3067
3068 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3069 (ede-pmake-insert-variable-shared): Use it.
3070
3071 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3072 for lexical table iff table is nil.
3073
3074 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3075
3076 * vc.el: Remove commented out code.
3077 (vc-derived-from-dir-mode): Remove, unused.
3078 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3079
3080 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
3081
3082 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3083 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
3084 there could be recursive loading when `default-directory' is a
3085 remote file name. (Bug#4614)
3086
3087 2009-10-03 Glenn Morris <rgm@gnu.org>
3088
3089 * calendar/calendar.el (calendar-basic-setup): Handle the case where
3090 the frame is wide.
3091 (calendar-generate-window): Test for shrinkability rather than width.
3092
3093 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3094 declaration, currently false.
3095
3096 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3097 reusing existing buffers, in case we happen to visit two files with the
3098 same basename. (Bug#4593)
3099
3100 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3101
3102 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3103 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3104 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3105 subdirs of cedet as well.
3106 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3107
3108 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3111 Obey advertised-signature-table.
3112
3113 * help-fns.el (help-function-arglist): Don't check
3114 advertised-signature-table.
3115 (describe-function-1): Do it here instead so it also applies to subrs.
3116
3117 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3118
3119 * simple.el (start-file-process): Say in the doc-string, that file
3120 handlers might not support pty association, if PROGRAM is nil.
3121
3122 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3123 HOST and USER are strings. They are nil, when there are
3124 incomplete entries in ~/.netrc, for example.
3125 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
3126 root directory ("device busy" error otherwise).
3127
3128 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3129 Flush file properties of created directory.
3130
3131 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3132
3133 * makefile.w32-in (WINS_BASIC): Remove cedet.
3134 (WINS_CEDET): Add cedet.
3135 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3136
3137 2009-10-02 Kevin Ryde <user42@zip.com.au>
3138
3139 * net/browse-url.el (browse-url): Pass any symbol in
3140 browse-url-browser-function to `apply', since if you've mistakenly put
3141 an unbound symbol then the error is clearer. (Bug#4531)
3142
3143 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3144
3145 * allout.el (allout-init, allout-back-to-current-heading)
3146 (allout-beginning-of-current-entry, allout-ascend-to-depth)
3147 (allout-ascend, allout-up-current-level, allout-end-of-level)
3148 (allout-previous-visible-heading, allout-forward-current-level)
3149 (allout-backward-current-level, allout-show-children):
3150 * apropos.el (apropos-describe-plist):
3151 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3152 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3153 * completion.el (add-completion, add-permanent-completion):
3154 * descr-text.el (describe-text-category, describe-char):
3155 * desktop.el (desktop-lazy-abort):
3156 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3157 * dired.el (dired-build-subdir-alist):
3158 * ediff.el (ediff-version):
3159 * elide-head.el (elide-head, elide-head-show):
3160 * emerge.el (emerge-version):
3161 * env.el (getenv):
3162 * face-remap.el (variable-pitch-mode):
3163 * faces.el (describe-face):
3164 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3165 (dired-at-point):
3166 * files.el (find-file-existing, auto-save-mode):
3167 * font-lock.el (font-lock-fontify-buffer):
3168 * help-fns.el (describe-function, describe-variable)
3169 (describe-syntax, describe-categories):
3170 * help.el (view-lossage, describe-bindings, describe-key)
3171 (describe-mode):
3172 * hexl.el (hexl-current-address):
3173 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3174 * info.el (Info-goto-emacs-key-command-node):
3175 * log-edit.el (log-edit-insert-cvs-template)
3176 (log-edit-insert-cvs-rcstemplate):
3177 * menu-bar.el (menu-bar-mode):
3178 * mouse.el (mouse-appearance-menu):
3179 * newcomment.el (comment-indent-new-line):
3180 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3181 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3182 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3183 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3184 * recentf.el (recentf-mode):
3185 * savehist.el (savehist-mode, savehist-save):
3186 * shadowfile.el (shadow-copy-files):
3187 * simple.el (kill-ring-save, next-line, previous-line)
3188 (normal-erase-is-backspace-mode):
3189 * strokes.el (strokes-update-window-configuration)
3190 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3191 (strokes-xpm-for-stroke):
3192 * time.el (emacs-uptime, emacs-init-time):
3193 * tutorial.el (tutorial--describe-nonstandard-key)
3194 (tutorial--detailed-help):
3195 * type-break.el (type-break-mode)
3196 (type-break-mode-line-message-mode, type-break-query-mode)
3197 (type-break-guesstimate-keystroke-threshold):
3198 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3199 * version.el (emacs-version):
3200 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3201 * winner.el (winner-mode):
3202 * calendar/timeclock.el (timeclock-in, timeclock-out)
3203 (timeclock-status-string, timeclock-change)
3204 (timeclock-workday-remaining-string)
3205 (timeclock-workday-elapsed-string)
3206 (timeclock-when-to-leave-string):
3207 * calendar/todo-mode.el (todo-add-category):
3208 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3209 * emacs-lisp/autoload.el (update-file-autoloads):
3210 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3211 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3212 (checkdoc-message-text, checkdoc-defun):
3213 * emacs-lisp/debug.el (debugger-list-functions):
3214 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3215 * emacs-lisp/eieio-opt.el (eieio-describe-class)
3216 (eieio-describe-generic):
3217 * emacs-lisp/lisp-mnt.el (lm-synopsis):
3218 * emacs-lisp/shadow.el (list-load-path-shadows):
3219 * emulation/cua-base.el (cua-mode):
3220 * emulation/edt.el (edt-set-scroll-margins):
3221 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3222 (tpu-toggle-regexp, tpu-toggle-search-direction)
3223 (tpu-toggle-rectangle, tpu-toggle-control-keys):
3224 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3225 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3226 (viper-set-parsing-style-toggling-macro)
3227 (viper-set-emacs-state-searchstyle-macros):
3228 * emulation/viper.el (viper-set-hooks):
3229 * eshell/esh-mode.el (eshell-truncate-buffer):
3230 * international/mule-cmds.el (prefer-coding-system)
3231 (describe-input-method, describe-language-environment):
3232 * international/mule-diag.el (list-character-sets)
3233 (describe-character-set, describe-coding-system)
3234 (describe-fontset, list-fontsets, list-input-methods):
3235 * mail/sendmail.el (mail-signature):
3236 * net/ange-ftp.el (ange-ftp-copy-file):
3237 * net/browse-url.el (browse-url):
3238 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3239 * net/quickurl.el (quickurl-add-url):
3240 * net/rcirc.el (names, topic):
3241 * net/xesam.el (xesam-mode):
3242 * play/5x5.el (5x5-new-game):
3243 * play/yow.el (apropos-zippy):
3244 * progmodes/ada-mode.el (ada-mode-version):
3245 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3246 (f90-end-of-block)
3247 (f90-beginning-of-block):
3248 * progmodes/fortran.el (fortran-end-of-block)
3249 (fortran-beginning-of-block):
3250 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3251 * progmodes/python.el (python-describe-symbol, python-shell):
3252 * term/ns-win.el (ns-print-buffer):
3253 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3254 * textmodes/flyspell.el (flyspell-mode-on):
3255 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3256 (pages-directory-for-addresses):
3257 * textmodes/table.el (table-recognize-cell)
3258 (table-query-dimension, table-generate-source)
3259 (table-insert-sequence, table--warn-incompatibility):
3260 * textmodes/tex-mode.el (tex-validate-buffer):
3261 * textmodes/texinfmt.el (texinfmt-version)
3262 (texinfo-format-buffer):
3263 Use `called-interactively-p' instead of `interactive-p'.
3264
3265 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * image-mode.el (image-toggle-display):
3268 * emacs-lisp/elp.el (elp-instrument-function):
3269 * emacs-lisp/advice.el (ad-make-advised-definition):
3270 * emacs-lisp/easy-mmode.el (define-minor-mode):
3271 * net/browse-url.el (browse-url-maybe-new-window):
3272 * progmodes/sh-script.el (sh-learn-buffer-indent):
3273 Pass new argument 'any to `called-interactively-p'.
3274
3275 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * international/uni-bidi.el:
3278 * international/uni-category.el:
3279 * international/uni-combining.el:
3280 * international/uni-comment.el:
3281 * international/uni-decimal.el:
3282 * international/uni-decomposition.el:
3283 * international/uni-digit.el:
3284 * international/uni-lowercase.el:
3285 * international/uni-mirrored.el:
3286 * international/uni-name.el:
3287 * international/uni-numeric.el:
3288 * international/uni-old-name.el:
3289 * international/uni-titlecase.el:
3290 * international/uni-uppercase.el:
3291 Regenerate from Unicode 5.2.0 data.
3292
3293 2009-10-01 Glenn Morris <rgm@gnu.org>
3294
3295 * Makefile.in (ELCFILES): Regenerate.
3296
3297 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * subr.el (interactive-p): Mark obsolete.
3300 (called-interactively-p): Make the optional-ness of `kind' obsolete.
3301 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3302 advertised-signature-table for subroutines as well.
3303
3304 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3305 (set-advertised-calling-convention): New function.
3306 (make-obsolete, define-obsolete-function-alias)
3307 (make-obsolete-variable, define-obsolete-variable-alias):
3308 Make the optional-ness of `when' obsolete.
3309 (define-obsolete-face-alias): Make `when' non-optional.
3310 * help-fns.el (help-function-arglist):
3311 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3312 Use advertised-signature-table.
3313
3314 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3315
3316 * files.el (delete-directory): New defun. The original function
3317 in fileio.c has been renamed to `delete-directory-internal'.
3318
3319 * dired.el (dired-delete-file): Call `delete-directory' with
3320 RECURSIVE parameter.
3321
3322 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3323 parameter RECURSIVE. Implementation is missing.
3324
3325 * net/tramp.el (tramp-handle-make-directory): Flush upper
3326 directory's file properties.
3327 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3328 (tramp-handle-dired-recursive-delete-directory): Flush directory
3329 properties after the remove command only.
3330
3331 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3332 Handle optional parameter RECURSIVE.
3333
3334 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3335 Handle optional parameter RECURSIVE.
3336
3337 * net/tramp-smb.el (tramp-smb-errors): Add error message for
3338 connection timeout.
3339 (tramp-smb-handle-delete-directory): Handle optional parameter
3340 RECURSIVE.
3341
3342 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3345 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3346 (byte-compile-defmacro): Use backquotes.
3347
3348 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3349
3350 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3351 has no associated file.
3352 (vc-resynch-buffer): Use vc-dir-buffers.
3353
3354 2009-10-01 Glenn Morris <rgm@gnu.org>
3355
3356 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3357 (chart-file-count):
3358 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3359 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3360 * emacs-lisp/eieio-opt.el (eieio-describe-class):
3361 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3362 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3363 (eieio-copy-parents-into-subclass, make-instance, class-children)
3364 (eieio-generic-form):
3365 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3366 * cedet/cedet-idutils.el (cedet-idutils-search)
3367 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3368 (cedet-idutils-version-check):
3369 * cedet/cedet.el (cedet-version):
3370 * cedet/data-debug.el (data-debug-insert-overlay-button)
3371 (data-debug-insert-overlay-list-button)
3372 (data-debug-insert-buffer-button)
3373 (data-debug-insert-buffer-list-button)
3374 (data-debug-insert-process-button, data-debug-insert-ring-button)
3375 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3376 (data-debug-insert-stuff-vector-button)
3377 (data-debug-insert-symbol-button, data-debug-insert-string)
3378 (data-debug-insert-number, data-debug-insert-lambda-expression)
3379 (data-debug-insert-nil, data-debug-insert-simple-thing)
3380 (data-debug-insert-custom, data-debug-edebug-expr):
3381 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3382 (global-ede-mode-map, ede-new, ede-debug-target)
3383 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3384 * cedet/semantic.el (semantic-minimum-working-buffer-size)
3385 (semantic-fetch-tags, semantic-submode-list)
3386 (semantic-default-submodes):
3387 * cedet/ede/source.el (ede-source-match):
3388 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3389 (project-am-package-info):
3390 * cedet/ede/proj.el (ede-proj-target, project-new-target):
3391 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3392 * cedet/ede/proj-comp.el (ede-current-build-list):
3393 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3394 * cedet/ede/files.el (ede-toplevel-project-or-nil):
3395 * cedet/ede/cpp-root.el (initialize-instance):
3396 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3397 (autoconf-parameter-strip, autoconf-insert-new-macro):
3398 * cedet/semantic/wisent.el (wisent-lex-eoi):
3399 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3400 (semantic-show-parser-state-mode):
3401 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3402 * cedet/semantic/tag.el (semantic-tag-new-variable)
3403 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3404 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3405 (semantic--tag-deep-copy-tag-list)
3406 (semantic-tag-components-with-overlays-default):
3407 * cedet/semantic/symref.el (semantic-symref-find-text):
3408 * cedet/semantic/senator.el (senator-yank-tag)
3409 (senator-transpose-tags-up):
3410 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3411 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3412 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3413 * cedet/semantic/lex.el (semantic-lex-comment-regex)
3414 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3415 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3416 * cedet/semantic/lex-spp.el
3417 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3418 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3419 * cedet/semantic/idle.el
3420 (semantic-idle-summary-current-symbol-info-brutish)
3421 (semantic-idle-summary-current-symbol-info-default):
3422 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3423 (semantic--grammar-macro-compl-dict):
3424 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3425 * cedet/semantic/format.el (semantic-format-tag-custom-list)
3426 (semantic-format-tag-canonical-name-default):
3427 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3428 (semantic-find-tags-for-completion)
3429 (semantic-find-tags-by-scope-protection-default)
3430 (semantic-deep-find-tags-for-completion):
3431 * cedet/semantic/edit.el
3432 (semantic-edits-incremental-reparse-failed-hook)
3433 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3434 (semantic-edits-splice-remove, semantic-edits-splice-replace):
3435 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3436 * cedet/semantic/dep.el (semantic-dependency-include-path):
3437 * cedet/semantic/db.el (semanticdb-default-find-index-class)
3438 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3439 (semanticdb-project-roots):
3440 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3441 (semanticdb-find-adebug-insert-scanned-tag-cons)
3442 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3443 (semanticdb-brute-deep-find-tags-for-completion):
3444 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3445 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3446 (semantic-end-of-context-default)
3447 (semantic-ctxt-current-function-default)
3448 (semantic-ctxt-scoped-types-default):
3449 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3450 (semantic-complete-inline-tag-engine)
3451 (semantic-complete-inline-custom-type)
3452 (semantic-complete-read-tag-analyzer):
3453 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3454 (semantic-chart-database-size):
3455 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3456 (semantic-analyze-current-context):
3457 * cedet/semantic/symref/list.el (semantic-symref)
3458 (semantic-symref-hide-buffer, semantic-symref-symbol):
3459 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3460 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3461 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3462 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3463 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3464 (semantic-c-dereference-template):
3465 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3466 (semantic--analyze-refs-full-lookup-with-parents)
3467 (semantic--analyze-refs-full-lookup-simple):
3468 * cedet/semantic/analyze/complete.el
3469 (semantic-analyze-possible-completions):
3470 * cedet/srecode/table.el (srecode-mode-table-new):
3471 * cedet/srecode/srt.el (srecode-read-variable-name):
3472 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3473 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3474 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3475 * cedet/srecode/map.el (srecode-current-map):
3476 * cedet/srecode/insert.el (srecode-insert)
3477 (srecode-insert-variable-secondname-handler, srecode-insert-method)
3478 (srecode-template-inserter-point-override)
3479 (srecode-insert-include-lookup):
3480 * cedet/srecode/getset.el (srecode-auto-choose-class):
3481 * cedet/srecode/extract.el (srecode-inserter-extract):
3482 * cedet/srecode/document.el
3483 (srecode-document-autocomment-return-last-alist)
3484 (srecode-document-autocomment-param-type-alist)
3485 (srecode-document-insert-function-comment)
3486 (srecode-document-insert-variable-one-line-comment)
3487 (srecode-document-function-name-comment):
3488 * cedet/srecode/dictionary.el (srecode-create-dictionary)
3489 (srecode-compound-toString):
3490 * cedet/srecode/compile.el (srecode-flush-active-templates):
3491 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3492 Doc/message fixes.
3493
3494 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3495 match-data. (Bug#4555).
3496
3497 * cedet/semantic/bovine/gcc.el
3498 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3499 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3500
3501 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3502 rather than parsing it as a regexp. This relaxes the layout
3503 requirements and makes errors easier to detect.
3504 (check-declare-verify): Check file is regular.
3505 (check-declare-directory): Doc fix.
3506 * subr.el (declare-function): Doc fix.
3507
3508 * ibuffer.el (ibuffer-format-qualifier):
3509 * isearch.el (hi-lock-regexp-okay):
3510 * calc/calc.el (math-zerop):
3511 * mail/uce.el (rmail-msgbeg, rmail-msgend):
3512 * term/w32-win.el (setup-default-fontset, set-fontset-font):
3513 Remove unused declarations.
3514
3515 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3516
3517 * cedet/semantic/wisent/javat-wy.el
3518 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3519
3520 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * cedet/srecode/expandproto.el: Fix provide statement.
3523
3524 2009-09-30 Eric Ludlam <zappo@gnu.org>
3525
3526 * emacs-lisp/eieio.el (boolean-p): Delete.
3527
3528 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
3529
3530 * cedet/ede/srecode.el: Fix provide statement.
3531
3532 2009-09-30 Glenn Morris <rgm@gnu.org>
3533
3534 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3535 * cedet/ede/proj-aux.el (ede-aux-source):
3536 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3537 (ede-misc-source):
3538 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3539 (semantic-mrub-switch-tags): Fix doc typos.
3540
3541 * cedet/semantic/db-global.el (data-debug-new-buffer)
3542 (data-debug-insert-thing): Remove unneeded declarations (one broken).
3543 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3544
3545 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3546
3547 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3548 use of CL function `remove-if-not'.
3549
3550 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3551
3552 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3553 filename is not a string.
3554
3555 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * files.el (safe-local-eval-forms): Fix typo.
3558
3559 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * vc-hooks.el (vc-dir-buffers): New var.
3562 (vc-state-refresh): New function.
3563 (vc-state): Use it.
3564 (vc-after-save): Always ask the backend to recompute the new state.
3565 Always call vc-dir if necessary, using vc-dir-buffers.
3566 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3567 Use vc-dir-buffers.
3568 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3569 (vc-dir-prepare-status-buffer, vc-dir-update)
3570 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3571 Don't call expand-file-name on default-directory.
3572
3573 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3574
3575 * speedbar.el (speedbar-item-delete):
3576 * calc/calc-prog.el (calc-kbd-if):
3577 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3578
3579 * epa.el (epa-key-list-mode-map):
3580 * hi-lock.el (hi-lock-menu): Fix typos in menus.
3581
3582 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3583 (hs-show-hook): Fix typo in docstring.
3584
3585 2009-09-29 Glenn Morris <rgm@gnu.org>
3586
3587 * cedet/semantic/symref/idutils.el:
3588 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3589
3590 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3591
3592 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3593 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3594 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3595 Mark declarations not understood by check-declare.
3596
3597 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3598 file-name-nondirectory call preventing location of cedet files.
3599 (check-declare-verify): Use literal search rather than re-search.
3600 Add basic defmethod and defclass, and define-overloadable-function.
3601
3602 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3603 Use tramp-compat-file-attributes rather than nonexistent
3604 tramp-compat-handle-file-attributes.
3605
3606 * Makefile.in (lisptagsfiles4): New.
3607 (AUTOGENEL): Add cedet loaddefs files.
3608 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3609 (update-elclist, compile-always, backup-compiled-files)
3610 (bootstrap-clean): Add yet another directory level.
3611 (update-elclist): Use LC_COLLATE rather than COLLATE.
3612 (ELCFILES): Update, via `make update-elclist'.
3613
3614 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3615
3616 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3617 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3618 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3619
3620 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
3621
3622 * Makefile.in (lisptagsfiles3): Define.
3623 (TAGS, TAGS-LISP): Use it.
3624 (update-elclist): Add third directory level to look for elc files.
3625 (compile-always): Likewise.
3626 (backup-compiled-files): Likewise.
3627 (bootstrap-clean): Likewise.
3628 (ELCFILES): Update.
3629
3630 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
3631
3632 * Makefile.in (ELCFILES): Add CEDET files.
3633
3634 2009-09-28 Eric Ludlam <zappo@gnu.org>
3635
3636 CEDET (development tools) package merged.
3637
3638 * cedet/*.el:
3639 * cedet/ede/*.el:
3640 * cedet/semantic/*.el:
3641 * cedet/srecode/*.el: New files.
3642
3643 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
3644
3645 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3646
3647 * net/tramp.el (top): Require tramp-imap.
3648
3649 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3650 Use `tramp-compat-handle-file-attributes'.
3651
3652 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3653
3654 * net/tramp-imap.el: New package.
3655
3656 2009-09-28 Eric Ludlam <zappo@gnu.org>
3657
3658 * emacs-lisp/chart.el:
3659 * emacs-lisp/eieio-base.el:
3660 * emacs-lisp/eieio-comp.el:
3661 * emacs-lisp/eieio-custom.el:
3662 * emacs-lisp/eieio-datadebug.el:
3663 * emacs-lisp/eieio-opt.el:
3664 * emacs-lisp/eieio-speedbar.el:
3665 * emacs-lisp/eieio.el: New files.
3666
3667 * cedet/cedet-cscope.el:
3668 * cedet/cedet-files.el:
3669 * cedet/cedet-global.el:
3670 * cedet/cedet-idutils.el:
3671 * cedet/data-debug.el:
3672 * cedet/inversion.el:
3673 * cedet/mode-local.el:
3674 * cedet/pulse.el: New files.
3675
3676 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3677
3678 * whitespace.el (whitespace-trailing-regexp)
3679 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3680 Fix doc string.
3681
3682 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3685 menu.
3686
3687 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3688 menu-bar-ediff-menu.
3689
3690 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3691 define-overloadable-function.
3692
3693 * progmodes/autoconf.el: Provide autoconf as well, so that this
3694 file can be `require'd.
3695
3696 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3697
3698 * emacs-lisp/autoload.el (generated-autoload-feature)
3699 (generated-autoload-load-name): New vars.
3700 (autoload-rubric, autoload-generate-file-autoloads): Use them.
3701 (make-autoload): Recognize define-overloadable-function and
3702 defclass forms (for EIEIO).
3703
3704 * Makefile.in (update-subdirs): Exclude cedet directory.
3705
3706 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3707
3708 * term/ns-win.el: Don't set the region face background. (Bug#4381)
3709
3710 * faces.el: Default light-background background for region face to
3711 ns_selection_color under NS.
3712
3713 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3714
3715 * net/imap-hash.el: New library, see NEWS.
3716
3717 * Makefile.in (ELCFILES): Add imap-hash.el.
3718
3719 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3722 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3723 * help-macro.el (make-help-screen): Avoid using an ambiguous function
3724 definition where the docstring could be taken for the return value.
3725
3726 2009-09-26 Glenn Morris <rgm@gnu.org>
3727
3728 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3729 Add option to only show images below a certain size.
3730 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3731 save-excursion calls.
3732
3733 2009-09-26 Eli Zaretskii <eliz@gnu.org>
3734
3735 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3736 subdirectories) and eieio.
3737
3738 2009-09-26 Alan Mackenzie <acm@muc.de>
3739
3740 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3741 buggy bracketing. (Bug#4289)
3742
3743 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3744 character constants (as case labels). (Bug#4289)
3745
3746 2009-09-25 Juri Linkov <juri@jurta.org>
3747
3748 * files.el (safe-local-eval-forms): Allow time-stamp in
3749 before-save-hook (Bug#4554).
3750
3751 2009-09-25 Drew Adams <drew.adams@oracle.com>
3752
3753 * menu-bar.el (list-buffers-directory): Doc fix.
3754
3755 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3756
3757 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3758 Try and avoid copying twice the same paragraph.
3759 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3760 Remove save-excursion.
3761 (log-edit-changelog-entry): Do it here instead.
3762
3763 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * bs.el (bs--get-file-name): Use `list-buffers-directory'
3766 when available, instead of hardcoding mode names. Doc fix.
3767
3768 * menu-bar.el (list-buffers-directory): Add docstring.
3769 Make automatically buffer-local.
3770
3771 * dired.el (dired-mode):
3772 * files.el (cd-absolute):
3773 * pcvs.el (cvs-temp-buffer):
3774 * pcvs-util.el (cvs-get-buffer-create):
3775 * shell.el (shell-mode):
3776 * vc-dir.el (vc-dir-mode):
3777 Don't make `list-buffers-directory' buffer local.
3778
3779 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
3780
3781 * comint.el (comint-exec, comint-run, make-comint):
3782 Doc fixes (Bug#4542).
3783
3784 2009-09-25 Glenn Morris <rgm@gnu.org>
3785
3786 * mail/rmailmm.el (rmail-mime): New custom group.
3787 Move all defcustoms in this file into this group.
3788 (rmail-mime-media-type-handlers-alist): Revert previous change.
3789 (rmail-mime-show-images): New option.
3790 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3791 references to it, since it wasn't actually used for anything.
3792 (rmail-mime-insert-image): New function.
3793 (rmail-mime-image): Use rmail-mime-insert-image.
3794 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3795 obey the value of `rmail-mime-show-images' option. Print the size of
3796 attachments.
3797
3798 2009-09-25 David Engster <deng@randomsample.de>
3799
3800 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
3801
3802 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3803
3804 * whitespace.el: Does not highlight trailing spaces While point is
3805 at end of line. Does not highligt spaces at beginning of buffer
3806 while point is at beginning of buffer. Does not highlight spaces
3807 at end of buffer while point is at end of buffer. (Bug#4177)
3808 New version 12.0.
3809 (whitespace-display-mappings): Adjust initialization.
3810 (whitespace-point, whitespace-font-lock-refontify): New vars.
3811 (whitespace-color-on, whitespace-color-off): Adjust code.
3812 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3813 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3814 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3815
3816 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
3817
3818 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3819
3820 * textmodes/sgml-mode.el: Remove xml-mode alias.
3821
3822 * files.el (auto-mode-alist, conf-mode-maybe)
3823 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3824
3825 2009-09-24 Alan Mackenzie <acm@muc.de>
3826
3827 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3828 c-forward-conditionals, but it doesn't move point and doesn't set
3829 the mark.
3830 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3831 (c-down-conditional-with-else, c-backward-conditional)
3832 (c-forward-conditional): Refactor to use c-scan-conditionals.
3833
3834 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3835
3836 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3837 (help-default-arg-highlight): Remove.
3838 (help-highlight-arg): New function.
3839 (help-do-arg-highlight): Use it.
3840 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
3841
3842 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * term.el (term-set-scroll-region, term-handle-ansi-escape):
3845 Undo last change, which didn't fix the problem and introduced others.
3846
3847 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
3848
3849 * progmodes/gdb-mi.el: Don't require speedbar.
3850 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3851
3852 2009-09-24 Glenn Morris <rgm@gnu.org>
3853
3854 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3855
3856 * term/ns-win.el (ns-reg-to-script): Define for compiler.
3857
3858 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3859 there is no newline after the final mime boundary. (Bug#4539)
3860 Move markers on insertion so that any buttons inserted don't end up in
3861 the next part of a multipart message.
3862 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
3863 (rmail-mime-bulk-handler): Optionally handle images.
3864 (rmail-mime-image): New button action.
3865 (rmail-mime-image-handler): New function.
3866 (rmail-mime-mode): New mode.
3867 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
3868
3869 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3872 than just dropping elements from it (bug#4504).
3873
3874 * term.el (term-set-scroll-region): Don't move cursor any more.
3875 (term-handle-ansi-escape): Call term-goto here instead.
3876 Suggested by Ivan Kanis <apple@kanis.eu>.
3877
3878 * term.el: Require CL.
3879 (term-ansi-reset): New function.
3880 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3881 (term-handle-colors-array): Simplify.
3882
3883 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3884
3885 * allout.el (allout-overlay-interior-modification-handler)
3886 (allout-obtain-passphrase):
3887 * epa-file.el (epa-file-write-region):
3888 * ps-print.el (ps-begin-job):
3889 * vc-hooks.el (vc-toggle-read-only):
3890 * vc-rcs.el (vc-rcs-rollback):
3891 * vc-sccs.el (vc-sccs-rollback):
3892 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3893 (vc-version-diff, vc-revert, vc-rollback):
3894 * wdired.el (wdired-check-kill-buffer):
3895 * emacs-lisp/authors.el (authors):
3896 * net/socks.el (socks-open-connection):
3897 * net/zeroconf.el (zeroconf-service-add-hook):
3898 * obsolete/vc-mcvs.el (vc-mcvs-register):
3899 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3900 (gdb-select-frame):
3901 * progmodes/grep.el (lgrep, rgrep):
3902 * progmodes/idlw-help.el (idlwave-help-check-locations)
3903 (idlwave-help-html-link, idlwave-help-assistant-open-link):
3904 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3905 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3906 (reftex-toc-rename-label): Fix typos in error messages.
3907
3908 * dired-aux.el (dired-do-shell-command): Reflow docstring.
3909 (dired-copy-how-to-fn): Doc fix.
3910 (dired-files-attributes, dired-read-shell-command):
3911 Fix typos in docstrings.
3912
3913 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3914 (dired-x-find-file-other-window): Reflow docstrings.
3915 (dired-omit-marker-char, dired-read-shell-command)
3916 (dired-x-submit-report): Fix typos in docstrings.
3917
3918 * shell.el (shell-mode-hook):
3919 * view.el (View-scroll-line-forward):
3920 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3921 Fix typos in docstrings.
3922
3923 * net/dig.el (dig-invoke): Fix typo in docstring.
3924 (query-dig): Reflow docstring.
3925
3926 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3927 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3928 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3929 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3930 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3931 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3932 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3933 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3934 (idlwave-completion-map, idlwave-current-indent)
3935 (idlwave-custom-ampersand-surround, idlwave-customize)
3936 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3937 (idlwave-define-abbrev, idlwave-determine-class-special)
3938 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3939 (idlwave-end-block-reg, idlwave-end-of-statement)
3940 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3941 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3942 (idlwave-explicit-class-listed, idlwave-file-header)
3943 (idlwave-fill-paragraph, idlwave-find-class-definition)
3944 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3945 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3946 (idlwave-in-quote, idlwave-indent-action-table)
3947 (idlwave-indent-expand-table, idlwave-indent-line)
3948 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3949 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3950 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3951 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3952 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3953 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3954 (idlwave-outlawed-buffers, idlwave-popup-select)
3955 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3956 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3957 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3958 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3959 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3960 (idlwave-statement-type, idlwave-struct-skip)
3961 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3962 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3963 (idlwave-what-module-find-class): Fix typos in docstrings.
3964 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3965 (idlwave-calculate-cont-indent, idlwave-expand-equal)
3966 (idlwave-find-module, idlwave-find-structure-definition)
3967 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3968 (idlwave-list-load-path-shadows, idlwave-next-statement)
3969 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3970 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3971 (idlwave-template): Reflow docstrings.
3972
3973 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3974 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3975 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3976 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3977 (idlwave-shell-display-line, idlwave-shell-display-wframe)
3978 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3979 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3980 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3981 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3982 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3983 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3984 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3985 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3986 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3987 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3988 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3989 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3990 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3991 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3992 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3993 Fix typos in docstrings.
3994 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
3995 (idlwave-shell-hide-output, idlwave-shell-mode)
3996 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
3997 Reflow docstrings.
3998
3999 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4000
4001 2009-09-24 Ivan Kanis <apple@kanis.eu>
4002
4003 * term.el (term-bold-attribute): New var.
4004 (term-handle-colors-array): Use it.
4005
4006 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
4007
4008 * progmodes/gdb-mi.el (gdb-version): New variable.
4009 (gdb-non-stop-handler): Set gdb-version.
4010 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4011 Condition "--thread" option on gdb-version.
4012 (gdb-invalidate-threads): Remove unused argument.
4013
4014 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4017 to looking-back to avoid ridiculous slow down in large files (bug#4511).
4018
4019 2009-09-23 Glenn Morris <rgm@gnu.org>
4020
4021 * mail/rmail.el (rmail-reply): Don't try to add a References header when
4022 replying to mail without References or Message-Id. (Bug#4525)
4023
4024 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4025
4026 * term/ns-win.el (ns-reg-to-script): New variable.
4027
4028 2009-09-23 Daiki Ueno <ueno@unixuser.org>
4029
4030 * epg.el (epg-wait-for-status): Preserve existing 'error results.
4031
4032 2009-09-22 Sam Steingold <sds@gnu.org>
4033
4034 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4035 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4036 to 1 because hg returns status 1 when nothing is found.
4037 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4038
4039 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * textmodes/fill.el: Convert to utf-8 encoding.
4042 (fill-french-nobreak-p): Remove redundant » and « inherited from our
4043 pre-unicode days.
4044
4045 * add-log.el (change-log-fill-forward-paragraph): New function.
4046 (change-log-mode): Use it so fill-region DTRT.
4047 Set fill-indent-according-to-mode here rather than in
4048 change-log-fill-paragraph.
4049 (change-log-fill-paragraph): Remove.
4050
4051 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
4052
4053 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4054 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
4055
4056 2009-09-22 Glenn Morris <rgm@gnu.org>
4057
4058 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4059 the scroll-bar scroll the calendar window rather than the buffer.
4060
4061 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4062 commands that move point (as opposed to scrolling).
4063
4064 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4065
4066 * emacs-lisp/elint.el (elint): New custom group.
4067 (elint-log-buffer): Make it a defcustom.
4068 (elint-scan-preloaded, elint-ignored-warnings)
4069 (elint-directory-skip-re): New options.
4070 (elint-builtin-variables): Doc fix.
4071 (elint-preloaded-env): New variable.
4072 (elint-unknown-builtin-args): Add an entry for encode-time.
4073 (elint-extra-errors): Make it a variable rather than a constant.
4074 (elint-preloaded-skip-re): New constant.
4075 (elint-directory): Skip files matching elint-directory-skip-re.
4076 (elint-features): New variable, local to linted buffers.
4077 (elint-update-env): Initialize elint-features. Possibly add
4078 elint-preloaded-env to the buffer's environment.
4079 (elint-get-top-forms): Bind elint-current-pos, for log messages.
4080 Skip quoted forms.
4081 (elint-init-form): New function, extracted from elint-init-env.
4082 Make non-list forms a warning rather than an error.
4083 Add the mode-map for define-derived-mode. Handle define-minor-mode,
4084 easy-menu-define, put that adds an error-condition, and provide.
4085 When requiring cl, also require cl-macs. Really require cl, to handle
4086 some cl macros. Store required libraries in the list elint-features,
4087 so as not to re-load them. Treat cc-require like require.
4088 (elint-init-env): Call elint-init-form to do the work.
4089 Handle eval-and-compile and such like.
4090 (elint-add-required-env): Do not clear messages.
4091 (elint-special-forms): Add handlers for function, defalias, if, when,
4092 unless, and, or.
4093 (elint-form): Add optional argument to ignore elint-special-forms,
4094 useful to prevent recursive calls from handlers. Doc fix.
4095 Respect elint-ignored-warnings.
4096 (elint-form): Respect elint-ignored-warnings.
4097 (elint-bound-variable, elint-bound-function): New variables.
4098 (elint-unbound-variable): Respect elint-bound-variable.
4099 (elint-get-args): Respect elint-bound-function.
4100 (elint-check-cond-form): Add some simple handling for (f)boundp and
4101 featurep tests.
4102 (elint-check-defalias-form): New handler.
4103 (elint-check-let-form): Make an empty let a warning rather than an
4104 error.
4105 (elint-check-setq-form): Make an empty setq a warning rather than an
4106 error. Respect elint-ignored-warnings.
4107 (elint-check-defvar-form): Accept null doc-strings.
4108 (elint-check-conditional-form): New handler. Does some simple-minded
4109 checking of featurep and (f)boundp tests.
4110 (elint-put-function-args): New function.
4111 (elint-initialize): Use elint-scan-doc-file rather than
4112 elint-find-builtin-variables. Use elint-put-function-args.
4113 Possibly scan preloaded-file-list.
4114 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4115 extend to handle functions as well.
4116
4117 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
4118
4119 * linum.el (linum-delete-overlays, linum-update-window):
4120 Do not modify the right margin. (Bug#3971)
4121
4122 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4125 nxml-mode instead of xml-mode.
4126
4127 2009-09-21 Kevin Ryde <user42@zip.com.au>
4128
4129 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
4130
4131 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * net/dig.el (dig-mode): Use define-derived-mode.
4134
4135 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4136
4137 * vc-dispatcher.el (vc-do-command): Return the process object in
4138 the asynchronous case. Use when instead of if. Do not run
4139 vc-exec-after to display a message if not enabled. (Bug#4463)
4140
4141 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4142 properties to the stash strings.
4143 (vc-git-stash-list): Return a list of strings.
4144 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4145 (vc-git-stash-show-at-point): New functions.
4146 (vc-git-stash-map): New keymap.
4147
4148 * register.el (ctl-x-r-map): Define the keys here instead of
4149 using autoload.
4150
4151 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
4152
4153 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4154 list, to workaround performance problem (bug#4485).
4155
4156 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
4157
4158 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4159
4160 2009-09-20 Daiki Ueno <ueno@unixuser.org>
4161
4162 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4163 Document that this option is not recommended to use.
4164
4165 2009-09-19 Glenn Morris <rgm@gnu.org>
4166
4167 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4168 variable `var'.
4169
4170 * calc/calc-alg.el (var):
4171 * calc/calcalg2.el (var): Define for compiler.
4172
4173 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4176 Doc fix (Bug#3932).
4177
4178 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4179
4180 * time-stamp.el (time-stamp-month-dd-yyyy)
4181 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4182 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4183 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4184 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4185 Remove functions that have been obsolete since 1995 (Bug#4436).
4186
4187 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4188 indent buffer only if called interactively (Bug#4452).
4189
4190 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
4191 Eli Zaretskii <eliz@gnu.org>
4192
4193 This fixes bug#4197 (merged to bug#865, though not identical).
4194 * server.el (server-auth-dir): Add docstring note about FAT32.
4195 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4196 but warn against using them.
4197
4198 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
4199
4200 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4201 older GDB where there is no has_more field.
4202
4203 2009-09-19 Glenn Morris <rgm@gnu.org>
4204
4205 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4206
4207 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4208
4209 * files.el (auto-mode-alist): Change default for XML files to nXML
4210 mode (Bug#4169).
4211
4212 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * server.el (server-ensure-safe-dir): Pass 'integer
4215 to `file-attributes', as suggested.
4216
4217 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * dired-aux.el (dired-query-alist): Remove spurious backslash.
4220 (dired-query): Use read-key.
4221
4222 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4223
4224 * cus-start.el (ns-use-qd-smoothing): Remove.
4225
4226 2009-09-18 Glenn Morris <rgm@gnu.org>
4227
4228 * allout.el (top-level): Remove unnecessary progn.
4229
4230 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4231
4232 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4233 definition of abbrev table.
4234
4235 * speedbar.el (speedbar-track-mouse):
4236 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4237 * net/eudc.el (eudc-expand-inline):
4238 * net/newst-backend.el (newsticker--cache-read-feed):
4239 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4240 condition-case handlers.
4241
4242 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
4243
4244 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4245 (gdb-var-list): Add an element for has_more field.
4246 (gdb-non-stop-handler): Enable pretty printing for STL containers.
4247 (gdb-var-create-handler, gdb-var-list-children-handler-1)
4248 (gdb-var-update-handler-1): Parse output of dynamic variable
4249 objects (STL containers).
4250 (gdb-var-delete-1): Pass var1 as an explicit second argument.
4251 (gdb-get-field): Delete alias. Use bindat-get-field directly.
4252
4253 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4254 gdb-var-list.
4255 (gud-speedbar-buttons): Make node expandable if expression "has more"
4256 children.
4257
4258 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * startup.el (emacs-quick-startup): Remove variable and all uses.
4261 (command-line): Set `inhibit-x-resources' instead.
4262 (command-line-1): Use `inhibit-x-resources' instead.
4263
4264 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * subr.el: Fix last change to avoid using the `unless' macro,
4267 which breaks bootstrapping.
4268
4269 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4272 extended definitions, in case we reload subr.el after having
4273 loaded CL.
4274 (eval-next-after-load): Mark as obsolete.
4275
4276 2009-09-17 Juri Linkov <juri@jurta.org>
4277
4278 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4279 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4280 (menu-bar-showhide-menu, menu-bar-tools-menu)
4281 (menu-bar-describe-menu, menu-bar-help-menu)
4282 (minibuffer-local-completion-map, minibuffer-local-map):
4283 Fix list quoting.
4284
4285 2009-09-17 Glenn Morris <rgm@gnu.org>
4286
4287 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4288 arguments, whether or not it has a handler.
4289
4290 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4291
4292 * simple.el (hard-newline): Give it a doc-string.
4293
4294 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4295 (lisp-mode-syntax-table): Give them doc-strings.
4296
4297 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4298
4299 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4300 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4301 (menu-bar-options-menu, menu-bar-showhide-menu)
4302 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4303 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4304 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4305 (menu-bar-options-menu, menu-bar-tools-menu)
4306 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4307 (menu-bar-help-menu):
4308 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4309 string arguments.
4310
4311 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4312 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4313 calls for the menu names and :help.
4314
4315 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * mouse.el (minor-mode-menu-from-indicator): Pay attention
4318 to :minor-mode-function (bug#4455).
4319
4320 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * startup.el (command-line): Initialize the window-system after
4323 processing the command-line.
4324
4325 * textmodes/page.el (what-page): Make sure we don't inf-loop if
4326 page-delimiter matches the empty string.
4327
4328 2009-09-16 Glenn Morris <rgm@gnu.org>
4329
4330 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4331 byte-compile-not-obsolete-var. It's a list now.
4332 (byte-compile-not-obsolete-funcs): New variable.
4333 (byte-compile-warn-obsolete): Don't warn about functions if they are in
4334 byte-compile-not-obsolete-funcs.
4335 (byte-compile-variable-ref, byte-compile-defvar): Update for
4336 byte-compile-not-obsolete-vars name-change and list nature.
4337 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4338 and variables behind (f)boundp tests.
4339 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4340
4341 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4342
4343 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4344
4345 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4348 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4349 Don't autoload.
4350
4351 2009-09-15 Stephen Eglen <stephen@gnu.org>
4352
4353 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4354 the virtual-buffers, use the name of the buffer specified by
4355 find-file-noselect, as the match may be a symlink. (This was a
4356 problem if the target and the symlink had different names.)
4357
4358 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4361
4362 * desktop.el (desktop-path): Check user-emacs-directory.
4363
4364 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4365
4366 * loadup.el: Use after-load-functions to GC after loading each file.
4367 Remove the explicit GC calls that used to be sprinkled around.
4368
4369 * subr.el (after-load-functions): New hook.
4370 (do-after-load-evaluation): Run it. Use string-match-p to detect
4371 `obsolete' packages, rather than painfully extracting the relevant
4372 directory name.
4373
4374 2009-09-15 Glenn Morris <rgm@gnu.org>
4375
4376 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4377 free variable `doc'.
4378
4379 * dired.el (dired-mode-map): Add menu entry for async shell command.
4380
4381 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4382 variables, also consider the .elc files, since the .el files are
4383 normally gzipped (subsequent code locates the .el.gz from the .elc).
4384
4385 * calc/calc-prog.el (arglist): Define for compiler.
4386
4387 * calendar/diary-lib.el (diary-display-function): Change the default to
4388 fancy display.
4389 (body): Define for compiler.
4390
4391 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4392 (byte-compile-file-form, byte-compile-lambda)
4393 (byte-compile-top-level-body, byte-compile-form)
4394 (byte-compile-variable-ref, byte-compile-setq)
4395 (byte-compile-setq-default, byte-compile-body)
4396 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4397 (batch-byte-compile): Give some more local variables with common names
4398 a "bytecomp-" prefix to avoid masking warnings about free variables.
4399
4400 * startup.el (command-line-1): Give local variables with common names a
4401 distinguishing prefix, so as not to hide free variable warnings during
4402 bootstrap.
4403
4404 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4405 clever and add a suffix to make a unique name, just let the user decide
4406 whether or not to overwrite it. If the input is a directory, write the
4407 default filename to that directory. (Bug#4388)
4408 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4409 is a filename-as-a-directory.
4410
4411 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * textmodes/page.el (what-page): Don't move to beginning of line.
4414 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4415
4416 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4417
4418 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4419
4420 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4421
4422 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4423 * help.el (help-for-help-internal): Add purecopy calls for text.
4424
4425 * vc.el (top): print-log method now takes an optional SHORTLOG
4426 argument. Add a new method: root.
4427 (vc-root-diff, vc-print-root-log): New functions.
4428 (vc-log-short-style): New variable.
4429 (vc-print-log-internal): Add support for showing short logs.
4430
4431 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4432 vc-print-root-log and vc-print-root-diff.
4433
4434 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4435 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4436 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4437 short logs.
4438
4439 * vc-cvs.el (vc-cvs-print-log):
4440 * vc-mtn.el (vc-mtn-print-log):
4441 * vc-rcs.el (vc-rcs-print-log):
4442 * vc-sccs.el (vc-sccs-print-log):
4443 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4444 that is ignored for now.
4445
4446 * vc-mtn.el (vc-mtn-annotate-command):
4447 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4448
4449 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4452 to function-key-map, and give them ascii-character property.
4453 * term/x-win.el (x-alternatives-map):
4454 * term/ns-win.el (ns-alternatives-map):
4455 * term/internal.el (msdos-key-remapping-map):
4456 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4457
4458 2009-09-14 Glenn Morris <rgm@gnu.org>
4459
4460 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4461 temp-buffers (2009-09-12).
4462
4463 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4466 the new read-key function.
4467
4468 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4469
4470 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4471 is defined (Bug#4405).
4472
4473 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
4474
4475 * recentf.el (recentf-cleanup): Use a hash table to find
4476 duplicates (Bug#4407).
4477
4478 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
4479
4480 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4481 kp-0 to ascii equivalents (Bug#4325).
4482
4483 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4484
4485 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4486
4487 * eshell/em-hist.el:
4488 * eshell/em-dirs.el (eshell-complete-user-reference):
4489 Declare pcomplete functions and variables to avoid compiler warnings.
4490
4491 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
4492
4493 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4494 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4495 * eshell/em-alias.el (eshell-aliases-file):
4496 * eshell/em-hist.el (eshell-history-file-name):
4497 Use expand-file-name instead of concat to make file names (Bug#4308).
4498
4499 2009-09-13 Glenn Morris <rgm@gnu.org>
4500
4501 * ediff-merg.el (ediff-do-merge):
4502 * filesets.el (filesets-run-cmd):
4503 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4504 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4505 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4506 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4507 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4508 Replace empty `let's with `progn'.
4509
4510 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * mail/sendmail.el (send-mail-function):
4513 * tooltip.el (tooltip-mode):
4514 * simple.el (transient-mark-mode):
4515 * rfn-eshadow.el (file-name-shadow-mode):
4516 * frame.el (blink-cursor-mode):
4517 * font-core.el (global-font-lock-mode):
4518 * files.el (temporary-file-directory)
4519 (small-temporary-file-directory, auto-save-file-name-transforms):
4520 * epa-hook.el (auto-encryption-mode):
4521 * composite.el (global-auto-composition-mode):
4522 Use custom-initialize-delay.
4523 * startup.el (command-line): Don't explicitly call
4524 custom-reevaluate-setting for all the above vars.
4525 * custom.el (custom-initialize-safe-set)
4526 (custom-initialize-safe-default): Delete.
4527
4528 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4529
4530 * term/x-win.el (x-initialize-window-system):
4531 * term/w32-win.el (w32-initialize-window-system):
4532 * term/ns-win.el (ns-initialize-window-system): Don't call
4533 mouse-wheel-mode since it's enabled globally by default already.
4534
4535 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4536 actually define the variable, but only silences the byte-compiler.
4537 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4538 before looking it up.
4539 (mouse-wheel-scroll-amount): Also reset the bindings if this value
4540 is changed.
4541
4542 2009-09-12 Glenn Morris <rgm@gnu.org>
4543
4544 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4545 1000.
4546 (elint-add-required-env): Don't beep on error.
4547 (elint-forms): In case of error, return ENV unchanged.
4548 (elint-init-env): Skip non-list forms.
4549 (elint-log): Handle unknown file positions.
4550
4551 2009-09-12 Daiki Ueno <ueno@unixuser.org>
4552
4553 * epg.el (epg-make-context): Add autoload cookie.
4554 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4555 (epg-decrypt-string, epg-start-verify, epg-verify-file)
4556 (epg-verify-string, epg-start-sign, epg-sign-file)
4557 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4558 (epg-encrypt-string, epg-start-export-keys)
4559 (epg-export-keys-to-file, epg-export-keys-to-string)
4560 (epg-start-import-keys, epg-import-keys-from-file)
4561 (epg-import-keys-from-string, epg-start-receive-keys)
4562 (epg-receive-keys, epg-import-keys-from-server)
4563 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4564 (epg-sign-keys, epg-start-generate-key)
4565 (epg-generate-key-from-file, epg-generate-key-from-string):
4566 Remove autoload cookie.
4567
4568 2009-09-12 Eli Zaretskii <eliz@gnu.org>
4569
4570 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4571 reevaluation of trash-directory.
4572
4573 * mwheel.el: Fix last change.
4574 (mouse-wheel-mode): New defvar.
4575 (mouse-wheel-mode): Remove autoload cookie.
4576
4577 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * mwheel.el (mwheel-installed-bindings): New var.
4580 (mouse-wheel-mode): Use it, so as to make sure we really remove all
4581 the bindings we set last time. Use custom-initialize-delay.
4582 * loadup.el: Load mwheel after term/*-win.el.
4583 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4584 and mouse-wheel-up-event now that their first evaluation is done
4585 sufficiently late to be correct.
4586
4587 * startup.el (tutorial-directory): Make it a defcustom.
4588 Use custom-initialize-delay rather than eval-at-startup to set it.
4589 * image.el (image-load-path): Make it a defcustom.
4590 Use custom-initialize-delay rather than eval-at-startup to set it.
4591 * subr.el (eval-at-startup): Remove.
4592 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4593
4594 * subr.el (do-after-load-evaluation): Warn the user after loading an
4595 obsolete package.
4596
4597 2009-09-12 Glenn Morris <rgm@gnu.org>
4598
4599 * proced.el (proced-mark-alt): Remove alias.
4600 (proced-mode-map): Remove proced-mark-alt.
4601
4602 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4603 Elint file and directory. Remove initialization entry.
4604
4605 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4606 commands.
4607 (elint-current-buffer): Set mode-line-process.
4608 (elint-init-env): Handle define-derived-mode.
4609 Fix declare-function with unspecified arglist. Guard against odd
4610 defalias statements (eg iso-insert's 8859-1-map).
4611 (elint-add-required-env): Use a temp buffer.
4612 (elint-form): Just print the function/macro name, not the whole form.
4613 Return env unchanged if we fail to parse a macro.
4614 (elint-forms): Guard against parse errors.
4615 (elint-output): New function, to handle batch mode.
4616 (elint-log-message): Add optional argument. Use elint-output.
4617 (elint-set-mode-line): New function.
4618
4619 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
4620
4621 * emacs-lisp/elp.el (elp-not-profilable): Add more
4622 functions (Bug#4233).
4623
4624 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4627 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4628
4629 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4630
4631 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4632 (gdb-var-list-children): Use json parsing.
4633
4634 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
4635
4636 * progmodes/js.el (js--proper-indentation): Handle the case where
4637 char-before is null. Reported by Deniz Dogan.
4638
4639 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4640
4641 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4642
4643 2009-09-11 Daiki Ueno <ueno@unixuser.org>
4644
4645 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4646 (epg-digest-algorithm-alist): Add SHA224.
4647 (epg-context-set-passphrase-callback)
4648 (epg-context-set-progress-callback): Add description about
4649 callback function.
4650
4651 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * custom.el (custom-delayed-init-variables): New var.
4654 (custom-initialize-delay): New function.
4655 * startup.el (command-line): "Re"evaluate all vars in
4656 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
4657 explicitly any more.
4658 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4659 to avoid creating a ~/.emacs.d at build-time (bug#4347).
4660
4661 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4662
4663 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4664
4665 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4666 (gdb-var-update-handler): Use json parsing.
4667
4668 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4671 decode annotated text, regardless of language environment. (Bug#2741)
4672
4673 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * Makefile.in (autoloads): Make rmail.el writable as well.
4676
4677 2009-09-11 Glenn Morris <rgm@gnu.org>
4678
4679 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4680 loaddefs.el.
4681 * dired.el: Regenerate with extracted autoloads.
4682 * Makefile.in (autoloads): Make dired.el writable.
4683
4684 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4685 * ibuffer.el: Regenerate with extracted autoloads.
4686 * Makefile.in (autoloads): Make ibuffer.el writable.
4687
4688 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4689 * version.el (emacs-copyright, emacs-major-version)
4690 (emacs-minor-version): Reformat doc-strings for make-docfile.
4691
4692 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4693 functions and variables, since they must be stuff specific to some other
4694 platform.
4695 (apropos-print): Make mouse-click message less specific about button.
4696
4697 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4698 that records where a macro was defined.
4699 * help-fns.el (describe-function-1): Mention if a function has a
4700 compiler-macro.
4701 * help-mode.el (help-function-cmacro): New button.
4702
4703 * locate.el (top-level): Always require dired.
4704 (locate-mode-map): Initialize inside the defvar.
4705
4706 * net/ange-ftp.el (dired-compress-file): Declare.
4707 (ange-ftp-dired-compress-file): Add doc string.
4708
4709 * term/ns-win.el (x-display-name, x-setup-function-keys):
4710 Unify doc-strings with X versions.
4711
4712 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * emulation/crisp.el (crisp-mode-map): Move initialization
4715 into declaration.
4716 (crisp-mode): Use define-minor-mode.
4717
4718 * progmodes/xscheme.el (xscheme-evaluation-commands):
4719 Put a :advertised-binding property rather than using
4720 advertised-xscheme-send-previous-expression.
4721 (advertised-xscheme-send-previous-expression): Declare obsolete.
4722 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4723 `advertised-undo'.
4724 (crisp-mode): Add corresponding bindings to
4725 undo's :advertised-binding instead.
4726 * dired.el (dired-mode-map): Put a :advertised-binding property rather
4727 than using dired-advertised-find-file.
4728 (dired-advertised-find-file):
4729 * simple.el (advertised-undo):
4730 * wid-edit.el (advertised-widget-backward): Declare obsolete.
4731 (widget-keymap): Put a :advertised-binding property rather
4732 than using advertised-widget-backward.
4733 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4734 than using advertised-undo.
4735 * tutorial.el (tutorial--default-keys): Adjust accordingly.
4736
4737 2009-09-10 Simon South <ssouth@slowcomputing.org>
4738
4739 * progmodes/delphi.el (delphi-tab): Indent region when Transient
4740 Mark mode is enabled and region is active; otherwise indent or
4741 insert TAB as usual.
4742 (delphi-mode): Update description of TAB-key binding.
4743
4744 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * subr.el (define-key-rebound-commands): Mark obsolete.
4747 * startup.el (precompute-menubar-bindings): Remove.
4748 (normal-top-level): Remove obsolete code that tried to precompute
4749 menubar bindings.
4750 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4751 define-key-rebound-commands and precompute-menubar-bindings.
4752
4753 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4754
4755 * net/imap.el (imap-interactive-login): Better messages.
4756 (imap-open): Fix bug with renamed buffer on reconnect.
4757 (imap-authenticate): Add buffer-local imap-last-authenticator variable
4758 for easier debugging and cleaner code. On successful (guessed based on
4759 server capabilities) secondary authentication, set imap-state
4760 correctly.
4761 (imap-last-authenticator): Define imap-last-authenticator as a variable
4762 to avoid warnings.
4763
4764 2009-09-10 Glenn Morris <rgm@gnu.org>
4765
4766 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4767
4768 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4769 (byte-compile-file-form-autoload): Don't warn about unknown functions
4770 where the autoload statement comes after the use.
4771 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4772 that any handlers inside the body (eg require) are in turn respected.
4773
4774 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4775 effects.
4776
4777 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4778 and syntax and abbrev tables basic docs, if they don't have any.
4779
4780 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4781
4782 * international/mule-cmds.el (top-level): Require cl when compiling.
4783 (view-hello-file): Use default-value rather than
4784 default-enable-multibyte-characters.
4785
4786 * progmodes/fortran.el: Move all safe and risky properties into the
4787 defcustoms.
4788
4789 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4790 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4791 * mail/undigest.el:
4792 Put autoloads in rmail.el rather than loaddefs.el.
4793 * mail/rmail.el: Regenerate with extracted autoloads.
4794
4795 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4796 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4797
4798 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
4799
4800 Reported in thread for Bug#4375.
4801 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4802 "-data-evaluate-expression" instead of print.
4803 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4804 (gdb-tooltip-print): Parse output from above MI command.
4805 (gdb): Revert 2009-08-11 change. User should detach inferior
4806 manually.
4807
4808 Remove the word "separate" from IO functions as inferior
4809 output is now never displayed in the GUD buffer.
4810
4811 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
4812
4813 * startup.el (command-line-normalize-file-name): On Windows and
4814 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4815
4816 2009-09-10 Juri Linkov <juri@jurta.org>
4817
4818 * isearch.el (isearch-text-char-description): Propertize escape
4819 character sequences with the `escape-glyph' face. (Bug#4344)
4820
4821 * simple.el (shell-command): Set asynchronous process filter to
4822 `comint-output-filter'. (Bug#4343)
4823
4824 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4825 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
4826 the list. Move "asm" to the bottom.
4827 (grep-find-ignored-directories): Add `choice' with nil value
4828 to empty the list easily.
4829 (grep-find-ignored-files): New option.
4830 (grep-files-history): Set to nil by default instead of '("ch" "el").
4831 (grep-compute-defaults): Add "<X>" to `grep-template'.
4832 (grep-read-files): Bind new local variables `default-alias' and
4833 `default-extension'. Use a list of default values for the file prompt.
4834 (lgrep): Add `--exclude=' command line options composed from
4835 `grep-find-ignored-files'.
4836 (rgrep): Add `-name' command line options composed from
4837 `grep-find-ignored-files'. (Bug#4301)
4838
4839 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4842 (bug#4368).
4843
4844 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4845
4846 * calendar/time-date.el (autoload):
4847 Expand define-obsolete-function-alias into defalias and make-obsolete
4848 for old Emacsen that Gnus supports.
4849 (with-no-warnings): Define it for old Emacsen.
4850 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4851 is available.
4852 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4853 float-time is available; suppress compile warning for time-to-seconds.
4854
4855 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
4856
4857 * net/imap.el (imap-message-map): Docstring fix.
4858
4859 2009-09-09 Glenn Morris <rgm@gnu.org>
4860
4861 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4862 line numbers too. (Bug#4374)
4863
4864 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * smerge-mode.el (smerge-remove-props, smerge-refine):
4867 Use with-silent-modifications (bug#4342).
4868
4869 * subr.el (with-silent-modifications): New macro.
4870
4871 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
4872
4873 * files.el (top-level): Require `cl' when compiling.
4874
4875 2009-09-07 Glenn Morris <rgm@gnu.org>
4876
4877 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4878
4879 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4880 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
4881
4882 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
4883
4884 * vc-git.el (vc-git-annotate-command): Use separator to parse
4885 arguments correctly.
4886
4887 2009-09-06 Eli Zaretskii <eliz@gnu.org>
4888
4889 * proced.el (proced-mode): Doc fix.
4890
4891 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
4892
4893 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4894 lstat fails.
4895 (tramp-do-file-attributes-with-ls): Check for file existence at
4896 remote end.
4897 (tramp-do-file-attributes-with-stat): Likewise.
4898 (tramp-convert-file-attributes): Return nil when attr is nil.
4899
4900 2009-09-05 Glenn Morris <rgm@gnu.org>
4901
4902 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4903 properties to this button.
4904 (diary-fancy-display): Don't extend the button to the final newline.
4905 (diary-fancy-display-mode): Continue to define "q" as a local key.
4906
4907 * calendar/cal-china.el (holiday-chinese): Make it slightly more
4908 efficient.
4909
4910 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4911
4912 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4913 (byte-compile-dest-file-function): New option.
4914 (byte-compile-dest-file): Doc fix.
4915 Obey byte-compile-dest-file-function.
4916 (byte-compile-cl-file-p): New function.
4917 (byte-compile-eval): Only suppress noruntime warnings about cl functions
4918 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
4919 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4920 than for file being previously loaded.
4921 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4922 (byte-compile-file-form-require): Handle the case where requiring a file
4923 indirectly causes CL to be loaded.
4924
4925 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4926
4927 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4928 before killing the old buffer, since by the time `kill-buffer' is
4929 run so many buffer variables have been set to nil that it may not
4930 behave as expected. (Bug#4061)
4931
4932 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4933
4934 * files.el (find-alternate-file): If the old buffer is modified
4935 and visiting a file, behave similarly to `kill-buffer' when
4936 killing it, thus reverting to the pre-1.878 behavior; see
4937 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4938 for discussion. Also, consult `buffer-file-name' as a variable
4939 not as a function, for consistency with the rest of the code.
4940
4941 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
4942
4943 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4944 also when adding a new directory.
4945
4946 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4947 defun.
4948
4949 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * files.el (locate-file-completion-table): Make it provide boundary
4952 information, so partial-completion works better.
4953
4954 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
4955
4956 * mail/footnote.el (Footnote-text-under-cursor):
4957 Check footnote-text-marker-alist before using it (bug#4324).
4958
4959 2009-09-04 Glenn Morris <rgm@gnu.org>
4960
4961 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4962 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4963 * play/solitaire.el, play/tetris.el:
4964 Remove leading * from defcustom and defface docs.
4965
4966 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4967 necessary.
4968 (diary-fancy-overriding-map): New variable.
4969 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4970 Use view-mode.
4971
4972 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4973 goto-line.
4974
4975 2009-09-03 Glenn Morris <rgm@gnu.org>
4976
4977 * arc-mode.el (archive-mode):
4978 * dos-fns.el (set-default-process-coding-system):
4979 * man.el (Man-getpage-in-background):
4980 * menu-bar.el (menu-bar-describe-menu):
4981 * server.el (server-process-filter):
4982 * startup.el (command-line):
4983 * tar-mode.el (tar-header-block-tokenize, tar-extract):
4984 * w32-fns.el (set-default-process-coding-system):
4985 * x-dnd.el (x-dnd-handle-file-name):
4986 * international/mule-cmds.el (mule-menu-keymap)
4987 (set-default-coding-systems, language-info-alist, set-language-info)
4988 (set-language-environment, standard-display-european-internal)
4989 (set-locale-environment):
4990 * international/mule-diag.el (mule-diag):
4991 * mail/emacsbug.el (report-emacs-bug):
4992 * mail/rmail.el (rmail-mode):
4993 * mail/sendmail.el (mail-setup):
4994 Use default-value rather than default-enable-multibyte-characters.
4995
4996 * progmodes/f90.el: Move all safe properties into the defcustoms.
4997 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
4998
4999 * calendar/appt.el (appt-check):
5000 * calendar/diary-lib.el (diary-set-header, diary-live-p)
5001 (diary-check-diary-file, diary-list-entries)
5002 (diary-include-other-diary-files, diary-simple-display)
5003 (diary-fancy-display, diary-print-entries)
5004 (diary-mark-included-diary-files, diary-make-entry):
5005 Don't call substitute-in-file-name on diary-file.
5006
5007 2009-09-03 Eduard Wiebe <usenet@pusto.de>
5008 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * mail/footnote.el (footnote-prefix): Make it a defcustom.
5011 (footnote-mode-map): Move initialization into the declaration.
5012 (footnote-minor-mode-map): Define it rather than changing global-map.
5013 (footnote-mode): Use define-minor-mode.
5014
5015 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * net/tramp.el (tramp-handle-file-attributes-with-ls)
5018 (tramp-do-file-attributes-with-perl)
5019 (tramp-do-file-attributes-with-stat): Rename from
5020 `tramp-handle-file-attributes-with-*'.
5021 (tramp-handle-file-attributes): Use them.
5022 (tramp-do-directory-files-and-attributes-with-perl)
5023 (tramp-do-directory-files-and-attributes-with-stat): Rename from
5024 `tramp-handle-directory-files-and-attributes-with-*'.
5025 (tramp-handle-directory-files-and-attributes): Use them.
5026 (tramp-method-out-of-band-p): Additional parameter SIZE.
5027 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5028 (tramp-handle-write-region): Use it.
5029 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5030 (tramp-handle-vc-registered): Check, whether the first run did
5031 return files to be tested.
5032 (tramp-advice-make-auto-save-file-name): Do not call directly
5033 `tramp-handle-make-auto-save-file-name', because this would bypass
5034 the locking mechanism.
5035
5036 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5037 (file-remote-p, process-file, start-file-process, set-file-times)
5038 (tramp-compat-file-attributes): Compatibility functions shall not
5039 call directly `tramp-handle-*', because this would bypass the
5040 locking mechanism.
5041 (tramp-compat-number-sequence): New defun.
5042
5043 2009-09-02 Glenn Morris <rgm@gnu.org>
5044
5045 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5046 alias for float-time.
5047 (time-to-number-of-days): In Emacs, use float-time.
5048 * net/newst-backend.el (time-add): Suppress warnings from compat
5049 function.
5050 * time.el (emacs-uptime, emacs-init-time):
5051 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5052 Use float-time rather than time-to-seconds.
5053
5054 * minibuffer.el (completion-initials-expand): Fix typo.
5055
5056 * faces.el (modeline, modeline-inactive, modeline-highlight)
5057 (modeline-buffer-id):
5058 * info.el (info-menu-5): Mark these face aliases as obsolete.
5059
5060 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5061
5062 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5063 space ...
5064 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5065 no "--thread" option.
5066 (gdb-stopped): Don't print "Switched to thread" message when it is
5067 unchanged.
5068
5069 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * minibuffer.el (completion-try-completion)
5072 (completion-all-completions): Remove ill-defined (and
5073 mistakenly installed and luckily never used nor documented)
5074 `completion-styles' property.
5075 (completion-initials-expand, completion-initials-all-completions)
5076 (completion-initials-try-completion): New functions.
5077 (completion-styles-alist): Add doc to each entry.
5078 Add new `initials' entry.
5079
5080 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5081
5082 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5083 MI command -var-evaluate-expression.
5084 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5085 and tweak for case of string child.
5086 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5087
5088 2009-09-01 Glenn Morris <rgm@gnu.org>
5089
5090 * add-log.el (change-log-date-face, change-log-name-face)
5091 (change-log-email-face, change-log-file-face, change-log-list-face)
5092 (change-log-conditionals-face, change-log-function-face)
5093 (change-log-acknowledgement-face):
5094 * cus-edit.el (custom-invalid-face, custom-rogue-face)
5095 (custom-modified-face, custom-set-face, custom-changed-face)
5096 (custom-saved-face, custom-button-face, custom-button-pressed-face)
5097 (custom-documentation-face, custom-state-face, custom-comment-face)
5098 (custom-comment-tag-face, custom-variable-tag-face)
5099 (custom-variable-button-face, custom-face-tag-face)
5100 (custom-group-tag-face-1, custom-group-tag-face):
5101 * diff-mode.el (diff-header-face, diff-file-header-face)
5102 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5103 (diff-added-face, diff-changed-face, diff-function-face)
5104 (diff-context-face, diff-nonexistent-face):
5105 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5106 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5107 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5108 (Info-title-4-face):
5109 * isearch.el (isearch-lazy-highlight-face):
5110 * log-view.el (log-view-file-face, log-view-message-face):
5111 * paren.el (show-paren-match-face, show-paren-mismatch-face):
5112 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5113 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5114 (cvs-msg-face):
5115 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5116 (smerge-base-face, smerge-markers-face):
5117 * wid-edit.el (widget-documentation-face, widget-button-face)
5118 (widget-field-face, widget-single-line-field-face)
5119 (widget-inactive-face, widget-button-pressed-face):
5120 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5121 (woman-addition-face):
5122 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5123 (eshell-ls-executable-face, eshell-ls-readonly-face)
5124 (eshell-ls-unreadable-face, eshell-ls-special-face)
5125 (eshell-ls-missing-face, eshell-ls-archive-face)
5126 (eshell-ls-backup-face, eshell-ls-product-face)
5127 (eshell-ls-clutter-face):
5128 * eshell/em-prompt.el (eshell-prompt-face):
5129 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5130 * obsolete/old-whitespace.el (whitespace-highlight-face):
5131 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5132 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5133 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5134 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5135 (antlr-font-lock-literal-face):
5136 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5137 (ebrowse-root-class-face, ebrowse-file-name-face)
5138 (ebrowse-default-face, ebrowse-member-attribute-face)
5139 (ebrowse-member-class-face, ebrowse-progress-face):
5140 * progmodes/make-mode.el (makefile-space-face):
5141 * progmodes/sh-script.el (sh-heredoc-face):
5142 * textmodes/flyspell.el (flyspell-incorrect-face)
5143 (flyspell-duplicate-face):
5144 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5145 * textmodes/texinfo.el (texinfo-heading-face):
5146 Mark face aliases with "-face" suffix as obsolete.
5147
5148 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5149 compiler.
5150
5151 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5152 (eudc-bob-sound-menu): Use defvar rather than defconst, since
5153 easy-menu-define wants to modify these.
5154
5155 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5156
5157 * net/browse-url.el (browse-url-file-url):
5158 * term/internal.el (dos-codepage-setup):
5159 Use default-value rather than default-enable-multibyte-characters.
5160
5161 * progmodes/etags.el (etags-goto-tag-location):
5162 * progmodes/flymake.el (flymake-highlight-line)
5163 (flymake-goto-file-and-line, flymake-goto-line):
5164 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5165 (gdb-goto-breakpoint):
5166 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5167 * progmodes/python.el (python-find-function)
5168 (python-pdbtrack-track-stack-file):
5169 * progmodes/verilog-mode.el (verilog-surelint-off):
5170 * term/ns-win.el (ns-open-file-select-line):
5171 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5172 Use forward-line rather than goto-line.
5173
5174 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5175 * textmodes/reftex-index.el (reftex-display-index):
5176 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5177 * textmodes/reftex-toc.el (reftex-toc):
5178 Remove unnecessary bindings of default-major-mode (all are followed by
5179 major-mode check and possible mode switch).
5180
5181 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5182
5183 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5184 Handle watchpoints (bug#4282).
5185 (def-gdb-thread-buffer-command): Enable thread to be selected by
5186 clicking without selecting threads buffer first.
5187 (gdb-current-context-command): Use selected frame so that "up",
5188 "down" etc work in the GUD buffer.
5189 (gdb-update): Find selected frame before rendering stack buffer.
5190 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5191
5192 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * progmodes/sym-comp.el (displayed-completions): Remove.
5195 (symbol-complete): Use minibuffer-complete.
5196
5197 2009-08-31 Glenn Morris <rgm@gnu.org>
5198
5199 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5200
5201 * apropos.el (apropos-symbols-internal):
5202 Handle (obsolete) face aliases.
5203
5204 * faces.el (describe-face): Adjust the output format to be more like
5205 describe-variable, and to mention (obsolete) face aliases.
5206 Adjust the whitespace so that help-setup-xref works.
5207
5208 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5209 * calendar/diary-lib.el (diary-button-face):
5210 Mark these face aliases as obsolete.
5211
5212 * calendar/calendar.el (calendar-today): Doc fix.
5213
5214 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5215
5216 * progmodes/gdb-mi.el (gdb-control-all-threads)
5217 (gdb-control-current-thread): Force tool bar update.
5218 (gdb-non-stop-handler): New function.
5219 (gdb-init-1): Use it to test if non-stop mode is supported.
5220 Remove unused gdbmi buffer type.
5221
5222 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5223
5224 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5225 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
5226
5227 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5228
5229 * comint.el (comint-exec-1): Check command is non-null first.
5230 Part of gdb-mi.el change (2009-08-28).
5231
5232 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5235
5236 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5239 instead of `dolist' to avoid a recursive require when bootstrapping.
5240
5241 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5244
5245 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5246
5247 * net/imap.el (imap-send-command): Simplify.
5248 (imap-wait-for-tag): point-max -> buffer-size.
5249
5250 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5251
5252 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5253 with constant argument.
5254
5255 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5256
5257 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5258
5259 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5260 Change default, since most of our files don't have a history.
5261 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5262 the user.
5263
5264 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5265 Add comint-run.
5266
5267 * calc/calc.el: Improve commenting convention.
5268 (calc-digit-map, toplevel): Simplify.
5269
5270 * comint.el (comint-insert-input): Be careful to only set point if we
5271 don't delegate to some other command.
5272
5273 * proced.el (proced-signal-list): Make it an alist.
5274 (proced-grammar-alist): Capitalize names.
5275 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5276 Disable undo manually and make it read-only.
5277 Use completion-annotate-function.
5278
5279 * minibuffer.el (minibuffer-message): If the current buffer is not
5280 a minibuffer, insert the message in the echo area rather than at the
5281 end of the buffer.
5282 (completion-annotate-function): New variable.
5283 (minibuffer-completion-help): Use it.
5284 (completion--embedded-envvar-table): Environment vars are
5285 always case-sensitive.
5286
5287 2009-08-30 Glenn Morris <rgm@gnu.org>
5288
5289 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5290 from fortran-current-defun.
5291 (fortran-beginning-of-subprogram): Be more precise about finding the
5292 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
5293 (fortran-end-of-subprogram): Simplify.
5294 (fortran-current-defun): Use fortran-start-prog-re.
5295
5296 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
5297
5298 * subr.el (do-after-load-evaluation): Simplify.
5299
5300 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5301
5302 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5303
5304 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
5305 (vc-rcs-print-log): Use it.
5306
5307 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5308
5309 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * paths.el (abbrev-file-name): Move to abbrev.el.
5312 * abbrev.el (abbrev-file-name): Move from paths.el.
5313 Obey user-emacs-directory.
5314 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5315 user-emacs-directory.
5316 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5317 abbrev-file-name and calc-settings-file any more.
5318 * startup.el (command-line): Recompute abbrev-file-name and
5319 abbreviated-home-dir.
5320 (normal-no-mouse-startup-screen): Improve the generic code and get rid
5321 of the special code for when C-h bindings haven't been changed.
5322 (display-startup-echo-area-message): Use with-current-buffer.
5323 (command-line-1): Use a list of strings, rather than a list of lists
5324 of strings for longopts.
5325
5326 * files.el (get-free-disk-space): Use / for default-directory.
5327
5328 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5329 Use with-current-buffer.
5330
5331 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5332 Recognize immutable variables like most-positive-fixnum.
5333 (byte-compile-setq-default): Check and warn if trying to assign
5334 to an immutable variable, or a non-variable.
5335
5336 * progmodes/cc-vars.el (c-comment-continuation-stars):
5337 * progmodes/cc-engine.el (c-looking-at-bos):
5338 * progmodes/cc-cmds.el (c-toggle-auto-state)
5339 (c-forward-into-nomenclature, c-backward-into-nomenclature)
5340 (c-comment-line-break-function): Add version of obsolescence.
5341
5342 2009-08-28 Juri Linkov <juri@jurta.org>
5343
5344 * files.el (magic-fallback-mode-alist): Add ZIP magic number
5345 associated with `archive-mode'.
5346
5347 * image.el (image-type-header-regexps): Use only JPEG magic number
5348 to determine JPEG images, and don't use `image-jpeg-p' because
5349 Emacs can display non-JFIF non-Exif JPEG images.
5350
5351 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5352
5353 * arc-mode.el (archive-mode):
5354 * emacs-lisp/re-builder.el (re-builder-unload-function):
5355 Protect against the default value of `major-mode' being nil.
5356
5357 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5358
5359 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5360 Fix typos in docstrings.
5361
5362 * progmodes/js.el (js--macro-decl-re): Doc fix.
5363 (js--plain-method-re, js--split-name): Refloc docstring.
5364 (js--class-styles, js--make-merged-item, js--splice-into-items):
5365 Fix typos in docstrings; reflow docstrings.
5366 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5367 (js--variable-decl-matcher, js--inside-pitem-p)
5368 (js--parse-state-at-point, js--get-all-known-symbols)
5369 (js--symbol-history, js-find-symbol, js--js-references)
5370 (js--moz-interactor, js--js-encode-value, js--read-tab):
5371 Fix typos in docstrings.
5372
5373 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * textmodes/reftex.el (reftex-get-file-buffer-force):
5376 * progmodes/verilog-mode.el (verilog-batch-execute-func):
5377 * emulation/viper.el (viper-go-away, viper-set-hooks):
5378 * emacs-lisp/re-builder.el (re-builder-unload-function):
5379 * emacs-lisp/bytecomp.el (byte-compile-file):
5380 * ses.el (ses-unload-function):
5381 * hexl.el (hexl-find-file):
5382 * files.el (normal-mode):
5383 * ehelp.el (with-electric-help):
5384 * autoinsert.el (auto-insert-alist):
5385 * arc-mode.el (archive-mode):
5386 Use (default-value 'major-mode) instead of default-major-mode.
5387
5388 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5389 * international/mule.el (load-with-code-conversion):
5390 * emacs-lisp/debug.el (debug):
5391 * ediff-vers.el (ediff-rcs-get-output-buffer):
5392 * dired.el (dired-internal-noselect): Don't let-bind
5393 default-major-mode around code that doesn't use it.
5394 E.g. buffer creation via get-buffer-create doesn't use it.
5395
5396 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5397
5398 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5399 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5400 when writing the temp file. Otherwise, epa-file gets confused.
5401 (tramp-register-file-name-handlers): Make it a defun. Move also
5402 `epa-file-handler' to the front of `file-name-handler-alist'.
5403
5404 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5407 start right after a ^M.
5408 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5409 (tramp-completion-file-name-regexp-separate)
5410 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5411 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5412 Don't modify last-coding-system-used by accident.
5413 (tramp-completion-file-name-handler): Apply the checks here,
5414 instead during registration.
5415 (tramp-register-file-name-handlers) Renamed from
5416 `tramp-register-file-name-handler'. Register both
5417 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5418 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
5419
5420 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5423 Remove variable ...
5424 (gdb-init-1, gdb-display-separate-io-buffer)
5425 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5426 references to it.
5427 (gdb-inferior-io-mode): Use make-comint-in-buffer.
5428 (gdb-inferior-filter): Use comint-output-filter to stop
5429 echoing and remove ^M characters.
5430
5431 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * emulation/viper-init.el (viper-restore-cursor-type):
5434 * emulation/cua-base.el (cua--update-indications):
5435 Replace default-cursor-type with (default-value 'cursor-type).
5436
5437 * mail/sendmail.el (mail-recover-1):
5438 * international/mule-diag.el (describe-current-coding-system-briefly)
5439 (describe-current-coding-system):
5440 * international/mule-cmds.el (select-safe-coding-system)
5441 (select-message-coding-system)
5442 (set-language-environment-coding-systems, set-locale-environment):
5443 * hexl.el (hexl-insert-multibyte-char):
5444 * dos-w32.el (find-buffer-file-type-coding-system):
5445 * simple.el (what-cursor-position):
5446 Replace uses of default-buffer-file-coding-system
5447 with (default-value 'buffer-file-coding-system).
5448
5449 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5450 Replace uses of default-cursor-in-non-selected-windows
5451 with (default-value 'cursor-in-non-selected-windows).
5452 Use with-current-buffer.
5453
5454 * mail/feedmail.el: Use CL macros.
5455 (feedmail-run-the-queue, feedmail-send-it-immediately):
5456 * dos-w32.el (find-buffer-file-type): Replace uses of
5457 default-buffer-file-type with (default-value 'buffer-file-type).
5458
5459 2009-08-28 Glenn Morris <rgm@gnu.org>
5460
5461 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5462 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5463 Use default-value of major-mode rather than default-major-mode.
5464
5465 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * Makefile.in (update-elcfiles): Report left over elc files.
5468
5469 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5470 expand-file-name and with-current-buffer.
5471 (mail-get-names, mail-directory): Use with-current-buffer.
5472
5473 * vc.el (vc-read-revision): New function.
5474 (vc-version-diff, vc-merge): Use it.
5475
5476 2009-08-27 Sam Steingold <sds@gnu.org>
5477
5478 * simple.el (kill-do-not-save-duplicates): New user option.
5479 (kill-new): When it is non-nil, and the new string is the same as
5480 the latest kill, set replace to t to avoid duplicates in kill-ring.
5481
5482 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
5483
5484 * net/tramp.el (tramp-handle-process-file): Do not flush all
5485 caches when `process-file-side-effects' is set.
5486 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5487 instead of `tramp-find-file-exists-command'.
5488 Unset `process-file-side-effects'.
5489
5490 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/tramp.el (tramp-methods): New method "rsyncc".
5493 (top): Add completion function for "rsyncc".
5494 (tramp-message-show-message): New defvar.
5495 (tramp-message, tramp-error): Use it.
5496 (tramp-do-copy-or-rename-file-directly): Extend check for direct
5497 remote copying.
5498 (tramp-do-copy-or-rename-file-out-of-band): Handle new
5499 `tramp-methods' entry `copy-env' of "rsyncc".
5500 (tramp-vc-registered-read-file-names): New defconst.
5501 (tramp-vc-registered-file-names): New defvar.
5502 (tramp-handle-vc-registered): Implement optimization strategy.
5503 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5504 (tramp-vc-file-name-handler): New defun.
5505 (tramp-get-ls-command, tramp-get-test-command)
5506 (tramp-get-file-exists-command, tramp-get-remote-ln)
5507 (tramp-get-remote-perl, tramp-get-remote-stat)
5508 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5509
5510 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5511 (tramp-cache-inhibit-cache): Extend doc string. It allows also
5512 timestamps.
5513 (tramp-get-file-property): Check for timestamps in
5514 `tramp-cache-inhibit-cache'.
5515 (tramp-set-file-property): Write timestamp.
5516
5517 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5518
5519 * language/japan-util.el (japanese-symbol-table): Add entries for
5520 cp932-2-byte.
5521
5522 * international/characters.el: Add category `j' to cp932-2-byte.
5523
5524 2009-08-27 Kenichi Handa <handa@m17n.org>
5525
5526 * international/fontset.el (build-default-fontset-data): New macro.
5527 (setup-default-fontset): Use build-default-fontset-data for CJK,
5528 tibetan, ethiopic, and ipa.
5529
5530 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * cus-start.el (default-major-mode): Customize `major-mode' instead.
5533 (enable-multibyte-characters): Not customizable any more.
5534
5535 * subr.el (default-mode-line-format, default-header-line-format)
5536 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5537 (default-direction-reversed, default-truncate-lines)
5538 (default-left-margin, default-tab-width, default-case-fold-search)
5539 (default-left-margin-width, default-right-margin-width)
5540 (default-left-fringe-width, default-right-fringe-width)
5541 (default-fringes-outside-margins, default-scroll-bar-width)
5542 (default-vertical-scroll-bar, default-indicate-empty-lines)
5543 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5544 (default-fringe-cursor-alist, default-scroll-up-aggressively)
5545 (default-scroll-down-aggressively, default-fill-column)
5546 (default-cursor-type, default-buffer-file-type)
5547 (default-cursor-in-non-selected-windows)
5548 (default-buffer-file-coding-system, default-major-mode)
5549 (default-enable-multibyte-characters): Mark as obsolete.
5550
5551 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * vc-dir.el (vc-dir-update): Remove debug helper.
5554
5555 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5556
5557 2009-08-26 Sam Steingold <sds@gnu.org>
5558
5559 * simple.el (save-interprogram-paste-before-kill): New user option.
5560 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5561 save the interprogram-paste into kill-ring before overriding it
5562 with the Emacs kill.
5563
5564 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5565
5566 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5567 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5568 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5569 and move to vc-rcs.el.
5570 (vc-default-next-revision): Rename to vc-rcs-next-revision and
5571 move to vc-rcs.el.
5572 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5573 (vc-rcs-update-changelog): Remove.
5574 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5575 and move to vc-rcs.el.
5576
5577 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5578 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5579 renaming.
5580 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5581 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5582 vc.el, renamed to be RCS specific.
5583
5584 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5585 New functions.
5586 (vc-cvs-update-changelog): Move here from vc.el.
5587
5588 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5589 New functions.
5590
5591 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5592
5593 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5594
5595 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 * vc-git.el (vc-git-register): Use "git add" for directories.
5598 (vc-git-stash, vc-git-stash-show): New functions.
5599 (vc-git-extra-menu-map): Bind them.
5600
5601 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5602 directory correctly in case the item is a directory itself.
5603
5604 * vc.el: Document the desired behavior for reverted files in the
5605 `added' state.
5606 (vc-default-prettify-state-info): Remove function, unused.
5607
5608 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5609
5610 2009-08-26 Glenn Morris <rgm@gnu.org>
5611
5612 * bindings.el (standard-mode-line-format): Reposition dashes in
5613 which-func entry. (Bug#4217)
5614
5615 * files.el (enable-local-variables, enable-local-eval)
5616 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5617 the defcustoms.
5618 (auto-mode-alist, ignored-local-variables)
5619 (save-some-buffers-action-alist): Move risky declarations to the
5620 definitions.
5621 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5622 (font-lock-defaults, format-alist, imenu--index-alist)
5623 (imenu-generic-expression, input-method-alist, minor-mode-alist)
5624 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5625 (mode-line-modified, mode-line-mule-info, mode-line-position)
5626 (mode-line-process, mode-line-remote, outline-level)
5627 (parse-time-rules, rmail-output-file-alist)
5628 (special-display-buffer-names, vc-mode):
5629 Move risky declarations to the relevant files.
5630 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5631 (mode-line-modified, mode-line-process, mode-line-position)
5632 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5633 * font-core.el (font-lock-defaults):
5634 * format.el (format-alist):
5635 * vc-hooks.el (vc-mode):
5636 * window.el (special-display-buffer-names):
5637 * international/mule-cmds.el (input-method-alist):
5638 Define riskiness here (dumped file) rather than in files.el.
5639 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5640 * imenu.el (imenu-generic-expression, imenu--index-alist):
5641 * outline.el (outline-level):
5642 * time.el (display-time-string):
5643 * calendar/parse-time.el (parse-time-rules):
5644 * mail/rmailout.el (rmail-output-file-alist):
5645 Autoload riskiness here, rather than placing in files.el.
5646
5647 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
5648
5649 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5650
5651 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5652
5653 * simple.el (process-file-side-effects): New defvar.
5654
5655 * dired-aux.el (dired-show-file-type):
5656 * vc.el (vc-diff-internal):
5657 * vc-arch.el (vc-arch-diff):
5658 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5659 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5660 * vc-git.el (vc-git-registered, vc-git-working-revision)
5661 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5662 (vc-git--empty-db-p):
5663 * vc-hooks.el (vc-user-login-name):
5664 * vc-svn.el (vc-svn-registered, vc-svn-state)
5665 (vc-svn-dir-extra-headers, vc-svn-find-revision):
5666 * progmodes/grep.el (grep-probe): Let-bind
5667 `process-file-side-effects' with nil.
5668
5669 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5670
5671 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5672 daemon. Replace ping by checking for running service for bluez
5673 and zeroconf. (Bug#4239)
5674
5675 2009-08-25 Kevin Ryde <user42@zip.com.au>
5676
5677 * net/dig.el (dig): Add autoload cookie.
5678
5679 2009-08-25 Glenn Morris <rgm@gnu.org>
5680
5681 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5682 load-history for absolute file-names.
5683 (byte-compile-file-form-require): Warn about use of the cl package.
5684
5685 * format.el (format-alist): Doc fix.
5686
5687 * play/bubbles.el (top-level): Don't require cl at run-time.
5688
5689 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5690 run-time cl).
5691
5692 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
5693
5694 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5695 from cl package.
5696 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5697
5698 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
5699
5700 * calc/calc-alg.el (math-trig-rewrite)
5701 (math-hyperbolic-trig-rewrite): New functions.
5702 (calc-simplify): Simplify trig functions when asked.
5703
5704 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * diff-mode.el (diff-find-source-location): Avoid goto-line.
5707
5708 2009-08-24 Kenichi Handa <handa@m17n.org>
5709
5710 * language/ind-util.el (mapthread): Delete it.
5711 (combinatorial): New function.
5712 (indian--puthash-cv): Use combinatorial instead of mapthread.
5713
5714 2009-08-22 Kevin Ryde <user42@zip.com.au>
5715
5716 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5717 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5718 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5719 Clarify docstring that the value is strings not symbols.
5720 (checkdoc-list-of-strings-p): New function.
5721
5722 2009-08-22 Glenn Morris <rgm@gnu.org>
5723
5724 * files.el (auto-mode-alist):
5725 * hippie-exp.el (he-concat-directory-file-name):
5726 * lpr.el (lpr-windows-system, printer-name):
5727 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5728 * ps-print.el (ps-windows-system):
5729 * startup.el (command-line):
5730 * emulation/viper-ex.el (viper-glob-function):
5731 * international/mule-cmds.el (set-language-environment-coding-systems):
5732 * net/ange-ftp.el (ange-ftp-write-region):
5733 * obsolete/fast-lock.el (fast-lock-cache-name):
5734 Remove code for defunct system-types emx, macos, mswindows, next-mach,
5735 unisoft-unix, vax-vms, win32, w32.
5736
5737 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5738 given name if the pattern is not more specific.
5739
5740 * calendar/lunar.el (lunar-phase-names): New option.
5741 (lunar-phase): Doc fix.
5742 (lunar-cycles-per-year): New constant.
5743 (lunar-index): New function.
5744 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5745 (lunar-phase-name): Use lunar-phase-names.
5746 (calendar-lunar-phases): Use format.
5747 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5748
5749 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5750 Copy imenu-example--name-and-position function here for own use.
5751 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5752
5753 * bs.el (bs--redisplay):
5754 * cus-edit.el (custom-redraw):
5755 * ibuffer.el (ibuffer-bury-buffer):
5756 * server.el (server-goto-line-column):
5757 * startup.el (command-line-1):
5758 * strokes.el (strokes-xpm-for-stroke):
5759 * term.el (term-display-buffer-line):
5760 * view.el (View-goto-line):
5761 * calc/calc.el (calc-do, calc-trail-buffer):
5762 * play/gamegrid.el (gamegrid-add-score-insecure):
5763 * progmodes/ada-mode.el (ada-compile-goto-error):
5764 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5765 (ebrowse-select-1st-to-9nth):
5766 * progmodes/cperl-mode.el (cperl-time-fontification):
5767 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5768 * progmodes/gud.el (gud-display-line):
5769 (idlwave-shell-display-line):
5770 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5771 * progmodes/make-mode.el (makefile-browser-toggle):
5772 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5773 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5774 * textmodes/picture.el (picture-draw-rectangle):
5775 * textmodes/reftex-index.el (reftex-index-goto-letter):
5776 (reftex-select-jump-to-previous):
5777 * textmodes/reftex-sel.el (reftex-find-start-point)
5778 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5779 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5780 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5781 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5782 * textmodes/two-column.el (2C-associated-buffer):
5783 Use forward-line rather than goto-line.
5784
5785 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5786 goto-line.
5787
5788 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5789 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5790 (quick-check-list-to-regexp): Declare.
5791
5792 * progmodes/make-mode.el (makefile-browser-insert-selection):
5793 Use goto-char rather than goto-line.
5794
5795 * progmodes/prolog.el (compilation-error-regexp-alist)
5796 (compilation-forget-errors): Declare.
5797
5798 2009-08-22 Juri Linkov <juri@jurta.org>
5799
5800 * progmodes/grep.el (lgrep, rgrep): At the beginning
5801 set `dir' to `default-directory' unless `dir' is a non-nil
5802 readable directory. (Bug#4052)
5803 (lgrep, rgrep): Change a weird way to report an error
5804 from using `read-string' to using `error'.
5805 Instead of using interactive arguments in the function body,
5806 add new argument `confirm'.
5807
5808 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * textmodes/remember.el (remember-buffer):
5811 * progmodes/cperl-mode.el (cperl-vc-header-alist):
5812 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5813 (icalendar-extract-ical-from-buffer):
5814 * net/newst-treeview.el (newsticker-groups-filename):
5815 * net/newst-backend.el (newsticker-cache-filename):
5816 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5817 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5818 (speedbar-add-ignored-path-regexp, speedbar-line-path)
5819 (speedbar-buffers-line-path, speedbar-path-line)
5820 (speedbar-buffers-line-path):
5821 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5822 (epg-sign-keys):
5823 * epa.el (epa-display-verify-result):
5824 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5825
5826 2009-08-21 Glenn Morris <rgm@gnu.org>
5827
5828 * progmodes/js.el (inferior-moz-process): Fix declaration.
5829
5830 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5831
5832 * obsolete/rnewspost.el (news-mail-reply):
5833 Use goto-char rather than goto-line.
5834
5835 * term/ns-win.el (ns-open-file-select-line):
5836 Use line-beginning-position rather than goto-line.
5837
5838 * apropos.el (apropos-command):
5839 * ehelp.el (electric-helpify):
5840 * printing.el (pr-show-setup):
5841 * strokes.el (strokes-help):
5842 * tutorial.el (tutorial--describe-nonstandard-key)
5843 (tutorial--detailed-help):
5844 * woman.el (woman-mini-help, woman-display-extended-fonts):
5845 * calc/calc-help.el (calc-describe-key):
5846 * emulation/edt.el (edt-electric-helpify):
5847 * international/mule-diag.el (mule-diag):
5848 * play/yow.el (apropos-zippy):
5849 * progmodes/python.el (python-describe-symbol):
5850 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5851 * textmodes/table.el (*table--cell-describe-mode)
5852 (*table--cell-describe-bindings):
5853 Use help-print-return-message rather than the now obsolete alias.
5854
5855 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5856 (calendar-cursor-to-visible-date):
5857 * play/5x5.el (5x5-position-cursor):
5858 * play/decipher.el (decipher):
5859 * play/gomoku.el (gomoku-goto-xy):
5860 * play/landmark.el (lm-goto-xy):
5861 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5862 (mpuz-paint-digit):
5863 Use forward-line, not goto-line.
5864
5865 * mail/rmail.el (rmail-obsolete): Delete custom group.
5866 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5867 (rmail-remote-password, rmail-remote-password-required):
5868 Remove unneeded :set-after and :set properties.
5869
5870 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
5871
5872 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5873
5874 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
5875
5876 * loadup.el: Remove leftover macos code.
5877
5878 * vc-git.el (vc-git-annotate-command): Run asynchronously.
5879 Explicitly pass the date format to git blame so that user local
5880 so that the output format can be parsed.
5881
5882 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5883
5884 * net/dbus.el (top): Don't check for (getenv
5885 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
5886
5887 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
5888
5889 * log-edit.el (log-edit-strip-single-file-name): New var.
5890 (log-edit-insert-changelog): Use it. Bug#3571
5891
5892 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * subr.el (read-passwd): Use read-key so keypad keys work as well.
5895 Bug#3287
5896
5897 * help.el (help-print-return-message): Rename from
5898 print-help-return-message.
5899
5900 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5901 cvs-mode-map parent hack.
5902 (log-view-mode): Derive from special-mode.
5903
5904 * linum.el (linum-mode): window-size-change-functions is redundant.
5905 Adapt to new window-configuration-change-hook behavior.
5906 (linum-after-size, linum-after-config): Remove.
5907
5908 * imenu.el (imenu-example--name-and-position)
5909 (imenu-example--lisp-extract-index-name)
5910 (imenu-example--create-lisp-index, imenu-example--create-c-index):
5911 Mark as obsolete.
5912
5913 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5914 (inferior-prolog-mode): Use it.
5915 (inferior-prolog-load-file): Reset list of errors.
5916
5917 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5918
5919 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5920
5921 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5922
5923 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
5924
5925 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5926 is running already.
5927
5928 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * subr.el (listify-key-sequence-1): Use normal syntax since those
5931 integers are nowadays always represented by the same (positive) number
5932 on all platforms.
5933 (read-key-empty-map): New const.
5934 (read-key-delay): New var.
5935 (read-key): New function.
5936 (force-mode-line-update): Use with-current-buffer.
5937 (locate-user-emacs-file): Don't forget to abbreviate the file name.
5938 (start-process-shell-command, start-file-process-shell-command):
5939 Discourage the use of command-args.
5940
5941 2009-08-19 Glenn Morris <rgm@gnu.org>
5942
5943 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5944
5945 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * simple.el (choose-completion-string): Don't rely on
5948 minibuffer-completing-file-name and ad-hoc checks to decide whether
5949 to continue completion or not.
5950
5951 * minibuffer.el (minibuffer-hide-completions): New function.
5952 (completion--do-completion): Use it.
5953 (completions-annotations): New face.
5954 (completion--insert-strings): Use it.
5955 (completion-pcm--delim-wild-regex): Add docstring.
5956 (completion-pcm--string->pattern): Add support for 0-width delimiters
5957 in completion-pcm--delim-wild-regex.
5958
5959 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5960
5961 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5962 Remove unused var `buffer-modified-p'.
5963
5964 * minibuffer.el (completion--do-completion): Move point for the #b001
5965 case as well (bug#4176).
5966 (minibuffer-complete, minibuffer-complete-word): Don't move point.
5967
5968 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
5971 and :session buses.
5972
5973 2009-08-18 Kenichi Handa <handa@m17n.org>
5974
5975 * international/ucs-normalize.el (ucs-normalize-version):
5976 Change to 1.1.
5977 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5978 (utf-8-hfs): Make it perform normalization on encoding too.
5979
5980 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
5981 (sentence-end-without-space): Delete duplicated chars.
5982 (sentence-end-base): Likewise.
5983
5984 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
5985 (html-mode): Delete duplicated chars from sentence-end-base.
5986
5987 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
5988 (texinfo-mode): Delete duplicated chars from sentence-end-base.
5989
5990 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * files.el (hack-one-local-variable): If the mode function is for
5993 a minor mode, pass it an argument (Bug#4148).
5994
5995 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
5996
5997 * net/tramp.el (tramp-register-completion-file-name-handler):
5998 Check also for (member 'partial-completion completion-styles).
5999
6000 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6003 abbrev (Bug#3943).
6004
6005 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
6006
6007 * progmodes/cperl-mode.el: Merge upstream 6.2.
6008 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6009 (cperl-forward-re): Check cperl-brace-recursing.
6010 (cperl-highlight-charclass): New function.
6011 (cperl-find-pods-heres): Use it.
6012 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6013 (cperl-beautify-regexp-piece): Fix column calculation.
6014 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6015 (cperl-beautify-level): Don't process entire regexp.
6016 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6017 calling man.
6018 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6019 (cperl-init-faces): Build a list in the normal way.
6020
6021 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6022
6023 * calendar/parse-time.el (parse-time-string-chars): Save match
6024 data.
6025
6026 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6029 (sql-product): Use it.
6030 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6031 (sql-set-product): Add completion.
6032 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6033 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6034 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6035 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6036 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6037 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6038 (sql-highlight-db2-keywords): Remove.
6039 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6040 (sql-highlight-product): Use derived-mode-p.
6041 (sql-set-sqli-buffer): Use with-current-buffer.
6042 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6043 Simplify.
6044
6045 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6046
6047 * term.el: Fix commenting convention, turn comments into docstrings.
6048
6049 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6050
6051 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6052
6053 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
6054
6055 * calendar/parse-time.el (parse-time-string-chars): Compute using
6056 character classes, to handle non-ascii characters (Bug#3190).
6057
6058 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6061 another heredoc if the user adds another < (Bug#3226).
6062
6063 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6064 Don't initialize based on window-system (Bug#4124).
6065
6066 * facemenu.el (facemenu-read-color): Use a completion function
6067 that accepts any defined color, such as RGB triplets (Bug#3677).
6068
6069 * files.el (get-free-disk-space): Change fallback default
6070 directory to /. Expand DIR argument before switching to fallback.
6071 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6072
6073 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6074
6075 * files.el (load-library): Doc fix.
6076
6077 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
6078
6079 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6080 (viper-if-string): Redefine C-s in the minibuffer to insert the last
6081 incremental search string.
6082
6083 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6084 XEmacs.
6085
6086 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6087 (ediff-merge-region-is-non-clash)
6088 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6089 Also check if the job is really a merge job.
6090
6091 * ediff.el (ediff-current-file): New function.
6092
6093 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6094
6095 * progmodes/js.el: Edit docstrings throughout to follow Emacs
6096 conventions.
6097 (js-insert-and-indent): Delete function.
6098 (js-mode-map): Don't bind keys to js-insert-and-indent.
6099 (js-beginning-of-defun): Rename from js--beginning-of-defun.
6100 (js-end-of-defun): Rename from js--end-of-defun.
6101 (js-auto-indent-flag): Delete variable.
6102
6103 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
6104
6105 * progmodes/js.el: Remove proclaim statement.
6106 Defvar which-func-imenu-joiner-function to silence compiler.
6107
6108 * files.el (auto-mode-alist): Use js-mode for .js files.
6109
6110 * progmodes/js2-mode.el: Remove file.
6111
6112 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6113
6114 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6115
6116 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6117
6118 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
6119 Karl Landstrom <karl.landstrom@brgeight.se>
6120
6121 * progmodes/js.el: New file.
6122
6123 2009-08-14 Mark A. Hershberger <mah@everybody.org>
6124
6125 * timezone.el (timezone-parse-date): Add ability to understand ISO
6126 basic format (minimal separators) dates in addition to the
6127 already-supported extended format dates.
6128
6129 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6130
6131 * international/ucs-normalize.el: Add a `coding' file variable.
6132
6133 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6134
6135 2009-08-14 Sam Steingold <sds@gnu.org>
6136
6137 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6138
6139 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * faces.el (help-argument-name): Define it here instead of
6142 help-fns.el, because in daemon mode help-fns.el may be loaded when
6143 faces are still uninitialized (Bug#1078).
6144
6145 * help-fns.el (help-argument-name): Move defface to faces.el.
6146
6147 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6148
6149 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6150 create buffer with a pty but no process so that GDB can make the
6151 inferior the controlling process.
6152
6153 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
6154
6155 * international/ucs-normalize.el: New file.
6156
6157 2009-08-13 Richard Stallman <rms@gnu.org>
6158
6159 * mail/rmail.el (rmail-get-attr-names):
6160 Accept an attribute header that is too short.
6161
6162 * mail/rmail.el (rmail-forget-messages):
6163 Ignore nil elt in rmail-message-vector. Use dotimes.
6164
6165 * progmodes/compile.el (compilation-goto-locus):
6166 Use next-error-move-function.
6167
6168 * simple.el (next-error-move-function): New variable.
6169
6170 2009-08-12 Juri Linkov <juri@jurta.org>
6171
6172 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6173 always non-nil. (Bug#4052)
6174
6175 * replace.el (read-regexp): Return empty string when
6176 `default-value' is nil.
6177 (keep-lines-read-args): Don't use empty string as the
6178 default value for `read-regexp'. (Bug#2495)
6179
6180 2009-08-12 Juri Linkov <juri@jurta.org>
6181
6182 * international/mule-cmds.el (ucs-insert): Change arguments
6183 from `arg' to `character', `count', `inherit' to be the same
6184 as in `insert-char'. Doc fix. (Bug#4039)
6185
6186 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6187
6188 2009-08-12 Juri Linkov <juri@jurta.org>
6189
6190 * files-x.el: New file.
6191
6192 * files.el: Move code that deals with adding/deleting
6193 file/directory-local variables to files-x.el.
6194
6195 * Makefile.in (ELCFILES): Add files-x.elc.
6196
6197 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
6198
6199 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6200 to use `goto-line'.
6201 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6202 `goto-line'.
6203 (gdb-invalidate-disassembly): Do not refresh upon receiving
6204 'update signal. Instead, update all disassembly buffers only after
6205 threads list.
6206 (gdb): Send -target-detach when buffer is killed (Bug#3794).
6207 (gdb-starting): Moved -data-list-register-names...
6208 (gdb-stopped): ...here so it's sent when first thread stops.
6209 (gdb-registers-handler-custom): Do nothing if register names are
6210 unknown yet.
6211
6212 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6213 from `gdb-mi.el' to avoid extra tangling.
6214
6215 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6216 change which breaks `gud-def' definitions used in `gdb'.
6217 (gdb-update-gud-running): No extra fuss for updating frame number.
6218
6219 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6222 (describe-language-environment-map, setup-language-environment-map)
6223 (set-coding-system-map): Move initialization into declaration.
6224 (set-language-info-alist): Last arg to define-key-after can be skipped.
6225
6226 * international/quail.el (quail-completion-1): Simplify.
6227 (quail-define-rules): Use slightly more compact code.
6228 (quail-insert-decode-map): Propertize keys, compact columns.
6229
6230 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6231 Add goto-line.
6232
6233 2009-08-10 Miles Bader <miles@gnu.org>
6234
6235 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6236 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6237 (js2-instance-member, js2-private-member, js2-private-function-call)
6238 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6239 (js2-magic-paren, js2-external-variable):
6240 Remove "-face" suffix from face names.
6241 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6242 (js2-highlight-undeclared-vars, js2-peek-token)
6243 (js2-parse-function-params, js2-mode-show-errors)
6244 (js2-mode-show-warnings, js2-make-magic-delimiter)
6245 (js2-mode-highlight-magic-parens): Update to use new face names.
6246
6247 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
6248
6249 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6250 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
6251
6252 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
6253
6254 * subr.el: Provide hashtable-print-readable.
6255
6256 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6257 hs-c-like-adjust-block-beginning.
6258 (hs-hide-block-at-point): Stop hiding at the beginning of
6259 hs-block-end-regexp (Bug#700).
6260
6261 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
6262
6263 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6264 a macro.
6265 (gdb-registers-handler-custom): Do not fail when register names
6266 are unavailable.
6267
6268 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6269
6270 * progmodes/gdb-mi.el (gdb-control-all-threads)
6271 (gdb-control-current-thread): Interactive setters for
6272 `gdb-gud-control-all-threads' to use in menu.
6273 (gdb-show-run-p): Show «Go» when process is not active.
6274 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
6275 gud/thread.xpm and gud/all.xpm.
6276
6277 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
6278
6279 * net/net-utils.el (net-utils-font-lock-keywords): New var.
6280 (nslookup-font-lock-keywords): Make it a variable.
6281 (net-utils-mode): New mode for viewing diagnostic network output.
6282 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6283 (net-utils-run-simple): New function.
6284 (ifconfig, iwconfig, netstat, arp, route): Use it.
6285
6286 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6287
6288 * progmodes/gdb-mi.el (gdb-read-memory-custom)
6289 (gdb-memory-set-address, def-gdb-set-positive-number)
6290 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6291 after changing settings.
6292 (gdb-invalidate-disassembly): Update when first shown.
6293 (gdb-edit-locals-value): Fixed.
6294 (gdb-registers-handler-custom): Print registers in right order and
6295 allow changing register values (only for current thread yet).
6296 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6297 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6298 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6299 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6300 info in mode name.
6301 (gdb-registers-mode-map): TAB to switch to locals.
6302
6303 2009-08-08 Eli Zaretskii <eliz@gnu.org>
6304
6305 * mail/rmail.el (rmail-add-mbox-headers)
6306 (rmail-set-message-counters-counter): Search for
6307 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
6308
6309 2009-08-08 Glenn Morris <rgm@gnu.org>
6310
6311 * Makefile.in (ELCFILES): Update.
6312
6313 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6314
6315 * mail/sendmail.el (mail-yank-original): Set
6316 buffer-file-coding-system from the one used by the message whose
6317 text is yanked.
6318
6319 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6320 to "windows" when "pgnuplot" is used.
6321 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6322 call accept-process-output if "pgnuplot" is used.
6323 (calc-graph-init): Don't send -display and -geometry to
6324 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
6325 running "pgnuplot -V" with shell-command-to-string.
6326
6327 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6328 the default.
6329
6330 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6331
6332 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6333 org/org-latex.elc.
6334
6335 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6336
6337 * vc-dispatcher.el (vc-resynch-window): Update comment.
6338
6339 * term.el (term-handle-ansi-escape): Add comments with the
6340 terminfo capabilities implemented.
6341
6342 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
6343
6344 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6345 (gdb-var-create-handler): Rewritten using JSON parser.
6346 (gdb-propertize-header): Moved earlier.
6347 (gdb-set-header): Removed to avoid duplication.
6348 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6349 Refresh disassembly buffers only after threads list have been
6350 update.
6351 (gdb-threads-header, gdb-registers-header): Per-buffer header line
6352 variables.
6353
6354 2009-08-04 Juri Linkov <juri@jurta.org>
6355
6356 * files.el: Commands to add/delete file/directory-local variables.
6357 (read-file-local-variable, read-file-local-variable-value)
6358 (read-file-local-variable-mode, modify-file-local-variable)
6359 (modify-file-local-variable-prop-line)
6360 (modify-dir-local-variable): New functions.
6361 (add-file-local-variable, delete-file-local-variable)
6362 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6363 (add-dir-local-variable, delete-dir-local-variable)
6364 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6365 (copy-dir-locals-to-file-locals-prop-line): New commands.
6366
6367 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * abbrev.el (insert-abbrev-table-description): Prettify output.
6370 Suggested by Karl Chen.
6371
6372 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
6373
6374 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6375 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6376 (gdb-overlay-arrow-position, gdb-thread-position)
6377 (gdb-disassembly-position): Declare variables.
6378 (gdb-wait-for-pending): Function now.
6379 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6380 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6381 compilation goes smoothly.
6382 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6383 (gdb-non-stop-setting): New customization setting which replaces
6384 `gdb-non-stop' so changing it doesn't break active GDB session.
6385 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6386 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6387 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6388 (gdb-show-threads-by-default): New customization options.
6389 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6390 routines.
6391 (gdb-get-buffer-create): Send buffers update signal when they are
6392 created.
6393 (gdb-invalidate-locals, gdb-invalidate-registers)
6394 (gdb-invalidate-breakpoints)
6395 (gdb-invalidate-threads, gdb-invalidate-disassembly)
6396 (gdb-invalidate-memory): Accept update signal.
6397 (gdb-current-context-command): Use --frame option.
6398 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6399 Implement `gdb-frame-number' selection logic.
6400 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6401 whether to show GUD toolbar buttons.
6402 (gdb-thread-exited): Unselect current thread when it exits.
6403 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6404 (gdb-mark-line): Routine which sets overlay arrow or inverses
6405 video on fringeless displays.
6406 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6407 to build aligned columns of data in GDB buffers and set text
6408 properties line-by-line.
6409 (gdb-invalidate-breakpoints)
6410 (gdb-breakpoints-list-handler-custom)
6411 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6412 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6413 (gdb-registers-handler-custom): Align data columns.
6414 (gdb-locals-handler-custom): Now prints data like in variable
6415 declarations.
6416 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6417 Removed confusing buttons.
6418 (gdb-invalidate-threads): Append --frame.
6419 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6420 between breakpoints/threads buffers.
6421 (gdb-set-window-buffer): Now can ignore dedicated windows.
6422 (gdb-propertize-header): Use `gdb-set-window-buffer'.
6423 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6424 (def-gdb-thread-buffer-gud-command): Replaces
6425 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6426 for fine thread control.
6427 (gdb-preempt-existing-or-display-buffer): New function used to
6428 display bound buffers without breaking window layout.
6429 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6430 (gdb-select-frame): New version of `gdb-frames-select' which now
6431 sets `gdb-frame-number' so commands may use --frame option instead
6432 of inner debugger state.
6433 (gdb-frame-handler): Do not set `gdb-frame-number'.
6434 (gdb-threads-mode-map): Select threads with mouse.
6435
6436 * progmodes/gud.el (gdb-gud-context-call): Declare function to
6437 avoid compilation warning.
6438 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6439 `gdb-show-stop-p`.
6440
6441 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6442 Argument `key' renamed to `buffer-type'.
6443 (gdb-current-context-buffer-name): Do not add thread info to
6444 buffer name when no thread is selected.
6445 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6446 command (bug 3794).
6447 (gdb-thread-selected): Handle `=thread-selected' notification.
6448 (gdb-wait-for-pending): New macro to deal with congestion problems.
6449 (gdb-breakpoints-list-handler-custom): Don't fail on pending
6450 breakpoints.
6451 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6452 This fixes problem similar to one described in bug 3947.
6453 (gud-menu-map): More menu items.
6454 (gdb-init-1): Reset `gdb-thread-number' to nil.
6455
6456 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6457 non-stop settings.
6458
6459 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6460 (gdb-current-context-command): Do not append --thread if
6461 `gdb-thread-number' is nil.
6462 (gdb-running-threads-count, gdb-stopped-threads-count): New
6463 variables.
6464 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6465 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6466 customization options.
6467 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6468 GUD commands.
6469 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6470 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6471 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6472 set `gdb-thread-number' and update `gud-running' properly.
6473 (gdb-running): Update threads list when new threads appear.
6474 (gdb-stopped): Support non-stop operation and new thread switching
6475 logic.
6476 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6477 (gdb-json-partial-output): New set of JSON routines.
6478 (def-gdb-auto-update-trigger): New `signal-list' optional
6479 argument.
6480 (gdb-thread-list-handler-custom): Update `gud-running',
6481 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6482 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6483 (gdb-continue-thread, gdb-step-thread): New commands for fine
6484 thread execution control.
6485 (gud-menu-map): New menu items to switch non-stop options.
6486 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6487 (gdb-send): Mimic RET properly (bug 3794).
6488
6489 * progmodes/gdb-mi.el (gdb-rules-name-maker)
6490 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6491 gdb-buffer-rules.
6492 (def-gdb-auto-update-handler): New nopreserve optional argument.
6493 (gdb-stack-list-frames-custom): Print stack from top to bottom.
6494
6495 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6496 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6497 (gdb-parent-mode): New mode to derive other GDB modes from.
6498 (gdb-display-disassembly-for-thread)
6499 (gdb-frame-disassembly-for-thread): New commands for threads
6500 buffer.
6501
6502 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6503 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6504 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6505 (gdb-update): We now store all GDB buffers in a list so that they
6506 can be updated by traversing a list instead of calling invalidate
6507 triggers explicitly.
6508 (def-gdb-trigger-and-handler): New macro to define trigger-handler
6509 pair for GDB buffer.
6510 (gdb-stack-buffer-name): Add thread information.
6511 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6512 handle pending triggers.
6513 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6514 (def-gdb-thread-buffer-simple-command)
6515 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6516 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6517 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6518 New commands which show buffers bound to thread.
6519 (gdb-stack-list-locals-regexp): Removed unused regexp.
6520
6521 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6522 (gdb-locals-buffer-name, gdb-registers-buffer-name)
6523 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6524 to (gud-comint-buffer) in *-buffer-name functions
6525 because (gdb-get-target-string) already does that.
6526 (gdb-locals-handler-custom, gdb-registers-handler-custom)
6527 (gdb-changed-registers-handler): Rewritten without regexps.
6528
6529 * progmodes/gdb-mi.el: Basic thread selection support.
6530 (gdb-thread-number): New variable.
6531 (gdb-current-context-command): New macro which adds --thread
6532 option to command.
6533 (gdb-threads-mode-map): Select thread with SPC.
6534 (gdb-thread-list-handler-custom): Mark current thread with overlay
6535 arrow. Synchronize GDB thread and Emacs thread.
6536 (gdb-select-thread): New command which selects current thread.
6537 (gdb-invalidate-frames, gdb-invalidate-locals)
6538 (gdb-invalidate-registers): Use --thread option.
6539
6540 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
6541
6542 * net/tramp.el (top): Make check for tramp-gvfs loading more
6543 robust. (Bug#3977)
6544 (tramp-handle-insert-file-contents): `unwind-protect' must be
6545 inside `with-parsed-tramp-file-name'.
6546
6547 * net/tramp-gvfs.el (top): Remove superfluous message when loading
6548 fails.
6549
6550 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
6551
6552 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6553 directory if CLASSPATH is not set.
6554
6555 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
6556
6557 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6558 New defconst.
6559 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
6560
6561 2009-08-02 Kevin Ryde <user42@zip.com.au>
6562
6563 * net/newst-backend.el (newsticker--raw-url-list-defaults):
6564 Update freshmeat link. Delete newsforge.com as it seems gone.
6565
6566 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6567
6568 * select.el (x-set-selection): Doc fix (Bug#4021).
6569
6570 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6571
6572 * help-fns.el (describe-variable): Treat list return values from
6573 dir-locals-find-file properly (Bug#4005).
6574
6575 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
6576
6577 * net/tramp.el (tramp-debug-message): Print also microseconds.
6578
6579 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
6580
6581 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6582 or END is non-nil.
6583 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6584 (tramp-get-debug-buffer): Change `outline-regexp' according to new
6585 format.
6586
6587 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6588 (tramp-get-file-property): Use it.
6589
6590 * autorevert.el (auto-revert-handler): Allow
6591 `auto-revert-tail-mode' for remote files.
6592
6593 2009-08-02 Jason Rumney <jasonr@gnu.org>
6594
6595 * minibuffer.el (read-file-name): Treat confirm options to
6596 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
6597
6598 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6601 (font-lock-variable-name-face, font-lock-constant-face): Darken
6602 the colors for light backgrounds.
6603
6604 2009-08-01 Eli Zaretskii <eliz@gnu.org>
6605
6606 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6607 month names. (Bug#3987)
6608
6609 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * simple.el (line-move-finish): Pass whole number to
6612 line-move-to-column.
6613 (line-move-visual): Perform hscroll to the recorded position.
6614
6615 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
6616
6617 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6618
6619 2009-07-29 Alan Mackenzie <acm@muc.de>
6620
6621 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6622
6623 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
6624
6625 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6626 (gdb-place-breakpoints): Use full path when setting breakpoints.
6627
6628 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6629
6630 * calc/calc.el (calc-mode-map): Add keybinding for
6631 `calc-transpose-lines'.
6632
6633 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
6634
6635 * calc/calc-misc.el (calc-transpose-lines): New function.
6636
6637 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
6638
6639 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6640 Simplify check for out-of-band methods.
6641 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6642 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
6643
6644 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6645
6646 * vc-git.el (vc-git-checkin): Fix typo.
6647
6648 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
6649
6650 * progmodes/js2-mode.el: New file.
6651
6652 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
6653
6654 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6655 (gud-menu-map): Adjust tooltip accordingly.
6656
6657 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6658
6659 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6660 (vc-bzr-log-view-mode): Adjust log-view-file-re.
6661
6662 * add-log.el (change-log-mode-map): Add a menu.
6663
6664 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
6665
6666 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6667 function returns nil.
6668 (dbus-handle-event): Handle special return value :ignore.
6669 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6670
6671 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
6672
6673 * view.el (view-mode-enable): Don't define Helper-return-blurb if
6674 it's not needed.
6675
6676 2009-07-25 Eli Zaretskii <eliz@gnu.org>
6677
6678 Fix Bug#3888:
6679
6680 * w32-vars.el (x-select-enable-clipboard): Doc fix.
6681
6682 * term/pc-win.el (x-display-name, x-colors)
6683 (x-select-enable-clipboard, x-select-text): Doc fix.
6684
6685 * term/common-win.el (x-display-name, x-colors): Doc fix.
6686
6687 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6688 (xw-defined-colors): Doc fix.
6689
6690 * w32-fns.el (x-select-text, x-setup-function-keys)
6691 (x-get-selection, x-set-selection): Doc fix.
6692
6693 * term/x-win.el (x-select-text, x-setup-function-keys)
6694 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6695
6696 * select.el (x-set-selection): Doc fix.
6697
6698 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
6699
6700 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6701 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6702 "IsNSSSupportAvailable" method is not available. Reported by
6703 Steve Youngs <steve@sxemacs.org>.
6704
6705 2009-07-24 Kenichi Handa <handa@m17n.org>
6706
6707 * international/characters.el: Fix setting of category ?C, ?|, ?K,
6708 and ?H. Fix setting of case for Latin Extended and Greek Extended.
6709 (build-unicode-category-table): Fix range checks.
6710
6711 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6712
6713 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6714 the buffer we try to sync is current when calling
6715 vc-resynch-buffer.
6716
6717 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6718 not show up to date files.
6719
6720 2009-07-24 Glenn Morris <rgm@gnu.org>
6721
6722 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6723 Add autoload cookies. If necessary, initialize.
6724 (elint-log): Handle non-file buffers.
6725 (elint-initialize): Add optional argument to reinitialize.
6726 (elint-find-builtin-variables): Save excursion.
6727
6728 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6729
6730 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6731 for Lint.
6732
6733 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6734
6735 * vc.el (vc-print-log-internal): New function, split out from ...
6736 (vc-print-log): ... here.
6737 (vc-dir-move-to-goal-column): Declare.
6738
6739 * vc-git.el (vc-git-add-signoff): New variable.
6740 (vc-git-checkin): Use it.
6741 (vc-git-toggle-signoff): New function.
6742 (vc-git-extra-menu-map): Bind it to menu.
6743 (vc-git--run-command-string): Accept a nil FILE argument.
6744 (vc-git-stash-list): New function.
6745 (vc-git-dir-extra-headers): Use it.
6746
6747 2009-07-23 Glenn Morris <rgm@gnu.org>
6748
6749 * help-fns.el (describe-variable): Describe ignored and risky local
6750 variables in a similar way to that in which we describe safe ones.
6751
6752 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6753 (byte-compile-output-file-form, byte-compile-output-docform)
6754 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6755 Give some more local variables with common names a "bytecomp-" prefix,
6756 so as not to shadow things during compilation.
6757 * emacs-lisp/cl-macs.el (load-time-value)
6758 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6759 `outbuffer' to `bytecomp-outbuffer'.
6760
6761 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6762 since the next two variables cover them automatically now.
6763 (elint-builtin-variables, elint-autoloaded-variables): New.
6764 (elint-unknown-builtin-args): Remove all members, since they can be
6765 parsed automatically now.
6766 (elint-extra-errors): New.
6767 (elint-env-add-env, elint-env-add-macro): Use cadr.
6768 (elint-current-buffer): Use or. Change final message.
6769 (elint-get-top-forms): Use line-end-position.
6770 (elint-init-env): Use cadr. Handle autoload, declare-function,
6771 and defalias.
6772 (elint-add-required-env): Doc fix. Use or. Standardize error.
6773 (regexp-assoc): Remove unused function.
6774 (elint-top-form): Set elint-current-pos, to record the start of the
6775 top-level form, for compilation-mode.
6776 (elint-form): Trap errors in macro expansion. Use dolist.
6777 (elint-unbound-variable): Use elint-builtin-variables and
6778 elint-autoloaded-variables.
6779 (elint-get-args): Use cadr, or.
6780 (elint-check-cond-form): Use dolist, cadr.
6781 (elint-check-condition-case-form): Doc fix. Use cadr.
6782 Use elint-extra-errors.
6783 (elint-log): New function.
6784 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6785 Distinguish errors and warnings.
6786 (elint-log-message): Use with-current-buffer. Inhibit read-only.
6787 Use a bytecomp-style format.
6788 (elint-clear-log): Preserve default-directory. Inhibit read-only.
6789 (elint-get-log-buffer): Use compilation mode. Disable undo.
6790 Don't truncate lines.
6791 (elint-initialize): Set builtin and autoloaded variable lists.
6792 Only process elint-unknown-builtin-args if non-nil.
6793 (elint-find-builtin-variables, elint-find-autoloaded-variables):
6794 New functions.
6795 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
6796
6797 2009-07-22 Kevin Ryde <user42@zip.com.au>
6798
6799 * net/newst-backend.el (newsticker--parse-atom-1.0)
6800 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6801 (newsticker--parse-rss-1.0):
6802 * progmodes/idlwave.el (idlwave-mode):
6803 * progmodes/idlw-shell.el (idlwave-shell-mode):
6804 * progmodes/vera-mode.el (vera-mode):
6805 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6806 * progmodes/vhdl-mode.el (vhdl-mode):
6807 * textmodes/table.el (table-generate-source)
6808 (table--warn-incompatibility):
6809 Hyperlink urls in docstrings with URL `...'.
6810
6811 2009-07-22 Glenn Morris <rgm@gnu.org>
6812
6813 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6814 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6815 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6816 Remove leading * from defcustom docs.
6817
6818 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
6819
6820 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6821 defcustom doc.
6822 (list-load-path-shadows): Optionally, just return shadows as a string.
6823
6824 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6825
6826 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * mail/rmailedit.el (rmail-edit-mode): Use
6829 auto-save-include-big-deletions.
6830
6831 * mail/rmail.el (rmail-variables): Use
6832 auto-save-include-big-deletions.
6833
6834 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6835 changes.
6836
6837 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6838
6839 * calc/calc.el (calc-undo-length): New variable.
6840 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6841
6842 2009-07-21 Richard Stallman <rms@gnu.org>
6843
6844 * files.el (auto-save-mode): Handle buffer-save-size = -2
6845 for toggling mode.
6846
6847 2009-07-21 Glenn Morris <rgm@gnu.org>
6848
6849 * textmodes/ispell.el (ispell-looking-back): Update declaration.
6850
6851 * calendar/todo-mode.el (calendar-current-date): Update declaration.
6852
6853 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6854 silence compiler. Instead...
6855 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6856 (ps-print-ensure-fontified): Update for above function name changes.
6857
6858 * printing.el (pr-mh-get-msg-num, pr-mh-show)
6859 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6860 silence compiler. Instead...
6861 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6862 (mh-show-buffer): Only define for compiler.
6863 (pr-mh-current-message): Update for above function name changes.
6864
6865 * files.el (abort-if-file-too-large): Explicitly pass `filename'
6866 as an argument.
6867 (find-file-noselect, insert-file-1): Update for above change.
6868
6869 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6870
6871 * mail/mailclient.el (mailclient-send-it): Fix message.
6872
6873 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6874 (edebug-eval): Check cl-debug-env is bound.
6875 (print-level, print-circle): Don't redefine built-in variables.
6876
6877 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6878 (custom-print-vectors): Remove old comments from doc.
6879
6880 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6881 (emerge-version): Make the variable an obsolete alias for the
6882 emacs-version variable. Make the function obsolete.
6883 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6884 Emerge options, rather than merging in into the main Options menu.
6885 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
6886 and auto advance modes. Disable edit/fast items when not relevant.
6887
6888 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6889
6890 * term/vt420.el (terminal-init-vt420): Fix typo.
6891
6892 2009-07-20 Sam Steingold <sds@gnu.org>
6893
6894 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6895 variable (removed from compile.el on 2004-03-11).
6896
6897 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
6898
6899 * files.el (hack-local-variables-filter): Fix last change.
6900
6901 2009-07-19 Juri Linkov <juri@jurta.org>
6902
6903 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6904 (dir-local-variables-alist): New buffer-local variable.
6905 (hack-local-variables-filter): If variable is not dir-local,
6906 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6907 because file-local overrides dir-local.
6908 (c-postprocess-file-styles)<declare-function>:
6909 Remove obsolete declaration.
6910 (hack-dir-local-variables): Add dir-local variable/value pair to
6911 `dir-local-variables-alist' and remove duplicates. Doc fix.
6912
6913 * help-fns.el (describe-variable): Add information about
6914 file-local and dir-local variables.
6915
6916 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
6917
6918 * files.el (hack-local-variables-filter): Rewrite.
6919
6920 2009-07-19 Glenn Morris <rgm@gnu.org>
6921
6922 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6923 Silence compiler by only defining on XEmacs.
6924
6925 * international/mule.el (auto-coding-regexp-alist): Only match
6926 BABYL... at the start of buffer, not of lines. (Bug#3790)
6927
6928 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6929 non-calendar buffers (Bug#3862). Restore "not on a date" message.
6930 (cal-menu-context-mouse-menu): Doc fix.
6931
6932 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6933
6934 * simple.el (mail-user-agent): Doc fix. Set :version tag.
6935
6936 2009-07-18 Juri Linkov <juri@jurta.org>
6937
6938 * info.el: Virtual Info keyword finder.
6939 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6940 (Info-finder-file): New variable.
6941 (Info-finder-find-file): New function.
6942 (finder-known-keywords, finder-package-info)
6943 (find-library-name, lm-commentary): Use defvar and
6944 declare-function to silence compiler warnings.
6945 (Info-finder-find-node): New function.
6946 (info-finder): New command.
6947
6948 * subr.el (process-kill-buffer-query-function): New function.
6949 (add-hook)<kill-buffer-query-functions>: Add hook
6950 `process-kill-buffer-query-function'.
6951
6952 2009-07-18 Alan Mackenzie <acm@muc.de>
6953
6954 * progmodes/cc-mode.el (c-before-hack-hook)
6955 (c-postprocess-file-styles): Give invocation of `c-set-style'
6956 DONT-OVERRIDE parameter of t. Already set style variables will
6957 thus not be overridden by style settings given by `c-file-syle'.
6958
6959 * files.el (hack-local-variables-filter): Remove entries with
6960 duplicate keys from `file-local-variables-alist'.
6961
6962 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6963
6964 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6965 x-set-selection if display-selections-p returns nil for the
6966 current frame.
6967
6968 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
6969
6970 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6971
6972 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6973
6974 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6975 Accept nil in addition to a regexp.
6976 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6977 Accept nil in addition to a regexp.
6978 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6979 buffers that have an associated file. Handle nil values of
6980 desktop-buffers-not-to-save and desktop-files-not-to-save.
6981 (Bug#3833)
6982
6983 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6984 (x-disown-selection-internal): New functions.
6985
6986 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
6987
6988 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6989 warning.
6990 (gdb-breakpoints-header): Move forward to avoid compiler warning.
6991 (gdb-make-header-line-mouse-map): Remove duplicate definition.
6992
6993 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
6994
6995 * simple.el (set-mark): Revert last change.
6996
6997 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
6998
6999 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7000 rendering of pngs is not possible instead of messaging a long
7001 description.
7002
7003 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
7004
7005 * w32-fns.el (x-selection-owner-p): New function.
7006
7007 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7008 (mouse-yank-at-click, mouse-yank-primary): If
7009 select-active-regions is non-nil, deactivate the mark before
7010 insertion.
7011
7012 * simple.el (deactivate-mark, set-mark): Only save selection if we
7013 own it.
7014
7015 2009-07-17 Kenichi Handa <handa@m17n.org>
7016
7017 * case-table.el (describe-buffer-case-table): Fix for the case
7018 that KEY is a cons.
7019
7020 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7021
7022 * vc-rcs.el (vc-rcs-find-file-hook):
7023 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7024
7025 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
7026
7027 * net/tramp.el (tramp-wait-for-output): Handle the case when
7028 commands do not return a newline but a null byte before the shell
7029 prompt. (Bug#3858)
7030
7031 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7032
7033 * term/ns-win.el (ns-set-alpha): Don't declare.
7034 (ns-set-background-alpha): Remove function.
7035
7036 2009-07-16 Kevin Ryde <user42@zip.com.au>
7037
7038 * emacs-lisp/copyright.el (copyright-update): Save match-data across
7039 y-or-n-p, for safety.
7040
7041 2009-07-16 Richard Stallman <rms@gnu.org>
7042
7043 * files.el (auto-save-mode): If buffer-saved-size is -2,
7044 don't clobber it.
7045
7046 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7047 (rmail-retry-ignored-headers): Add more uninteresting fields.
7048
7049 2009-07-15 Jari Aalto <jari.aalto@cante.net>
7050
7051 * net/rcirc.el (rcirc): Use history variables.
7052 (rcirc-server-name-history, rcirc-nick-name-history)
7053 (rcirc-server-port-history): New variables.
7054
7055 2009-07-15 Kenichi Handa <handa@m17n.org>
7056
7057 * international/mule-cmds.el (set-language-environment-charset):
7058 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7059 ignore them.
7060
7061 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7062 Delete unibyte-display.
7063
7064 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7067
7068 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7069
7070 * simple.el (deactivate-mark): Optional argument FORCE.
7071 (set-mark): Use deactivate-mark.
7072
7073 * info.el (Info-search): No need to check transient-mark-mode
7074 before calling deactivate-mark.
7075
7076 * select.el (x-set-selection): Doc fix.
7077 (x-valid-simple-selection-p): Allow buffer values.
7078 (xselect--selection-bounds): Handle buffer values. Suggested by
7079 David De La Harpe Golden.
7080
7081 * mouse.el (mouse-set-region, mouse-drag-track): Call
7082 copy-region-as-kill before setting the mark, to let
7083 select-active-regions work.
7084
7085 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
7086
7087 * simple.el (deactivate-mark): If select-active-regions is
7088 non-nil, copy the selection data into a string.
7089 (activate-mark): If select-active-regions is non-nil, set the
7090 selection to the current buffer.
7091 (set-mark): Update selection if select-active-regions is non-nil.
7092
7093 * select.el (x-valid-simple-selection-p): Allow buffer values.
7094
7095 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7098 and more featureful message-mode.
7099
7100 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
7101
7102 * select.el (x-set-selection): Doc fix.
7103 (x-valid-simple-selection-p): Disallow selection data consisting
7104 of a list or cons of integers, since that is not used.
7105 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7106 (xselect-convert-to-string, xselect-convert-to-length)
7107 (xselect-convert-to-filename, xselect-convert-to-charpos)
7108 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7109
7110 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
7111
7112 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7113 output in -break-info command (Emacs bug #3794).
7114
7115 2009-07-14 Glenn Morris <rgm@gnu.org>
7116
7117 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7118 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7119 (edebug-print-length, edebug-print-level, edebug-print-circle)
7120 (edebug-sit-for-seconds, edebug-view-outside)
7121 (edebug-bounce-point, edebug-set-global-break-condition)
7122 (edebug-Go-nonstop-mode, edebug-trace-mode)
7123 (edebug-Trace-fast-mode, edebug-continue-mode)
7124 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7125 (edebug-visit-eval-list): Doc fixes.
7126
7127 * subr.el (def-edebug-spec): Doc fix.
7128
7129 2009-07-14 Kenichi Handa <handa@m17n.org>
7130
7131 * international/characters.el: Fix setting of category ?C.
7132
7133 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
7134
7135 * term/ns-win.el (x-select-font): defalias x-select-font to
7136 ns-popup-font-panel instead of generate-fontset-menu.
7137
7138 2009-07-12 Eli Zaretskii <eliz@gnu.org>
7139
7140 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
7141
7142 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
7143
7144 * arc-mode.el (archive-find-type): Allow for a PK00 string before
7145 the PK\003\004 header (Bug#3770).
7146
7147 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
7148
7149 * pcomplete.el (pcomplete-comint-setup): Check for
7150 shell-dynamic-complete-filename too.
7151
7152 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
7153
7154 * simple.el (temporary-goal-column): Change the value for
7155 line-move-visual to a cons cell.
7156 (line-move-visual): Record or set the window hscroll, if
7157 necessary (Bug#3494).
7158 (line-move-1): Handle cons value of temporary-goal-column.
7159
7160 2009-07-11 Kenichi Handa <handa@m17n.org>
7161
7162 * international/mule-diag.el (describe-character-set): Don't show
7163 width.
7164
7165 2009-07-10 Sam Steingold <sds@gnu.org>
7166
7167 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7168 Omake sometimes indents the errors it prints, so allow all
7169 regexps to start with spaces.
7170
7171 2009-07-10 Eli Zaretskii <eliz@gnu.org>
7172
7173 * cus-edit.el (customize-changed-options-previous-release):
7174 Bump value to 22.1. (Bug#3804)
7175
7176 2009-07-08 Sam Steingold <sds@gnu.org>
7177
7178 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7179 to be a cons cell (test . ignored-directory) to selectively ignore
7180 some directories depending on the location of the search.
7181
7182 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7183
7184 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7185 remote user is root, on the local host.
7186 (tramp-local-host-p): Either the local user or the remote user
7187 must be root. (Bug#3771)
7188
7189 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7190
7191 * progmodes/gdb-mi.el (gdb): Remove description of
7192 gdb-use-separate-io-buffer.
7193 (menu): Don't allow toggling of or enable
7194 gdb-use-separate-io-buffer from menubar.
7195
7196 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7197
7198 * mail/unrmail.el (unrmail): Make sure the message ends with two
7199 newlines (Bug#3769).
7200
7201 2009-07-08 Glenn Morris <rgm@gnu.org>
7202
7203 * calendar/calendar.el (calendar-current-date): Rework previous change.
7204
7205 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
7206
7207 * calendar/calendar.el (calendar-current-date):
7208 Add an optional argument giving an offset from today.
7209
7210 2009-07-08 Glenn Morris <rgm@gnu.org>
7211
7212 * tutorial.el (tutorial--describe-nonstandard-key):
7213 Adjust the message for when a key has been unbound.
7214 (help-with-tutorial): Hide the arch-tag.
7215
7216 2009-07-08 Kenichi Handa <handa@m17n.org>
7217
7218 * international/fontset.el (setup-default-fontset): For each
7219 script, append (not set) font-specs.
7220
7221 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7222 docstring.
7223
7224 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7225
7226 * progmodes/gdb-mi.el (gdb-init-1): Move sending
7227 -data-list-register-names to ...
7228 (gdb-starting): ... here because GDB 7.0 requires execution to
7229 have started when using this MI command.
7230 (gdb-set-header): New function to distinguish select and
7231 unselected tabs in gdb buffers.
7232 (gdb-propertize-header): New macro that uses gdb-set-header.
7233 (gdb-breakpoints-header, gdb-locals-header): Use it.
7234 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7235
7236 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * Makefile.in (ELCFILES): Remove fadr.elc.
7239
7240 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
7241
7242 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7243 may contain frame information, so `string-match' should be used.
7244 (gdb-update): Disassembly is invalidated through
7245 `gdb-get-selected-frame'.
7246 (gdb-pad-string): New function to pad string with spaces.
7247 (gdb-invalidate-disassembly): Invalidate only if the buffer
7248 exists.
7249 (gdb-disassembly-handler-custom): Column alignment.
7250 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7251 placing new ones.
7252 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7253 end of line, too.
7254 (gdb-frame-handler): Match convention to for disassembly buffer
7255 mode name.
7256 (gdb-stack-list-frames-handler): Rewritten without regexps.
7257 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7258 not highlight breakpoints without line information.
7259 (gdb-input): Add trailing newline to command.
7260
7261 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7262 buffer properly.
7263 (gdb-breakpoints-list-handler-custom): Replacement for
7264 `gdb-break-list-handler'. Using real parser instead of regexps
7265 now.
7266 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7267 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7268 to place breakpoints.
7269 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7270 functions.
7271 (gdb-disassembly-handler-custom): Show overlay arrow.
7272 (gdb-disassembly-place-breakpoints): Show breakpoints in
7273 disassembly buffer.
7274 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7275 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7276 instead of parsing breakpoints buffer. Fixed old menu references
7277 in `gud-menu-map'.
7278
7279 * fadr.el: Remove.
7280
7281 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7282 (gdb-memory-address): New variable which holds top address of
7283 memory page shown in memory buffer.
7284 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7285 customization variables.
7286 New functions:
7287 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7288 display the memory buffer.
7289 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7290 buffer display parameters.
7291 (def-gdb-memory-format, gdb-memory-format-binary)
7292 (gdb-memory-format-octal, gdb-memory-format-unsigned)
7293 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7294 Functions for setting memory buffer format.
7295 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7296 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7297 unit size used in memory buffer.
7298 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7299 to next/previous page of memory buffer.
7300 Now using (bindat-get-field) instead of fadr functions.
7301
7302 2009-07-07 Sam Steingold <sds@gnu.org>
7303
7304 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7305 non-top-level files.
7306
7307 2009-07-07 Kenichi Handa <handa@m17n.org>
7308
7309 * international/mule-cmds.el (reset-language-environment): Put
7310 the highset priority to the charset iso-8859-1.
7311
7312 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7315 to the end of the line when locating the block (Bug#700).
7316
7317 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
7318
7319 * net/tramp.el (tramp-handle-write-region): Flush file properties
7320 in case of short track.
7321
7322 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
7323
7324 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7325 representation of verilog error regular expressions to work with
7326 Emacs-22's new format.
7327 (verilog-error-regexp-xemacs-alist): Coded custom representation
7328 of verilog error regular expressions to work with XEmacs format.
7329 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7330 error recognition into XEmacs.
7331 (verilog-error-regexp-add-emacs): Hook routine to install verilog
7332 error recognition into Emacs-22.
7333
7334 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7335
7336 * woman.el: Remove stand-alone closing parentheses.
7337 (woman-file-name, woman2-format-paragraphs)
7338 (woman-leave-blank-lines): Code cleanup.
7339 (woman-use-own-frame): Change default to nil.
7340 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7341 defaults to inherit from default faces.
7342 (woman2-process-escapes): Consume the newline after a stand-alone
7343 filler character (Bug#3651).
7344
7345 2009-07-06 Glenn Morris <rgm@gnu.org>
7346
7347 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7348 (top-level): Move provide to the end.
7349 (ffap): Remove defunct URL from custom group.
7350
7351 * subr.el (eval-after-load): Doc fix.
7352
7353 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
7354
7355 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7356 `calc-embedded-word' is called twice.
7357
7358 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * files.el (find-alternate-file-other-window, find-alternate-file):
7361 Obey confirm-nonexistent-file-or-buffer.
7362
7363 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
7364
7365 * dired-aux.el (dired-show-file-type): Handle remote files.
7366
7367 2009-07-05 Jari Aalto <jari.aalto@cante.net>
7368
7369 * desktop.el (desktop-globals-to-save):
7370 Add file-name-history (Bug#2750).
7371
7372 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7375
7376 2009-07-04 Johan Bockgård <bojohan@gnu.org>
7377
7378 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7379 property on entire argument since this is what eshell-lisp-command
7380 expects.
7381
7382 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
7383
7384 * net/tramp-gvfs.el (tramp-gvfs-methods)
7385 (tramp-gvfs-zeroconf-domain)
7386 (tramp-bluez-discover-devices-timeout): Add version flag.
7387 (tramp-gvfs-handler-mounted-unmounted)
7388 (tramp-gvfs-connection-mounted-p): Polish handling of
7389 incompatibilities between GVFS 0.2 and 1.0.
7390
7391 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7392
7393 * cus-start.el (all): Add make-pointer-invisible.
7394
7395 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7396
7397 * calc-math.el (math-use-emacs-fn): Make sure that the number is
7398 formatted correctly.
7399
7400 2009-07-02 Juri Linkov <juri@jurta.org>
7401
7402 * info.el: Virtual Info files and nodes.
7403 (Info-virtual-files, Info-virtual-nodes): New variables.
7404 (Info-current-node-virtual): New variable.
7405 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7406 New functions.
7407 (Info-file-supports-index-cookies): Use Info-virtual-file-p
7408 to check for a virtual file instead of checking a fixed list
7409 of node names.
7410 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7411 instead of ad-hoc processing of "dir" and (apropos history toc).
7412 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7413 instead of ad-hoc processing of "dir" and (apropos history toc).
7414 Reread a file when moving from a virtual node.
7415 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7416 (Info-directory-toc-nodes, Info-directory-find-file)
7417 (Info-directory-find-node): New functions.
7418 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7419 (Info-history): Move part of code to
7420 `Info-history-find-node'.
7421 (Info-history-toc-nodes, Info-history-find-file)
7422 (Info-history-find-node): New functions.
7423 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7424 (Info-toc): Move part of code to `Info-toc-find-node'.
7425 (Info-toc-find-node): New function.
7426 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
7427 the current Info file name to references because now the node
7428 "*TOC*" belongs to the same Info manual.
7429 (Info-toc-build): Rename from `Info-build-toc'.
7430 (Info-toc-nodes): Rename input argument `file' to `filename'.
7431 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7432 instead of ad-hoc processing of ("dir" apropos history toc).
7433 (Info-index-nodes): Use Info-virtual-file-p
7434 to check for a virtual file instead of checking a fixed list
7435 of node names.
7436 (Info-index-node): Add check for `Info-current-node-virtual'.
7437 Raise `save-match-data' higher up the tree to contain
7438 `search-forward' too (bug fix).
7439 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7440 (Info-virtual-index-nodes): New variable.
7441 (Info-virtual-index-find-node, Info-virtual-index): New functions.
7442 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7443 (Info-apropos-file, Info-apropos-nodes): New variables.
7444 (Info-apropos-toc-nodes, Info-apropos-find-file)
7445 (Info-apropos-find-node, Info-apropos-matches): New functions.
7446 (info-apropos): Move part of code to `Info-apropos-find-node' and
7447 `Info-apropos-matches'.
7448 (Info-mode-map): Bind "I" to `Info-virtual-index'.
7449 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7450 for a virtual file instead of checking a fixed list of node names.
7451
7452 * simple.el (async-shell-command): New command.
7453
7454 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7455
7456 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7457 instead of `mount-info'.
7458
7459 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
7460
7461 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7462 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7463
7464 2009-07-02 Kenichi Handa <handa@m17n.org>
7465
7466 * international/mule.el (set-keyboard-coding-system): Force *-unix
7467 coding-system to avoid eol conversion.
7468
7469 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
7470
7471 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7472 Add handler for `process-file', `shell-command' and
7473 `start-file-process'.
7474 (tramp-gvfs-handle-shell-command)
7475 (tramp-gvfs-handle-start-file-process)
7476 (tramp-gvfs-handle-process-file): New defuns.
7477 (tramp-synce-list-devices): Simplify check for existence of property.
7478
7479 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
7480
7481 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7482
7483 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
7484
7485 * language/korean.el (set-language-info-alist): Add korean-cp949,
7486 cp949 to spec.
7487
7488 2009-07-01 Kenichi Handa <handa@m17n.org>
7489
7490 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7491
7492 * international/encoded-kb.el: Deleted.
7493
7494 * international/mule.el (set-keyboard-coding-system): Perform the
7495 necessary setup here instead of calling encoded-kbd-setup-display.
7496
7497 2009-07-01 Glenn Morris <rgm@gnu.org>
7498
7499 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7500
7501 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
7502
7503 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
7504
7505 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
7506
7507 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7508 Handle also the 'rename case, when setting file modes. (Bug#3712)
7509 (tramp-default-file-modes) Remove execute permissions.
7510
7511 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7512 (top): Add a default for "synce" in `tramp-default-user-alist'.
7513 Add completion function for "synce" method.
7514 (tramp-hal-service, tramp-hal-path-manager)
7515 (tramp-hal-interface-manager, tramp-hal-interface-device):
7516 New defconst.
7517 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7518 (tramp-synce-list-devices, tramp-synce-parse-device-names):
7519 New defuns.
7520
7521 * net/trampver.el: Update release number.
7522
7523 2009-06-30 Kenichi Handa <handa@m17n.org>
7524
7525 * international/fontset.el (setup-default-fontset): Add CJK fonts
7526 for symbols and the other miscellaneous characters.
7527
7528 * language/korea-util.el (setup-korean-environment-internal):
7529 Make char-width-table suitable for Korean environments.
7530 (exit-korean-environment): Cancel above.
7531
7532 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7533 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7534 setup-funcion to make char-widht-table suitable for respective
7535 environments, and an exit-function to cancel that.
7536
7537 * language/japan-util.el (setup-japanese-environment-internal):
7538 Call use-cjk-char-width-table with arg `ja_JP'.
7539
7540 * international/characters.el (cjk-char-width-table): Delete it.
7541 (cjk-char-width-table-list): New variable.
7542 (use-cjk-char-width-table): New arg local-name.
7543 (use-default-char-width-table): Fix for the case that Emacs is
7544 already using the default char-width-table.
7545
7546 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7549 modes mandatory. (Bug#3712)
7550
7551 2009-06-29 Alan Mackenzie <acm@muc.de>
7552
7553 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7554 correction between the visible width of TABs and their number of bytes.
7555
7556 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * server.el (server-buffer-done): Prevent kill-buffer from
7559 prompting by clearing the buffer modification flag (Bug#3696).
7560
7561 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
7562
7563 * verilog-mode.el (verilog-beg-of-statement)
7564 (verilog-endcomment-reason-re): Support unique case and priority case.
7565 (verilog-basic-complete-re): Support localparam lineup.
7566 (verilog-beg-of-statement-1): Fix for robustness, unique case.
7567 (verilog-set-auto-endcomments): Fix for unique case, always_comb
7568 commenting.
7569 (verilog-leap-to-case-head): Now support *nested* unique &
7570 priority case statements.
7571 (verilog-auto-lineup): Make just declarations the default (as it
7572 had been).
7573 (verilog-leap-to-case-head): Support priority/unique case statements.
7574 (verilog-auto-lineup): Rework to give users radio buttons to
7575 select the various styles of automatic lineup.
7576 (verilog-error-regexp-alist): Rework to support the XEmacs style
7577 of error regular expressions from compilers, lint tools &
7578 simulators. Note that GNU Emacs has made it impossible for a mode
7579 to load such things.
7580 (electric-verilog-terminate-line, verilog-indent-declaration)
7581 (verilog-auto-wiure): Rework for radio button selection of
7582 auto-lineup selection of specification of auto lineup.
7583 (verilog-beg-of-statement-1): Redesign to support proper operation
7584 in additional code, based on testing with auto-lineup.
7585 (verilog-calculate-indent, assignments & declarations)
7586 (verilog-backward-token): Enhance to support auto-lineup of
7587 assignments & declarations.
7588 (verilog-in-directive-p, verilog-at-struct-p): New function for
7589 easy test of whether we are.
7590 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7591 to support safe execution at almost anyline.
7592 (verilog-calc-1): Properly support indenting deep inside generate
7593 blocks.
7594 (verilog-init-font) Remove definition & use of verilog-init-font,
7595 as it is redundant with font-lock-defaults.
7596 (verilog-mode): Alter the definition of verilog-font-lock-defaults
7597 to avoid circular calls if syntax-ppss is a function (as is the
7598 case now in 22.x GNU Emacs) as that function would sometimes call
7599 itself, leading to (nearly) infinite recursion.
7600 (verilog-ovm-begin-re, verilog-ovm-end-re)
7601 (verilog-ovm-statement-re, verilog-leap-to-head)
7602 (verilog-backward-token): Add support for OVM macros. Some are
7603 complete statements, and others open and close scopes like begin
7604 and end.
7605 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7606 (verilog-defun-level-generate-only-re): Really fix the defun-list
7607 compilation issue.
7608 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7609 coverpoint, constraint and cross statements.
7610 (verilog-defun-level-list, verilog-generate-defun-level-list)
7611 (verilog-all-defun-level-list): Redo these specifications - it is
7612 too hard to support eval-when compile aggregation of lists also
7613 built at when-compile time.
7614 (verilog-defun-level-list): Place defconsts of variables used in
7615 building regular expressions which are built in eval-when-compile
7616 bodies in the same eval-when-compile body to facilitate compile
7617 without load.
7618 (verilog-beg-block-re-ordered): Support indenting
7619 virtual/protected tasks and functions.
7620 (verilog-defun-level-list, verilog-in-generate-region-p)
7621 (verilog-backward-ws&directives, verilog-calc-1): Speed up
7622 indentation of some module items (generate items).
7623 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7624 across virtual/protected tasks and functions.
7625
7626 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
7627
7628 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7629 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
7630 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7631 in concatenations. Reported by Yishay Belkind.
7632 (verilog-auto-ascii-enum): Support one-hot state machines in
7633 AUTOASCIIENUM. Suggested by Lloyd Gomez.
7634 (verilog-auto-inst, verilog-auto-inst-port): Include interface
7635 modport in AUTOINST and add vl-modport for users. Reported by
7636 David Rogoff.
7637 (verilog-auto-inout-module, verilog-auto-inst)
7638 (verilog-decls-get-interfaces, verilog-insert-definition)
7639 (verilog-insert-one-definition, verilog-read-decls)
7640 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7641 (verilog-sig-modport, verilog-signals-combine-bus)
7642 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7643 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7644 Suggested by David Rogoff.
7645 (verilog-repair-open-comma): Fix non-insertion of comma when
7646 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
7647 (verilog-make-width-expression): Simplify [A-1:0] expression
7648 widths to just {A{1'b0}}.
7649 (verilog-mode): Cleanup checkdoc warnings.
7650 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7651 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7652 inputs/outputs or data type. Suggested by Vasu Kandadi.
7653 (next-error-last-buffer): Fix byte-compiler warning.
7654 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7655 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7656 or shell command text during AUTO expansion. Suggested by Tad Truex.
7657 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7658 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7659 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7660 in AUTOINOUT. Reported by Matthew Lovell.
7661 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7662 causing use of <= assignments. Reported by Alex Reed.
7663 (verilog-read-decls): Fix triand, trior, wand, wor to be
7664 recognized by AUTOWIRE. Reported by Spencer Isaacson.
7665 (verilog-extended-complete-re): Support import "DPI-C" functions.
7666 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7667 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
7668 (verilog-insert-date, verilog-insert-year)
7669 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7670 Windows systems. Reported by Michael Potts.
7671 (verilog-read-module-name): Fix AUTOINST when the child module
7672 declaration's name is a tick define. Reported by Elliot Mednick.
7673 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7674 passed to next parameter's definition. Reported by Bruce T.
7675 (verilog-read-decls): Fix detecting "parameter int" when using
7676 AUTOINSTPARAM. Reported by Bruce T.
7677 (verilog-goto-defun): Fix goto not finding modules unless first
7678 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
7679 (verilog-mode): Expand -f flag arguments on entry to mode so
7680 verilog-goto-defun will work. Reported by Lawrence Butcher.
7681 (verilog-getopt): Expand environment variables in -f file
7682 arguments. Suggested by Lawrence Butcher.
7683 (verilog-set-define): Fix "Symbol's value as variable is void"
7684 when reading enumerations.
7685 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7686 Suggested by Stephen Peltan.
7687 (verilog-read-defines): Fix reading of enumerations in include
7688 files. Reported by Steve Peltan.
7689
7690 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7691
7692 * files.el (trash-directory): Fix defcustom type.
7693
7694 2009-06-28 Juri Linkov <juri@jurta.org>
7695
7696 * help-fns.el (describe-function-1): Correctly locate adviced
7697 functions in hyperlink (Bug#2438).
7698
7699 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
7700
7701 * files.el (trash-directory): Change default to nil.
7702 (move-file-to-trash): If trash-directory is nil and
7703 system-move-file-to-trash is unbound, perform freedesktop-style
7704 trashing.
7705
7706 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7707
7708 * files.el (move-file-to-trash): Add freedesktop trash
7709 support (Bug#973).
7710
7711 2009-06-28 Glenn Morris <rgm@gnu.org>
7712
7713 * autorevert.el (global-auto-revert-non-file-buffers)
7714 (global-auto-revert-mode): Doc fixes.
7715
7716 2009-06-27 Johan Bockgård <bojohan@gnu.org>
7717
7718 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7719
7720 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * faces.el (x-handle-named-frame-geometry): Ensure that we have
7723 opened an X connection before calling x-get-resource (Bug#3194).
7724
7725 * play/doctor.el: Remove reference to obsolete website.
7726 (make-doctor-variables): Correct grammar mistake (Bug#2633).
7727
7728 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7729
7730 Remove find-file-not-found-hook VC method. (Bug#2757)
7731 * vc-hooks.el (vc-file-not-found-hook)
7732 (vc-default-find-file-not-found-hook): Remove functions.
7733 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7734 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7735 * vc.el:
7736 * vc-hg.el:
7737 * vc-git.el: Do not mention find-file-not-found-hook VC method.
7738
7739 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7740
7741 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7742 compatibility function for `looking-back'.
7743
7744 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7745 Use `ispell-looking-back'.
7746
7747 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
7748
7749 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7750 rather than `filename'.
7751
7752 2009-06-23 Miles Bader <miles@gnu.org>
7753
7754 * face-remap.el (text-scale-set): New function.
7755
7756 2009-06-23 Glenn Morris <rgm@gnu.org>
7757
7758 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7759
7760 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7761
7762 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7763
7764 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7765
7766 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7767 Simplify Persian conditionals.
7768
7769 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7770 variable `filename'.
7771
7772 * comint.el (comint-insert-input): Doc fix.
7773
7774 * Makefile.in (ELCFILES): Fix typo in previous change.
7775
7776 2009-06-23 Miles Bader <miles@gnu.org>
7777
7778 * cus-start.el: Add entry for `recenter-redisplay'.
7779
7780 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7781
7782 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7783 Add an optional argument for the backend, use it instead of
7784 calling vc-backend.
7785 (vc-mode-line): Add an optional argument for the backend.
7786 Pass the backend to vc-state and vc-working-revision. Move code for
7787 special handling for vc-state being a buffer to ...
7788
7789 * vc-rcs.el (vc-rcs-find-file-hook):
7790 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
7791
7792 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7793 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7794 vc-stay-local-p and vc-mode-line calls.
7795
7796 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7797 (vc-cvs-diff, vc-cvs-annotate-command)
7798 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7799 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7800 vc-mode-line calls.
7801
7802 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7803 direct comparison.
7804 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7805 backend when calling vc-mode-line.
7806 (vc-register): Do not create a closure for calling the vc register
7807 function, call it directly.
7808
7809 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7810
7811 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7812 to make it obvious item can be clicked.
7813
7814 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7815
7816 2009-06-23 Kenichi Handa <handa@m17n.org>
7817
7818 * language/korea-util.el (korean-key-bindings): Change the binding
7819 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
7820 same command.
7821
7822 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
7823
7824 Sync with Tramp 2.1.16.
7825
7826 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7827
7828 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
7829 when a loading of a package fails. Completion function for rsync
7830 is `tramp-completion-function-alist-ssh'.
7831 (all): Replace all calls of `split-string' and
7832 `tramp-split-string' by `tramp-compat-split-string'.
7833 (tramp-default-method): Use `tramp-compat-process-running-p'.
7834 (tramp-default-proxies-alist): Allow also Lisp forms.
7835 (tramp-remote-path): Add choice "Private Directories".
7836 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7837 (tramp-domain-regexp): Allow also "-", "_" and ".".
7838 (tramp-end-of-output): Remove newlines, and add "$" at the end.
7839 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7840 (tramp-debug-message): Insert header line in debug buffer.
7841 (tramp-handle-directory-files-and-attributes-with-stat):
7842 Care about filenames with spaces, or starting with "-".
7843 (tramp-handle-dired-uncache): New defun.
7844 (tramp-handle-insert-directory): Don't flush the directory from
7845 cache, this is handled by `dired-uncache' now.
7846 (tramp-handle-insert-file-contents): Improve error handling.
7847 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7848 Quote `tramp-end-of-output'.
7849 (tramp-action-password): Improve trace message.
7850 (tramp-check-for-regexp): Both echoes must be present, before removing.
7851 (tramp-open-connection-setup-interactive-shell): Trace coding system.
7852 (tramp-compute-multi-hops): Eval cons cells of
7853 `tramp-default-proxies-alist'.
7854 (tramp-maybe-open-connection): Use the same command pattern for
7855 first hop and further hops.
7856 (tramp-wait-for-output): Remove handling of newlines.
7857 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7858 (tramp-split-string): Remove function. It is handled in
7859 tramp-compat now.
7860
7861 * net/tramp-cmds.el (tramp-bug):
7862 Recommend `tramp-cleanup-all-connections' in the bug mail.
7863
7864 * net/tramp-compat.el (tramp-compat-split-string)
7865 (tramp-compat-process-running-p): New defuns.
7866
7867 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7868 for `dired-uncache'.
7869
7870 * net/tramp-gvfs.el: New package.
7871
7872 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7873 Add handler for `dired-uncache'.
7874 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7875
7876 * net/trampver.el: Update release number. Make version check fit
7877 for SXEmacs 22.
7878
7879 2009-06-22 Jim Meyering <meyering@redhat.com>
7880
7881 Automatically handle .xz suffix (XZ-compressed files), too.
7882 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7883 XZ is the successor to LZMA: <http://tukaani.org/xz/>
7884
7885 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
7886 Nick Roberts <nickrob@snap.net.nz>
7887
7888 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7889 repository (http://sphinx.net.ru/hg/gdb-mi/).
7890
7891 2009-06-22 Glenn Morris <rgm@gnu.org>
7892
7893 * files.el (dir-locals-collect-mode-variables): Allow for any number of
7894 `mode' and `eval' entries. (Bug#3430)
7895
7896 * Makefile.in (ELCFILES): Add fadr.elc.
7897
7898 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7899 differing behavior of \n and ^ in strings. (Bug#3385)
7900
7901 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7902
7903 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7904 property.
7905 (lisp-indent-function): Make it a defcustom.
7906
7907 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
7908
7909 * progmodes/gdb-ui.el: Replace with ...
7910 * progmodes/gdb-mi.el: ... this file.
7911 * progmodes/gud.el: Modify for gdb-mi.el.
7912
7913 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
7914
7915 * fadr.el: New file.
7916
7917 See ChangeLog.14 for earlier changes.
7918
7919 ;; Local Variables:
7920 ;; coding: utf-8
7921 ;; End:
7922
7923 Copyright (C) 2009 Free Software Foundation, Inc.
7924
7925 This file is part of GNU Emacs.
7926
7927 GNU Emacs is free software: you can redistribute it and/or modify
7928 it under the terms of the GNU General Public License as published by
7929 the Free Software Foundation, either version 3 of the License, or
7930 (at your option) any later version.
7931
7932 GNU Emacs is distributed in the hope that it will be useful,
7933 but WITHOUT ANY WARRANTY; without even the implied warranty of
7934 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7935 GNU General Public License for more details.
7936
7937 You should have received a copy of the GNU General Public License
7938 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7939
7940 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1