* cus-start.el (all): Add native condition for font-use-system-font.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2
3 * cus-start.el (all): Add native condition for font-use-system-font.
4
5 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
6
7 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A
8 corrected version of the patch from 2009-11-18. (Bug#3910)
9
10 2009-11-21 Alan Mackenzie <acm@muc.de>
11
12 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): Update
13 to deal with modern Java constructs.
14
15 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16
17 * progmodes/subword.el: Rename from lisp/subword.el.
18
19 * subword.el: Rename to progmodes/subword.el.
20
21 * Makefile.in (ELCFILES): Adapt to subword.el move.
22
23 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
24 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
27 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
28 (bookmark-bmenu-show-filenames): Use push.
29 (bookmark-bmenu-hide-filenames): Use local var instead of
30 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
31 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
32 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
33 filenames now that the bookmark names are always available.
34
35 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
38 (bookmark-search-pattern): Move and leave unbound.
39 (bookmark-bmenu-mode-map): Change binding.
40 (bookmark-read-search-input): Simplify.
41 Don't use text-char-description. Don't error on non-char events.
42 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
43 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
44 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
45 Use a local var for the timer.
46 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
47 (i.e. bookmark-bmenu-search).
48
49 2009-11-21 Glenn Morris <rgm@gnu.org>
50
51 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
52
53 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
54
55 * net/browse-url.el (browse-url-default-windows-browser):
56 Use cygstart for cygwin.
57
58 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
59
60 * bookmark.el Formatting and doc fixes only:
61 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
62 (bookmark-bmenu-search): Wrap to fit within 80 columns.
63 Minor grammar and punctuation fixes in doc string.
64 (bookmark-read-search-input): Adjust to fit within 80 columns.
65
66 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
67
68 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
69 (c-backward-into-nomenclature): Adapt to subword renaming.
70
71 * subword.el (subword-forward, subword-backward, subword-mark)
72 (subword-kill, subword-backward-kill, subword-transpose)
73 (subword-downcase, subword-upcase, subword-capitalize)
74 (subword-forward-internal, subword-backward-internal):
75 Rename from forward-subword, backward-subword, mark-subword,
76 kill-subword, backward-kill-subword, transpose-subwords,
77 downcase-subword, upcase-subword, capitalize-subword,
78 forward-subword-internal, backward-subword-internal.
79
80 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
81
82 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
83 New options.
84 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
85 New vars.
86 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
87 (bookmark-bmenu-filter-alist-by-regexp)
88 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
89 (bookmark-bmenu-search): New command.
90 (bookmark-bmenu-mode-map): Bind it.
91
92 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
93
94 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
95
96 * cedet/semantic/idle.el (define-semantic-idle-service)
97 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
98
99 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
100
101 * progmodes/cc-cmds.el: declare-functioned forward-subword and
102 backward-subword to quit the byte-compiler.
103
104 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
105
106 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
107
108 * progmodes/cc-cmds.el (c-update-modeline)
109 (c-forward-into-nomenclature, c-backward-into-nomenclature):
110 Refer to subword.el functions instead of cc-subword.el.
111
112 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
113 subword.el functions instead of cc-subword.el.
114
115 * progmodes/cc-subword.el: Rename to subword.el.
116 * subword.el: Rename from progmodes/cc-subword.el.
117 (subword-mode-map): Rename from c-subword-mode-map.
118 (subword-mode): Rename from c-subword-mode.
119 (global-subword-mode): New global minor mode.
120 (forward-subword): Rename from c-forward-subword.
121 (backward-subword): Rename from c-backward-subword.
122 (mark-subword): Rename from c-mark-subword.
123 (kill-subword): Rename from c-kill-subword.
124 (backward-kill-subword): Rename from c-backward-kill-subword.
125 (transpose-subwords): Rename from c-tranpose-subword.
126 (downcase-subword): Rename from c-downcase-subword.
127 (capitalize-subword): Rename from c-capitalize-subword.
128 (forward-subword-internal): Rename from c-forward-subword-internal.
129 (backward-subword-internal): Rename from c-backward-subword-internal.
130
131 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
132
133 * vc.el (vc-deduce-fileset): Allow non-state changing operations
134 from a dired buffer.
135 (vc-dired-deduce-fileset): New function.
136 (vc-root-diff, vc-print-root-log): Use it.
137
138 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
139 nil LIMIT argument to vc-print-log-internal.
140
141 2009-11-20 Glenn Morris <rgm@gnu.org>
142
143 * Makefile.in (ELCFILES): Regenerate.
144
145 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
146
147 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
148
149 * cedet/semantic.el: Enable idle-mode menu items only if
150 global-semantic-idle-scheduler-mode is enabled.
151 (semantic-default-submodes): Doc fix.
152
153 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
154 When turning off, disable other idle modes.
155
156 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
157
158 * calc/calc.el (calc-set-mode-line):
159 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
160 (math-format-number): Rename `math-format-complement-signed' to
161 `math-format-twos-complement'.
162
163 * calc/calc-bin.el (math-format-twos-complement): Rename from
164 math-format-complement-signed.
165 (calc-radix): Rename `calc-complement-signed-mode' to
166 `calc-twos-complement-mode'.
167 (calc-octal-radix, calc-hex-radix): Add an argument for
168 two's complement.
169
170 * calc/calc-embed.el (calc-embedded-mode-vars):
171 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
172
173 * calc/calc-ext.el (calc-init-extensions):
174 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
175 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
176
177 * calc/calc-units.el (math-build-units-table-buffer):
178 Let `calc-twos-complement-mode' be nil.
179
180 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
181 entries.
182
183 * calc/calc-vec.el (calcFunc-vunpack):
184 * calc/calc-aent.el (calc-do-calc-eval):
185 * calc/calc-forms.el (math-format-date):
186 * calc/calc-graph.el (calc-graph-plot):
187 * calc/calc-math.el (math-use-emacs-fn):
188 * calc/calccomp.el (math-compose-expr):
189 Let `calc-twos-complement-mode' be nil.
190
191 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
194 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
195 * minibuffer.el (completion-in-region-functions): New hook.
196 (completion-in-region): New function.
197 * emacs-lisp/lisp.el (lisp-complete-symbol):
198 * pcomplete.el (pcomplete-std-complete): Use it.
199
200 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
203 (latex-complete-alist): New vars.
204 (latex-string-prefix-p, latex-complete-bibtex-keys)
205 (latex-complete-envnames, latex-complete-refkeys)
206 (latex-complete-data): New functions.
207 (latex-complete, latex-indent-or-complete): New commands.
208
209 * window.el (display-buffer-mark-dedicated): New var.
210 (display-buffer): Obey it.
211 * minibuffer.el (minibuffer-completion-help): Use it.
212
213 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
214
215 * filecache.el (file-cache-add-file): Use push and cons.
216 (file-cache-delete-file-regexp): Use push.
217 (file-cache-complete): Use completion-in-region.
218
219 * simple.el (with-wrapper-hook): Fix thinko.
220
221 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
222 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
223 Use with-current-buffer and string-to-number.
224 (hfy-fallback-colour-values): Use assoc-string.
225 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
226 (hfy-face-at): Remove unused var `found-face'.
227 (hfy-compile-stylesheet): Remove unused var `css'.
228 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
229 and `orig-buffer'.
230 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
231 Use with-current-buffer.
232 (hfy-text-p): Use expand-file-name and fewer setq.
233
234 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
235
236 * htmlfontify.el, hfy-cmap.el: New files.
237
238 2009-11-19 Juri Linkov <juri@jurta.org>
239
240 * minibuffer.el (completions-format): New defcustom.
241 (completion--insert-strings): Implement vertical format.
242
243 * simple.el (switch-to-completions): Move point to the first
244 completion when point was at the beginning of the buffer.
245
246 2009-11-19 Juri Linkov <juri@jurta.org>
247
248 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
249
250 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
251
252 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
253
254 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
255 (mail-signature): Change default to t.
256 (mail-from-style): Deprecate `system-default' value.
257 (mail-insert-from-field): For default value of mail-from-style,
258 default to `angles' unless `angles' needs quoting and `parens'
259 does not.
260 (mail-citation-prefix-regexp): Use citation regexp from
261 message-mode.
262
263 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
264
265 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
266 Set variables for computing the prompt for reading password.
267
268 2009-11-19 Glenn Morris <rgm@gnu.org>
269
270 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
271
272 * textmodes/flyspell.el (sgml-lexical-context): Declare.
273
274 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
275 (newsticker-treeview-listwindow-height): Fix custom type.
276
277 2009-11-19 Kenichi Handa <handa@m17n.org>
278
279 * descr-text.el (describe-char-padded-string): Compose with TAB
280 only if there's a font for CH.
281 (describe-char): Fix the condition for detecting a trivial composition.
282
283 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
284
285 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
286 more accurate version of the regexp. (Bug#3910)
287
288 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
289
290 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
291
292 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
293
294 * font-setting.el (font-use-system-font): Declare for byte-compiler.
295 (font-setting-change-default-font): Fix typo in docstring.
296
297 2009-11-18 Alan Mackenzie <acm@muc.de>
298
299 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
300
301 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
302
303 * font-setting.el (font-use-system-font): Move ...
304
305 * cus-start.el (all): ... to here.
306
307 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
308
309 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
310 Don't set `ad-return-value' if `ad-do-it' doesn't.
311
312 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
313 modification time.
314
315 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
316
317 * menu-bar.el: Put "Use system font" in Option-menu.
318 (menu-bar-options-save): Add font-use-system-font.
319
320 * loadup.el: If feature system-font-setting or font-render-setting is
321 there, load font-setting.
322
323 * Makefile.in (ELCFILES): Add font-settings.el.
324 * font-setting.el: New file.
325
326 2009-11-17 Glenn Morris <rgm@gnu.org>
327
328 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
329
330 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
331 Preserve point in the list buffer. (Bug#4939)
332 Use point-at-eol.
333 (newsticker--treeview-list-update-highlight)
334 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
335
336 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
337
338 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
339 Remove.
340
341 * calc/calc-ext.el (calc-init-extensions): Remove references to
342 symclip.
343
344 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
345
346 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
347 * calc/calc-help.el (calc-b-prefix-help): Remove references to
348 `calc-symclip'.
349
350 2009-11-16 Kevin Ryde <user42@zip.com.au>
351
352 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
353 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
354
355 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
356 (lm-keywords-list): Allow comma-only separator like "foo,bar".
357 Ignore trailing spaces by omit-nulls to split-string (fixing
358 regression from Emacs 21 due to the incompatible split-string
359 change). (Bug #4928.)
360
361 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
362
363 * vc.el (vc-log-show-limit): Default to 2000.
364 (vc-print-log-internal): Insert buttons to request more entries
365 when limiting the output.
366
367 * vc-sccs.el (vc-sccs-print-log):
368 * vc-rcs.el (vc-rcs-print-log):
369 * vc-cvs.el (vc-cvs-print-log):
370 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
371 LIMIT is non-nil.
372
373 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
374
375 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
376 error when `tramp-gvfs-dbus-event-vector' is set.
377 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
378
379 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
382
383 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
384
385 * net/dbus.el (dbus-unregister-service): New defun.
386 (dbus-register-property): Register the handlers of
387 "org.freedesktop.DBus.Properties" for SERVICE.
388 (dbus-property-handler): Fix docstring.
389
390 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
391
392 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
393 Quote doc string reference in defvaralias as it is not in special form.
394 (byte-compile-output-docform): Doc fix.
395
396 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
397
398 * calc/calc.el (math-2-word-size, math-half-2-word-size)
399 (calc-complement-signed-mode): New variables.
400 (calc-set-mode-line): Add indicator for twos-complements.
401 (math-format-number): Format twos-complement notation.
402
403 * calc/calc-bin.el (calc-word-size): Reset the variables
404 `math-2-word-size' and `math-half-2-word-size'.
405 (math-format-complement-signed, math-symclip, calcFunc-symclip)
406 (calc-symclip): New functions.
407
408 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
409
410 * calc/calc-embed.el (calc-embedded-mode-vars):
411 Add `calc-complement-signed-mode' to the list of modes.
412
413 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
414 (calc-b-oper-keys): Add `calc-symclip' to list.
415
416 * calc/calc-ext.el (math-read-number-fancy): Read complement
417 signed numbers.
418 (calc-init-extensions): Add binding for `calc-symclip'.
419 Add autoload for `calcFunc-symclip' and `calc-symclip'.
420
421 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
422 `calc-symclip'.
423 (calc-modes-menu): Add item for twos complement mode.
424
425 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
426
427 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
428
429 * register.el (jump-to-register, insert-register): Handle Semantic
430 tags. From commented-out advice in semantic/senator.el.
431
432 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
433
434 * vc.el (vc-log-show-limit): New variable.
435 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
436 when using a prefix argument.
437 (vc-print-log-internal): Add new argument LIMIT.
438
439 * vc-svn.el (vc-svn-print-log):
440 * vc-mtn.el (vc-mtn-print-log):
441 * vc-hg.el (vc-hg-print-log):
442 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
443 pass it to the log command when set. Make the BUFFER argument
444 non-optional.
445
446 * vc-sccs.el (vc-sccs-print-log):
447 * vc-rcs.el (vc-rcs-print-log):
448 * vc-git.el (vc-git-print-log):
449 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
450 ignore it. Make the BUFFER argument non-optional
451
452 * bindings.el (mode-line-buffer-identification): Do not purecopy.
453
454 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
455
456 * dired.el (dired-mode-map): Move encryption items to "Operate"
457 menu (Bug#4703).
458
459 * strokes.el (strokes-update-window-configuration): Make strokes
460 buffer current before erasing (Bug#4906).
461
462 * cedet/semantic/idle.el (semantic-idle-summary-mode)
463 (semantic-idle-summary-mode): Define using define-minor-mode
464 instead of define-semantic-idle-service.
465 (semantic-idle-summary-mode): New function.
466 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
467 that mouse motion does not reset the echo area.
468
469 2009-11-15 Juri Linkov <juri@jurta.org>
470
471 * simple.el (set-mark-default-inactive): Add :type, :group
472 and :version. (Bug#4876)
473
474 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
475
476 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
477 (archive-unique-fname): ... here. (Bug#4929)
478
479 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
482 with a real fix.
483
484 * novice.el (disabled-command-function): Add useful args.
485 Setup the help buffer so that [back] works.
486 Remove redundant call to help-mode.
487 (disabled-command-function): Use `case'.
488 (en/disable-command): New function extracted from enable-command.
489 (enable-command, disable-command): Use it.
490
491 2009-11-14 Glenn Morris <rgm@gnu.org>
492
493 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
494 constants. (Bug#4913)
495
496 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
497
498 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
499
500 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
501 defined in C that have no doc-strings. (Bug#1063)
502
503 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
504
505 * cus-edit.el (data, files):
506 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
507
508 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
509
510 * simple.el (shell-command): Doc fix (Bug#4891).
511
512 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
513
514 2009-11-14 Glenn Morris <rgm@gnu.org>
515
516 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
517 statements for vc-diff, emerge-quit, and rmail-cease-edit.
518 If they are already loaded, eval-after-load will do the right thing.
519
520 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
521 compiling.
522
523 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
524
525 * simple.el (x-selection-owner-p): Declare.
526 (read-mail-command): Use custom radio type rather than choice.
527 (completion-no-auto-exit): Doc fix.
528
529 * custom.el (defgroup):
530 * epg-config.el (epg): Doc fixes.
531
532 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
533
534 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
535 * international/ccl.el (define-ccl-program): Do not purecopy the
536 docstring, defconst does it anyway.
537
538 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * add-log.el (add-change-log-entry): Avoid displaying the changelog
541 a second time.
542
543 * x-dnd.el (x-dnd-maybe-call-test-function):
544 * window.el (split-window-vertically):
545 * whitespace.el (whitespace-help-on):
546 * vc-rcs.el (vc-rcs-consult-headers):
547 * userlock.el (ask-user-about-lock-help)
548 (ask-user-about-supersession-help):
549 * type-break.el (type-break-force-mode-line-update):
550 * time-stamp.el (time-stamp-conv-warn):
551 * terminal.el (te-set-output-log, te-more-break, te-filter)
552 (te-sentinel,terminal-emulator):
553 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
554 (term-write-input-ring, term-check-source, term-start-output-log):
555 (term-display-buffer-line, term-dynamic-list-completions):
556 (term-ansi-make-term, serial-term):
557 * subr.el (selective-display):
558 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
559 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
560 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
561 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
562 (speedbar-remove-localized-speedbar-support)
563 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
564 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
565 (speedbar-buffers-line-directory):
566 * simple.el (shell-command-on-region, append-to-buffer)
567 (prepend-to-buffer):
568 * shadowfile.el (shadow-save-todo-file):
569 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
570 (scroll-bar-maybe-set-window-start):
571 * sb-image.el (speedbar-image-dump):
572 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
573 (load-save-place-alist-from-file):
574 * ps-samp.el (ps-print-message-from-summary):
575 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
576 (ps-background-image, ps-begin-job, ps-do-despool):
577 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
578 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
579 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
580 (pr-call-process, pr-file-list, pr-interface-save):
581 * novice.el (disabled-command-function)
582 (enable-command, disable-command):
583 * mouse.el (mouse-buffer-menu-alist):
584 * mouse-copy.el (mouse-kill-preserving-secondary):
585 * macros.el (kbd-macro-query):
586 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
587 * informat.el (batch-info-validate):
588 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
589 * hippie-exp.el (try-expand-dabbrev-visible):
590 * help-mode.el (help-make-xrefs):
591 * help-fns.el (describe-variable):
592 * generic-x.el (bat-generic-mode-run-as-comint):
593 * finder.el (finder-mouse-select):
594 * find-dired.el (find-dired-sentinel):
595 * filesets.el (filesets-file-close):
596 * files.el (list-directory):
597 * faces.el (list-faces-display, describe-face):
598 * facemenu.el (list-colors-display):
599 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
600 * epg.el (epg--process-filter, epg-cancel):
601 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
602 (epa--read-signature-type):
603 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
604 (emerge-file-names):
605 * ehelp.el (electric-helpify):
606 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
607 * ediff-vers.el (rcs-ediff-view-revision):
608 * ediff-util.el (ediff-setup):
609 * ediff-mult.el (ediff-append-custom-diff):
610 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
611 (ediff-wordify):
612 * echistory.el (Electric-command-history-redo-expression):
613 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
614 * disp-table.el (describe-display-table):
615 * dired.el (dired-find-buffer-nocreate):
616 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
617 * dabbrev.el (dabbrev--same-major-mode-p):
618 * chistory.el (list-command-history):
619 * apropos.el (apropos-documentation):
620 * allout.el (allout-obtain-passphrase):
621 (allout-copy-exposed-to-buffer):
622 (allout-verify-passphrase): Use with-current-buffer.
623
624 2009-11-13 Glenn Morris <rgm@gnu.org>
625
626 * Makefile.in (ELCFILES): Regenerate.
627
628 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
629
630 * net/dbus.el (dbus-registered-objects-table): Rename from
631 `dbus-registered-functions-table', because it contains also properties.
632 (dbus-unregister-object): Unregister also properties.
633 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
634 Use a timeout of 500 msec, in order to not block.
635 (dbus-register-property, dbus-property-handler): New defuns.
636
637 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * simple.el (minibuffer-default-add-completions): Drop deprecated
640 4th arg.
641
642 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
643
644 * textmodes/artist.el (artist-mouse-choose-operation):
645 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
646 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
647 (artist-compute-up-event-key): New function.
648 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
649
650 2009-11-13 Kenichi Handa <handa@m17n.org>
651
652 * language/japan-util.el: Make sure that the value of jisx0208
653 property is jisx0208 character.
654
655 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
656
657 * international/mule.el (auto-coding-regexp-alist): Only purecopy
658 car or each item, not the whole list.
659
660 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * minibuffer.el (minibuffer-completion-help):
663 Use minibuffer-hide-completions.
664
665 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
666
667 * dired.el (dired-save-positions, dired-restore-positions): New funs.
668 (dired-revert): Use them (bug#4880).
669
670 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * tooltip.el (tooltip-frame-parameters): Undo previous change.
673
674 2009-11-12 Juri Linkov <juri@jurta.org>
675
676 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
677 New functions.
678 (find-file-literally-at-point): Alias of `ffap-literally'.
679
680 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
681
682 * textmodes/ispell.el (ispell-skip-region-alist):
683 * textmodes/css-mode.el (auto-mode-alist):
684 * progmodes/compile.el (auto-mode-alist):
685 * international/mule.el (ctext-non-standard-encodings-alist)
686 (ctext-non-standard-encodings-regexp):
687 * simple.el (shell-command-switch, text-read-only):
688 * replace.el (occur-mode-map):
689 * paths.el (rmail-file-name):
690 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
691 * find-file.el (ff-special-constructs):
692 * files.el (file-name-handler-alist):
693 * composite.el: Purecopy strings.
694
695 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
696
697 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
698
699 * widget.el (define-widget): Purecopy the docstring.
700 * international/mule-cmds.el (charset): Do not purecopy the
701 docstring here, define-widget does it.
702
703 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
704 * textmodes/bibtex-style.el (auto-mode-alist):
705 * progmodes/inf-lisp.el (inferior-lisp-prompt):
706 * progmodes/compile.el (compile-command):
707 * language/korea-util.el (default-korean-keyboard):
708 * international/mule-conf.el (file-coding-system-alist):
709 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
710 * tooltip.el (tooltip-frame-parameters):
711 * newcomment.el (comment-end, comment-padding):
712 * dired.el (dired-trivial-filenames):
713 * comint.el (comint-file-name-prefix): Purecopy initial values.
714
715 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
716
717 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
718 (tramp-advice-minibuffer-electric-tilde): Unload advices via
719 `tramp-unload'.
720 (tramp-advice-make-auto-save-file-name)
721 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
722 after removing the advice.
723
724 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
725
726 * progmodes/grep.el (grep-regexp-alist):
727 * international/mule-cmds.el (iso-2022-control-alist):
728 * emacs-lisp/timer.el (timer-duration-words):
729 * subr.el (version-separator, version-regexp-alist):
730 * minibuffer.el (completion-styles-alist):
731 * faces.el (face-attribute-name-alist, list-faces-sample-text):
732 Change defvars to defconsts.
733
734 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
735 * loadup.el ("international/mule-conf"): Load the byte compiled version.
736 * international/mule-conf.el: Allow to be byte compiled.
737
738 * international/mule.el (define-charset): Purecopy props.
739 (load-with-code-conversion): Purecopy doc string and file name.
740 (put-charset-property): Purecopy strings.
741 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
742
743 * international/mule-cmds.el (register-input-method): Purecopy arguments.
744 (define-char-code-property): Correctly purecopy the table.
745
746 * international/ccl.el (define-ccl-program): Purecopy the docstring.
747
748 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
749
750 * subr.el (add-hook): Purecopy strings.
751 (eval-after-load): Purecopy load-history-regexp and the form.
752
753 * custom.el (custom-declare-group): Purecopy load-file-name.
754
755 * subr.el (menu-bar-separator): New defconst.
756 * net/eudc.el (eudc-tools-menu):
757 * international/mule-cmds.el (set-coding-system-map)
758 (mule-menu-keymap):
759 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
760 * vc-hooks.el (vc-menu-map):
761 * replace.el (occur-mode-map):
762 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
763 (menu-bar-edit-menu, menu-bar-goto-menu)
764 (menu-bar-custom-menu, menu-bar-showhide-menu)
765 (menu-bar-options-menu, menu-bar-tools-menu)
766 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
767 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
768 (menu-bar-help-menu):
769 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
770 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
771
772 * term/x-win.el (x-gtk-stock-map):
773 * progmodes/vera-mode.el (auto-mode-alist):
774 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
775 (inferior-lisp-program, inferior-lisp-load-command):
776 * progmodes/hideshow.el (hs-special-modes-alist):
777 * progmodes/gud.el (same-window-regexps):
778 * progmodes/grep.el (grep-program, find-program, xargs-program):
779 * net/telnet.el (same-window-regexps):
780 * net/rlogin.el (same-window-regexps):
781 * language/ethiopic.el (font-ccl-encoder-alist):
782 * vc-sccs.el (vc-sccs-master-templates):
783 * vc-rcs.el (vc-rcs-master-templates):
784 * subr.el (cl-assertion-failed):
785 * simple.el (next-error-overlay-arrow-position):
786 * lpr.el (lpr-command):
787 * locate.el (locate-ls-subdir-switches):
788 * info.el (same-window-regexps, info)
789 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
790 * image-mode.el (image-mode, auto-mode-alist):
791 * hippie-exp.el (hippie-expand-ignore-buffers):
792 * format.el (format-alist):
793 * find-dired.el (find-ls-subdir-switches, find-grep-options)
794 (find-name-arg):
795 * facemenu.el (facemenu-keybindings):
796 * dired.el (dired-listing-switches, dired-chown-program):
797 * diff.el (diff-switches, diff-command):
798 * cus-edit.el (same-window-regexps):
799 * bindings.el (mode-line-mule-info)
800 (mode-line-buffer-identification): Purecopy strings.
801
802 2009-11-11 Juri Linkov <juri@jurta.org>
803
804 * simple.el (dired-get-filename)<declare-function>:
805 Tell the byte-compiler about dired-get-filename.
806 (shell-command): In Dired mode, get filename from the current line
807 as the default value.
808
809 2009-11-10 Glenn Morris <rgm@gnu.org>
810
811 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
812 * calendar/holidays.el, progmodes/cperl-mode.el:
813 Update x-popup-menu declarations.
814
815 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
816 (list-load-path-shadows): Use dolist.
817 (list-load-path-shadows): Use with-current-buffer.
818
819 2009-11-10 Juri Linkov <juri@jurta.org>
820
821 * minibuffer.el (read-file-name): Support a list of default values
822 in `default-filename'. Use the first file name where only one
823 element is required. Doc fix.
824
825 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
826
827 * net/dbus.el (dbus-unregister-object): Release service, if no
828 other method is registered for it.
829
830 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
831
832 * bookmark.el (bookmark-completing-read): Sort bookmark names if
833 bookmark-sort-flag is non-nil (Bug#4653).
834
835 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
836
837 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
838 the progress reporter entirely.
839
840 * emulation/cua-base.el: Add CUA property to some CC mode commands
841 (Bug#4100).
842
843 2009-11-08 Kevin Ryde <user42@zip.com.au>
844
845 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
846 at end of sentence (Bug#4818).
847
848 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
849
850 * progmodes/compile.el (compilation-error-regexp-alist-alist):
851 Handle "see declaration of" MSFT statements (Bug#4100).
852
853 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
854
855 * net/tramp.el (tramp-advice-make-auto-save-file-name)
856 (tramp-advice-file-expand-wildcards): Unload via
857 `ad-remove-advice'.
858
859 * net/trampver.el: Update release number.
860
861 2009-11-08 Kevin Ryde <user42@zip.com.au>
862
863 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
864 `ad-do-it'.
865
866 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
867
868 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
869 in order to keep context in SELinux.
870
871 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
872
873 * dired-aux.el (dired-query): Place cursor in echo area and allow
874 C-g.
875
876 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
877 menu item if not on a directory (Bug#4701).
878
879 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
880
881 Sync with Tramp 2.1.17.
882
883 * net/tramp.el (tramp-handle-copy-directory): Don't use
884 `file-remote-p' (due to compatibility).
885
886 * net/tramp-compat.el (tramp-compat-copy-directory)
887 (tramp-compat-delete-directory): New defuns.
888
889 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
890 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
891 `tramp-compat-delete-directory'.
892
893 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
894 (tramp-smb-handle-delete-directory ): Use
895 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
896
897 * net/trampver.el: Update release number.
898
899 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
900
901 * tar-mode.el (tar-copy): Call write-region on the right buffer
902 (Bug#4857).
903
904 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
905 by hand, if necessary (Bug#4878).
906
907 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
908
909 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
910 align size column (Bug#4839).
911
912 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
913 statement.
914
915 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
916
917 * progmodes/ld-script.el (auto-mode-alist):
918 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
919
920 * cus-face.el (custom-declare-face): Purecopy face spec.
921
922 2009-11-06 Kenichi Handa <handa@m17n.org>
923
924 * international/uni-bidi.el: Re-generated.
925 * international/uni-category.el: Re-generated.
926 * international/uni-combining.el: Re-generated.
927 * international/uni-mirrored.el: Re-generated.
928
929 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
930
931 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
932 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
933 (tex-start-options, slitex-run-command, latex-run-command)
934 (tex-run-command, tex-directory):
935 * textmodes/ispell.el (ispell-html-skip-alists)
936 (ispell-tex-skip-alists, ispell-tex-skip-alists):
937 * textmodes/fill.el (adaptive-fill-first-line-regexp):
938 (adaptive-fill-regexp):
939 * textmodes/dns-mode.el (auto-mode-alist):
940 * progmodes/python.el (interpreter-mode-alist):
941 * progmodes/etags.el (tags-compression-info-list):
942 * progmodes/etags.el (tags-file-name):
943 * net/browse-url.el (browse-url-galeon-program)
944 (browse-url-firefox-program):
945 * mail/sendmail.el (mail-signature-file)
946 (mail-citation-prefix-regexp):
947 * international/mule-conf.el (eight-bit):
948 * international/latexenc.el (latex-inputenc-coding-alist):
949 * international/fontset.el (x-pixel-size-width-font-regexp):
950 * emacs-lisp/warnings.el (warning-type-format):
951 * emacs-lisp/trace.el (trace-buffer):
952 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
953 (emacs-lisp-mode-map):
954 * calendar/holidays.el (holiday-solar-holidays)
955 (holiday-bahai-holidays, holiday-islamic-holidays)
956 (holiday-christian-holidays, holiday-hebrew-holidays)
957 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
958 (hebrew-holidays-1, holiday-oriental-holidays)
959 (holiday-general-holidays):
960 * x-dnd.el (x-dnd-known-types):
961 * tool-bar.el (tool-bar):
962 * startup.el (site-run-file):
963 * shell.el (shell-dumb-shell-regexp):
964 * rfn-eshadow.el (file-name-shadow-tty-properties)
965 (file-name-shadow-properties):
966 * paths.el (remote-shell-program, news-directory):
967 * mouse.el ([C-down-mouse-3]):
968 * menu-bar.el (menu-bar-tools-menu):
969 * jka-cmpr-hook.el (jka-compr-load-suffixes)
970 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
971 (jka-compr-compression-info-list):
972 * isearch.el (search-whitespace-regexp):
973 * image-file.el (image-file-name-extensions):
974 * find-dired.el (find-ls-option):
975 * files.el (directory-listing-before-filename-regexp)
976 (directory-free-space-args, insert-directory-program)
977 (list-directory-brief-switches, magic-fallback-mode-alist)
978 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
979 (automount-dir-prefix):
980 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
981 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
982 (face-font-registry-alternatives, face-font-registry-alternatives)
983 (face-font-family-alternatives):
984 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
985 (facemenu-foreground-menu, facemenu-face-menu):
986 * epa-hook.el (epa-file-name-regexp):
987 * dnd.el (dnd-protocol-alist):
988 * textmodes/rst.el (auto-mode-alist):
989 * button.el (default-button): Purecopy strings.
990
991 2009-11-06 Glenn Morris <rgm@gnu.org>
992
993 * Makefile.in (ELCFILES): Update.
994
995 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
998 * emacs-lisp/levents.el: Move to obsolete/levents.el.
999
1000 * nxml/xsd-regexp.el (xsdre-gen-categories):
1001 * nxml/xmltok.el (xmltok-parse-entity):
1002 * nxml/rng-parse.el (rng-parse-validate-file):
1003 * nxml/rng-maint.el (rng-format-manual)
1004 (rng-manual-output-force-new-line):
1005 * nxml/rng-loc.el (rng-save-schema-location-1):
1006 * nxml/rng-cmpct.el (rng-c-parse-file):
1007 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1008 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1009
1010 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
1011
1012 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1013 Remove extra save-excursions and make-variable-buffer-local's.
1014 Suggested by Stefan Monnier.
1015
1016 (verilog-getopt-file, verilog-module-inside-filename-p)
1017 (verilog-set-define): Merge GNU 1.35 and repair changes from
1018 switching to using with-current-buffer.
1019
1020 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1021 being treated as a number and confusing AUTORESET.
1022 Reported by Dan Dever.
1023
1024 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1025 Add verilog-auto-ignore-concat to fix backward compatibility with
1026 older verilog-modes. Reported by Dan Katz.
1027
1028 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1029 containing closing anchors "...$".
1030
1031 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1032 Reported by Wade Smith.
1033
1034 (verilog-batch-execute-func) Comment on function usage.
1035
1036 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
1037
1038 * verilog-mode.el (verilog-label-re): Fix regular expression for
1039 labels.
1040
1041 (verilog-label-re, verilog-calc-1): Support proper indent of named
1042 asserts.
1043
1044 (verilog-backward-token, verilog-basic-complete-re)
1045 (verilog-beg-of-statement, verilog-indent-re): Support proper
1046 indent of the assert statement at the beginning of a block of text.
1047
1048 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1049 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1050 tokens as begins.
1051
1052 2009-11-05 Glenn Morris <rgm@gnu.org>
1053
1054 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1055 Emacs 19. (Bug#1531)
1056 (byte-compile-fix-header): Update for the above change.
1057 Drop test for epoch::version.
1058
1059 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1060 * cus-dep.el (custom-make-dependencies):
1061 * finder.el (finder-compile-keywords):
1062 Use autoload-rubric's feature argument.
1063
1064 * calendar/diary-lib.el (top-level): Make load behave more like require.
1065
1066 * vc-git.el (vc-git-stash-map): Move definition before use.
1067
1068 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1069
1070 * custom.el (custom-declare-group): Purecopy standard-value.
1071 (custom-declare-group): Purecopy custom-prefix.
1072
1073 * international/mule.el (load-with-code-conversion):
1074 Call do-after-load-evaluation unconditionally.
1075
1076 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1077
1078 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1081
1082 2009-11-04 Glenn Morris <rgm@gnu.org>
1083
1084 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1085 (byte-compile-compatibility): Remove option.
1086 (byte-compile-close-variables, byte-compile-fix-header)
1087 (byte-compile-insert-header, byte-compile-output-docform)
1088 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1089 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1090 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1091 (byte-compile-insert, byte-compile-defun):
1092 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
1093 (byte-defop-compiler19): Remove.
1094 Without byte-compile-compatibility, the 'emacs19-opcode property is not
1095 used by anything. Replace all calls with byte-defop-compiler.
1096
1097 2009-11-04 Juri Linkov <juri@jurta.org>
1098
1099 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1100 (menu-bar-options-menu): Don't quote the `prop' arg of
1101 `menu-bar-make-mm-toggle'.
1102
1103 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
1104
1105 * calendar/calendar.el (cal-loaddefs):
1106 * calendar/diary-lib.el (diary-loaddefs):
1107 * calendar/holidays.el (hol-loaddefs):
1108 * eshell/esh-module.el (esh-groups): Load rather than require.
1109
1110 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * calendar/todo-mode.el (todo-add-category): Don't hardcode
1113 point-min==1.
1114 (todo-top-priorities): Only display-buffer when called interactively.
1115 (todo-item-start): Don't save excursion point.
1116 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
1117 (todo-insert-item-here, todo-file-item, todo-remove-item):
1118 Adjust uses of todo-item-start and todo-item-end.
1119
1120 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1121 (autoload-rubric): Don't use any more.
1122 * cedet/semantic/fw.el (semantic/loaddefs):
1123 * cedet/srecode.el (srecode/loaddefs):
1124 * cedet/ede.el (ede/loaddefs): Load rather than require.
1125 * cedet/ede/cpp-root.el:
1126 * cedet/ede/emacs.el:
1127 * cedet/ede/files.el:
1128 * cedet/ede/linux.el:
1129 * cedet/ede/locate.el:
1130 * cedet/ede/make.el:
1131 * cedet/ede/shell.el:
1132 * cedet/ede/speedbar.el:
1133 * cedet/ede/system.el:
1134 * cedet/ede/util.el:
1135 * cedet/semantic/analyze.el:
1136 * cedet/semantic/bovine.el:
1137 * cedet/semantic/complete.el:
1138 * cedet/semantic/ctxt.el:
1139 * cedet/semantic/db-file.el:
1140 * cedet/semantic/db-find.el:
1141 * cedet/semantic/db-global.el:
1142 * cedet/semantic/db-mode.el:
1143 * cedet/semantic/db-typecache.el:
1144 * cedet/semantic/db.el:
1145 * cedet/semantic/debug.el:
1146 * cedet/semantic/dep.el:
1147 * cedet/semantic/doc.el:
1148 * cedet/semantic/edit.el:
1149 * cedet/semantic/find.el:
1150 * cedet/semantic/format.el:
1151 * cedet/semantic/html.el:
1152 * cedet/semantic/ia-sb.el:
1153 * cedet/semantic/ia.el:
1154 * cedet/semantic/idle.el:
1155 * cedet/semantic/lex-spp.el:
1156 * cedet/semantic/lex.el:
1157 * cedet/semantic/mru-bookmark.el:
1158 * cedet/semantic/scope.el:
1159 * cedet/semantic/senator.el:
1160 * cedet/semantic/sort.el:
1161 * cedet/semantic/symref.el:
1162 * cedet/semantic/tag-file.el:
1163 * cedet/semantic/tag-ls.el:
1164 * cedet/semantic/tag-write.el:
1165 * cedet/semantic/tag.el:
1166 * cedet/semantic/util-modes.el:
1167 * cedet/semantic/analyze/complete.el:
1168 * cedet/semantic/analyze/refs.el:
1169 * cedet/semantic/bovine/c.el:
1170 * cedet/semantic/bovine/gcc.el:
1171 * cedet/semantic/bovine/make.el:
1172 * cedet/semantic/bovine/scm.el:
1173 * cedet/semantic/decorate/include.el:
1174 * cedet/semantic/decorate/mode.el:
1175 * cedet/semantic/symref/cscope.el:
1176 * cedet/semantic/symref/global.el:
1177 * cedet/semantic/symref/grep.el:
1178 * cedet/semantic/symref/idutils.el:
1179 * cedet/semantic/symref/list.el:
1180 * cedet/semantic/wisent/java-tags.el:
1181 * cedet/semantic/wisent/javascript.el:
1182 * cedet/srecode/compile.el:
1183 * cedet/srecode/cpp.el:
1184 * cedet/srecode/document.el:
1185 * cedet/srecode/el.el:
1186 * cedet/srecode/expandproto.el:
1187 * cedet/srecode/getset.el:
1188 * cedet/srecode/insert.el:
1189 * cedet/srecode/java.el:
1190 * cedet/srecode/map.el:
1191 * cedet/srecode/mode.el:
1192 * cedet/srecode/template.el:
1193 * cedet/srecode/texi.el: Remove the file-local setting of
1194 generated-autoload-feature.
1195
1196 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1197 and only put a prop if it is non-nil.
1198
1199 2009-11-03 Juri Linkov <juri@jurta.org>
1200
1201 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1202 (menu-bar-options-menu): Fix list quoting (Bug#4429).
1203
1204 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1205 and "Menu" to make top-level menu item visually one unit (like
1206 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1207 multi-word menu items). Fix :help string for quit-window.
1208
1209 2009-11-03 Glenn Morris <rgm@gnu.org>
1210
1211 * cedet/mode-local.el (with-mode-local): Doc fix.
1212
1213 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1214 (byte-compile-file-form-define-abbrev-table)
1215 (byte-compile-file-form-custom-declare-variable)
1216 (byte-compile-variable-ref, byte-compile-defvar):
1217 Whether or not a warning is enabled should only affect whether we issue
1218 the warning, not whether or not we collect the relevant data.
1219 Eg warnings can be turned on and off throughout the course of a file.
1220
1221 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1222 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1223
1224 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1227 * play/mpuz.el (mpuz-create-buffer):
1228 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1229 (lm-print-y,s,noise, lm-print-w0, lm-init):
1230 * play/gomoku.el (gomoku-prompt-for-move):
1231 * play/fortune.el (fortune-in-buffer):
1232 * play/dissociate.el (dissociated-press):
1233 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1234 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1235 * mail/supercite.el (sc-eref-show):
1236 * mail/smtpmail.el (smtpmail-send-it):
1237 * mail/rmailsum.el (rmail-summary-next-labeled-message)
1238 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1239 (rmail-summary-undelete-many, rmail-summary-rmail-update)
1240 (rmail-summary-goto-msg, rmail-summary-expunge)
1241 (rmail-summary-get-new-mail, rmail-summary-search-backward)
1242 (rmail-summary-add-label, rmail-summary-output-menu)
1243 (rmail-summary-output-body):
1244 * mail/rfc822.el (rfc822-addresses):
1245 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1246 * mail/mailpost.el (post-mail-send-it):
1247 * mail/hashcash.el (hashcash-generate-payment):
1248 * mail/feedmail.el (feedmail-run-the-queue)
1249 (feedmail-queue-send-edit-prompt-help-first)
1250 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1251 (feedmail-deduce-address-list):
1252 * eshell/esh-ext.el (eshell-remote-command):
1253 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1254 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1255 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1256 (viper-save-string-in-file, viper-valid-marker):
1257 * emulation/viper-keym.el (viper-toggle-key):
1258 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1259 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1260 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1261 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1262 (viper-exec-form-in-emacs, viper-brac-function):
1263 * emulation/viper.el (viper-delocalize-var):
1264 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1265 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1266 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1267 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1268 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1269 * emulation/edt.el (edt-electric-helpify):
1270 * emulation/cua-rect.el (cua--rectangle-aux-replace):
1271 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1272 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1273 (cua-indent-to-global-mark-column):
1274 * calendar/diary-lib.el (calendar-mark-1):
1275 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1276 Use with-current-buffer.
1277 * emulation/viper.el (viper-delocalize-var): Use dolist.
1278
1279 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * comint.el (comint-replace-by-expanded-history-before-point):
1282 Replace !! with the previous input string literally (Bug#1795).
1283
1284 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
1285
1286 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1287 to be made up of whitespace.
1288
1289 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1290
1291 * minibuffer.el (read-file-name): Don't use file dialogs for
1292 remote directories (Bug#99).
1293
1294 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1297
1298 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
1299
1300 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1301 instead of deleting the window or frame.
1302
1303 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1306 Support face colors.
1307
1308 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1309 New function. Support face colors (Bug#1168).
1310 (tex-common-initialization): Use it.
1311
1312 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1313 mode allows it (Bug#1168).
1314
1315 2009-10-31 Juri Linkov <juri@jurta.org>
1316
1317 * facemenu.el (list-colors-display): Don't mark buffer as
1318 modified (Bug#3948).
1319
1320 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * international/mule-diag.el (list-character-sets-1): Minor
1323 message fix (Bug#3526).
1324
1325 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1326 face property (Bug#4834).
1327 (etags-list-tags, etags-tags-apropos-additional)
1328 (etags-tags-apropos, tags-select-tags-table): Add follow-link
1329 property.
1330
1331 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1332 items.
1333
1334 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1335 items.
1336
1337 * cedet/ede.el (ede-minor-mode):
1338 * cedet/semantic.el (semantic-mode): Toggle menu separators.
1339
1340 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * textmodes/two-column.el (2C-split):
1343 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1344 * textmodes/tex-mode.el (tex-set-buffer-directory):
1345 * textmodes/spell.el (spell-region, spell-string):
1346 * textmodes/reftex.el (reftex-erase-buffer):
1347 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1348 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1349 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1350 (reftex-select-item):
1351 * textmodes/reftex-ref.el (reftex-label-info-update)
1352 (reftex-offer-label-menu):
1353 * textmodes/reftex-index.el (reftex-index-change-entry)
1354 (reftex-index-phrases-info):
1355 * textmodes/reftex-global.el (reftex-create-tags-file)
1356 (reftex-save-all-document-buffers, reftex-ensure-write-access):
1357 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1358 (reftex-view-crossref-from-bibtex):
1359 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1360 (reftex-extract-bib-entries-from-thebibliography)
1361 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1362 * textmodes/refbib.el (r2b-capitalize-title):
1363 (r2b-convert-buffer, r2b-help):
1364 * textmodes/page-ext.el (pages-directory)
1365 (pages-directory-goto-with-mouse):
1366 * textmodes/bibtex.el (bibtex-validate-globally):
1367 * textmodes/bib-mode.el (bib-capitalize-title):
1368 * textmodes/artist.el (artist-clear-buffer, artist-system):
1369 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1370 (local-set-scheme-interaction-buffer, xscheme-process-filter)
1371 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1372 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1373 (xscheme-send-control-g-interrupt, xscheme-start-process)
1374 (xscheme-process-sentinel, xscheme-cd):
1375 * progmodes/verilog-mode.el (verilog-read-always-signals)
1376 (verilog-set-define, verilog-getopt-file)
1377 (verilog-module-inside-filename-p):
1378 * progmodes/sh-script.el:
1379 * progmodes/python.el (python-pdbtrack-get-source-buffer)
1380 (python-pdbtrack-grub-for-buffer, python-execute-file):
1381 * progmodes/octave-inf.el (inferior-octave):
1382 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1383 (idlwave-shell-compile-helper-routines, idlwave-set-local)
1384 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1385 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1386 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1387 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1388 (idlwave-shell-filter, idlwave-shell-examine-highlight)
1389 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1390 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1391 (idlwave-shell-examine-display, idlwave-shell-run-region)
1392 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1393 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1394 * progmodes/idlw-help.el (idlwave-help-get-special-help)
1395 (idlwave-help-get-help-buffer):
1396 * progmodes/gud.el (gud-basic-call, gud-find-class)
1397 (gud-tooltip-activate-mouse-motions-if-enabled):
1398 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1399 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1400 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1401 (ebrowse-tags-next-file):
1402 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1403 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1404 (ebnf-eps-finish-and-write):
1405 * progmodes/cpp.el (cpp-edit-save):
1406 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1407 * progmodes/cc-defs.el (c-emacs-features):
1408 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1409 (antlr-directory-dependencies):
1410 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1411 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1412 (ada-find-any-references, ada-make-filename-from-adaname)
1413 (ada-make-body-gnatstub):
1414 * obsolete/rnews.el (news-list-news-groups):
1415 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1416 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1417 * net/rcirc.el (rcirc-debug):
1418 * net/newst-treeview.el (newsticker--treeview-list-add-item)
1419 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1420 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1421 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1422 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1423 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1424 (newsticker--treeview-list-clear-highlight)
1425 (newsticker--treeview-list-update-highlight)
1426 (newsticker--treeview-list-highlight-start)
1427 (newsticker--treeview-tree-update-highlight)
1428 (newsticker--treeview-get-selected-item)
1429 (newsticker-treeview-mark-list-items-old)
1430 (newsticker--treeview-set-current-node):
1431 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1432 * net/newst-backend.el (newsticker--get-news-by-funcall)
1433 (newsticker--get-news-by-wget, newsticker--image-get)
1434 (newsticker--image-sentinel):
1435 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1436 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1437 (eudc-ph-close-session):
1438 * net/eudc.el (eudc-save-options):
1439 * language/thai-word.el (thai-update-word-table):
1440 * language/japan-util.el (japanese-string-conversion):
1441 * international/titdic-cnv.el (tsang-quick-converter)
1442 (ziranma-converter, ctlau-converter):
1443 * international/mule-cmds.el (describe-language-environment):
1444 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1445 (skkdic-convert-postfix, skkdic-convert-prefix):
1446 (skkdic-convert-okuri-nasi, skkdic-convert):
1447 * emacs-lisp/re-builder.el (reb-update-overlays):
1448 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1449 * emacs-lisp/gulp.el (gulp-send-requests):
1450 * emacs-lisp/find-gc.el (trace-call-tree):
1451 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1452 (eieio-describe-generic):
1453 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1454 * emacs-lisp/edebug.el (edebug-outside-excursion):
1455 * emacs-lisp/debug.el (debugger-make-xrefs):
1456 * emacs-lisp/cust-print.el (custom-prin1-to-string):
1457 * emacs-lisp/chart.el (chart-new-buffer):
1458 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1459 Use with-current-buffer.
1460 * textmodes/artist.el (artist-system): Don't call
1461 copy-sequence on a fresh string.
1462 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1463
1464 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
1465
1466 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1467 is no item to edit. (Bug#4820)
1468 (todo-top-priorities): Restore point and restore narrowing in Todo
1469 buffer. (Bug#4820)
1470
1471 2009-10-31 Glenn Morris <rgm@gnu.org>
1472
1473 * net/ange-ftp.el (top-level): Don't require dired when compiling.
1474 (comint-last-output-start, comint-last-input-start)
1475 (comint-last-input-end): Don't defvar when compiling.
1476 (ange-ftp-process-file): Use bound-and-true-p.
1477
1478 * pcmpl-rpm.el (top-level): Move provide statement to end.
1479 (pcmpl-rpm): Remove unused custom group.
1480
1481 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1482
1483 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1484
1485 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1486 (byte-compile-warnings): Add `constants' as an option.
1487 (byte-compile-callargs-warn, byte-compile-arglist-warn)
1488 (display-call-tree): Update for byte-compile-fdefinition possibly
1489 returning `(macro lambda ...)'. (Bug#4778)
1490 (byte-compile-variable-ref, byte-compile-setq-default):
1491 Respect `constants' member of byte-compile-warnings.
1492
1493 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1494 Use mapc rather than mapcar because the return value is never used.
1495
1496 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1497 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1498 * cedet/semantic/html.el:
1499 Suppress harmless warnings about setting up semantic-imenu (not
1500 part of Emacs) variables.
1501
1502 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * vc-bzr.el (vc-bzr-revision-keywords): New var.
1505 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1506 to "submit:".
1507
1508 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1509 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1510 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1511 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1512 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1513 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1514 (semantic-analyzer-debug-global-symbol)
1515 (semantic-analyzer-debug-missing-innertype)
1516 (semantic-analyzer-debug-insert-include-summary):
1517 * cedet/semantic/util.el (semantic-file-tag-table):
1518 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1519 (semantic-recursive-find-nonterminal-by-name):
1520 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1521 * cedet/semantic/tag-file.el (semantic-prototype-file):
1522 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1523 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1524 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1525 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1526 (semantic-idle-summary-maybe-highlight):
1527 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1528 (semantic-ia-sb-tag-info):
1529 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1530 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1531 * cedet/semantic/ede-grammar.el (project-compile-target):
1532 (ede-proj-makefile-insert-variables):
1533 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1534 (semantic-debug-set-source-location, semantic-debug-interface-layout)
1535 (semantic-debug-mode, semantic-debug):
1536 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1537 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1538 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1539 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1540 (semanticdb-find-translate-path-includes--internal)
1541 (semanticdb-reset-log, semanticdb-find-log-activity):
1542 * cedet/semantic/db-file.el (object-write):
1543 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1544 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1545 (semanticdb-create-ebrowse-database):
1546 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1547 * cedet/semantic/complete.el (semantic-displayor-focus-request)
1548 (semantic-collector-calculate-completions-raw)
1549 (semantic-complete-read-tag-analyzer):
1550 * cedet/semantic/analyze.el (semantic-analyze-pulse):
1551 * cedet/ede/util.el (ede-update-version-in-source):
1552 * cedet/ede/proj.el (project-delete-target):
1553 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1554 (ede-proj-flush-autoconf):
1555 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1556 (ede-proj-configure-synchronize):
1557 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1558 * cedet/ede/linux.el (ede-linux-version):
1559 * cedet/ede/emacs.el (ede-emacs-version):
1560 * cedet/ede/dired.el (ede-dired-add-to-target):
1561 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1562 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1563 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1564 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1565 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1566 (cedet-idutils-version-check):
1567 * cedet/cedet-global.el (cedet-gnu-global-call):
1568 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1569 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1570 * cedet/cedet-cscope.el (cedet-cscope-call)
1571 (cedet-cscope-expand-filename, cedet-cscope-version-check):
1572 Use with-current-buffer.
1573 * cedet/ede.el (ede-make-project-local-variable)
1574 (ede-set-project-variables, ede-set): Use dolist.
1575
1576 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1577
1578 * textmodes/ispell.el (ispell-skip-region-alist):
1579 * international/mule-conf.el (eight-bit):
1580 * international/fontset.el (font-encoding-alist):
1581 * startup.el (pure-space-overflow-message):
1582 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1583 * paths.el (gnus-nntp-service, rmail-spool-directory)
1584 (term-file-prefix):
1585 * files.el (save-some-buffers-action-alist):
1586 * cmuscheme.el (same-window-buffer-names):
1587 * ielm.el (same-window-buffer-names):
1588 * shell.el (same-window-buffer-names):
1589 * mail/sendmail.el (same-window-buffer-names):
1590 * progmodes/inf-lisp.el (same-window-buffer-names):
1591 * bindings.el (mode-line-client)
1592 (mode-line-column-line-number-mode-map):
1593 * language/tibetan.el (tibetan-precomposition-rule-regexp)
1594 (tibetan-precomposed-regexp): Purecopy string arguments.
1595
1596 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1597
1598 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1599 (calcDigit-nondigit):
1600 * calc/calc-yank.el (calc-copy-to-buffer):
1601 * calc/calc-units.el (calc-invalidate-units-table):
1602 * calc/calc-trail.el (calc-trail-yank):
1603 * calc/calc-store.el (calc-insert-variables):
1604 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1605 * calc/calc-prog.el (calc-read-parse-table):
1606 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1607 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1608 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1609 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1610 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1611 (calc-graph-name, calc-graph-find-command, calc-graph-view)
1612 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1613 * calc/calc-ext.el (calc-realign):
1614 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1615 (calc-embedded-finish-edit, calc-embedded-make-info)
1616 (calc-embedded-finish-command, calc-embedded-stack-change):
1617 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1618
1619 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1620 (overload-docstring-extension): Use that info.
1621 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1622 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1623 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1624 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1625 (semantic-nonterminal-full-name): Add the new `when' info.
1626 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1627 `assert'.
1628
1629 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1630 shell-dynamic-complete-filename in preference to
1631 comint-dynamic-complete-filename.
1632
1633 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1634 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1635 Don't consider whether the display supports colors.
1636 (bookmark-import-new-list): Use dolist.
1637 (bookmark-bmenu-mode-map): Move initialization into declaration.
1638 (bookmark-bmenu-list): Use dolist, simplify.
1639 (bookmark-show-all-annotations): Use save-selected-window and dolist.
1640 (menu-bar-final-items): Use push.
1641
1642 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1643
1644 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1645 it works on remote files.
1646 (vc-hg-diff): Don't pass any `--cwd' argument.
1647
1648 2009-10-27 Kevin Ryde <user42@zip.com.au>
1649
1650 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1651 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1652 (Further to Bug#3921).
1653
1654 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
1655
1656 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1657 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1658 calling `tramp-imap-put-file'. Add file size to the call.
1659 (tramp-imap-get-file-entries): Compute also user name, file size,
1660 and date.
1661 (tramp-imap-handle-insert-directory): Insert uid and gid.
1662 (tramp-imap-handle-file-attributes): Transform uid and gid
1663 according to `id-format'.
1664 (tramp-imap-put-file): New optional parameter SIZE. Encode file
1665 size in header X-Size.
1666
1667 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * simple.el (transpose-subr): Give clearer error when the mark
1670 is not set. (Bug#4807)
1671
1672 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
1673
1674 * net/tramp.el (tramp-perl-file-truename): New defconst.
1675 Perl code contributed by yary <not.com@gmail.com> (tiny change).
1676 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1677 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1678 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1679
1680 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1681 Ignore `dired-call-process'.
1682 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1683
1684 2009-10-26 Julian Scheid <julians37@gmail.com>
1685
1686 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1687 (tramp-get-remote-readlink): New defun.
1688 (tramp-handle-file-truename): Use it.
1689 (tramp-handle-file-exists-p): Check file-attributes cache, assume
1690 file exists if cache value present.
1691 (tramp-check-cached-permissions) New defun.
1692 (tramp-handle-file-readable-p): Use it.
1693 (tramp-handle-file-writable-p): Likewise.
1694 (tramp-handle-file-executable-p): Likewise.
1695 (tramp-handle-file-name-all-completions): Try using Perl to get
1696 partial completions. When perl not available, combine `cd' and
1697 `ls' into single remote operation and use shell expansion to get
1698 partial remote directory contents. Set `file-exists-p' cache for
1699 directory and any files returned by ls. Change cache handling to
1700 support partial directory contents. Use error message emitted by
1701 remote `cd' or Perl code for local tramp-error.
1702 (tramp-do-copy-or-rename-file-directly): Avoid separate
1703 tramp-send-command-and-check call.
1704 (tramp-handle-process-file): Merge three remote ops into one.
1705 Do not flush all caches when `process-file-side-effects' is set.
1706 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1707 file-attributes shows uid/gid to be set already.
1708
1709 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1710
1711 * textmodes/tex-mode.el (tex-dvi-view-command)
1712 (tex-show-queue-command, tex-open-quote):
1713 * progmodes/ruby-mode.el (auto-mode-alist)
1714 (interpreter-mode-alist): Purecopy strings.
1715
1716 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1717
1718 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1719 string for the hook, keymap and abbrev table.
1720
1721 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1722
1723 * x-dnd.el (x-dnd-xdnd-to-action):
1724 * startup.el (fancy-startup-text, fancy-about-text): Change to
1725 defconst from defvar.
1726
1727 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1728
1729 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1730 Purecopy initialization strings.
1731
1732 * mail/sendmail.el (mail-header-separator)
1733 (mail-personal-alias-file):
1734 * mail/rmail.el (rmail-default-dont-reply-to-names)
1735 (rmail-ignored-headers, rmail-retry-ignored-headers)
1736 (rmail-highlighted-headers, rmail-secondary-file-directory)
1737 (rmail-secondary-file-regexp):
1738 * files.el (null-device, file-name-invalid-regexp)
1739 (locate-dominating-stop-dir-regexp)
1740 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1741 (interpreter-mode-alist): Use mapcar instead of mapc.
1742
1743 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1744
1745 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1746 (completion-ignored-extensions):
1747 (debug-ignored-errors): Purecopy strings.
1748
1749 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1752 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1753 (pcomplete--here): Use push.
1754
1755 * subr.el (all-completions): Declare the 4th arg obsolete.
1756
1757 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * pcomplete.el (pcomplete-unquote-argument-function): New var.
1760 (pcomplete-unquote-argument): New function.
1761 (pcomplete--common-suffix): Always pay attention to case.
1762 (pcomplete--table-subvert): Quote and unquote the text.
1763 (pcomplete--common-quoted-suffix): New function.
1764 (pcomplete-std-complete): Use it and pcomplete-begin.
1765
1766 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1767 we're inside a dedicated or minibuffer window.
1768
1769 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * cedet/semantic/fw.el (semantic-alias-obsolete)
1772 (semantic-varalias-obsolete): Make the `when' arg mandatory.
1773 (define-mode-overload-implementation):
1774 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1775 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1776 * cedet/semantic/util.el (semantic-file-token-stream)
1777 (semantic-something-to-stream):
1778 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1779 (semantic-expand-nonterminal):
1780 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1781 (semantic-find-dependency, semantic-find-nonterminal)
1782 (semantic-find-dependency):
1783 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1784 (semantic-flex-text, semantic-flex-make-keyword-table)
1785 (semantic-flex-keyword-p, semantic-flex-keyword-put)
1786 (semantic-flex-keyword-get, semantic-flex-map-keywords)
1787 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1788 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1789 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1790 (semantic-after-idle-scheduler-reparse-hooks):
1791 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1792 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1793 * cedet/semantic.el (semantic-toplevel-bovine-table)
1794 (semantic-toplevel-bovine-cache)
1795 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1796 (semantic-init-mode-hooks, semantic-init-db-hooks)
1797 (semantic-bovination-working-type): Provide the `when' arg.
1798
1799 2009-10-24 Karl Fogel <kfogel@red-bean.com>
1800
1801 * bookmark.el: Update documentation, especially documentation
1802 of `bookmark-alist' and of the bookmark file format.
1803 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
1804
1805 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * mail/emacsbug.el (report-emacs-bug): Clarify that the
1808 keybindings apply to the mail buffer (Bug#4003). Shrink help
1809 window to buffer.
1810
1811 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1812 (global-whitespace-mode, global-whitespace-newline-mode)
1813 (whitespace-toggle-options, global-whitespace-toggle-options):
1814 Doc fix (Bug#3660).
1815
1816 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1817 of xmltok-start before the end tag was inserted (Bug#2840).
1818
1819 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1820 patterns that are preceded by an open-paren (Bug#1320).
1821
1822 2009-10-24 Sven Joachim <svenjoac@gmx.de>
1823
1824 * files.el (delete-directory): Delete symlinks to directories with
1825 delete-file (Bug#4739).
1826
1827 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1830 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1831 argument to make-obsolete.
1832
1833 * cedet/semantic/fw.el (semantic-alias-obsolete)
1834 (semantic-varalias-obsolete): Add optional WHEN argument.
1835
1836 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1837
1838 * vc.el (vc-backend-for-registration): Rename from
1839 vc-get-backend-for-registration. Update callers.
1840
1841 * international/mule-cmds.el (set-language-info-alist):
1842 Purecopy lang-env.
1843 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1844 (charset): Purecopy the name.
1845 (define-char-code-property): Purecopy string arguments.
1846
1847 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1848 Purecopy string arguments.
1849
1850 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1851 * ediff-hook.el (menu-bar-ediff-menu):
1852 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1853 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1854
1855 2009-10-24 Glenn Morris <rgm@gnu.org>
1856
1857 * comint.el (comint-dynamic-list-completions):
1858 * term.el (term-dynamic-list-completions): Use choose-completion rather
1859 than obsolete alias mouse-choose-completion.
1860
1861 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1862 file-cache-choose-completion.
1863 (file-cache-choose-completion): Handle an optional event argument.
1864 (file-cache-mouse-choose-completion): Make it an obsolete alias.
1865
1866 * progmodes/octave-mod.el (octave-complete-symbol):
1867 Use choose-completion if mouse-choose-completion is ever removed.
1868
1869 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1870 use.
1871
1872 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1873 compiler.
1874
1875 * vc-hooks.el (vc-responsible-backend): Fix declaration.
1876
1877 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1880 Ignore `pred' now that we receive one.
1881 Handle test-completion specially.
1882
1883 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1884
1885 * vc.el (vc-responsible-backend): Throw an error if not backend is
1886 found. Remove the REGISTER argument. Move the code dealing with
1887 REGISTER ...
1888 (vc-get-backend-for-registration): ... here. New function.
1889 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1890 of vc-responsible-backend, pass the file name instead of the
1891 directory name.
1892
1893 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1896 New funs.
1897 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
1898 (pcomplete-comint-setup): Don't modify a global var via
1899 accidental side-effects.
1900 (pcomplete-shell-setup): Adjust call accordingly.
1901 (pcomplete-parse-comint-arguments): Use push.
1902
1903 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1906 Allow uncapitalized info node names (Bug#3921).
1907
1908 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1909 to the DEBUG file (Bug#3781).
1910
1911 2009-10-23 Jari Aalto <jari.aalto@cante.net>
1912
1913 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
1914 dictionary entry (Bug#4579).
1915
1916 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
1917
1918 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
1919 from `rfn-eshadow-update-overlay-hook' when unloading.
1920 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
1921 "rsyncc". Adjust doc string.
1922 (tramp-temp-buffer-file-name) New buffer-local defvar.
1923 (tramp-handle-insert-file-contents, tramp-handle-write-region):
1924 Keep temporary file when indicated by method ("rsync" and
1925 "rsyncc").
1926 (tramp-handle-write-region): Handle APPEND.
1927 (tramp-delete-temp-file-function): New defun. Added to
1928 `kill-buffer-hook'.
1929
1930 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
1933
1934 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1935
1936 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
1937 (color-name-rgb-alist, tty-standard-colors)
1938 (tty-color-mode-alist): Change to defconst.
1939
1940 * simple.el (mark-inactive): Purecopy message.
1941
1942 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
1943 (global-map, yank-menu):
1944 * textmodes/ispell.el (ispell-menu-map):
1945 * net/eudc.el (eudc-tools-menu):
1946 * international/mule-cmds.el (describe-language-environment-map)
1947 (setup-language-environment-map, set-coding-system-map)
1948 (mule-menu-keymap):
1949 * vc-hooks.el (vc-menu-entry, vc-menu-map):
1950 * replace.el (occur-mode-map):
1951 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
1952
1953 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
1954
1955 * calc/calc.el (math-read-number, math-read-number-simple): Use
1956 `save-match-data'.
1957
1958 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
1961 rather than fiddling with global-map bindings, since it should only
1962 affect per-terminal settings.
1963 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
1964
1965 * minibuffer.el (completion-table-with-terminator): Allow to specify
1966 the terminator-regexp.
1967
1968 * simple.el (switch-to-completions): Look for *Completions* in other
1969 frames as well.
1970
1971 * pcomplete.el: Allow the use of completion-tables.
1972 (pcomplete-std-complete): New command.
1973 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
1974 (pcomplete--here): Use a function for `form' rather than an expression,
1975 so it can be byte-compiled.
1976 (pcomplete-here, pcomplete-here*): Adjust accordingly.
1977 Add edebug declaration.
1978 (pcomplete-show-completions): Remove unused var `curbuf'.
1979 (pcomplete-do-complete, pcomplete-stub):
1980 Don't assume `completions' is a list of strings any more.
1981
1982 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
1983
1984 * find-dired.el (find-name-arg): Fix typo in docstring.
1985
1986 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
1989 (pcmpl-linux-fs-types): Same, and update to new modules layout.
1990
1991 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
1992 pcomplete-entries.
1993
1994 * comint.el (comint-read-input-ring, comint-write-input-ring)
1995 (comint-substitute-in-file-name)
1996 (comint-dynamic-complete-as-filename)
1997 (comint-dynamic-simple-complete)
1998 (comint-dynamic-list-filename-completions)
1999 (comint-dynamic-list-completions)
2000 (comint-redirect-results-list-from-process): Minor simplifications.
2001
2002 2009-10-21 Kevin Ryde <user42@zip.com.au>
2003
2004 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2005 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2006 the first form. And insert a blank line after ";;; Code" since
2007 that's usual style. (My Bug#4612.)
2008
2009 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2010
2011 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * minibuffer.el (completion-table-with-terminator): Properly implement
2014 boundaries, in case `terminator' appears in the suffix.
2015 (completion--embedded-envvar-table): Don't return boundaries if
2016 there's no valid completion. Simplify.
2017 (completion-file-name-table): New completion table extracted from
2018 completion--file-name-table.
2019 (completion--file-name-table): Use it.
2020 (read-file-name-predicate): Declare obsolete.
2021 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2022 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2023 completion-file-name-table, and use the `pred' argument.
2024 * files.el (locate-file-completion-table): Use the `pred' arg rather
2025 than read-file-name-predicate.
2026 (abbreviate-file-name): Use \` rather than ^ for BOS.
2027
2028 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2029
2030 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2031 vc-responsible-backend to register, it causes problems.
2032
2033 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2036
2037 2009-10-21 Eric Ludlam <zappo@gnu.org>
2038
2039 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2040 (semantic-c-debug-mode-init-pch): New functions.
2041 (semantic-c-debug-mode-init-last-mode): New var.
2042 (semantic-c-parse-lexical-token): Use them.
2043
2044 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2045 When extracting the argument list, limit only by point-max.
2046
2047 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
2048
2049 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2050 (tramp-smb-handle-file-attributes): Use it.
2051 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2052 (tramp-smb-handle-insert-directory): Use `mapc' rather than
2053 `mapcar'. Use `tramp-smb-get-stat-capability'.
2054 Add `dired-filename' text properties.
2055 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2056 (tramp-smb-maybe-open-connection): Simplify check for smbclient
2057 version.
2058
2059 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * subr.el (read-key-delay): Reduce to 0.01.
2062 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2063 (bug#4751).
2064
2065 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2068
2069 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2070 (Info-menu): Remove unused vars `last' and `completions'.
2071 (Info-index-nodes): Remove unused var `node'.
2072
2073 * info.el (Info-complete-menu-item): Use complete-with-action.
2074
2075 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2076
2077 Make vc-annotate work through copies and renames.
2078 * vc-annotate.el (vc-annotate-extract-revision-at-line):
2079 Return the file name too.
2080 (vc-annotate-revision-at-line)
2081 (vc-annotate-find-revision-at-line)
2082 (vc-annotate-revision-previous-to-line)
2083 (vc-annotate-show-log-revision-at-line): Update to get the file
2084 name from vc-annotate-extract-revision-at-line.
2085 (vc-annotate-show-diff-revision-at-line-internal): Change the
2086 argument to mean whether to show a file diff or not. Get the file
2087 name from vc-annotate-extract-revision-at-line.
2088 (vc-annotate-show-diff-revision-at-line):
2089 Update vc-annotate-show-diff-revision-at-line call.
2090 (vc-annotate-warp-revision): Add an optional file argument.
2091
2092 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2093 (vc-git-annotate-extract-revision-at-line): Also return the file
2094 name if found.
2095
2096 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2097 command. Remove unused code.
2098 (vc-hg-annotate-re): Update to match --follow output.
2099 (vc-hg-annotate-extract-revision-at-line): Also return the file
2100 name if found.
2101
2102 * vc.el: Update annotate-extract-revision-at-line documentation.
2103
2104 2009-10-18 Kevin Ryde <user42@zip.com.au>
2105
2106 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2107 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2108
2109 * net/browse-url.el (browse-url): Identify alist with "consp and
2110 not functionp" and let all other things go down the `apply' leg,
2111 as suggested by Stefan. (Further to bug#4531.)
2112
2113 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * minibuffer.el (read-file-name): Check for repeat before putting
2116 a default argument in file-name-history (Bug#4657).
2117
2118 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2119 read syntax (Bug#4737).
2120
2121 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2122
2123 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2124
2125 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2126 (html-tag-alist, html-tag-help): Add descriptions for undocumented
2127 entries and make note of obsolete tags.
2128
2129 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2132
2133 2009-10-18 Glenn Morris <rgm@gnu.org>
2134
2135 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2136 grep, so that binary files (eg international/uni-bidi.el) can match.
2137 Remove test for "UnicodeData" files, since it is hopefully unnecessary
2138 now, and in any case the file header format has changed.
2139
2140 2009-10-17 Glenn Morris <rgm@gnu.org>
2141
2142 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2143 (flyspell-get-word, flyspell-large-region)
2144 (flyspell-auto-correct-previous-word): Doc/error message fixes.
2145
2146 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * Makefile.in (ELCFILES): Add ede/shell.
2149
2150 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2151
2152 * term/common-win.el (x-colors): Purecopy it.
2153
2154 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2157 permissive for when the buffer is empty.
2158 (tar-header-block-tokenize): Decode the username and groupname.
2159 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2160
2161 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * cedet/srecode/srt.el:
2164 * cedet/srecode/compile.el:
2165 * cedet/semantic/mru-bookmark.el:
2166 * cedet/semantic/debug.el:
2167 * cedet/semantic/complete.el:
2168 * cedet/semantic/analyze.el: Require CL when compiling.
2169
2170 2009-10-17 Eric Ludlam <zappo@gnu.org>
2171
2172 * cedet/semantic/scope.el
2173 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2174 tmpscope so that the regular scope will continue to work.
2175
2176 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2177 Use semantic-idle-summary-highlight-face as the highlighting.
2178
2179 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2180 contains multibyte characters, choose first applicable coding
2181 system automatically.
2182
2183 * cedet/ede/project-am.el (project-run-target): New method.
2184 (project-run-target): New method.
2185
2186 * cedet/ede.el (ede-target): Add run target menu item.
2187 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2188 (ede-run-target): New function.
2189 (ede-target::project-run-target): New method.
2190
2191 * cedet/ede/proj.el (project-run-target): New method.
2192
2193 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2194 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2195 Add :rules.
2196 (ede-proj-target-makefile-shared-object): Only libtool compilers
2197 now available. Add linkers for libtool.
2198 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2199 (ede-proj-makefile-target-name): Always use .la extension.
2200
2201 * cedet/ede/proj-prog.el (project-run-target): New method.
2202
2203 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2204 (ede-g++-linker): Change Change link lines.
2205
2206 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2207 When searching for old variables, go to the end of the buffer and
2208 search backward from there.
2209 (ede-proj-makefile-automake-insert-subdirs)
2210 (ede-proj-makefile-automake-insert-extradist): New methods.
2211 (ede-proj-makefile-create): Use them.
2212
2213 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2214 Force FILE to expand to the current target. Use file-exists-p to
2215 check that it exists.
2216
2217 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2218 (ede-linux-load): Wrap dir in file-name-as-directory.
2219 Set :version slot.
2220
2221 * cedet/ede/files.el (ede-get-locator-object): When enabling
2222 locate, do so on "top".
2223
2224 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2225 file-name-as-directory during compare.
2226 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2227 Get version number from different places. Don't call egrep.
2228 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2229 to set the directory.
2230
2231 * cedet/ede/shell.el: New file.
2232
2233 * cedet/inversion.el (inversion-decoders): Allow for stray . in
2234 alpha/beta variants.
2235
2236 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * international/mule-cmds.el (select-safe-coding-system): If the file
2239 has a coding cookie, use it regardless of any other setting (bug#4712).
2240
2241 2009-10-17 Glenn Morris <rgm@gnu.org>
2242
2243 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2244 All errors should have messages.
2245
2246 * foldout.el (foldout-mouse-swallow-events):
2247 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2248
2249 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2250 (dired-keep-marker-copy, dired-keep-marker-hardlink)
2251 (dired-keep-marker-symlink, dired-dwim-target)
2252 (dired-copy-preserve-time): Do not autoload these defcustoms.
2253
2254 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2255 messages from messing up the file coding. (Bug#4623)
2256
2257 2009-10-17 Jari Aalto <jari.aalto@cante.net>
2258
2259 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2260 if no match is found for the current dictionary. (Bug#4578)
2261
2262 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2263 optional, since that is how it is documented, and this is often called
2264 with a nil argument. (Bug#4577)
2265 (flyspell-external-point-words, flyspell-auto-correct-word)
2266 (flyspell-correct-word-before-point, flyspell-word-search-forward)
2267 (flyspell-word-search-backward): Remove nil argument in calls to
2268 flyspell-get-word, since it is not needed now.
2269
2270 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
2271
2272 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
2273
2274 2009-10-16 Glenn Morris <rgm@gnu.org>
2275
2276 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2277
2278 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2279
2280 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2281 (ange-ftp-file-size): New function.
2282 (ange-ftp-file-attributes): Use it.
2283
2284 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
2285
2286 * net/tramp-smb.el (tramp-smb-version): New defvar.
2287 (tramp-smb-maybe-open-connection): Use it, in order to avoid
2288 repeated checks.
2289
2290 2009-10-16 Glenn Morris <rgm@gnu.org>
2291
2292 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2293 Maybe copy some custom properties from old to new name. (Bug#4706)
2294
2295 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2296
2297 * subr.el (error, sit-for, start-process-shell-command)
2298 (start-file-process-shell-command): Set the calling convention
2299 after the function definition.
2300
2301 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * subr.el (error, sit-for, start-process-shell-command)
2304 (start-file-process-shell-command): Use the new
2305 set-advertised-calling-convention feature.
2306
2307 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
2308
2309 * international/ucs-normalize.el (ucs-normalize-version):
2310 Change to 1.2.
2311 (check-range): Adjust for Unicode 5.2.
2312
2313 2009-10-15 Juri Linkov <juri@jurta.org>
2314
2315 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2316 to the `menu-item' format.
2317
2318 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
2319
2320 * net/tramp.el (tramp-replace-environment-variables): Do not fail
2321 if the environment variable does not exist.
2322
2323 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2324 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2325 parameter.
2326 (tramp-smb-handle-add-name-to-file)
2327 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2328 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2329 (tramp-smb-handle-file-attributes)
2330 (tramp-smb-do-file-attributes-with-stat)
2331 (tramp-smb-handle-file-local-copy)
2332 (tramp-smb-handle-insert-directory)
2333 (tramp-smb-handle-make-directory)
2334 (tramp-smb-handle-make-directory-internal)
2335 (tramp-smb-handle-make-symbolic-link)
2336 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2337 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2338 (tramp-smb-maybe-open-connection): Apply the changed parameters.
2339 (tramp-smb-read-file-entry): Read Disk names in compressed format.
2340 Handle long file names.
2341 (tramp-smb-get-cifs-capabilities): Check, whether the connection
2342 process is running.
2343 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2344 Read share names with "-g" option.
2345
2346 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
2347
2348 * net/rcirc.el (rcirc-view-log-file): New command.
2349 (rcirc-track-minor-mode-map): Remove C-c ` binding.
2350 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2351 specified.
2352
2353 2009-10-15 Glenn Morris <rgm@gnu.org>
2354
2355 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2356 from the second command-line argument.
2357 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2358 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2359 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2360 w32-batch-update-autoloads.
2361 * emacs-lisp/autoload.el (autoload-make-program): New variable.
2362 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2363
2364 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2365 the headers cannot be located. Simplify, subtracting superflous
2366 save-excursions.
2367
2368 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 Replace completion-base-size by completion-base-position to fix bugs
2371 such as (bug#4699).
2372 * simple.el (completion-base-position): New var.
2373 (completion-base-size): Mark as obsolete.
2374 (choose-completion): Make it work for mouse events as well.
2375 Pass the new base-position to choose-completion-string.
2376 (choose-completion-guess-base-position): New function, extracted from
2377 choose-completion-delete-max-match.
2378 (choose-completion-delete-max-match): Use it. Make obsolete.
2379 (choose-completion-string): Use the new base-position info.
2380 (completion-root-regexp): Delete.
2381 (completion-setup-function): Preserve completion-base-position.
2382 Eliminate obsolete base-size manipulation.
2383 * minibuffer.el (display-completion-list): Don't mess with base-size.
2384 (minibuffer-completion-help): Set completion-base-position instead.
2385 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2386 choose-completion.
2387 * textmodes/bibtex.el (bibtex-complete):
2388 * emacs-lisp/crm.el (crm--choose-completion-string):
2389 Adjust to new calling convention.
2390 * complete.el (partial-completion-mode): Use minibufferp to avoid
2391 bumping into incompatible change to choose-completion-string-functions.
2392 * ido.el (ido-choose-completion-string): Make its calling convention
2393 more permissive.
2394 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2395 base-size manipulation.
2396 (comint-dynamic-list-input-ring): Use dotimes and push.
2397 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2398 fundamental-mode. Use `or'.
2399
2400 2009-10-14 Juri Linkov <juri@jurta.org>
2401
2402 * misearch.el (multi-isearch-next-buffer-from-list)
2403 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
2404
2405 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * Makefile.in (compile-onefile): Load `bytecomp' rather than
2408 `bytecomp.el'.
2409
2410 * minibuffer.el (completion-pcm--merge-completions): Make sure the
2411 string we return is all made up of text from the completions rather
2412 than part from the completions and part from the input (bug#4219).
2413
2414 * ido.el (ido-everywhere): Use define-minor-mode.
2415
2416 * buff-menu.el (list-buffers, ctl-x-map):
2417 Mark the entry points with ;;;###autoload cookies.
2418
2419 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2420
2421 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2422 correctly in the detached head case.
2423 (vc-git-print-log): Remove unused binding.
2424
2425 * vc.el (vc-responsible-backend): When a directory is passed for
2426 for registration create a VC repository if no backend is
2427 responsible for the directory argument.
2428 (vc-deduce-fileset): Tell vc-responsible-backend to register.
2429
2430 * vc.el: Move comments about RCS and SCCS ...
2431 * vc-rcs.el:
2432 * vc-sccs.el: ... here, respectively.
2433
2434 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * minibuffer.el (completion--file-name-table): Return nil if there's
2437 no file completion, even if substitute-in-file-name changed
2438 the string (bug#4708).
2439
2440 2009-10-13 Juri Linkov <juri@jurta.org>
2441
2442 * files-x.el (read-file-local-variable-value): Don't filter out
2443 minor modes from mode name completion (bug#4664).
2444
2445 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2446
2447 * international/mule-cmds.el (ucs-names): Remove exclusion of
2448 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2449
2450 2009-10-13 Kenichi Handa <handa@m17n.org>
2451
2452 * international/uni-name.el: Regenerated.
2453
2454 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2455
2456 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
2457 should be automatically buffer-local, but isn't.)
2458
2459 2009-10-12 Sam Steingold <sds@gnu.org>
2460
2461 * progmodes/compile.el (compilation-next-error-function): Fix the
2462 timestamps if the buffer has been visited before.
2463 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2464 non-anchored patterns, like the perl one (bug#3928).
2465
2466 2009-10-12 Glenn Morris <rgm@gnu.org>
2467
2468 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2469 Let-bind `size'.
2470
2471 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * proced.el (proced-unload-function): New function.
2474
2475 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2476 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2477 Doc fix.
2478
2479 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2480
2481 2009-10-11 Juri Linkov <juri@jurta.org>
2482
2483 * files-x.el (read-file-local-variable-value):
2484 Provide default value only for bound variables (bug#4664).
2485
2486 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
2487
2488 * net/tramp.el (tramp-local-host-p): Function shall return nil for
2489 connection methods like smb.
2490
2491 * net/tramp-cache.el (tramp-flush-connection-property): The hash
2492 can be empty.
2493
2494 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2495 (tramp-smb-file-name-handler-alist): Add handlers for
2496 `add-name-to-file', `make-symbolic-link'.
2497 (tramp-smb-handle-add-name-to-file)
2498 (tramp-smb-do-file-attributes-with-stat)
2499 (tramp-smb-handle-make-symbolic-link)
2500 (tramp-smb-get-cifs-capabilities): New defuns.
2501 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2502 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2503 (tramp-smb-handle-file-local-copy)
2504 (tramp-smb-handle-make-directory-internal)
2505 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2506 The file name syntax depends on cifs capabilities.
2507 (tramp-smb-handle-file-attributes):
2508 Call `tramp-smb-do-file-attributes-with-stat' if possible.
2509 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2510 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2511
2512 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2515 (eieio-defclass): Apply deftype handler and setf-method properties
2516 directly.
2517 (eieio-add-new-slot): Avoid union function from cl library.
2518 (eieio--typep): New function.
2519 (eieio-perform-slot-validation): Use it.
2520
2521 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2522
2523 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2524 Update documentation to refer to the variables documented in r1.135.
2525 (Bug#4188)
2526
2527 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2528
2529 * bookmark.el (Info-suffix-list): Remove this unused variable.
2530 (bookmark-current-point): Remove this obsolete variable.
2531 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2532 Adjust for removal of bookmark-current-point.
2533
2534 (bookmarks-already-loaded, bookmark-current-buffer)
2535 (bookmark-yank-point): Document. (Bug#4188)
2536
2537 2009-10-10 Glenn Morris <rgm@gnu.org>
2538
2539 * frame.el (frame-height): Doc fix.
2540
2541 * calendar/calendar.el (calendar-split-width-threshold): New option.
2542 (calendar-basic-setup): Use calendar-split-width-threshold.
2543
2544 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
2545
2546 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2547 Use .la for Automake.
2548
2549 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2552 Use "autoreconf -i". Suggested by Andreas Schwab.
2553
2554 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
2555
2556 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2557 Ideographic Supplement" range (U+1F200..U+1F2FF).
2558
2559 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2560
2561 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2562 since the list will have been rebuilt anyway. (Bug#4349)
2563
2564 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2565
2566 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2567 (bookmark-bmenu-execute-deletions): Don't save here, as
2568 bookmark-delete will now do so if necessary.
2569 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2570 (Bug#4348)
2571
2572 2009-10-09 Glenn Morris <rgm@gnu.org>
2573
2574 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2575
2576 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2577
2578 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2579 (bookmark-jump-other-window): Just invoke bookmark-jump with new
2580 argument now, so the two function's behaviors will match. (Bug#3645)
2581
2582 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * cedet/ede/proj.el (project-make-dist, project-compile-project):
2585 Fix filename test.
2586 (ede-proj-dist-makefile): Use expand-file-name instead of concat
2587 to expand file names.
2588
2589 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
2590
2591 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2592 (tramp-file-name-real-host, tramp-file-name-port):
2593 Apply `save-match-data'.
2594
2595 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2596 case both directories are remote.
2597 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2598 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2599
2600 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2603 (ede-proj-target-makefile-objectcode): Use it.
2604
2605 * cedet/ede/source.el (ede-want-any-source-files-p)
2606 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2607 Return search result. This error was introduced while merging.
2608
2609 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2610
2611 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2612
2613 2009-10-07 Glenn Morris <rgm@gnu.org>
2614
2615 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2616 of concat.
2617
2618 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * files-x.el (read-file-local-variable): Include some
2621 non-user-variables in the completion table (bug#4664).
2622
2623 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2626 message.
2627
2628 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2629 (tramp-smb-file-name-handler-alist): Add handler for
2630 `copy-directory', `expand-file-name', `set-file-modes'.
2631 (tramp-smb-handle-copy-directory)
2632 (tramp-smb-handle-expand-file-name)
2633 (tramp-smb-handle-set-file-modes): New defuns.
2634 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2635 (tramp-smb-handle-file-attributes): Simplify check for retrieving
2636 entry.
2637 (tramp-smb-handle-insert-directory): Don't flush the cache.
2638 (tramp-smb-maybe-open-connection): Check for samba client and
2639 server versions.
2640
2641 2009-10-07 Eli Zaretskii <eliz@gnu.org>
2642
2643 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2644 to not error out of search for "^lisp=" fails.
2645
2646 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2647
2648 * makefile.w32-in (WINS_UPDATES): New macro.
2649 (custom-deps, finder-data, autoloads): Use it.
2650
2651 2009-10-07 Glenn Morris <rgm@gnu.org>
2652
2653 * Makefile.in (autoloads): Revert previous change.
2654 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2655 the list of preloaded files passed on the command-line, get
2656 it from src/Makefile.
2657
2658 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2659 show the original buffer rather than a random one.
2660
2661 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
2662
2663 * help.el (describe-no-warranty): Place point in a slightly better
2664 position in the GPLv3 text.
2665
2666 2009-10-06 Sam Steingold <sds@gnu.org>
2667
2668 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2669 the comm attribute is present before calling regexp-quote.
2670
2671 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
2672
2673 * play/animate.el (animate-string): For good effect, make sure
2674 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2675
2676 * play/animate.el (animate-sequence, animate-birthday-present):
2677 * misc.el (butterfly): Don't set `indent-tabs-mode'.
2678
2679 2009-10-06 Glenn Morris <rgm@gnu.org>
2680
2681 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2682
2683 * emacs-lisp/autoload.el (autoload-excludes): New variable.
2684 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2685 (batch-update-autoloads): Process a string value of autoload-excludes,
2686 set during the build process.
2687 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
2688
2689 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2690 inside with-parsed... macro so that `v' is defined.
2691
2692 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2693 * progmodes/fortran.el (fortran-end-of-block)
2694 (fortran-beginning-of-block):
2695 Also push mark in the macro case.
2696
2697 * emerge.el (emerge-show-file-name):
2698 * calc/calc.el (calc-quit):
2699 * calc/calc-misc.el (calc-big-or-small):
2700 * calc/calc-graph.el (calc-graph-view):
2701 * calc/calc-ext.el (calc-reset):
2702 * calendar/calendar.el (calendar-basic-setup):
2703 Use window-full-height-p.
2704
2705 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2706 header we don't understand, don't insert another. (Bug#4624)
2707 If changing mime charset, insert the new one in the right place.
2708
2709 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
2710
2711 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2712 (cal-tex-cursor-month): Correctly increment the end date for diary and
2713 holiday listing. (Bug#4626)
2714
2715 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * help-fns.el (describe-function-1): Don't burp if the function is not
2718 a symbol.
2719
2720 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2723 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2724 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2725 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2726
2727 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2728 (eieio-default-superclass): Reflow docstrings.
2729 (this, class-option-assoc, defclass, eieio-class-un-autoload)
2730 (eieio-unbind-method-implementations, defmethod)
2731 (eieio-validate-slot-value, eieio-validate-class-slot-value)
2732 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2733 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2734 (eieio-slot-originating-class-p, eieio-slot-name-index)
2735 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2736 (constructor, initialize-instance, no-next-method, object-print)
2737 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2738 Fix typos in docstrings.
2739 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2740 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2741 (next-method-p): Doc fixes.
2742 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2743 Fix typos in error messages.
2744 (eieio-defmethod): Fix typo in description of generic method.
2745
2746 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2747 (eieio-persistent-save-interactive, slot-missing):
2748 Fix typos in docstrings.
2749 (eieio-instance-inheritor-slot-boundp): Doc fix.
2750
2751 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2752 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2753
2754 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2755 (eieio-custom-object-apply-reset):
2756 Fix typos in docstrings and error messages.
2757
2758 * emacs-lisp/eieio-datadebug.el (data-debug-show):
2759 Fix typo in docstring.
2760
2761 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2762 (eieio-browse-tree): Doc fix.
2763 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2764 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2765 Fix typos in docstrings.
2766
2767 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2768 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2769 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2770 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2771 Reflow docstrings.
2772
2773 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2774
2775 * vc-hg.el (log-view-vc-backend): Declare for compiler.
2776 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2777 Set log-view-vc-backend so that diff can work.
2778
2779 * log-view.el (log-view-diff): Use vc-diff-internal instead of
2780 vc-version-diff.
2781 (vc-diff-internal): Autoload this instead of vc-version-diff.
2782
2783 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2784
2785 * simple.el (eval-expression): Doc fix.
2786
2787 * progmodes/cwarn.el (cwarn-mode): Doc fix.
2788
2789 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * files.el (directory-files-no-dot-files-regexp): New defconst.
2792 (delete-directory): Use it.
2793 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
2794
2795 * net/tramp.el (tramp-verbose): Fix docstring.
2796 (tramp-methods): Add recursive option to `tramp-copy-args'.
2797 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
2798 "scp1_old", "scp2_old", "rsync", "rsyncc".
2799 (tramp-default-method): Check also for `auth-source-user-or-password'.
2800 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2801 Add handler for `copy-directory'.
2802 (tramp-handle-copy-directory): New defun.
2803 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2804 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2805 Optimize sent command.
2806
2807 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2810 window if necessary.
2811
2812 * calendar/calendar.el (calendar-basic-setup): Don't call
2813 switch-to-buffer in a dedicated window.
2814
2815 2009-10-05 Karl Fogel <kfogel@red-bean.com>
2816
2817 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2818 don't do anything related to relocating, just return nil.
2819 (bookmark-error-no-filename): New error.
2820 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2821 bookmark has no file. Don't even attempt to handle things that
2822 are not files; the whole point of custom handlers is to keep that
2823 knowledge elsewhere anyway. Tighten some comments.
2824 (bookmark-file-or-variation-thereof): Remove now-unused function.
2825 (bookmark-location): Doc string fix.
2826 (Bug#4250)
2827
2828 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2829
2830 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2831 don't use a file dialog, because they usually don't know how to read
2832 a directory target from the user. (Bug#4230)
2833 Also, make sure the prompt can display directories as well as files.
2834
2835 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2836
2837 * bookmark.el (bookmark-set, bookmark-buffer-name):
2838 Improve doc strings. (Bug#1193)
2839
2840 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2841
2842 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2843 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2844 (bookmark-get-annotation, bookmark-set-annotation)
2845 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2846 (bookmark-set-position, bookmark-get-front-context-string)
2847 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2848 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2849 (bookmark-jump-other-window, bookmark-handle-bookmark)
2850 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2851 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2852 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2853 Improve doc strings to say whether bookmark can be a string or
2854 a record or both, and make other consistency and clarity fixes.
2855 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2856 (bookmark-default-annotation-text, bookmark-yank-word)
2857 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2858 (bookmark-import-new-list, bookmark-maybe-rename)
2859 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2860 (bookmark-bmenu-bookmark): Give these doc strings.
2861 (bookmark-bmenu-check-position): Give this a doc string, but also
2862 add a FIXME comment about how the function may be pointless.
2863 (bookmark-default-handler): Rework doc string and change a
2864 parameter name, to clarify that this takes a bookmark record
2865 not a bookmark name.
2866 (bookmark-set): Change a parameter name to indicate its meaning,
2867 and improve the doc string a bit.
2868 (Bug#4188)
2869
2870 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2871
2872 * bookmark.el (bookmark-alist): Document the new `handler' element
2873 in the param alist.
2874 (bookmark-make-record-function): Adjust documentation for above.
2875 (Bug#4193)
2876
2877 2009-10-04 Karl Fogel <kfogel@red-bean.com>
2878
2879 * info.el (Info-bookmark-make-record): Document this function.
2880 (Info-bookmark-jump): Document with a doc string, not just a comment.
2881 (Bug#4203)
2882
2883 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2886 (semantic-new-buffer-fcn): Call parser setup functions here.
2887 (semantic-mode): Don't call parser setup functions here, it's done
2888 in semantic-new-buffer-fcn now.
2889 (semantic-mode): Parse all existing buffers when enabled.
2890
2891 * cedet/srecode/compile.el (srecode-compile-file):
2892 Call semantic-new-buffer-fcn if the buffer has not been parsed.
2893
2894 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2895
2896 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2897
2898 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2899 (proj-comp-insert-variable-once): New macro, renamed from
2900 ede-pmake-insert-variable-once in ede/pmake.edl.
2901 (ede-proj-makefile-insert-variables): Use it.
2902
2903 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
2904
2905 * files.el (copy-directory): New defun.
2906
2907 * dired-aux.el (dired-copy-file-recursive): Use it.
2908
2909 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2912 (makefile-end-of-command):
2913 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2914 (semantic-end-of-context): Fix previous change. Doc fixes.
2915
2916 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2917
2918 * files-x.el (modify-dir-local-variable)
2919 (copy-dir-locals-to-file-locals-prop-line):
2920 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2921 (makefile-end-of-command):
2922 * cedet/semantic/lex.el (semantic-lex-token):
2923 * cedet/semantic/analyze/fcn.el
2924 (semantic-analyze-dereference-metatype-1):
2925 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
2926 (semantic-lex-cpp-undef):
2927 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
2928 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2929 (semantic-end-of-context): Fix typos in docstrings.
2930
2931 * recentf.el (recentf-unload-function): New function.
2932
2933 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * cedet/ede.el (ede-project-placeholder-cache-file):
2936 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
2937 * cedet/srecode/map.el (srecode-map-save-file):
2938 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
2939
2940 2009-10-04 Glenn Morris <rgm@gnu.org>
2941
2942 * window.el (window-full-height-p): Add doc string.
2943
2944 2009-10-04 Martin Rudalics <rudalics@gmx.at>
2945
2946 * window.el (window-full-height-p): New function. (Bug#4543)
2947
2948 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
2949
2950 * cedet/srecode/insert.el: Require srecode/args.
2951
2952 * cedet/srecode/args.el: Require srecode/dictionary instead of
2953 srecode/insert.
2954
2955 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
2956
2957 * files.el (auto-mode-alist): Add .srt and Project.ede.
2958
2959 * cedet/semantic.el (semantic-mode):
2960 Handle srecode-template-mode-hook as well.
2961 (semantic-mode): Use js-mode-hook for Javascript hook.
2962
2963 * cedet/srecode/template.el: Remove hook variable.
2964
2965 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
2966
2967 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
2968 projects exist.
2969 (ede-project-placeholder-cache-file): Default to a file in
2970 user-emacs-directory.
2971
2972 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
2973 templates in data-directory.
2974 (srecode-map-save-file): Default to a file in user-emacs-directory.
2975
2976 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
2977 directory.
2978
2979 2009-09-30 Eric Ludlam <zappo@gnu.org>
2980
2981 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
2982 Doc fix.
2983
2984 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
2985 Only insert each variable once.
2986
2987 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2988 (ede-pmake-insert-variable-shared): Use it.
2989
2990 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2991 for lexical table iff table is nil.
2992
2993 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2994
2995 * vc.el: Remove commented out code.
2996 (vc-derived-from-dir-mode): Remove, unused.
2997 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2998
2999 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
3000
3001 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3002 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
3003 there could be recursive loading when `default-directory' is a
3004 remote file name. (Bug#4614)
3005
3006 2009-10-03 Glenn Morris <rgm@gnu.org>
3007
3008 * calendar/calendar.el (calendar-basic-setup): Handle the case where
3009 the frame is wide.
3010 (calendar-generate-window): Test for shrinkability rather than width.
3011
3012 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3013 declaration, currently false.
3014
3015 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3016 reusing existing buffers, in case we happen to visit two files with the
3017 same basename. (Bug#4593)
3018
3019 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3020
3021 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3022 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3023 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3024 subdirs of cedet as well.
3025 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3026
3027 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3030 Obey advertised-signature-table.
3031
3032 * help-fns.el (help-function-arglist): Don't check
3033 advertised-signature-table.
3034 (describe-function-1): Do it here instead so it also applies to subrs.
3035
3036 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3037
3038 * simple.el (start-file-process): Say in the doc-string, that file
3039 handlers might not support pty association, if PROGRAM is nil.
3040
3041 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3042 HOST and USER are strings. They are nil, when there are
3043 incomplete entries in ~/.netrc, for example.
3044 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
3045 root directory ("device busy" error otherwise).
3046
3047 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3048 Flush file properties of created directory.
3049
3050 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3051
3052 * makefile.w32-in (WINS_BASIC): Remove cedet.
3053 (WINS_CEDET): Add cedet.
3054 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3055
3056 2009-10-02 Kevin Ryde <user42@zip.com.au>
3057
3058 * net/browse-url.el (browse-url): Pass any symbol in
3059 browse-url-browser-function to `apply', since if you've mistakenly put
3060 an unbound symbol then the error is clearer. (Bug#4531)
3061
3062 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * allout.el (allout-init, allout-back-to-current-heading)
3065 (allout-beginning-of-current-entry, allout-ascend-to-depth)
3066 (allout-ascend, allout-up-current-level, allout-end-of-level)
3067 (allout-previous-visible-heading, allout-forward-current-level)
3068 (allout-backward-current-level, allout-show-children):
3069 * apropos.el (apropos-describe-plist):
3070 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3071 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3072 * completion.el (add-completion, add-permanent-completion):
3073 * descr-text.el (describe-text-category, describe-char):
3074 * desktop.el (desktop-lazy-abort):
3075 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3076 * dired.el (dired-build-subdir-alist):
3077 * ediff.el (ediff-version):
3078 * elide-head.el (elide-head, elide-head-show):
3079 * emerge.el (emerge-version):
3080 * env.el (getenv):
3081 * face-remap.el (variable-pitch-mode):
3082 * faces.el (describe-face):
3083 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3084 (dired-at-point):
3085 * files.el (find-file-existing, auto-save-mode):
3086 * font-lock.el (font-lock-fontify-buffer):
3087 * help-fns.el (describe-function, describe-variable)
3088 (describe-syntax, describe-categories):
3089 * help.el (view-lossage, describe-bindings, describe-key)
3090 (describe-mode):
3091 * hexl.el (hexl-current-address):
3092 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3093 * info.el (Info-goto-emacs-key-command-node):
3094 * log-edit.el (log-edit-insert-cvs-template)
3095 (log-edit-insert-cvs-rcstemplate):
3096 * menu-bar.el (menu-bar-mode):
3097 * mouse.el (mouse-appearance-menu):
3098 * newcomment.el (comment-indent-new-line):
3099 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3100 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3101 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3102 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3103 * recentf.el (recentf-mode):
3104 * savehist.el (savehist-mode, savehist-save):
3105 * shadowfile.el (shadow-copy-files):
3106 * simple.el (kill-ring-save, next-line, previous-line)
3107 (normal-erase-is-backspace-mode):
3108 * strokes.el (strokes-update-window-configuration)
3109 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3110 (strokes-xpm-for-stroke):
3111 * time.el (emacs-uptime, emacs-init-time):
3112 * tutorial.el (tutorial--describe-nonstandard-key)
3113 (tutorial--detailed-help):
3114 * type-break.el (type-break-mode)
3115 (type-break-mode-line-message-mode, type-break-query-mode)
3116 (type-break-guesstimate-keystroke-threshold):
3117 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3118 * version.el (emacs-version):
3119 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3120 * winner.el (winner-mode):
3121 * calendar/timeclock.el (timeclock-in, timeclock-out)
3122 (timeclock-status-string, timeclock-change)
3123 (timeclock-workday-remaining-string)
3124 (timeclock-workday-elapsed-string)
3125 (timeclock-when-to-leave-string):
3126 * calendar/todo-mode.el (todo-add-category):
3127 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3128 * emacs-lisp/autoload.el (update-file-autoloads):
3129 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3130 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3131 (checkdoc-message-text, checkdoc-defun):
3132 * emacs-lisp/debug.el (debugger-list-functions):
3133 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3134 * emacs-lisp/eieio-opt.el (eieio-describe-class)
3135 (eieio-describe-generic):
3136 * emacs-lisp/lisp-mnt.el (lm-synopsis):
3137 * emacs-lisp/shadow.el (list-load-path-shadows):
3138 * emulation/cua-base.el (cua-mode):
3139 * emulation/edt.el (edt-set-scroll-margins):
3140 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3141 (tpu-toggle-regexp, tpu-toggle-search-direction)
3142 (tpu-toggle-rectangle, tpu-toggle-control-keys):
3143 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3144 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3145 (viper-set-parsing-style-toggling-macro)
3146 (viper-set-emacs-state-searchstyle-macros):
3147 * emulation/viper.el (viper-set-hooks):
3148 * eshell/esh-mode.el (eshell-truncate-buffer):
3149 * international/mule-cmds.el (prefer-coding-system)
3150 (describe-input-method, describe-language-environment):
3151 * international/mule-diag.el (list-character-sets)
3152 (describe-character-set, describe-coding-system)
3153 (describe-fontset, list-fontsets, list-input-methods):
3154 * mail/sendmail.el (mail-signature):
3155 * net/ange-ftp.el (ange-ftp-copy-file):
3156 * net/browse-url.el (browse-url):
3157 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3158 * net/quickurl.el (quickurl-add-url):
3159 * net/rcirc.el (names, topic):
3160 * net/xesam.el (xesam-mode):
3161 * play/5x5.el (5x5-new-game):
3162 * play/yow.el (apropos-zippy):
3163 * progmodes/ada-mode.el (ada-mode-version):
3164 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3165 (f90-end-of-block)
3166 (f90-beginning-of-block):
3167 * progmodes/fortran.el (fortran-end-of-block)
3168 (fortran-beginning-of-block):
3169 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3170 * progmodes/python.el (python-describe-symbol, python-shell):
3171 * term/ns-win.el (ns-print-buffer):
3172 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3173 * textmodes/flyspell.el (flyspell-mode-on):
3174 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3175 (pages-directory-for-addresses):
3176 * textmodes/table.el (table-recognize-cell)
3177 (table-query-dimension, table-generate-source)
3178 (table-insert-sequence, table--warn-incompatibility):
3179 * textmodes/tex-mode.el (tex-validate-buffer):
3180 * textmodes/texinfmt.el (texinfmt-version)
3181 (texinfo-format-buffer):
3182 Use `called-interactively-p' instead of `interactive-p'.
3183
3184 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * image-mode.el (image-toggle-display):
3187 * emacs-lisp/elp.el (elp-instrument-function):
3188 * emacs-lisp/advice.el (ad-make-advised-definition):
3189 * emacs-lisp/easy-mmode.el (define-minor-mode):
3190 * net/browse-url.el (browse-url-maybe-new-window):
3191 * progmodes/sh-script.el (sh-learn-buffer-indent):
3192 Pass new argument 'any to `called-interactively-p'.
3193
3194 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3195
3196 * international/uni-bidi.el:
3197 * international/uni-category.el:
3198 * international/uni-combining.el:
3199 * international/uni-comment.el:
3200 * international/uni-decimal.el:
3201 * international/uni-decomposition.el:
3202 * international/uni-digit.el:
3203 * international/uni-lowercase.el:
3204 * international/uni-mirrored.el:
3205 * international/uni-name.el:
3206 * international/uni-numeric.el:
3207 * international/uni-old-name.el:
3208 * international/uni-titlecase.el:
3209 * international/uni-uppercase.el:
3210 Regenerate from Unicode 5.2.0 data.
3211
3212 2009-10-01 Glenn Morris <rgm@gnu.org>
3213
3214 * Makefile.in (ELCFILES): Regenerate.
3215
3216 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * subr.el (interactive-p): Mark obsolete.
3219 (called-interactively-p): Make the optional-ness of `kind' obsolete.
3220 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3221 advertised-signature-table for subroutines as well.
3222
3223 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3224 (set-advertised-calling-convention): New function.
3225 (make-obsolete, define-obsolete-function-alias)
3226 (make-obsolete-variable, define-obsolete-variable-alias):
3227 Make the optional-ness of `when' obsolete.
3228 (define-obsolete-face-alias): Make `when' non-optional.
3229 * help-fns.el (help-function-arglist):
3230 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3231 Use advertised-signature-table.
3232
3233 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3234
3235 * files.el (delete-directory): New defun. The original function
3236 in fileio.c has been renamed to `delete-directory-internal'.
3237
3238 * dired.el (dired-delete-file): Call `delete-directory' with
3239 RECURSIVE parameter.
3240
3241 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3242 parameter RECURSIVE. Implementation is missing.
3243
3244 * net/tramp.el (tramp-handle-make-directory): Flush upper
3245 directory's file properties.
3246 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3247 (tramp-handle-dired-recursive-delete-directory): Flush directory
3248 properties after the remove command only.
3249
3250 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3251 Handle optional parameter RECURSIVE.
3252
3253 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3254 Handle optional parameter RECURSIVE.
3255
3256 * net/tramp-smb.el (tramp-smb-errors): Add error message for
3257 connection timeout.
3258 (tramp-smb-handle-delete-directory): Handle optional parameter
3259 RECURSIVE.
3260
3261 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3264 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3265 (byte-compile-defmacro): Use backquotes.
3266
3267 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3268
3269 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3270 has no associated file.
3271 (vc-resynch-buffer): Use vc-dir-buffers.
3272
3273 2009-10-01 Glenn Morris <rgm@gnu.org>
3274
3275 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3276 (chart-file-count):
3277 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3278 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3279 * emacs-lisp/eieio-opt.el (eieio-describe-class):
3280 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3281 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3282 (eieio-copy-parents-into-subclass, make-instance, class-children)
3283 (eieio-generic-form):
3284 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3285 * cedet/cedet-idutils.el (cedet-idutils-search)
3286 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3287 (cedet-idutils-version-check):
3288 * cedet/cedet.el (cedet-version):
3289 * cedet/data-debug.el (data-debug-insert-overlay-button)
3290 (data-debug-insert-overlay-list-button)
3291 (data-debug-insert-buffer-button)
3292 (data-debug-insert-buffer-list-button)
3293 (data-debug-insert-process-button, data-debug-insert-ring-button)
3294 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3295 (data-debug-insert-stuff-vector-button)
3296 (data-debug-insert-symbol-button, data-debug-insert-string)
3297 (data-debug-insert-number, data-debug-insert-lambda-expression)
3298 (data-debug-insert-nil, data-debug-insert-simple-thing)
3299 (data-debug-insert-custom, data-debug-edebug-expr):
3300 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3301 (global-ede-mode-map, ede-new, ede-debug-target)
3302 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3303 * cedet/semantic.el (semantic-minimum-working-buffer-size)
3304 (semantic-fetch-tags, semantic-submode-list)
3305 (semantic-default-submodes):
3306 * cedet/ede/source.el (ede-source-match):
3307 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3308 (project-am-package-info):
3309 * cedet/ede/proj.el (ede-proj-target, project-new-target):
3310 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3311 * cedet/ede/proj-comp.el (ede-current-build-list):
3312 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3313 * cedet/ede/files.el (ede-toplevel-project-or-nil):
3314 * cedet/ede/cpp-root.el (initialize-instance):
3315 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3316 (autoconf-parameter-strip, autoconf-insert-new-macro):
3317 * cedet/semantic/wisent.el (wisent-lex-eoi):
3318 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3319 (semantic-show-parser-state-mode):
3320 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3321 * cedet/semantic/tag.el (semantic-tag-new-variable)
3322 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3323 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3324 (semantic--tag-deep-copy-tag-list)
3325 (semantic-tag-components-with-overlays-default):
3326 * cedet/semantic/symref.el (semantic-symref-find-text):
3327 * cedet/semantic/senator.el (senator-yank-tag)
3328 (senator-transpose-tags-up):
3329 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3330 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3331 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3332 * cedet/semantic/lex.el (semantic-lex-comment-regex)
3333 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3334 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3335 * cedet/semantic/lex-spp.el
3336 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3337 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3338 * cedet/semantic/idle.el
3339 (semantic-idle-summary-current-symbol-info-brutish)
3340 (semantic-idle-summary-current-symbol-info-default):
3341 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3342 (semantic--grammar-macro-compl-dict):
3343 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3344 * cedet/semantic/format.el (semantic-format-tag-custom-list)
3345 (semantic-format-tag-canonical-name-default):
3346 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3347 (semantic-find-tags-for-completion)
3348 (semantic-find-tags-by-scope-protection-default)
3349 (semantic-deep-find-tags-for-completion):
3350 * cedet/semantic/edit.el
3351 (semantic-edits-incremental-reparse-failed-hook)
3352 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3353 (semantic-edits-splice-remove, semantic-edits-splice-replace):
3354 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3355 * cedet/semantic/dep.el (semantic-dependency-include-path):
3356 * cedet/semantic/db.el (semanticdb-default-find-index-class)
3357 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3358 (semanticdb-project-roots):
3359 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3360 (semanticdb-find-adebug-insert-scanned-tag-cons)
3361 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3362 (semanticdb-brute-deep-find-tags-for-completion):
3363 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3364 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3365 (semantic-end-of-context-default)
3366 (semantic-ctxt-current-function-default)
3367 (semantic-ctxt-scoped-types-default):
3368 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3369 (semantic-complete-inline-tag-engine)
3370 (semantic-complete-inline-custom-type)
3371 (semantic-complete-read-tag-analyzer):
3372 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3373 (semantic-chart-database-size):
3374 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3375 (semantic-analyze-current-context):
3376 * cedet/semantic/symref/list.el (semantic-symref)
3377 (semantic-symref-hide-buffer, semantic-symref-symbol):
3378 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3379 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3380 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3381 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3382 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3383 (semantic-c-dereference-template):
3384 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3385 (semantic--analyze-refs-full-lookup-with-parents)
3386 (semantic--analyze-refs-full-lookup-simple):
3387 * cedet/semantic/analyze/complete.el
3388 (semantic-analyze-possible-completions):
3389 * cedet/srecode/table.el (srecode-mode-table-new):
3390 * cedet/srecode/srt.el (srecode-read-variable-name):
3391 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3392 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3393 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3394 * cedet/srecode/map.el (srecode-current-map):
3395 * cedet/srecode/insert.el (srecode-insert)
3396 (srecode-insert-variable-secondname-handler, srecode-insert-method)
3397 (srecode-template-inserter-point-override)
3398 (srecode-insert-include-lookup):
3399 * cedet/srecode/getset.el (srecode-auto-choose-class):
3400 * cedet/srecode/extract.el (srecode-inserter-extract):
3401 * cedet/srecode/document.el
3402 (srecode-document-autocomment-return-last-alist)
3403 (srecode-document-autocomment-param-type-alist)
3404 (srecode-document-insert-function-comment)
3405 (srecode-document-insert-variable-one-line-comment)
3406 (srecode-document-function-name-comment):
3407 * cedet/srecode/dictionary.el (srecode-create-dictionary)
3408 (srecode-compound-toString):
3409 * cedet/srecode/compile.el (srecode-flush-active-templates):
3410 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3411 Doc/message fixes.
3412
3413 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3414 match-data. (Bug#4555).
3415
3416 * cedet/semantic/bovine/gcc.el
3417 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3418 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3419
3420 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3421 rather than parsing it as a regexp. This relaxes the layout
3422 requirements and makes errors easier to detect.
3423 (check-declare-verify): Check file is regular.
3424 (check-declare-directory): Doc fix.
3425 * subr.el (declare-function): Doc fix.
3426
3427 * ibuffer.el (ibuffer-format-qualifier):
3428 * isearch.el (hi-lock-regexp-okay):
3429 * calc/calc.el (math-zerop):
3430 * mail/uce.el (rmail-msgbeg, rmail-msgend):
3431 * term/w32-win.el (setup-default-fontset, set-fontset-font):
3432 Remove unused declarations.
3433
3434 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3435
3436 * cedet/semantic/wisent/javat-wy.el
3437 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3438
3439 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * cedet/srecode/expandproto.el: Fix provide statement.
3442
3443 2009-09-30 Eric Ludlam <zappo@gnu.org>
3444
3445 * emacs-lisp/eieio.el (boolean-p): Delete.
3446
3447 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
3448
3449 * cedet/ede/srecode.el: Fix provide statement.
3450
3451 2009-09-30 Glenn Morris <rgm@gnu.org>
3452
3453 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3454 * cedet/ede/proj-aux.el (ede-aux-source):
3455 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3456 (ede-misc-source):
3457 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3458 (semantic-mrub-switch-tags): Fix doc typos.
3459
3460 * cedet/semantic/db-global.el (data-debug-new-buffer)
3461 (data-debug-insert-thing): Remove unneeded declarations (one broken).
3462 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3463
3464 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3465
3466 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3467 use of CL function `remove-if-not'.
3468
3469 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3470
3471 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3472 filename is not a string.
3473
3474 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * files.el (safe-local-eval-forms): Fix typo.
3477
3478 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * vc-hooks.el (vc-dir-buffers): New var.
3481 (vc-state-refresh): New function.
3482 (vc-state): Use it.
3483 (vc-after-save): Always ask the backend to recompute the new state.
3484 Always call vc-dir if necessary, using vc-dir-buffers.
3485 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3486 Use vc-dir-buffers.
3487 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3488 (vc-dir-prepare-status-buffer, vc-dir-update)
3489 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3490 Don't call expand-file-name on default-directory.
3491
3492 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3493
3494 * speedbar.el (speedbar-item-delete):
3495 * calc/calc-prog.el (calc-kbd-if):
3496 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3497
3498 * epa.el (epa-key-list-mode-map):
3499 * hi-lock.el (hi-lock-menu): Fix typos in menus.
3500
3501 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3502 (hs-show-hook): Fix typo in docstring.
3503
3504 2009-09-29 Glenn Morris <rgm@gnu.org>
3505
3506 * cedet/semantic/symref/idutils.el:
3507 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3508
3509 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3510
3511 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3512 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3513 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3514 Mark declarations not understood by check-declare.
3515
3516 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3517 file-name-nondirectory call preventing location of cedet files.
3518 (check-declare-verify): Use literal search rather than re-search.
3519 Add basic defmethod and defclass, and define-overloadable-function.
3520
3521 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3522 Use tramp-compat-file-attributes rather than nonexistent
3523 tramp-compat-handle-file-attributes.
3524
3525 * Makefile.in (lisptagsfiles4): New.
3526 (AUTOGENEL): Add cedet loaddefs files.
3527 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3528 (update-elclist, compile-always, backup-compiled-files)
3529 (bootstrap-clean): Add yet another directory level.
3530 (update-elclist): Use LC_COLLATE rather than COLLATE.
3531 (ELCFILES): Update, via `make update-elclist'.
3532
3533 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3534
3535 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3536 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3537 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3538
3539 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
3540
3541 * Makefile.in (lisptagsfiles3): Define.
3542 (TAGS, TAGS-LISP): Use it.
3543 (update-elclist): Add third directory level to look for elc files.
3544 (compile-always): Likewise.
3545 (backup-compiled-files): Likewise.
3546 (bootstrap-clean): Likewise.
3547 (ELCFILES): Update.
3548
3549 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
3550
3551 * Makefile.in (ELCFILES): Add CEDET files.
3552
3553 2009-09-28 Eric Ludlam <zappo@gnu.org>
3554
3555 CEDET (development tools) package merged.
3556
3557 * cedet/*.el:
3558 * cedet/ede/*.el:
3559 * cedet/semantic/*.el:
3560 * cedet/srecode/*.el: New files.
3561
3562 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
3563
3564 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3565
3566 * net/tramp.el (top): Require tramp-imap.
3567
3568 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3569 Use `tramp-compat-handle-file-attributes'.
3570
3571 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3572
3573 * net/tramp-imap.el: New package.
3574
3575 2009-09-28 Eric Ludlam <zappo@gnu.org>
3576
3577 * emacs-lisp/chart.el:
3578 * emacs-lisp/eieio-base.el:
3579 * emacs-lisp/eieio-comp.el:
3580 * emacs-lisp/eieio-custom.el:
3581 * emacs-lisp/eieio-datadebug.el:
3582 * emacs-lisp/eieio-opt.el:
3583 * emacs-lisp/eieio-speedbar.el:
3584 * emacs-lisp/eieio.el: New files.
3585
3586 * cedet/cedet-cscope.el:
3587 * cedet/cedet-files.el:
3588 * cedet/cedet-global.el:
3589 * cedet/cedet-idutils.el:
3590 * cedet/data-debug.el:
3591 * cedet/inversion.el:
3592 * cedet/mode-local.el:
3593 * cedet/pulse.el: New files.
3594
3595 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3596
3597 * whitespace.el (whitespace-trailing-regexp)
3598 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3599 Fix doc string.
3600
3601 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
3602
3603 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3604 menu.
3605
3606 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3607 menu-bar-ediff-menu.
3608
3609 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3610 define-overloadable-function.
3611
3612 * progmodes/autoconf.el: Provide autoconf as well, so that this
3613 file can be `require'd.
3614
3615 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3616
3617 * emacs-lisp/autoload.el (generated-autoload-feature)
3618 (generated-autoload-load-name): New vars.
3619 (autoload-rubric, autoload-generate-file-autoloads): Use them.
3620 (make-autoload): Recognize define-overloadable-function and
3621 defclass forms (for EIEIO).
3622
3623 * Makefile.in (update-subdirs): Exclude cedet directory.
3624
3625 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3626
3627 * term/ns-win.el: Don't set the region face background. (Bug#4381)
3628
3629 * faces.el: Default light-background background for region face to
3630 ns_selection_color under NS.
3631
3632 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3633
3634 * net/imap-hash.el: New library, see NEWS.
3635
3636 * Makefile.in (ELCFILES): Add imap-hash.el.
3637
3638 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3641 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3642 * help-macro.el (make-help-screen): Avoid using an ambiguous function
3643 definition where the docstring could be taken for the return value.
3644
3645 2009-09-26 Glenn Morris <rgm@gnu.org>
3646
3647 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3648 Add option to only show images below a certain size.
3649 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3650 save-excursion calls.
3651
3652 2009-09-26 Eli Zaretskii <eliz@gnu.org>
3653
3654 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3655 subdirectories) and eieio.
3656
3657 2009-09-26 Alan Mackenzie <acm@muc.de>
3658
3659 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3660 buggy bracketing. (Bug#4289)
3661
3662 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3663 character constants (as case labels). (Bug#4289)
3664
3665 2009-09-25 Juri Linkov <juri@jurta.org>
3666
3667 * files.el (safe-local-eval-forms): Allow time-stamp in
3668 before-save-hook (Bug#4554).
3669
3670 2009-09-25 Drew Adams <drew.adams@oracle.com>
3671
3672 * menu-bar.el (list-buffers-directory): Doc fix.
3673
3674 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3677 Try and avoid copying twice the same paragraph.
3678 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3679 Remove save-excursion.
3680 (log-edit-changelog-entry): Do it here instead.
3681
3682 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * bs.el (bs--get-file-name): Use `list-buffers-directory'
3685 when available, instead of hardcoding mode names. Doc fix.
3686
3687 * menu-bar.el (list-buffers-directory): Add docstring.
3688 Make automatically buffer-local.
3689
3690 * dired.el (dired-mode):
3691 * files.el (cd-absolute):
3692 * pcvs.el (cvs-temp-buffer):
3693 * pcvs-util.el (cvs-get-buffer-create):
3694 * shell.el (shell-mode):
3695 * vc-dir.el (vc-dir-mode):
3696 Don't make `list-buffers-directory' buffer local.
3697
3698 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
3699
3700 * comint.el (comint-exec, comint-run, make-comint):
3701 Doc fixes (Bug#4542).
3702
3703 2009-09-25 Glenn Morris <rgm@gnu.org>
3704
3705 * mail/rmailmm.el (rmail-mime): New custom group.
3706 Move all defcustoms in this file into this group.
3707 (rmail-mime-media-type-handlers-alist): Revert previous change.
3708 (rmail-mime-show-images): New option.
3709 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3710 references to it, since it wasn't actually used for anything.
3711 (rmail-mime-insert-image): New function.
3712 (rmail-mime-image): Use rmail-mime-insert-image.
3713 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3714 obey the value of `rmail-mime-show-images' option. Print the size of
3715 attachments.
3716
3717 2009-09-25 David Engster <deng@randomsample.de>
3718
3719 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
3720
3721 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3722
3723 * whitespace.el: Does not highlight trailing spaces While point is
3724 at end of line. Does not highligt spaces at beginning of buffer
3725 while point is at beginning of buffer. Does not highlight spaces
3726 at end of buffer while point is at end of buffer. (Bug#4177)
3727 New version 12.0.
3728 (whitespace-display-mappings): Adjust initialization.
3729 (whitespace-point, whitespace-font-lock-refontify): New vars.
3730 (whitespace-color-on, whitespace-color-off): Adjust code.
3731 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3732 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3733 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3734
3735 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3738
3739 * textmodes/sgml-mode.el: Remove xml-mode alias.
3740
3741 * files.el (auto-mode-alist, conf-mode-maybe)
3742 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3743
3744 2009-09-24 Alan Mackenzie <acm@muc.de>
3745
3746 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3747 c-forward-conditionals, but it doesn't move point and doesn't set
3748 the mark.
3749 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3750 (c-down-conditional-with-else, c-backward-conditional)
3751 (c-forward-conditional): Refactor to use c-scan-conditionals.
3752
3753 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3756 (help-default-arg-highlight): Remove.
3757 (help-highlight-arg): New function.
3758 (help-do-arg-highlight): Use it.
3759 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
3760
3761 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * term.el (term-set-scroll-region, term-handle-ansi-escape):
3764 Undo last change, which didn't fix the problem and introduced others.
3765
3766 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
3767
3768 * progmodes/gdb-mi.el: Don't require speedbar.
3769 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3770
3771 2009-09-24 Glenn Morris <rgm@gnu.org>
3772
3773 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3774
3775 * term/ns-win.el (ns-reg-to-script): Define for compiler.
3776
3777 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3778 there is no newline after the final mime boundary. (Bug#4539)
3779 Move markers on insertion so that any buttons inserted don't end up in
3780 the next part of a multipart message.
3781 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
3782 (rmail-mime-bulk-handler): Optionally handle images.
3783 (rmail-mime-image): New button action.
3784 (rmail-mime-image-handler): New function.
3785 (rmail-mime-mode): New mode.
3786 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
3787
3788 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3791 than just dropping elements from it (bug#4504).
3792
3793 * term.el (term-set-scroll-region): Don't move cursor any more.
3794 (term-handle-ansi-escape): Call term-goto here instead.
3795 Suggested by Ivan Kanis <apple@kanis.eu>.
3796
3797 * term.el: Require CL.
3798 (term-ansi-reset): New function.
3799 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3800 (term-handle-colors-array): Simplify.
3801
3802 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3803
3804 * allout.el (allout-overlay-interior-modification-handler)
3805 (allout-obtain-passphrase):
3806 * epa-file.el (epa-file-write-region):
3807 * ps-print.el (ps-begin-job):
3808 * vc-hooks.el (vc-toggle-read-only):
3809 * vc-rcs.el (vc-rcs-rollback):
3810 * vc-sccs.el (vc-sccs-rollback):
3811 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3812 (vc-version-diff, vc-revert, vc-rollback):
3813 * wdired.el (wdired-check-kill-buffer):
3814 * emacs-lisp/authors.el (authors):
3815 * net/socks.el (socks-open-connection):
3816 * net/zeroconf.el (zeroconf-service-add-hook):
3817 * obsolete/vc-mcvs.el (vc-mcvs-register):
3818 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3819 (gdb-select-frame):
3820 * progmodes/grep.el (lgrep, rgrep):
3821 * progmodes/idlw-help.el (idlwave-help-check-locations)
3822 (idlwave-help-html-link, idlwave-help-assistant-open-link):
3823 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3824 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3825 (reftex-toc-rename-label): Fix typos in error messages.
3826
3827 * dired-aux.el (dired-do-shell-command): Reflow docstring.
3828 (dired-copy-how-to-fn): Doc fix.
3829 (dired-files-attributes, dired-read-shell-command):
3830 Fix typos in docstrings.
3831
3832 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3833 (dired-x-find-file-other-window): Reflow docstrings.
3834 (dired-omit-marker-char, dired-read-shell-command)
3835 (dired-x-submit-report): Fix typos in docstrings.
3836
3837 * shell.el (shell-mode-hook):
3838 * view.el (View-scroll-line-forward):
3839 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3840 Fix typos in docstrings.
3841
3842 * net/dig.el (dig-invoke): Fix typo in docstring.
3843 (query-dig): Reflow docstring.
3844
3845 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3846 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3847 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3848 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3849 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3850 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3851 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3852 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3853 (idlwave-completion-map, idlwave-current-indent)
3854 (idlwave-custom-ampersand-surround, idlwave-customize)
3855 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3856 (idlwave-define-abbrev, idlwave-determine-class-special)
3857 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3858 (idlwave-end-block-reg, idlwave-end-of-statement)
3859 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3860 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3861 (idlwave-explicit-class-listed, idlwave-file-header)
3862 (idlwave-fill-paragraph, idlwave-find-class-definition)
3863 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3864 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3865 (idlwave-in-quote, idlwave-indent-action-table)
3866 (idlwave-indent-expand-table, idlwave-indent-line)
3867 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3868 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3869 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3870 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3871 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3872 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3873 (idlwave-outlawed-buffers, idlwave-popup-select)
3874 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3875 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3876 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3877 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3878 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3879 (idlwave-statement-type, idlwave-struct-skip)
3880 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3881 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3882 (idlwave-what-module-find-class): Fix typos in docstrings.
3883 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3884 (idlwave-calculate-cont-indent, idlwave-expand-equal)
3885 (idlwave-find-module, idlwave-find-structure-definition)
3886 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3887 (idlwave-list-load-path-shadows, idlwave-next-statement)
3888 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3889 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3890 (idlwave-template): Reflow docstrings.
3891
3892 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3893 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3894 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3895 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3896 (idlwave-shell-display-line, idlwave-shell-display-wframe)
3897 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3898 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3899 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3900 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3901 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3902 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3903 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3904 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3905 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3906 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3907 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3908 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3909 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3910 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3911 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3912 Fix typos in docstrings.
3913 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
3914 (idlwave-shell-hide-output, idlwave-shell-mode)
3915 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
3916 Reflow docstrings.
3917
3918 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
3919
3920 2009-09-24 Ivan Kanis <apple@kanis.eu>
3921
3922 * term.el (term-bold-attribute): New var.
3923 (term-handle-colors-array): Use it.
3924
3925 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
3926
3927 * progmodes/gdb-mi.el (gdb-version): New variable.
3928 (gdb-non-stop-handler): Set gdb-version.
3929 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
3930 Condition "--thread" option on gdb-version.
3931 (gdb-invalidate-threads): Remove unused argument.
3932
3933 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
3936 to looking-back to avoid ridiculous slow down in large files (bug#4511).
3937
3938 2009-09-23 Glenn Morris <rgm@gnu.org>
3939
3940 * mail/rmail.el (rmail-reply): Don't try to add a References header when
3941 replying to mail without References or Message-Id. (Bug#4525)
3942
3943 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3944
3945 * term/ns-win.el (ns-reg-to-script): New variable.
3946
3947 2009-09-23 Daiki Ueno <ueno@unixuser.org>
3948
3949 * epg.el (epg-wait-for-status): Preserve existing 'error results.
3950
3951 2009-09-22 Sam Steingold <sds@gnu.org>
3952
3953 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
3954 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
3955 to 1 because hg returns status 1 when nothing is found.
3956 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
3957
3958 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * textmodes/fill.el: Convert to utf-8 encoding.
3961 (fill-french-nobreak-p): Remove redundant » and « inherited from our
3962 pre-unicode days.
3963
3964 * add-log.el (change-log-fill-forward-paragraph): New function.
3965 (change-log-mode): Use it so fill-region DTRT.
3966 Set fill-indent-according-to-mode here rather than in
3967 change-log-fill-paragraph.
3968 (change-log-fill-paragraph): Remove.
3969
3970 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
3973 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
3974
3975 2009-09-22 Glenn Morris <rgm@gnu.org>
3976
3977 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
3978 the scroll-bar scroll the calendar window rather than the buffer.
3979
3980 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
3981 commands that move point (as opposed to scrolling).
3982
3983 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
3984
3985 * emacs-lisp/elint.el (elint): New custom group.
3986 (elint-log-buffer): Make it a defcustom.
3987 (elint-scan-preloaded, elint-ignored-warnings)
3988 (elint-directory-skip-re): New options.
3989 (elint-builtin-variables): Doc fix.
3990 (elint-preloaded-env): New variable.
3991 (elint-unknown-builtin-args): Add an entry for encode-time.
3992 (elint-extra-errors): Make it a variable rather than a constant.
3993 (elint-preloaded-skip-re): New constant.
3994 (elint-directory): Skip files matching elint-directory-skip-re.
3995 (elint-features): New variable, local to linted buffers.
3996 (elint-update-env): Initialize elint-features. Possibly add
3997 elint-preloaded-env to the buffer's environment.
3998 (elint-get-top-forms): Bind elint-current-pos, for log messages.
3999 Skip quoted forms.
4000 (elint-init-form): New function, extracted from elint-init-env.
4001 Make non-list forms a warning rather than an error.
4002 Add the mode-map for define-derived-mode. Handle define-minor-mode,
4003 easy-menu-define, put that adds an error-condition, and provide.
4004 When requiring cl, also require cl-macs. Really require cl, to handle
4005 some cl macros. Store required libraries in the list elint-features,
4006 so as not to re-load them. Treat cc-require like require.
4007 (elint-init-env): Call elint-init-form to do the work.
4008 Handle eval-and-compile and such like.
4009 (elint-add-required-env): Do not clear messages.
4010 (elint-special-forms): Add handlers for function, defalias, if, when,
4011 unless, and, or.
4012 (elint-form): Add optional argument to ignore elint-special-forms,
4013 useful to prevent recursive calls from handlers. Doc fix.
4014 Respect elint-ignored-warnings.
4015 (elint-form): Respect elint-ignored-warnings.
4016 (elint-bound-variable, elint-bound-function): New variables.
4017 (elint-unbound-variable): Respect elint-bound-variable.
4018 (elint-get-args): Respect elint-bound-function.
4019 (elint-check-cond-form): Add some simple handling for (f)boundp and
4020 featurep tests.
4021 (elint-check-defalias-form): New handler.
4022 (elint-check-let-form): Make an empty let a warning rather than an
4023 error.
4024 (elint-check-setq-form): Make an empty setq a warning rather than an
4025 error. Respect elint-ignored-warnings.
4026 (elint-check-defvar-form): Accept null doc-strings.
4027 (elint-check-conditional-form): New handler. Does some simple-minded
4028 checking of featurep and (f)boundp tests.
4029 (elint-put-function-args): New function.
4030 (elint-initialize): Use elint-scan-doc-file rather than
4031 elint-find-builtin-variables. Use elint-put-function-args.
4032 Possibly scan preloaded-file-list.
4033 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4034 extend to handle functions as well.
4035
4036 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
4037
4038 * linum.el (linum-delete-overlays, linum-update-window):
4039 Do not modify the right margin. (Bug#3971)
4040
4041 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4044 nxml-mode instead of xml-mode.
4045
4046 2009-09-21 Kevin Ryde <user42@zip.com.au>
4047
4048 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
4049
4050 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * net/dig.el (dig-mode): Use define-derived-mode.
4053
4054 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4055
4056 * vc-dispatcher.el (vc-do-command): Return the process object in
4057 the asynchronous case. Use when instead of if. Do not run
4058 vc-exec-after to display a message if not enabled. (Bug#4463)
4059
4060 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4061 properties to the stash strings.
4062 (vc-git-stash-list): Return a list of strings.
4063 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4064 (vc-git-stash-show-at-point): New functions.
4065 (vc-git-stash-map): New keymap.
4066
4067 * register.el (ctl-x-r-map): Define the keys here instead of
4068 using autoload.
4069
4070 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
4071
4072 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4073 list, to workaround performance problem (bug#4485).
4074
4075 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
4076
4077 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4078
4079 2009-09-20 Daiki Ueno <ueno@unixuser.org>
4080
4081 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4082 Document that this option is not recommended to use.
4083
4084 2009-09-19 Glenn Morris <rgm@gnu.org>
4085
4086 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4087 variable `var'.
4088
4089 * calc/calc-alg.el (var):
4090 * calc/calcalg2.el (var): Define for compiler.
4091
4092 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4093
4094 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4095 Doc fix (Bug#3932).
4096
4097 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4098
4099 * time-stamp.el (time-stamp-month-dd-yyyy)
4100 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4101 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4102 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4103 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4104 Remove functions that have been obsolete since 1995 (Bug#4436).
4105
4106 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4107 indent buffer only if called interactively (Bug#4452).
4108
4109 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
4110 Eli Zaretskii <eliz@gnu.org>
4111
4112 This fixes bug#4197 (merged to bug#865, though not identical).
4113 * server.el (server-auth-dir): Add docstring note about FAT32.
4114 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4115 but warn against using them.
4116
4117 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
4118
4119 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4120 older GDB where there is no has_more field.
4121
4122 2009-09-19 Glenn Morris <rgm@gnu.org>
4123
4124 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4125
4126 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * files.el (auto-mode-alist): Change default for XML files to nXML
4129 mode (Bug#4169).
4130
4131 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * server.el (server-ensure-safe-dir): Pass 'integer
4134 to `file-attributes', as suggested.
4135
4136 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * dired-aux.el (dired-query-alist): Remove spurious backslash.
4139 (dired-query): Use read-key.
4140
4141 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4142
4143 * cus-start.el (ns-use-qd-smoothing): Remove.
4144
4145 2009-09-18 Glenn Morris <rgm@gnu.org>
4146
4147 * allout.el (top-level): Remove unnecessary progn.
4148
4149 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4150
4151 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4152 definition of abbrev table.
4153
4154 * speedbar.el (speedbar-track-mouse):
4155 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4156 * net/eudc.el (eudc-expand-inline):
4157 * net/newst-backend.el (newsticker--cache-read-feed):
4158 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4159 condition-case handlers.
4160
4161 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
4162
4163 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4164 (gdb-var-list): Add an element for has_more field.
4165 (gdb-non-stop-handler): Enable pretty printing for STL containers.
4166 (gdb-var-create-handler, gdb-var-list-children-handler-1)
4167 (gdb-var-update-handler-1): Parse output of dynamic variable
4168 objects (STL containers).
4169 (gdb-var-delete-1): Pass var1 as an explicit second argument.
4170 (gdb-get-field): Delete alias. Use bindat-get-field directly.
4171
4172 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4173 gdb-var-list.
4174 (gud-speedbar-buttons): Make node expandable if expression "has more"
4175 children.
4176
4177 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * startup.el (emacs-quick-startup): Remove variable and all uses.
4180 (command-line): Set `inhibit-x-resources' instead.
4181 (command-line-1): Use `inhibit-x-resources' instead.
4182
4183 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * subr.el: Fix last change to avoid using the `unless' macro,
4186 which breaks bootstrapping.
4187
4188 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4191 extended definitions, in case we reload subr.el after having
4192 loaded CL.
4193 (eval-next-after-load): Mark as obsolete.
4194
4195 2009-09-17 Juri Linkov <juri@jurta.org>
4196
4197 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4198 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4199 (menu-bar-showhide-menu, menu-bar-tools-menu)
4200 (menu-bar-describe-menu, menu-bar-help-menu)
4201 (minibuffer-local-completion-map, minibuffer-local-map):
4202 Fix list quoting.
4203
4204 2009-09-17 Glenn Morris <rgm@gnu.org>
4205
4206 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4207 arguments, whether or not it has a handler.
4208
4209 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4210
4211 * simple.el (hard-newline): Give it a doc-string.
4212
4213 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4214 (lisp-mode-syntax-table): Give them doc-strings.
4215
4216 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4217
4218 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4219 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4220 (menu-bar-options-menu, menu-bar-showhide-menu)
4221 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4222 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4223 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4224 (menu-bar-options-menu, menu-bar-tools-menu)
4225 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4226 (menu-bar-help-menu):
4227 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4228 string arguments.
4229
4230 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4231 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4232 calls for the menu names and :help.
4233
4234 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * mouse.el (minor-mode-menu-from-indicator): Pay attention
4237 to :minor-mode-function (bug#4455).
4238
4239 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * startup.el (command-line): Initialize the window-system after
4242 processing the command-line.
4243
4244 * textmodes/page.el (what-page): Make sure we don't inf-loop if
4245 page-delimiter matches the empty string.
4246
4247 2009-09-16 Glenn Morris <rgm@gnu.org>
4248
4249 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4250 byte-compile-not-obsolete-var. It's a list now.
4251 (byte-compile-not-obsolete-funcs): New variable.
4252 (byte-compile-warn-obsolete): Don't warn about functions if they are in
4253 byte-compile-not-obsolete-funcs.
4254 (byte-compile-variable-ref, byte-compile-defvar): Update for
4255 byte-compile-not-obsolete-vars name-change and list nature.
4256 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4257 and variables behind (f)boundp tests.
4258 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4259
4260 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4261
4262 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4263
4264 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4267 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4268 Don't autoload.
4269
4270 2009-09-15 Stephen Eglen <stephen@gnu.org>
4271
4272 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4273 the virtual-buffers, use the name of the buffer specified by
4274 find-file-noselect, as the match may be a symlink. (This was a
4275 problem if the target and the symlink had different names.)
4276
4277 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4280
4281 * desktop.el (desktop-path): Check user-emacs-directory.
4282
4283 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4284
4285 * loadup.el: Use after-load-functions to GC after loading each file.
4286 Remove the explicit GC calls that used to be sprinkled around.
4287
4288 * subr.el (after-load-functions): New hook.
4289 (do-after-load-evaluation): Run it. Use string-match-p to detect
4290 `obsolete' packages, rather than painfully extracting the relevant
4291 directory name.
4292
4293 2009-09-15 Glenn Morris <rgm@gnu.org>
4294
4295 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4296 free variable `doc'.
4297
4298 * dired.el (dired-mode-map): Add menu entry for async shell command.
4299
4300 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4301 variables, also consider the .elc files, since the .el files are
4302 normally gzipped (subsequent code locates the .el.gz from the .elc).
4303
4304 * calc/calc-prog.el (arglist): Define for compiler.
4305
4306 * calendar/diary-lib.el (diary-display-function): Change the default to
4307 fancy display.
4308 (body): Define for compiler.
4309
4310 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4311 (byte-compile-file-form, byte-compile-lambda)
4312 (byte-compile-top-level-body, byte-compile-form)
4313 (byte-compile-variable-ref, byte-compile-setq)
4314 (byte-compile-setq-default, byte-compile-body)
4315 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4316 (batch-byte-compile): Give some more local variables with common names
4317 a "bytecomp-" prefix to avoid masking warnings about free variables.
4318
4319 * startup.el (command-line-1): Give local variables with common names a
4320 distinguishing prefix, so as not to hide free variable warnings during
4321 bootstrap.
4322
4323 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4324 clever and add a suffix to make a unique name, just let the user decide
4325 whether or not to overwrite it. If the input is a directory, write the
4326 default filename to that directory. (Bug#4388)
4327 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4328 is a filename-as-a-directory.
4329
4330 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4331
4332 * textmodes/page.el (what-page): Don't move to beginning of line.
4333 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4334
4335 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4336
4337 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4338
4339 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4340
4341 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4342 * help.el (help-for-help-internal): Add purecopy calls for text.
4343
4344 * vc.el (top): print-log method now takes an optional SHORTLOG
4345 argument. Add a new method: root.
4346 (vc-root-diff, vc-print-root-log): New functions.
4347 (vc-log-short-style): New variable.
4348 (vc-print-log-internal): Add support for showing short logs.
4349
4350 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4351 vc-print-root-log and vc-print-root-diff.
4352
4353 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4354 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4355 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4356 short logs.
4357
4358 * vc-cvs.el (vc-cvs-print-log):
4359 * vc-mtn.el (vc-mtn-print-log):
4360 * vc-rcs.el (vc-rcs-print-log):
4361 * vc-sccs.el (vc-sccs-print-log):
4362 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4363 that is ignored for now.
4364
4365 * vc-mtn.el (vc-mtn-annotate-command):
4366 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4367
4368 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4371 to function-key-map, and give them ascii-character property.
4372 * term/x-win.el (x-alternatives-map):
4373 * term/ns-win.el (ns-alternatives-map):
4374 * term/internal.el (msdos-key-remapping-map):
4375 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4376
4377 2009-09-14 Glenn Morris <rgm@gnu.org>
4378
4379 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4380 temp-buffers (2009-09-12).
4381
4382 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4385 the new read-key function.
4386
4387 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4390 is defined (Bug#4405).
4391
4392 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
4393
4394 * recentf.el (recentf-cleanup): Use a hash table to find
4395 duplicates (Bug#4407).
4396
4397 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
4398
4399 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4400 kp-0 to ascii equivalents (Bug#4325).
4401
4402 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4405
4406 * eshell/em-hist.el:
4407 * eshell/em-dirs.el (eshell-complete-user-reference):
4408 Declare pcomplete functions and variables to avoid compiler warnings.
4409
4410 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
4411
4412 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4413 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4414 * eshell/em-alias.el (eshell-aliases-file):
4415 * eshell/em-hist.el (eshell-history-file-name):
4416 Use expand-file-name instead of concat to make file names (Bug#4308).
4417
4418 2009-09-13 Glenn Morris <rgm@gnu.org>
4419
4420 * ediff-merg.el (ediff-do-merge):
4421 * filesets.el (filesets-run-cmd):
4422 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4423 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4424 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4425 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4426 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4427 Replace empty `let's with `progn'.
4428
4429 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * mail/sendmail.el (send-mail-function):
4432 * tooltip.el (tooltip-mode):
4433 * simple.el (transient-mark-mode):
4434 * rfn-eshadow.el (file-name-shadow-mode):
4435 * frame.el (blink-cursor-mode):
4436 * font-core.el (global-font-lock-mode):
4437 * files.el (temporary-file-directory)
4438 (small-temporary-file-directory, auto-save-file-name-transforms):
4439 * epa-hook.el (auto-encryption-mode):
4440 * composite.el (global-auto-composition-mode):
4441 Use custom-initialize-delay.
4442 * startup.el (command-line): Don't explicitly call
4443 custom-reevaluate-setting for all the above vars.
4444 * custom.el (custom-initialize-safe-set)
4445 (custom-initialize-safe-default): Delete.
4446
4447 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * term/x-win.el (x-initialize-window-system):
4450 * term/w32-win.el (w32-initialize-window-system):
4451 * term/ns-win.el (ns-initialize-window-system): Don't call
4452 mouse-wheel-mode since it's enabled globally by default already.
4453
4454 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4455 actually define the variable, but only silences the byte-compiler.
4456 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4457 before looking it up.
4458 (mouse-wheel-scroll-amount): Also reset the bindings if this value
4459 is changed.
4460
4461 2009-09-12 Glenn Morris <rgm@gnu.org>
4462
4463 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4464 1000.
4465 (elint-add-required-env): Don't beep on error.
4466 (elint-forms): In case of error, return ENV unchanged.
4467 (elint-init-env): Skip non-list forms.
4468 (elint-log): Handle unknown file positions.
4469
4470 2009-09-12 Daiki Ueno <ueno@unixuser.org>
4471
4472 * epg.el (epg-make-context): Add autoload cookie.
4473 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4474 (epg-decrypt-string, epg-start-verify, epg-verify-file)
4475 (epg-verify-string, epg-start-sign, epg-sign-file)
4476 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4477 (epg-encrypt-string, epg-start-export-keys)
4478 (epg-export-keys-to-file, epg-export-keys-to-string)
4479 (epg-start-import-keys, epg-import-keys-from-file)
4480 (epg-import-keys-from-string, epg-start-receive-keys)
4481 (epg-receive-keys, epg-import-keys-from-server)
4482 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4483 (epg-sign-keys, epg-start-generate-key)
4484 (epg-generate-key-from-file, epg-generate-key-from-string):
4485 Remove autoload cookie.
4486
4487 2009-09-12 Eli Zaretskii <eliz@gnu.org>
4488
4489 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4490 reevaluation of trash-directory.
4491
4492 * mwheel.el: Fix last change.
4493 (mouse-wheel-mode): New defvar.
4494 (mouse-wheel-mode): Remove autoload cookie.
4495
4496 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * mwheel.el (mwheel-installed-bindings): New var.
4499 (mouse-wheel-mode): Use it, so as to make sure we really remove all
4500 the bindings we set last time. Use custom-initialize-delay.
4501 * loadup.el: Load mwheel after term/*-win.el.
4502 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4503 and mouse-wheel-up-event now that their first evaluation is done
4504 sufficiently late to be correct.
4505
4506 * startup.el (tutorial-directory): Make it a defcustom.
4507 Use custom-initialize-delay rather than eval-at-startup to set it.
4508 * image.el (image-load-path): Make it a defcustom.
4509 Use custom-initialize-delay rather than eval-at-startup to set it.
4510 * subr.el (eval-at-startup): Remove.
4511 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4512
4513 * subr.el (do-after-load-evaluation): Warn the user after loading an
4514 obsolete package.
4515
4516 2009-09-12 Glenn Morris <rgm@gnu.org>
4517
4518 * proced.el (proced-mark-alt): Remove alias.
4519 (proced-mode-map): Remove proced-mark-alt.
4520
4521 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4522 Elint file and directory. Remove initialization entry.
4523
4524 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4525 commands.
4526 (elint-current-buffer): Set mode-line-process.
4527 (elint-init-env): Handle define-derived-mode.
4528 Fix declare-function with unspecified arglist. Guard against odd
4529 defalias statements (eg iso-insert's 8859-1-map).
4530 (elint-add-required-env): Use a temp buffer.
4531 (elint-form): Just print the function/macro name, not the whole form.
4532 Return env unchanged if we fail to parse a macro.
4533 (elint-forms): Guard against parse errors.
4534 (elint-output): New function, to handle batch mode.
4535 (elint-log-message): Add optional argument. Use elint-output.
4536 (elint-set-mode-line): New function.
4537
4538 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
4539
4540 * emacs-lisp/elp.el (elp-not-profilable): Add more
4541 functions (Bug#4233).
4542
4543 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4546 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4547
4548 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4549
4550 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4551 (gdb-var-list-children): Use json parsing.
4552
4553 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
4554
4555 * progmodes/js.el (js--proper-indentation): Handle the case where
4556 char-before is null. Reported by Deniz Dogan.
4557
4558 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4559
4560 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4561
4562 2009-09-11 Daiki Ueno <ueno@unixuser.org>
4563
4564 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4565 (epg-digest-algorithm-alist): Add SHA224.
4566 (epg-context-set-passphrase-callback)
4567 (epg-context-set-progress-callback): Add description about
4568 callback function.
4569
4570 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * custom.el (custom-delayed-init-variables): New var.
4573 (custom-initialize-delay): New function.
4574 * startup.el (command-line): "Re"evaluate all vars in
4575 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
4576 explicitly any more.
4577 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4578 to avoid creating a ~/.emacs.d at build-time (bug#4347).
4579
4580 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4581
4582 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4583
4584 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4585 (gdb-var-update-handler): Use json parsing.
4586
4587 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4588
4589 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4590 decode annotated text, regardless of language environment. (Bug#2741)
4591
4592 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * Makefile.in (autoloads): Make rmail.el writable as well.
4595
4596 2009-09-11 Glenn Morris <rgm@gnu.org>
4597
4598 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4599 loaddefs.el.
4600 * dired.el: Regenerate with extracted autoloads.
4601 * Makefile.in (autoloads): Make dired.el writable.
4602
4603 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4604 * ibuffer.el: Regenerate with extracted autoloads.
4605 * Makefile.in (autoloads): Make ibuffer.el writable.
4606
4607 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4608 * version.el (emacs-copyright, emacs-major-version)
4609 (emacs-minor-version): Reformat doc-strings for make-docfile.
4610
4611 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4612 functions and variables, since they must be stuff specific to some other
4613 platform.
4614 (apropos-print): Make mouse-click message less specific about button.
4615
4616 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4617 that records where a macro was defined.
4618 * help-fns.el (describe-function-1): Mention if a function has a
4619 compiler-macro.
4620 * help-mode.el (help-function-cmacro): New button.
4621
4622 * locate.el (top-level): Always require dired.
4623 (locate-mode-map): Initialize inside the defvar.
4624
4625 * net/ange-ftp.el (dired-compress-file): Declare.
4626 (ange-ftp-dired-compress-file): Add doc string.
4627
4628 * term/ns-win.el (x-display-name, x-setup-function-keys):
4629 Unify doc-strings with X versions.
4630
4631 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * emulation/crisp.el (crisp-mode-map): Move initialization
4634 into declaration.
4635 (crisp-mode): Use define-minor-mode.
4636
4637 * progmodes/xscheme.el (xscheme-evaluation-commands):
4638 Put a :advertised-binding property rather than using
4639 advertised-xscheme-send-previous-expression.
4640 (advertised-xscheme-send-previous-expression): Declare obsolete.
4641 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4642 `advertised-undo'.
4643 (crisp-mode): Add corresponding bindings to
4644 undo's :advertised-binding instead.
4645 * dired.el (dired-mode-map): Put a :advertised-binding property rather
4646 than using dired-advertised-find-file.
4647 (dired-advertised-find-file):
4648 * simple.el (advertised-undo):
4649 * wid-edit.el (advertised-widget-backward): Declare obsolete.
4650 (widget-keymap): Put a :advertised-binding property rather
4651 than using advertised-widget-backward.
4652 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4653 than using advertised-undo.
4654 * tutorial.el (tutorial--default-keys): Adjust accordingly.
4655
4656 2009-09-10 Simon South <ssouth@slowcomputing.org>
4657
4658 * progmodes/delphi.el (delphi-tab): Indent region when Transient
4659 Mark mode is enabled and region is active; otherwise indent or
4660 insert TAB as usual.
4661 (delphi-mode): Update description of TAB-key binding.
4662
4663 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * subr.el (define-key-rebound-commands): Mark obsolete.
4666 * startup.el (precompute-menubar-bindings): Remove.
4667 (normal-top-level): Remove obsolete code that tried to precompute
4668 menubar bindings.
4669 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4670 define-key-rebound-commands and precompute-menubar-bindings.
4671
4672 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4673
4674 * net/imap.el (imap-interactive-login): Better messages.
4675 (imap-open): Fix bug with renamed buffer on reconnect.
4676 (imap-authenticate): Add buffer-local imap-last-authenticator variable
4677 for easier debugging and cleaner code. On successful (guessed based on
4678 server capabilities) secondary authentication, set imap-state
4679 correctly.
4680 (imap-last-authenticator): Define imap-last-authenticator as a variable
4681 to avoid warnings.
4682
4683 2009-09-10 Glenn Morris <rgm@gnu.org>
4684
4685 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4686
4687 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4688 (byte-compile-file-form-autoload): Don't warn about unknown functions
4689 where the autoload statement comes after the use.
4690 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4691 that any handlers inside the body (eg require) are in turn respected.
4692
4693 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4694 effects.
4695
4696 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4697 and syntax and abbrev tables basic docs, if they don't have any.
4698
4699 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4700
4701 * international/mule-cmds.el (top-level): Require cl when compiling.
4702 (view-hello-file): Use default-value rather than
4703 default-enable-multibyte-characters.
4704
4705 * progmodes/fortran.el: Move all safe and risky properties into the
4706 defcustoms.
4707
4708 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4709 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4710 * mail/undigest.el:
4711 Put autoloads in rmail.el rather than loaddefs.el.
4712 * mail/rmail.el: Regenerate with extracted autoloads.
4713
4714 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4715 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4716
4717 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
4718
4719 Reported in thread for Bug#4375.
4720 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4721 "-data-evaluate-expression" instead of print.
4722 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4723 (gdb-tooltip-print): Parse output from above MI command.
4724 (gdb): Revert 2009-08-11 change. User should detach inferior
4725 manually.
4726
4727 Remove the word "separate" from IO functions as inferior
4728 output is now never displayed in the GUD buffer.
4729
4730 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * startup.el (command-line-normalize-file-name): On Windows and
4733 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4734
4735 2009-09-10 Juri Linkov <juri@jurta.org>
4736
4737 * isearch.el (isearch-text-char-description): Propertize escape
4738 character sequences with the `escape-glyph' face. (Bug#4344)
4739
4740 * simple.el (shell-command): Set asynchronous process filter to
4741 `comint-output-filter'. (Bug#4343)
4742
4743 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4744 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
4745 the list. Move "asm" to the bottom.
4746 (grep-find-ignored-directories): Add `choice' with nil value
4747 to empty the list easily.
4748 (grep-find-ignored-files): New option.
4749 (grep-files-history): Set to nil by default instead of '("ch" "el").
4750 (grep-compute-defaults): Add "<X>" to `grep-template'.
4751 (grep-read-files): Bind new local variables `default-alias' and
4752 `default-extension'. Use a list of default values for the file prompt.
4753 (lgrep): Add `--exclude=' command line options composed from
4754 `grep-find-ignored-files'.
4755 (rgrep): Add `-name' command line options composed from
4756 `grep-find-ignored-files'. (Bug#4301)
4757
4758 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4759
4760 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4761 (bug#4368).
4762
4763 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4764
4765 * calendar/time-date.el (autoload):
4766 Expand define-obsolete-function-alias into defalias and make-obsolete
4767 for old Emacsen that Gnus supports.
4768 (with-no-warnings): Define it for old Emacsen.
4769 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4770 is available.
4771 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4772 float-time is available; suppress compile warning for time-to-seconds.
4773
4774 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
4775
4776 * net/imap.el (imap-message-map): Docstring fix.
4777
4778 2009-09-09 Glenn Morris <rgm@gnu.org>
4779
4780 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4781 line numbers too. (Bug#4374)
4782
4783 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * smerge-mode.el (smerge-remove-props, smerge-refine):
4786 Use with-silent-modifications (bug#4342).
4787
4788 * subr.el (with-silent-modifications): New macro.
4789
4790 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
4791
4792 * files.el (top-level): Require `cl' when compiling.
4793
4794 2009-09-07 Glenn Morris <rgm@gnu.org>
4795
4796 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4797
4798 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4799 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
4800
4801 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
4802
4803 * vc-git.el (vc-git-annotate-command): Use separator to parse
4804 arguments correctly.
4805
4806 2009-09-06 Eli Zaretskii <eliz@gnu.org>
4807
4808 * proced.el (proced-mode): Doc fix.
4809
4810 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
4811
4812 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4813 lstat fails.
4814 (tramp-do-file-attributes-with-ls): Check for file existence at
4815 remote end.
4816 (tramp-do-file-attributes-with-stat): Likewise.
4817 (tramp-convert-file-attributes): Return nil when attr is nil.
4818
4819 2009-09-05 Glenn Morris <rgm@gnu.org>
4820
4821 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4822 properties to this button.
4823 (diary-fancy-display): Don't extend the button to the final newline.
4824 (diary-fancy-display-mode): Continue to define "q" as a local key.
4825
4826 * calendar/cal-china.el (holiday-chinese): Make it slightly more
4827 efficient.
4828
4829 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4830
4831 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4832 (byte-compile-dest-file-function): New option.
4833 (byte-compile-dest-file): Doc fix.
4834 Obey byte-compile-dest-file-function.
4835 (byte-compile-cl-file-p): New function.
4836 (byte-compile-eval): Only suppress noruntime warnings about cl functions
4837 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
4838 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4839 than for file being previously loaded.
4840 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4841 (byte-compile-file-form-require): Handle the case where requiring a file
4842 indirectly causes CL to be loaded.
4843
4844 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4845
4846 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4847 before killing the old buffer, since by the time `kill-buffer' is
4848 run so many buffer variables have been set to nil that it may not
4849 behave as expected. (Bug#4061)
4850
4851 2009-09-05 Karl Fogel <kfogel@red-bean.com>
4852
4853 * files.el (find-alternate-file): If the old buffer is modified
4854 and visiting a file, behave similarly to `kill-buffer' when
4855 killing it, thus reverting to the pre-1.878 behavior; see
4856 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4857 for discussion. Also, consult `buffer-file-name' as a variable
4858 not as a function, for consistency with the rest of the code.
4859
4860 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
4861
4862 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4863 also when adding a new directory.
4864
4865 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4866 defun.
4867
4868 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * files.el (locate-file-completion-table): Make it provide boundary
4871 information, so partial-completion works better.
4872
4873 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
4874
4875 * mail/footnote.el (Footnote-text-under-cursor):
4876 Check footnote-text-marker-alist before using it (bug#4324).
4877
4878 2009-09-04 Glenn Morris <rgm@gnu.org>
4879
4880 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4881 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4882 * play/solitaire.el, play/tetris.el:
4883 Remove leading * from defcustom and defface docs.
4884
4885 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4886 necessary.
4887 (diary-fancy-overriding-map): New variable.
4888 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4889 Use view-mode.
4890
4891 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4892 goto-line.
4893
4894 2009-09-03 Glenn Morris <rgm@gnu.org>
4895
4896 * arc-mode.el (archive-mode):
4897 * dos-fns.el (set-default-process-coding-system):
4898 * man.el (Man-getpage-in-background):
4899 * menu-bar.el (menu-bar-describe-menu):
4900 * server.el (server-process-filter):
4901 * startup.el (command-line):
4902 * tar-mode.el (tar-header-block-tokenize, tar-extract):
4903 * w32-fns.el (set-default-process-coding-system):
4904 * x-dnd.el (x-dnd-handle-file-name):
4905 * international/mule-cmds.el (mule-menu-keymap)
4906 (set-default-coding-systems, language-info-alist, set-language-info)
4907 (set-language-environment, standard-display-european-internal)
4908 (set-locale-environment):
4909 * international/mule-diag.el (mule-diag):
4910 * mail/emacsbug.el (report-emacs-bug):
4911 * mail/rmail.el (rmail-mode):
4912 * mail/sendmail.el (mail-setup):
4913 Use default-value rather than default-enable-multibyte-characters.
4914
4915 * progmodes/f90.el: Move all safe properties into the defcustoms.
4916 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
4917
4918 * calendar/appt.el (appt-check):
4919 * calendar/diary-lib.el (diary-set-header, diary-live-p)
4920 (diary-check-diary-file, diary-list-entries)
4921 (diary-include-other-diary-files, diary-simple-display)
4922 (diary-fancy-display, diary-print-entries)
4923 (diary-mark-included-diary-files, diary-make-entry):
4924 Don't call substitute-in-file-name on diary-file.
4925
4926 2009-09-03 Eduard Wiebe <usenet@pusto.de>
4927 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * mail/footnote.el (footnote-prefix): Make it a defcustom.
4930 (footnote-mode-map): Move initialization into the declaration.
4931 (footnote-minor-mode-map): Define it rather than changing global-map.
4932 (footnote-mode): Use define-minor-mode.
4933
4934 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
4935
4936 * net/tramp.el (tramp-handle-file-attributes-with-ls)
4937 (tramp-do-file-attributes-with-perl)
4938 (tramp-do-file-attributes-with-stat): Rename from
4939 `tramp-handle-file-attributes-with-*'.
4940 (tramp-handle-file-attributes): Use them.
4941 (tramp-do-directory-files-and-attributes-with-perl)
4942 (tramp-do-directory-files-and-attributes-with-stat): Rename from
4943 `tramp-handle-directory-files-and-attributes-with-*'.
4944 (tramp-handle-directory-files-and-attributes): Use them.
4945 (tramp-method-out-of-band-p): Additional parameter SIZE.
4946 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
4947 (tramp-handle-write-region): Use it.
4948 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
4949 (tramp-handle-vc-registered): Check, whether the first run did
4950 return files to be tested.
4951 (tramp-advice-make-auto-save-file-name): Do not call directly
4952 `tramp-handle-make-auto-save-file-name', because this would bypass
4953 the locking mechanism.
4954
4955 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
4956 (file-remote-p, process-file, start-file-process, set-file-times)
4957 (tramp-compat-file-attributes): Compatibility functions shall not
4958 call directly `tramp-handle-*', because this would bypass the
4959 locking mechanism.
4960 (tramp-compat-number-sequence): New defun.
4961
4962 2009-09-02 Glenn Morris <rgm@gnu.org>
4963
4964 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
4965 alias for float-time.
4966 (time-to-number-of-days): In Emacs, use float-time.
4967 * net/newst-backend.el (time-add): Suppress warnings from compat
4968 function.
4969 * time.el (emacs-uptime, emacs-init-time):
4970 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
4971 Use float-time rather than time-to-seconds.
4972
4973 * minibuffer.el (completion-initials-expand): Fix typo.
4974
4975 * faces.el (modeline, modeline-inactive, modeline-highlight)
4976 (modeline-buffer-id):
4977 * info.el (info-menu-5): Mark these face aliases as obsolete.
4978
4979 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
4980
4981 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
4982 space ...
4983 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
4984 no "--thread" option.
4985 (gdb-stopped): Don't print "Switched to thread" message when it is
4986 unchanged.
4987
4988 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4989
4990 * minibuffer.el (completion-try-completion)
4991 (completion-all-completions): Remove ill-defined (and
4992 mistakenly installed and luckily never used nor documented)
4993 `completion-styles' property.
4994 (completion-initials-expand, completion-initials-all-completions)
4995 (completion-initials-try-completion): New functions.
4996 (completion-styles-alist): Add doc to each entry.
4997 Add new `initials' entry.
4998
4999 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5000
5001 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5002 MI command -var-evaluate-expression.
5003 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5004 and tweak for case of string child.
5005 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5006
5007 2009-09-01 Glenn Morris <rgm@gnu.org>
5008
5009 * add-log.el (change-log-date-face, change-log-name-face)
5010 (change-log-email-face, change-log-file-face, change-log-list-face)
5011 (change-log-conditionals-face, change-log-function-face)
5012 (change-log-acknowledgement-face):
5013 * cus-edit.el (custom-invalid-face, custom-rogue-face)
5014 (custom-modified-face, custom-set-face, custom-changed-face)
5015 (custom-saved-face, custom-button-face, custom-button-pressed-face)
5016 (custom-documentation-face, custom-state-face, custom-comment-face)
5017 (custom-comment-tag-face, custom-variable-tag-face)
5018 (custom-variable-button-face, custom-face-tag-face)
5019 (custom-group-tag-face-1, custom-group-tag-face):
5020 * diff-mode.el (diff-header-face, diff-file-header-face)
5021 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5022 (diff-added-face, diff-changed-face, diff-function-face)
5023 (diff-context-face, diff-nonexistent-face):
5024 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5025 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5026 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5027 (Info-title-4-face):
5028 * isearch.el (isearch-lazy-highlight-face):
5029 * log-view.el (log-view-file-face, log-view-message-face):
5030 * paren.el (show-paren-match-face, show-paren-mismatch-face):
5031 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5032 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5033 (cvs-msg-face):
5034 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5035 (smerge-base-face, smerge-markers-face):
5036 * wid-edit.el (widget-documentation-face, widget-button-face)
5037 (widget-field-face, widget-single-line-field-face)
5038 (widget-inactive-face, widget-button-pressed-face):
5039 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5040 (woman-addition-face):
5041 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5042 (eshell-ls-executable-face, eshell-ls-readonly-face)
5043 (eshell-ls-unreadable-face, eshell-ls-special-face)
5044 (eshell-ls-missing-face, eshell-ls-archive-face)
5045 (eshell-ls-backup-face, eshell-ls-product-face)
5046 (eshell-ls-clutter-face):
5047 * eshell/em-prompt.el (eshell-prompt-face):
5048 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5049 * obsolete/old-whitespace.el (whitespace-highlight-face):
5050 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5051 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5052 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5053 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5054 (antlr-font-lock-literal-face):
5055 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5056 (ebrowse-root-class-face, ebrowse-file-name-face)
5057 (ebrowse-default-face, ebrowse-member-attribute-face)
5058 (ebrowse-member-class-face, ebrowse-progress-face):
5059 * progmodes/make-mode.el (makefile-space-face):
5060 * progmodes/sh-script.el (sh-heredoc-face):
5061 * textmodes/flyspell.el (flyspell-incorrect-face)
5062 (flyspell-duplicate-face):
5063 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5064 * textmodes/texinfo.el (texinfo-heading-face):
5065 Mark face aliases with "-face" suffix as obsolete.
5066
5067 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5068 compiler.
5069
5070 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5071 (eudc-bob-sound-menu): Use defvar rather than defconst, since
5072 easy-menu-define wants to modify these.
5073
5074 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5075
5076 * net/browse-url.el (browse-url-file-url):
5077 * term/internal.el (dos-codepage-setup):
5078 Use default-value rather than default-enable-multibyte-characters.
5079
5080 * progmodes/etags.el (etags-goto-tag-location):
5081 * progmodes/flymake.el (flymake-highlight-line)
5082 (flymake-goto-file-and-line, flymake-goto-line):
5083 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5084 (gdb-goto-breakpoint):
5085 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5086 * progmodes/python.el (python-find-function)
5087 (python-pdbtrack-track-stack-file):
5088 * progmodes/verilog-mode.el (verilog-surelint-off):
5089 * term/ns-win.el (ns-open-file-select-line):
5090 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5091 Use forward-line rather than goto-line.
5092
5093 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5094 * textmodes/reftex-index.el (reftex-display-index):
5095 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5096 * textmodes/reftex-toc.el (reftex-toc):
5097 Remove unnecessary bindings of default-major-mode (all are followed by
5098 major-mode check and possible mode switch).
5099
5100 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5101
5102 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5103 Handle watchpoints (bug#4282).
5104 (def-gdb-thread-buffer-command): Enable thread to be selected by
5105 clicking without selecting threads buffer first.
5106 (gdb-current-context-command): Use selected frame so that "up",
5107 "down" etc work in the GUD buffer.
5108 (gdb-update): Find selected frame before rendering stack buffer.
5109 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5110
5111 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * progmodes/sym-comp.el (displayed-completions): Remove.
5114 (symbol-complete): Use minibuffer-complete.
5115
5116 2009-08-31 Glenn Morris <rgm@gnu.org>
5117
5118 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5119
5120 * apropos.el (apropos-symbols-internal):
5121 Handle (obsolete) face aliases.
5122
5123 * faces.el (describe-face): Adjust the output format to be more like
5124 describe-variable, and to mention (obsolete) face aliases.
5125 Adjust the whitespace so that help-setup-xref works.
5126
5127 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5128 * calendar/diary-lib.el (diary-button-face):
5129 Mark these face aliases as obsolete.
5130
5131 * calendar/calendar.el (calendar-today): Doc fix.
5132
5133 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5134
5135 * progmodes/gdb-mi.el (gdb-control-all-threads)
5136 (gdb-control-current-thread): Force tool bar update.
5137 (gdb-non-stop-handler): New function.
5138 (gdb-init-1): Use it to test if non-stop mode is supported.
5139 Remove unused gdbmi buffer type.
5140
5141 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5142
5143 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5144 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
5145
5146 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5147
5148 * comint.el (comint-exec-1): Check command is non-null first.
5149 Part of gdb-mi.el change (2009-08-28).
5150
5151 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5154
5155 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
5156
5157 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5158 instead of `dolist' to avoid a recursive require when bootstrapping.
5159
5160 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5163
5164 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5165
5166 * net/imap.el (imap-send-command): Simplify.
5167 (imap-wait-for-tag): point-max -> buffer-size.
5168
5169 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5170
5171 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5172 with constant argument.
5173
5174 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5175
5176 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5177
5178 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5179 Change default, since most of our files don't have a history.
5180 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5181 the user.
5182
5183 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5184 Add comint-run.
5185
5186 * calc/calc.el: Improve commenting convention.
5187 (calc-digit-map, toplevel): Simplify.
5188
5189 * comint.el (comint-insert-input): Be careful to only set point if we
5190 don't delegate to some other command.
5191
5192 * proced.el (proced-signal-list): Make it an alist.
5193 (proced-grammar-alist): Capitalize names.
5194 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5195 Disable undo manually and make it read-only.
5196 Use completion-annotate-function.
5197
5198 * minibuffer.el (minibuffer-message): If the current buffer is not
5199 a minibuffer, insert the message in the echo area rather than at the
5200 end of the buffer.
5201 (completion-annotate-function): New variable.
5202 (minibuffer-completion-help): Use it.
5203 (completion--embedded-envvar-table): Environment vars are
5204 always case-sensitive.
5205
5206 2009-08-30 Glenn Morris <rgm@gnu.org>
5207
5208 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5209 from fortran-current-defun.
5210 (fortran-beginning-of-subprogram): Be more precise about finding the
5211 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
5212 (fortran-end-of-subprogram): Simplify.
5213 (fortran-current-defun): Use fortran-start-prog-re.
5214
5215 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
5216
5217 * subr.el (do-after-load-evaluation): Simplify.
5218
5219 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5220
5221 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5222
5223 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
5224 (vc-rcs-print-log): Use it.
5225
5226 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5227
5228 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * paths.el (abbrev-file-name): Move to abbrev.el.
5231 * abbrev.el (abbrev-file-name): Move from paths.el.
5232 Obey user-emacs-directory.
5233 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5234 user-emacs-directory.
5235 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5236 abbrev-file-name and calc-settings-file any more.
5237 * startup.el (command-line): Recompute abbrev-file-name and
5238 abbreviated-home-dir.
5239 (normal-no-mouse-startup-screen): Improve the generic code and get rid
5240 of the special code for when C-h bindings haven't been changed.
5241 (display-startup-echo-area-message): Use with-current-buffer.
5242 (command-line-1): Use a list of strings, rather than a list of lists
5243 of strings for longopts.
5244
5245 * files.el (get-free-disk-space): Use / for default-directory.
5246
5247 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5248 Use with-current-buffer.
5249
5250 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5251 Recognize immutable variables like most-positive-fixnum.
5252 (byte-compile-setq-default): Check and warn if trying to assign
5253 to an immutable variable, or a non-variable.
5254
5255 * progmodes/cc-vars.el (c-comment-continuation-stars):
5256 * progmodes/cc-engine.el (c-looking-at-bos):
5257 * progmodes/cc-cmds.el (c-toggle-auto-state)
5258 (c-forward-into-nomenclature, c-backward-into-nomenclature)
5259 (c-comment-line-break-function): Add version of obsolescence.
5260
5261 2009-08-28 Juri Linkov <juri@jurta.org>
5262
5263 * files.el (magic-fallback-mode-alist): Add ZIP magic number
5264 associated with `archive-mode'.
5265
5266 * image.el (image-type-header-regexps): Use only JPEG magic number
5267 to determine JPEG images, and don't use `image-jpeg-p' because
5268 Emacs can display non-JFIF non-Exif JPEG images.
5269
5270 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5271
5272 * arc-mode.el (archive-mode):
5273 * emacs-lisp/re-builder.el (re-builder-unload-function):
5274 Protect against the default value of `major-mode' being nil.
5275
5276 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5277
5278 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5279 Fix typos in docstrings.
5280
5281 * progmodes/js.el (js--macro-decl-re): Doc fix.
5282 (js--plain-method-re, js--split-name): Refloc docstring.
5283 (js--class-styles, js--make-merged-item, js--splice-into-items):
5284 Fix typos in docstrings; reflow docstrings.
5285 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5286 (js--variable-decl-matcher, js--inside-pitem-p)
5287 (js--parse-state-at-point, js--get-all-known-symbols)
5288 (js--symbol-history, js-find-symbol, js--js-references)
5289 (js--moz-interactor, js--js-encode-value, js--read-tab):
5290 Fix typos in docstrings.
5291
5292 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * textmodes/reftex.el (reftex-get-file-buffer-force):
5295 * progmodes/verilog-mode.el (verilog-batch-execute-func):
5296 * emulation/viper.el (viper-go-away, viper-set-hooks):
5297 * emacs-lisp/re-builder.el (re-builder-unload-function):
5298 * emacs-lisp/bytecomp.el (byte-compile-file):
5299 * ses.el (ses-unload-function):
5300 * hexl.el (hexl-find-file):
5301 * files.el (normal-mode):
5302 * ehelp.el (with-electric-help):
5303 * autoinsert.el (auto-insert-alist):
5304 * arc-mode.el (archive-mode):
5305 Use (default-value 'major-mode) instead of default-major-mode.
5306
5307 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5308 * international/mule.el (load-with-code-conversion):
5309 * emacs-lisp/debug.el (debug):
5310 * ediff-vers.el (ediff-rcs-get-output-buffer):
5311 * dired.el (dired-internal-noselect): Don't let-bind
5312 default-major-mode around code that doesn't use it.
5313 E.g. buffer creation via get-buffer-create doesn't use it.
5314
5315 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5316
5317 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5318 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5319 when writing the temp file. Otherwise, epa-file gets confused.
5320 (tramp-register-file-name-handlers): Make it a defun. Move also
5321 `epa-file-handler' to the front of `file-name-handler-alist'.
5322
5323 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5326 start right after a ^M.
5327 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5328 (tramp-completion-file-name-regexp-separate)
5329 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5330 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5331 Don't modify last-coding-system-used by accident.
5332 (tramp-completion-file-name-handler): Apply the checks here,
5333 instead during registration.
5334 (tramp-register-file-name-handlers) Renamed from
5335 `tramp-register-file-name-handler'. Register both
5336 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5337 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
5338
5339 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
5340
5341 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5342 Remove variable ...
5343 (gdb-init-1, gdb-display-separate-io-buffer)
5344 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5345 references to it.
5346 (gdb-inferior-io-mode): Use make-comint-in-buffer.
5347 (gdb-inferior-filter): Use comint-output-filter to stop
5348 echoing and remove ^M characters.
5349
5350 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * emulation/viper-init.el (viper-restore-cursor-type):
5353 * emulation/cua-base.el (cua--update-indications):
5354 Replace default-cursor-type with (default-value 'cursor-type).
5355
5356 * mail/sendmail.el (mail-recover-1):
5357 * international/mule-diag.el (describe-current-coding-system-briefly)
5358 (describe-current-coding-system):
5359 * international/mule-cmds.el (select-safe-coding-system)
5360 (select-message-coding-system)
5361 (set-language-environment-coding-systems, set-locale-environment):
5362 * hexl.el (hexl-insert-multibyte-char):
5363 * dos-w32.el (find-buffer-file-type-coding-system):
5364 * simple.el (what-cursor-position):
5365 Replace uses of default-buffer-file-coding-system
5366 with (default-value 'buffer-file-coding-system).
5367
5368 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5369 Replace uses of default-cursor-in-non-selected-windows
5370 with (default-value 'cursor-in-non-selected-windows).
5371 Use with-current-buffer.
5372
5373 * mail/feedmail.el: Use CL macros.
5374 (feedmail-run-the-queue, feedmail-send-it-immediately):
5375 * dos-w32.el (find-buffer-file-type): Replace uses of
5376 default-buffer-file-type with (default-value 'buffer-file-type).
5377
5378 2009-08-28 Glenn Morris <rgm@gnu.org>
5379
5380 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5381 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5382 Use default-value of major-mode rather than default-major-mode.
5383
5384 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * Makefile.in (update-elcfiles): Report left over elc files.
5387
5388 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5389 expand-file-name and with-current-buffer.
5390 (mail-get-names, mail-directory): Use with-current-buffer.
5391
5392 * vc.el (vc-read-revision): New function.
5393 (vc-version-diff, vc-merge): Use it.
5394
5395 2009-08-27 Sam Steingold <sds@gnu.org>
5396
5397 * simple.el (kill-do-not-save-duplicates): New user option.
5398 (kill-new): When it is non-nil, and the new string is the same as
5399 the latest kill, set replace to t to avoid duplicates in kill-ring.
5400
5401 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
5402
5403 * net/tramp.el (tramp-handle-process-file): Do not flush all
5404 caches when `process-file-side-effects' is set.
5405 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5406 instead of `tramp-find-file-exists-command'.
5407 Unset `process-file-side-effects'.
5408
5409 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
5410
5411 * net/tramp.el (tramp-methods): New method "rsyncc".
5412 (top): Add completion function for "rsyncc".
5413 (tramp-message-show-message): New defvar.
5414 (tramp-message, tramp-error): Use it.
5415 (tramp-do-copy-or-rename-file-directly): Extend check for direct
5416 remote copying.
5417 (tramp-do-copy-or-rename-file-out-of-band): Handle new
5418 `tramp-methods' entry `copy-env' of "rsyncc".
5419 (tramp-vc-registered-read-file-names): New defconst.
5420 (tramp-vc-registered-file-names): New defvar.
5421 (tramp-handle-vc-registered): Implement optimization strategy.
5422 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5423 (tramp-vc-file-name-handler): New defun.
5424 (tramp-get-ls-command, tramp-get-test-command)
5425 (tramp-get-file-exists-command, tramp-get-remote-ln)
5426 (tramp-get-remote-perl, tramp-get-remote-stat)
5427 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5428
5429 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5430 (tramp-cache-inhibit-cache): Extend doc string. It allows also
5431 timestamps.
5432 (tramp-get-file-property): Check for timestamps in
5433 `tramp-cache-inhibit-cache'.
5434 (tramp-set-file-property): Write timestamp.
5435
5436 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5437
5438 * language/japan-util.el (japanese-symbol-table): Add entries for
5439 cp932-2-byte.
5440
5441 * international/characters.el: Add category `j' to cp932-2-byte.
5442
5443 2009-08-27 Kenichi Handa <handa@m17n.org>
5444
5445 * international/fontset.el (build-default-fontset-data): New macro.
5446 (setup-default-fontset): Use build-default-fontset-data for CJK,
5447 tibetan, ethiopic, and ipa.
5448
5449 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * cus-start.el (default-major-mode): Customize `major-mode' instead.
5452 (enable-multibyte-characters): Not customizable any more.
5453
5454 * subr.el (default-mode-line-format, default-header-line-format)
5455 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5456 (default-direction-reversed, default-truncate-lines)
5457 (default-left-margin, default-tab-width, default-case-fold-search)
5458 (default-left-margin-width, default-right-margin-width)
5459 (default-left-fringe-width, default-right-fringe-width)
5460 (default-fringes-outside-margins, default-scroll-bar-width)
5461 (default-vertical-scroll-bar, default-indicate-empty-lines)
5462 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5463 (default-fringe-cursor-alist, default-scroll-up-aggressively)
5464 (default-scroll-down-aggressively, default-fill-column)
5465 (default-cursor-type, default-buffer-file-type)
5466 (default-cursor-in-non-selected-windows)
5467 (default-buffer-file-coding-system, default-major-mode)
5468 (default-enable-multibyte-characters): Mark as obsolete.
5469
5470 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
5471
5472 * vc-dir.el (vc-dir-update): Remove debug helper.
5473
5474 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5475
5476 2009-08-26 Sam Steingold <sds@gnu.org>
5477
5478 * simple.el (save-interprogram-paste-before-kill): New user option.
5479 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5480 save the interprogram-paste into kill-ring before overriding it
5481 with the Emacs kill.
5482
5483 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5484
5485 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5486 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5487 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5488 and move to vc-rcs.el.
5489 (vc-default-next-revision): Rename to vc-rcs-next-revision and
5490 move to vc-rcs.el.
5491 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5492 (vc-rcs-update-changelog): Remove.
5493 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5494 and move to vc-rcs.el.
5495
5496 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5497 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5498 renaming.
5499 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5500 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5501 vc.el, renamed to be RCS specific.
5502
5503 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5504 New functions.
5505 (vc-cvs-update-changelog): Move here from vc.el.
5506
5507 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5508 New functions.
5509
5510 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5513
5514 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5515
5516 * vc-git.el (vc-git-register): Use "git add" for directories.
5517 (vc-git-stash, vc-git-stash-show): New functions.
5518 (vc-git-extra-menu-map): Bind them.
5519
5520 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5521 directory correctly in case the item is a directory itself.
5522
5523 * vc.el: Document the desired behavior for reverted files in the
5524 `added' state.
5525 (vc-default-prettify-state-info): Remove function, unused.
5526
5527 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5528
5529 2009-08-26 Glenn Morris <rgm@gnu.org>
5530
5531 * bindings.el (standard-mode-line-format): Reposition dashes in
5532 which-func entry. (Bug#4217)
5533
5534 * files.el (enable-local-variables, enable-local-eval)
5535 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5536 the defcustoms.
5537 (auto-mode-alist, ignored-local-variables)
5538 (save-some-buffers-action-alist): Move risky declarations to the
5539 definitions.
5540 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5541 (font-lock-defaults, format-alist, imenu--index-alist)
5542 (imenu-generic-expression, input-method-alist, minor-mode-alist)
5543 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5544 (mode-line-modified, mode-line-mule-info, mode-line-position)
5545 (mode-line-process, mode-line-remote, outline-level)
5546 (parse-time-rules, rmail-output-file-alist)
5547 (special-display-buffer-names, vc-mode):
5548 Move risky declarations to the relevant files.
5549 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5550 (mode-line-modified, mode-line-process, mode-line-position)
5551 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5552 * font-core.el (font-lock-defaults):
5553 * format.el (format-alist):
5554 * vc-hooks.el (vc-mode):
5555 * window.el (special-display-buffer-names):
5556 * international/mule-cmds.el (input-method-alist):
5557 Define riskiness here (dumped file) rather than in files.el.
5558 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5559 * imenu.el (imenu-generic-expression, imenu--index-alist):
5560 * outline.el (outline-level):
5561 * time.el (display-time-string):
5562 * calendar/parse-time.el (parse-time-rules):
5563 * mail/rmailout.el (rmail-output-file-alist):
5564 Autoload riskiness here, rather than placing in files.el.
5565
5566 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
5567
5568 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5569
5570 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5571
5572 * simple.el (process-file-side-effects): New defvar.
5573
5574 * dired-aux.el (dired-show-file-type):
5575 * vc.el (vc-diff-internal):
5576 * vc-arch.el (vc-arch-diff):
5577 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5578 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5579 * vc-git.el (vc-git-registered, vc-git-working-revision)
5580 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5581 (vc-git--empty-db-p):
5582 * vc-hooks.el (vc-user-login-name):
5583 * vc-svn.el (vc-svn-registered, vc-svn-state)
5584 (vc-svn-dir-extra-headers, vc-svn-find-revision):
5585 * progmodes/grep.el (grep-probe): Let-bind
5586 `process-file-side-effects' with nil.
5587
5588 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5589
5590 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5591 daemon. Replace ping by checking for running service for bluez
5592 and zeroconf. (Bug#4239)
5593
5594 2009-08-25 Kevin Ryde <user42@zip.com.au>
5595
5596 * net/dig.el (dig): Add autoload cookie.
5597
5598 2009-08-25 Glenn Morris <rgm@gnu.org>
5599
5600 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5601 load-history for absolute file-names.
5602 (byte-compile-file-form-require): Warn about use of the cl package.
5603
5604 * format.el (format-alist): Doc fix.
5605
5606 * play/bubbles.el (top-level): Don't require cl at run-time.
5607
5608 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5609 run-time cl).
5610
5611 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
5612
5613 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5614 from cl package.
5615 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5616
5617 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
5618
5619 * calc/calc-alg.el (math-trig-rewrite)
5620 (math-hyperbolic-trig-rewrite): New functions.
5621 (calc-simplify): Simplify trig functions when asked.
5622
5623 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * diff-mode.el (diff-find-source-location): Avoid goto-line.
5626
5627 2009-08-24 Kenichi Handa <handa@m17n.org>
5628
5629 * language/ind-util.el (mapthread): Delete it.
5630 (combinatorial): New function.
5631 (indian--puthash-cv): Use combinatorial instead of mapthread.
5632
5633 2009-08-22 Kevin Ryde <user42@zip.com.au>
5634
5635 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5636 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5637 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5638 Clarify docstring that the value is strings not symbols.
5639 (checkdoc-list-of-strings-p): New function.
5640
5641 2009-08-22 Glenn Morris <rgm@gnu.org>
5642
5643 * files.el (auto-mode-alist):
5644 * hippie-exp.el (he-concat-directory-file-name):
5645 * lpr.el (lpr-windows-system, printer-name):
5646 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5647 * ps-print.el (ps-windows-system):
5648 * startup.el (command-line):
5649 * emulation/viper-ex.el (viper-glob-function):
5650 * international/mule-cmds.el (set-language-environment-coding-systems):
5651 * net/ange-ftp.el (ange-ftp-write-region):
5652 * obsolete/fast-lock.el (fast-lock-cache-name):
5653 Remove code for defunct system-types emx, macos, mswindows, next-mach,
5654 unisoft-unix, vax-vms, win32, w32.
5655
5656 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5657 given name if the pattern is not more specific.
5658
5659 * calendar/lunar.el (lunar-phase-names): New option.
5660 (lunar-phase): Doc fix.
5661 (lunar-cycles-per-year): New constant.
5662 (lunar-index): New function.
5663 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5664 (lunar-phase-name): Use lunar-phase-names.
5665 (calendar-lunar-phases): Use format.
5666 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5667
5668 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5669 Copy imenu-example--name-and-position function here for own use.
5670 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5671
5672 * bs.el (bs--redisplay):
5673 * cus-edit.el (custom-redraw):
5674 * ibuffer.el (ibuffer-bury-buffer):
5675 * server.el (server-goto-line-column):
5676 * startup.el (command-line-1):
5677 * strokes.el (strokes-xpm-for-stroke):
5678 * term.el (term-display-buffer-line):
5679 * view.el (View-goto-line):
5680 * calc/calc.el (calc-do, calc-trail-buffer):
5681 * play/gamegrid.el (gamegrid-add-score-insecure):
5682 * progmodes/ada-mode.el (ada-compile-goto-error):
5683 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5684 (ebrowse-select-1st-to-9nth):
5685 * progmodes/cperl-mode.el (cperl-time-fontification):
5686 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5687 * progmodes/gud.el (gud-display-line):
5688 (idlwave-shell-display-line):
5689 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5690 * progmodes/make-mode.el (makefile-browser-toggle):
5691 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5692 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5693 * textmodes/picture.el (picture-draw-rectangle):
5694 * textmodes/reftex-index.el (reftex-index-goto-letter):
5695 (reftex-select-jump-to-previous):
5696 * textmodes/reftex-sel.el (reftex-find-start-point)
5697 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5698 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5699 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5700 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5701 * textmodes/two-column.el (2C-associated-buffer):
5702 Use forward-line rather than goto-line.
5703
5704 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5705 goto-line.
5706
5707 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5708 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5709 (quick-check-list-to-regexp): Declare.
5710
5711 * progmodes/make-mode.el (makefile-browser-insert-selection):
5712 Use goto-char rather than goto-line.
5713
5714 * progmodes/prolog.el (compilation-error-regexp-alist)
5715 (compilation-forget-errors): Declare.
5716
5717 2009-08-22 Juri Linkov <juri@jurta.org>
5718
5719 * progmodes/grep.el (lgrep, rgrep): At the beginning
5720 set `dir' to `default-directory' unless `dir' is a non-nil
5721 readable directory. (Bug#4052)
5722 (lgrep, rgrep): Change a weird way to report an error
5723 from using `read-string' to using `error'.
5724 Instead of using interactive arguments in the function body,
5725 add new argument `confirm'.
5726
5727 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * textmodes/remember.el (remember-buffer):
5730 * progmodes/cperl-mode.el (cperl-vc-header-alist):
5731 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5732 (icalendar-extract-ical-from-buffer):
5733 * net/newst-treeview.el (newsticker-groups-filename):
5734 * net/newst-backend.el (newsticker-cache-filename):
5735 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5736 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5737 (speedbar-add-ignored-path-regexp, speedbar-line-path)
5738 (speedbar-buffers-line-path, speedbar-path-line)
5739 (speedbar-buffers-line-path):
5740 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5741 (epg-sign-keys):
5742 * epa.el (epa-display-verify-result):
5743 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5744
5745 2009-08-21 Glenn Morris <rgm@gnu.org>
5746
5747 * progmodes/js.el (inferior-moz-process): Fix declaration.
5748
5749 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5750
5751 * obsolete/rnewspost.el (news-mail-reply):
5752 Use goto-char rather than goto-line.
5753
5754 * term/ns-win.el (ns-open-file-select-line):
5755 Use line-beginning-position rather than goto-line.
5756
5757 * apropos.el (apropos-command):
5758 * ehelp.el (electric-helpify):
5759 * printing.el (pr-show-setup):
5760 * strokes.el (strokes-help):
5761 * tutorial.el (tutorial--describe-nonstandard-key)
5762 (tutorial--detailed-help):
5763 * woman.el (woman-mini-help, woman-display-extended-fonts):
5764 * calc/calc-help.el (calc-describe-key):
5765 * emulation/edt.el (edt-electric-helpify):
5766 * international/mule-diag.el (mule-diag):
5767 * play/yow.el (apropos-zippy):
5768 * progmodes/python.el (python-describe-symbol):
5769 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5770 * textmodes/table.el (*table--cell-describe-mode)
5771 (*table--cell-describe-bindings):
5772 Use help-print-return-message rather than the now obsolete alias.
5773
5774 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5775 (calendar-cursor-to-visible-date):
5776 * play/5x5.el (5x5-position-cursor):
5777 * play/decipher.el (decipher):
5778 * play/gomoku.el (gomoku-goto-xy):
5779 * play/landmark.el (lm-goto-xy):
5780 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5781 (mpuz-paint-digit):
5782 Use forward-line, not goto-line.
5783
5784 * mail/rmail.el (rmail-obsolete): Delete custom group.
5785 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5786 (rmail-remote-password, rmail-remote-password-required):
5787 Remove unneeded :set-after and :set properties.
5788
5789 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
5790
5791 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5792
5793 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
5794
5795 * loadup.el: Remove leftover macos code.
5796
5797 * vc-git.el (vc-git-annotate-command): Run asynchronously.
5798 Explicitly pass the date format to git blame so that user local
5799 so that the output format can be parsed.
5800
5801 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5802
5803 * net/dbus.el (top): Don't check for (getenv
5804 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
5805
5806 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
5807
5808 * log-edit.el (log-edit-strip-single-file-name): New var.
5809 (log-edit-insert-changelog): Use it. Bug#3571
5810
5811 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * subr.el (read-passwd): Use read-key so keypad keys work as well.
5814 Bug#3287
5815
5816 * help.el (help-print-return-message): Rename from
5817 print-help-return-message.
5818
5819 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5820 cvs-mode-map parent hack.
5821 (log-view-mode): Derive from special-mode.
5822
5823 * linum.el (linum-mode): window-size-change-functions is redundant.
5824 Adapt to new window-configuration-change-hook behavior.
5825 (linum-after-size, linum-after-config): Remove.
5826
5827 * imenu.el (imenu-example--name-and-position)
5828 (imenu-example--lisp-extract-index-name)
5829 (imenu-example--create-lisp-index, imenu-example--create-c-index):
5830 Mark as obsolete.
5831
5832 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5833 (inferior-prolog-mode): Use it.
5834 (inferior-prolog-load-file): Reset list of errors.
5835
5836 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5837
5838 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5839
5840 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5841
5842 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
5843
5844 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5845 is running already.
5846
5847 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 * subr.el (listify-key-sequence-1): Use normal syntax since those
5850 integers are nowadays always represented by the same (positive) number
5851 on all platforms.
5852 (read-key-empty-map): New const.
5853 (read-key-delay): New var.
5854 (read-key): New function.
5855 (force-mode-line-update): Use with-current-buffer.
5856 (locate-user-emacs-file): Don't forget to abbreviate the file name.
5857 (start-process-shell-command, start-file-process-shell-command):
5858 Discourage the use of command-args.
5859
5860 2009-08-19 Glenn Morris <rgm@gnu.org>
5861
5862 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5863
5864 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * simple.el (choose-completion-string): Don't rely on
5867 minibuffer-completing-file-name and ad-hoc checks to decide whether
5868 to continue completion or not.
5869
5870 * minibuffer.el (minibuffer-hide-completions): New function.
5871 (completion--do-completion): Use it.
5872 (completions-annotations): New face.
5873 (completion--insert-strings): Use it.
5874 (completion-pcm--delim-wild-regex): Add docstring.
5875 (completion-pcm--string->pattern): Add support for 0-width delimiters
5876 in completion-pcm--delim-wild-regex.
5877
5878 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5879
5880 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5881 Remove unused var `buffer-modified-p'.
5882
5883 * minibuffer.el (completion--do-completion): Move point for the #b001
5884 case as well (bug#4176).
5885 (minibuffer-complete, minibuffer-complete-word): Don't move point.
5886
5887 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5888
5889 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
5890 and :session buses.
5891
5892 2009-08-18 Kenichi Handa <handa@m17n.org>
5893
5894 * international/ucs-normalize.el (ucs-normalize-version):
5895 Change to 1.1.
5896 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5897 (utf-8-hfs): Make it perform normalization on encoding too.
5898
5899 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
5900 (sentence-end-without-space): Delete duplicated chars.
5901 (sentence-end-base): Likewise.
5902
5903 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
5904 (html-mode): Delete duplicated chars from sentence-end-base.
5905
5906 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
5907 (texinfo-mode): Delete duplicated chars from sentence-end-base.
5908
5909 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * files.el (hack-one-local-variable): If the mode function is for
5912 a minor mode, pass it an argument (Bug#4148).
5913
5914 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
5915
5916 * net/tramp.el (tramp-register-completion-file-name-handler):
5917 Check also for (member 'partial-completion completion-styles).
5918
5919 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
5922 abbrev (Bug#3943).
5923
5924 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
5925
5926 * progmodes/cperl-mode.el: Merge upstream 6.2.
5927 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
5928 (cperl-forward-re): Check cperl-brace-recursing.
5929 (cperl-highlight-charclass): New function.
5930 (cperl-find-pods-heres): Use it.
5931 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
5932 (cperl-beautify-regexp-piece): Fix column calculation.
5933 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
5934 (cperl-beautify-level): Don't process entire regexp.
5935 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
5936 calling man.
5937 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
5938 (cperl-init-faces): Build a list in the normal way.
5939
5940 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * calendar/parse-time.el (parse-time-string-chars): Save match
5943 data.
5944
5945 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
5948 (sql-product): Use it.
5949 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
5950 (sql-set-product): Add completion.
5951 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
5952 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
5953 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
5954 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
5955 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
5956 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
5957 (sql-highlight-db2-keywords): Remove.
5958 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5959 (sql-highlight-product): Use derived-mode-p.
5960 (sql-set-sqli-buffer): Use with-current-buffer.
5961 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
5962 Simplify.
5963
5964 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
5965
5966 * term.el: Fix commenting convention, turn comments into docstrings.
5967
5968 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
5969
5970 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
5971
5972 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
5973
5974 * calendar/parse-time.el (parse-time-string-chars): Compute using
5975 character classes, to handle non-ascii characters (Bug#3190).
5976
5977 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
5980 another heredoc if the user adds another < (Bug#3226).
5981
5982 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5983 Don't initialize based on window-system (Bug#4124).
5984
5985 * facemenu.el (facemenu-read-color): Use a completion function
5986 that accepts any defined color, such as RGB triplets (Bug#3677).
5987
5988 * files.el (get-free-disk-space): Change fallback default
5989 directory to /. Expand DIR argument before switching to fallback.
5990 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
5991
5992 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * files.el (load-library): Doc fix.
5995
5996 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5997
5998 * viper-cmd.el (viper-insert-isearch-string): New function.
5999 (viper-if-string): Redefine C-s in the minibuffer to insert the last
6000 incremental search string.
6001
6002 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6003 XEmacs.
6004
6005 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6006 (ediff-merge-region-is-non-clash)
6007 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6008 Also check if the job is really a merge job.
6009
6010 * ediff.el (ediff-current-file): New function.
6011
6012 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * progmodes/js.el: Edit docstrings throughout to follow Emacs
6015 conventions.
6016 (js-insert-and-indent): Delete function.
6017 (js-mode-map): Don't bind keys to js-insert-and-indent.
6018 (js-beginning-of-defun): Rename from js--beginning-of-defun.
6019 (js-end-of-defun): Rename from js--end-of-defun.
6020 (js-auto-indent-flag): Delete variable.
6021
6022 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * progmodes/js.el: Remove proclaim statement.
6025 Defvar which-func-imenu-joiner-function to silence compiler.
6026
6027 * files.el (auto-mode-alist): Use js-mode for .js files.
6028
6029 * progmodes/js2-mode.el: Remove file.
6030
6031 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6032
6033 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6034
6035 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6036
6037 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
6038 Karl Landstrom <karl.landstrom@brgeight.se>
6039
6040 * progmodes/js.el: New file.
6041
6042 2009-08-14 Mark A. Hershberger <mah@everybody.org>
6043
6044 * timezone.el (timezone-parse-date): Add ability to understand ISO
6045 basic format (minimal separators) dates in addition to the
6046 already-supported extended format dates.
6047
6048 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6049
6050 * international/ucs-normalize.el: Add a `coding' file variable.
6051
6052 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6053
6054 2009-08-14 Sam Steingold <sds@gnu.org>
6055
6056 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6057
6058 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * faces.el (help-argument-name): Define it here instead of
6061 help-fns.el, because in daemon mode help-fns.el may be loaded when
6062 faces are still uninitialized (Bug#1078).
6063
6064 * help-fns.el (help-argument-name): Move defface to faces.el.
6065
6066 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6067
6068 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6069 create buffer with a pty but no process so that GDB can make the
6070 inferior the controlling process.
6071
6072 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
6073
6074 * international/ucs-normalize.el: New file.
6075
6076 2009-08-13 Richard Stallman <rms@gnu.org>
6077
6078 * mail/rmail.el (rmail-get-attr-names):
6079 Accept an attribute header that is too short.
6080
6081 * mail/rmail.el (rmail-forget-messages):
6082 Ignore nil elt in rmail-message-vector. Use dotimes.
6083
6084 * progmodes/compile.el (compilation-goto-locus):
6085 Use next-error-move-function.
6086
6087 * simple.el (next-error-move-function): New variable.
6088
6089 2009-08-12 Juri Linkov <juri@jurta.org>
6090
6091 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6092 always non-nil. (Bug#4052)
6093
6094 * replace.el (read-regexp): Return empty string when
6095 `default-value' is nil.
6096 (keep-lines-read-args): Don't use empty string as the
6097 default value for `read-regexp'. (Bug#2495)
6098
6099 2009-08-12 Juri Linkov <juri@jurta.org>
6100
6101 * international/mule-cmds.el (ucs-insert): Change arguments
6102 from `arg' to `character', `count', `inherit' to be the same
6103 as in `insert-char'. Doc fix. (Bug#4039)
6104
6105 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6106
6107 2009-08-12 Juri Linkov <juri@jurta.org>
6108
6109 * files-x.el: New file.
6110
6111 * files.el: Move code that deals with adding/deleting
6112 file/directory-local variables to files-x.el.
6113
6114 * Makefile.in (ELCFILES): Add files-x.elc.
6115
6116 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
6117
6118 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6119 to use `goto-line'.
6120 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6121 `goto-line'.
6122 (gdb-invalidate-disassembly): Do not refresh upon receiving
6123 'update signal. Instead, update all disassembly buffers only after
6124 threads list.
6125 (gdb): Send -target-detach when buffer is killed (Bug#3794).
6126 (gdb-starting): Moved -data-list-register-names...
6127 (gdb-stopped): ...here so it's sent when first thread stops.
6128 (gdb-registers-handler-custom): Do nothing if register names are
6129 unknown yet.
6130
6131 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6132 from `gdb-mi.el' to avoid extra tangling.
6133
6134 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6135 change which breaks `gud-def' definitions used in `gdb'.
6136 (gdb-update-gud-running): No extra fuss for updating frame number.
6137
6138 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6141 (describe-language-environment-map, setup-language-environment-map)
6142 (set-coding-system-map): Move initialization into declaration.
6143 (set-language-info-alist): Last arg to define-key-after can be skipped.
6144
6145 * international/quail.el (quail-completion-1): Simplify.
6146 (quail-define-rules): Use slightly more compact code.
6147 (quail-insert-decode-map): Propertize keys, compact columns.
6148
6149 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6150 Add goto-line.
6151
6152 2009-08-10 Miles Bader <miles@gnu.org>
6153
6154 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6155 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6156 (js2-instance-member, js2-private-member, js2-private-function-call)
6157 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6158 (js2-magic-paren, js2-external-variable):
6159 Remove "-face" suffix from face names.
6160 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6161 (js2-highlight-undeclared-vars, js2-peek-token)
6162 (js2-parse-function-params, js2-mode-show-errors)
6163 (js2-mode-show-warnings, js2-make-magic-delimiter)
6164 (js2-mode-highlight-magic-parens): Update to use new face names.
6165
6166 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
6167
6168 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6169 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
6170
6171 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * subr.el: Provide hashtable-print-readable.
6174
6175 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6176 hs-c-like-adjust-block-beginning.
6177 (hs-hide-block-at-point): Stop hiding at the beginning of
6178 hs-block-end-regexp (Bug#700).
6179
6180 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
6181
6182 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6183 a macro.
6184 (gdb-registers-handler-custom): Do not fail when register names
6185 are unavailable.
6186
6187 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6188
6189 * progmodes/gdb-mi.el (gdb-control-all-threads)
6190 (gdb-control-current-thread): Interactive setters for
6191 `gdb-gud-control-all-threads' to use in menu.
6192 (gdb-show-run-p): Show «Go» when process is not active.
6193 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
6194 gud/thread.xpm and gud/all.xpm.
6195
6196 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
6197
6198 * net/net-utils.el (net-utils-font-lock-keywords): New var.
6199 (nslookup-font-lock-keywords): Make it a variable.
6200 (net-utils-mode): New mode for viewing diagnostic network output.
6201 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6202 (net-utils-run-simple): New function.
6203 (ifconfig, iwconfig, netstat, arp, route): Use it.
6204
6205 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6206
6207 * progmodes/gdb-mi.el (gdb-read-memory-custom)
6208 (gdb-memory-set-address, def-gdb-set-positive-number)
6209 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6210 after changing settings.
6211 (gdb-invalidate-disassembly): Update when first shown.
6212 (gdb-edit-locals-value): Fixed.
6213 (gdb-registers-handler-custom): Print registers in right order and
6214 allow changing register values (only for current thread yet).
6215 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6216 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6217 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6218 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6219 info in mode name.
6220 (gdb-registers-mode-map): TAB to switch to locals.
6221
6222 2009-08-08 Eli Zaretskii <eliz@gnu.org>
6223
6224 * mail/rmail.el (rmail-add-mbox-headers)
6225 (rmail-set-message-counters-counter): Search for
6226 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
6227
6228 2009-08-08 Glenn Morris <rgm@gnu.org>
6229
6230 * Makefile.in (ELCFILES): Update.
6231
6232 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6233
6234 * mail/sendmail.el (mail-yank-original): Set
6235 buffer-file-coding-system from the one used by the message whose
6236 text is yanked.
6237
6238 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6239 to "windows" when "pgnuplot" is used.
6240 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6241 call accept-process-output if "pgnuplot" is used.
6242 (calc-graph-init): Don't send -display and -geometry to
6243 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
6244 running "pgnuplot -V" with shell-command-to-string.
6245
6246 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6247 the default.
6248
6249 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6250
6251 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6252 org/org-latex.elc.
6253
6254 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6255
6256 * vc-dispatcher.el (vc-resynch-window): Update comment.
6257
6258 * term.el (term-handle-ansi-escape): Add comments with the
6259 terminfo capabilities implemented.
6260
6261 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
6262
6263 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6264 (gdb-var-create-handler): Rewritten using JSON parser.
6265 (gdb-propertize-header): Moved earlier.
6266 (gdb-set-header): Removed to avoid duplication.
6267 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6268 Refresh disassembly buffers only after threads list have been
6269 update.
6270 (gdb-threads-header, gdb-registers-header): Per-buffer header line
6271 variables.
6272
6273 2009-08-04 Juri Linkov <juri@jurta.org>
6274
6275 * files.el: Commands to add/delete file/directory-local variables.
6276 (read-file-local-variable, read-file-local-variable-value)
6277 (read-file-local-variable-mode, modify-file-local-variable)
6278 (modify-file-local-variable-prop-line)
6279 (modify-dir-local-variable): New functions.
6280 (add-file-local-variable, delete-file-local-variable)
6281 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6282 (add-dir-local-variable, delete-dir-local-variable)
6283 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6284 (copy-dir-locals-to-file-locals-prop-line): New commands.
6285
6286 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * abbrev.el (insert-abbrev-table-description): Prettify output.
6289 Suggested by Karl Chen.
6290
6291 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
6292
6293 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6294 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6295 (gdb-overlay-arrow-position, gdb-thread-position)
6296 (gdb-disassembly-position): Declare variables.
6297 (gdb-wait-for-pending): Function now.
6298 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6299 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6300 compilation goes smoothly.
6301 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6302 (gdb-non-stop-setting): New customization setting which replaces
6303 `gdb-non-stop' so changing it doesn't break active GDB session.
6304 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6305 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6306 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6307 (gdb-show-threads-by-default): New customization options.
6308 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6309 routines.
6310 (gdb-get-buffer-create): Send buffers update signal when they are
6311 created.
6312 (gdb-invalidate-locals, gdb-invalidate-registers)
6313 (gdb-invalidate-breakpoints)
6314 (gdb-invalidate-threads, gdb-invalidate-disassembly)
6315 (gdb-invalidate-memory): Accept update signal.
6316 (gdb-current-context-command): Use --frame option.
6317 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6318 Implement `gdb-frame-number' selection logic.
6319 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6320 whether to show GUD toolbar buttons.
6321 (gdb-thread-exited): Unselect current thread when it exits.
6322 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6323 (gdb-mark-line): Routine which sets overlay arrow or inverses
6324 video on fringeless displays.
6325 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6326 to build aligned columns of data in GDB buffers and set text
6327 properties line-by-line.
6328 (gdb-invalidate-breakpoints)
6329 (gdb-breakpoints-list-handler-custom)
6330 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6331 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6332 (gdb-registers-handler-custom): Align data columns.
6333 (gdb-locals-handler-custom): Now prints data like in variable
6334 declarations.
6335 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6336 Removed confusing buttons.
6337 (gdb-invalidate-threads): Append --frame.
6338 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6339 between breakpoints/threads buffers.
6340 (gdb-set-window-buffer): Now can ignore dedicated windows.
6341 (gdb-propertize-header): Use `gdb-set-window-buffer'.
6342 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6343 (def-gdb-thread-buffer-gud-command): Replaces
6344 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6345 for fine thread control.
6346 (gdb-preempt-existing-or-display-buffer): New function used to
6347 display bound buffers without breaking window layout.
6348 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6349 (gdb-select-frame): New version of `gdb-frames-select' which now
6350 sets `gdb-frame-number' so commands may use --frame option instead
6351 of inner debugger state.
6352 (gdb-frame-handler): Do not set `gdb-frame-number'.
6353 (gdb-threads-mode-map): Select threads with mouse.
6354
6355 * progmodes/gud.el (gdb-gud-context-call): Declare function to
6356 avoid compilation warning.
6357 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6358 `gdb-show-stop-p`.
6359
6360 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6361 Argument `key' renamed to `buffer-type'.
6362 (gdb-current-context-buffer-name): Do not add thread info to
6363 buffer name when no thread is selected.
6364 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6365 command (bug 3794).
6366 (gdb-thread-selected): Handle `=thread-selected' notification.
6367 (gdb-wait-for-pending): New macro to deal with congestion problems.
6368 (gdb-breakpoints-list-handler-custom): Don't fail on pending
6369 breakpoints.
6370 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6371 This fixes problem similar to one described in bug 3947.
6372 (gud-menu-map): More menu items.
6373 (gdb-init-1): Reset `gdb-thread-number' to nil.
6374
6375 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6376 non-stop settings.
6377
6378 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6379 (gdb-current-context-command): Do not append --thread if
6380 `gdb-thread-number' is nil.
6381 (gdb-running-threads-count, gdb-stopped-threads-count): New
6382 variables.
6383 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6384 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6385 customization options.
6386 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6387 GUD commands.
6388 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6389 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6390 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6391 set `gdb-thread-number' and update `gud-running' properly.
6392 (gdb-running): Update threads list when new threads appear.
6393 (gdb-stopped): Support non-stop operation and new thread switching
6394 logic.
6395 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6396 (gdb-json-partial-output): New set of JSON routines.
6397 (def-gdb-auto-update-trigger): New `signal-list' optional
6398 argument.
6399 (gdb-thread-list-handler-custom): Update `gud-running',
6400 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6401 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6402 (gdb-continue-thread, gdb-step-thread): New commands for fine
6403 thread execution control.
6404 (gud-menu-map): New menu items to switch non-stop options.
6405 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6406 (gdb-send): Mimic RET properly (bug 3794).
6407
6408 * progmodes/gdb-mi.el (gdb-rules-name-maker)
6409 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6410 gdb-buffer-rules.
6411 (def-gdb-auto-update-handler): New nopreserve optional argument.
6412 (gdb-stack-list-frames-custom): Print stack from top to bottom.
6413
6414 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6415 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6416 (gdb-parent-mode): New mode to derive other GDB modes from.
6417 (gdb-display-disassembly-for-thread)
6418 (gdb-frame-disassembly-for-thread): New commands for threads
6419 buffer.
6420
6421 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6422 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6423 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6424 (gdb-update): We now store all GDB buffers in a list so that they
6425 can be updated by traversing a list instead of calling invalidate
6426 triggers explicitly.
6427 (def-gdb-trigger-and-handler): New macro to define trigger-handler
6428 pair for GDB buffer.
6429 (gdb-stack-buffer-name): Add thread information.
6430 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6431 handle pending triggers.
6432 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6433 (def-gdb-thread-buffer-simple-command)
6434 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6435 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6436 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6437 New commands which show buffers bound to thread.
6438 (gdb-stack-list-locals-regexp): Removed unused regexp.
6439
6440 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6441 (gdb-locals-buffer-name, gdb-registers-buffer-name)
6442 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6443 to (gud-comint-buffer) in *-buffer-name functions
6444 because (gdb-get-target-string) already does that.
6445 (gdb-locals-handler-custom, gdb-registers-handler-custom)
6446 (gdb-changed-registers-handler): Rewritten without regexps.
6447
6448 * progmodes/gdb-mi.el: Basic thread selection support.
6449 (gdb-thread-number): New variable.
6450 (gdb-current-context-command): New macro which adds --thread
6451 option to command.
6452 (gdb-threads-mode-map): Select thread with SPC.
6453 (gdb-thread-list-handler-custom): Mark current thread with overlay
6454 arrow. Synchronize GDB thread and Emacs thread.
6455 (gdb-select-thread): New command which selects current thread.
6456 (gdb-invalidate-frames, gdb-invalidate-locals)
6457 (gdb-invalidate-registers): Use --thread option.
6458
6459 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
6460
6461 * net/tramp.el (top): Make check for tramp-gvfs loading more
6462 robust. (Bug#3977)
6463 (tramp-handle-insert-file-contents): `unwind-protect' must be
6464 inside `with-parsed-tramp-file-name'.
6465
6466 * net/tramp-gvfs.el (top): Remove superfluous message when loading
6467 fails.
6468
6469 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
6470
6471 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6472 directory if CLASSPATH is not set.
6473
6474 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
6475
6476 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6477 New defconst.
6478 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
6479
6480 2009-08-02 Kevin Ryde <user42@zip.com.au>
6481
6482 * net/newst-backend.el (newsticker--raw-url-list-defaults):
6483 Update freshmeat link. Delete newsforge.com as it seems gone.
6484
6485 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * select.el (x-set-selection): Doc fix (Bug#4021).
6488
6489 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6490
6491 * help-fns.el (describe-variable): Treat list return values from
6492 dir-locals-find-file properly (Bug#4005).
6493
6494 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
6495
6496 * net/tramp.el (tramp-debug-message): Print also microseconds.
6497
6498 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
6499
6500 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6501 or END is non-nil.
6502 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6503 (tramp-get-debug-buffer): Change `outline-regexp' according to new
6504 format.
6505
6506 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6507 (tramp-get-file-property): Use it.
6508
6509 * autorevert.el (auto-revert-handler): Allow
6510 `auto-revert-tail-mode' for remote files.
6511
6512 2009-08-02 Jason Rumney <jasonr@gnu.org>
6513
6514 * minibuffer.el (read-file-name): Treat confirm options to
6515 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
6516
6517 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6520 (font-lock-variable-name-face, font-lock-constant-face): Darken
6521 the colors for light backgrounds.
6522
6523 2009-08-01 Eli Zaretskii <eliz@gnu.org>
6524
6525 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6526 month names. (Bug#3987)
6527
6528 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * simple.el (line-move-finish): Pass whole number to
6531 line-move-to-column.
6532 (line-move-visual): Perform hscroll to the recorded position.
6533
6534 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
6535
6536 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6537
6538 2009-07-29 Alan Mackenzie <acm@muc.de>
6539
6540 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6541
6542 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
6543
6544 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6545 (gdb-place-breakpoints): Use full path when setting breakpoints.
6546
6547 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6548
6549 * calc/calc.el (calc-mode-map): Add keybinding for
6550 `calc-transpose-lines'.
6551
6552 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
6553
6554 * calc/calc-misc.el (calc-transpose-lines): New function.
6555
6556 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
6557
6558 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6559 Simplify check for out-of-band methods.
6560 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6561 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
6562
6563 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6564
6565 * vc-git.el (vc-git-checkin): Fix typo.
6566
6567 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
6568
6569 * progmodes/js2-mode.el: New file.
6570
6571 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
6572
6573 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6574 (gud-menu-map): Adjust tooltip accordingly.
6575
6576 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6577
6578 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6579 (vc-bzr-log-view-mode): Adjust log-view-file-re.
6580
6581 * add-log.el (change-log-mode-map): Add a menu.
6582
6583 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
6584
6585 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6586 function returns nil.
6587 (dbus-handle-event): Handle special return value :ignore.
6588 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6589
6590 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
6591
6592 * view.el (view-mode-enable): Don't define Helper-return-blurb if
6593 it's not needed.
6594
6595 2009-07-25 Eli Zaretskii <eliz@gnu.org>
6596
6597 Fix Bug#3888:
6598
6599 * w32-vars.el (x-select-enable-clipboard): Doc fix.
6600
6601 * term/pc-win.el (x-display-name, x-colors)
6602 (x-select-enable-clipboard, x-select-text): Doc fix.
6603
6604 * term/common-win.el (x-display-name, x-colors): Doc fix.
6605
6606 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6607 (xw-defined-colors): Doc fix.
6608
6609 * w32-fns.el (x-select-text, x-setup-function-keys)
6610 (x-get-selection, x-set-selection): Doc fix.
6611
6612 * term/x-win.el (x-select-text, x-setup-function-keys)
6613 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6614
6615 * select.el (x-set-selection): Doc fix.
6616
6617 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
6618
6619 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6620 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6621 "IsNSSSupportAvailable" method is not available. Reported by
6622 Steve Youngs <steve@sxemacs.org>.
6623
6624 2009-07-24 Kenichi Handa <handa@m17n.org>
6625
6626 * international/characters.el: Fix setting of category ?C, ?|, ?K,
6627 and ?H. Fix setting of case for Latin Extended and Greek Extended.
6628 (build-unicode-category-table): Fix range checks.
6629
6630 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6631
6632 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6633 the buffer we try to sync is current when calling
6634 vc-resynch-buffer.
6635
6636 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6637 not show up to date files.
6638
6639 2009-07-24 Glenn Morris <rgm@gnu.org>
6640
6641 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6642 Add autoload cookies. If necessary, initialize.
6643 (elint-log): Handle non-file buffers.
6644 (elint-initialize): Add optional argument to reinitialize.
6645 (elint-find-builtin-variables): Save excursion.
6646
6647 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6650 for Lint.
6651
6652 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6653
6654 * vc.el (vc-print-log-internal): New function, split out from ...
6655 (vc-print-log): ... here.
6656 (vc-dir-move-to-goal-column): Declare.
6657
6658 * vc-git.el (vc-git-add-signoff): New variable.
6659 (vc-git-checkin): Use it.
6660 (vc-git-toggle-signoff): New function.
6661 (vc-git-extra-menu-map): Bind it to menu.
6662 (vc-git--run-command-string): Accept a nil FILE argument.
6663 (vc-git-stash-list): New function.
6664 (vc-git-dir-extra-headers): Use it.
6665
6666 2009-07-23 Glenn Morris <rgm@gnu.org>
6667
6668 * help-fns.el (describe-variable): Describe ignored and risky local
6669 variables in a similar way to that in which we describe safe ones.
6670
6671 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6672 (byte-compile-output-file-form, byte-compile-output-docform)
6673 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6674 Give some more local variables with common names a "bytecomp-" prefix,
6675 so as not to shadow things during compilation.
6676 * emacs-lisp/cl-macs.el (load-time-value)
6677 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6678 `outbuffer' to `bytecomp-outbuffer'.
6679
6680 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6681 since the next two variables cover them automatically now.
6682 (elint-builtin-variables, elint-autoloaded-variables): New.
6683 (elint-unknown-builtin-args): Remove all members, since they can be
6684 parsed automatically now.
6685 (elint-extra-errors): New.
6686 (elint-env-add-env, elint-env-add-macro): Use cadr.
6687 (elint-current-buffer): Use or. Change final message.
6688 (elint-get-top-forms): Use line-end-position.
6689 (elint-init-env): Use cadr. Handle autoload, declare-function,
6690 and defalias.
6691 (elint-add-required-env): Doc fix. Use or. Standardize error.
6692 (regexp-assoc): Remove unused function.
6693 (elint-top-form): Set elint-current-pos, to record the start of the
6694 top-level form, for compilation-mode.
6695 (elint-form): Trap errors in macro expansion. Use dolist.
6696 (elint-unbound-variable): Use elint-builtin-variables and
6697 elint-autoloaded-variables.
6698 (elint-get-args): Use cadr, or.
6699 (elint-check-cond-form): Use dolist, cadr.
6700 (elint-check-condition-case-form): Doc fix. Use cadr.
6701 Use elint-extra-errors.
6702 (elint-log): New function.
6703 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6704 Distinguish errors and warnings.
6705 (elint-log-message): Use with-current-buffer. Inhibit read-only.
6706 Use a bytecomp-style format.
6707 (elint-clear-log): Preserve default-directory. Inhibit read-only.
6708 (elint-get-log-buffer): Use compilation mode. Disable undo.
6709 Don't truncate lines.
6710 (elint-initialize): Set builtin and autoloaded variable lists.
6711 Only process elint-unknown-builtin-args if non-nil.
6712 (elint-find-builtin-variables, elint-find-autoloaded-variables):
6713 New functions.
6714 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
6715
6716 2009-07-22 Kevin Ryde <user42@zip.com.au>
6717
6718 * net/newst-backend.el (newsticker--parse-atom-1.0)
6719 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6720 (newsticker--parse-rss-1.0):
6721 * progmodes/idlwave.el (idlwave-mode):
6722 * progmodes/idlw-shell.el (idlwave-shell-mode):
6723 * progmodes/vera-mode.el (vera-mode):
6724 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6725 * progmodes/vhdl-mode.el (vhdl-mode):
6726 * textmodes/table.el (table-generate-source)
6727 (table--warn-incompatibility):
6728 Hyperlink urls in docstrings with URL `...'.
6729
6730 2009-07-22 Glenn Morris <rgm@gnu.org>
6731
6732 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6733 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6734 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6735 Remove leading * from defcustom docs.
6736
6737 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
6738
6739 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6740 defcustom doc.
6741 (list-load-path-shadows): Optionally, just return shadows as a string.
6742
6743 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6744
6745 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * mail/rmailedit.el (rmail-edit-mode): Use
6748 auto-save-include-big-deletions.
6749
6750 * mail/rmail.el (rmail-variables): Use
6751 auto-save-include-big-deletions.
6752
6753 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6754 changes.
6755
6756 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6757
6758 * calc/calc.el (calc-undo-length): New variable.
6759 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6760
6761 2009-07-21 Richard Stallman <rms@gnu.org>
6762
6763 * files.el (auto-save-mode): Handle buffer-save-size = -2
6764 for toggling mode.
6765
6766 2009-07-21 Glenn Morris <rgm@gnu.org>
6767
6768 * textmodes/ispell.el (ispell-looking-back): Update declaration.
6769
6770 * calendar/todo-mode.el (calendar-current-date): Update declaration.
6771
6772 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6773 silence compiler. Instead...
6774 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6775 (ps-print-ensure-fontified): Update for above function name changes.
6776
6777 * printing.el (pr-mh-get-msg-num, pr-mh-show)
6778 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6779 silence compiler. Instead...
6780 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6781 (mh-show-buffer): Only define for compiler.
6782 (pr-mh-current-message): Update for above function name changes.
6783
6784 * files.el (abort-if-file-too-large): Explicitly pass `filename'
6785 as an argument.
6786 (find-file-noselect, insert-file-1): Update for above change.
6787
6788 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6789
6790 * mail/mailclient.el (mailclient-send-it): Fix message.
6791
6792 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6793 (edebug-eval): Check cl-debug-env is bound.
6794 (print-level, print-circle): Don't redefine built-in variables.
6795
6796 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6797 (custom-print-vectors): Remove old comments from doc.
6798
6799 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6800 (emerge-version): Make the variable an obsolete alias for the
6801 emacs-version variable. Make the function obsolete.
6802 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6803 Emerge options, rather than merging in into the main Options menu.
6804 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
6805 and auto advance modes. Disable edit/fast items when not relevant.
6806
6807 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6808
6809 * term/vt420.el (terminal-init-vt420): Fix typo.
6810
6811 2009-07-20 Sam Steingold <sds@gnu.org>
6812
6813 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6814 variable (removed from compile.el on 2004-03-11).
6815
6816 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
6817
6818 * files.el (hack-local-variables-filter): Fix last change.
6819
6820 2009-07-19 Juri Linkov <juri@jurta.org>
6821
6822 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6823 (dir-local-variables-alist): New buffer-local variable.
6824 (hack-local-variables-filter): If variable is not dir-local,
6825 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6826 because file-local overrides dir-local.
6827 (c-postprocess-file-styles)<declare-function>:
6828 Remove obsolete declaration.
6829 (hack-dir-local-variables): Add dir-local variable/value pair to
6830 `dir-local-variables-alist' and remove duplicates. Doc fix.
6831
6832 * help-fns.el (describe-variable): Add information about
6833 file-local and dir-local variables.
6834
6835 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * files.el (hack-local-variables-filter): Rewrite.
6838
6839 2009-07-19 Glenn Morris <rgm@gnu.org>
6840
6841 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6842 Silence compiler by only defining on XEmacs.
6843
6844 * international/mule.el (auto-coding-regexp-alist): Only match
6845 BABYL... at the start of buffer, not of lines. (Bug#3790)
6846
6847 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6848 non-calendar buffers (Bug#3862). Restore "not on a date" message.
6849 (cal-menu-context-mouse-menu): Doc fix.
6850
6851 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6852
6853 * simple.el (mail-user-agent): Doc fix. Set :version tag.
6854
6855 2009-07-18 Juri Linkov <juri@jurta.org>
6856
6857 * info.el: Virtual Info keyword finder.
6858 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6859 (Info-finder-file): New variable.
6860 (Info-finder-find-file): New function.
6861 (finder-known-keywords, finder-package-info)
6862 (find-library-name, lm-commentary): Use defvar and
6863 declare-function to silence compiler warnings.
6864 (Info-finder-find-node): New function.
6865 (info-finder): New command.
6866
6867 * subr.el (process-kill-buffer-query-function): New function.
6868 (add-hook)<kill-buffer-query-functions>: Add hook
6869 `process-kill-buffer-query-function'.
6870
6871 2009-07-18 Alan Mackenzie <acm@muc.de>
6872
6873 * progmodes/cc-mode.el (c-before-hack-hook)
6874 (c-postprocess-file-styles): Give invocation of `c-set-style'
6875 DONT-OVERRIDE parameter of t. Already set style variables will
6876 thus not be overridden by style settings given by `c-file-syle'.
6877
6878 * files.el (hack-local-variables-filter): Remove entries with
6879 duplicate keys from `file-local-variables-alist'.
6880
6881 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6882
6883 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6884 x-set-selection if display-selections-p returns nil for the
6885 current frame.
6886
6887 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
6888
6889 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6890
6891 2009-07-18 Eli Zaretskii <eliz@gnu.org>
6892
6893 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6894 Accept nil in addition to a regexp.
6895 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6896 Accept nil in addition to a regexp.
6897 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6898 buffers that have an associated file. Handle nil values of
6899 desktop-buffers-not-to-save and desktop-files-not-to-save.
6900 (Bug#3833)
6901
6902 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6903 (x-disown-selection-internal): New functions.
6904
6905 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
6906
6907 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6908 warning.
6909 (gdb-breakpoints-header): Move forward to avoid compiler warning.
6910 (gdb-make-header-line-mouse-map): Remove duplicate definition.
6911
6912 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
6913
6914 * simple.el (set-mark): Revert last change.
6915
6916 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
6917
6918 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
6919 rendering of pngs is not possible instead of messaging a long
6920 description.
6921
6922 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
6923
6924 * w32-fns.el (x-selection-owner-p): New function.
6925
6926 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6927 (mouse-yank-at-click, mouse-yank-primary): If
6928 select-active-regions is non-nil, deactivate the mark before
6929 insertion.
6930
6931 * simple.el (deactivate-mark, set-mark): Only save selection if we
6932 own it.
6933
6934 2009-07-17 Kenichi Handa <handa@m17n.org>
6935
6936 * case-table.el (describe-buffer-case-table): Fix for the case
6937 that KEY is a cons.
6938
6939 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6940
6941 * vc-rcs.el (vc-rcs-find-file-hook):
6942 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
6943
6944 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
6945
6946 * net/tramp.el (tramp-wait-for-output): Handle the case when
6947 commands do not return a newline but a null byte before the shell
6948 prompt. (Bug#3858)
6949
6950 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6951
6952 * term/ns-win.el (ns-set-alpha): Don't declare.
6953 (ns-set-background-alpha): Remove function.
6954
6955 2009-07-16 Kevin Ryde <user42@zip.com.au>
6956
6957 * emacs-lisp/copyright.el (copyright-update): Save match-data across
6958 y-or-n-p, for safety.
6959
6960 2009-07-16 Richard Stallman <rms@gnu.org>
6961
6962 * files.el (auto-save-mode): If buffer-saved-size is -2,
6963 don't clobber it.
6964
6965 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
6966 (rmail-retry-ignored-headers): Add more uninteresting fields.
6967
6968 2009-07-15 Jari Aalto <jari.aalto@cante.net>
6969
6970 * net/rcirc.el (rcirc): Use history variables.
6971 (rcirc-server-name-history, rcirc-nick-name-history)
6972 (rcirc-server-port-history): New variables.
6973
6974 2009-07-15 Kenichi Handa <handa@m17n.org>
6975
6976 * international/mule-cmds.el (set-language-environment-charset):
6977 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
6978 ignore them.
6979
6980 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
6981 Delete unibyte-display.
6982
6983 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
6984
6985 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
6986
6987 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
6988
6989 * simple.el (deactivate-mark): Optional argument FORCE.
6990 (set-mark): Use deactivate-mark.
6991
6992 * info.el (Info-search): No need to check transient-mark-mode
6993 before calling deactivate-mark.
6994
6995 * select.el (x-set-selection): Doc fix.
6996 (x-valid-simple-selection-p): Allow buffer values.
6997 (xselect--selection-bounds): Handle buffer values. Suggested by
6998 David De La Harpe Golden.
6999
7000 * mouse.el (mouse-set-region, mouse-drag-track): Call
7001 copy-region-as-kill before setting the mark, to let
7002 select-active-regions work.
7003
7004 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
7005
7006 * simple.el (deactivate-mark): If select-active-regions is
7007 non-nil, copy the selection data into a string.
7008 (activate-mark): If select-active-regions is non-nil, set the
7009 selection to the current buffer.
7010 (set-mark): Update selection if select-active-regions is non-nil.
7011
7012 * select.el (x-valid-simple-selection-p): Allow buffer values.
7013
7014 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7017 and more featureful message-mode.
7018
7019 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
7020
7021 * select.el (x-set-selection): Doc fix.
7022 (x-valid-simple-selection-p): Disallow selection data consisting
7023 of a list or cons of integers, since that is not used.
7024 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7025 (xselect-convert-to-string, xselect-convert-to-length)
7026 (xselect-convert-to-filename, xselect-convert-to-charpos)
7027 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7028
7029 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
7030
7031 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7032 output in -break-info command (Emacs bug #3794).
7033
7034 2009-07-14 Glenn Morris <rgm@gnu.org>
7035
7036 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7037 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7038 (edebug-print-length, edebug-print-level, edebug-print-circle)
7039 (edebug-sit-for-seconds, edebug-view-outside)
7040 (edebug-bounce-point, edebug-set-global-break-condition)
7041 (edebug-Go-nonstop-mode, edebug-trace-mode)
7042 (edebug-Trace-fast-mode, edebug-continue-mode)
7043 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7044 (edebug-visit-eval-list): Doc fixes.
7045
7046 * subr.el (def-edebug-spec): Doc fix.
7047
7048 2009-07-14 Kenichi Handa <handa@m17n.org>
7049
7050 * international/characters.el: Fix setting of category ?C.
7051
7052 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
7053
7054 * term/ns-win.el (x-select-font): defalias x-select-font to
7055 ns-popup-font-panel instead of generate-fontset-menu.
7056
7057 2009-07-12 Eli Zaretskii <eliz@gnu.org>
7058
7059 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
7060
7061 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
7062
7063 * arc-mode.el (archive-find-type): Allow for a PK00 string before
7064 the PK\003\004 header (Bug#3770).
7065
7066 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
7067
7068 * pcomplete.el (pcomplete-comint-setup): Check for
7069 shell-dynamic-complete-filename too.
7070
7071 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * simple.el (temporary-goal-column): Change the value for
7074 line-move-visual to a cons cell.
7075 (line-move-visual): Record or set the window hscroll, if
7076 necessary (Bug#3494).
7077 (line-move-1): Handle cons value of temporary-goal-column.
7078
7079 2009-07-11 Kenichi Handa <handa@m17n.org>
7080
7081 * international/mule-diag.el (describe-character-set): Don't show
7082 width.
7083
7084 2009-07-10 Sam Steingold <sds@gnu.org>
7085
7086 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7087 Omake sometimes indents the errors it prints, so allow all
7088 regexps to start with spaces.
7089
7090 2009-07-10 Eli Zaretskii <eliz@gnu.org>
7091
7092 * cus-edit.el (customize-changed-options-previous-release):
7093 Bump value to 22.1. (Bug#3804)
7094
7095 2009-07-08 Sam Steingold <sds@gnu.org>
7096
7097 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7098 to be a cons cell (test . ignored-directory) to selectively ignore
7099 some directories depending on the location of the search.
7100
7101 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7102
7103 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7104 remote user is root, on the local host.
7105 (tramp-local-host-p): Either the local user or the remote user
7106 must be root. (Bug#3771)
7107
7108 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7109
7110 * progmodes/gdb-mi.el (gdb): Remove description of
7111 gdb-use-separate-io-buffer.
7112 (menu): Don't allow toggling of or enable
7113 gdb-use-separate-io-buffer from menubar.
7114
7115 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7116
7117 * mail/unrmail.el (unrmail): Make sure the message ends with two
7118 newlines (Bug#3769).
7119
7120 2009-07-08 Glenn Morris <rgm@gnu.org>
7121
7122 * calendar/calendar.el (calendar-current-date): Rework previous change.
7123
7124 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
7125
7126 * calendar/calendar.el (calendar-current-date):
7127 Add an optional argument giving an offset from today.
7128
7129 2009-07-08 Glenn Morris <rgm@gnu.org>
7130
7131 * tutorial.el (tutorial--describe-nonstandard-key):
7132 Adjust the message for when a key has been unbound.
7133 (help-with-tutorial): Hide the arch-tag.
7134
7135 2009-07-08 Kenichi Handa <handa@m17n.org>
7136
7137 * international/fontset.el (setup-default-fontset): For each
7138 script, append (not set) font-specs.
7139
7140 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7141 docstring.
7142
7143 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7144
7145 * progmodes/gdb-mi.el (gdb-init-1): Move sending
7146 -data-list-register-names to ...
7147 (gdb-starting): ... here because GDB 7.0 requires execution to
7148 have started when using this MI command.
7149 (gdb-set-header): New function to distinguish select and
7150 unselected tabs in gdb buffers.
7151 (gdb-propertize-header): New macro that uses gdb-set-header.
7152 (gdb-breakpoints-header, gdb-locals-header): Use it.
7153 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7154
7155 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * Makefile.in (ELCFILES): Remove fadr.elc.
7158
7159 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
7160
7161 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7162 may contain frame information, so `string-match' should be used.
7163 (gdb-update): Disassembly is invalidated through
7164 `gdb-get-selected-frame'.
7165 (gdb-pad-string): New function to pad string with spaces.
7166 (gdb-invalidate-disassembly): Invalidate only if the buffer
7167 exists.
7168 (gdb-disassembly-handler-custom): Column alignment.
7169 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7170 placing new ones.
7171 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7172 end of line, too.
7173 (gdb-frame-handler): Match convention to for disassembly buffer
7174 mode name.
7175 (gdb-stack-list-frames-handler): Rewritten without regexps.
7176 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7177 not highlight breakpoints without line information.
7178 (gdb-input): Add trailing newline to command.
7179
7180 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7181 buffer properly.
7182 (gdb-breakpoints-list-handler-custom): Replacement for
7183 `gdb-break-list-handler'. Using real parser instead of regexps
7184 now.
7185 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7186 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7187 to place breakpoints.
7188 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7189 functions.
7190 (gdb-disassembly-handler-custom): Show overlay arrow.
7191 (gdb-disassembly-place-breakpoints): Show breakpoints in
7192 disassembly buffer.
7193 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7194 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7195 instead of parsing breakpoints buffer. Fixed old menu references
7196 in `gud-menu-map'.
7197
7198 * fadr.el: Remove.
7199
7200 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7201 (gdb-memory-address): New variable which holds top address of
7202 memory page shown in memory buffer.
7203 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7204 customization variables.
7205 New functions:
7206 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7207 display the memory buffer.
7208 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7209 buffer display parameters.
7210 (def-gdb-memory-format, gdb-memory-format-binary)
7211 (gdb-memory-format-octal, gdb-memory-format-unsigned)
7212 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7213 Functions for setting memory buffer format.
7214 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7215 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7216 unit size used in memory buffer.
7217 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7218 to next/previous page of memory buffer.
7219 Now using (bindat-get-field) instead of fadr functions.
7220
7221 2009-07-07 Sam Steingold <sds@gnu.org>
7222
7223 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7224 non-top-level files.
7225
7226 2009-07-07 Kenichi Handa <handa@m17n.org>
7227
7228 * international/mule-cmds.el (reset-language-environment): Put
7229 the highset priority to the charset iso-8859-1.
7230
7231 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7234 to the end of the line when locating the block (Bug#700).
7235
7236 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
7237
7238 * net/tramp.el (tramp-handle-write-region): Flush file properties
7239 in case of short track.
7240
7241 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
7242
7243 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7244 representation of verilog error regular expressions to work with
7245 Emacs-22's new format.
7246 (verilog-error-regexp-xemacs-alist): Coded custom representation
7247 of verilog error regular expressions to work with XEmacs format.
7248 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7249 error recognition into XEmacs.
7250 (verilog-error-regexp-add-emacs): Hook routine to install verilog
7251 error recognition into Emacs-22.
7252
7253 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * woman.el: Remove stand-alone closing parentheses.
7256 (woman-file-name, woman2-format-paragraphs)
7257 (woman-leave-blank-lines): Code cleanup.
7258 (woman-use-own-frame): Change default to nil.
7259 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7260 defaults to inherit from default faces.
7261 (woman2-process-escapes): Consume the newline after a stand-alone
7262 filler character (Bug#3651).
7263
7264 2009-07-06 Glenn Morris <rgm@gnu.org>
7265
7266 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7267 (top-level): Move provide to the end.
7268 (ffap): Remove defunct URL from custom group.
7269
7270 * subr.el (eval-after-load): Doc fix.
7271
7272 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
7273
7274 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7275 `calc-embedded-word' is called twice.
7276
7277 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * files.el (find-alternate-file-other-window, find-alternate-file):
7280 Obey confirm-nonexistent-file-or-buffer.
7281
7282 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
7283
7284 * dired-aux.el (dired-show-file-type): Handle remote files.
7285
7286 2009-07-05 Jari Aalto <jari.aalto@cante.net>
7287
7288 * desktop.el (desktop-globals-to-save):
7289 Add file-name-history (Bug#2750).
7290
7291 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
7292
7293 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7294
7295 2009-07-04 Johan Bockgård <bojohan@gnu.org>
7296
7297 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7298 property on entire argument since this is what eshell-lisp-command
7299 expects.
7300
7301 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
7302
7303 * net/tramp-gvfs.el (tramp-gvfs-methods)
7304 (tramp-gvfs-zeroconf-domain)
7305 (tramp-bluez-discover-devices-timeout): Add version flag.
7306 (tramp-gvfs-handler-mounted-unmounted)
7307 (tramp-gvfs-connection-mounted-p): Polish handling of
7308 incompatibilities between GVFS 0.2 and 1.0.
7309
7310 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7311
7312 * cus-start.el (all): Add make-pointer-invisible.
7313
7314 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7315
7316 * calc-math.el (math-use-emacs-fn): Make sure that the number is
7317 formatted correctly.
7318
7319 2009-07-02 Juri Linkov <juri@jurta.org>
7320
7321 * info.el: Virtual Info files and nodes.
7322 (Info-virtual-files, Info-virtual-nodes): New variables.
7323 (Info-current-node-virtual): New variable.
7324 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7325 New functions.
7326 (Info-file-supports-index-cookies): Use Info-virtual-file-p
7327 to check for a virtual file instead of checking a fixed list
7328 of node names.
7329 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7330 instead of ad-hoc processing of "dir" and (apropos history toc).
7331 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7332 instead of ad-hoc processing of "dir" and (apropos history toc).
7333 Reread a file when moving from a virtual node.
7334 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7335 (Info-directory-toc-nodes, Info-directory-find-file)
7336 (Info-directory-find-node): New functions.
7337 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7338 (Info-history): Move part of code to
7339 `Info-history-find-node'.
7340 (Info-history-toc-nodes, Info-history-find-file)
7341 (Info-history-find-node): New functions.
7342 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7343 (Info-toc): Move part of code to `Info-toc-find-node'.
7344 (Info-toc-find-node): New function.
7345 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
7346 the current Info file name to references because now the node
7347 "*TOC*" belongs to the same Info manual.
7348 (Info-toc-build): Rename from `Info-build-toc'.
7349 (Info-toc-nodes): Rename input argument `file' to `filename'.
7350 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7351 instead of ad-hoc processing of ("dir" apropos history toc).
7352 (Info-index-nodes): Use Info-virtual-file-p
7353 to check for a virtual file instead of checking a fixed list
7354 of node names.
7355 (Info-index-node): Add check for `Info-current-node-virtual'.
7356 Raise `save-match-data' higher up the tree to contain
7357 `search-forward' too (bug fix).
7358 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7359 (Info-virtual-index-nodes): New variable.
7360 (Info-virtual-index-find-node, Info-virtual-index): New functions.
7361 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7362 (Info-apropos-file, Info-apropos-nodes): New variables.
7363 (Info-apropos-toc-nodes, Info-apropos-find-file)
7364 (Info-apropos-find-node, Info-apropos-matches): New functions.
7365 (info-apropos): Move part of code to `Info-apropos-find-node' and
7366 `Info-apropos-matches'.
7367 (Info-mode-map): Bind "I" to `Info-virtual-index'.
7368 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7369 for a virtual file instead of checking a fixed list of node names.
7370
7371 * simple.el (async-shell-command): New command.
7372
7373 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7374
7375 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7376 instead of `mount-info'.
7377
7378 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
7379
7380 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7381 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7382
7383 2009-07-02 Kenichi Handa <handa@m17n.org>
7384
7385 * international/mule.el (set-keyboard-coding-system): Force *-unix
7386 coding-system to avoid eol conversion.
7387
7388 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
7389
7390 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7391 Add handler for `process-file', `shell-command' and
7392 `start-file-process'.
7393 (tramp-gvfs-handle-shell-command)
7394 (tramp-gvfs-handle-start-file-process)
7395 (tramp-gvfs-handle-process-file): New defuns.
7396 (tramp-synce-list-devices): Simplify check for existence of property.
7397
7398 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
7399
7400 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7401
7402 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
7403
7404 * language/korean.el (set-language-info-alist): Add korean-cp949,
7405 cp949 to spec.
7406
7407 2009-07-01 Kenichi Handa <handa@m17n.org>
7408
7409 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7410
7411 * international/encoded-kb.el: Deleted.
7412
7413 * international/mule.el (set-keyboard-coding-system): Perform the
7414 necessary setup here instead of calling encoded-kbd-setup-display.
7415
7416 2009-07-01 Glenn Morris <rgm@gnu.org>
7417
7418 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7419
7420 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
7421
7422 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
7423
7424 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
7425
7426 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7427 Handle also the 'rename case, when setting file modes. (Bug#3712)
7428 (tramp-default-file-modes) Remove execute permissions.
7429
7430 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7431 (top): Add a default for "synce" in `tramp-default-user-alist'.
7432 Add completion function for "synce" method.
7433 (tramp-hal-service, tramp-hal-path-manager)
7434 (tramp-hal-interface-manager, tramp-hal-interface-device):
7435 New defconst.
7436 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7437 (tramp-synce-list-devices, tramp-synce-parse-device-names):
7438 New defuns.
7439
7440 * net/trampver.el: Update release number.
7441
7442 2009-06-30 Kenichi Handa <handa@m17n.org>
7443
7444 * international/fontset.el (setup-default-fontset): Add CJK fonts
7445 for symbols and the other miscellaneous characters.
7446
7447 * language/korea-util.el (setup-korean-environment-internal):
7448 Make char-width-table suitable for Korean environments.
7449 (exit-korean-environment): Cancel above.
7450
7451 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7452 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7453 setup-funcion to make char-widht-table suitable for respective
7454 environments, and an exit-function to cancel that.
7455
7456 * language/japan-util.el (setup-japanese-environment-internal):
7457 Call use-cjk-char-width-table with arg `ja_JP'.
7458
7459 * international/characters.el (cjk-char-width-table): Delete it.
7460 (cjk-char-width-table-list): New variable.
7461 (use-cjk-char-width-table): New arg local-name.
7462 (use-default-char-width-table): Fix for the case that Emacs is
7463 already using the default char-width-table.
7464
7465 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
7466
7467 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7468 modes mandatory. (Bug#3712)
7469
7470 2009-06-29 Alan Mackenzie <acm@muc.de>
7471
7472 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7473 correction between the visible width of TABs and their number of bytes.
7474
7475 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
7476
7477 * server.el (server-buffer-done): Prevent kill-buffer from
7478 prompting by clearing the buffer modification flag (Bug#3696).
7479
7480 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
7481
7482 * verilog-mode.el (verilog-beg-of-statement)
7483 (verilog-endcomment-reason-re): Support unique case and priority case.
7484 (verilog-basic-complete-re): Support localparam lineup.
7485 (verilog-beg-of-statement-1): Fix for robustness, unique case.
7486 (verilog-set-auto-endcomments): Fix for unique case, always_comb
7487 commenting.
7488 (verilog-leap-to-case-head): Now support *nested* unique &
7489 priority case statements.
7490 (verilog-auto-lineup): Make just declarations the default (as it
7491 had been).
7492 (verilog-leap-to-case-head): Support priority/unique case statements.
7493 (verilog-auto-lineup): Rework to give users radio buttons to
7494 select the various styles of automatic lineup.
7495 (verilog-error-regexp-alist): Rework to support the XEmacs style
7496 of error regular expressions from compilers, lint tools &
7497 simulators. Note that GNU Emacs has made it impossible for a mode
7498 to load such things.
7499 (electric-verilog-terminate-line, verilog-indent-declaration)
7500 (verilog-auto-wiure): Rework for radio button selection of
7501 auto-lineup selection of specification of auto lineup.
7502 (verilog-beg-of-statement-1): Redesign to support proper operation
7503 in additional code, based on testing with auto-lineup.
7504 (verilog-calculate-indent, assignments & declarations)
7505 (verilog-backward-token): Enhance to support auto-lineup of
7506 assignments & declarations.
7507 (verilog-in-directive-p, verilog-at-struct-p): New function for
7508 easy test of whether we are.
7509 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7510 to support safe execution at almost anyline.
7511 (verilog-calc-1): Properly support indenting deep inside generate
7512 blocks.
7513 (verilog-init-font) Remove definition & use of verilog-init-font,
7514 as it is redundant with font-lock-defaults.
7515 (verilog-mode): Alter the definition of verilog-font-lock-defaults
7516 to avoid circular calls if syntax-ppss is a function (as is the
7517 case now in 22.x GNU Emacs) as that function would sometimes call
7518 itself, leading to (nearly) infinite recursion.
7519 (verilog-ovm-begin-re, verilog-ovm-end-re)
7520 (verilog-ovm-statement-re, verilog-leap-to-head)
7521 (verilog-backward-token): Add support for OVM macros. Some are
7522 complete statements, and others open and close scopes like begin
7523 and end.
7524 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7525 (verilog-defun-level-generate-only-re): Really fix the defun-list
7526 compilation issue.
7527 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7528 coverpoint, constraint and cross statements.
7529 (verilog-defun-level-list, verilog-generate-defun-level-list)
7530 (verilog-all-defun-level-list): Redo these specifications - it is
7531 too hard to support eval-when compile aggregation of lists also
7532 built at when-compile time.
7533 (verilog-defun-level-list): Place defconsts of variables used in
7534 building regular expressions which are built in eval-when-compile
7535 bodies in the same eval-when-compile body to facilitate compile
7536 without load.
7537 (verilog-beg-block-re-ordered): Support indenting
7538 virtual/protected tasks and functions.
7539 (verilog-defun-level-list, verilog-in-generate-region-p)
7540 (verilog-backward-ws&directives, verilog-calc-1): Speed up
7541 indentation of some module items (generate items).
7542 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7543 across virtual/protected tasks and functions.
7544
7545 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
7546
7547 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7548 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
7549 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7550 in concatenations. Reported by Yishay Belkind.
7551 (verilog-auto-ascii-enum): Support one-hot state machines in
7552 AUTOASCIIENUM. Suggested by Lloyd Gomez.
7553 (verilog-auto-inst, verilog-auto-inst-port): Include interface
7554 modport in AUTOINST and add vl-modport for users. Reported by
7555 David Rogoff.
7556 (verilog-auto-inout-module, verilog-auto-inst)
7557 (verilog-decls-get-interfaces, verilog-insert-definition)
7558 (verilog-insert-one-definition, verilog-read-decls)
7559 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7560 (verilog-sig-modport, verilog-signals-combine-bus)
7561 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7562 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7563 Suggested by David Rogoff.
7564 (verilog-repair-open-comma): Fix non-insertion of comma when
7565 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
7566 (verilog-make-width-expression): Simplify [A-1:0] expression
7567 widths to just {A{1'b0}}.
7568 (verilog-mode): Cleanup checkdoc warnings.
7569 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7570 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7571 inputs/outputs or data type. Suggested by Vasu Kandadi.
7572 (next-error-last-buffer): Fix byte-compiler warning.
7573 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7574 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7575 or shell command text during AUTO expansion. Suggested by Tad Truex.
7576 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7577 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7578 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7579 in AUTOINOUT. Reported by Matthew Lovell.
7580 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7581 causing use of <= assignments. Reported by Alex Reed.
7582 (verilog-read-decls): Fix triand, trior, wand, wor to be
7583 recognized by AUTOWIRE. Reported by Spencer Isaacson.
7584 (verilog-extended-complete-re): Support import "DPI-C" functions.
7585 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7586 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
7587 (verilog-insert-date, verilog-insert-year)
7588 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7589 Windows systems. Reported by Michael Potts.
7590 (verilog-read-module-name): Fix AUTOINST when the child module
7591 declaration's name is a tick define. Reported by Elliot Mednick.
7592 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7593 passed to next parameter's definition. Reported by Bruce T.
7594 (verilog-read-decls): Fix detecting "parameter int" when using
7595 AUTOINSTPARAM. Reported by Bruce T.
7596 (verilog-goto-defun): Fix goto not finding modules unless first
7597 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
7598 (verilog-mode): Expand -f flag arguments on entry to mode so
7599 verilog-goto-defun will work. Reported by Lawrence Butcher.
7600 (verilog-getopt): Expand environment variables in -f file
7601 arguments. Suggested by Lawrence Butcher.
7602 (verilog-set-define): Fix "Symbol's value as variable is void"
7603 when reading enumerations.
7604 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7605 Suggested by Stephen Peltan.
7606 (verilog-read-defines): Fix reading of enumerations in include
7607 files. Reported by Steve Peltan.
7608
7609 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7610
7611 * files.el (trash-directory): Fix defcustom type.
7612
7613 2009-06-28 Juri Linkov <juri@jurta.org>
7614
7615 * help-fns.el (describe-function-1): Correctly locate adviced
7616 functions in hyperlink (Bug#2438).
7617
7618 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
7619
7620 * files.el (trash-directory): Change default to nil.
7621 (move-file-to-trash): If trash-directory is nil and
7622 system-move-file-to-trash is unbound, perform freedesktop-style
7623 trashing.
7624
7625 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7626
7627 * files.el (move-file-to-trash): Add freedesktop trash
7628 support (Bug#973).
7629
7630 2009-06-28 Glenn Morris <rgm@gnu.org>
7631
7632 * autorevert.el (global-auto-revert-non-file-buffers)
7633 (global-auto-revert-mode): Doc fixes.
7634
7635 2009-06-27 Johan Bockgård <bojohan@gnu.org>
7636
7637 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7638
7639 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
7640
7641 * faces.el (x-handle-named-frame-geometry): Ensure that we have
7642 opened an X connection before calling x-get-resource (Bug#3194).
7643
7644 * play/doctor.el: Remove reference to obsolete website.
7645 (make-doctor-variables): Correct grammar mistake (Bug#2633).
7646
7647 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7648
7649 Remove find-file-not-found-hook VC method. (Bug#2757)
7650 * vc-hooks.el (vc-file-not-found-hook)
7651 (vc-default-find-file-not-found-hook): Remove functions.
7652 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7653 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7654 * vc.el:
7655 * vc-hg.el:
7656 * vc-git.el: Do not mention find-file-not-found-hook VC method.
7657
7658 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7659
7660 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7661 compatibility function for `looking-back'.
7662
7663 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7664 Use `ispell-looking-back'.
7665
7666 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
7667
7668 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7669 rather than `filename'.
7670
7671 2009-06-23 Miles Bader <miles@gnu.org>
7672
7673 * face-remap.el (text-scale-set): New function.
7674
7675 2009-06-23 Glenn Morris <rgm@gnu.org>
7676
7677 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7678
7679 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7680
7681 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7682
7683 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7684
7685 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7686 Simplify Persian conditionals.
7687
7688 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7689 variable `filename'.
7690
7691 * comint.el (comint-insert-input): Doc fix.
7692
7693 * Makefile.in (ELCFILES): Fix typo in previous change.
7694
7695 2009-06-23 Miles Bader <miles@gnu.org>
7696
7697 * cus-start.el: Add entry for `recenter-redisplay'.
7698
7699 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7700
7701 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7702 Add an optional argument for the backend, use it instead of
7703 calling vc-backend.
7704 (vc-mode-line): Add an optional argument for the backend.
7705 Pass the backend to vc-state and vc-working-revision. Move code for
7706 special handling for vc-state being a buffer to ...
7707
7708 * vc-rcs.el (vc-rcs-find-file-hook):
7709 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
7710
7711 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7712 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7713 vc-stay-local-p and vc-mode-line calls.
7714
7715 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7716 (vc-cvs-diff, vc-cvs-annotate-command)
7717 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7718 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7719 vc-mode-line calls.
7720
7721 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7722 direct comparison.
7723 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7724 backend when calling vc-mode-line.
7725 (vc-register): Do not create a closure for calling the vc register
7726 function, call it directly.
7727
7728 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7729
7730 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7731 to make it obvious item can be clicked.
7732
7733 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7734
7735 2009-06-23 Kenichi Handa <handa@m17n.org>
7736
7737 * language/korea-util.el (korean-key-bindings): Change the binding
7738 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
7739 same command.
7740
7741 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
7742
7743 Sync with Tramp 2.1.16.
7744
7745 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7746
7747 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
7748 when a loading of a package fails. Completion function for rsync
7749 is `tramp-completion-function-alist-ssh'.
7750 (all): Replace all calls of `split-string' and
7751 `tramp-split-string' by `tramp-compat-split-string'.
7752 (tramp-default-method): Use `tramp-compat-process-running-p'.
7753 (tramp-default-proxies-alist): Allow also Lisp forms.
7754 (tramp-remote-path): Add choice "Private Directories".
7755 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7756 (tramp-domain-regexp): Allow also "-", "_" and ".".
7757 (tramp-end-of-output): Remove newlines, and add "$" at the end.
7758 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7759 (tramp-debug-message): Insert header line in debug buffer.
7760 (tramp-handle-directory-files-and-attributes-with-stat):
7761 Care about filenames with spaces, or starting with "-".
7762 (tramp-handle-dired-uncache): New defun.
7763 (tramp-handle-insert-directory): Don't flush the directory from
7764 cache, this is handled by `dired-uncache' now.
7765 (tramp-handle-insert-file-contents): Improve error handling.
7766 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7767 Quote `tramp-end-of-output'.
7768 (tramp-action-password): Improve trace message.
7769 (tramp-check-for-regexp): Both echoes must be present, before removing.
7770 (tramp-open-connection-setup-interactive-shell): Trace coding system.
7771 (tramp-compute-multi-hops): Eval cons cells of
7772 `tramp-default-proxies-alist'.
7773 (tramp-maybe-open-connection): Use the same command pattern for
7774 first hop and further hops.
7775 (tramp-wait-for-output): Remove handling of newlines.
7776 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7777 (tramp-split-string): Remove function. It is handled in
7778 tramp-compat now.
7779
7780 * net/tramp-cmds.el (tramp-bug):
7781 Recommend `tramp-cleanup-all-connections' in the bug mail.
7782
7783 * net/tramp-compat.el (tramp-compat-split-string)
7784 (tramp-compat-process-running-p): New defuns.
7785
7786 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7787 for `dired-uncache'.
7788
7789 * net/tramp-gvfs.el: New package.
7790
7791 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7792 Add handler for `dired-uncache'.
7793 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7794
7795 * net/trampver.el: Update release number. Make version check fit
7796 for SXEmacs 22.
7797
7798 2009-06-22 Jim Meyering <meyering@redhat.com>
7799
7800 Automatically handle .xz suffix (XZ-compressed files), too.
7801 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7802 XZ is the successor to LZMA: <http://tukaani.org/xz/>
7803
7804 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
7805 Nick Roberts <nickrob@snap.net.nz>
7806
7807 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7808 repository (http://sphinx.net.ru/hg/gdb-mi/).
7809
7810 2009-06-22 Glenn Morris <rgm@gnu.org>
7811
7812 * files.el (dir-locals-collect-mode-variables): Allow for any number of
7813 `mode' and `eval' entries. (Bug#3430)
7814
7815 * Makefile.in (ELCFILES): Add fadr.elc.
7816
7817 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7818 differing behavior of \n and ^ in strings. (Bug#3385)
7819
7820 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7821
7822 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7823 property.
7824 (lisp-indent-function): Make it a defcustom.
7825
7826 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
7827
7828 * progmodes/gdb-ui.el: Replace with ...
7829 * progmodes/gdb-mi.el: ... this file.
7830 * progmodes/gud.el: Modify for gdb-mi.el.
7831
7832 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
7833
7834 * fadr.el: New file.
7835
7836 See ChangeLog.14 for earlier changes.
7837
7838 ;; Local Variables:
7839 ;; coding: utf-8
7840 ;; End:
7841
7842 Copyright (C) 2009 Free Software Foundation, Inc.
7843
7844 This file is part of GNU Emacs.
7845
7846 GNU Emacs is free software: you can redistribute it and/or modify
7847 it under the terms of the GNU General Public License as published by
7848 the Free Software Foundation, either version 3 of the License, or
7849 (at your option) any later version.
7850
7851 GNU Emacs is distributed in the hope that it will be useful,
7852 but WITHOUT ANY WARRANTY; without even the implied warranty of
7853 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7854 GNU General Public License for more details.
7855
7856 You should have received a copy of the GNU General Public License
7857 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7858
7859 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1