Sven Joachim <svenjoac at gmx.de>
[bpt/emacs.git] / lisp / ChangeLog
1 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2
3 * dired-x.el (dired-guess-shell-alist-default):
4 Support xz format. (Bug#4953)
5
6 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7
8 * cedet/srecode/map.el (srecode-get-maps):
9 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
10 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
11 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
12 (semantic-toggle-decoration-style):
13 * cedet/semantic/decorate/include.el
14 (semantic-decoration-include-describe)
15 (semantic-decoration-unknown-include-describe)
16 (semantic-decoration-unparsed-include-describe)
17 (semantic-decoration-all-include-summary):
18 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
19 * cedet/semantic/analyze/complete.el
20 (semantic-analyze-possible-completions):
21 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
22 (semantic-show-unmatched-syntax-mode)
23 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
24 (semantic-highlight-func-mode):
25 * cedet/semantic/util.el (semantic-describe-buffer):
26 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
27 (semantic-symref-find-tags-by-name)
28 (semantic-symref-find-tags-by-regexp)
29 (semantic-symref-find-tags-by-completion)
30 (semantic-symref-find-file-references-by-name)
31 (semantic-symref-find-text):
32 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
33 (senator-yank-tag):
34 * cedet/semantic/scope.el (semantic-calculate-scope):
35 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
36 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
37 (define-semantic-idle-service):
38 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
39 (semantic-complete-analyze-inline-idle):
40 * cedet/semantic/analyze.el (semantic-analyze-current-context):
41 * cedet/mode-local.el (describe-mode-local-bindings)
42 (describe-mode-local-bindings-in-mode):
43 * cedet/ede/make.el (ede-make-check-version):
44 * cedet/ede/locate.el (ede-enable-locate-on-project):
45 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
46 (cedet-idutils-version-check):
47 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
48 (cedet-gnu-global-version-check):
49 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
50 (cedet-cscope-version-check): Use called-interactively-p instead
51 of interactive-p.
52
53 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
54 Use semantic-format-tag-prototype.
55
56 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
57
58 * emulation/viper-cmd.el: Use viper-last-command-char instead of
59 last-command-char/last-command-event.
60 (viper-prefix-arg-value): Do correct conversion of event-char for
61 XEmacs.
62
63 * emulation/viper-util.el, emulation/viper.el: Use
64 viper-last-command-char instead of last-command-char/last-command-event.
65
66 * ediff-init.el, ediff-mult.el, ediff-util.el: Replace
67 last-command-char and last-command-event with (ediff-last-command-char)
68 everywhere.
69
70 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
71 created in fundamental mode.
72
73 * ediff.el (ediff-version): Revert the change of interactive-p to
74 called-interactively-p.
75
76 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
77
78 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
79 generation from word-movement command names.
80
81 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
82
83 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
84 (semantic-complete-jump-local, semantic-complete-jump): Improve
85 prompt string.
86
87 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
88
89 * cus-start.el (all): Add native condition for font-use-system-font.
90
91 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
92
93 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A
94 corrected version of the patch from 2009-11-18. (Bug#3910)
95
96 2009-11-21 Alan Mackenzie <acm@muc.de>
97
98 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): Update
99 to deal with modern Java constructs.
100
101 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
102
103 * progmodes/subword.el: Rename from lisp/subword.el.
104
105 * subword.el: Rename to progmodes/subword.el.
106
107 * Makefile.in (ELCFILES): Adapt to subword.el move.
108
109 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
110 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
113 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
114 (bookmark-bmenu-show-filenames): Use push.
115 (bookmark-bmenu-hide-filenames): Use local var instead of
116 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
117 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
118 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
119 filenames now that the bookmark names are always available.
120
121 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
124 (bookmark-search-pattern): Move and leave unbound.
125 (bookmark-bmenu-mode-map): Change binding.
126 (bookmark-read-search-input): Simplify.
127 Don't use text-char-description. Don't error on non-char events.
128 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
129 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
130 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
131 Use a local var for the timer.
132 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
133 (i.e. bookmark-bmenu-search).
134
135 2009-11-21 Glenn Morris <rgm@gnu.org>
136
137 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
138
139 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
140
141 * net/browse-url.el (browse-url-default-windows-browser):
142 Use cygstart for cygwin.
143
144 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
145
146 * bookmark.el Formatting and doc fixes only:
147 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
148 (bookmark-bmenu-search): Wrap to fit within 80 columns.
149 Minor grammar and punctuation fixes in doc string.
150 (bookmark-read-search-input): Adjust to fit within 80 columns.
151
152 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
153
154 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
155 (c-backward-into-nomenclature): Adapt to subword renaming.
156
157 * subword.el (subword-forward, subword-backward, subword-mark)
158 (subword-kill, subword-backward-kill, subword-transpose)
159 (subword-downcase, subword-upcase, subword-capitalize)
160 (subword-forward-internal, subword-backward-internal):
161 Rename from forward-subword, backward-subword, mark-subword,
162 kill-subword, backward-kill-subword, transpose-subwords,
163 downcase-subword, upcase-subword, capitalize-subword,
164 forward-subword-internal, backward-subword-internal.
165
166 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
167
168 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
169 New options.
170 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
171 New vars.
172 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
173 (bookmark-bmenu-filter-alist-by-regexp)
174 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
175 (bookmark-bmenu-search): New command.
176 (bookmark-bmenu-mode-map): Bind it.
177
178 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
179
180 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
181
182 * cedet/semantic/idle.el (define-semantic-idle-service)
183 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
184
185 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
186
187 * progmodes/cc-cmds.el: declare-functioned forward-subword and
188 backward-subword to quit the byte-compiler.
189
190 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
191
192 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
193
194 * progmodes/cc-cmds.el (c-update-modeline)
195 (c-forward-into-nomenclature, c-backward-into-nomenclature):
196 Refer to subword.el functions instead of cc-subword.el.
197
198 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
199 subword.el functions instead of cc-subword.el.
200
201 * progmodes/cc-subword.el: Rename to subword.el.
202 * subword.el: Rename from progmodes/cc-subword.el.
203 (subword-mode-map): Rename from c-subword-mode-map.
204 (subword-mode): Rename from c-subword-mode.
205 (global-subword-mode): New global minor mode.
206 (forward-subword): Rename from c-forward-subword.
207 (backward-subword): Rename from c-backward-subword.
208 (mark-subword): Rename from c-mark-subword.
209 (kill-subword): Rename from c-kill-subword.
210 (backward-kill-subword): Rename from c-backward-kill-subword.
211 (transpose-subwords): Rename from c-tranpose-subword.
212 (downcase-subword): Rename from c-downcase-subword.
213 (capitalize-subword): Rename from c-capitalize-subword.
214 (forward-subword-internal): Rename from c-forward-subword-internal.
215 (backward-subword-internal): Rename from c-backward-subword-internal.
216
217 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
218
219 * vc.el (vc-deduce-fileset): Allow non-state changing operations
220 from a dired buffer.
221 (vc-dired-deduce-fileset): New function.
222 (vc-root-diff, vc-print-root-log): Use it.
223
224 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
225 nil LIMIT argument to vc-print-log-internal.
226
227 2009-11-20 Glenn Morris <rgm@gnu.org>
228
229 * Makefile.in (ELCFILES): Regenerate.
230
231 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
232
233 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
234
235 * cedet/semantic.el: Enable idle-mode menu items only if
236 global-semantic-idle-scheduler-mode is enabled.
237 (semantic-default-submodes): Doc fix.
238
239 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
240 When turning off, disable other idle modes.
241
242 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
243
244 * calc/calc.el (calc-set-mode-line):
245 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
246 (math-format-number): Rename `math-format-complement-signed' to
247 `math-format-twos-complement'.
248
249 * calc/calc-bin.el (math-format-twos-complement): Rename from
250 math-format-complement-signed.
251 (calc-radix): Rename `calc-complement-signed-mode' to
252 `calc-twos-complement-mode'.
253 (calc-octal-radix, calc-hex-radix): Add an argument for
254 two's complement.
255
256 * calc/calc-embed.el (calc-embedded-mode-vars):
257 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
258
259 * calc/calc-ext.el (calc-init-extensions):
260 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
261 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
262
263 * calc/calc-units.el (math-build-units-table-buffer):
264 Let `calc-twos-complement-mode' be nil.
265
266 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
267 entries.
268
269 * calc/calc-vec.el (calcFunc-vunpack):
270 * calc/calc-aent.el (calc-do-calc-eval):
271 * calc/calc-forms.el (math-format-date):
272 * calc/calc-graph.el (calc-graph-plot):
273 * calc/calc-math.el (math-use-emacs-fn):
274 * calc/calccomp.el (math-compose-expr):
275 Let `calc-twos-complement-mode' be nil.
276
277 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
280 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
281 * minibuffer.el (completion-in-region-functions): New hook.
282 (completion-in-region): New function.
283 * emacs-lisp/lisp.el (lisp-complete-symbol):
284 * pcomplete.el (pcomplete-std-complete): Use it.
285
286 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
289 (latex-complete-alist): New vars.
290 (latex-string-prefix-p, latex-complete-bibtex-keys)
291 (latex-complete-envnames, latex-complete-refkeys)
292 (latex-complete-data): New functions.
293 (latex-complete, latex-indent-or-complete): New commands.
294
295 * window.el (display-buffer-mark-dedicated): New var.
296 (display-buffer): Obey it.
297 * minibuffer.el (minibuffer-completion-help): Use it.
298
299 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
300
301 * filecache.el (file-cache-add-file): Use push and cons.
302 (file-cache-delete-file-regexp): Use push.
303 (file-cache-complete): Use completion-in-region.
304
305 * simple.el (with-wrapper-hook): Fix thinko.
306
307 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
308 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
309 Use with-current-buffer and string-to-number.
310 (hfy-fallback-colour-values): Use assoc-string.
311 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
312 (hfy-face-at): Remove unused var `found-face'.
313 (hfy-compile-stylesheet): Remove unused var `css'.
314 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
315 and `orig-buffer'.
316 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
317 Use with-current-buffer.
318 (hfy-text-p): Use expand-file-name and fewer setq.
319
320 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
321
322 * htmlfontify.el, hfy-cmap.el: New files.
323
324 2009-11-19 Juri Linkov <juri@jurta.org>
325
326 * minibuffer.el (completions-format): New defcustom.
327 (completion--insert-strings): Implement vertical format.
328
329 * simple.el (switch-to-completions): Move point to the first
330 completion when point was at the beginning of the buffer.
331
332 2009-11-19 Juri Linkov <juri@jurta.org>
333
334 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
335
336 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
337
338 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
339
340 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
341 (mail-signature): Change default to t.
342 (mail-from-style): Deprecate `system-default' value.
343 (mail-insert-from-field): For default value of mail-from-style,
344 default to `angles' unless `angles' needs quoting and `parens'
345 does not.
346 (mail-citation-prefix-regexp): Use citation regexp from
347 message-mode.
348
349 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
350
351 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
352 Set variables for computing the prompt for reading password.
353
354 2009-11-19 Glenn Morris <rgm@gnu.org>
355
356 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
357
358 * textmodes/flyspell.el (sgml-lexical-context): Declare.
359
360 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
361 (newsticker-treeview-listwindow-height): Fix custom type.
362
363 2009-11-19 Kenichi Handa <handa@m17n.org>
364
365 * descr-text.el (describe-char-padded-string): Compose with TAB
366 only if there's a font for CH.
367 (describe-char): Fix the condition for detecting a trivial composition.
368
369 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
370
371 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
372 more accurate version of the regexp. (Bug#3910)
373
374 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
375
376 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
377
378 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
379
380 * font-setting.el (font-use-system-font): Declare for byte-compiler.
381 (font-setting-change-default-font): Fix typo in docstring.
382
383 2009-11-18 Alan Mackenzie <acm@muc.de>
384
385 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
386
387 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
388
389 * font-setting.el (font-use-system-font): Move ...
390
391 * cus-start.el (all): ... to here.
392
393 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
394
395 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
396 Don't set `ad-return-value' if `ad-do-it' doesn't.
397
398 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
399 modification time.
400
401 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
402
403 * menu-bar.el: Put "Use system font" in Option-menu.
404 (menu-bar-options-save): Add font-use-system-font.
405
406 * loadup.el: If feature system-font-setting or font-render-setting is
407 there, load font-setting.
408
409 * Makefile.in (ELCFILES): Add font-settings.el.
410 * font-setting.el: New file.
411
412 2009-11-17 Glenn Morris <rgm@gnu.org>
413
414 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
415
416 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
417 Preserve point in the list buffer. (Bug#4939)
418 Use point-at-eol.
419 (newsticker--treeview-list-update-highlight)
420 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
421
422 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
423
424 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
425 Remove.
426
427 * calc/calc-ext.el (calc-init-extensions): Remove references to
428 symclip.
429
430 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
431
432 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
433 * calc/calc-help.el (calc-b-prefix-help): Remove references to
434 `calc-symclip'.
435
436 2009-11-16 Kevin Ryde <user42@zip.com.au>
437
438 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
439 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
440
441 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
442 (lm-keywords-list): Allow comma-only separator like "foo,bar".
443 Ignore trailing spaces by omit-nulls to split-string (fixing
444 regression from Emacs 21 due to the incompatible split-string
445 change). (Bug #4928.)
446
447 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
448
449 * vc.el (vc-log-show-limit): Default to 2000.
450 (vc-print-log-internal): Insert buttons to request more entries
451 when limiting the output.
452
453 * vc-sccs.el (vc-sccs-print-log):
454 * vc-rcs.el (vc-rcs-print-log):
455 * vc-cvs.el (vc-cvs-print-log):
456 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
457 LIMIT is non-nil.
458
459 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
460
461 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
462 error when `tramp-gvfs-dbus-event-vector' is set.
463 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
464
465 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
468
469 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
470
471 * net/dbus.el (dbus-unregister-service): New defun.
472 (dbus-register-property): Register the handlers of
473 "org.freedesktop.DBus.Properties" for SERVICE.
474 (dbus-property-handler): Fix docstring.
475
476 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
477
478 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
479 Quote doc string reference in defvaralias as it is not in special form.
480 (byte-compile-output-docform): Doc fix.
481
482 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
483
484 * calc/calc.el (math-2-word-size, math-half-2-word-size)
485 (calc-complement-signed-mode): New variables.
486 (calc-set-mode-line): Add indicator for twos-complements.
487 (math-format-number): Format twos-complement notation.
488
489 * calc/calc-bin.el (calc-word-size): Reset the variables
490 `math-2-word-size' and `math-half-2-word-size'.
491 (math-format-complement-signed, math-symclip, calcFunc-symclip)
492 (calc-symclip): New functions.
493
494 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
495
496 * calc/calc-embed.el (calc-embedded-mode-vars):
497 Add `calc-complement-signed-mode' to the list of modes.
498
499 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
500 (calc-b-oper-keys): Add `calc-symclip' to list.
501
502 * calc/calc-ext.el (math-read-number-fancy): Read complement
503 signed numbers.
504 (calc-init-extensions): Add binding for `calc-symclip'.
505 Add autoload for `calcFunc-symclip' and `calc-symclip'.
506
507 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
508 `calc-symclip'.
509 (calc-modes-menu): Add item for twos complement mode.
510
511 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
512
513 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
514
515 * register.el (jump-to-register, insert-register): Handle Semantic
516 tags. From commented-out advice in semantic/senator.el.
517
518 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
519
520 * vc.el (vc-log-show-limit): New variable.
521 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
522 when using a prefix argument.
523 (vc-print-log-internal): Add new argument LIMIT.
524
525 * vc-svn.el (vc-svn-print-log):
526 * vc-mtn.el (vc-mtn-print-log):
527 * vc-hg.el (vc-hg-print-log):
528 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
529 pass it to the log command when set. Make the BUFFER argument
530 non-optional.
531
532 * vc-sccs.el (vc-sccs-print-log):
533 * vc-rcs.el (vc-rcs-print-log):
534 * vc-git.el (vc-git-print-log):
535 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
536 ignore it. Make the BUFFER argument non-optional
537
538 * bindings.el (mode-line-buffer-identification): Do not purecopy.
539
540 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
541
542 * dired.el (dired-mode-map): Move encryption items to "Operate"
543 menu (Bug#4703).
544
545 * strokes.el (strokes-update-window-configuration): Make strokes
546 buffer current before erasing (Bug#4906).
547
548 * cedet/semantic/idle.el (semantic-idle-summary-mode)
549 (semantic-idle-summary-mode): Define using define-minor-mode
550 instead of define-semantic-idle-service.
551 (semantic-idle-summary-mode): New function.
552 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
553 that mouse motion does not reset the echo area.
554
555 2009-11-15 Juri Linkov <juri@jurta.org>
556
557 * simple.el (set-mark-default-inactive): Add :type, :group
558 and :version. (Bug#4876)
559
560 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
561
562 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
563 (archive-unique-fname): ... here. (Bug#4929)
564
565 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
568 with a real fix.
569
570 * novice.el (disabled-command-function): Add useful args.
571 Setup the help buffer so that [back] works.
572 Remove redundant call to help-mode.
573 (disabled-command-function): Use `case'.
574 (en/disable-command): New function extracted from enable-command.
575 (enable-command, disable-command): Use it.
576
577 2009-11-14 Glenn Morris <rgm@gnu.org>
578
579 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
580 constants. (Bug#4913)
581
582 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
583
584 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
585
586 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
587 defined in C that have no doc-strings. (Bug#1063)
588
589 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
590
591 * cus-edit.el (data, files):
592 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
593
594 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
595
596 * simple.el (shell-command): Doc fix (Bug#4891).
597
598 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
599
600 2009-11-14 Glenn Morris <rgm@gnu.org>
601
602 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
603 statements for vc-diff, emerge-quit, and rmail-cease-edit.
604 If they are already loaded, eval-after-load will do the right thing.
605
606 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
607 compiling.
608
609 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
610
611 * simple.el (x-selection-owner-p): Declare.
612 (read-mail-command): Use custom radio type rather than choice.
613 (completion-no-auto-exit): Doc fix.
614
615 * custom.el (defgroup):
616 * epg-config.el (epg): Doc fixes.
617
618 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
619
620 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
621 * international/ccl.el (define-ccl-program): Do not purecopy the
622 docstring, defconst does it anyway.
623
624 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * add-log.el (add-change-log-entry): Avoid displaying the changelog
627 a second time.
628
629 * x-dnd.el (x-dnd-maybe-call-test-function):
630 * window.el (split-window-vertically):
631 * whitespace.el (whitespace-help-on):
632 * vc-rcs.el (vc-rcs-consult-headers):
633 * userlock.el (ask-user-about-lock-help)
634 (ask-user-about-supersession-help):
635 * type-break.el (type-break-force-mode-line-update):
636 * time-stamp.el (time-stamp-conv-warn):
637 * terminal.el (te-set-output-log, te-more-break, te-filter)
638 (te-sentinel,terminal-emulator):
639 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
640 (term-write-input-ring, term-check-source, term-start-output-log):
641 (term-display-buffer-line, term-dynamic-list-completions):
642 (term-ansi-make-term, serial-term):
643 * subr.el (selective-display):
644 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
645 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
646 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
647 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
648 (speedbar-remove-localized-speedbar-support)
649 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
650 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
651 (speedbar-buffers-line-directory):
652 * simple.el (shell-command-on-region, append-to-buffer)
653 (prepend-to-buffer):
654 * shadowfile.el (shadow-save-todo-file):
655 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
656 (scroll-bar-maybe-set-window-start):
657 * sb-image.el (speedbar-image-dump):
658 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
659 (load-save-place-alist-from-file):
660 * ps-samp.el (ps-print-message-from-summary):
661 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
662 (ps-background-image, ps-begin-job, ps-do-despool):
663 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
664 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
665 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
666 (pr-call-process, pr-file-list, pr-interface-save):
667 * novice.el (disabled-command-function)
668 (enable-command, disable-command):
669 * mouse.el (mouse-buffer-menu-alist):
670 * mouse-copy.el (mouse-kill-preserving-secondary):
671 * macros.el (kbd-macro-query):
672 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
673 * informat.el (batch-info-validate):
674 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
675 * hippie-exp.el (try-expand-dabbrev-visible):
676 * help-mode.el (help-make-xrefs):
677 * help-fns.el (describe-variable):
678 * generic-x.el (bat-generic-mode-run-as-comint):
679 * finder.el (finder-mouse-select):
680 * find-dired.el (find-dired-sentinel):
681 * filesets.el (filesets-file-close):
682 * files.el (list-directory):
683 * faces.el (list-faces-display, describe-face):
684 * facemenu.el (list-colors-display):
685 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
686 * epg.el (epg--process-filter, epg-cancel):
687 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
688 (epa--read-signature-type):
689 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
690 (emerge-file-names):
691 * ehelp.el (electric-helpify):
692 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
693 * ediff-vers.el (rcs-ediff-view-revision):
694 * ediff-util.el (ediff-setup):
695 * ediff-mult.el (ediff-append-custom-diff):
696 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
697 (ediff-wordify):
698 * echistory.el (Electric-command-history-redo-expression):
699 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
700 * disp-table.el (describe-display-table):
701 * dired.el (dired-find-buffer-nocreate):
702 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
703 * dabbrev.el (dabbrev--same-major-mode-p):
704 * chistory.el (list-command-history):
705 * apropos.el (apropos-documentation):
706 * allout.el (allout-obtain-passphrase):
707 (allout-copy-exposed-to-buffer):
708 (allout-verify-passphrase): Use with-current-buffer.
709
710 2009-11-13 Glenn Morris <rgm@gnu.org>
711
712 * Makefile.in (ELCFILES): Regenerate.
713
714 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
715
716 * net/dbus.el (dbus-registered-objects-table): Rename from
717 `dbus-registered-functions-table', because it contains also properties.
718 (dbus-unregister-object): Unregister also properties.
719 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
720 Use a timeout of 500 msec, in order to not block.
721 (dbus-register-property, dbus-property-handler): New defuns.
722
723 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * simple.el (minibuffer-default-add-completions): Drop deprecated
726 4th arg.
727
728 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
729
730 * textmodes/artist.el (artist-mouse-choose-operation):
731 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
732 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
733 (artist-compute-up-event-key): New function.
734 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
735
736 2009-11-13 Kenichi Handa <handa@m17n.org>
737
738 * language/japan-util.el: Make sure that the value of jisx0208
739 property is jisx0208 character.
740
741 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
742
743 * international/mule.el (auto-coding-regexp-alist): Only purecopy
744 car or each item, not the whole list.
745
746 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * minibuffer.el (minibuffer-completion-help):
749 Use minibuffer-hide-completions.
750
751 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
752
753 * dired.el (dired-save-positions, dired-restore-positions): New funs.
754 (dired-revert): Use them (bug#4880).
755
756 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
757
758 * tooltip.el (tooltip-frame-parameters): Undo previous change.
759
760 2009-11-12 Juri Linkov <juri@jurta.org>
761
762 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
763 New functions.
764 (find-file-literally-at-point): Alias of `ffap-literally'.
765
766 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
767
768 * textmodes/ispell.el (ispell-skip-region-alist):
769 * textmodes/css-mode.el (auto-mode-alist):
770 * progmodes/compile.el (auto-mode-alist):
771 * international/mule.el (ctext-non-standard-encodings-alist)
772 (ctext-non-standard-encodings-regexp):
773 * simple.el (shell-command-switch, text-read-only):
774 * replace.el (occur-mode-map):
775 * paths.el (rmail-file-name):
776 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
777 * find-file.el (ff-special-constructs):
778 * files.el (file-name-handler-alist):
779 * composite.el: Purecopy strings.
780
781 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
782
783 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
784
785 * widget.el (define-widget): Purecopy the docstring.
786 * international/mule-cmds.el (charset): Do not purecopy the
787 docstring here, define-widget does it.
788
789 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
790 * textmodes/bibtex-style.el (auto-mode-alist):
791 * progmodes/inf-lisp.el (inferior-lisp-prompt):
792 * progmodes/compile.el (compile-command):
793 * language/korea-util.el (default-korean-keyboard):
794 * international/mule-conf.el (file-coding-system-alist):
795 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
796 * tooltip.el (tooltip-frame-parameters):
797 * newcomment.el (comment-end, comment-padding):
798 * dired.el (dired-trivial-filenames):
799 * comint.el (comint-file-name-prefix): Purecopy initial values.
800
801 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
802
803 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
804 (tramp-advice-minibuffer-electric-tilde): Unload advices via
805 `tramp-unload'.
806 (tramp-advice-make-auto-save-file-name)
807 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
808 after removing the advice.
809
810 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
811
812 * progmodes/grep.el (grep-regexp-alist):
813 * international/mule-cmds.el (iso-2022-control-alist):
814 * emacs-lisp/timer.el (timer-duration-words):
815 * subr.el (version-separator, version-regexp-alist):
816 * minibuffer.el (completion-styles-alist):
817 * faces.el (face-attribute-name-alist, list-faces-sample-text):
818 Change defvars to defconsts.
819
820 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
821 * loadup.el ("international/mule-conf"): Load the byte compiled version.
822 * international/mule-conf.el: Allow to be byte compiled.
823
824 * international/mule.el (define-charset): Purecopy props.
825 (load-with-code-conversion): Purecopy doc string and file name.
826 (put-charset-property): Purecopy strings.
827 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
828
829 * international/mule-cmds.el (register-input-method): Purecopy arguments.
830 (define-char-code-property): Correctly purecopy the table.
831
832 * international/ccl.el (define-ccl-program): Purecopy the docstring.
833
834 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
835
836 * subr.el (add-hook): Purecopy strings.
837 (eval-after-load): Purecopy load-history-regexp and the form.
838
839 * custom.el (custom-declare-group): Purecopy load-file-name.
840
841 * subr.el (menu-bar-separator): New defconst.
842 * net/eudc.el (eudc-tools-menu):
843 * international/mule-cmds.el (set-coding-system-map)
844 (mule-menu-keymap):
845 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
846 * vc-hooks.el (vc-menu-map):
847 * replace.el (occur-mode-map):
848 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
849 (menu-bar-edit-menu, menu-bar-goto-menu)
850 (menu-bar-custom-menu, menu-bar-showhide-menu)
851 (menu-bar-options-menu, menu-bar-tools-menu)
852 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
853 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
854 (menu-bar-help-menu):
855 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
856 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
857
858 * term/x-win.el (x-gtk-stock-map):
859 * progmodes/vera-mode.el (auto-mode-alist):
860 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
861 (inferior-lisp-program, inferior-lisp-load-command):
862 * progmodes/hideshow.el (hs-special-modes-alist):
863 * progmodes/gud.el (same-window-regexps):
864 * progmodes/grep.el (grep-program, find-program, xargs-program):
865 * net/telnet.el (same-window-regexps):
866 * net/rlogin.el (same-window-regexps):
867 * language/ethiopic.el (font-ccl-encoder-alist):
868 * vc-sccs.el (vc-sccs-master-templates):
869 * vc-rcs.el (vc-rcs-master-templates):
870 * subr.el (cl-assertion-failed):
871 * simple.el (next-error-overlay-arrow-position):
872 * lpr.el (lpr-command):
873 * locate.el (locate-ls-subdir-switches):
874 * info.el (same-window-regexps, info)
875 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
876 * image-mode.el (image-mode, auto-mode-alist):
877 * hippie-exp.el (hippie-expand-ignore-buffers):
878 * format.el (format-alist):
879 * find-dired.el (find-ls-subdir-switches, find-grep-options)
880 (find-name-arg):
881 * facemenu.el (facemenu-keybindings):
882 * dired.el (dired-listing-switches, dired-chown-program):
883 * diff.el (diff-switches, diff-command):
884 * cus-edit.el (same-window-regexps):
885 * bindings.el (mode-line-mule-info)
886 (mode-line-buffer-identification): Purecopy strings.
887
888 2009-11-11 Juri Linkov <juri@jurta.org>
889
890 * simple.el (dired-get-filename)<declare-function>:
891 Tell the byte-compiler about dired-get-filename.
892 (shell-command): In Dired mode, get filename from the current line
893 as the default value.
894
895 2009-11-10 Glenn Morris <rgm@gnu.org>
896
897 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
898 * calendar/holidays.el, progmodes/cperl-mode.el:
899 Update x-popup-menu declarations.
900
901 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
902 (list-load-path-shadows): Use dolist.
903 (list-load-path-shadows): Use with-current-buffer.
904
905 2009-11-10 Juri Linkov <juri@jurta.org>
906
907 * minibuffer.el (read-file-name): Support a list of default values
908 in `default-filename'. Use the first file name where only one
909 element is required. Doc fix.
910
911 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
912
913 * net/dbus.el (dbus-unregister-object): Release service, if no
914 other method is registered for it.
915
916 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
917
918 * bookmark.el (bookmark-completing-read): Sort bookmark names if
919 bookmark-sort-flag is non-nil (Bug#4653).
920
921 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
922
923 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
924 the progress reporter entirely.
925
926 * emulation/cua-base.el: Add CUA property to some CC mode commands
927 (Bug#4100).
928
929 2009-11-08 Kevin Ryde <user42@zip.com.au>
930
931 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
932 at end of sentence (Bug#4818).
933
934 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
935
936 * progmodes/compile.el (compilation-error-regexp-alist-alist):
937 Handle "see declaration of" MSFT statements (Bug#4100).
938
939 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
940
941 * net/tramp.el (tramp-advice-make-auto-save-file-name)
942 (tramp-advice-file-expand-wildcards): Unload via
943 `ad-remove-advice'.
944
945 * net/trampver.el: Update release number.
946
947 2009-11-08 Kevin Ryde <user42@zip.com.au>
948
949 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
950 `ad-do-it'.
951
952 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
953
954 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
955 in order to keep context in SELinux.
956
957 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
958
959 * dired-aux.el (dired-query): Place cursor in echo area and allow
960 C-g.
961
962 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
963 menu item if not on a directory (Bug#4701).
964
965 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
966
967 Sync with Tramp 2.1.17.
968
969 * net/tramp.el (tramp-handle-copy-directory): Don't use
970 `file-remote-p' (due to compatibility).
971
972 * net/tramp-compat.el (tramp-compat-copy-directory)
973 (tramp-compat-delete-directory): New defuns.
974
975 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
976 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
977 `tramp-compat-delete-directory'.
978
979 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
980 (tramp-smb-handle-delete-directory ): Use
981 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
982
983 * net/trampver.el: Update release number.
984
985 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
986
987 * tar-mode.el (tar-copy): Call write-region on the right buffer
988 (Bug#4857).
989
990 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
991 by hand, if necessary (Bug#4878).
992
993 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
994
995 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
996 align size column (Bug#4839).
997
998 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
999 statement.
1000
1001 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1002
1003 * progmodes/ld-script.el (auto-mode-alist):
1004 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1005
1006 * cus-face.el (custom-declare-face): Purecopy face spec.
1007
1008 2009-11-06 Kenichi Handa <handa@m17n.org>
1009
1010 * international/uni-bidi.el: Re-generated.
1011 * international/uni-category.el: Re-generated.
1012 * international/uni-combining.el: Re-generated.
1013 * international/uni-mirrored.el: Re-generated.
1014
1015 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1016
1017 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1018 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1019 (tex-start-options, slitex-run-command, latex-run-command)
1020 (tex-run-command, tex-directory):
1021 * textmodes/ispell.el (ispell-html-skip-alists)
1022 (ispell-tex-skip-alists, ispell-tex-skip-alists):
1023 * textmodes/fill.el (adaptive-fill-first-line-regexp):
1024 (adaptive-fill-regexp):
1025 * textmodes/dns-mode.el (auto-mode-alist):
1026 * progmodes/python.el (interpreter-mode-alist):
1027 * progmodes/etags.el (tags-compression-info-list):
1028 * progmodes/etags.el (tags-file-name):
1029 * net/browse-url.el (browse-url-galeon-program)
1030 (browse-url-firefox-program):
1031 * mail/sendmail.el (mail-signature-file)
1032 (mail-citation-prefix-regexp):
1033 * international/mule-conf.el (eight-bit):
1034 * international/latexenc.el (latex-inputenc-coding-alist):
1035 * international/fontset.el (x-pixel-size-width-font-regexp):
1036 * emacs-lisp/warnings.el (warning-type-format):
1037 * emacs-lisp/trace.el (trace-buffer):
1038 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1039 (emacs-lisp-mode-map):
1040 * calendar/holidays.el (holiday-solar-holidays)
1041 (holiday-bahai-holidays, holiday-islamic-holidays)
1042 (holiday-christian-holidays, holiday-hebrew-holidays)
1043 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1044 (hebrew-holidays-1, holiday-oriental-holidays)
1045 (holiday-general-holidays):
1046 * x-dnd.el (x-dnd-known-types):
1047 * tool-bar.el (tool-bar):
1048 * startup.el (site-run-file):
1049 * shell.el (shell-dumb-shell-regexp):
1050 * rfn-eshadow.el (file-name-shadow-tty-properties)
1051 (file-name-shadow-properties):
1052 * paths.el (remote-shell-program, news-directory):
1053 * mouse.el ([C-down-mouse-3]):
1054 * menu-bar.el (menu-bar-tools-menu):
1055 * jka-cmpr-hook.el (jka-compr-load-suffixes)
1056 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1057 (jka-compr-compression-info-list):
1058 * isearch.el (search-whitespace-regexp):
1059 * image-file.el (image-file-name-extensions):
1060 * find-dired.el (find-ls-option):
1061 * files.el (directory-listing-before-filename-regexp)
1062 (directory-free-space-args, insert-directory-program)
1063 (list-directory-brief-switches, magic-fallback-mode-alist)
1064 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1065 (automount-dir-prefix):
1066 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1067 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1068 (face-font-registry-alternatives, face-font-registry-alternatives)
1069 (face-font-family-alternatives):
1070 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1071 (facemenu-foreground-menu, facemenu-face-menu):
1072 * epa-hook.el (epa-file-name-regexp):
1073 * dnd.el (dnd-protocol-alist):
1074 * textmodes/rst.el (auto-mode-alist):
1075 * button.el (default-button): Purecopy strings.
1076
1077 2009-11-06 Glenn Morris <rgm@gnu.org>
1078
1079 * Makefile.in (ELCFILES): Update.
1080
1081 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1084 * emacs-lisp/levents.el: Move to obsolete/levents.el.
1085
1086 * nxml/xsd-regexp.el (xsdre-gen-categories):
1087 * nxml/xmltok.el (xmltok-parse-entity):
1088 * nxml/rng-parse.el (rng-parse-validate-file):
1089 * nxml/rng-maint.el (rng-format-manual)
1090 (rng-manual-output-force-new-line):
1091 * nxml/rng-loc.el (rng-save-schema-location-1):
1092 * nxml/rng-cmpct.el (rng-c-parse-file):
1093 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1094 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1095
1096 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
1097
1098 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1099 Remove extra save-excursions and make-variable-buffer-local's.
1100 Suggested by Stefan Monnier.
1101
1102 (verilog-getopt-file, verilog-module-inside-filename-p)
1103 (verilog-set-define): Merge GNU 1.35 and repair changes from
1104 switching to using with-current-buffer.
1105
1106 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1107 being treated as a number and confusing AUTORESET.
1108 Reported by Dan Dever.
1109
1110 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1111 Add verilog-auto-ignore-concat to fix backward compatibility with
1112 older verilog-modes. Reported by Dan Katz.
1113
1114 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1115 containing closing anchors "...$".
1116
1117 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1118 Reported by Wade Smith.
1119
1120 (verilog-batch-execute-func) Comment on function usage.
1121
1122 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
1123
1124 * verilog-mode.el (verilog-label-re): Fix regular expression for
1125 labels.
1126
1127 (verilog-label-re, verilog-calc-1): Support proper indent of named
1128 asserts.
1129
1130 (verilog-backward-token, verilog-basic-complete-re)
1131 (verilog-beg-of-statement, verilog-indent-re): Support proper
1132 indent of the assert statement at the beginning of a block of text.
1133
1134 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1135 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1136 tokens as begins.
1137
1138 2009-11-05 Glenn Morris <rgm@gnu.org>
1139
1140 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1141 Emacs 19. (Bug#1531)
1142 (byte-compile-fix-header): Update for the above change.
1143 Drop test for epoch::version.
1144
1145 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1146 * cus-dep.el (custom-make-dependencies):
1147 * finder.el (finder-compile-keywords):
1148 Use autoload-rubric's feature argument.
1149
1150 * calendar/diary-lib.el (top-level): Make load behave more like require.
1151
1152 * vc-git.el (vc-git-stash-map): Move definition before use.
1153
1154 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1155
1156 * custom.el (custom-declare-group): Purecopy standard-value.
1157 (custom-declare-group): Purecopy custom-prefix.
1158
1159 * international/mule.el (load-with-code-conversion):
1160 Call do-after-load-evaluation unconditionally.
1161
1162 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1163
1164 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1167
1168 2009-11-04 Glenn Morris <rgm@gnu.org>
1169
1170 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1171 (byte-compile-compatibility): Remove option.
1172 (byte-compile-close-variables, byte-compile-fix-header)
1173 (byte-compile-insert-header, byte-compile-output-docform)
1174 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1175 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1176 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1177 (byte-compile-insert, byte-compile-defun):
1178 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
1179 (byte-defop-compiler19): Remove.
1180 Without byte-compile-compatibility, the 'emacs19-opcode property is not
1181 used by anything. Replace all calls with byte-defop-compiler.
1182
1183 2009-11-04 Juri Linkov <juri@jurta.org>
1184
1185 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1186 (menu-bar-options-menu): Don't quote the `prop' arg of
1187 `menu-bar-make-mm-toggle'.
1188
1189 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * calendar/calendar.el (cal-loaddefs):
1192 * calendar/diary-lib.el (diary-loaddefs):
1193 * calendar/holidays.el (hol-loaddefs):
1194 * eshell/esh-module.el (esh-groups): Load rather than require.
1195
1196 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * calendar/todo-mode.el (todo-add-category): Don't hardcode
1199 point-min==1.
1200 (todo-top-priorities): Only display-buffer when called interactively.
1201 (todo-item-start): Don't save excursion point.
1202 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
1203 (todo-insert-item-here, todo-file-item, todo-remove-item):
1204 Adjust uses of todo-item-start and todo-item-end.
1205
1206 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1207 (autoload-rubric): Don't use any more.
1208 * cedet/semantic/fw.el (semantic/loaddefs):
1209 * cedet/srecode.el (srecode/loaddefs):
1210 * cedet/ede.el (ede/loaddefs): Load rather than require.
1211 * cedet/ede/cpp-root.el:
1212 * cedet/ede/emacs.el:
1213 * cedet/ede/files.el:
1214 * cedet/ede/linux.el:
1215 * cedet/ede/locate.el:
1216 * cedet/ede/make.el:
1217 * cedet/ede/shell.el:
1218 * cedet/ede/speedbar.el:
1219 * cedet/ede/system.el:
1220 * cedet/ede/util.el:
1221 * cedet/semantic/analyze.el:
1222 * cedet/semantic/bovine.el:
1223 * cedet/semantic/complete.el:
1224 * cedet/semantic/ctxt.el:
1225 * cedet/semantic/db-file.el:
1226 * cedet/semantic/db-find.el:
1227 * cedet/semantic/db-global.el:
1228 * cedet/semantic/db-mode.el:
1229 * cedet/semantic/db-typecache.el:
1230 * cedet/semantic/db.el:
1231 * cedet/semantic/debug.el:
1232 * cedet/semantic/dep.el:
1233 * cedet/semantic/doc.el:
1234 * cedet/semantic/edit.el:
1235 * cedet/semantic/find.el:
1236 * cedet/semantic/format.el:
1237 * cedet/semantic/html.el:
1238 * cedet/semantic/ia-sb.el:
1239 * cedet/semantic/ia.el:
1240 * cedet/semantic/idle.el:
1241 * cedet/semantic/lex-spp.el:
1242 * cedet/semantic/lex.el:
1243 * cedet/semantic/mru-bookmark.el:
1244 * cedet/semantic/scope.el:
1245 * cedet/semantic/senator.el:
1246 * cedet/semantic/sort.el:
1247 * cedet/semantic/symref.el:
1248 * cedet/semantic/tag-file.el:
1249 * cedet/semantic/tag-ls.el:
1250 * cedet/semantic/tag-write.el:
1251 * cedet/semantic/tag.el:
1252 * cedet/semantic/util-modes.el:
1253 * cedet/semantic/analyze/complete.el:
1254 * cedet/semantic/analyze/refs.el:
1255 * cedet/semantic/bovine/c.el:
1256 * cedet/semantic/bovine/gcc.el:
1257 * cedet/semantic/bovine/make.el:
1258 * cedet/semantic/bovine/scm.el:
1259 * cedet/semantic/decorate/include.el:
1260 * cedet/semantic/decorate/mode.el:
1261 * cedet/semantic/symref/cscope.el:
1262 * cedet/semantic/symref/global.el:
1263 * cedet/semantic/symref/grep.el:
1264 * cedet/semantic/symref/idutils.el:
1265 * cedet/semantic/symref/list.el:
1266 * cedet/semantic/wisent/java-tags.el:
1267 * cedet/semantic/wisent/javascript.el:
1268 * cedet/srecode/compile.el:
1269 * cedet/srecode/cpp.el:
1270 * cedet/srecode/document.el:
1271 * cedet/srecode/el.el:
1272 * cedet/srecode/expandproto.el:
1273 * cedet/srecode/getset.el:
1274 * cedet/srecode/insert.el:
1275 * cedet/srecode/java.el:
1276 * cedet/srecode/map.el:
1277 * cedet/srecode/mode.el:
1278 * cedet/srecode/template.el:
1279 * cedet/srecode/texi.el: Remove the file-local setting of
1280 generated-autoload-feature.
1281
1282 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1283 and only put a prop if it is non-nil.
1284
1285 2009-11-03 Juri Linkov <juri@jurta.org>
1286
1287 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1288 (menu-bar-options-menu): Fix list quoting (Bug#4429).
1289
1290 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1291 and "Menu" to make top-level menu item visually one unit (like
1292 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1293 multi-word menu items). Fix :help string for quit-window.
1294
1295 2009-11-03 Glenn Morris <rgm@gnu.org>
1296
1297 * cedet/mode-local.el (with-mode-local): Doc fix.
1298
1299 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1300 (byte-compile-file-form-define-abbrev-table)
1301 (byte-compile-file-form-custom-declare-variable)
1302 (byte-compile-variable-ref, byte-compile-defvar):
1303 Whether or not a warning is enabled should only affect whether we issue
1304 the warning, not whether or not we collect the relevant data.
1305 Eg warnings can be turned on and off throughout the course of a file.
1306
1307 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1308 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1309
1310 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1313 * play/mpuz.el (mpuz-create-buffer):
1314 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1315 (lm-print-y,s,noise, lm-print-w0, lm-init):
1316 * play/gomoku.el (gomoku-prompt-for-move):
1317 * play/fortune.el (fortune-in-buffer):
1318 * play/dissociate.el (dissociated-press):
1319 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1320 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1321 * mail/supercite.el (sc-eref-show):
1322 * mail/smtpmail.el (smtpmail-send-it):
1323 * mail/rmailsum.el (rmail-summary-next-labeled-message)
1324 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1325 (rmail-summary-undelete-many, rmail-summary-rmail-update)
1326 (rmail-summary-goto-msg, rmail-summary-expunge)
1327 (rmail-summary-get-new-mail, rmail-summary-search-backward)
1328 (rmail-summary-add-label, rmail-summary-output-menu)
1329 (rmail-summary-output-body):
1330 * mail/rfc822.el (rfc822-addresses):
1331 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1332 * mail/mailpost.el (post-mail-send-it):
1333 * mail/hashcash.el (hashcash-generate-payment):
1334 * mail/feedmail.el (feedmail-run-the-queue)
1335 (feedmail-queue-send-edit-prompt-help-first)
1336 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1337 (feedmail-deduce-address-list):
1338 * eshell/esh-ext.el (eshell-remote-command):
1339 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1340 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1341 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1342 (viper-save-string-in-file, viper-valid-marker):
1343 * emulation/viper-keym.el (viper-toggle-key):
1344 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1345 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1346 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1347 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1348 (viper-exec-form-in-emacs, viper-brac-function):
1349 * emulation/viper.el (viper-delocalize-var):
1350 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1351 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1352 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1353 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1354 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1355 * emulation/edt.el (edt-electric-helpify):
1356 * emulation/cua-rect.el (cua--rectangle-aux-replace):
1357 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1358 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1359 (cua-indent-to-global-mark-column):
1360 * calendar/diary-lib.el (calendar-mark-1):
1361 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1362 Use with-current-buffer.
1363 * emulation/viper.el (viper-delocalize-var): Use dolist.
1364
1365 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * comint.el (comint-replace-by-expanded-history-before-point):
1368 Replace !! with the previous input string literally (Bug#1795).
1369
1370 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
1371
1372 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1373 to be made up of whitespace.
1374
1375 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * minibuffer.el (read-file-name): Don't use file dialogs for
1378 remote directories (Bug#99).
1379
1380 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1383
1384 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
1385
1386 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1387 instead of deleting the window or frame.
1388
1389 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1390
1391 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1392 Support face colors.
1393
1394 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1395 New function. Support face colors (Bug#1168).
1396 (tex-common-initialization): Use it.
1397
1398 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1399 mode allows it (Bug#1168).
1400
1401 2009-10-31 Juri Linkov <juri@jurta.org>
1402
1403 * facemenu.el (list-colors-display): Don't mark buffer as
1404 modified (Bug#3948).
1405
1406 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * international/mule-diag.el (list-character-sets-1): Minor
1409 message fix (Bug#3526).
1410
1411 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1412 face property (Bug#4834).
1413 (etags-list-tags, etags-tags-apropos-additional)
1414 (etags-tags-apropos, tags-select-tags-table): Add follow-link
1415 property.
1416
1417 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1418 items.
1419
1420 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1421 items.
1422
1423 * cedet/ede.el (ede-minor-mode):
1424 * cedet/semantic.el (semantic-mode): Toggle menu separators.
1425
1426 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * textmodes/two-column.el (2C-split):
1429 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1430 * textmodes/tex-mode.el (tex-set-buffer-directory):
1431 * textmodes/spell.el (spell-region, spell-string):
1432 * textmodes/reftex.el (reftex-erase-buffer):
1433 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1434 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1435 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1436 (reftex-select-item):
1437 * textmodes/reftex-ref.el (reftex-label-info-update)
1438 (reftex-offer-label-menu):
1439 * textmodes/reftex-index.el (reftex-index-change-entry)
1440 (reftex-index-phrases-info):
1441 * textmodes/reftex-global.el (reftex-create-tags-file)
1442 (reftex-save-all-document-buffers, reftex-ensure-write-access):
1443 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1444 (reftex-view-crossref-from-bibtex):
1445 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1446 (reftex-extract-bib-entries-from-thebibliography)
1447 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1448 * textmodes/refbib.el (r2b-capitalize-title):
1449 (r2b-convert-buffer, r2b-help):
1450 * textmodes/page-ext.el (pages-directory)
1451 (pages-directory-goto-with-mouse):
1452 * textmodes/bibtex.el (bibtex-validate-globally):
1453 * textmodes/bib-mode.el (bib-capitalize-title):
1454 * textmodes/artist.el (artist-clear-buffer, artist-system):
1455 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1456 (local-set-scheme-interaction-buffer, xscheme-process-filter)
1457 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1458 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1459 (xscheme-send-control-g-interrupt, xscheme-start-process)
1460 (xscheme-process-sentinel, xscheme-cd):
1461 * progmodes/verilog-mode.el (verilog-read-always-signals)
1462 (verilog-set-define, verilog-getopt-file)
1463 (verilog-module-inside-filename-p):
1464 * progmodes/sh-script.el:
1465 * progmodes/python.el (python-pdbtrack-get-source-buffer)
1466 (python-pdbtrack-grub-for-buffer, python-execute-file):
1467 * progmodes/octave-inf.el (inferior-octave):
1468 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1469 (idlwave-shell-compile-helper-routines, idlwave-set-local)
1470 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1471 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1472 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1473 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1474 (idlwave-shell-filter, idlwave-shell-examine-highlight)
1475 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1476 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1477 (idlwave-shell-examine-display, idlwave-shell-run-region)
1478 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1479 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1480 * progmodes/idlw-help.el (idlwave-help-get-special-help)
1481 (idlwave-help-get-help-buffer):
1482 * progmodes/gud.el (gud-basic-call, gud-find-class)
1483 (gud-tooltip-activate-mouse-motions-if-enabled):
1484 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1485 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1486 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1487 (ebrowse-tags-next-file):
1488 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1489 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1490 (ebnf-eps-finish-and-write):
1491 * progmodes/cpp.el (cpp-edit-save):
1492 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1493 * progmodes/cc-defs.el (c-emacs-features):
1494 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1495 (antlr-directory-dependencies):
1496 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1497 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1498 (ada-find-any-references, ada-make-filename-from-adaname)
1499 (ada-make-body-gnatstub):
1500 * obsolete/rnews.el (news-list-news-groups):
1501 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1502 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1503 * net/rcirc.el (rcirc-debug):
1504 * net/newst-treeview.el (newsticker--treeview-list-add-item)
1505 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1506 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1507 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1508 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1509 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1510 (newsticker--treeview-list-clear-highlight)
1511 (newsticker--treeview-list-update-highlight)
1512 (newsticker--treeview-list-highlight-start)
1513 (newsticker--treeview-tree-update-highlight)
1514 (newsticker--treeview-get-selected-item)
1515 (newsticker-treeview-mark-list-items-old)
1516 (newsticker--treeview-set-current-node):
1517 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1518 * net/newst-backend.el (newsticker--get-news-by-funcall)
1519 (newsticker--get-news-by-wget, newsticker--image-get)
1520 (newsticker--image-sentinel):
1521 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1522 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1523 (eudc-ph-close-session):
1524 * net/eudc.el (eudc-save-options):
1525 * language/thai-word.el (thai-update-word-table):
1526 * language/japan-util.el (japanese-string-conversion):
1527 * international/titdic-cnv.el (tsang-quick-converter)
1528 (ziranma-converter, ctlau-converter):
1529 * international/mule-cmds.el (describe-language-environment):
1530 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1531 (skkdic-convert-postfix, skkdic-convert-prefix):
1532 (skkdic-convert-okuri-nasi, skkdic-convert):
1533 * emacs-lisp/re-builder.el (reb-update-overlays):
1534 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1535 * emacs-lisp/gulp.el (gulp-send-requests):
1536 * emacs-lisp/find-gc.el (trace-call-tree):
1537 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1538 (eieio-describe-generic):
1539 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1540 * emacs-lisp/edebug.el (edebug-outside-excursion):
1541 * emacs-lisp/debug.el (debugger-make-xrefs):
1542 * emacs-lisp/cust-print.el (custom-prin1-to-string):
1543 * emacs-lisp/chart.el (chart-new-buffer):
1544 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1545 Use with-current-buffer.
1546 * textmodes/artist.el (artist-system): Don't call
1547 copy-sequence on a fresh string.
1548 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1549
1550 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
1551
1552 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1553 is no item to edit. (Bug#4820)
1554 (todo-top-priorities): Restore point and restore narrowing in Todo
1555 buffer. (Bug#4820)
1556
1557 2009-10-31 Glenn Morris <rgm@gnu.org>
1558
1559 * net/ange-ftp.el (top-level): Don't require dired when compiling.
1560 (comint-last-output-start, comint-last-input-start)
1561 (comint-last-input-end): Don't defvar when compiling.
1562 (ange-ftp-process-file): Use bound-and-true-p.
1563
1564 * pcmpl-rpm.el (top-level): Move provide statement to end.
1565 (pcmpl-rpm): Remove unused custom group.
1566
1567 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1568
1569 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1570
1571 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1572 (byte-compile-warnings): Add `constants' as an option.
1573 (byte-compile-callargs-warn, byte-compile-arglist-warn)
1574 (display-call-tree): Update for byte-compile-fdefinition possibly
1575 returning `(macro lambda ...)'. (Bug#4778)
1576 (byte-compile-variable-ref, byte-compile-setq-default):
1577 Respect `constants' member of byte-compile-warnings.
1578
1579 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1580 Use mapc rather than mapcar because the return value is never used.
1581
1582 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1583 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1584 * cedet/semantic/html.el:
1585 Suppress harmless warnings about setting up semantic-imenu (not
1586 part of Emacs) variables.
1587
1588 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * vc-bzr.el (vc-bzr-revision-keywords): New var.
1591 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1592 to "submit:".
1593
1594 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1595 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1596 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1597 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1598 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1599 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1600 (semantic-analyzer-debug-global-symbol)
1601 (semantic-analyzer-debug-missing-innertype)
1602 (semantic-analyzer-debug-insert-include-summary):
1603 * cedet/semantic/util.el (semantic-file-tag-table):
1604 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1605 (semantic-recursive-find-nonterminal-by-name):
1606 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1607 * cedet/semantic/tag-file.el (semantic-prototype-file):
1608 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1609 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1610 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1611 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1612 (semantic-idle-summary-maybe-highlight):
1613 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1614 (semantic-ia-sb-tag-info):
1615 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1616 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1617 * cedet/semantic/ede-grammar.el (project-compile-target):
1618 (ede-proj-makefile-insert-variables):
1619 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1620 (semantic-debug-set-source-location, semantic-debug-interface-layout)
1621 (semantic-debug-mode, semantic-debug):
1622 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1623 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1624 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1625 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1626 (semanticdb-find-translate-path-includes--internal)
1627 (semanticdb-reset-log, semanticdb-find-log-activity):
1628 * cedet/semantic/db-file.el (object-write):
1629 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1630 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1631 (semanticdb-create-ebrowse-database):
1632 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1633 * cedet/semantic/complete.el (semantic-displayor-focus-request)
1634 (semantic-collector-calculate-completions-raw)
1635 (semantic-complete-read-tag-analyzer):
1636 * cedet/semantic/analyze.el (semantic-analyze-pulse):
1637 * cedet/ede/util.el (ede-update-version-in-source):
1638 * cedet/ede/proj.el (project-delete-target):
1639 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1640 (ede-proj-flush-autoconf):
1641 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1642 (ede-proj-configure-synchronize):
1643 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1644 * cedet/ede/linux.el (ede-linux-version):
1645 * cedet/ede/emacs.el (ede-emacs-version):
1646 * cedet/ede/dired.el (ede-dired-add-to-target):
1647 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1648 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1649 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1650 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1651 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1652 (cedet-idutils-version-check):
1653 * cedet/cedet-global.el (cedet-gnu-global-call):
1654 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1655 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1656 * cedet/cedet-cscope.el (cedet-cscope-call)
1657 (cedet-cscope-expand-filename, cedet-cscope-version-check):
1658 Use with-current-buffer.
1659 * cedet/ede.el (ede-make-project-local-variable)
1660 (ede-set-project-variables, ede-set): Use dolist.
1661
1662 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1663
1664 * textmodes/ispell.el (ispell-skip-region-alist):
1665 * international/mule-conf.el (eight-bit):
1666 * international/fontset.el (font-encoding-alist):
1667 * startup.el (pure-space-overflow-message):
1668 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1669 * paths.el (gnus-nntp-service, rmail-spool-directory)
1670 (term-file-prefix):
1671 * files.el (save-some-buffers-action-alist):
1672 * cmuscheme.el (same-window-buffer-names):
1673 * ielm.el (same-window-buffer-names):
1674 * shell.el (same-window-buffer-names):
1675 * mail/sendmail.el (same-window-buffer-names):
1676 * progmodes/inf-lisp.el (same-window-buffer-names):
1677 * bindings.el (mode-line-client)
1678 (mode-line-column-line-number-mode-map):
1679 * language/tibetan.el (tibetan-precomposition-rule-regexp)
1680 (tibetan-precomposed-regexp): Purecopy string arguments.
1681
1682 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1685 (calcDigit-nondigit):
1686 * calc/calc-yank.el (calc-copy-to-buffer):
1687 * calc/calc-units.el (calc-invalidate-units-table):
1688 * calc/calc-trail.el (calc-trail-yank):
1689 * calc/calc-store.el (calc-insert-variables):
1690 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1691 * calc/calc-prog.el (calc-read-parse-table):
1692 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1693 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1694 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1695 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1696 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1697 (calc-graph-name, calc-graph-find-command, calc-graph-view)
1698 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1699 * calc/calc-ext.el (calc-realign):
1700 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1701 (calc-embedded-finish-edit, calc-embedded-make-info)
1702 (calc-embedded-finish-command, calc-embedded-stack-change):
1703 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1704
1705 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1706 (overload-docstring-extension): Use that info.
1707 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1708 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1709 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1710 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1711 (semantic-nonterminal-full-name): Add the new `when' info.
1712 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1713 `assert'.
1714
1715 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1716 shell-dynamic-complete-filename in preference to
1717 comint-dynamic-complete-filename.
1718
1719 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1720 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1721 Don't consider whether the display supports colors.
1722 (bookmark-import-new-list): Use dolist.
1723 (bookmark-bmenu-mode-map): Move initialization into declaration.
1724 (bookmark-bmenu-list): Use dolist, simplify.
1725 (bookmark-show-all-annotations): Use save-selected-window and dolist.
1726 (menu-bar-final-items): Use push.
1727
1728 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1729
1730 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1731 it works on remote files.
1732 (vc-hg-diff): Don't pass any `--cwd' argument.
1733
1734 2009-10-27 Kevin Ryde <user42@zip.com.au>
1735
1736 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1737 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1738 (Further to Bug#3921).
1739
1740 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
1741
1742 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1743 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1744 calling `tramp-imap-put-file'. Add file size to the call.
1745 (tramp-imap-get-file-entries): Compute also user name, file size,
1746 and date.
1747 (tramp-imap-handle-insert-directory): Insert uid and gid.
1748 (tramp-imap-handle-file-attributes): Transform uid and gid
1749 according to `id-format'.
1750 (tramp-imap-put-file): New optional parameter SIZE. Encode file
1751 size in header X-Size.
1752
1753 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1754
1755 * simple.el (transpose-subr): Give clearer error when the mark
1756 is not set. (Bug#4807)
1757
1758 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
1759
1760 * net/tramp.el (tramp-perl-file-truename): New defconst.
1761 Perl code contributed by yary <not.com@gmail.com> (tiny change).
1762 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1763 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1764 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1765
1766 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1767 Ignore `dired-call-process'.
1768 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1769
1770 2009-10-26 Julian Scheid <julians37@gmail.com>
1771
1772 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1773 (tramp-get-remote-readlink): New defun.
1774 (tramp-handle-file-truename): Use it.
1775 (tramp-handle-file-exists-p): Check file-attributes cache, assume
1776 file exists if cache value present.
1777 (tramp-check-cached-permissions) New defun.
1778 (tramp-handle-file-readable-p): Use it.
1779 (tramp-handle-file-writable-p): Likewise.
1780 (tramp-handle-file-executable-p): Likewise.
1781 (tramp-handle-file-name-all-completions): Try using Perl to get
1782 partial completions. When perl not available, combine `cd' and
1783 `ls' into single remote operation and use shell expansion to get
1784 partial remote directory contents. Set `file-exists-p' cache for
1785 directory and any files returned by ls. Change cache handling to
1786 support partial directory contents. Use error message emitted by
1787 remote `cd' or Perl code for local tramp-error.
1788 (tramp-do-copy-or-rename-file-directly): Avoid separate
1789 tramp-send-command-and-check call.
1790 (tramp-handle-process-file): Merge three remote ops into one.
1791 Do not flush all caches when `process-file-side-effects' is set.
1792 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1793 file-attributes shows uid/gid to be set already.
1794
1795 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1796
1797 * textmodes/tex-mode.el (tex-dvi-view-command)
1798 (tex-show-queue-command, tex-open-quote):
1799 * progmodes/ruby-mode.el (auto-mode-alist)
1800 (interpreter-mode-alist): Purecopy strings.
1801
1802 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1803
1804 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1805 string for the hook, keymap and abbrev table.
1806
1807 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1808
1809 * x-dnd.el (x-dnd-xdnd-to-action):
1810 * startup.el (fancy-startup-text, fancy-about-text): Change to
1811 defconst from defvar.
1812
1813 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1814
1815 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1816 Purecopy initialization strings.
1817
1818 * mail/sendmail.el (mail-header-separator)
1819 (mail-personal-alias-file):
1820 * mail/rmail.el (rmail-default-dont-reply-to-names)
1821 (rmail-ignored-headers, rmail-retry-ignored-headers)
1822 (rmail-highlighted-headers, rmail-secondary-file-directory)
1823 (rmail-secondary-file-regexp):
1824 * files.el (null-device, file-name-invalid-regexp)
1825 (locate-dominating-stop-dir-regexp)
1826 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1827 (interpreter-mode-alist): Use mapcar instead of mapc.
1828
1829 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1830
1831 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1832 (completion-ignored-extensions):
1833 (debug-ignored-errors): Purecopy strings.
1834
1835 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1838 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1839 (pcomplete--here): Use push.
1840
1841 * subr.el (all-completions): Declare the 4th arg obsolete.
1842
1843 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * pcomplete.el (pcomplete-unquote-argument-function): New var.
1846 (pcomplete-unquote-argument): New function.
1847 (pcomplete--common-suffix): Always pay attention to case.
1848 (pcomplete--table-subvert): Quote and unquote the text.
1849 (pcomplete--common-quoted-suffix): New function.
1850 (pcomplete-std-complete): Use it and pcomplete-begin.
1851
1852 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1853 we're inside a dedicated or minibuffer window.
1854
1855 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * cedet/semantic/fw.el (semantic-alias-obsolete)
1858 (semantic-varalias-obsolete): Make the `when' arg mandatory.
1859 (define-mode-overload-implementation):
1860 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1861 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1862 * cedet/semantic/util.el (semantic-file-token-stream)
1863 (semantic-something-to-stream):
1864 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1865 (semantic-expand-nonterminal):
1866 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1867 (semantic-find-dependency, semantic-find-nonterminal)
1868 (semantic-find-dependency):
1869 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1870 (semantic-flex-text, semantic-flex-make-keyword-table)
1871 (semantic-flex-keyword-p, semantic-flex-keyword-put)
1872 (semantic-flex-keyword-get, semantic-flex-map-keywords)
1873 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1874 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1875 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1876 (semantic-after-idle-scheduler-reparse-hooks):
1877 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1878 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1879 * cedet/semantic.el (semantic-toplevel-bovine-table)
1880 (semantic-toplevel-bovine-cache)
1881 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1882 (semantic-init-mode-hooks, semantic-init-db-hooks)
1883 (semantic-bovination-working-type): Provide the `when' arg.
1884
1885 2009-10-24 Karl Fogel <kfogel@red-bean.com>
1886
1887 * bookmark.el: Update documentation, especially documentation
1888 of `bookmark-alist' and of the bookmark file format.
1889 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
1890
1891 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * mail/emacsbug.el (report-emacs-bug): Clarify that the
1894 keybindings apply to the mail buffer (Bug#4003). Shrink help
1895 window to buffer.
1896
1897 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1898 (global-whitespace-mode, global-whitespace-newline-mode)
1899 (whitespace-toggle-options, global-whitespace-toggle-options):
1900 Doc fix (Bug#3660).
1901
1902 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1903 of xmltok-start before the end tag was inserted (Bug#2840).
1904
1905 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1906 patterns that are preceded by an open-paren (Bug#1320).
1907
1908 2009-10-24 Sven Joachim <svenjoac@gmx.de>
1909
1910 * files.el (delete-directory): Delete symlinks to directories with
1911 delete-file (Bug#4739).
1912
1913 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1916 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1917 argument to make-obsolete.
1918
1919 * cedet/semantic/fw.el (semantic-alias-obsolete)
1920 (semantic-varalias-obsolete): Add optional WHEN argument.
1921
1922 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1923
1924 * vc.el (vc-backend-for-registration): Rename from
1925 vc-get-backend-for-registration. Update callers.
1926
1927 * international/mule-cmds.el (set-language-info-alist):
1928 Purecopy lang-env.
1929 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1930 (charset): Purecopy the name.
1931 (define-char-code-property): Purecopy string arguments.
1932
1933 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1934 Purecopy string arguments.
1935
1936 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1937 * ediff-hook.el (menu-bar-ediff-menu):
1938 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1939 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1940
1941 2009-10-24 Glenn Morris <rgm@gnu.org>
1942
1943 * comint.el (comint-dynamic-list-completions):
1944 * term.el (term-dynamic-list-completions): Use choose-completion rather
1945 than obsolete alias mouse-choose-completion.
1946
1947 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1948 file-cache-choose-completion.
1949 (file-cache-choose-completion): Handle an optional event argument.
1950 (file-cache-mouse-choose-completion): Make it an obsolete alias.
1951
1952 * progmodes/octave-mod.el (octave-complete-symbol):
1953 Use choose-completion if mouse-choose-completion is ever removed.
1954
1955 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1956 use.
1957
1958 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1959 compiler.
1960
1961 * vc-hooks.el (vc-responsible-backend): Fix declaration.
1962
1963 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1966 Ignore `pred' now that we receive one.
1967 Handle test-completion specially.
1968
1969 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1970
1971 * vc.el (vc-responsible-backend): Throw an error if not backend is
1972 found. Remove the REGISTER argument. Move the code dealing with
1973 REGISTER ...
1974 (vc-get-backend-for-registration): ... here. New function.
1975 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1976 of vc-responsible-backend, pass the file name instead of the
1977 directory name.
1978
1979 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1982 New funs.
1983 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
1984 (pcomplete-comint-setup): Don't modify a global var via
1985 accidental side-effects.
1986 (pcomplete-shell-setup): Adjust call accordingly.
1987 (pcomplete-parse-comint-arguments): Use push.
1988
1989 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1992 Allow uncapitalized info node names (Bug#3921).
1993
1994 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1995 to the DEBUG file (Bug#3781).
1996
1997 2009-10-23 Jari Aalto <jari.aalto@cante.net>
1998
1999 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2000 dictionary entry (Bug#4579).
2001
2002 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
2003
2004 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2005 from `rfn-eshadow-update-overlay-hook' when unloading.
2006 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2007 "rsyncc". Adjust doc string.
2008 (tramp-temp-buffer-file-name) New buffer-local defvar.
2009 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2010 Keep temporary file when indicated by method ("rsync" and
2011 "rsyncc").
2012 (tramp-handle-write-region): Handle APPEND.
2013 (tramp-delete-temp-file-function): New defun. Added to
2014 `kill-buffer-hook'.
2015
2016 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
2017
2018 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2019
2020 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2021
2022 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2023 (color-name-rgb-alist, tty-standard-colors)
2024 (tty-color-mode-alist): Change to defconst.
2025
2026 * simple.el (mark-inactive): Purecopy message.
2027
2028 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2029 (global-map, yank-menu):
2030 * textmodes/ispell.el (ispell-menu-map):
2031 * net/eudc.el (eudc-tools-menu):
2032 * international/mule-cmds.el (describe-language-environment-map)
2033 (setup-language-environment-map, set-coding-system-map)
2034 (mule-menu-keymap):
2035 * vc-hooks.el (vc-menu-entry, vc-menu-map):
2036 * replace.el (occur-mode-map):
2037 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2038
2039 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
2040
2041 * calc/calc.el (math-read-number, math-read-number-simple): Use
2042 `save-match-data'.
2043
2044 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2047 rather than fiddling with global-map bindings, since it should only
2048 affect per-terminal settings.
2049 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2050
2051 * minibuffer.el (completion-table-with-terminator): Allow to specify
2052 the terminator-regexp.
2053
2054 * simple.el (switch-to-completions): Look for *Completions* in other
2055 frames as well.
2056
2057 * pcomplete.el: Allow the use of completion-tables.
2058 (pcomplete-std-complete): New command.
2059 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2060 (pcomplete--here): Use a function for `form' rather than an expression,
2061 so it can be byte-compiled.
2062 (pcomplete-here, pcomplete-here*): Adjust accordingly.
2063 Add edebug declaration.
2064 (pcomplete-show-completions): Remove unused var `curbuf'.
2065 (pcomplete-do-complete, pcomplete-stub):
2066 Don't assume `completions' is a list of strings any more.
2067
2068 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
2069
2070 * find-dired.el (find-name-arg): Fix typo in docstring.
2071
2072 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2075 (pcmpl-linux-fs-types): Same, and update to new modules layout.
2076
2077 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2078 pcomplete-entries.
2079
2080 * comint.el (comint-read-input-ring, comint-write-input-ring)
2081 (comint-substitute-in-file-name)
2082 (comint-dynamic-complete-as-filename)
2083 (comint-dynamic-simple-complete)
2084 (comint-dynamic-list-filename-completions)
2085 (comint-dynamic-list-completions)
2086 (comint-redirect-results-list-from-process): Minor simplifications.
2087
2088 2009-10-21 Kevin Ryde <user42@zip.com.au>
2089
2090 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2091 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2092 the first form. And insert a blank line after ";;; Code" since
2093 that's usual style. (My Bug#4612.)
2094
2095 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2096
2097 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * minibuffer.el (completion-table-with-terminator): Properly implement
2100 boundaries, in case `terminator' appears in the suffix.
2101 (completion--embedded-envvar-table): Don't return boundaries if
2102 there's no valid completion. Simplify.
2103 (completion-file-name-table): New completion table extracted from
2104 completion--file-name-table.
2105 (completion--file-name-table): Use it.
2106 (read-file-name-predicate): Declare obsolete.
2107 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2108 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2109 completion-file-name-table, and use the `pred' argument.
2110 * files.el (locate-file-completion-table): Use the `pred' arg rather
2111 than read-file-name-predicate.
2112 (abbreviate-file-name): Use \` rather than ^ for BOS.
2113
2114 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2115
2116 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2117 vc-responsible-backend to register, it causes problems.
2118
2119 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2122
2123 2009-10-21 Eric Ludlam <zappo@gnu.org>
2124
2125 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2126 (semantic-c-debug-mode-init-pch): New functions.
2127 (semantic-c-debug-mode-init-last-mode): New var.
2128 (semantic-c-parse-lexical-token): Use them.
2129
2130 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2131 When extracting the argument list, limit only by point-max.
2132
2133 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
2134
2135 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2136 (tramp-smb-handle-file-attributes): Use it.
2137 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2138 (tramp-smb-handle-insert-directory): Use `mapc' rather than
2139 `mapcar'. Use `tramp-smb-get-stat-capability'.
2140 Add `dired-filename' text properties.
2141 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2142 (tramp-smb-maybe-open-connection): Simplify check for smbclient
2143 version.
2144
2145 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * subr.el (read-key-delay): Reduce to 0.01.
2148 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2149 (bug#4751).
2150
2151 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2154
2155 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2156 (Info-menu): Remove unused vars `last' and `completions'.
2157 (Info-index-nodes): Remove unused var `node'.
2158
2159 * info.el (Info-complete-menu-item): Use complete-with-action.
2160
2161 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2162
2163 Make vc-annotate work through copies and renames.
2164 * vc-annotate.el (vc-annotate-extract-revision-at-line):
2165 Return the file name too.
2166 (vc-annotate-revision-at-line)
2167 (vc-annotate-find-revision-at-line)
2168 (vc-annotate-revision-previous-to-line)
2169 (vc-annotate-show-log-revision-at-line): Update to get the file
2170 name from vc-annotate-extract-revision-at-line.
2171 (vc-annotate-show-diff-revision-at-line-internal): Change the
2172 argument to mean whether to show a file diff or not. Get the file
2173 name from vc-annotate-extract-revision-at-line.
2174 (vc-annotate-show-diff-revision-at-line):
2175 Update vc-annotate-show-diff-revision-at-line call.
2176 (vc-annotate-warp-revision): Add an optional file argument.
2177
2178 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2179 (vc-git-annotate-extract-revision-at-line): Also return the file
2180 name if found.
2181
2182 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2183 command. Remove unused code.
2184 (vc-hg-annotate-re): Update to match --follow output.
2185 (vc-hg-annotate-extract-revision-at-line): Also return the file
2186 name if found.
2187
2188 * vc.el: Update annotate-extract-revision-at-line documentation.
2189
2190 2009-10-18 Kevin Ryde <user42@zip.com.au>
2191
2192 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2193 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2194
2195 * net/browse-url.el (browse-url): Identify alist with "consp and
2196 not functionp" and let all other things go down the `apply' leg,
2197 as suggested by Stefan. (Further to bug#4531.)
2198
2199 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * minibuffer.el (read-file-name): Check for repeat before putting
2202 a default argument in file-name-history (Bug#4657).
2203
2204 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2205 read syntax (Bug#4737).
2206
2207 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2208
2209 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2210
2211 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2212 (html-tag-alist, html-tag-help): Add descriptions for undocumented
2213 entries and make note of obsolete tags.
2214
2215 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2218
2219 2009-10-18 Glenn Morris <rgm@gnu.org>
2220
2221 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2222 grep, so that binary files (eg international/uni-bidi.el) can match.
2223 Remove test for "UnicodeData" files, since it is hopefully unnecessary
2224 now, and in any case the file header format has changed.
2225
2226 2009-10-17 Glenn Morris <rgm@gnu.org>
2227
2228 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2229 (flyspell-get-word, flyspell-large-region)
2230 (flyspell-auto-correct-previous-word): Doc/error message fixes.
2231
2232 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * Makefile.in (ELCFILES): Add ede/shell.
2235
2236 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2237
2238 * term/common-win.el (x-colors): Purecopy it.
2239
2240 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2243 permissive for when the buffer is empty.
2244 (tar-header-block-tokenize): Decode the username and groupname.
2245 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2246
2247 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * cedet/srecode/srt.el:
2250 * cedet/srecode/compile.el:
2251 * cedet/semantic/mru-bookmark.el:
2252 * cedet/semantic/debug.el:
2253 * cedet/semantic/complete.el:
2254 * cedet/semantic/analyze.el: Require CL when compiling.
2255
2256 2009-10-17 Eric Ludlam <zappo@gnu.org>
2257
2258 * cedet/semantic/scope.el
2259 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2260 tmpscope so that the regular scope will continue to work.
2261
2262 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2263 Use semantic-idle-summary-highlight-face as the highlighting.
2264
2265 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2266 contains multibyte characters, choose first applicable coding
2267 system automatically.
2268
2269 * cedet/ede/project-am.el (project-run-target): New method.
2270 (project-run-target): New method.
2271
2272 * cedet/ede.el (ede-target): Add run target menu item.
2273 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2274 (ede-run-target): New function.
2275 (ede-target::project-run-target): New method.
2276
2277 * cedet/ede/proj.el (project-run-target): New method.
2278
2279 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2280 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2281 Add :rules.
2282 (ede-proj-target-makefile-shared-object): Only libtool compilers
2283 now available. Add linkers for libtool.
2284 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2285 (ede-proj-makefile-target-name): Always use .la extension.
2286
2287 * cedet/ede/proj-prog.el (project-run-target): New method.
2288
2289 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2290 (ede-g++-linker): Change Change link lines.
2291
2292 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2293 When searching for old variables, go to the end of the buffer and
2294 search backward from there.
2295 (ede-proj-makefile-automake-insert-subdirs)
2296 (ede-proj-makefile-automake-insert-extradist): New methods.
2297 (ede-proj-makefile-create): Use them.
2298
2299 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2300 Force FILE to expand to the current target. Use file-exists-p to
2301 check that it exists.
2302
2303 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2304 (ede-linux-load): Wrap dir in file-name-as-directory.
2305 Set :version slot.
2306
2307 * cedet/ede/files.el (ede-get-locator-object): When enabling
2308 locate, do so on "top".
2309
2310 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2311 file-name-as-directory during compare.
2312 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2313 Get version number from different places. Don't call egrep.
2314 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2315 to set the directory.
2316
2317 * cedet/ede/shell.el: New file.
2318
2319 * cedet/inversion.el (inversion-decoders): Allow for stray . in
2320 alpha/beta variants.
2321
2322 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * international/mule-cmds.el (select-safe-coding-system): If the file
2325 has a coding cookie, use it regardless of any other setting (bug#4712).
2326
2327 2009-10-17 Glenn Morris <rgm@gnu.org>
2328
2329 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2330 All errors should have messages.
2331
2332 * foldout.el (foldout-mouse-swallow-events):
2333 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2334
2335 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2336 (dired-keep-marker-copy, dired-keep-marker-hardlink)
2337 (dired-keep-marker-symlink, dired-dwim-target)
2338 (dired-copy-preserve-time): Do not autoload these defcustoms.
2339
2340 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2341 messages from messing up the file coding. (Bug#4623)
2342
2343 2009-10-17 Jari Aalto <jari.aalto@cante.net>
2344
2345 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2346 if no match is found for the current dictionary. (Bug#4578)
2347
2348 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2349 optional, since that is how it is documented, and this is often called
2350 with a nil argument. (Bug#4577)
2351 (flyspell-external-point-words, flyspell-auto-correct-word)
2352 (flyspell-correct-word-before-point, flyspell-word-search-forward)
2353 (flyspell-word-search-backward): Remove nil argument in calls to
2354 flyspell-get-word, since it is not needed now.
2355
2356 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
2357
2358 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
2359
2360 2009-10-16 Glenn Morris <rgm@gnu.org>
2361
2362 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2363
2364 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2365
2366 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2367 (ange-ftp-file-size): New function.
2368 (ange-ftp-file-attributes): Use it.
2369
2370 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
2371
2372 * net/tramp-smb.el (tramp-smb-version): New defvar.
2373 (tramp-smb-maybe-open-connection): Use it, in order to avoid
2374 repeated checks.
2375
2376 2009-10-16 Glenn Morris <rgm@gnu.org>
2377
2378 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2379 Maybe copy some custom properties from old to new name. (Bug#4706)
2380
2381 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2382
2383 * subr.el (error, sit-for, start-process-shell-command)
2384 (start-file-process-shell-command): Set the calling convention
2385 after the function definition.
2386
2387 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2388
2389 * subr.el (error, sit-for, start-process-shell-command)
2390 (start-file-process-shell-command): Use the new
2391 set-advertised-calling-convention feature.
2392
2393 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
2394
2395 * international/ucs-normalize.el (ucs-normalize-version):
2396 Change to 1.2.
2397 (check-range): Adjust for Unicode 5.2.
2398
2399 2009-10-15 Juri Linkov <juri@jurta.org>
2400
2401 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2402 to the `menu-item' format.
2403
2404 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
2405
2406 * net/tramp.el (tramp-replace-environment-variables): Do not fail
2407 if the environment variable does not exist.
2408
2409 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2410 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2411 parameter.
2412 (tramp-smb-handle-add-name-to-file)
2413 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2414 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2415 (tramp-smb-handle-file-attributes)
2416 (tramp-smb-do-file-attributes-with-stat)
2417 (tramp-smb-handle-file-local-copy)
2418 (tramp-smb-handle-insert-directory)
2419 (tramp-smb-handle-make-directory)
2420 (tramp-smb-handle-make-directory-internal)
2421 (tramp-smb-handle-make-symbolic-link)
2422 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2423 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2424 (tramp-smb-maybe-open-connection): Apply the changed parameters.
2425 (tramp-smb-read-file-entry): Read Disk names in compressed format.
2426 Handle long file names.
2427 (tramp-smb-get-cifs-capabilities): Check, whether the connection
2428 process is running.
2429 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2430 Read share names with "-g" option.
2431
2432 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
2433
2434 * net/rcirc.el (rcirc-view-log-file): New command.
2435 (rcirc-track-minor-mode-map): Remove C-c ` binding.
2436 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2437 specified.
2438
2439 2009-10-15 Glenn Morris <rgm@gnu.org>
2440
2441 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2442 from the second command-line argument.
2443 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2444 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2445 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2446 w32-batch-update-autoloads.
2447 * emacs-lisp/autoload.el (autoload-make-program): New variable.
2448 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2449
2450 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2451 the headers cannot be located. Simplify, subtracting superflous
2452 save-excursions.
2453
2454 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 Replace completion-base-size by completion-base-position to fix bugs
2457 such as (bug#4699).
2458 * simple.el (completion-base-position): New var.
2459 (completion-base-size): Mark as obsolete.
2460 (choose-completion): Make it work for mouse events as well.
2461 Pass the new base-position to choose-completion-string.
2462 (choose-completion-guess-base-position): New function, extracted from
2463 choose-completion-delete-max-match.
2464 (choose-completion-delete-max-match): Use it. Make obsolete.
2465 (choose-completion-string): Use the new base-position info.
2466 (completion-root-regexp): Delete.
2467 (completion-setup-function): Preserve completion-base-position.
2468 Eliminate obsolete base-size manipulation.
2469 * minibuffer.el (display-completion-list): Don't mess with base-size.
2470 (minibuffer-completion-help): Set completion-base-position instead.
2471 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2472 choose-completion.
2473 * textmodes/bibtex.el (bibtex-complete):
2474 * emacs-lisp/crm.el (crm--choose-completion-string):
2475 Adjust to new calling convention.
2476 * complete.el (partial-completion-mode): Use minibufferp to avoid
2477 bumping into incompatible change to choose-completion-string-functions.
2478 * ido.el (ido-choose-completion-string): Make its calling convention
2479 more permissive.
2480 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2481 base-size manipulation.
2482 (comint-dynamic-list-input-ring): Use dotimes and push.
2483 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2484 fundamental-mode. Use `or'.
2485
2486 2009-10-14 Juri Linkov <juri@jurta.org>
2487
2488 * misearch.el (multi-isearch-next-buffer-from-list)
2489 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
2490
2491 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * Makefile.in (compile-onefile): Load `bytecomp' rather than
2494 `bytecomp.el'.
2495
2496 * minibuffer.el (completion-pcm--merge-completions): Make sure the
2497 string we return is all made up of text from the completions rather
2498 than part from the completions and part from the input (bug#4219).
2499
2500 * ido.el (ido-everywhere): Use define-minor-mode.
2501
2502 * buff-menu.el (list-buffers, ctl-x-map):
2503 Mark the entry points with ;;;###autoload cookies.
2504
2505 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2506
2507 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2508 correctly in the detached head case.
2509 (vc-git-print-log): Remove unused binding.
2510
2511 * vc.el (vc-responsible-backend): When a directory is passed for
2512 for registration create a VC repository if no backend is
2513 responsible for the directory argument.
2514 (vc-deduce-fileset): Tell vc-responsible-backend to register.
2515
2516 * vc.el: Move comments about RCS and SCCS ...
2517 * vc-rcs.el:
2518 * vc-sccs.el: ... here, respectively.
2519
2520 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * minibuffer.el (completion--file-name-table): Return nil if there's
2523 no file completion, even if substitute-in-file-name changed
2524 the string (bug#4708).
2525
2526 2009-10-13 Juri Linkov <juri@jurta.org>
2527
2528 * files-x.el (read-file-local-variable-value): Don't filter out
2529 minor modes from mode name completion (bug#4664).
2530
2531 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2532
2533 * international/mule-cmds.el (ucs-names): Remove exclusion of
2534 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2535
2536 2009-10-13 Kenichi Handa <handa@m17n.org>
2537
2538 * international/uni-name.el: Regenerated.
2539
2540 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
2543 should be automatically buffer-local, but isn't.)
2544
2545 2009-10-12 Sam Steingold <sds@gnu.org>
2546
2547 * progmodes/compile.el (compilation-next-error-function): Fix the
2548 timestamps if the buffer has been visited before.
2549 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2550 non-anchored patterns, like the perl one (bug#3928).
2551
2552 2009-10-12 Glenn Morris <rgm@gnu.org>
2553
2554 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2555 Let-bind `size'.
2556
2557 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
2558
2559 * proced.el (proced-unload-function): New function.
2560
2561 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2562 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2563 Doc fix.
2564
2565 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2566
2567 2009-10-11 Juri Linkov <juri@jurta.org>
2568
2569 * files-x.el (read-file-local-variable-value):
2570 Provide default value only for bound variables (bug#4664).
2571
2572 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
2573
2574 * net/tramp.el (tramp-local-host-p): Function shall return nil for
2575 connection methods like smb.
2576
2577 * net/tramp-cache.el (tramp-flush-connection-property): The hash
2578 can be empty.
2579
2580 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2581 (tramp-smb-file-name-handler-alist): Add handlers for
2582 `add-name-to-file', `make-symbolic-link'.
2583 (tramp-smb-handle-add-name-to-file)
2584 (tramp-smb-do-file-attributes-with-stat)
2585 (tramp-smb-handle-make-symbolic-link)
2586 (tramp-smb-get-cifs-capabilities): New defuns.
2587 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2588 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2589 (tramp-smb-handle-file-local-copy)
2590 (tramp-smb-handle-make-directory-internal)
2591 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2592 The file name syntax depends on cifs capabilities.
2593 (tramp-smb-handle-file-attributes):
2594 Call `tramp-smb-do-file-attributes-with-stat' if possible.
2595 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2596 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2597
2598 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2601 (eieio-defclass): Apply deftype handler and setf-method properties
2602 directly.
2603 (eieio-add-new-slot): Avoid union function from cl library.
2604 (eieio--typep): New function.
2605 (eieio-perform-slot-validation): Use it.
2606
2607 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2608
2609 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2610 Update documentation to refer to the variables documented in r1.135.
2611 (Bug#4188)
2612
2613 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2614
2615 * bookmark.el (Info-suffix-list): Remove this unused variable.
2616 (bookmark-current-point): Remove this obsolete variable.
2617 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2618 Adjust for removal of bookmark-current-point.
2619
2620 (bookmarks-already-loaded, bookmark-current-buffer)
2621 (bookmark-yank-point): Document. (Bug#4188)
2622
2623 2009-10-10 Glenn Morris <rgm@gnu.org>
2624
2625 * frame.el (frame-height): Doc fix.
2626
2627 * calendar/calendar.el (calendar-split-width-threshold): New option.
2628 (calendar-basic-setup): Use calendar-split-width-threshold.
2629
2630 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
2631
2632 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2633 Use .la for Automake.
2634
2635 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2638 Use "autoreconf -i". Suggested by Andreas Schwab.
2639
2640 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
2641
2642 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2643 Ideographic Supplement" range (U+1F200..U+1F2FF).
2644
2645 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2646
2647 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2648 since the list will have been rebuilt anyway. (Bug#4349)
2649
2650 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2651
2652 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2653 (bookmark-bmenu-execute-deletions): Don't save here, as
2654 bookmark-delete will now do so if necessary.
2655 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2656 (Bug#4348)
2657
2658 2009-10-09 Glenn Morris <rgm@gnu.org>
2659
2660 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2661
2662 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2663
2664 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2665 (bookmark-jump-other-window): Just invoke bookmark-jump with new
2666 argument now, so the two function's behaviors will match. (Bug#3645)
2667
2668 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * cedet/ede/proj.el (project-make-dist, project-compile-project):
2671 Fix filename test.
2672 (ede-proj-dist-makefile): Use expand-file-name instead of concat
2673 to expand file names.
2674
2675 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
2676
2677 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2678 (tramp-file-name-real-host, tramp-file-name-port):
2679 Apply `save-match-data'.
2680
2681 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2682 case both directories are remote.
2683 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2684 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2685
2686 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2689 (ede-proj-target-makefile-objectcode): Use it.
2690
2691 * cedet/ede/source.el (ede-want-any-source-files-p)
2692 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2693 Return search result. This error was introduced while merging.
2694
2695 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2698
2699 2009-10-07 Glenn Morris <rgm@gnu.org>
2700
2701 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2702 of concat.
2703
2704 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * files-x.el (read-file-local-variable): Include some
2707 non-user-variables in the completion table (bug#4664).
2708
2709 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
2710
2711 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2712 message.
2713
2714 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2715 (tramp-smb-file-name-handler-alist): Add handler for
2716 `copy-directory', `expand-file-name', `set-file-modes'.
2717 (tramp-smb-handle-copy-directory)
2718 (tramp-smb-handle-expand-file-name)
2719 (tramp-smb-handle-set-file-modes): New defuns.
2720 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2721 (tramp-smb-handle-file-attributes): Simplify check for retrieving
2722 entry.
2723 (tramp-smb-handle-insert-directory): Don't flush the cache.
2724 (tramp-smb-maybe-open-connection): Check for samba client and
2725 server versions.
2726
2727 2009-10-07 Eli Zaretskii <eliz@gnu.org>
2728
2729 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2730 to not error out of search for "^lisp=" fails.
2731
2732 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2733
2734 * makefile.w32-in (WINS_UPDATES): New macro.
2735 (custom-deps, finder-data, autoloads): Use it.
2736
2737 2009-10-07 Glenn Morris <rgm@gnu.org>
2738
2739 * Makefile.in (autoloads): Revert previous change.
2740 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2741 the list of preloaded files passed on the command-line, get
2742 it from src/Makefile.
2743
2744 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2745 show the original buffer rather than a random one.
2746
2747 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
2748
2749 * help.el (describe-no-warranty): Place point in a slightly better
2750 position in the GPLv3 text.
2751
2752 2009-10-06 Sam Steingold <sds@gnu.org>
2753
2754 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2755 the comm attribute is present before calling regexp-quote.
2756
2757 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
2758
2759 * play/animate.el (animate-string): For good effect, make sure
2760 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2761
2762 * play/animate.el (animate-sequence, animate-birthday-present):
2763 * misc.el (butterfly): Don't set `indent-tabs-mode'.
2764
2765 2009-10-06 Glenn Morris <rgm@gnu.org>
2766
2767 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2768
2769 * emacs-lisp/autoload.el (autoload-excludes): New variable.
2770 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2771 (batch-update-autoloads): Process a string value of autoload-excludes,
2772 set during the build process.
2773 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
2774
2775 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2776 inside with-parsed... macro so that `v' is defined.
2777
2778 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2779 * progmodes/fortran.el (fortran-end-of-block)
2780 (fortran-beginning-of-block):
2781 Also push mark in the macro case.
2782
2783 * emerge.el (emerge-show-file-name):
2784 * calc/calc.el (calc-quit):
2785 * calc/calc-misc.el (calc-big-or-small):
2786 * calc/calc-graph.el (calc-graph-view):
2787 * calc/calc-ext.el (calc-reset):
2788 * calendar/calendar.el (calendar-basic-setup):
2789 Use window-full-height-p.
2790
2791 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2792 header we don't understand, don't insert another. (Bug#4624)
2793 If changing mime charset, insert the new one in the right place.
2794
2795 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
2796
2797 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2798 (cal-tex-cursor-month): Correctly increment the end date for diary and
2799 holiday listing. (Bug#4626)
2800
2801 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * help-fns.el (describe-function-1): Don't burp if the function is not
2804 a symbol.
2805
2806 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
2807
2808 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2809 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2810 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2811 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2812
2813 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2814 (eieio-default-superclass): Reflow docstrings.
2815 (this, class-option-assoc, defclass, eieio-class-un-autoload)
2816 (eieio-unbind-method-implementations, defmethod)
2817 (eieio-validate-slot-value, eieio-validate-class-slot-value)
2818 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2819 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2820 (eieio-slot-originating-class-p, eieio-slot-name-index)
2821 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2822 (constructor, initialize-instance, no-next-method, object-print)
2823 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2824 Fix typos in docstrings.
2825 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2826 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2827 (next-method-p): Doc fixes.
2828 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2829 Fix typos in error messages.
2830 (eieio-defmethod): Fix typo in description of generic method.
2831
2832 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2833 (eieio-persistent-save-interactive, slot-missing):
2834 Fix typos in docstrings.
2835 (eieio-instance-inheritor-slot-boundp): Doc fix.
2836
2837 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2838 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2839
2840 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2841 (eieio-custom-object-apply-reset):
2842 Fix typos in docstrings and error messages.
2843
2844 * emacs-lisp/eieio-datadebug.el (data-debug-show):
2845 Fix typo in docstring.
2846
2847 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2848 (eieio-browse-tree): Doc fix.
2849 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2850 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2851 Fix typos in docstrings.
2852
2853 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2854 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2855 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2856 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2857 Reflow docstrings.
2858
2859 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2860
2861 * vc-hg.el (log-view-vc-backend): Declare for compiler.
2862 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2863 Set log-view-vc-backend so that diff can work.
2864
2865 * log-view.el (log-view-diff): Use vc-diff-internal instead of
2866 vc-version-diff.
2867 (vc-diff-internal): Autoload this instead of vc-version-diff.
2868
2869 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2870
2871 * simple.el (eval-expression): Doc fix.
2872
2873 * progmodes/cwarn.el (cwarn-mode): Doc fix.
2874
2875 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2876
2877 * files.el (directory-files-no-dot-files-regexp): New defconst.
2878 (delete-directory): Use it.
2879 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
2880
2881 * net/tramp.el (tramp-verbose): Fix docstring.
2882 (tramp-methods): Add recursive option to `tramp-copy-args'.
2883 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
2884 "scp1_old", "scp2_old", "rsync", "rsyncc".
2885 (tramp-default-method): Check also for `auth-source-user-or-password'.
2886 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2887 Add handler for `copy-directory'.
2888 (tramp-handle-copy-directory): New defun.
2889 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2890 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2891 Optimize sent command.
2892
2893 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2896 window if necessary.
2897
2898 * calendar/calendar.el (calendar-basic-setup): Don't call
2899 switch-to-buffer in a dedicated window.
2900
2901 2009-10-05 Karl Fogel <kfogel@red-bean.com>
2902
2903 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2904 don't do anything related to relocating, just return nil.
2905 (bookmark-error-no-filename): New error.
2906 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2907 bookmark has no file. Don't even attempt to handle things that
2908 are not files; the whole point of custom handlers is to keep that
2909 knowledge elsewhere anyway. Tighten some comments.
2910 (bookmark-file-or-variation-thereof): Remove now-unused function.
2911 (bookmark-location): Doc string fix.
2912 (Bug#4250)
2913
2914 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2915
2916 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2917 don't use a file dialog, because they usually don't know how to read
2918 a directory target from the user. (Bug#4230)
2919 Also, make sure the prompt can display directories as well as files.
2920
2921 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2922
2923 * bookmark.el (bookmark-set, bookmark-buffer-name):
2924 Improve doc strings. (Bug#1193)
2925
2926 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2927
2928 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2929 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2930 (bookmark-get-annotation, bookmark-set-annotation)
2931 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2932 (bookmark-set-position, bookmark-get-front-context-string)
2933 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2934 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2935 (bookmark-jump-other-window, bookmark-handle-bookmark)
2936 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2937 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2938 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2939 Improve doc strings to say whether bookmark can be a string or
2940 a record or both, and make other consistency and clarity fixes.
2941 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2942 (bookmark-default-annotation-text, bookmark-yank-word)
2943 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2944 (bookmark-import-new-list, bookmark-maybe-rename)
2945 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2946 (bookmark-bmenu-bookmark): Give these doc strings.
2947 (bookmark-bmenu-check-position): Give this a doc string, but also
2948 add a FIXME comment about how the function may be pointless.
2949 (bookmark-default-handler): Rework doc string and change a
2950 parameter name, to clarify that this takes a bookmark record
2951 not a bookmark name.
2952 (bookmark-set): Change a parameter name to indicate its meaning,
2953 and improve the doc string a bit.
2954 (Bug#4188)
2955
2956 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2957
2958 * bookmark.el (bookmark-alist): Document the new `handler' element
2959 in the param alist.
2960 (bookmark-make-record-function): Adjust documentation for above.
2961 (Bug#4193)
2962
2963 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2964
2965 * info.el (Info-bookmark-make-record): Document this function.
2966 (Info-bookmark-jump): Document with a doc string, not just a comment.
2967 (Bug#4203)
2968
2969 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2972 (semantic-new-buffer-fcn): Call parser setup functions here.
2973 (semantic-mode): Don't call parser setup functions here, it's done
2974 in semantic-new-buffer-fcn now.
2975 (semantic-mode): Parse all existing buffers when enabled.
2976
2977 * cedet/srecode/compile.el (srecode-compile-file):
2978 Call semantic-new-buffer-fcn if the buffer has not been parsed.
2979
2980 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2983
2984 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2985 (proj-comp-insert-variable-once): New macro, renamed from
2986 ede-pmake-insert-variable-once in ede/pmake.edl.
2987 (ede-proj-makefile-insert-variables): Use it.
2988
2989 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
2990
2991 * files.el (copy-directory): New defun.
2992
2993 * dired-aux.el (dired-copy-file-recursive): Use it.
2994
2995 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2996
2997 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2998 (makefile-end-of-command):
2999 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3000 (semantic-end-of-context): Fix previous change. Doc fixes.
3001
3002 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * files-x.el (modify-dir-local-variable)
3005 (copy-dir-locals-to-file-locals-prop-line):
3006 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3007 (makefile-end-of-command):
3008 * cedet/semantic/lex.el (semantic-lex-token):
3009 * cedet/semantic/analyze/fcn.el
3010 (semantic-analyze-dereference-metatype-1):
3011 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3012 (semantic-lex-cpp-undef):
3013 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3014 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3015 (semantic-end-of-context): Fix typos in docstrings.
3016
3017 * recentf.el (recentf-unload-function): New function.
3018
3019 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * cedet/ede.el (ede-project-placeholder-cache-file):
3022 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3023 * cedet/srecode/map.el (srecode-map-save-file):
3024 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
3025
3026 2009-10-04 Glenn Morris <rgm@gnu.org>
3027
3028 * window.el (window-full-height-p): Add doc string.
3029
3030 2009-10-04 Martin Rudalics <rudalics@gmx.at>
3031
3032 * window.el (window-full-height-p): New function. (Bug#4543)
3033
3034 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * cedet/srecode/insert.el: Require srecode/args.
3037
3038 * cedet/srecode/args.el: Require srecode/dictionary instead of
3039 srecode/insert.
3040
3041 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3042
3043 * files.el (auto-mode-alist): Add .srt and Project.ede.
3044
3045 * cedet/semantic.el (semantic-mode):
3046 Handle srecode-template-mode-hook as well.
3047 (semantic-mode): Use js-mode-hook for Javascript hook.
3048
3049 * cedet/srecode/template.el: Remove hook variable.
3050
3051 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3052
3053 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3054 projects exist.
3055 (ede-project-placeholder-cache-file): Default to a file in
3056 user-emacs-directory.
3057
3058 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3059 templates in data-directory.
3060 (srecode-map-save-file): Default to a file in user-emacs-directory.
3061
3062 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3063 directory.
3064
3065 2009-09-30 Eric Ludlam <zappo@gnu.org>
3066
3067 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3068 Doc fix.
3069
3070 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3071 Only insert each variable once.
3072
3073 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3074 (ede-pmake-insert-variable-shared): Use it.
3075
3076 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3077 for lexical table iff table is nil.
3078
3079 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * vc.el: Remove commented out code.
3082 (vc-derived-from-dir-mode): Remove, unused.
3083 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3084
3085 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
3086
3087 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3088 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
3089 there could be recursive loading when `default-directory' is a
3090 remote file name. (Bug#4614)
3091
3092 2009-10-03 Glenn Morris <rgm@gnu.org>
3093
3094 * calendar/calendar.el (calendar-basic-setup): Handle the case where
3095 the frame is wide.
3096 (calendar-generate-window): Test for shrinkability rather than width.
3097
3098 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3099 declaration, currently false.
3100
3101 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3102 reusing existing buffers, in case we happen to visit two files with the
3103 same basename. (Bug#4593)
3104
3105 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3106
3107 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3108 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3109 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3110 subdirs of cedet as well.
3111 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3112
3113 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3116 Obey advertised-signature-table.
3117
3118 * help-fns.el (help-function-arglist): Don't check
3119 advertised-signature-table.
3120 (describe-function-1): Do it here instead so it also applies to subrs.
3121
3122 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3123
3124 * simple.el (start-file-process): Say in the doc-string, that file
3125 handlers might not support pty association, if PROGRAM is nil.
3126
3127 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3128 HOST and USER are strings. They are nil, when there are
3129 incomplete entries in ~/.netrc, for example.
3130 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
3131 root directory ("device busy" error otherwise).
3132
3133 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3134 Flush file properties of created directory.
3135
3136 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3137
3138 * makefile.w32-in (WINS_BASIC): Remove cedet.
3139 (WINS_CEDET): Add cedet.
3140 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3141
3142 2009-10-02 Kevin Ryde <user42@zip.com.au>
3143
3144 * net/browse-url.el (browse-url): Pass any symbol in
3145 browse-url-browser-function to `apply', since if you've mistakenly put
3146 an unbound symbol then the error is clearer. (Bug#4531)
3147
3148 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3149
3150 * allout.el (allout-init, allout-back-to-current-heading)
3151 (allout-beginning-of-current-entry, allout-ascend-to-depth)
3152 (allout-ascend, allout-up-current-level, allout-end-of-level)
3153 (allout-previous-visible-heading, allout-forward-current-level)
3154 (allout-backward-current-level, allout-show-children):
3155 * apropos.el (apropos-describe-plist):
3156 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3157 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3158 * completion.el (add-completion, add-permanent-completion):
3159 * descr-text.el (describe-text-category, describe-char):
3160 * desktop.el (desktop-lazy-abort):
3161 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3162 * dired.el (dired-build-subdir-alist):
3163 * ediff.el (ediff-version):
3164 * elide-head.el (elide-head, elide-head-show):
3165 * emerge.el (emerge-version):
3166 * env.el (getenv):
3167 * face-remap.el (variable-pitch-mode):
3168 * faces.el (describe-face):
3169 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3170 (dired-at-point):
3171 * files.el (find-file-existing, auto-save-mode):
3172 * font-lock.el (font-lock-fontify-buffer):
3173 * help-fns.el (describe-function, describe-variable)
3174 (describe-syntax, describe-categories):
3175 * help.el (view-lossage, describe-bindings, describe-key)
3176 (describe-mode):
3177 * hexl.el (hexl-current-address):
3178 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3179 * info.el (Info-goto-emacs-key-command-node):
3180 * log-edit.el (log-edit-insert-cvs-template)
3181 (log-edit-insert-cvs-rcstemplate):
3182 * menu-bar.el (menu-bar-mode):
3183 * mouse.el (mouse-appearance-menu):
3184 * newcomment.el (comment-indent-new-line):
3185 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3186 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3187 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3188 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3189 * recentf.el (recentf-mode):
3190 * savehist.el (savehist-mode, savehist-save):
3191 * shadowfile.el (shadow-copy-files):
3192 * simple.el (kill-ring-save, next-line, previous-line)
3193 (normal-erase-is-backspace-mode):
3194 * strokes.el (strokes-update-window-configuration)
3195 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3196 (strokes-xpm-for-stroke):
3197 * time.el (emacs-uptime, emacs-init-time):
3198 * tutorial.el (tutorial--describe-nonstandard-key)
3199 (tutorial--detailed-help):
3200 * type-break.el (type-break-mode)
3201 (type-break-mode-line-message-mode, type-break-query-mode)
3202 (type-break-guesstimate-keystroke-threshold):
3203 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3204 * version.el (emacs-version):
3205 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3206 * winner.el (winner-mode):
3207 * calendar/timeclock.el (timeclock-in, timeclock-out)
3208 (timeclock-status-string, timeclock-change)
3209 (timeclock-workday-remaining-string)
3210 (timeclock-workday-elapsed-string)
3211 (timeclock-when-to-leave-string):
3212 * calendar/todo-mode.el (todo-add-category):
3213 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3214 * emacs-lisp/autoload.el (update-file-autoloads):
3215 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3216 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3217 (checkdoc-message-text, checkdoc-defun):
3218 * emacs-lisp/debug.el (debugger-list-functions):
3219 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3220 * emacs-lisp/eieio-opt.el (eieio-describe-class)
3221 (eieio-describe-generic):
3222 * emacs-lisp/lisp-mnt.el (lm-synopsis):
3223 * emacs-lisp/shadow.el (list-load-path-shadows):
3224 * emulation/cua-base.el (cua-mode):
3225 * emulation/edt.el (edt-set-scroll-margins):
3226 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3227 (tpu-toggle-regexp, tpu-toggle-search-direction)
3228 (tpu-toggle-rectangle, tpu-toggle-control-keys):
3229 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3230 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3231 (viper-set-parsing-style-toggling-macro)
3232 (viper-set-emacs-state-searchstyle-macros):
3233 * emulation/viper.el (viper-set-hooks):
3234 * eshell/esh-mode.el (eshell-truncate-buffer):
3235 * international/mule-cmds.el (prefer-coding-system)
3236 (describe-input-method, describe-language-environment):
3237 * international/mule-diag.el (list-character-sets)
3238 (describe-character-set, describe-coding-system)
3239 (describe-fontset, list-fontsets, list-input-methods):
3240 * mail/sendmail.el (mail-signature):
3241 * net/ange-ftp.el (ange-ftp-copy-file):
3242 * net/browse-url.el (browse-url):
3243 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3244 * net/quickurl.el (quickurl-add-url):
3245 * net/rcirc.el (names, topic):
3246 * net/xesam.el (xesam-mode):
3247 * play/5x5.el (5x5-new-game):
3248 * play/yow.el (apropos-zippy):
3249 * progmodes/ada-mode.el (ada-mode-version):
3250 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3251 (f90-end-of-block)
3252 (f90-beginning-of-block):
3253 * progmodes/fortran.el (fortran-end-of-block)
3254 (fortran-beginning-of-block):
3255 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3256 * progmodes/python.el (python-describe-symbol, python-shell):
3257 * term/ns-win.el (ns-print-buffer):
3258 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3259 * textmodes/flyspell.el (flyspell-mode-on):
3260 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3261 (pages-directory-for-addresses):
3262 * textmodes/table.el (table-recognize-cell)
3263 (table-query-dimension, table-generate-source)
3264 (table-insert-sequence, table--warn-incompatibility):
3265 * textmodes/tex-mode.el (tex-validate-buffer):
3266 * textmodes/texinfmt.el (texinfmt-version)
3267 (texinfo-format-buffer):
3268 Use `called-interactively-p' instead of `interactive-p'.
3269
3270 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * image-mode.el (image-toggle-display):
3273 * emacs-lisp/elp.el (elp-instrument-function):
3274 * emacs-lisp/advice.el (ad-make-advised-definition):
3275 * emacs-lisp/easy-mmode.el (define-minor-mode):
3276 * net/browse-url.el (browse-url-maybe-new-window):
3277 * progmodes/sh-script.el (sh-learn-buffer-indent):
3278 Pass new argument 'any to `called-interactively-p'.
3279
3280 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3281
3282 * international/uni-bidi.el:
3283 * international/uni-category.el:
3284 * international/uni-combining.el:
3285 * international/uni-comment.el:
3286 * international/uni-decimal.el:
3287 * international/uni-decomposition.el:
3288 * international/uni-digit.el:
3289 * international/uni-lowercase.el:
3290 * international/uni-mirrored.el:
3291 * international/uni-name.el:
3292 * international/uni-numeric.el:
3293 * international/uni-old-name.el:
3294 * international/uni-titlecase.el:
3295 * international/uni-uppercase.el:
3296 Regenerate from Unicode 5.2.0 data.
3297
3298 2009-10-01 Glenn Morris <rgm@gnu.org>
3299
3300 * Makefile.in (ELCFILES): Regenerate.
3301
3302 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * subr.el (interactive-p): Mark obsolete.
3305 (called-interactively-p): Make the optional-ness of `kind' obsolete.
3306 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3307 advertised-signature-table for subroutines as well.
3308
3309 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3310 (set-advertised-calling-convention): New function.
3311 (make-obsolete, define-obsolete-function-alias)
3312 (make-obsolete-variable, define-obsolete-variable-alias):
3313 Make the optional-ness of `when' obsolete.
3314 (define-obsolete-face-alias): Make `when' non-optional.
3315 * help-fns.el (help-function-arglist):
3316 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3317 Use advertised-signature-table.
3318
3319 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3320
3321 * files.el (delete-directory): New defun. The original function
3322 in fileio.c has been renamed to `delete-directory-internal'.
3323
3324 * dired.el (dired-delete-file): Call `delete-directory' with
3325 RECURSIVE parameter.
3326
3327 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3328 parameter RECURSIVE. Implementation is missing.
3329
3330 * net/tramp.el (tramp-handle-make-directory): Flush upper
3331 directory's file properties.
3332 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3333 (tramp-handle-dired-recursive-delete-directory): Flush directory
3334 properties after the remove command only.
3335
3336 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3337 Handle optional parameter RECURSIVE.
3338
3339 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3340 Handle optional parameter RECURSIVE.
3341
3342 * net/tramp-smb.el (tramp-smb-errors): Add error message for
3343 connection timeout.
3344 (tramp-smb-handle-delete-directory): Handle optional parameter
3345 RECURSIVE.
3346
3347 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3350 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3351 (byte-compile-defmacro): Use backquotes.
3352
3353 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3354
3355 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3356 has no associated file.
3357 (vc-resynch-buffer): Use vc-dir-buffers.
3358
3359 2009-10-01 Glenn Morris <rgm@gnu.org>
3360
3361 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3362 (chart-file-count):
3363 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3364 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3365 * emacs-lisp/eieio-opt.el (eieio-describe-class):
3366 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3367 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3368 (eieio-copy-parents-into-subclass, make-instance, class-children)
3369 (eieio-generic-form):
3370 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3371 * cedet/cedet-idutils.el (cedet-idutils-search)
3372 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3373 (cedet-idutils-version-check):
3374 * cedet/cedet.el (cedet-version):
3375 * cedet/data-debug.el (data-debug-insert-overlay-button)
3376 (data-debug-insert-overlay-list-button)
3377 (data-debug-insert-buffer-button)
3378 (data-debug-insert-buffer-list-button)
3379 (data-debug-insert-process-button, data-debug-insert-ring-button)
3380 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3381 (data-debug-insert-stuff-vector-button)
3382 (data-debug-insert-symbol-button, data-debug-insert-string)
3383 (data-debug-insert-number, data-debug-insert-lambda-expression)
3384 (data-debug-insert-nil, data-debug-insert-simple-thing)
3385 (data-debug-insert-custom, data-debug-edebug-expr):
3386 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3387 (global-ede-mode-map, ede-new, ede-debug-target)
3388 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3389 * cedet/semantic.el (semantic-minimum-working-buffer-size)
3390 (semantic-fetch-tags, semantic-submode-list)
3391 (semantic-default-submodes):
3392 * cedet/ede/source.el (ede-source-match):
3393 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3394 (project-am-package-info):
3395 * cedet/ede/proj.el (ede-proj-target, project-new-target):
3396 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3397 * cedet/ede/proj-comp.el (ede-current-build-list):
3398 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3399 * cedet/ede/files.el (ede-toplevel-project-or-nil):
3400 * cedet/ede/cpp-root.el (initialize-instance):
3401 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3402 (autoconf-parameter-strip, autoconf-insert-new-macro):
3403 * cedet/semantic/wisent.el (wisent-lex-eoi):
3404 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3405 (semantic-show-parser-state-mode):
3406 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3407 * cedet/semantic/tag.el (semantic-tag-new-variable)
3408 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3409 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3410 (semantic--tag-deep-copy-tag-list)
3411 (semantic-tag-components-with-overlays-default):
3412 * cedet/semantic/symref.el (semantic-symref-find-text):
3413 * cedet/semantic/senator.el (senator-yank-tag)
3414 (senator-transpose-tags-up):
3415 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3416 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3417 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3418 * cedet/semantic/lex.el (semantic-lex-comment-regex)
3419 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3420 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3421 * cedet/semantic/lex-spp.el
3422 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3423 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3424 * cedet/semantic/idle.el
3425 (semantic-idle-summary-current-symbol-info-brutish)
3426 (semantic-idle-summary-current-symbol-info-default):
3427 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3428 (semantic--grammar-macro-compl-dict):
3429 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3430 * cedet/semantic/format.el (semantic-format-tag-custom-list)
3431 (semantic-format-tag-canonical-name-default):
3432 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3433 (semantic-find-tags-for-completion)
3434 (semantic-find-tags-by-scope-protection-default)
3435 (semantic-deep-find-tags-for-completion):
3436 * cedet/semantic/edit.el
3437 (semantic-edits-incremental-reparse-failed-hook)
3438 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3439 (semantic-edits-splice-remove, semantic-edits-splice-replace):
3440 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3441 * cedet/semantic/dep.el (semantic-dependency-include-path):
3442 * cedet/semantic/db.el (semanticdb-default-find-index-class)
3443 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3444 (semanticdb-project-roots):
3445 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3446 (semanticdb-find-adebug-insert-scanned-tag-cons)
3447 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3448 (semanticdb-brute-deep-find-tags-for-completion):
3449 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3450 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3451 (semantic-end-of-context-default)
3452 (semantic-ctxt-current-function-default)
3453 (semantic-ctxt-scoped-types-default):
3454 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3455 (semantic-complete-inline-tag-engine)
3456 (semantic-complete-inline-custom-type)
3457 (semantic-complete-read-tag-analyzer):
3458 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3459 (semantic-chart-database-size):
3460 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3461 (semantic-analyze-current-context):
3462 * cedet/semantic/symref/list.el (semantic-symref)
3463 (semantic-symref-hide-buffer, semantic-symref-symbol):
3464 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3465 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3466 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3467 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3468 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3469 (semantic-c-dereference-template):
3470 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3471 (semantic--analyze-refs-full-lookup-with-parents)
3472 (semantic--analyze-refs-full-lookup-simple):
3473 * cedet/semantic/analyze/complete.el
3474 (semantic-analyze-possible-completions):
3475 * cedet/srecode/table.el (srecode-mode-table-new):
3476 * cedet/srecode/srt.el (srecode-read-variable-name):
3477 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3478 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3479 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3480 * cedet/srecode/map.el (srecode-current-map):
3481 * cedet/srecode/insert.el (srecode-insert)
3482 (srecode-insert-variable-secondname-handler, srecode-insert-method)
3483 (srecode-template-inserter-point-override)
3484 (srecode-insert-include-lookup):
3485 * cedet/srecode/getset.el (srecode-auto-choose-class):
3486 * cedet/srecode/extract.el (srecode-inserter-extract):
3487 * cedet/srecode/document.el
3488 (srecode-document-autocomment-return-last-alist)
3489 (srecode-document-autocomment-param-type-alist)
3490 (srecode-document-insert-function-comment)
3491 (srecode-document-insert-variable-one-line-comment)
3492 (srecode-document-function-name-comment):
3493 * cedet/srecode/dictionary.el (srecode-create-dictionary)
3494 (srecode-compound-toString):
3495 * cedet/srecode/compile.el (srecode-flush-active-templates):
3496 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3497 Doc/message fixes.
3498
3499 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3500 match-data. (Bug#4555).
3501
3502 * cedet/semantic/bovine/gcc.el
3503 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3504 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3505
3506 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3507 rather than parsing it as a regexp. This relaxes the layout
3508 requirements and makes errors easier to detect.
3509 (check-declare-verify): Check file is regular.
3510 (check-declare-directory): Doc fix.
3511 * subr.el (declare-function): Doc fix.
3512
3513 * ibuffer.el (ibuffer-format-qualifier):
3514 * isearch.el (hi-lock-regexp-okay):
3515 * calc/calc.el (math-zerop):
3516 * mail/uce.el (rmail-msgbeg, rmail-msgend):
3517 * term/w32-win.el (setup-default-fontset, set-fontset-font):
3518 Remove unused declarations.
3519
3520 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * cedet/semantic/wisent/javat-wy.el
3523 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3524
3525 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
3526
3527 * cedet/srecode/expandproto.el: Fix provide statement.
3528
3529 2009-09-30 Eric Ludlam <zappo@gnu.org>
3530
3531 * emacs-lisp/eieio.el (boolean-p): Delete.
3532
3533 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
3534
3535 * cedet/ede/srecode.el: Fix provide statement.
3536
3537 2009-09-30 Glenn Morris <rgm@gnu.org>
3538
3539 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3540 * cedet/ede/proj-aux.el (ede-aux-source):
3541 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3542 (ede-misc-source):
3543 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3544 (semantic-mrub-switch-tags): Fix doc typos.
3545
3546 * cedet/semantic/db-global.el (data-debug-new-buffer)
3547 (data-debug-insert-thing): Remove unneeded declarations (one broken).
3548 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3549
3550 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3551
3552 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3553 use of CL function `remove-if-not'.
3554
3555 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3556
3557 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3558 filename is not a string.
3559
3560 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
3561
3562 * files.el (safe-local-eval-forms): Fix typo.
3563
3564 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * vc-hooks.el (vc-dir-buffers): New var.
3567 (vc-state-refresh): New function.
3568 (vc-state): Use it.
3569 (vc-after-save): Always ask the backend to recompute the new state.
3570 Always call vc-dir if necessary, using vc-dir-buffers.
3571 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3572 Use vc-dir-buffers.
3573 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3574 (vc-dir-prepare-status-buffer, vc-dir-update)
3575 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3576 Don't call expand-file-name on default-directory.
3577
3578 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3579
3580 * speedbar.el (speedbar-item-delete):
3581 * calc/calc-prog.el (calc-kbd-if):
3582 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3583
3584 * epa.el (epa-key-list-mode-map):
3585 * hi-lock.el (hi-lock-menu): Fix typos in menus.
3586
3587 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3588 (hs-show-hook): Fix typo in docstring.
3589
3590 2009-09-29 Glenn Morris <rgm@gnu.org>
3591
3592 * cedet/semantic/symref/idutils.el:
3593 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3594
3595 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3596
3597 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3598 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3599 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3600 Mark declarations not understood by check-declare.
3601
3602 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3603 file-name-nondirectory call preventing location of cedet files.
3604 (check-declare-verify): Use literal search rather than re-search.
3605 Add basic defmethod and defclass, and define-overloadable-function.
3606
3607 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3608 Use tramp-compat-file-attributes rather than nonexistent
3609 tramp-compat-handle-file-attributes.
3610
3611 * Makefile.in (lisptagsfiles4): New.
3612 (AUTOGENEL): Add cedet loaddefs files.
3613 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3614 (update-elclist, compile-always, backup-compiled-files)
3615 (bootstrap-clean): Add yet another directory level.
3616 (update-elclist): Use LC_COLLATE rather than COLLATE.
3617 (ELCFILES): Update, via `make update-elclist'.
3618
3619 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3620
3621 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3622 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3623 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3624
3625 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
3626
3627 * Makefile.in (lisptagsfiles3): Define.
3628 (TAGS, TAGS-LISP): Use it.
3629 (update-elclist): Add third directory level to look for elc files.
3630 (compile-always): Likewise.
3631 (backup-compiled-files): Likewise.
3632 (bootstrap-clean): Likewise.
3633 (ELCFILES): Update.
3634
3635 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * Makefile.in (ELCFILES): Add CEDET files.
3638
3639 2009-09-28 Eric Ludlam <zappo@gnu.org>
3640
3641 CEDET (development tools) package merged.
3642
3643 * cedet/*.el:
3644 * cedet/ede/*.el:
3645 * cedet/semantic/*.el:
3646 * cedet/srecode/*.el: New files.
3647
3648 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
3649
3650 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3651
3652 * net/tramp.el (top): Require tramp-imap.
3653
3654 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3655 Use `tramp-compat-handle-file-attributes'.
3656
3657 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3658
3659 * net/tramp-imap.el: New package.
3660
3661 2009-09-28 Eric Ludlam <zappo@gnu.org>
3662
3663 * emacs-lisp/chart.el:
3664 * emacs-lisp/eieio-base.el:
3665 * emacs-lisp/eieio-comp.el:
3666 * emacs-lisp/eieio-custom.el:
3667 * emacs-lisp/eieio-datadebug.el:
3668 * emacs-lisp/eieio-opt.el:
3669 * emacs-lisp/eieio-speedbar.el:
3670 * emacs-lisp/eieio.el: New files.
3671
3672 * cedet/cedet-cscope.el:
3673 * cedet/cedet-files.el:
3674 * cedet/cedet-global.el:
3675 * cedet/cedet-idutils.el:
3676 * cedet/data-debug.el:
3677 * cedet/inversion.el:
3678 * cedet/mode-local.el:
3679 * cedet/pulse.el: New files.
3680
3681 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3682
3683 * whitespace.el (whitespace-trailing-regexp)
3684 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3685 Fix doc string.
3686
3687 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3690 menu.
3691
3692 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3693 menu-bar-ediff-menu.
3694
3695 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3696 define-overloadable-function.
3697
3698 * progmodes/autoconf.el: Provide autoconf as well, so that this
3699 file can be `require'd.
3700
3701 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3702
3703 * emacs-lisp/autoload.el (generated-autoload-feature)
3704 (generated-autoload-load-name): New vars.
3705 (autoload-rubric, autoload-generate-file-autoloads): Use them.
3706 (make-autoload): Recognize define-overloadable-function and
3707 defclass forms (for EIEIO).
3708
3709 * Makefile.in (update-subdirs): Exclude cedet directory.
3710
3711 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3712
3713 * term/ns-win.el: Don't set the region face background. (Bug#4381)
3714
3715 * faces.el: Default light-background background for region face to
3716 ns_selection_color under NS.
3717
3718 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3719
3720 * net/imap-hash.el: New library, see NEWS.
3721
3722 * Makefile.in (ELCFILES): Add imap-hash.el.
3723
3724 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3725
3726 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3727 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3728 * help-macro.el (make-help-screen): Avoid using an ambiguous function
3729 definition where the docstring could be taken for the return value.
3730
3731 2009-09-26 Glenn Morris <rgm@gnu.org>
3732
3733 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3734 Add option to only show images below a certain size.
3735 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3736 save-excursion calls.
3737
3738 2009-09-26 Eli Zaretskii <eliz@gnu.org>
3739
3740 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3741 subdirectories) and eieio.
3742
3743 2009-09-26 Alan Mackenzie <acm@muc.de>
3744
3745 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3746 buggy bracketing. (Bug#4289)
3747
3748 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3749 character constants (as case labels). (Bug#4289)
3750
3751 2009-09-25 Juri Linkov <juri@jurta.org>
3752
3753 * files.el (safe-local-eval-forms): Allow time-stamp in
3754 before-save-hook (Bug#4554).
3755
3756 2009-09-25 Drew Adams <drew.adams@oracle.com>
3757
3758 * menu-bar.el (list-buffers-directory): Doc fix.
3759
3760 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3763 Try and avoid copying twice the same paragraph.
3764 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3765 Remove save-excursion.
3766 (log-edit-changelog-entry): Do it here instead.
3767
3768 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
3769
3770 * bs.el (bs--get-file-name): Use `list-buffers-directory'
3771 when available, instead of hardcoding mode names. Doc fix.
3772
3773 * menu-bar.el (list-buffers-directory): Add docstring.
3774 Make automatically buffer-local.
3775
3776 * dired.el (dired-mode):
3777 * files.el (cd-absolute):
3778 * pcvs.el (cvs-temp-buffer):
3779 * pcvs-util.el (cvs-get-buffer-create):
3780 * shell.el (shell-mode):
3781 * vc-dir.el (vc-dir-mode):
3782 Don't make `list-buffers-directory' buffer local.
3783
3784 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
3785
3786 * comint.el (comint-exec, comint-run, make-comint):
3787 Doc fixes (Bug#4542).
3788
3789 2009-09-25 Glenn Morris <rgm@gnu.org>
3790
3791 * mail/rmailmm.el (rmail-mime): New custom group.
3792 Move all defcustoms in this file into this group.
3793 (rmail-mime-media-type-handlers-alist): Revert previous change.
3794 (rmail-mime-show-images): New option.
3795 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3796 references to it, since it wasn't actually used for anything.
3797 (rmail-mime-insert-image): New function.
3798 (rmail-mime-image): Use rmail-mime-insert-image.
3799 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3800 obey the value of `rmail-mime-show-images' option. Print the size of
3801 attachments.
3802
3803 2009-09-25 David Engster <deng@randomsample.de>
3804
3805 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
3806
3807 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3808
3809 * whitespace.el: Does not highlight trailing spaces While point is
3810 at end of line. Does not highligt spaces at beginning of buffer
3811 while point is at beginning of buffer. Does not highlight spaces
3812 at end of buffer while point is at end of buffer. (Bug#4177)
3813 New version 12.0.
3814 (whitespace-display-mappings): Adjust initialization.
3815 (whitespace-point, whitespace-font-lock-refontify): New vars.
3816 (whitespace-color-on, whitespace-color-off): Adjust code.
3817 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3818 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3819 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3820
3821 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3824
3825 * textmodes/sgml-mode.el: Remove xml-mode alias.
3826
3827 * files.el (auto-mode-alist, conf-mode-maybe)
3828 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3829
3830 2009-09-24 Alan Mackenzie <acm@muc.de>
3831
3832 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3833 c-forward-conditionals, but it doesn't move point and doesn't set
3834 the mark.
3835 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3836 (c-down-conditional-with-else, c-backward-conditional)
3837 (c-forward-conditional): Refactor to use c-scan-conditionals.
3838
3839 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3840
3841 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3842 (help-default-arg-highlight): Remove.
3843 (help-highlight-arg): New function.
3844 (help-do-arg-highlight): Use it.
3845 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
3846
3847 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * term.el (term-set-scroll-region, term-handle-ansi-escape):
3850 Undo last change, which didn't fix the problem and introduced others.
3851
3852 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
3853
3854 * progmodes/gdb-mi.el: Don't require speedbar.
3855 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3856
3857 2009-09-24 Glenn Morris <rgm@gnu.org>
3858
3859 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3860
3861 * term/ns-win.el (ns-reg-to-script): Define for compiler.
3862
3863 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3864 there is no newline after the final mime boundary. (Bug#4539)
3865 Move markers on insertion so that any buttons inserted don't end up in
3866 the next part of a multipart message.
3867 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
3868 (rmail-mime-bulk-handler): Optionally handle images.
3869 (rmail-mime-image): New button action.
3870 (rmail-mime-image-handler): New function.
3871 (rmail-mime-mode): New mode.
3872 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
3873
3874 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3877 than just dropping elements from it (bug#4504).
3878
3879 * term.el (term-set-scroll-region): Don't move cursor any more.
3880 (term-handle-ansi-escape): Call term-goto here instead.
3881 Suggested by Ivan Kanis <apple@kanis.eu>.
3882
3883 * term.el: Require CL.
3884 (term-ansi-reset): New function.
3885 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3886 (term-handle-colors-array): Simplify.
3887
3888 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * allout.el (allout-overlay-interior-modification-handler)
3891 (allout-obtain-passphrase):
3892 * epa-file.el (epa-file-write-region):
3893 * ps-print.el (ps-begin-job):
3894 * vc-hooks.el (vc-toggle-read-only):
3895 * vc-rcs.el (vc-rcs-rollback):
3896 * vc-sccs.el (vc-sccs-rollback):
3897 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3898 (vc-version-diff, vc-revert, vc-rollback):
3899 * wdired.el (wdired-check-kill-buffer):
3900 * emacs-lisp/authors.el (authors):
3901 * net/socks.el (socks-open-connection):
3902 * net/zeroconf.el (zeroconf-service-add-hook):
3903 * obsolete/vc-mcvs.el (vc-mcvs-register):
3904 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3905 (gdb-select-frame):
3906 * progmodes/grep.el (lgrep, rgrep):
3907 * progmodes/idlw-help.el (idlwave-help-check-locations)
3908 (idlwave-help-html-link, idlwave-help-assistant-open-link):
3909 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3910 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3911 (reftex-toc-rename-label): Fix typos in error messages.
3912
3913 * dired-aux.el (dired-do-shell-command): Reflow docstring.
3914 (dired-copy-how-to-fn): Doc fix.
3915 (dired-files-attributes, dired-read-shell-command):
3916 Fix typos in docstrings.
3917
3918 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3919 (dired-x-find-file-other-window): Reflow docstrings.
3920 (dired-omit-marker-char, dired-read-shell-command)
3921 (dired-x-submit-report): Fix typos in docstrings.
3922
3923 * shell.el (shell-mode-hook):
3924 * view.el (View-scroll-line-forward):
3925 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3926 Fix typos in docstrings.
3927
3928 * net/dig.el (dig-invoke): Fix typo in docstring.
3929 (query-dig): Reflow docstring.
3930
3931 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3932 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3933 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3934 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3935 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3936 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3937 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3938 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3939 (idlwave-completion-map, idlwave-current-indent)
3940 (idlwave-custom-ampersand-surround, idlwave-customize)
3941 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3942 (idlwave-define-abbrev, idlwave-determine-class-special)
3943 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3944 (idlwave-end-block-reg, idlwave-end-of-statement)
3945 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3946 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3947 (idlwave-explicit-class-listed, idlwave-file-header)
3948 (idlwave-fill-paragraph, idlwave-find-class-definition)
3949 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3950 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3951 (idlwave-in-quote, idlwave-indent-action-table)
3952 (idlwave-indent-expand-table, idlwave-indent-line)
3953 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3954 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3955 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3956 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3957 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3958 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3959 (idlwave-outlawed-buffers, idlwave-popup-select)
3960 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3961 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3962 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3963 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3964 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3965 (idlwave-statement-type, idlwave-struct-skip)
3966 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3967 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3968 (idlwave-what-module-find-class): Fix typos in docstrings.
3969 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3970 (idlwave-calculate-cont-indent, idlwave-expand-equal)
3971 (idlwave-find-module, idlwave-find-structure-definition)
3972 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3973 (idlwave-list-load-path-shadows, idlwave-next-statement)
3974 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3975 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3976 (idlwave-template): Reflow docstrings.
3977
3978 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3979 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3980 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3981 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3982 (idlwave-shell-display-line, idlwave-shell-display-wframe)
3983 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3984 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3985 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3986 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3987 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3988 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3989 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3990 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3991 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3992 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3993 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3994 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3995 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3996 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3997 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3998 Fix typos in docstrings.
3999 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4000 (idlwave-shell-hide-output, idlwave-shell-mode)
4001 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4002 Reflow docstrings.
4003
4004 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4005
4006 2009-09-24 Ivan Kanis <apple@kanis.eu>
4007
4008 * term.el (term-bold-attribute): New var.
4009 (term-handle-colors-array): Use it.
4010
4011 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
4012
4013 * progmodes/gdb-mi.el (gdb-version): New variable.
4014 (gdb-non-stop-handler): Set gdb-version.
4015 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4016 Condition "--thread" option on gdb-version.
4017 (gdb-invalidate-threads): Remove unused argument.
4018
4019 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4022 to looking-back to avoid ridiculous slow down in large files (bug#4511).
4023
4024 2009-09-23 Glenn Morris <rgm@gnu.org>
4025
4026 * mail/rmail.el (rmail-reply): Don't try to add a References header when
4027 replying to mail without References or Message-Id. (Bug#4525)
4028
4029 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4030
4031 * term/ns-win.el (ns-reg-to-script): New variable.
4032
4033 2009-09-23 Daiki Ueno <ueno@unixuser.org>
4034
4035 * epg.el (epg-wait-for-status): Preserve existing 'error results.
4036
4037 2009-09-22 Sam Steingold <sds@gnu.org>
4038
4039 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4040 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4041 to 1 because hg returns status 1 when nothing is found.
4042 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4043
4044 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * textmodes/fill.el: Convert to utf-8 encoding.
4047 (fill-french-nobreak-p): Remove redundant » and « inherited from our
4048 pre-unicode days.
4049
4050 * add-log.el (change-log-fill-forward-paragraph): New function.
4051 (change-log-mode): Use it so fill-region DTRT.
4052 Set fill-indent-according-to-mode here rather than in
4053 change-log-fill-paragraph.
4054 (change-log-fill-paragraph): Remove.
4055
4056 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4059 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
4060
4061 2009-09-22 Glenn Morris <rgm@gnu.org>
4062
4063 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4064 the scroll-bar scroll the calendar window rather than the buffer.
4065
4066 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4067 commands that move point (as opposed to scrolling).
4068
4069 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4070
4071 * emacs-lisp/elint.el (elint): New custom group.
4072 (elint-log-buffer): Make it a defcustom.
4073 (elint-scan-preloaded, elint-ignored-warnings)
4074 (elint-directory-skip-re): New options.
4075 (elint-builtin-variables): Doc fix.
4076 (elint-preloaded-env): New variable.
4077 (elint-unknown-builtin-args): Add an entry for encode-time.
4078 (elint-extra-errors): Make it a variable rather than a constant.
4079 (elint-preloaded-skip-re): New constant.
4080 (elint-directory): Skip files matching elint-directory-skip-re.
4081 (elint-features): New variable, local to linted buffers.
4082 (elint-update-env): Initialize elint-features. Possibly add
4083 elint-preloaded-env to the buffer's environment.
4084 (elint-get-top-forms): Bind elint-current-pos, for log messages.
4085 Skip quoted forms.
4086 (elint-init-form): New function, extracted from elint-init-env.
4087 Make non-list forms a warning rather than an error.
4088 Add the mode-map for define-derived-mode. Handle define-minor-mode,
4089 easy-menu-define, put that adds an error-condition, and provide.
4090 When requiring cl, also require cl-macs. Really require cl, to handle
4091 some cl macros. Store required libraries in the list elint-features,
4092 so as not to re-load them. Treat cc-require like require.
4093 (elint-init-env): Call elint-init-form to do the work.
4094 Handle eval-and-compile and such like.
4095 (elint-add-required-env): Do not clear messages.
4096 (elint-special-forms): Add handlers for function, defalias, if, when,
4097 unless, and, or.
4098 (elint-form): Add optional argument to ignore elint-special-forms,
4099 useful to prevent recursive calls from handlers. Doc fix.
4100 Respect elint-ignored-warnings.
4101 (elint-form): Respect elint-ignored-warnings.
4102 (elint-bound-variable, elint-bound-function): New variables.
4103 (elint-unbound-variable): Respect elint-bound-variable.
4104 (elint-get-args): Respect elint-bound-function.
4105 (elint-check-cond-form): Add some simple handling for (f)boundp and
4106 featurep tests.
4107 (elint-check-defalias-form): New handler.
4108 (elint-check-let-form): Make an empty let a warning rather than an
4109 error.
4110 (elint-check-setq-form): Make an empty setq a warning rather than an
4111 error. Respect elint-ignored-warnings.
4112 (elint-check-defvar-form): Accept null doc-strings.
4113 (elint-check-conditional-form): New handler. Does some simple-minded
4114 checking of featurep and (f)boundp tests.
4115 (elint-put-function-args): New function.
4116 (elint-initialize): Use elint-scan-doc-file rather than
4117 elint-find-builtin-variables. Use elint-put-function-args.
4118 Possibly scan preloaded-file-list.
4119 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4120 extend to handle functions as well.
4121
4122 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
4123
4124 * linum.el (linum-delete-overlays, linum-update-window):
4125 Do not modify the right margin. (Bug#3971)
4126
4127 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4130 nxml-mode instead of xml-mode.
4131
4132 2009-09-21 Kevin Ryde <user42@zip.com.au>
4133
4134 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
4135
4136 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * net/dig.el (dig-mode): Use define-derived-mode.
4139
4140 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 * vc-dispatcher.el (vc-do-command): Return the process object in
4143 the asynchronous case. Use when instead of if. Do not run
4144 vc-exec-after to display a message if not enabled. (Bug#4463)
4145
4146 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4147 properties to the stash strings.
4148 (vc-git-stash-list): Return a list of strings.
4149 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4150 (vc-git-stash-show-at-point): New functions.
4151 (vc-git-stash-map): New keymap.
4152
4153 * register.el (ctl-x-r-map): Define the keys here instead of
4154 using autoload.
4155
4156 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
4157
4158 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4159 list, to workaround performance problem (bug#4485).
4160
4161 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
4162
4163 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4164
4165 2009-09-20 Daiki Ueno <ueno@unixuser.org>
4166
4167 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4168 Document that this option is not recommended to use.
4169
4170 2009-09-19 Glenn Morris <rgm@gnu.org>
4171
4172 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4173 variable `var'.
4174
4175 * calc/calc-alg.el (var):
4176 * calc/calcalg2.el (var): Define for compiler.
4177
4178 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4179
4180 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4181 Doc fix (Bug#3932).
4182
4183 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4184
4185 * time-stamp.el (time-stamp-month-dd-yyyy)
4186 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4187 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4188 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4189 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4190 Remove functions that have been obsolete since 1995 (Bug#4436).
4191
4192 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4193 indent buffer only if called interactively (Bug#4452).
4194
4195 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
4196 Eli Zaretskii <eliz@gnu.org>
4197
4198 This fixes bug#4197 (merged to bug#865, though not identical).
4199 * server.el (server-auth-dir): Add docstring note about FAT32.
4200 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4201 but warn against using them.
4202
4203 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
4204
4205 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4206 older GDB where there is no has_more field.
4207
4208 2009-09-19 Glenn Morris <rgm@gnu.org>
4209
4210 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4211
4212 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4213
4214 * files.el (auto-mode-alist): Change default for XML files to nXML
4215 mode (Bug#4169).
4216
4217 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * server.el (server-ensure-safe-dir): Pass 'integer
4220 to `file-attributes', as suggested.
4221
4222 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * dired-aux.el (dired-query-alist): Remove spurious backslash.
4225 (dired-query): Use read-key.
4226
4227 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4228
4229 * cus-start.el (ns-use-qd-smoothing): Remove.
4230
4231 2009-09-18 Glenn Morris <rgm@gnu.org>
4232
4233 * allout.el (top-level): Remove unnecessary progn.
4234
4235 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4236
4237 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4238 definition of abbrev table.
4239
4240 * speedbar.el (speedbar-track-mouse):
4241 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4242 * net/eudc.el (eudc-expand-inline):
4243 * net/newst-backend.el (newsticker--cache-read-feed):
4244 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4245 condition-case handlers.
4246
4247 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4250 (gdb-var-list): Add an element for has_more field.
4251 (gdb-non-stop-handler): Enable pretty printing for STL containers.
4252 (gdb-var-create-handler, gdb-var-list-children-handler-1)
4253 (gdb-var-update-handler-1): Parse output of dynamic variable
4254 objects (STL containers).
4255 (gdb-var-delete-1): Pass var1 as an explicit second argument.
4256 (gdb-get-field): Delete alias. Use bindat-get-field directly.
4257
4258 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4259 gdb-var-list.
4260 (gud-speedbar-buttons): Make node expandable if expression "has more"
4261 children.
4262
4263 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * startup.el (emacs-quick-startup): Remove variable and all uses.
4266 (command-line): Set `inhibit-x-resources' instead.
4267 (command-line-1): Use `inhibit-x-resources' instead.
4268
4269 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * subr.el: Fix last change to avoid using the `unless' macro,
4272 which breaks bootstrapping.
4273
4274 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4277 extended definitions, in case we reload subr.el after having
4278 loaded CL.
4279 (eval-next-after-load): Mark as obsolete.
4280
4281 2009-09-17 Juri Linkov <juri@jurta.org>
4282
4283 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4284 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4285 (menu-bar-showhide-menu, menu-bar-tools-menu)
4286 (menu-bar-describe-menu, menu-bar-help-menu)
4287 (minibuffer-local-completion-map, minibuffer-local-map):
4288 Fix list quoting.
4289
4290 2009-09-17 Glenn Morris <rgm@gnu.org>
4291
4292 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4293 arguments, whether or not it has a handler.
4294
4295 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4296
4297 * simple.el (hard-newline): Give it a doc-string.
4298
4299 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4300 (lisp-mode-syntax-table): Give them doc-strings.
4301
4302 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4303
4304 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4305 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4306 (menu-bar-options-menu, menu-bar-showhide-menu)
4307 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4308 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4309 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4310 (menu-bar-options-menu, menu-bar-tools-menu)
4311 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4312 (menu-bar-help-menu):
4313 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4314 string arguments.
4315
4316 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4317 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4318 calls for the menu names and :help.
4319
4320 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * mouse.el (minor-mode-menu-from-indicator): Pay attention
4323 to :minor-mode-function (bug#4455).
4324
4325 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * startup.el (command-line): Initialize the window-system after
4328 processing the command-line.
4329
4330 * textmodes/page.el (what-page): Make sure we don't inf-loop if
4331 page-delimiter matches the empty string.
4332
4333 2009-09-16 Glenn Morris <rgm@gnu.org>
4334
4335 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4336 byte-compile-not-obsolete-var. It's a list now.
4337 (byte-compile-not-obsolete-funcs): New variable.
4338 (byte-compile-warn-obsolete): Don't warn about functions if they are in
4339 byte-compile-not-obsolete-funcs.
4340 (byte-compile-variable-ref, byte-compile-defvar): Update for
4341 byte-compile-not-obsolete-vars name-change and list nature.
4342 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4343 and variables behind (f)boundp tests.
4344 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4345
4346 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4347
4348 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4349
4350 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4353 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4354 Don't autoload.
4355
4356 2009-09-15 Stephen Eglen <stephen@gnu.org>
4357
4358 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4359 the virtual-buffers, use the name of the buffer specified by
4360 find-file-noselect, as the match may be a symlink. (This was a
4361 problem if the target and the symlink had different names.)
4362
4363 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4366
4367 * desktop.el (desktop-path): Check user-emacs-directory.
4368
4369 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4370
4371 * loadup.el: Use after-load-functions to GC after loading each file.
4372 Remove the explicit GC calls that used to be sprinkled around.
4373
4374 * subr.el (after-load-functions): New hook.
4375 (do-after-load-evaluation): Run it. Use string-match-p to detect
4376 `obsolete' packages, rather than painfully extracting the relevant
4377 directory name.
4378
4379 2009-09-15 Glenn Morris <rgm@gnu.org>
4380
4381 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4382 free variable `doc'.
4383
4384 * dired.el (dired-mode-map): Add menu entry for async shell command.
4385
4386 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4387 variables, also consider the .elc files, since the .el files are
4388 normally gzipped (subsequent code locates the .el.gz from the .elc).
4389
4390 * calc/calc-prog.el (arglist): Define for compiler.
4391
4392 * calendar/diary-lib.el (diary-display-function): Change the default to
4393 fancy display.
4394 (body): Define for compiler.
4395
4396 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4397 (byte-compile-file-form, byte-compile-lambda)
4398 (byte-compile-top-level-body, byte-compile-form)
4399 (byte-compile-variable-ref, byte-compile-setq)
4400 (byte-compile-setq-default, byte-compile-body)
4401 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4402 (batch-byte-compile): Give some more local variables with common names
4403 a "bytecomp-" prefix to avoid masking warnings about free variables.
4404
4405 * startup.el (command-line-1): Give local variables with common names a
4406 distinguishing prefix, so as not to hide free variable warnings during
4407 bootstrap.
4408
4409 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4410 clever and add a suffix to make a unique name, just let the user decide
4411 whether or not to overwrite it. If the input is a directory, write the
4412 default filename to that directory. (Bug#4388)
4413 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4414 is a filename-as-a-directory.
4415
4416 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * textmodes/page.el (what-page): Don't move to beginning of line.
4419 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4420
4421 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4422
4423 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4424
4425 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4426
4427 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4428 * help.el (help-for-help-internal): Add purecopy calls for text.
4429
4430 * vc.el (top): print-log method now takes an optional SHORTLOG
4431 argument. Add a new method: root.
4432 (vc-root-diff, vc-print-root-log): New functions.
4433 (vc-log-short-style): New variable.
4434 (vc-print-log-internal): Add support for showing short logs.
4435
4436 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4437 vc-print-root-log and vc-print-root-diff.
4438
4439 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4440 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4441 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4442 short logs.
4443
4444 * vc-cvs.el (vc-cvs-print-log):
4445 * vc-mtn.el (vc-mtn-print-log):
4446 * vc-rcs.el (vc-rcs-print-log):
4447 * vc-sccs.el (vc-sccs-print-log):
4448 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4449 that is ignored for now.
4450
4451 * vc-mtn.el (vc-mtn-annotate-command):
4452 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4453
4454 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4457 to function-key-map, and give them ascii-character property.
4458 * term/x-win.el (x-alternatives-map):
4459 * term/ns-win.el (ns-alternatives-map):
4460 * term/internal.el (msdos-key-remapping-map):
4461 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4462
4463 2009-09-14 Glenn Morris <rgm@gnu.org>
4464
4465 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4466 temp-buffers (2009-09-12).
4467
4468 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4471 the new read-key function.
4472
4473 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4476 is defined (Bug#4405).
4477
4478 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
4479
4480 * recentf.el (recentf-cleanup): Use a hash table to find
4481 duplicates (Bug#4407).
4482
4483 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
4484
4485 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4486 kp-0 to ascii equivalents (Bug#4325).
4487
4488 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4491
4492 * eshell/em-hist.el:
4493 * eshell/em-dirs.el (eshell-complete-user-reference):
4494 Declare pcomplete functions and variables to avoid compiler warnings.
4495
4496 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
4497
4498 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4499 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4500 * eshell/em-alias.el (eshell-aliases-file):
4501 * eshell/em-hist.el (eshell-history-file-name):
4502 Use expand-file-name instead of concat to make file names (Bug#4308).
4503
4504 2009-09-13 Glenn Morris <rgm@gnu.org>
4505
4506 * ediff-merg.el (ediff-do-merge):
4507 * filesets.el (filesets-run-cmd):
4508 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4509 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4510 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4511 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4512 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4513 Replace empty `let's with `progn'.
4514
4515 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * mail/sendmail.el (send-mail-function):
4518 * tooltip.el (tooltip-mode):
4519 * simple.el (transient-mark-mode):
4520 * rfn-eshadow.el (file-name-shadow-mode):
4521 * frame.el (blink-cursor-mode):
4522 * font-core.el (global-font-lock-mode):
4523 * files.el (temporary-file-directory)
4524 (small-temporary-file-directory, auto-save-file-name-transforms):
4525 * epa-hook.el (auto-encryption-mode):
4526 * composite.el (global-auto-composition-mode):
4527 Use custom-initialize-delay.
4528 * startup.el (command-line): Don't explicitly call
4529 custom-reevaluate-setting for all the above vars.
4530 * custom.el (custom-initialize-safe-set)
4531 (custom-initialize-safe-default): Delete.
4532
4533 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4534
4535 * term/x-win.el (x-initialize-window-system):
4536 * term/w32-win.el (w32-initialize-window-system):
4537 * term/ns-win.el (ns-initialize-window-system): Don't call
4538 mouse-wheel-mode since it's enabled globally by default already.
4539
4540 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4541 actually define the variable, but only silences the byte-compiler.
4542 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4543 before looking it up.
4544 (mouse-wheel-scroll-amount): Also reset the bindings if this value
4545 is changed.
4546
4547 2009-09-12 Glenn Morris <rgm@gnu.org>
4548
4549 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4550 1000.
4551 (elint-add-required-env): Don't beep on error.
4552 (elint-forms): In case of error, return ENV unchanged.
4553 (elint-init-env): Skip non-list forms.
4554 (elint-log): Handle unknown file positions.
4555
4556 2009-09-12 Daiki Ueno <ueno@unixuser.org>
4557
4558 * epg.el (epg-make-context): Add autoload cookie.
4559 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4560 (epg-decrypt-string, epg-start-verify, epg-verify-file)
4561 (epg-verify-string, epg-start-sign, epg-sign-file)
4562 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4563 (epg-encrypt-string, epg-start-export-keys)
4564 (epg-export-keys-to-file, epg-export-keys-to-string)
4565 (epg-start-import-keys, epg-import-keys-from-file)
4566 (epg-import-keys-from-string, epg-start-receive-keys)
4567 (epg-receive-keys, epg-import-keys-from-server)
4568 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4569 (epg-sign-keys, epg-start-generate-key)
4570 (epg-generate-key-from-file, epg-generate-key-from-string):
4571 Remove autoload cookie.
4572
4573 2009-09-12 Eli Zaretskii <eliz@gnu.org>
4574
4575 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4576 reevaluation of trash-directory.
4577
4578 * mwheel.el: Fix last change.
4579 (mouse-wheel-mode): New defvar.
4580 (mouse-wheel-mode): Remove autoload cookie.
4581
4582 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * mwheel.el (mwheel-installed-bindings): New var.
4585 (mouse-wheel-mode): Use it, so as to make sure we really remove all
4586 the bindings we set last time. Use custom-initialize-delay.
4587 * loadup.el: Load mwheel after term/*-win.el.
4588 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4589 and mouse-wheel-up-event now that their first evaluation is done
4590 sufficiently late to be correct.
4591
4592 * startup.el (tutorial-directory): Make it a defcustom.
4593 Use custom-initialize-delay rather than eval-at-startup to set it.
4594 * image.el (image-load-path): Make it a defcustom.
4595 Use custom-initialize-delay rather than eval-at-startup to set it.
4596 * subr.el (eval-at-startup): Remove.
4597 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4598
4599 * subr.el (do-after-load-evaluation): Warn the user after loading an
4600 obsolete package.
4601
4602 2009-09-12 Glenn Morris <rgm@gnu.org>
4603
4604 * proced.el (proced-mark-alt): Remove alias.
4605 (proced-mode-map): Remove proced-mark-alt.
4606
4607 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4608 Elint file and directory. Remove initialization entry.
4609
4610 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4611 commands.
4612 (elint-current-buffer): Set mode-line-process.
4613 (elint-init-env): Handle define-derived-mode.
4614 Fix declare-function with unspecified arglist. Guard against odd
4615 defalias statements (eg iso-insert's 8859-1-map).
4616 (elint-add-required-env): Use a temp buffer.
4617 (elint-form): Just print the function/macro name, not the whole form.
4618 Return env unchanged if we fail to parse a macro.
4619 (elint-forms): Guard against parse errors.
4620 (elint-output): New function, to handle batch mode.
4621 (elint-log-message): Add optional argument. Use elint-output.
4622 (elint-set-mode-line): New function.
4623
4624 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
4625
4626 * emacs-lisp/elp.el (elp-not-profilable): Add more
4627 functions (Bug#4233).
4628
4629 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4632 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4633
4634 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4635
4636 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4637 (gdb-var-list-children): Use json parsing.
4638
4639 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
4640
4641 * progmodes/js.el (js--proper-indentation): Handle the case where
4642 char-before is null. Reported by Deniz Dogan.
4643
4644 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4645
4646 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4647
4648 2009-09-11 Daiki Ueno <ueno@unixuser.org>
4649
4650 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4651 (epg-digest-algorithm-alist): Add SHA224.
4652 (epg-context-set-passphrase-callback)
4653 (epg-context-set-progress-callback): Add description about
4654 callback function.
4655
4656 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * custom.el (custom-delayed-init-variables): New var.
4659 (custom-initialize-delay): New function.
4660 * startup.el (command-line): "Re"evaluate all vars in
4661 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
4662 explicitly any more.
4663 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4664 to avoid creating a ~/.emacs.d at build-time (bug#4347).
4665
4666 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4667
4668 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4669
4670 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4671 (gdb-var-update-handler): Use json parsing.
4672
4673 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4676 decode annotated text, regardless of language environment. (Bug#2741)
4677
4678 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * Makefile.in (autoloads): Make rmail.el writable as well.
4681
4682 2009-09-11 Glenn Morris <rgm@gnu.org>
4683
4684 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4685 loaddefs.el.
4686 * dired.el: Regenerate with extracted autoloads.
4687 * Makefile.in (autoloads): Make dired.el writable.
4688
4689 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4690 * ibuffer.el: Regenerate with extracted autoloads.
4691 * Makefile.in (autoloads): Make ibuffer.el writable.
4692
4693 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4694 * version.el (emacs-copyright, emacs-major-version)
4695 (emacs-minor-version): Reformat doc-strings for make-docfile.
4696
4697 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4698 functions and variables, since they must be stuff specific to some other
4699 platform.
4700 (apropos-print): Make mouse-click message less specific about button.
4701
4702 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4703 that records where a macro was defined.
4704 * help-fns.el (describe-function-1): Mention if a function has a
4705 compiler-macro.
4706 * help-mode.el (help-function-cmacro): New button.
4707
4708 * locate.el (top-level): Always require dired.
4709 (locate-mode-map): Initialize inside the defvar.
4710
4711 * net/ange-ftp.el (dired-compress-file): Declare.
4712 (ange-ftp-dired-compress-file): Add doc string.
4713
4714 * term/ns-win.el (x-display-name, x-setup-function-keys):
4715 Unify doc-strings with X versions.
4716
4717 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * emulation/crisp.el (crisp-mode-map): Move initialization
4720 into declaration.
4721 (crisp-mode): Use define-minor-mode.
4722
4723 * progmodes/xscheme.el (xscheme-evaluation-commands):
4724 Put a :advertised-binding property rather than using
4725 advertised-xscheme-send-previous-expression.
4726 (advertised-xscheme-send-previous-expression): Declare obsolete.
4727 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4728 `advertised-undo'.
4729 (crisp-mode): Add corresponding bindings to
4730 undo's :advertised-binding instead.
4731 * dired.el (dired-mode-map): Put a :advertised-binding property rather
4732 than using dired-advertised-find-file.
4733 (dired-advertised-find-file):
4734 * simple.el (advertised-undo):
4735 * wid-edit.el (advertised-widget-backward): Declare obsolete.
4736 (widget-keymap): Put a :advertised-binding property rather
4737 than using advertised-widget-backward.
4738 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4739 than using advertised-undo.
4740 * tutorial.el (tutorial--default-keys): Adjust accordingly.
4741
4742 2009-09-10 Simon South <ssouth@slowcomputing.org>
4743
4744 * progmodes/delphi.el (delphi-tab): Indent region when Transient
4745 Mark mode is enabled and region is active; otherwise indent or
4746 insert TAB as usual.
4747 (delphi-mode): Update description of TAB-key binding.
4748
4749 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * subr.el (define-key-rebound-commands): Mark obsolete.
4752 * startup.el (precompute-menubar-bindings): Remove.
4753 (normal-top-level): Remove obsolete code that tried to precompute
4754 menubar bindings.
4755 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4756 define-key-rebound-commands and precompute-menubar-bindings.
4757
4758 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4759
4760 * net/imap.el (imap-interactive-login): Better messages.
4761 (imap-open): Fix bug with renamed buffer on reconnect.
4762 (imap-authenticate): Add buffer-local imap-last-authenticator variable
4763 for easier debugging and cleaner code. On successful (guessed based on
4764 server capabilities) secondary authentication, set imap-state
4765 correctly.
4766 (imap-last-authenticator): Define imap-last-authenticator as a variable
4767 to avoid warnings.
4768
4769 2009-09-10 Glenn Morris <rgm@gnu.org>
4770
4771 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4772
4773 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4774 (byte-compile-file-form-autoload): Don't warn about unknown functions
4775 where the autoload statement comes after the use.
4776 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4777 that any handlers inside the body (eg require) are in turn respected.
4778
4779 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4780 effects.
4781
4782 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4783 and syntax and abbrev tables basic docs, if they don't have any.
4784
4785 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4786
4787 * international/mule-cmds.el (top-level): Require cl when compiling.
4788 (view-hello-file): Use default-value rather than
4789 default-enable-multibyte-characters.
4790
4791 * progmodes/fortran.el: Move all safe and risky properties into the
4792 defcustoms.
4793
4794 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4795 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4796 * mail/undigest.el:
4797 Put autoloads in rmail.el rather than loaddefs.el.
4798 * mail/rmail.el: Regenerate with extracted autoloads.
4799
4800 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4801 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4802
4803 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
4804
4805 Reported in thread for Bug#4375.
4806 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4807 "-data-evaluate-expression" instead of print.
4808 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4809 (gdb-tooltip-print): Parse output from above MI command.
4810 (gdb): Revert 2009-08-11 change. User should detach inferior
4811 manually.
4812
4813 Remove the word "separate" from IO functions as inferior
4814 output is now never displayed in the GUD buffer.
4815
4816 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * startup.el (command-line-normalize-file-name): On Windows and
4819 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4820
4821 2009-09-10 Juri Linkov <juri@jurta.org>
4822
4823 * isearch.el (isearch-text-char-description): Propertize escape
4824 character sequences with the `escape-glyph' face. (Bug#4344)
4825
4826 * simple.el (shell-command): Set asynchronous process filter to
4827 `comint-output-filter'. (Bug#4343)
4828
4829 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4830 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
4831 the list. Move "asm" to the bottom.
4832 (grep-find-ignored-directories): Add `choice' with nil value
4833 to empty the list easily.
4834 (grep-find-ignored-files): New option.
4835 (grep-files-history): Set to nil by default instead of '("ch" "el").
4836 (grep-compute-defaults): Add "<X>" to `grep-template'.
4837 (grep-read-files): Bind new local variables `default-alias' and
4838 `default-extension'. Use a list of default values for the file prompt.
4839 (lgrep): Add `--exclude=' command line options composed from
4840 `grep-find-ignored-files'.
4841 (rgrep): Add `-name' command line options composed from
4842 `grep-find-ignored-files'. (Bug#4301)
4843
4844 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4847 (bug#4368).
4848
4849 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4850
4851 * calendar/time-date.el (autoload):
4852 Expand define-obsolete-function-alias into defalias and make-obsolete
4853 for old Emacsen that Gnus supports.
4854 (with-no-warnings): Define it for old Emacsen.
4855 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4856 is available.
4857 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4858 float-time is available; suppress compile warning for time-to-seconds.
4859
4860 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
4861
4862 * net/imap.el (imap-message-map): Docstring fix.
4863
4864 2009-09-09 Glenn Morris <rgm@gnu.org>
4865
4866 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4867 line numbers too. (Bug#4374)
4868
4869 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * smerge-mode.el (smerge-remove-props, smerge-refine):
4872 Use with-silent-modifications (bug#4342).
4873
4874 * subr.el (with-silent-modifications): New macro.
4875
4876 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * files.el (top-level): Require `cl' when compiling.
4879
4880 2009-09-07 Glenn Morris <rgm@gnu.org>
4881
4882 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4883
4884 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4885 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
4886
4887 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
4888
4889 * vc-git.el (vc-git-annotate-command): Use separator to parse
4890 arguments correctly.
4891
4892 2009-09-06 Eli Zaretskii <eliz@gnu.org>
4893
4894 * proced.el (proced-mode): Doc fix.
4895
4896 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
4897
4898 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4899 lstat fails.
4900 (tramp-do-file-attributes-with-ls): Check for file existence at
4901 remote end.
4902 (tramp-do-file-attributes-with-stat): Likewise.
4903 (tramp-convert-file-attributes): Return nil when attr is nil.
4904
4905 2009-09-05 Glenn Morris <rgm@gnu.org>
4906
4907 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4908 properties to this button.
4909 (diary-fancy-display): Don't extend the button to the final newline.
4910 (diary-fancy-display-mode): Continue to define "q" as a local key.
4911
4912 * calendar/cal-china.el (holiday-chinese): Make it slightly more
4913 efficient.
4914
4915 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4916
4917 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4918 (byte-compile-dest-file-function): New option.
4919 (byte-compile-dest-file): Doc fix.
4920 Obey byte-compile-dest-file-function.
4921 (byte-compile-cl-file-p): New function.
4922 (byte-compile-eval): Only suppress noruntime warnings about cl functions
4923 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
4924 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4925 than for file being previously loaded.
4926 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4927 (byte-compile-file-form-require): Handle the case where requiring a file
4928 indirectly causes CL to be loaded.
4929
4930 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4931
4932 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4933 before killing the old buffer, since by the time `kill-buffer' is
4934 run so many buffer variables have been set to nil that it may not
4935 behave as expected. (Bug#4061)
4936
4937 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4938
4939 * files.el (find-alternate-file): If the old buffer is modified
4940 and visiting a file, behave similarly to `kill-buffer' when
4941 killing it, thus reverting to the pre-1.878 behavior; see
4942 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4943 for discussion. Also, consult `buffer-file-name' as a variable
4944 not as a function, for consistency with the rest of the code.
4945
4946 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
4947
4948 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4949 also when adding a new directory.
4950
4951 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4952 defun.
4953
4954 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * files.el (locate-file-completion-table): Make it provide boundary
4957 information, so partial-completion works better.
4958
4959 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
4960
4961 * mail/footnote.el (Footnote-text-under-cursor):
4962 Check footnote-text-marker-alist before using it (bug#4324).
4963
4964 2009-09-04 Glenn Morris <rgm@gnu.org>
4965
4966 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4967 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4968 * play/solitaire.el, play/tetris.el:
4969 Remove leading * from defcustom and defface docs.
4970
4971 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4972 necessary.
4973 (diary-fancy-overriding-map): New variable.
4974 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4975 Use view-mode.
4976
4977 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4978 goto-line.
4979
4980 2009-09-03 Glenn Morris <rgm@gnu.org>
4981
4982 * arc-mode.el (archive-mode):
4983 * dos-fns.el (set-default-process-coding-system):
4984 * man.el (Man-getpage-in-background):
4985 * menu-bar.el (menu-bar-describe-menu):
4986 * server.el (server-process-filter):
4987 * startup.el (command-line):
4988 * tar-mode.el (tar-header-block-tokenize, tar-extract):
4989 * w32-fns.el (set-default-process-coding-system):
4990 * x-dnd.el (x-dnd-handle-file-name):
4991 * international/mule-cmds.el (mule-menu-keymap)
4992 (set-default-coding-systems, language-info-alist, set-language-info)
4993 (set-language-environment, standard-display-european-internal)
4994 (set-locale-environment):
4995 * international/mule-diag.el (mule-diag):
4996 * mail/emacsbug.el (report-emacs-bug):
4997 * mail/rmail.el (rmail-mode):
4998 * mail/sendmail.el (mail-setup):
4999 Use default-value rather than default-enable-multibyte-characters.
5000
5001 * progmodes/f90.el: Move all safe properties into the defcustoms.
5002 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5003
5004 * calendar/appt.el (appt-check):
5005 * calendar/diary-lib.el (diary-set-header, diary-live-p)
5006 (diary-check-diary-file, diary-list-entries)
5007 (diary-include-other-diary-files, diary-simple-display)
5008 (diary-fancy-display, diary-print-entries)
5009 (diary-mark-included-diary-files, diary-make-entry):
5010 Don't call substitute-in-file-name on diary-file.
5011
5012 2009-09-03 Eduard Wiebe <usenet@pusto.de>
5013 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * mail/footnote.el (footnote-prefix): Make it a defcustom.
5016 (footnote-mode-map): Move initialization into the declaration.
5017 (footnote-minor-mode-map): Define it rather than changing global-map.
5018 (footnote-mode): Use define-minor-mode.
5019
5020 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * net/tramp.el (tramp-handle-file-attributes-with-ls)
5023 (tramp-do-file-attributes-with-perl)
5024 (tramp-do-file-attributes-with-stat): Rename from
5025 `tramp-handle-file-attributes-with-*'.
5026 (tramp-handle-file-attributes): Use them.
5027 (tramp-do-directory-files-and-attributes-with-perl)
5028 (tramp-do-directory-files-and-attributes-with-stat): Rename from
5029 `tramp-handle-directory-files-and-attributes-with-*'.
5030 (tramp-handle-directory-files-and-attributes): Use them.
5031 (tramp-method-out-of-band-p): Additional parameter SIZE.
5032 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5033 (tramp-handle-write-region): Use it.
5034 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5035 (tramp-handle-vc-registered): Check, whether the first run did
5036 return files to be tested.
5037 (tramp-advice-make-auto-save-file-name): Do not call directly
5038 `tramp-handle-make-auto-save-file-name', because this would bypass
5039 the locking mechanism.
5040
5041 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5042 (file-remote-p, process-file, start-file-process, set-file-times)
5043 (tramp-compat-file-attributes): Compatibility functions shall not
5044 call directly `tramp-handle-*', because this would bypass the
5045 locking mechanism.
5046 (tramp-compat-number-sequence): New defun.
5047
5048 2009-09-02 Glenn Morris <rgm@gnu.org>
5049
5050 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5051 alias for float-time.
5052 (time-to-number-of-days): In Emacs, use float-time.
5053 * net/newst-backend.el (time-add): Suppress warnings from compat
5054 function.
5055 * time.el (emacs-uptime, emacs-init-time):
5056 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5057 Use float-time rather than time-to-seconds.
5058
5059 * minibuffer.el (completion-initials-expand): Fix typo.
5060
5061 * faces.el (modeline, modeline-inactive, modeline-highlight)
5062 (modeline-buffer-id):
5063 * info.el (info-menu-5): Mark these face aliases as obsolete.
5064
5065 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5068 space ...
5069 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5070 no "--thread" option.
5071 (gdb-stopped): Don't print "Switched to thread" message when it is
5072 unchanged.
5073
5074 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * minibuffer.el (completion-try-completion)
5077 (completion-all-completions): Remove ill-defined (and
5078 mistakenly installed and luckily never used nor documented)
5079 `completion-styles' property.
5080 (completion-initials-expand, completion-initials-all-completions)
5081 (completion-initials-try-completion): New functions.
5082 (completion-styles-alist): Add doc to each entry.
5083 Add new `initials' entry.
5084
5085 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5086
5087 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5088 MI command -var-evaluate-expression.
5089 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5090 and tweak for case of string child.
5091 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5092
5093 2009-09-01 Glenn Morris <rgm@gnu.org>
5094
5095 * add-log.el (change-log-date-face, change-log-name-face)
5096 (change-log-email-face, change-log-file-face, change-log-list-face)
5097 (change-log-conditionals-face, change-log-function-face)
5098 (change-log-acknowledgement-face):
5099 * cus-edit.el (custom-invalid-face, custom-rogue-face)
5100 (custom-modified-face, custom-set-face, custom-changed-face)
5101 (custom-saved-face, custom-button-face, custom-button-pressed-face)
5102 (custom-documentation-face, custom-state-face, custom-comment-face)
5103 (custom-comment-tag-face, custom-variable-tag-face)
5104 (custom-variable-button-face, custom-face-tag-face)
5105 (custom-group-tag-face-1, custom-group-tag-face):
5106 * diff-mode.el (diff-header-face, diff-file-header-face)
5107 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5108 (diff-added-face, diff-changed-face, diff-function-face)
5109 (diff-context-face, diff-nonexistent-face):
5110 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5111 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5112 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5113 (Info-title-4-face):
5114 * isearch.el (isearch-lazy-highlight-face):
5115 * log-view.el (log-view-file-face, log-view-message-face):
5116 * paren.el (show-paren-match-face, show-paren-mismatch-face):
5117 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5118 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5119 (cvs-msg-face):
5120 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5121 (smerge-base-face, smerge-markers-face):
5122 * wid-edit.el (widget-documentation-face, widget-button-face)
5123 (widget-field-face, widget-single-line-field-face)
5124 (widget-inactive-face, widget-button-pressed-face):
5125 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5126 (woman-addition-face):
5127 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5128 (eshell-ls-executable-face, eshell-ls-readonly-face)
5129 (eshell-ls-unreadable-face, eshell-ls-special-face)
5130 (eshell-ls-missing-face, eshell-ls-archive-face)
5131 (eshell-ls-backup-face, eshell-ls-product-face)
5132 (eshell-ls-clutter-face):
5133 * eshell/em-prompt.el (eshell-prompt-face):
5134 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5135 * obsolete/old-whitespace.el (whitespace-highlight-face):
5136 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5137 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5138 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5139 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5140 (antlr-font-lock-literal-face):
5141 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5142 (ebrowse-root-class-face, ebrowse-file-name-face)
5143 (ebrowse-default-face, ebrowse-member-attribute-face)
5144 (ebrowse-member-class-face, ebrowse-progress-face):
5145 * progmodes/make-mode.el (makefile-space-face):
5146 * progmodes/sh-script.el (sh-heredoc-face):
5147 * textmodes/flyspell.el (flyspell-incorrect-face)
5148 (flyspell-duplicate-face):
5149 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5150 * textmodes/texinfo.el (texinfo-heading-face):
5151 Mark face aliases with "-face" suffix as obsolete.
5152
5153 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5154 compiler.
5155
5156 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5157 (eudc-bob-sound-menu): Use defvar rather than defconst, since
5158 easy-menu-define wants to modify these.
5159
5160 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5161
5162 * net/browse-url.el (browse-url-file-url):
5163 * term/internal.el (dos-codepage-setup):
5164 Use default-value rather than default-enable-multibyte-characters.
5165
5166 * progmodes/etags.el (etags-goto-tag-location):
5167 * progmodes/flymake.el (flymake-highlight-line)
5168 (flymake-goto-file-and-line, flymake-goto-line):
5169 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5170 (gdb-goto-breakpoint):
5171 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5172 * progmodes/python.el (python-find-function)
5173 (python-pdbtrack-track-stack-file):
5174 * progmodes/verilog-mode.el (verilog-surelint-off):
5175 * term/ns-win.el (ns-open-file-select-line):
5176 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5177 Use forward-line rather than goto-line.
5178
5179 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5180 * textmodes/reftex-index.el (reftex-display-index):
5181 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5182 * textmodes/reftex-toc.el (reftex-toc):
5183 Remove unnecessary bindings of default-major-mode (all are followed by
5184 major-mode check and possible mode switch).
5185
5186 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5187
5188 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5189 Handle watchpoints (bug#4282).
5190 (def-gdb-thread-buffer-command): Enable thread to be selected by
5191 clicking without selecting threads buffer first.
5192 (gdb-current-context-command): Use selected frame so that "up",
5193 "down" etc work in the GUD buffer.
5194 (gdb-update): Find selected frame before rendering stack buffer.
5195 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5196
5197 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * progmodes/sym-comp.el (displayed-completions): Remove.
5200 (symbol-complete): Use minibuffer-complete.
5201
5202 2009-08-31 Glenn Morris <rgm@gnu.org>
5203
5204 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5205
5206 * apropos.el (apropos-symbols-internal):
5207 Handle (obsolete) face aliases.
5208
5209 * faces.el (describe-face): Adjust the output format to be more like
5210 describe-variable, and to mention (obsolete) face aliases.
5211 Adjust the whitespace so that help-setup-xref works.
5212
5213 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5214 * calendar/diary-lib.el (diary-button-face):
5215 Mark these face aliases as obsolete.
5216
5217 * calendar/calendar.el (calendar-today): Doc fix.
5218
5219 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5220
5221 * progmodes/gdb-mi.el (gdb-control-all-threads)
5222 (gdb-control-current-thread): Force tool bar update.
5223 (gdb-non-stop-handler): New function.
5224 (gdb-init-1): Use it to test if non-stop mode is supported.
5225 Remove unused gdbmi buffer type.
5226
5227 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5228
5229 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5230 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
5231
5232 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5233
5234 * comint.el (comint-exec-1): Check command is non-null first.
5235 Part of gdb-mi.el change (2009-08-28).
5236
5237 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5240
5241 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
5242
5243 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5244 instead of `dolist' to avoid a recursive require when bootstrapping.
5245
5246 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5249
5250 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5251
5252 * net/imap.el (imap-send-command): Simplify.
5253 (imap-wait-for-tag): point-max -> buffer-size.
5254
5255 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5256
5257 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5258 with constant argument.
5259
5260 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5261
5262 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5263
5264 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5265 Change default, since most of our files don't have a history.
5266 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5267 the user.
5268
5269 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5270 Add comint-run.
5271
5272 * calc/calc.el: Improve commenting convention.
5273 (calc-digit-map, toplevel): Simplify.
5274
5275 * comint.el (comint-insert-input): Be careful to only set point if we
5276 don't delegate to some other command.
5277
5278 * proced.el (proced-signal-list): Make it an alist.
5279 (proced-grammar-alist): Capitalize names.
5280 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5281 Disable undo manually and make it read-only.
5282 Use completion-annotate-function.
5283
5284 * minibuffer.el (minibuffer-message): If the current buffer is not
5285 a minibuffer, insert the message in the echo area rather than at the
5286 end of the buffer.
5287 (completion-annotate-function): New variable.
5288 (minibuffer-completion-help): Use it.
5289 (completion--embedded-envvar-table): Environment vars are
5290 always case-sensitive.
5291
5292 2009-08-30 Glenn Morris <rgm@gnu.org>
5293
5294 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5295 from fortran-current-defun.
5296 (fortran-beginning-of-subprogram): Be more precise about finding the
5297 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
5298 (fortran-end-of-subprogram): Simplify.
5299 (fortran-current-defun): Use fortran-start-prog-re.
5300
5301 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
5302
5303 * subr.el (do-after-load-evaluation): Simplify.
5304
5305 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5306
5307 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5308
5309 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
5310 (vc-rcs-print-log): Use it.
5311
5312 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5313
5314 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * paths.el (abbrev-file-name): Move to abbrev.el.
5317 * abbrev.el (abbrev-file-name): Move from paths.el.
5318 Obey user-emacs-directory.
5319 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5320 user-emacs-directory.
5321 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5322 abbrev-file-name and calc-settings-file any more.
5323 * startup.el (command-line): Recompute abbrev-file-name and
5324 abbreviated-home-dir.
5325 (normal-no-mouse-startup-screen): Improve the generic code and get rid
5326 of the special code for when C-h bindings haven't been changed.
5327 (display-startup-echo-area-message): Use with-current-buffer.
5328 (command-line-1): Use a list of strings, rather than a list of lists
5329 of strings for longopts.
5330
5331 * files.el (get-free-disk-space): Use / for default-directory.
5332
5333 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5334 Use with-current-buffer.
5335
5336 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5337 Recognize immutable variables like most-positive-fixnum.
5338 (byte-compile-setq-default): Check and warn if trying to assign
5339 to an immutable variable, or a non-variable.
5340
5341 * progmodes/cc-vars.el (c-comment-continuation-stars):
5342 * progmodes/cc-engine.el (c-looking-at-bos):
5343 * progmodes/cc-cmds.el (c-toggle-auto-state)
5344 (c-forward-into-nomenclature, c-backward-into-nomenclature)
5345 (c-comment-line-break-function): Add version of obsolescence.
5346
5347 2009-08-28 Juri Linkov <juri@jurta.org>
5348
5349 * files.el (magic-fallback-mode-alist): Add ZIP magic number
5350 associated with `archive-mode'.
5351
5352 * image.el (image-type-header-regexps): Use only JPEG magic number
5353 to determine JPEG images, and don't use `image-jpeg-p' because
5354 Emacs can display non-JFIF non-Exif JPEG images.
5355
5356 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5357
5358 * arc-mode.el (archive-mode):
5359 * emacs-lisp/re-builder.el (re-builder-unload-function):
5360 Protect against the default value of `major-mode' being nil.
5361
5362 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5365 Fix typos in docstrings.
5366
5367 * progmodes/js.el (js--macro-decl-re): Doc fix.
5368 (js--plain-method-re, js--split-name): Refloc docstring.
5369 (js--class-styles, js--make-merged-item, js--splice-into-items):
5370 Fix typos in docstrings; reflow docstrings.
5371 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5372 (js--variable-decl-matcher, js--inside-pitem-p)
5373 (js--parse-state-at-point, js--get-all-known-symbols)
5374 (js--symbol-history, js-find-symbol, js--js-references)
5375 (js--moz-interactor, js--js-encode-value, js--read-tab):
5376 Fix typos in docstrings.
5377
5378 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * textmodes/reftex.el (reftex-get-file-buffer-force):
5381 * progmodes/verilog-mode.el (verilog-batch-execute-func):
5382 * emulation/viper.el (viper-go-away, viper-set-hooks):
5383 * emacs-lisp/re-builder.el (re-builder-unload-function):
5384 * emacs-lisp/bytecomp.el (byte-compile-file):
5385 * ses.el (ses-unload-function):
5386 * hexl.el (hexl-find-file):
5387 * files.el (normal-mode):
5388 * ehelp.el (with-electric-help):
5389 * autoinsert.el (auto-insert-alist):
5390 * arc-mode.el (archive-mode):
5391 Use (default-value 'major-mode) instead of default-major-mode.
5392
5393 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5394 * international/mule.el (load-with-code-conversion):
5395 * emacs-lisp/debug.el (debug):
5396 * ediff-vers.el (ediff-rcs-get-output-buffer):
5397 * dired.el (dired-internal-noselect): Don't let-bind
5398 default-major-mode around code that doesn't use it.
5399 E.g. buffer creation via get-buffer-create doesn't use it.
5400
5401 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5402
5403 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5404 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5405 when writing the temp file. Otherwise, epa-file gets confused.
5406 (tramp-register-file-name-handlers): Make it a defun. Move also
5407 `epa-file-handler' to the front of `file-name-handler-alist'.
5408
5409 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5412 start right after a ^M.
5413 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5414 (tramp-completion-file-name-regexp-separate)
5415 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5416 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5417 Don't modify last-coding-system-used by accident.
5418 (tramp-completion-file-name-handler): Apply the checks here,
5419 instead during registration.
5420 (tramp-register-file-name-handlers) Renamed from
5421 `tramp-register-file-name-handler'. Register both
5422 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5423 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
5424
5425 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
5426
5427 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5428 Remove variable ...
5429 (gdb-init-1, gdb-display-separate-io-buffer)
5430 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5431 references to it.
5432 (gdb-inferior-io-mode): Use make-comint-in-buffer.
5433 (gdb-inferior-filter): Use comint-output-filter to stop
5434 echoing and remove ^M characters.
5435
5436 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * emulation/viper-init.el (viper-restore-cursor-type):
5439 * emulation/cua-base.el (cua--update-indications):
5440 Replace default-cursor-type with (default-value 'cursor-type).
5441
5442 * mail/sendmail.el (mail-recover-1):
5443 * international/mule-diag.el (describe-current-coding-system-briefly)
5444 (describe-current-coding-system):
5445 * international/mule-cmds.el (select-safe-coding-system)
5446 (select-message-coding-system)
5447 (set-language-environment-coding-systems, set-locale-environment):
5448 * hexl.el (hexl-insert-multibyte-char):
5449 * dos-w32.el (find-buffer-file-type-coding-system):
5450 * simple.el (what-cursor-position):
5451 Replace uses of default-buffer-file-coding-system
5452 with (default-value 'buffer-file-coding-system).
5453
5454 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5455 Replace uses of default-cursor-in-non-selected-windows
5456 with (default-value 'cursor-in-non-selected-windows).
5457 Use with-current-buffer.
5458
5459 * mail/feedmail.el: Use CL macros.
5460 (feedmail-run-the-queue, feedmail-send-it-immediately):
5461 * dos-w32.el (find-buffer-file-type): Replace uses of
5462 default-buffer-file-type with (default-value 'buffer-file-type).
5463
5464 2009-08-28 Glenn Morris <rgm@gnu.org>
5465
5466 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5467 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5468 Use default-value of major-mode rather than default-major-mode.
5469
5470 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * Makefile.in (update-elcfiles): Report left over elc files.
5473
5474 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5475 expand-file-name and with-current-buffer.
5476 (mail-get-names, mail-directory): Use with-current-buffer.
5477
5478 * vc.el (vc-read-revision): New function.
5479 (vc-version-diff, vc-merge): Use it.
5480
5481 2009-08-27 Sam Steingold <sds@gnu.org>
5482
5483 * simple.el (kill-do-not-save-duplicates): New user option.
5484 (kill-new): When it is non-nil, and the new string is the same as
5485 the latest kill, set replace to t to avoid duplicates in kill-ring.
5486
5487 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
5488
5489 * net/tramp.el (tramp-handle-process-file): Do not flush all
5490 caches when `process-file-side-effects' is set.
5491 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5492 instead of `tramp-find-file-exists-command'.
5493 Unset `process-file-side-effects'.
5494
5495 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
5496
5497 * net/tramp.el (tramp-methods): New method "rsyncc".
5498 (top): Add completion function for "rsyncc".
5499 (tramp-message-show-message): New defvar.
5500 (tramp-message, tramp-error): Use it.
5501 (tramp-do-copy-or-rename-file-directly): Extend check for direct
5502 remote copying.
5503 (tramp-do-copy-or-rename-file-out-of-band): Handle new
5504 `tramp-methods' entry `copy-env' of "rsyncc".
5505 (tramp-vc-registered-read-file-names): New defconst.
5506 (tramp-vc-registered-file-names): New defvar.
5507 (tramp-handle-vc-registered): Implement optimization strategy.
5508 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5509 (tramp-vc-file-name-handler): New defun.
5510 (tramp-get-ls-command, tramp-get-test-command)
5511 (tramp-get-file-exists-command, tramp-get-remote-ln)
5512 (tramp-get-remote-perl, tramp-get-remote-stat)
5513 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5514
5515 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5516 (tramp-cache-inhibit-cache): Extend doc string. It allows also
5517 timestamps.
5518 (tramp-get-file-property): Check for timestamps in
5519 `tramp-cache-inhibit-cache'.
5520 (tramp-set-file-property): Write timestamp.
5521
5522 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5523
5524 * language/japan-util.el (japanese-symbol-table): Add entries for
5525 cp932-2-byte.
5526
5527 * international/characters.el: Add category `j' to cp932-2-byte.
5528
5529 2009-08-27 Kenichi Handa <handa@m17n.org>
5530
5531 * international/fontset.el (build-default-fontset-data): New macro.
5532 (setup-default-fontset): Use build-default-fontset-data for CJK,
5533 tibetan, ethiopic, and ipa.
5534
5535 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * cus-start.el (default-major-mode): Customize `major-mode' instead.
5538 (enable-multibyte-characters): Not customizable any more.
5539
5540 * subr.el (default-mode-line-format, default-header-line-format)
5541 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5542 (default-direction-reversed, default-truncate-lines)
5543 (default-left-margin, default-tab-width, default-case-fold-search)
5544 (default-left-margin-width, default-right-margin-width)
5545 (default-left-fringe-width, default-right-fringe-width)
5546 (default-fringes-outside-margins, default-scroll-bar-width)
5547 (default-vertical-scroll-bar, default-indicate-empty-lines)
5548 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5549 (default-fringe-cursor-alist, default-scroll-up-aggressively)
5550 (default-scroll-down-aggressively, default-fill-column)
5551 (default-cursor-type, default-buffer-file-type)
5552 (default-cursor-in-non-selected-windows)
5553 (default-buffer-file-coding-system, default-major-mode)
5554 (default-enable-multibyte-characters): Mark as obsolete.
5555
5556 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
5557
5558 * vc-dir.el (vc-dir-update): Remove debug helper.
5559
5560 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5561
5562 2009-08-26 Sam Steingold <sds@gnu.org>
5563
5564 * simple.el (save-interprogram-paste-before-kill): New user option.
5565 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5566 save the interprogram-paste into kill-ring before overriding it
5567 with the Emacs kill.
5568
5569 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5570
5571 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5572 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5573 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5574 and move to vc-rcs.el.
5575 (vc-default-next-revision): Rename to vc-rcs-next-revision and
5576 move to vc-rcs.el.
5577 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5578 (vc-rcs-update-changelog): Remove.
5579 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5580 and move to vc-rcs.el.
5581
5582 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5583 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5584 renaming.
5585 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5586 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5587 vc.el, renamed to be RCS specific.
5588
5589 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5590 New functions.
5591 (vc-cvs-update-changelog): Move here from vc.el.
5592
5593 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5594 New functions.
5595
5596 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5599
5600 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5601
5602 * vc-git.el (vc-git-register): Use "git add" for directories.
5603 (vc-git-stash, vc-git-stash-show): New functions.
5604 (vc-git-extra-menu-map): Bind them.
5605
5606 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5607 directory correctly in case the item is a directory itself.
5608
5609 * vc.el: Document the desired behavior for reverted files in the
5610 `added' state.
5611 (vc-default-prettify-state-info): Remove function, unused.
5612
5613 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5614
5615 2009-08-26 Glenn Morris <rgm@gnu.org>
5616
5617 * bindings.el (standard-mode-line-format): Reposition dashes in
5618 which-func entry. (Bug#4217)
5619
5620 * files.el (enable-local-variables, enable-local-eval)
5621 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5622 the defcustoms.
5623 (auto-mode-alist, ignored-local-variables)
5624 (save-some-buffers-action-alist): Move risky declarations to the
5625 definitions.
5626 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5627 (font-lock-defaults, format-alist, imenu--index-alist)
5628 (imenu-generic-expression, input-method-alist, minor-mode-alist)
5629 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5630 (mode-line-modified, mode-line-mule-info, mode-line-position)
5631 (mode-line-process, mode-line-remote, outline-level)
5632 (parse-time-rules, rmail-output-file-alist)
5633 (special-display-buffer-names, vc-mode):
5634 Move risky declarations to the relevant files.
5635 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5636 (mode-line-modified, mode-line-process, mode-line-position)
5637 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5638 * font-core.el (font-lock-defaults):
5639 * format.el (format-alist):
5640 * vc-hooks.el (vc-mode):
5641 * window.el (special-display-buffer-names):
5642 * international/mule-cmds.el (input-method-alist):
5643 Define riskiness here (dumped file) rather than in files.el.
5644 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5645 * imenu.el (imenu-generic-expression, imenu--index-alist):
5646 * outline.el (outline-level):
5647 * time.el (display-time-string):
5648 * calendar/parse-time.el (parse-time-rules):
5649 * mail/rmailout.el (rmail-output-file-alist):
5650 Autoload riskiness here, rather than placing in files.el.
5651
5652 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
5653
5654 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5655
5656 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5657
5658 * simple.el (process-file-side-effects): New defvar.
5659
5660 * dired-aux.el (dired-show-file-type):
5661 * vc.el (vc-diff-internal):
5662 * vc-arch.el (vc-arch-diff):
5663 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5664 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5665 * vc-git.el (vc-git-registered, vc-git-working-revision)
5666 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5667 (vc-git--empty-db-p):
5668 * vc-hooks.el (vc-user-login-name):
5669 * vc-svn.el (vc-svn-registered, vc-svn-state)
5670 (vc-svn-dir-extra-headers, vc-svn-find-revision):
5671 * progmodes/grep.el (grep-probe): Let-bind
5672 `process-file-side-effects' with nil.
5673
5674 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5675
5676 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5677 daemon. Replace ping by checking for running service for bluez
5678 and zeroconf. (Bug#4239)
5679
5680 2009-08-25 Kevin Ryde <user42@zip.com.au>
5681
5682 * net/dig.el (dig): Add autoload cookie.
5683
5684 2009-08-25 Glenn Morris <rgm@gnu.org>
5685
5686 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5687 load-history for absolute file-names.
5688 (byte-compile-file-form-require): Warn about use of the cl package.
5689
5690 * format.el (format-alist): Doc fix.
5691
5692 * play/bubbles.el (top-level): Don't require cl at run-time.
5693
5694 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5695 run-time cl).
5696
5697 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
5698
5699 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5700 from cl package.
5701 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5702
5703 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
5704
5705 * calc/calc-alg.el (math-trig-rewrite)
5706 (math-hyperbolic-trig-rewrite): New functions.
5707 (calc-simplify): Simplify trig functions when asked.
5708
5709 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * diff-mode.el (diff-find-source-location): Avoid goto-line.
5712
5713 2009-08-24 Kenichi Handa <handa@m17n.org>
5714
5715 * language/ind-util.el (mapthread): Delete it.
5716 (combinatorial): New function.
5717 (indian--puthash-cv): Use combinatorial instead of mapthread.
5718
5719 2009-08-22 Kevin Ryde <user42@zip.com.au>
5720
5721 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5722 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5723 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5724 Clarify docstring that the value is strings not symbols.
5725 (checkdoc-list-of-strings-p): New function.
5726
5727 2009-08-22 Glenn Morris <rgm@gnu.org>
5728
5729 * files.el (auto-mode-alist):
5730 * hippie-exp.el (he-concat-directory-file-name):
5731 * lpr.el (lpr-windows-system, printer-name):
5732 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5733 * ps-print.el (ps-windows-system):
5734 * startup.el (command-line):
5735 * emulation/viper-ex.el (viper-glob-function):
5736 * international/mule-cmds.el (set-language-environment-coding-systems):
5737 * net/ange-ftp.el (ange-ftp-write-region):
5738 * obsolete/fast-lock.el (fast-lock-cache-name):
5739 Remove code for defunct system-types emx, macos, mswindows, next-mach,
5740 unisoft-unix, vax-vms, win32, w32.
5741
5742 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5743 given name if the pattern is not more specific.
5744
5745 * calendar/lunar.el (lunar-phase-names): New option.
5746 (lunar-phase): Doc fix.
5747 (lunar-cycles-per-year): New constant.
5748 (lunar-index): New function.
5749 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5750 (lunar-phase-name): Use lunar-phase-names.
5751 (calendar-lunar-phases): Use format.
5752 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5753
5754 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5755 Copy imenu-example--name-and-position function here for own use.
5756 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5757
5758 * bs.el (bs--redisplay):
5759 * cus-edit.el (custom-redraw):
5760 * ibuffer.el (ibuffer-bury-buffer):
5761 * server.el (server-goto-line-column):
5762 * startup.el (command-line-1):
5763 * strokes.el (strokes-xpm-for-stroke):
5764 * term.el (term-display-buffer-line):
5765 * view.el (View-goto-line):
5766 * calc/calc.el (calc-do, calc-trail-buffer):
5767 * play/gamegrid.el (gamegrid-add-score-insecure):
5768 * progmodes/ada-mode.el (ada-compile-goto-error):
5769 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5770 (ebrowse-select-1st-to-9nth):
5771 * progmodes/cperl-mode.el (cperl-time-fontification):
5772 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5773 * progmodes/gud.el (gud-display-line):
5774 (idlwave-shell-display-line):
5775 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5776 * progmodes/make-mode.el (makefile-browser-toggle):
5777 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5778 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5779 * textmodes/picture.el (picture-draw-rectangle):
5780 * textmodes/reftex-index.el (reftex-index-goto-letter):
5781 (reftex-select-jump-to-previous):
5782 * textmodes/reftex-sel.el (reftex-find-start-point)
5783 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5784 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5785 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5786 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5787 * textmodes/two-column.el (2C-associated-buffer):
5788 Use forward-line rather than goto-line.
5789
5790 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5791 goto-line.
5792
5793 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5794 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5795 (quick-check-list-to-regexp): Declare.
5796
5797 * progmodes/make-mode.el (makefile-browser-insert-selection):
5798 Use goto-char rather than goto-line.
5799
5800 * progmodes/prolog.el (compilation-error-regexp-alist)
5801 (compilation-forget-errors): Declare.
5802
5803 2009-08-22 Juri Linkov <juri@jurta.org>
5804
5805 * progmodes/grep.el (lgrep, rgrep): At the beginning
5806 set `dir' to `default-directory' unless `dir' is a non-nil
5807 readable directory. (Bug#4052)
5808 (lgrep, rgrep): Change a weird way to report an error
5809 from using `read-string' to using `error'.
5810 Instead of using interactive arguments in the function body,
5811 add new argument `confirm'.
5812
5813 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * textmodes/remember.el (remember-buffer):
5816 * progmodes/cperl-mode.el (cperl-vc-header-alist):
5817 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5818 (icalendar-extract-ical-from-buffer):
5819 * net/newst-treeview.el (newsticker-groups-filename):
5820 * net/newst-backend.el (newsticker-cache-filename):
5821 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5822 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5823 (speedbar-add-ignored-path-regexp, speedbar-line-path)
5824 (speedbar-buffers-line-path, speedbar-path-line)
5825 (speedbar-buffers-line-path):
5826 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5827 (epg-sign-keys):
5828 * epa.el (epa-display-verify-result):
5829 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5830
5831 2009-08-21 Glenn Morris <rgm@gnu.org>
5832
5833 * progmodes/js.el (inferior-moz-process): Fix declaration.
5834
5835 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5836
5837 * obsolete/rnewspost.el (news-mail-reply):
5838 Use goto-char rather than goto-line.
5839
5840 * term/ns-win.el (ns-open-file-select-line):
5841 Use line-beginning-position rather than goto-line.
5842
5843 * apropos.el (apropos-command):
5844 * ehelp.el (electric-helpify):
5845 * printing.el (pr-show-setup):
5846 * strokes.el (strokes-help):
5847 * tutorial.el (tutorial--describe-nonstandard-key)
5848 (tutorial--detailed-help):
5849 * woman.el (woman-mini-help, woman-display-extended-fonts):
5850 * calc/calc-help.el (calc-describe-key):
5851 * emulation/edt.el (edt-electric-helpify):
5852 * international/mule-diag.el (mule-diag):
5853 * play/yow.el (apropos-zippy):
5854 * progmodes/python.el (python-describe-symbol):
5855 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5856 * textmodes/table.el (*table--cell-describe-mode)
5857 (*table--cell-describe-bindings):
5858 Use help-print-return-message rather than the now obsolete alias.
5859
5860 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5861 (calendar-cursor-to-visible-date):
5862 * play/5x5.el (5x5-position-cursor):
5863 * play/decipher.el (decipher):
5864 * play/gomoku.el (gomoku-goto-xy):
5865 * play/landmark.el (lm-goto-xy):
5866 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5867 (mpuz-paint-digit):
5868 Use forward-line, not goto-line.
5869
5870 * mail/rmail.el (rmail-obsolete): Delete custom group.
5871 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5872 (rmail-remote-password, rmail-remote-password-required):
5873 Remove unneeded :set-after and :set properties.
5874
5875 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
5876
5877 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5878
5879 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
5880
5881 * loadup.el: Remove leftover macos code.
5882
5883 * vc-git.el (vc-git-annotate-command): Run asynchronously.
5884 Explicitly pass the date format to git blame so that user local
5885 so that the output format can be parsed.
5886
5887 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5888
5889 * net/dbus.el (top): Don't check for (getenv
5890 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
5891
5892 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
5893
5894 * log-edit.el (log-edit-strip-single-file-name): New var.
5895 (log-edit-insert-changelog): Use it. Bug#3571
5896
5897 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * subr.el (read-passwd): Use read-key so keypad keys work as well.
5900 Bug#3287
5901
5902 * help.el (help-print-return-message): Rename from
5903 print-help-return-message.
5904
5905 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5906 cvs-mode-map parent hack.
5907 (log-view-mode): Derive from special-mode.
5908
5909 * linum.el (linum-mode): window-size-change-functions is redundant.
5910 Adapt to new window-configuration-change-hook behavior.
5911 (linum-after-size, linum-after-config): Remove.
5912
5913 * imenu.el (imenu-example--name-and-position)
5914 (imenu-example--lisp-extract-index-name)
5915 (imenu-example--create-lisp-index, imenu-example--create-c-index):
5916 Mark as obsolete.
5917
5918 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5919 (inferior-prolog-mode): Use it.
5920 (inferior-prolog-load-file): Reset list of errors.
5921
5922 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5923
5924 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5925
5926 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5927
5928 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
5929
5930 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5931 is running already.
5932
5933 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * subr.el (listify-key-sequence-1): Use normal syntax since those
5936 integers are nowadays always represented by the same (positive) number
5937 on all platforms.
5938 (read-key-empty-map): New const.
5939 (read-key-delay): New var.
5940 (read-key): New function.
5941 (force-mode-line-update): Use with-current-buffer.
5942 (locate-user-emacs-file): Don't forget to abbreviate the file name.
5943 (start-process-shell-command, start-file-process-shell-command):
5944 Discourage the use of command-args.
5945
5946 2009-08-19 Glenn Morris <rgm@gnu.org>
5947
5948 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5949
5950 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * simple.el (choose-completion-string): Don't rely on
5953 minibuffer-completing-file-name and ad-hoc checks to decide whether
5954 to continue completion or not.
5955
5956 * minibuffer.el (minibuffer-hide-completions): New function.
5957 (completion--do-completion): Use it.
5958 (completions-annotations): New face.
5959 (completion--insert-strings): Use it.
5960 (completion-pcm--delim-wild-regex): Add docstring.
5961 (completion-pcm--string->pattern): Add support for 0-width delimiters
5962 in completion-pcm--delim-wild-regex.
5963
5964 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5967 Remove unused var `buffer-modified-p'.
5968
5969 * minibuffer.el (completion--do-completion): Move point for the #b001
5970 case as well (bug#4176).
5971 (minibuffer-complete, minibuffer-complete-word): Don't move point.
5972
5973 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5974
5975 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
5976 and :session buses.
5977
5978 2009-08-18 Kenichi Handa <handa@m17n.org>
5979
5980 * international/ucs-normalize.el (ucs-normalize-version):
5981 Change to 1.1.
5982 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5983 (utf-8-hfs): Make it perform normalization on encoding too.
5984
5985 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
5986 (sentence-end-without-space): Delete duplicated chars.
5987 (sentence-end-base): Likewise.
5988
5989 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
5990 (html-mode): Delete duplicated chars from sentence-end-base.
5991
5992 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
5993 (texinfo-mode): Delete duplicated chars from sentence-end-base.
5994
5995 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5996
5997 * files.el (hack-one-local-variable): If the mode function is for
5998 a minor mode, pass it an argument (Bug#4148).
5999
6000 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
6001
6002 * net/tramp.el (tramp-register-completion-file-name-handler):
6003 Check also for (member 'partial-completion completion-styles).
6004
6005 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6008 abbrev (Bug#3943).
6009
6010 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
6011
6012 * progmodes/cperl-mode.el: Merge upstream 6.2.
6013 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6014 (cperl-forward-re): Check cperl-brace-recursing.
6015 (cperl-highlight-charclass): New function.
6016 (cperl-find-pods-heres): Use it.
6017 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6018 (cperl-beautify-regexp-piece): Fix column calculation.
6019 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6020 (cperl-beautify-level): Don't process entire regexp.
6021 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6022 calling man.
6023 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6024 (cperl-init-faces): Build a list in the normal way.
6025
6026 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6027
6028 * calendar/parse-time.el (parse-time-string-chars): Save match
6029 data.
6030
6031 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6034 (sql-product): Use it.
6035 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6036 (sql-set-product): Add completion.
6037 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6038 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6039 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6040 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6041 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6042 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6043 (sql-highlight-db2-keywords): Remove.
6044 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6045 (sql-highlight-product): Use derived-mode-p.
6046 (sql-set-sqli-buffer): Use with-current-buffer.
6047 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6048 Simplify.
6049
6050 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6051
6052 * term.el: Fix commenting convention, turn comments into docstrings.
6053
6054 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6055
6056 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6057
6058 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
6059
6060 * calendar/parse-time.el (parse-time-string-chars): Compute using
6061 character classes, to handle non-ascii characters (Bug#3190).
6062
6063 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6066 another heredoc if the user adds another < (Bug#3226).
6067
6068 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6069 Don't initialize based on window-system (Bug#4124).
6070
6071 * facemenu.el (facemenu-read-color): Use a completion function
6072 that accepts any defined color, such as RGB triplets (Bug#3677).
6073
6074 * files.el (get-free-disk-space): Change fallback default
6075 directory to /. Expand DIR argument before switching to fallback.
6076 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6077
6078 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6079
6080 * files.el (load-library): Doc fix.
6081
6082 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
6083
6084 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6085 (viper-if-string): Redefine C-s in the minibuffer to insert the last
6086 incremental search string.
6087
6088 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6089 XEmacs.
6090
6091 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6092 (ediff-merge-region-is-non-clash)
6093 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6094 Also check if the job is really a merge job.
6095
6096 * ediff.el (ediff-current-file): New function.
6097
6098 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * progmodes/js.el: Edit docstrings throughout to follow Emacs
6101 conventions.
6102 (js-insert-and-indent): Delete function.
6103 (js-mode-map): Don't bind keys to js-insert-and-indent.
6104 (js-beginning-of-defun): Rename from js--beginning-of-defun.
6105 (js-end-of-defun): Rename from js--end-of-defun.
6106 (js-auto-indent-flag): Delete variable.
6107
6108 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * progmodes/js.el: Remove proclaim statement.
6111 Defvar which-func-imenu-joiner-function to silence compiler.
6112
6113 * files.el (auto-mode-alist): Use js-mode for .js files.
6114
6115 * progmodes/js2-mode.el: Remove file.
6116
6117 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6118
6119 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6120
6121 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6122
6123 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
6124 Karl Landstrom <karl.landstrom@brgeight.se>
6125
6126 * progmodes/js.el: New file.
6127
6128 2009-08-14 Mark A. Hershberger <mah@everybody.org>
6129
6130 * timezone.el (timezone-parse-date): Add ability to understand ISO
6131 basic format (minimal separators) dates in addition to the
6132 already-supported extended format dates.
6133
6134 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6135
6136 * international/ucs-normalize.el: Add a `coding' file variable.
6137
6138 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6139
6140 2009-08-14 Sam Steingold <sds@gnu.org>
6141
6142 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6143
6144 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * faces.el (help-argument-name): Define it here instead of
6147 help-fns.el, because in daemon mode help-fns.el may be loaded when
6148 faces are still uninitialized (Bug#1078).
6149
6150 * help-fns.el (help-argument-name): Move defface to faces.el.
6151
6152 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6153
6154 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6155 create buffer with a pty but no process so that GDB can make the
6156 inferior the controlling process.
6157
6158 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
6159
6160 * international/ucs-normalize.el: New file.
6161
6162 2009-08-13 Richard Stallman <rms@gnu.org>
6163
6164 * mail/rmail.el (rmail-get-attr-names):
6165 Accept an attribute header that is too short.
6166
6167 * mail/rmail.el (rmail-forget-messages):
6168 Ignore nil elt in rmail-message-vector. Use dotimes.
6169
6170 * progmodes/compile.el (compilation-goto-locus):
6171 Use next-error-move-function.
6172
6173 * simple.el (next-error-move-function): New variable.
6174
6175 2009-08-12 Juri Linkov <juri@jurta.org>
6176
6177 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6178 always non-nil. (Bug#4052)
6179
6180 * replace.el (read-regexp): Return empty string when
6181 `default-value' is nil.
6182 (keep-lines-read-args): Don't use empty string as the
6183 default value for `read-regexp'. (Bug#2495)
6184
6185 2009-08-12 Juri Linkov <juri@jurta.org>
6186
6187 * international/mule-cmds.el (ucs-insert): Change arguments
6188 from `arg' to `character', `count', `inherit' to be the same
6189 as in `insert-char'. Doc fix. (Bug#4039)
6190
6191 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6192
6193 2009-08-12 Juri Linkov <juri@jurta.org>
6194
6195 * files-x.el: New file.
6196
6197 * files.el: Move code that deals with adding/deleting
6198 file/directory-local variables to files-x.el.
6199
6200 * Makefile.in (ELCFILES): Add files-x.elc.
6201
6202 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
6203
6204 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6205 to use `goto-line'.
6206 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6207 `goto-line'.
6208 (gdb-invalidate-disassembly): Do not refresh upon receiving
6209 'update signal. Instead, update all disassembly buffers only after
6210 threads list.
6211 (gdb): Send -target-detach when buffer is killed (Bug#3794).
6212 (gdb-starting): Moved -data-list-register-names...
6213 (gdb-stopped): ...here so it's sent when first thread stops.
6214 (gdb-registers-handler-custom): Do nothing if register names are
6215 unknown yet.
6216
6217 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6218 from `gdb-mi.el' to avoid extra tangling.
6219
6220 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6221 change which breaks `gud-def' definitions used in `gdb'.
6222 (gdb-update-gud-running): No extra fuss for updating frame number.
6223
6224 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6225
6226 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6227 (describe-language-environment-map, setup-language-environment-map)
6228 (set-coding-system-map): Move initialization into declaration.
6229 (set-language-info-alist): Last arg to define-key-after can be skipped.
6230
6231 * international/quail.el (quail-completion-1): Simplify.
6232 (quail-define-rules): Use slightly more compact code.
6233 (quail-insert-decode-map): Propertize keys, compact columns.
6234
6235 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6236 Add goto-line.
6237
6238 2009-08-10 Miles Bader <miles@gnu.org>
6239
6240 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6241 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6242 (js2-instance-member, js2-private-member, js2-private-function-call)
6243 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6244 (js2-magic-paren, js2-external-variable):
6245 Remove "-face" suffix from face names.
6246 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6247 (js2-highlight-undeclared-vars, js2-peek-token)
6248 (js2-parse-function-params, js2-mode-show-errors)
6249 (js2-mode-show-warnings, js2-make-magic-delimiter)
6250 (js2-mode-highlight-magic-parens): Update to use new face names.
6251
6252 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
6253
6254 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6255 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
6256
6257 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * subr.el: Provide hashtable-print-readable.
6260
6261 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6262 hs-c-like-adjust-block-beginning.
6263 (hs-hide-block-at-point): Stop hiding at the beginning of
6264 hs-block-end-regexp (Bug#700).
6265
6266 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
6267
6268 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6269 a macro.
6270 (gdb-registers-handler-custom): Do not fail when register names
6271 are unavailable.
6272
6273 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6274
6275 * progmodes/gdb-mi.el (gdb-control-all-threads)
6276 (gdb-control-current-thread): Interactive setters for
6277 `gdb-gud-control-all-threads' to use in menu.
6278 (gdb-show-run-p): Show «Go» when process is not active.
6279 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
6280 gud/thread.xpm and gud/all.xpm.
6281
6282 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
6283
6284 * net/net-utils.el (net-utils-font-lock-keywords): New var.
6285 (nslookup-font-lock-keywords): Make it a variable.
6286 (net-utils-mode): New mode for viewing diagnostic network output.
6287 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6288 (net-utils-run-simple): New function.
6289 (ifconfig, iwconfig, netstat, arp, route): Use it.
6290
6291 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6292
6293 * progmodes/gdb-mi.el (gdb-read-memory-custom)
6294 (gdb-memory-set-address, def-gdb-set-positive-number)
6295 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6296 after changing settings.
6297 (gdb-invalidate-disassembly): Update when first shown.
6298 (gdb-edit-locals-value): Fixed.
6299 (gdb-registers-handler-custom): Print registers in right order and
6300 allow changing register values (only for current thread yet).
6301 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6302 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6303 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6304 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6305 info in mode name.
6306 (gdb-registers-mode-map): TAB to switch to locals.
6307
6308 2009-08-08 Eli Zaretskii <eliz@gnu.org>
6309
6310 * mail/rmail.el (rmail-add-mbox-headers)
6311 (rmail-set-message-counters-counter): Search for
6312 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
6313
6314 2009-08-08 Glenn Morris <rgm@gnu.org>
6315
6316 * Makefile.in (ELCFILES): Update.
6317
6318 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6319
6320 * mail/sendmail.el (mail-yank-original): Set
6321 buffer-file-coding-system from the one used by the message whose
6322 text is yanked.
6323
6324 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6325 to "windows" when "pgnuplot" is used.
6326 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6327 call accept-process-output if "pgnuplot" is used.
6328 (calc-graph-init): Don't send -display and -geometry to
6329 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
6330 running "pgnuplot -V" with shell-command-to-string.
6331
6332 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6333 the default.
6334
6335 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6336
6337 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6338 org/org-latex.elc.
6339
6340 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6341
6342 * vc-dispatcher.el (vc-resynch-window): Update comment.
6343
6344 * term.el (term-handle-ansi-escape): Add comments with the
6345 terminfo capabilities implemented.
6346
6347 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
6348
6349 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6350 (gdb-var-create-handler): Rewritten using JSON parser.
6351 (gdb-propertize-header): Moved earlier.
6352 (gdb-set-header): Removed to avoid duplication.
6353 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6354 Refresh disassembly buffers only after threads list have been
6355 update.
6356 (gdb-threads-header, gdb-registers-header): Per-buffer header line
6357 variables.
6358
6359 2009-08-04 Juri Linkov <juri@jurta.org>
6360
6361 * files.el: Commands to add/delete file/directory-local variables.
6362 (read-file-local-variable, read-file-local-variable-value)
6363 (read-file-local-variable-mode, modify-file-local-variable)
6364 (modify-file-local-variable-prop-line)
6365 (modify-dir-local-variable): New functions.
6366 (add-file-local-variable, delete-file-local-variable)
6367 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6368 (add-dir-local-variable, delete-dir-local-variable)
6369 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6370 (copy-dir-locals-to-file-locals-prop-line): New commands.
6371
6372 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * abbrev.el (insert-abbrev-table-description): Prettify output.
6375 Suggested by Karl Chen.
6376
6377 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
6378
6379 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6380 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6381 (gdb-overlay-arrow-position, gdb-thread-position)
6382 (gdb-disassembly-position): Declare variables.
6383 (gdb-wait-for-pending): Function now.
6384 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6385 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6386 compilation goes smoothly.
6387 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6388 (gdb-non-stop-setting): New customization setting which replaces
6389 `gdb-non-stop' so changing it doesn't break active GDB session.
6390 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6391 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6392 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6393 (gdb-show-threads-by-default): New customization options.
6394 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6395 routines.
6396 (gdb-get-buffer-create): Send buffers update signal when they are
6397 created.
6398 (gdb-invalidate-locals, gdb-invalidate-registers)
6399 (gdb-invalidate-breakpoints)
6400 (gdb-invalidate-threads, gdb-invalidate-disassembly)
6401 (gdb-invalidate-memory): Accept update signal.
6402 (gdb-current-context-command): Use --frame option.
6403 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6404 Implement `gdb-frame-number' selection logic.
6405 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6406 whether to show GUD toolbar buttons.
6407 (gdb-thread-exited): Unselect current thread when it exits.
6408 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6409 (gdb-mark-line): Routine which sets overlay arrow or inverses
6410 video on fringeless displays.
6411 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6412 to build aligned columns of data in GDB buffers and set text
6413 properties line-by-line.
6414 (gdb-invalidate-breakpoints)
6415 (gdb-breakpoints-list-handler-custom)
6416 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6417 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6418 (gdb-registers-handler-custom): Align data columns.
6419 (gdb-locals-handler-custom): Now prints data like in variable
6420 declarations.
6421 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6422 Removed confusing buttons.
6423 (gdb-invalidate-threads): Append --frame.
6424 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6425 between breakpoints/threads buffers.
6426 (gdb-set-window-buffer): Now can ignore dedicated windows.
6427 (gdb-propertize-header): Use `gdb-set-window-buffer'.
6428 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6429 (def-gdb-thread-buffer-gud-command): Replaces
6430 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6431 for fine thread control.
6432 (gdb-preempt-existing-or-display-buffer): New function used to
6433 display bound buffers without breaking window layout.
6434 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6435 (gdb-select-frame): New version of `gdb-frames-select' which now
6436 sets `gdb-frame-number' so commands may use --frame option instead
6437 of inner debugger state.
6438 (gdb-frame-handler): Do not set `gdb-frame-number'.
6439 (gdb-threads-mode-map): Select threads with mouse.
6440
6441 * progmodes/gud.el (gdb-gud-context-call): Declare function to
6442 avoid compilation warning.
6443 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6444 `gdb-show-stop-p`.
6445
6446 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6447 Argument `key' renamed to `buffer-type'.
6448 (gdb-current-context-buffer-name): Do not add thread info to
6449 buffer name when no thread is selected.
6450 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6451 command (bug 3794).
6452 (gdb-thread-selected): Handle `=thread-selected' notification.
6453 (gdb-wait-for-pending): New macro to deal with congestion problems.
6454 (gdb-breakpoints-list-handler-custom): Don't fail on pending
6455 breakpoints.
6456 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6457 This fixes problem similar to one described in bug 3947.
6458 (gud-menu-map): More menu items.
6459 (gdb-init-1): Reset `gdb-thread-number' to nil.
6460
6461 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6462 non-stop settings.
6463
6464 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6465 (gdb-current-context-command): Do not append --thread if
6466 `gdb-thread-number' is nil.
6467 (gdb-running-threads-count, gdb-stopped-threads-count): New
6468 variables.
6469 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6470 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6471 customization options.
6472 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6473 GUD commands.
6474 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6475 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6476 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6477 set `gdb-thread-number' and update `gud-running' properly.
6478 (gdb-running): Update threads list when new threads appear.
6479 (gdb-stopped): Support non-stop operation and new thread switching
6480 logic.
6481 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6482 (gdb-json-partial-output): New set of JSON routines.
6483 (def-gdb-auto-update-trigger): New `signal-list' optional
6484 argument.
6485 (gdb-thread-list-handler-custom): Update `gud-running',
6486 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6487 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6488 (gdb-continue-thread, gdb-step-thread): New commands for fine
6489 thread execution control.
6490 (gud-menu-map): New menu items to switch non-stop options.
6491 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6492 (gdb-send): Mimic RET properly (bug 3794).
6493
6494 * progmodes/gdb-mi.el (gdb-rules-name-maker)
6495 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6496 gdb-buffer-rules.
6497 (def-gdb-auto-update-handler): New nopreserve optional argument.
6498 (gdb-stack-list-frames-custom): Print stack from top to bottom.
6499
6500 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6501 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6502 (gdb-parent-mode): New mode to derive other GDB modes from.
6503 (gdb-display-disassembly-for-thread)
6504 (gdb-frame-disassembly-for-thread): New commands for threads
6505 buffer.
6506
6507 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6508 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6509 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6510 (gdb-update): We now store all GDB buffers in a list so that they
6511 can be updated by traversing a list instead of calling invalidate
6512 triggers explicitly.
6513 (def-gdb-trigger-and-handler): New macro to define trigger-handler
6514 pair for GDB buffer.
6515 (gdb-stack-buffer-name): Add thread information.
6516 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6517 handle pending triggers.
6518 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6519 (def-gdb-thread-buffer-simple-command)
6520 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6521 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6522 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6523 New commands which show buffers bound to thread.
6524 (gdb-stack-list-locals-regexp): Removed unused regexp.
6525
6526 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6527 (gdb-locals-buffer-name, gdb-registers-buffer-name)
6528 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6529 to (gud-comint-buffer) in *-buffer-name functions
6530 because (gdb-get-target-string) already does that.
6531 (gdb-locals-handler-custom, gdb-registers-handler-custom)
6532 (gdb-changed-registers-handler): Rewritten without regexps.
6533
6534 * progmodes/gdb-mi.el: Basic thread selection support.
6535 (gdb-thread-number): New variable.
6536 (gdb-current-context-command): New macro which adds --thread
6537 option to command.
6538 (gdb-threads-mode-map): Select thread with SPC.
6539 (gdb-thread-list-handler-custom): Mark current thread with overlay
6540 arrow. Synchronize GDB thread and Emacs thread.
6541 (gdb-select-thread): New command which selects current thread.
6542 (gdb-invalidate-frames, gdb-invalidate-locals)
6543 (gdb-invalidate-registers): Use --thread option.
6544
6545 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
6546
6547 * net/tramp.el (top): Make check for tramp-gvfs loading more
6548 robust. (Bug#3977)
6549 (tramp-handle-insert-file-contents): `unwind-protect' must be
6550 inside `with-parsed-tramp-file-name'.
6551
6552 * net/tramp-gvfs.el (top): Remove superfluous message when loading
6553 fails.
6554
6555 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
6556
6557 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6558 directory if CLASSPATH is not set.
6559
6560 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
6561
6562 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6563 New defconst.
6564 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
6565
6566 2009-08-02 Kevin Ryde <user42@zip.com.au>
6567
6568 * net/newst-backend.el (newsticker--raw-url-list-defaults):
6569 Update freshmeat link. Delete newsforge.com as it seems gone.
6570
6571 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6572
6573 * select.el (x-set-selection): Doc fix (Bug#4021).
6574
6575 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6576
6577 * help-fns.el (describe-variable): Treat list return values from
6578 dir-locals-find-file properly (Bug#4005).
6579
6580 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
6581
6582 * net/tramp.el (tramp-debug-message): Print also microseconds.
6583
6584 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
6585
6586 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6587 or END is non-nil.
6588 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6589 (tramp-get-debug-buffer): Change `outline-regexp' according to new
6590 format.
6591
6592 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6593 (tramp-get-file-property): Use it.
6594
6595 * autorevert.el (auto-revert-handler): Allow
6596 `auto-revert-tail-mode' for remote files.
6597
6598 2009-08-02 Jason Rumney <jasonr@gnu.org>
6599
6600 * minibuffer.el (read-file-name): Treat confirm options to
6601 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
6602
6603 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6606 (font-lock-variable-name-face, font-lock-constant-face): Darken
6607 the colors for light backgrounds.
6608
6609 2009-08-01 Eli Zaretskii <eliz@gnu.org>
6610
6611 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6612 month names. (Bug#3987)
6613
6614 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
6615
6616 * simple.el (line-move-finish): Pass whole number to
6617 line-move-to-column.
6618 (line-move-visual): Perform hscroll to the recorded position.
6619
6620 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
6621
6622 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6623
6624 2009-07-29 Alan Mackenzie <acm@muc.de>
6625
6626 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6627
6628 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
6629
6630 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6631 (gdb-place-breakpoints): Use full path when setting breakpoints.
6632
6633 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6634
6635 * calc/calc.el (calc-mode-map): Add keybinding for
6636 `calc-transpose-lines'.
6637
6638 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
6639
6640 * calc/calc-misc.el (calc-transpose-lines): New function.
6641
6642 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
6643
6644 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6645 Simplify check for out-of-band methods.
6646 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6647 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
6648
6649 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6650
6651 * vc-git.el (vc-git-checkin): Fix typo.
6652
6653 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
6654
6655 * progmodes/js2-mode.el: New file.
6656
6657 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
6658
6659 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6660 (gud-menu-map): Adjust tooltip accordingly.
6661
6662 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6663
6664 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6665 (vc-bzr-log-view-mode): Adjust log-view-file-re.
6666
6667 * add-log.el (change-log-mode-map): Add a menu.
6668
6669 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
6670
6671 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6672 function returns nil.
6673 (dbus-handle-event): Handle special return value :ignore.
6674 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6675
6676 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
6677
6678 * view.el (view-mode-enable): Don't define Helper-return-blurb if
6679 it's not needed.
6680
6681 2009-07-25 Eli Zaretskii <eliz@gnu.org>
6682
6683 Fix Bug#3888:
6684
6685 * w32-vars.el (x-select-enable-clipboard): Doc fix.
6686
6687 * term/pc-win.el (x-display-name, x-colors)
6688 (x-select-enable-clipboard, x-select-text): Doc fix.
6689
6690 * term/common-win.el (x-display-name, x-colors): Doc fix.
6691
6692 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6693 (xw-defined-colors): Doc fix.
6694
6695 * w32-fns.el (x-select-text, x-setup-function-keys)
6696 (x-get-selection, x-set-selection): Doc fix.
6697
6698 * term/x-win.el (x-select-text, x-setup-function-keys)
6699 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6700
6701 * select.el (x-set-selection): Doc fix.
6702
6703 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
6704
6705 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6706 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6707 "IsNSSSupportAvailable" method is not available. Reported by
6708 Steve Youngs <steve@sxemacs.org>.
6709
6710 2009-07-24 Kenichi Handa <handa@m17n.org>
6711
6712 * international/characters.el: Fix setting of category ?C, ?|, ?K,
6713 and ?H. Fix setting of case for Latin Extended and Greek Extended.
6714 (build-unicode-category-table): Fix range checks.
6715
6716 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6717
6718 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6719 the buffer we try to sync is current when calling
6720 vc-resynch-buffer.
6721
6722 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6723 not show up to date files.
6724
6725 2009-07-24 Glenn Morris <rgm@gnu.org>
6726
6727 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6728 Add autoload cookies. If necessary, initialize.
6729 (elint-log): Handle non-file buffers.
6730 (elint-initialize): Add optional argument to reinitialize.
6731 (elint-find-builtin-variables): Save excursion.
6732
6733 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6734
6735 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6736 for Lint.
6737
6738 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6739
6740 * vc.el (vc-print-log-internal): New function, split out from ...
6741 (vc-print-log): ... here.
6742 (vc-dir-move-to-goal-column): Declare.
6743
6744 * vc-git.el (vc-git-add-signoff): New variable.
6745 (vc-git-checkin): Use it.
6746 (vc-git-toggle-signoff): New function.
6747 (vc-git-extra-menu-map): Bind it to menu.
6748 (vc-git--run-command-string): Accept a nil FILE argument.
6749 (vc-git-stash-list): New function.
6750 (vc-git-dir-extra-headers): Use it.
6751
6752 2009-07-23 Glenn Morris <rgm@gnu.org>
6753
6754 * help-fns.el (describe-variable): Describe ignored and risky local
6755 variables in a similar way to that in which we describe safe ones.
6756
6757 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6758 (byte-compile-output-file-form, byte-compile-output-docform)
6759 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6760 Give some more local variables with common names a "bytecomp-" prefix,
6761 so as not to shadow things during compilation.
6762 * emacs-lisp/cl-macs.el (load-time-value)
6763 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6764 `outbuffer' to `bytecomp-outbuffer'.
6765
6766 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6767 since the next two variables cover them automatically now.
6768 (elint-builtin-variables, elint-autoloaded-variables): New.
6769 (elint-unknown-builtin-args): Remove all members, since they can be
6770 parsed automatically now.
6771 (elint-extra-errors): New.
6772 (elint-env-add-env, elint-env-add-macro): Use cadr.
6773 (elint-current-buffer): Use or. Change final message.
6774 (elint-get-top-forms): Use line-end-position.
6775 (elint-init-env): Use cadr. Handle autoload, declare-function,
6776 and defalias.
6777 (elint-add-required-env): Doc fix. Use or. Standardize error.
6778 (regexp-assoc): Remove unused function.
6779 (elint-top-form): Set elint-current-pos, to record the start of the
6780 top-level form, for compilation-mode.
6781 (elint-form): Trap errors in macro expansion. Use dolist.
6782 (elint-unbound-variable): Use elint-builtin-variables and
6783 elint-autoloaded-variables.
6784 (elint-get-args): Use cadr, or.
6785 (elint-check-cond-form): Use dolist, cadr.
6786 (elint-check-condition-case-form): Doc fix. Use cadr.
6787 Use elint-extra-errors.
6788 (elint-log): New function.
6789 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6790 Distinguish errors and warnings.
6791 (elint-log-message): Use with-current-buffer. Inhibit read-only.
6792 Use a bytecomp-style format.
6793 (elint-clear-log): Preserve default-directory. Inhibit read-only.
6794 (elint-get-log-buffer): Use compilation mode. Disable undo.
6795 Don't truncate lines.
6796 (elint-initialize): Set builtin and autoloaded variable lists.
6797 Only process elint-unknown-builtin-args if non-nil.
6798 (elint-find-builtin-variables, elint-find-autoloaded-variables):
6799 New functions.
6800 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
6801
6802 2009-07-22 Kevin Ryde <user42@zip.com.au>
6803
6804 * net/newst-backend.el (newsticker--parse-atom-1.0)
6805 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6806 (newsticker--parse-rss-1.0):
6807 * progmodes/idlwave.el (idlwave-mode):
6808 * progmodes/idlw-shell.el (idlwave-shell-mode):
6809 * progmodes/vera-mode.el (vera-mode):
6810 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6811 * progmodes/vhdl-mode.el (vhdl-mode):
6812 * textmodes/table.el (table-generate-source)
6813 (table--warn-incompatibility):
6814 Hyperlink urls in docstrings with URL `...'.
6815
6816 2009-07-22 Glenn Morris <rgm@gnu.org>
6817
6818 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6819 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6820 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6821 Remove leading * from defcustom docs.
6822
6823 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
6824
6825 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6826 defcustom doc.
6827 (list-load-path-shadows): Optionally, just return shadows as a string.
6828
6829 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6830
6831 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6832
6833 * mail/rmailedit.el (rmail-edit-mode): Use
6834 auto-save-include-big-deletions.
6835
6836 * mail/rmail.el (rmail-variables): Use
6837 auto-save-include-big-deletions.
6838
6839 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6840 changes.
6841
6842 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6843
6844 * calc/calc.el (calc-undo-length): New variable.
6845 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6846
6847 2009-07-21 Richard Stallman <rms@gnu.org>
6848
6849 * files.el (auto-save-mode): Handle buffer-save-size = -2
6850 for toggling mode.
6851
6852 2009-07-21 Glenn Morris <rgm@gnu.org>
6853
6854 * textmodes/ispell.el (ispell-looking-back): Update declaration.
6855
6856 * calendar/todo-mode.el (calendar-current-date): Update declaration.
6857
6858 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6859 silence compiler. Instead...
6860 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6861 (ps-print-ensure-fontified): Update for above function name changes.
6862
6863 * printing.el (pr-mh-get-msg-num, pr-mh-show)
6864 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6865 silence compiler. Instead...
6866 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6867 (mh-show-buffer): Only define for compiler.
6868 (pr-mh-current-message): Update for above function name changes.
6869
6870 * files.el (abort-if-file-too-large): Explicitly pass `filename'
6871 as an argument.
6872 (find-file-noselect, insert-file-1): Update for above change.
6873
6874 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6875
6876 * mail/mailclient.el (mailclient-send-it): Fix message.
6877
6878 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6879 (edebug-eval): Check cl-debug-env is bound.
6880 (print-level, print-circle): Don't redefine built-in variables.
6881
6882 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6883 (custom-print-vectors): Remove old comments from doc.
6884
6885 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6886 (emerge-version): Make the variable an obsolete alias for the
6887 emacs-version variable. Make the function obsolete.
6888 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6889 Emerge options, rather than merging in into the main Options menu.
6890 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
6891 and auto advance modes. Disable edit/fast items when not relevant.
6892
6893 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6894
6895 * term/vt420.el (terminal-init-vt420): Fix typo.
6896
6897 2009-07-20 Sam Steingold <sds@gnu.org>
6898
6899 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6900 variable (removed from compile.el on 2004-03-11).
6901
6902 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
6903
6904 * files.el (hack-local-variables-filter): Fix last change.
6905
6906 2009-07-19 Juri Linkov <juri@jurta.org>
6907
6908 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6909 (dir-local-variables-alist): New buffer-local variable.
6910 (hack-local-variables-filter): If variable is not dir-local,
6911 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6912 because file-local overrides dir-local.
6913 (c-postprocess-file-styles)<declare-function>:
6914 Remove obsolete declaration.
6915 (hack-dir-local-variables): Add dir-local variable/value pair to
6916 `dir-local-variables-alist' and remove duplicates. Doc fix.
6917
6918 * help-fns.el (describe-variable): Add information about
6919 file-local and dir-local variables.
6920
6921 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
6922
6923 * files.el (hack-local-variables-filter): Rewrite.
6924
6925 2009-07-19 Glenn Morris <rgm@gnu.org>
6926
6927 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6928 Silence compiler by only defining on XEmacs.
6929
6930 * international/mule.el (auto-coding-regexp-alist): Only match
6931 BABYL... at the start of buffer, not of lines. (Bug#3790)
6932
6933 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6934 non-calendar buffers (Bug#3862). Restore "not on a date" message.
6935 (cal-menu-context-mouse-menu): Doc fix.
6936
6937 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6938
6939 * simple.el (mail-user-agent): Doc fix. Set :version tag.
6940
6941 2009-07-18 Juri Linkov <juri@jurta.org>
6942
6943 * info.el: Virtual Info keyword finder.
6944 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6945 (Info-finder-file): New variable.
6946 (Info-finder-find-file): New function.
6947 (finder-known-keywords, finder-package-info)
6948 (find-library-name, lm-commentary): Use defvar and
6949 declare-function to silence compiler warnings.
6950 (Info-finder-find-node): New function.
6951 (info-finder): New command.
6952
6953 * subr.el (process-kill-buffer-query-function): New function.
6954 (add-hook)<kill-buffer-query-functions>: Add hook
6955 `process-kill-buffer-query-function'.
6956
6957 2009-07-18 Alan Mackenzie <acm@muc.de>
6958
6959 * progmodes/cc-mode.el (c-before-hack-hook)
6960 (c-postprocess-file-styles): Give invocation of `c-set-style'
6961 DONT-OVERRIDE parameter of t. Already set style variables will
6962 thus not be overridden by style settings given by `c-file-syle'.
6963
6964 * files.el (hack-local-variables-filter): Remove entries with
6965 duplicate keys from `file-local-variables-alist'.
6966
6967 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6968
6969 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6970 x-set-selection if display-selections-p returns nil for the
6971 current frame.
6972
6973 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6976
6977 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6978
6979 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6980 Accept nil in addition to a regexp.
6981 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6982 Accept nil in addition to a regexp.
6983 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6984 buffers that have an associated file. Handle nil values of
6985 desktop-buffers-not-to-save and desktop-files-not-to-save.
6986 (Bug#3833)
6987
6988 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6989 (x-disown-selection-internal): New functions.
6990
6991 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
6992
6993 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6994 warning.
6995 (gdb-breakpoints-header): Move forward to avoid compiler warning.
6996 (gdb-make-header-line-mouse-map): Remove duplicate definition.
6997
6998 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
6999
7000 * simple.el (set-mark): Revert last change.
7001
7002 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
7003
7004 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7005 rendering of pngs is not possible instead of messaging a long
7006 description.
7007
7008 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
7009
7010 * w32-fns.el (x-selection-owner-p): New function.
7011
7012 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7013 (mouse-yank-at-click, mouse-yank-primary): If
7014 select-active-regions is non-nil, deactivate the mark before
7015 insertion.
7016
7017 * simple.el (deactivate-mark, set-mark): Only save selection if we
7018 own it.
7019
7020 2009-07-17 Kenichi Handa <handa@m17n.org>
7021
7022 * case-table.el (describe-buffer-case-table): Fix for the case
7023 that KEY is a cons.
7024
7025 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7026
7027 * vc-rcs.el (vc-rcs-find-file-hook):
7028 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7029
7030 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
7031
7032 * net/tramp.el (tramp-wait-for-output): Handle the case when
7033 commands do not return a newline but a null byte before the shell
7034 prompt. (Bug#3858)
7035
7036 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7037
7038 * term/ns-win.el (ns-set-alpha): Don't declare.
7039 (ns-set-background-alpha): Remove function.
7040
7041 2009-07-16 Kevin Ryde <user42@zip.com.au>
7042
7043 * emacs-lisp/copyright.el (copyright-update): Save match-data across
7044 y-or-n-p, for safety.
7045
7046 2009-07-16 Richard Stallman <rms@gnu.org>
7047
7048 * files.el (auto-save-mode): If buffer-saved-size is -2,
7049 don't clobber it.
7050
7051 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7052 (rmail-retry-ignored-headers): Add more uninteresting fields.
7053
7054 2009-07-15 Jari Aalto <jari.aalto@cante.net>
7055
7056 * net/rcirc.el (rcirc): Use history variables.
7057 (rcirc-server-name-history, rcirc-nick-name-history)
7058 (rcirc-server-port-history): New variables.
7059
7060 2009-07-15 Kenichi Handa <handa@m17n.org>
7061
7062 * international/mule-cmds.el (set-language-environment-charset):
7063 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7064 ignore them.
7065
7066 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7067 Delete unibyte-display.
7068
7069 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7070
7071 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7072
7073 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7074
7075 * simple.el (deactivate-mark): Optional argument FORCE.
7076 (set-mark): Use deactivate-mark.
7077
7078 * info.el (Info-search): No need to check transient-mark-mode
7079 before calling deactivate-mark.
7080
7081 * select.el (x-set-selection): Doc fix.
7082 (x-valid-simple-selection-p): Allow buffer values.
7083 (xselect--selection-bounds): Handle buffer values. Suggested by
7084 David De La Harpe Golden.
7085
7086 * mouse.el (mouse-set-region, mouse-drag-track): Call
7087 copy-region-as-kill before setting the mark, to let
7088 select-active-regions work.
7089
7090 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
7091
7092 * simple.el (deactivate-mark): If select-active-regions is
7093 non-nil, copy the selection data into a string.
7094 (activate-mark): If select-active-regions is non-nil, set the
7095 selection to the current buffer.
7096 (set-mark): Update selection if select-active-regions is non-nil.
7097
7098 * select.el (x-valid-simple-selection-p): Allow buffer values.
7099
7100 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7103 and more featureful message-mode.
7104
7105 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * select.el (x-set-selection): Doc fix.
7108 (x-valid-simple-selection-p): Disallow selection data consisting
7109 of a list or cons of integers, since that is not used.
7110 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7111 (xselect-convert-to-string, xselect-convert-to-length)
7112 (xselect-convert-to-filename, xselect-convert-to-charpos)
7113 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7114
7115 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
7116
7117 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7118 output in -break-info command (Emacs bug #3794).
7119
7120 2009-07-14 Glenn Morris <rgm@gnu.org>
7121
7122 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7123 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7124 (edebug-print-length, edebug-print-level, edebug-print-circle)
7125 (edebug-sit-for-seconds, edebug-view-outside)
7126 (edebug-bounce-point, edebug-set-global-break-condition)
7127 (edebug-Go-nonstop-mode, edebug-trace-mode)
7128 (edebug-Trace-fast-mode, edebug-continue-mode)
7129 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7130 (edebug-visit-eval-list): Doc fixes.
7131
7132 * subr.el (def-edebug-spec): Doc fix.
7133
7134 2009-07-14 Kenichi Handa <handa@m17n.org>
7135
7136 * international/characters.el: Fix setting of category ?C.
7137
7138 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
7139
7140 * term/ns-win.el (x-select-font): defalias x-select-font to
7141 ns-popup-font-panel instead of generate-fontset-menu.
7142
7143 2009-07-12 Eli Zaretskii <eliz@gnu.org>
7144
7145 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
7146
7147 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
7148
7149 * arc-mode.el (archive-find-type): Allow for a PK00 string before
7150 the PK\003\004 header (Bug#3770).
7151
7152 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
7153
7154 * pcomplete.el (pcomplete-comint-setup): Check for
7155 shell-dynamic-complete-filename too.
7156
7157 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * simple.el (temporary-goal-column): Change the value for
7160 line-move-visual to a cons cell.
7161 (line-move-visual): Record or set the window hscroll, if
7162 necessary (Bug#3494).
7163 (line-move-1): Handle cons value of temporary-goal-column.
7164
7165 2009-07-11 Kenichi Handa <handa@m17n.org>
7166
7167 * international/mule-diag.el (describe-character-set): Don't show
7168 width.
7169
7170 2009-07-10 Sam Steingold <sds@gnu.org>
7171
7172 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7173 Omake sometimes indents the errors it prints, so allow all
7174 regexps to start with spaces.
7175
7176 2009-07-10 Eli Zaretskii <eliz@gnu.org>
7177
7178 * cus-edit.el (customize-changed-options-previous-release):
7179 Bump value to 22.1. (Bug#3804)
7180
7181 2009-07-08 Sam Steingold <sds@gnu.org>
7182
7183 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7184 to be a cons cell (test . ignored-directory) to selectively ignore
7185 some directories depending on the location of the search.
7186
7187 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7188
7189 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7190 remote user is root, on the local host.
7191 (tramp-local-host-p): Either the local user or the remote user
7192 must be root. (Bug#3771)
7193
7194 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7195
7196 * progmodes/gdb-mi.el (gdb): Remove description of
7197 gdb-use-separate-io-buffer.
7198 (menu): Don't allow toggling of or enable
7199 gdb-use-separate-io-buffer from menubar.
7200
7201 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7202
7203 * mail/unrmail.el (unrmail): Make sure the message ends with two
7204 newlines (Bug#3769).
7205
7206 2009-07-08 Glenn Morris <rgm@gnu.org>
7207
7208 * calendar/calendar.el (calendar-current-date): Rework previous change.
7209
7210 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
7211
7212 * calendar/calendar.el (calendar-current-date):
7213 Add an optional argument giving an offset from today.
7214
7215 2009-07-08 Glenn Morris <rgm@gnu.org>
7216
7217 * tutorial.el (tutorial--describe-nonstandard-key):
7218 Adjust the message for when a key has been unbound.
7219 (help-with-tutorial): Hide the arch-tag.
7220
7221 2009-07-08 Kenichi Handa <handa@m17n.org>
7222
7223 * international/fontset.el (setup-default-fontset): For each
7224 script, append (not set) font-specs.
7225
7226 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7227 docstring.
7228
7229 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * progmodes/gdb-mi.el (gdb-init-1): Move sending
7232 -data-list-register-names to ...
7233 (gdb-starting): ... here because GDB 7.0 requires execution to
7234 have started when using this MI command.
7235 (gdb-set-header): New function to distinguish select and
7236 unselected tabs in gdb buffers.
7237 (gdb-propertize-header): New macro that uses gdb-set-header.
7238 (gdb-breakpoints-header, gdb-locals-header): Use it.
7239 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7240
7241 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7242
7243 * Makefile.in (ELCFILES): Remove fadr.elc.
7244
7245 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
7246
7247 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7248 may contain frame information, so `string-match' should be used.
7249 (gdb-update): Disassembly is invalidated through
7250 `gdb-get-selected-frame'.
7251 (gdb-pad-string): New function to pad string with spaces.
7252 (gdb-invalidate-disassembly): Invalidate only if the buffer
7253 exists.
7254 (gdb-disassembly-handler-custom): Column alignment.
7255 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7256 placing new ones.
7257 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7258 end of line, too.
7259 (gdb-frame-handler): Match convention to for disassembly buffer
7260 mode name.
7261 (gdb-stack-list-frames-handler): Rewritten without regexps.
7262 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7263 not highlight breakpoints without line information.
7264 (gdb-input): Add trailing newline to command.
7265
7266 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7267 buffer properly.
7268 (gdb-breakpoints-list-handler-custom): Replacement for
7269 `gdb-break-list-handler'. Using real parser instead of regexps
7270 now.
7271 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7272 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7273 to place breakpoints.
7274 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7275 functions.
7276 (gdb-disassembly-handler-custom): Show overlay arrow.
7277 (gdb-disassembly-place-breakpoints): Show breakpoints in
7278 disassembly buffer.
7279 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7280 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7281 instead of parsing breakpoints buffer. Fixed old menu references
7282 in `gud-menu-map'.
7283
7284 * fadr.el: Remove.
7285
7286 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7287 (gdb-memory-address): New variable which holds top address of
7288 memory page shown in memory buffer.
7289 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7290 customization variables.
7291 New functions:
7292 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7293 display the memory buffer.
7294 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7295 buffer display parameters.
7296 (def-gdb-memory-format, gdb-memory-format-binary)
7297 (gdb-memory-format-octal, gdb-memory-format-unsigned)
7298 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7299 Functions for setting memory buffer format.
7300 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7301 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7302 unit size used in memory buffer.
7303 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7304 to next/previous page of memory buffer.
7305 Now using (bindat-get-field) instead of fadr functions.
7306
7307 2009-07-07 Sam Steingold <sds@gnu.org>
7308
7309 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7310 non-top-level files.
7311
7312 2009-07-07 Kenichi Handa <handa@m17n.org>
7313
7314 * international/mule-cmds.el (reset-language-environment): Put
7315 the highset priority to the charset iso-8859-1.
7316
7317 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7318
7319 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7320 to the end of the line when locating the block (Bug#700).
7321
7322 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
7323
7324 * net/tramp.el (tramp-handle-write-region): Flush file properties
7325 in case of short track.
7326
7327 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
7328
7329 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7330 representation of verilog error regular expressions to work with
7331 Emacs-22's new format.
7332 (verilog-error-regexp-xemacs-alist): Coded custom representation
7333 of verilog error regular expressions to work with XEmacs format.
7334 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7335 error recognition into XEmacs.
7336 (verilog-error-regexp-add-emacs): Hook routine to install verilog
7337 error recognition into Emacs-22.
7338
7339 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7340
7341 * woman.el: Remove stand-alone closing parentheses.
7342 (woman-file-name, woman2-format-paragraphs)
7343 (woman-leave-blank-lines): Code cleanup.
7344 (woman-use-own-frame): Change default to nil.
7345 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7346 defaults to inherit from default faces.
7347 (woman2-process-escapes): Consume the newline after a stand-alone
7348 filler character (Bug#3651).
7349
7350 2009-07-06 Glenn Morris <rgm@gnu.org>
7351
7352 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7353 (top-level): Move provide to the end.
7354 (ffap): Remove defunct URL from custom group.
7355
7356 * subr.el (eval-after-load): Doc fix.
7357
7358 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
7359
7360 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7361 `calc-embedded-word' is called twice.
7362
7363 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * files.el (find-alternate-file-other-window, find-alternate-file):
7366 Obey confirm-nonexistent-file-or-buffer.
7367
7368 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
7369
7370 * dired-aux.el (dired-show-file-type): Handle remote files.
7371
7372 2009-07-05 Jari Aalto <jari.aalto@cante.net>
7373
7374 * desktop.el (desktop-globals-to-save):
7375 Add file-name-history (Bug#2750).
7376
7377 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
7378
7379 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7380
7381 2009-07-04 Johan Bockgård <bojohan@gnu.org>
7382
7383 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7384 property on entire argument since this is what eshell-lisp-command
7385 expects.
7386
7387 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
7388
7389 * net/tramp-gvfs.el (tramp-gvfs-methods)
7390 (tramp-gvfs-zeroconf-domain)
7391 (tramp-bluez-discover-devices-timeout): Add version flag.
7392 (tramp-gvfs-handler-mounted-unmounted)
7393 (tramp-gvfs-connection-mounted-p): Polish handling of
7394 incompatibilities between GVFS 0.2 and 1.0.
7395
7396 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7397
7398 * cus-start.el (all): Add make-pointer-invisible.
7399
7400 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7401
7402 * calc-math.el (math-use-emacs-fn): Make sure that the number is
7403 formatted correctly.
7404
7405 2009-07-02 Juri Linkov <juri@jurta.org>
7406
7407 * info.el: Virtual Info files and nodes.
7408 (Info-virtual-files, Info-virtual-nodes): New variables.
7409 (Info-current-node-virtual): New variable.
7410 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7411 New functions.
7412 (Info-file-supports-index-cookies): Use Info-virtual-file-p
7413 to check for a virtual file instead of checking a fixed list
7414 of node names.
7415 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7416 instead of ad-hoc processing of "dir" and (apropos history toc).
7417 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7418 instead of ad-hoc processing of "dir" and (apropos history toc).
7419 Reread a file when moving from a virtual node.
7420 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7421 (Info-directory-toc-nodes, Info-directory-find-file)
7422 (Info-directory-find-node): New functions.
7423 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7424 (Info-history): Move part of code to
7425 `Info-history-find-node'.
7426 (Info-history-toc-nodes, Info-history-find-file)
7427 (Info-history-find-node): New functions.
7428 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7429 (Info-toc): Move part of code to `Info-toc-find-node'.
7430 (Info-toc-find-node): New function.
7431 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
7432 the current Info file name to references because now the node
7433 "*TOC*" belongs to the same Info manual.
7434 (Info-toc-build): Rename from `Info-build-toc'.
7435 (Info-toc-nodes): Rename input argument `file' to `filename'.
7436 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7437 instead of ad-hoc processing of ("dir" apropos history toc).
7438 (Info-index-nodes): Use Info-virtual-file-p
7439 to check for a virtual file instead of checking a fixed list
7440 of node names.
7441 (Info-index-node): Add check for `Info-current-node-virtual'.
7442 Raise `save-match-data' higher up the tree to contain
7443 `search-forward' too (bug fix).
7444 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7445 (Info-virtual-index-nodes): New variable.
7446 (Info-virtual-index-find-node, Info-virtual-index): New functions.
7447 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7448 (Info-apropos-file, Info-apropos-nodes): New variables.
7449 (Info-apropos-toc-nodes, Info-apropos-find-file)
7450 (Info-apropos-find-node, Info-apropos-matches): New functions.
7451 (info-apropos): Move part of code to `Info-apropos-find-node' and
7452 `Info-apropos-matches'.
7453 (Info-mode-map): Bind "I" to `Info-virtual-index'.
7454 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7455 for a virtual file instead of checking a fixed list of node names.
7456
7457 * simple.el (async-shell-command): New command.
7458
7459 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7460
7461 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7462 instead of `mount-info'.
7463
7464 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
7465
7466 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7467 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7468
7469 2009-07-02 Kenichi Handa <handa@m17n.org>
7470
7471 * international/mule.el (set-keyboard-coding-system): Force *-unix
7472 coding-system to avoid eol conversion.
7473
7474 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
7475
7476 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7477 Add handler for `process-file', `shell-command' and
7478 `start-file-process'.
7479 (tramp-gvfs-handle-shell-command)
7480 (tramp-gvfs-handle-start-file-process)
7481 (tramp-gvfs-handle-process-file): New defuns.
7482 (tramp-synce-list-devices): Simplify check for existence of property.
7483
7484 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
7485
7486 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7487
7488 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
7489
7490 * language/korean.el (set-language-info-alist): Add korean-cp949,
7491 cp949 to spec.
7492
7493 2009-07-01 Kenichi Handa <handa@m17n.org>
7494
7495 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7496
7497 * international/encoded-kb.el: Deleted.
7498
7499 * international/mule.el (set-keyboard-coding-system): Perform the
7500 necessary setup here instead of calling encoded-kbd-setup-display.
7501
7502 2009-07-01 Glenn Morris <rgm@gnu.org>
7503
7504 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7505
7506 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
7507
7508 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
7509
7510 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
7511
7512 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7513 Handle also the 'rename case, when setting file modes. (Bug#3712)
7514 (tramp-default-file-modes) Remove execute permissions.
7515
7516 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7517 (top): Add a default for "synce" in `tramp-default-user-alist'.
7518 Add completion function for "synce" method.
7519 (tramp-hal-service, tramp-hal-path-manager)
7520 (tramp-hal-interface-manager, tramp-hal-interface-device):
7521 New defconst.
7522 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7523 (tramp-synce-list-devices, tramp-synce-parse-device-names):
7524 New defuns.
7525
7526 * net/trampver.el: Update release number.
7527
7528 2009-06-30 Kenichi Handa <handa@m17n.org>
7529
7530 * international/fontset.el (setup-default-fontset): Add CJK fonts
7531 for symbols and the other miscellaneous characters.
7532
7533 * language/korea-util.el (setup-korean-environment-internal):
7534 Make char-width-table suitable for Korean environments.
7535 (exit-korean-environment): Cancel above.
7536
7537 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7538 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7539 setup-funcion to make char-widht-table suitable for respective
7540 environments, and an exit-function to cancel that.
7541
7542 * language/japan-util.el (setup-japanese-environment-internal):
7543 Call use-cjk-char-width-table with arg `ja_JP'.
7544
7545 * international/characters.el (cjk-char-width-table): Delete it.
7546 (cjk-char-width-table-list): New variable.
7547 (use-cjk-char-width-table): New arg local-name.
7548 (use-default-char-width-table): Fix for the case that Emacs is
7549 already using the default char-width-table.
7550
7551 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
7552
7553 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7554 modes mandatory. (Bug#3712)
7555
7556 2009-06-29 Alan Mackenzie <acm@muc.de>
7557
7558 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7559 correction between the visible width of TABs and their number of bytes.
7560
7561 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * server.el (server-buffer-done): Prevent kill-buffer from
7564 prompting by clearing the buffer modification flag (Bug#3696).
7565
7566 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
7567
7568 * verilog-mode.el (verilog-beg-of-statement)
7569 (verilog-endcomment-reason-re): Support unique case and priority case.
7570 (verilog-basic-complete-re): Support localparam lineup.
7571 (verilog-beg-of-statement-1): Fix for robustness, unique case.
7572 (verilog-set-auto-endcomments): Fix for unique case, always_comb
7573 commenting.
7574 (verilog-leap-to-case-head): Now support *nested* unique &
7575 priority case statements.
7576 (verilog-auto-lineup): Make just declarations the default (as it
7577 had been).
7578 (verilog-leap-to-case-head): Support priority/unique case statements.
7579 (verilog-auto-lineup): Rework to give users radio buttons to
7580 select the various styles of automatic lineup.
7581 (verilog-error-regexp-alist): Rework to support the XEmacs style
7582 of error regular expressions from compilers, lint tools &
7583 simulators. Note that GNU Emacs has made it impossible for a mode
7584 to load such things.
7585 (electric-verilog-terminate-line, verilog-indent-declaration)
7586 (verilog-auto-wiure): Rework for radio button selection of
7587 auto-lineup selection of specification of auto lineup.
7588 (verilog-beg-of-statement-1): Redesign to support proper operation
7589 in additional code, based on testing with auto-lineup.
7590 (verilog-calculate-indent, assignments & declarations)
7591 (verilog-backward-token): Enhance to support auto-lineup of
7592 assignments & declarations.
7593 (verilog-in-directive-p, verilog-at-struct-p): New function for
7594 easy test of whether we are.
7595 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7596 to support safe execution at almost anyline.
7597 (verilog-calc-1): Properly support indenting deep inside generate
7598 blocks.
7599 (verilog-init-font) Remove definition & use of verilog-init-font,
7600 as it is redundant with font-lock-defaults.
7601 (verilog-mode): Alter the definition of verilog-font-lock-defaults
7602 to avoid circular calls if syntax-ppss is a function (as is the
7603 case now in 22.x GNU Emacs) as that function would sometimes call
7604 itself, leading to (nearly) infinite recursion.
7605 (verilog-ovm-begin-re, verilog-ovm-end-re)
7606 (verilog-ovm-statement-re, verilog-leap-to-head)
7607 (verilog-backward-token): Add support for OVM macros. Some are
7608 complete statements, and others open and close scopes like begin
7609 and end.
7610 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7611 (verilog-defun-level-generate-only-re): Really fix the defun-list
7612 compilation issue.
7613 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7614 coverpoint, constraint and cross statements.
7615 (verilog-defun-level-list, verilog-generate-defun-level-list)
7616 (verilog-all-defun-level-list): Redo these specifications - it is
7617 too hard to support eval-when compile aggregation of lists also
7618 built at when-compile time.
7619 (verilog-defun-level-list): Place defconsts of variables used in
7620 building regular expressions which are built in eval-when-compile
7621 bodies in the same eval-when-compile body to facilitate compile
7622 without load.
7623 (verilog-beg-block-re-ordered): Support indenting
7624 virtual/protected tasks and functions.
7625 (verilog-defun-level-list, verilog-in-generate-region-p)
7626 (verilog-backward-ws&directives, verilog-calc-1): Speed up
7627 indentation of some module items (generate items).
7628 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7629 across virtual/protected tasks and functions.
7630
7631 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
7632
7633 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7634 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
7635 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7636 in concatenations. Reported by Yishay Belkind.
7637 (verilog-auto-ascii-enum): Support one-hot state machines in
7638 AUTOASCIIENUM. Suggested by Lloyd Gomez.
7639 (verilog-auto-inst, verilog-auto-inst-port): Include interface
7640 modport in AUTOINST and add vl-modport for users. Reported by
7641 David Rogoff.
7642 (verilog-auto-inout-module, verilog-auto-inst)
7643 (verilog-decls-get-interfaces, verilog-insert-definition)
7644 (verilog-insert-one-definition, verilog-read-decls)
7645 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7646 (verilog-sig-modport, verilog-signals-combine-bus)
7647 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7648 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7649 Suggested by David Rogoff.
7650 (verilog-repair-open-comma): Fix non-insertion of comma when
7651 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
7652 (verilog-make-width-expression): Simplify [A-1:0] expression
7653 widths to just {A{1'b0}}.
7654 (verilog-mode): Cleanup checkdoc warnings.
7655 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7656 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7657 inputs/outputs or data type. Suggested by Vasu Kandadi.
7658 (next-error-last-buffer): Fix byte-compiler warning.
7659 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7660 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7661 or shell command text during AUTO expansion. Suggested by Tad Truex.
7662 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7663 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7664 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7665 in AUTOINOUT. Reported by Matthew Lovell.
7666 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7667 causing use of <= assignments. Reported by Alex Reed.
7668 (verilog-read-decls): Fix triand, trior, wand, wor to be
7669 recognized by AUTOWIRE. Reported by Spencer Isaacson.
7670 (verilog-extended-complete-re): Support import "DPI-C" functions.
7671 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7672 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
7673 (verilog-insert-date, verilog-insert-year)
7674 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7675 Windows systems. Reported by Michael Potts.
7676 (verilog-read-module-name): Fix AUTOINST when the child module
7677 declaration's name is a tick define. Reported by Elliot Mednick.
7678 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7679 passed to next parameter's definition. Reported by Bruce T.
7680 (verilog-read-decls): Fix detecting "parameter int" when using
7681 AUTOINSTPARAM. Reported by Bruce T.
7682 (verilog-goto-defun): Fix goto not finding modules unless first
7683 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
7684 (verilog-mode): Expand -f flag arguments on entry to mode so
7685 verilog-goto-defun will work. Reported by Lawrence Butcher.
7686 (verilog-getopt): Expand environment variables in -f file
7687 arguments. Suggested by Lawrence Butcher.
7688 (verilog-set-define): Fix "Symbol's value as variable is void"
7689 when reading enumerations.
7690 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7691 Suggested by Stephen Peltan.
7692 (verilog-read-defines): Fix reading of enumerations in include
7693 files. Reported by Steve Peltan.
7694
7695 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7696
7697 * files.el (trash-directory): Fix defcustom type.
7698
7699 2009-06-28 Juri Linkov <juri@jurta.org>
7700
7701 * help-fns.el (describe-function-1): Correctly locate adviced
7702 functions in hyperlink (Bug#2438).
7703
7704 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
7705
7706 * files.el (trash-directory): Change default to nil.
7707 (move-file-to-trash): If trash-directory is nil and
7708 system-move-file-to-trash is unbound, perform freedesktop-style
7709 trashing.
7710
7711 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7712
7713 * files.el (move-file-to-trash): Add freedesktop trash
7714 support (Bug#973).
7715
7716 2009-06-28 Glenn Morris <rgm@gnu.org>
7717
7718 * autorevert.el (global-auto-revert-non-file-buffers)
7719 (global-auto-revert-mode): Doc fixes.
7720
7721 2009-06-27 Johan Bockgård <bojohan@gnu.org>
7722
7723 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7724
7725 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
7726
7727 * faces.el (x-handle-named-frame-geometry): Ensure that we have
7728 opened an X connection before calling x-get-resource (Bug#3194).
7729
7730 * play/doctor.el: Remove reference to obsolete website.
7731 (make-doctor-variables): Correct grammar mistake (Bug#2633).
7732
7733 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7734
7735 Remove find-file-not-found-hook VC method. (Bug#2757)
7736 * vc-hooks.el (vc-file-not-found-hook)
7737 (vc-default-find-file-not-found-hook): Remove functions.
7738 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7739 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7740 * vc.el:
7741 * vc-hg.el:
7742 * vc-git.el: Do not mention find-file-not-found-hook VC method.
7743
7744 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7745
7746 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7747 compatibility function for `looking-back'.
7748
7749 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7750 Use `ispell-looking-back'.
7751
7752 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
7753
7754 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7755 rather than `filename'.
7756
7757 2009-06-23 Miles Bader <miles@gnu.org>
7758
7759 * face-remap.el (text-scale-set): New function.
7760
7761 2009-06-23 Glenn Morris <rgm@gnu.org>
7762
7763 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7764
7765 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7766
7767 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7768
7769 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7770
7771 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7772 Simplify Persian conditionals.
7773
7774 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7775 variable `filename'.
7776
7777 * comint.el (comint-insert-input): Doc fix.
7778
7779 * Makefile.in (ELCFILES): Fix typo in previous change.
7780
7781 2009-06-23 Miles Bader <miles@gnu.org>
7782
7783 * cus-start.el: Add entry for `recenter-redisplay'.
7784
7785 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7786
7787 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7788 Add an optional argument for the backend, use it instead of
7789 calling vc-backend.
7790 (vc-mode-line): Add an optional argument for the backend.
7791 Pass the backend to vc-state and vc-working-revision. Move code for
7792 special handling for vc-state being a buffer to ...
7793
7794 * vc-rcs.el (vc-rcs-find-file-hook):
7795 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
7796
7797 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7798 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7799 vc-stay-local-p and vc-mode-line calls.
7800
7801 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7802 (vc-cvs-diff, vc-cvs-annotate-command)
7803 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7804 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7805 vc-mode-line calls.
7806
7807 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7808 direct comparison.
7809 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7810 backend when calling vc-mode-line.
7811 (vc-register): Do not create a closure for calling the vc register
7812 function, call it directly.
7813
7814 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7815
7816 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7817 to make it obvious item can be clicked.
7818
7819 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7820
7821 2009-06-23 Kenichi Handa <handa@m17n.org>
7822
7823 * language/korea-util.el (korean-key-bindings): Change the binding
7824 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
7825 same command.
7826
7827 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
7828
7829 Sync with Tramp 2.1.16.
7830
7831 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7832
7833 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
7834 when a loading of a package fails. Completion function for rsync
7835 is `tramp-completion-function-alist-ssh'.
7836 (all): Replace all calls of `split-string' and
7837 `tramp-split-string' by `tramp-compat-split-string'.
7838 (tramp-default-method): Use `tramp-compat-process-running-p'.
7839 (tramp-default-proxies-alist): Allow also Lisp forms.
7840 (tramp-remote-path): Add choice "Private Directories".
7841 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7842 (tramp-domain-regexp): Allow also "-", "_" and ".".
7843 (tramp-end-of-output): Remove newlines, and add "$" at the end.
7844 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7845 (tramp-debug-message): Insert header line in debug buffer.
7846 (tramp-handle-directory-files-and-attributes-with-stat):
7847 Care about filenames with spaces, or starting with "-".
7848 (tramp-handle-dired-uncache): New defun.
7849 (tramp-handle-insert-directory): Don't flush the directory from
7850 cache, this is handled by `dired-uncache' now.
7851 (tramp-handle-insert-file-contents): Improve error handling.
7852 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7853 Quote `tramp-end-of-output'.
7854 (tramp-action-password): Improve trace message.
7855 (tramp-check-for-regexp): Both echoes must be present, before removing.
7856 (tramp-open-connection-setup-interactive-shell): Trace coding system.
7857 (tramp-compute-multi-hops): Eval cons cells of
7858 `tramp-default-proxies-alist'.
7859 (tramp-maybe-open-connection): Use the same command pattern for
7860 first hop and further hops.
7861 (tramp-wait-for-output): Remove handling of newlines.
7862 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7863 (tramp-split-string): Remove function. It is handled in
7864 tramp-compat now.
7865
7866 * net/tramp-cmds.el (tramp-bug):
7867 Recommend `tramp-cleanup-all-connections' in the bug mail.
7868
7869 * net/tramp-compat.el (tramp-compat-split-string)
7870 (tramp-compat-process-running-p): New defuns.
7871
7872 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7873 for `dired-uncache'.
7874
7875 * net/tramp-gvfs.el: New package.
7876
7877 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7878 Add handler for `dired-uncache'.
7879 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7880
7881 * net/trampver.el: Update release number. Make version check fit
7882 for SXEmacs 22.
7883
7884 2009-06-22 Jim Meyering <meyering@redhat.com>
7885
7886 Automatically handle .xz suffix (XZ-compressed files), too.
7887 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7888 XZ is the successor to LZMA: <http://tukaani.org/xz/>
7889
7890 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
7891 Nick Roberts <nickrob@snap.net.nz>
7892
7893 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7894 repository (http://sphinx.net.ru/hg/gdb-mi/).
7895
7896 2009-06-22 Glenn Morris <rgm@gnu.org>
7897
7898 * files.el (dir-locals-collect-mode-variables): Allow for any number of
7899 `mode' and `eval' entries. (Bug#3430)
7900
7901 * Makefile.in (ELCFILES): Add fadr.elc.
7902
7903 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7904 differing behavior of \n and ^ in strings. (Bug#3385)
7905
7906 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7907
7908 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7909 property.
7910 (lisp-indent-function): Make it a defcustom.
7911
7912 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * progmodes/gdb-ui.el: Replace with ...
7915 * progmodes/gdb-mi.el: ... this file.
7916 * progmodes/gud.el: Modify for gdb-mi.el.
7917
7918 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
7919
7920 * fadr.el: New file.
7921
7922 See ChangeLog.14 for earlier changes.
7923
7924 ;; Local Variables:
7925 ;; coding: utf-8
7926 ;; End:
7927
7928 Copyright (C) 2009 Free Software Foundation, Inc.
7929
7930 This file is part of GNU Emacs.
7931
7932 GNU Emacs is free software: you can redistribute it and/or modify
7933 it under the terms of the GNU General Public License as published by
7934 the Free Software Foundation, either version 3 of the License, or
7935 (at your option) any later version.
7936
7937 GNU Emacs is distributed in the hope that it will be useful,
7938 but WITHOUT ANY WARRANTY; without even the implied warranty of
7939 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7940 GNU General Public License for more details.
7941
7942 You should have received a copy of the GNU General Public License
7943 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7944
7945 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1