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