]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
e85fa58d360e8c344af4772f4a3b87885574c686
[gnu-emacs] / lisp / ChangeLog
1 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Provide a simple generic indentation engine and use it for Prolog.
4 * emacs-lisp/smie.el: New file.
5 * progmodes/prolog.el (prolog-smie-op-levels)
6 (prolog-smie-indent-rules): New var.
7 (prolog-mode-variables): Use them to configure SMIE.
8 (prolog-indent-line, prolog-indent-level): Remove.
9
10 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11
12 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
13 order before computing the averages.
14
15 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
16
17 * calc/calc-vec.el (calc-histogram):
18 (calcFunc-histogram): Allow vectors as inputs.
19 (math-vector-avg): New function.
20
21 * calc/calc-ext.el (math-group-float): Have the number of digits
22 being grouped depend on the radix (Bug#6189).
23
24 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
25
26 * version.el (emacs-copyright, emacs-version): Don't define here,
27 now that emacs.c defines it.
28
29 2010-05-15 Eli Zaretskii <eliz@gnu.org>
30
31 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
32 "Describe Language Environment" menu item.
33
34 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
35
36 Bidi-sensitive movement with arrow keys.
37 * subr.el (right-arrow-command, left-arrow-command): New functions.
38
39 * bindings.el (global-map): Bind them to right and left arrow keys.
40
41 Don't override standard definition of convert-standard-filename.
42 * files.el (convert-standard-filename): Call
43 w32-convert-standard-filename and dos-convert-standard-filename on
44 the corresponding systems.
45
46 * w32-fns.el (w32-convert-standard-filename): Rename from
47 convert-standard-filename. Doc fix.
48
49 * dos-fns.el (dos-convert-standard-filename): Doc fix.
50 (convert-standard-filename): Don't defalias.
51 (register-name-alist, make-register, register-value)
52 (set-register-value, intdos): Obsolete aliases for the
53 corresponding dos-* functions and variables.
54 (dos-intdos): Add a doc string.
55
56 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
57
58 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
59 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
60 (math-compose-tex-func):
61 * calc/calccomp.el (math-compose-expr):
62 * calc/calc-ext.el (math-format-flat-expr-fancy):
63 * calc/calc-store.el (calc-read-var-name):
64 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
65
66 * calc/calc.el (var-π, var-φ, var-γ): New variables.
67 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
68 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
69 (math-standard-units): Add units.
70
71 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * progmodes/asm-mode.el (asm-mode):
74 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
75
76 * pcomplete.el (pcomplete-completions-at-point): New function,
77 extracted from pcomplete-std-complete.
78 (pcomplete-std-complete): Use it.
79
80 2010-05-15 Glenn Morris <rgm@gnu.org>
81
82 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
83 Remove references to CVS, RCS and Old directories.
84
85 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
86
87 * calc/calc-bin.el (math-format-twos-complement): Group digits when
88 appropriate.
89
90 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
93 (sh-mode-syntax-table): Give it a default value instead.
94 (sh-header-marker): Make buffer-local.
95 (sh-mode): Move make-local-variable to the corresponding setq.
96 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
97 Use complete-with-action.
98
99 * simple.el (prog-mode): New (abstract) major mode.
100 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
101 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
102
103 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
104
105 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
106 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
107 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
108 (sql-make-alternate-buffer-name, sql-placeholders-filter)
109 (sql-escape-newlines-filter, sql-input-sender)
110 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
111
112 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
113
114 Add TeX open-block and close-block keybindings to SGML, and vice
115 versa.
116
117 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
118 latex-open-block and C-c / to latex-close-block.
119
120 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
121 and C-c C-e to sgml-close-tag.
122
123 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
124
125 * net/tramp.el (with-progress-reporter): Create reporter object
126 only when the message would be displayed. Handled nested calls.
127 (tramp-handle-load, tramp-handle-file-local-copy)
128 (tramp-handle-insert-file-contents, tramp-handle-write-region)
129 (tramp-maybe-send-script, tramp-find-shell):
130 Use `with-progress-reporter'.
131 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
132 Fix message text.
133
134 * net/tramp-smb.el (tramp-smb-handle-copy-file)
135 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
136 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
137 Use `with-progress-reporter'.
138
139 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
140
141 * ispell.el (ispell-init-process): Do not kill ispell process
142 everytime when spellchecking from the minibuffer (bug#6143).
143
144 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
147
148 * dos-fns.el: Add "dos-" prefix for namespace control.
149 (convert-standard-filename): Define as alias for
150 dos-convert-standard-filename but only if applicable.
151
152 2010-05-12 Alan Mackenzie <acm@muc.de>
153
154 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
155 Push the mark at the start of these functions when appropriate.
156
157 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * minibuffer.el (completion-cycle-threshold): New custom var.
160 (completion--do-completion): Use it.
161 (minibuffer-complete): Use cycling if appropriate.
162
163 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
164
165 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
166 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
167
168 2010-05-11 Juri Linkov <juri@jurta.org>
169
170 * scroll-all.el (scroll-all-check-to-scroll):
171 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
172
173 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * iimage.el (iimage-mode-map): Move initialization into declaration.
176 (iimage-mode-buffer): Use with-silent-modifications.
177 Simplify calling convention. Adjust callers.
178 (iimage-mode): Don't run hook redundantly.
179
180 * minibuffer.el (completion-pcm--pattern->regex):
181 Fix last change (bug#6160).
182
183 2010-05-10 Juri Linkov <juri@jurta.org>
184
185 Remove nodes visited during Isearch from the Info history.
186 * info.el (Info-isearch-initial-history)
187 (Info-isearch-initial-history-list): New variables.
188 (Info-isearch-start): Record initial values of
189 Info-isearch-initial-history and Info-isearch-initial-history-list.
190 Add Info-isearch-end to isearch-mode-end-hook.
191 (Info-isearch-end): New function.
192
193 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
194
195 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
196 format string, in order to work around a bug in pdksh.
197 Reported by Gilles Pion <gpion@lfdj.com>.
198 (tramp-handle-verify-visited-file-modtime): Do not send a command
199 when the connection is not established.
200 (tramp-handle-set-file-times): Simplify the check for utc.
201
202 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
203
204 Fix use of `filter-buffer-substring' (rework previous change).
205 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
206 (cua-repeat-replace-region):
207 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
208 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
209 (cua-cut-region-to-global-mark): Use it.
210
211 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
212
213 * progmodes/sql.el: Version 2.1.
214 (sql-product-alist): Redesign structure of product info.
215 (sql-product, sql-user, sql-server, sql-database): Safe variables.
216 (sql-port, sql-port-history): New variables.
217 (sql-interactive-product): New variable.
218 (sql-send-terminator): New variable.
219 (sql-imenu-generic-expression): Add "Types" imenu entry.
220 (sql-oracle-login-params, sql-sqlite-login-params)
221 (sql-mysql-login-params, sql-solid-login-params)
222 (sql-sybase-login-params, sql-informix-login-params)
223 (sql-ingres-login-params, sql-ms-login-params)
224 (sql-postgres-login-params, sql-interbase-login-params)
225 (sql-db2-login-params, sql-linter-login-params)
226 (sql-oracle-scan-on): New variables.
227 (sql-mode-map): Add C-c C-i to start interactive mode.
228 (sql-mode-menu): Update existing menu entries.
229 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
230 (sql-mode-oracle-font-lock-keywords)
231 (sql-mode-postgres-font-lock-keywords)
232 (sql-mode-ms-font-lock-keywords)
233 (sql-mode-sybase-font-lock-keywords)
234 (sql-mode-informix-font-lock-keywords)
235 (sql-mode-interbase-font-lock-keywords)
236 (sql-mode-ingres-font-lock-keywords)
237 (sql-mode-solid-font-lock-keywords)
238 (sql-mode-mysql-font-lock-keywords)
239 (sql-mode-sqlite-font-lock-keywords)
240 (sql-mode-db2-font-lock-keywords)
241 (sql-mode-linter-font-lock-keywords): Update initialization to
242 reduce run-time complexity.
243 (sql-add-product, sql-del-product): New functions.
244 (sql-set-product-feature, sql-get-product-feature): New functions.
245 (sql-product-font-lock): Update product API.
246 (sql-add-product-keywords): New function.
247 (sql-highlight-product): Update product API.
248 (sql-help-list-products): New function.
249 (sql-help): Dynamically lists free and non-free products.
250 (sql-get-login): Correct bug in handling history and added
251 prompt for port.
252 (sql-copy-column): Copy without properties.
253 (sqli-input-sender): Apply filters to SQLi input.
254 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
255 Implement as a filter.
256 (sql-escape-newlines-filter): Implement as a filter.
257 (sql-remove-tabs-filter): New function.
258 (sql-send-magic-terminator): New function.
259 (sql-send-string): Implement magic terminator.
260 (sql-send-region): Use `sql-send-string'.
261 (sql-interactive-mode): Use product API.
262 (sql-product-interactive): Use product API.
263 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
264 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
265 (sql-db2, sql-linter): Use `sql-product-interactive'.
266 (sql-connect): New function.
267 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
268 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
269 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
270 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
271 Use `sql-connect'.
272
273 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
276 New custom variable.
277 (completion-pcm--string->pattern): Use it.
278 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
279 Make it handle any symbol as `any'.
280 (completion-pcm--merge-completions): Extract common suffix for the new
281 `prefix' symbol as well.
282 (completion-substring--all-completions): Use the new `prefix' symbol.
283
284 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
285
286 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
287 not bound.
288 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
289 (tramp-compat-funcall): New defmacro.
290 (tramp-compat-line-beginning-position)
291 (tramp-compat-line-end-position)
292 (tramp-compat-temporary-file-directory)
293 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
294 (tramp-compat-copy-file, tramp-compat-copy-directory)
295 (tramp-compat-delete-file, tramp-compat-delete-directory)
296 (tramp-compat-number-sequence, tramp-compat-process-running-p)
297 * net/tramp.el (top, with-progress-reporter)
298 (tramp-rfn-eshadow-setup-minibuffer)
299 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
300 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
301 (tramp-completion-mode-p, tramp-check-for-regexp)
302 (tramp-open-connection-setup-interactive-shell)
303 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
304 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
305 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
306 * net/tramp-cmds.el (tramp-cleanup-all-connections)
307 (tramp-reporter-dump-variable, tramp-load-report-modules)
308 (tramp-append-tramp-buffers)
309 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
310
311 * net/tramp-imap.el (top): Autoload `epg-make-context'.
312
313 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * progmodes/compile.el (compilation-buffer-modtime): Rename from
316 buffer-modtime. Adjust users.
317
318 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
319
320 * international/mule.el (auto-coding-alist): Only purecopy
321 car of each item, not the whole list (Bug#6083).
322
323 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
324
325 * progmodes/js.el (js-mode): Make paragraph variables local before
326 calling c-setup-paragraph-variables (Bug#6071).
327
328 2010-05-08 Eli Zaretskii <eliz@gnu.org>
329
330 * composite.el (compose-region, reference-point-alist): Fix typos
331 in the doc strings.
332
333 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
334
335 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
336 gnuplot's "set" command.
337
338 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
339
340 * abbrev.el (last-abbrev-text): Doc fix.
341 (abbrev-prefix-mark): Don't escape parenthesis.
342
343 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
344
345 * composite.el (find-composition): Doc fix.
346
347 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
348
349 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
350 (sql-oracle-program, sql-sqlite-options)
351 (sql-query-placeholders-and-send): Doc fixes.
352 (sql-set-product, sql-interactive-mode): Reflow docstrings.
353 (sql-imenu-generic-expression, sql-buffer)
354 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
355 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
356 (sql-mode-sybase-font-lock-keywords)
357 (sql-mode-informix-font-lock-keywords)
358 (sql-mode-interbase-font-lock-keywords)
359 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
360 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
361 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
362 (sql-product-feature, sql-highlight-product)
363 (comint-line-beginning-position, sql-rename-buffer)
364 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
365 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
366 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
367 Fix typos in docstrings.
368
369 2010-05-08 Juri Linkov <juri@jurta.org>
370
371 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
372 property instead of `invisible' and `after-string' (bug#5998).
373
374 2010-05-08 Juri Linkov <juri@jurta.org>
375
376 * image-mode.el (image-mode-as-text): Fix typo in docstring.
377
378 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
379
380 * filecache.el (file-cache-add-directory-list)
381 (file-cache-add-directory-recursively): Fix typos in docstrings.
382
383 2010-05-08 Kenichi Handa <handa@m17n.org>
384
385 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
386 (gujarati-composable-pattern): Fix typo.
387
388 2010-05-08 Kenichi Handa <handa@m17n.org>
389
390 * language/indian.el (oriya-composable-pattern)
391 (tamil-composable-pattern, malayalam-composable-pattern):
392 Add two-part vowels to "v" (vowel sign).
393
394 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
395
396 * files.el (copy-directory): Handle symlinks (Bug#5982).
397
398 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
399
400 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
401 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
402 (Bug#5846).
403
404 2010-05-08 Glenn Morris <rgm@gnu.org>
405
406 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
407
408 * minibuffer.el (completion-at-point): Doc fix.
409
410 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * electric.el (Electric-command-loop): Minor tweak.
413
414 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
415 better with dedicated windows.
416
417 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
418
419 * Version 23.2 released.
420
421 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
422 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 Highlight vendor specific properties.
425 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
426 (css-proprietary-property): New face.
427 (css-font-lock-keywords): Use them.
428
429 2010-05-07 Eli Zaretskii <eliz@gnu.org>
430
431 * cus-start.el (all): Add native condition for tool-bar-* symbols.
432
433 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
436 * files.el (auto-mode-alist): Remove redundant entries.
437
438 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
439 * simple.el (auto-save-mode): Move from files.el.
440 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
441
442 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
443
444 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
445
446 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
447
448 * mail/binhex.el (binhex-decode-region-internal)
449 * mail/uudecode.el (uudecode-decode-region-internal)
450 * net/dns.el (dns-read-string-name, dns-write, dns-read)
451 (dns-read-type, dns-query)
452 * pgg-parse.el (pgg-parse-armor)
453 * pgg.el (pgg-verify-region)
454 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
455 XEmacs.
456
457 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
458
459 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
460
461 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
462
463 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
464 * emulation/cua-base.el (cua-repeat-replace-region):
465 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
466 (cua-cut-region-to-global-mark):
467 Remove text properties with `set-text-properties'.
468
469 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
470
471 * net/tramp.el (top, with-progress-reporter):
472 Use `symbol-function' inside `funcall'.
473
474 * net/tramp-compat.el (tramp-compat-file-attributes)
475 (tramp-compat-delete-file, tramp-compat-delete-directory):
476 Handle only `wrong-number-of-arguments' error.
477
478 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
479 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
480 inside `funcall'.
481
482 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * minibuffer.el (completion--sreverse, completion--common-suffix):
485 New functions.
486 (completion-pcm--merge-completions): Extract common suffix when safe.
487
488 * emacs-lisp/easy-mmode.el (define-minor-mode):
489 Make :variable more flexible.
490 * files.el (auto-save-mode): Use it to define using define-minor-mode.
491
492 2010-05-05 Juri Linkov <juri@jurta.org>
493
494 Add `slow' and `history' tags to the desktop data.
495
496 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
497 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
498 (Info-finder-find-node): Require `finder.el' to be able
499 to restore node from the desktop.
500 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
501 data `Info-history' and `slow' tag in the assoc list.
502 (Info-restore-desktop-buffer): Don't restore nodes with the
503 `slow' tag. Restore `Info-history'.
504
505 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
506
507 Add FORCE argument to `delete-file'.
508
509 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
510 forcing to delete the temporary file.
511 (ange-ftp-delete-file): Add FORCE arg.
512 (ange-ftp-rename-remote-to-remote)
513 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
514 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
515 Force file deletion.
516
517 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
518
519 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
520 (tramp-handle-make-symbolic-link, tramp-handle-load)
521 (tramp-do-copy-or-rename-file-via-buffer)
522 (tramp-do-copy-or-rename-file-directly)
523 (tramp-do-copy-or-rename-file-out-of-band)
524 (tramp-handle-process-file, tramp-handle-call-process-region)
525 (tramp-handle-shell-command, tramp-handle-file-local-copy)
526 (tramp-handle-insert-file-contents, tramp-handle-write-region)
527 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
528
529 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
530 (tramp-fish-handle-make-symbolic-link)
531 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
532
533 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
534 Use `tramp-compat-delete-file'.
535
536 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
537 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
538
539 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
540 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
541
542 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
543 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
544 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
545 `tramp-compat-delete-file'.
546
547 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 Minor cleanups.
550 * subr.el (add-minor-mode): Use push.
551 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
552 * emulation/edt.el (edt-select-mode): Simplify.
553
554 Use define-minor-mode in more cases.
555 * term/tvi970.el (tvi970-set-keypad-mode):
556 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
557 (normal-erase-is-backspace-mode):
558 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
559 (set-scroll-bar-mode-1): (Re)move to its sole caller.
560 (get-scroll-bar-mode): New function.
561 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
562
563 Use define-minor-mode for less obvious cases.
564 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
565 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
566 * international/iso-ascii.el (iso-ascii-mode):
567 * frame.el (auto-raise-mode, auto-lower-mode):
568 * composite.el (global-auto-composition-mode): Use define-minor-mode.
569
570 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
571
572 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
573 in order to see error messages for failed logins.
574
575 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
576
577 * diff.el (diff-sentinel):
578
579 * epg.el (epg--make-temp-file, epg-decrypt-string)
580 (epg-verify-string, epg-sign-string, epg-encrypt-string):
581
582 * jka-compr.el (jka-compr-partial-uncompress)
583 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
584
585 * server.el (server-sentinel): Use delete-file's new FORCE arg
586 (Bug#6070).
587
588 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 Use define-minor-mode where applicable.
591 * view.el (view-mode):
592 * type-break.el (type-break-query-mode)
593 (type-break-mode-line-message-mode):
594 * textmodes/reftex.el (reftex-mode):
595 * term/vt100.el (vt100-wide-mode):
596 * tar-mode.el (tar-subfile-mode):
597 * savehist.el (savehist-mode):
598 * ibuf-ext.el (ibuffer-auto-mode):
599 * composite.el (auto-composition-mode):
600 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
601 Use define-minor-mode.
602 (vhdl-mode): Use static mode-line format.
603 (vhdl-mode-line-update): Delete.
604 (vhdl-create-mode-menu, vhdl-activate-customizations)
605 (vhdl-hs-minor-mode): Don't bother calling it.
606
607 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * simple.el (with-wrapper-hook): Move.
610 (buffer-substring-filters): Mark obsolete.
611 (filter-buffer-substring-functions): New variable.
612 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
613
614 Use a mode-line spec rather than a static string in Semantic.
615 * cedet/semantic/util-modes.el:
616 (semantic-minor-modes-format): New var to replace...
617 (semantic-minor-modes-status): Remove.
618 (semantic-mode-line-update): Construct a mode-line spec rather than
619 a static string so that mouse buttons can be used on individual minor
620 modes and so that semantic-mode-line-update only needs to be called
621 when global settings are changed.
622 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
623 Call semantic-mode-line-update.
624 (semantic-toggle-minor-mode-globally): Don't assume mode is on
625 minor-mode-alist, check semantic-minor-mode-alist as well.
626 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
627 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
628 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
629 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
630 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
631 (define-semantic-idle-service, semantic-idle-summary-mode):
632 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
633 Don't call semantic-mode-line-update any more.
634
635 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 Use define-minor-mode in CEDET where applicable.
638
639 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
640 Use define-minor-mode.
641
642 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
643 Remove unused arg `keymap' and code redundant with define-minor-mode.
644 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
645 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
646 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
647 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
648 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
649 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
650 Use define-minor-mode.
651 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
652 (semantic-show-unmatched-syntax-mode-setup)
653 (semantic-show-parser-state-mode-setup)
654 (semantic-highlight-func-mode-setup): Inline into sole caller.
655
656 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
657 (semantic-mru-bookmark-mode): Use define-minor-mode.
658 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
659
660 * cedet/semantic/idle.el (define-semantic-idle-service):
661 Use define-minor-mode and inline setup function into its sole caller.
662 (semantic-idle-scheduler-mode-setup)
663 (semantic-idle-summary-mode-setup): Inline into sole caller.
664 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
665 Use define-minor-mode.
666
667 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
668 (semantic-decoration-mode): Use define-minor-mode.
669 (semantic-decoration-mode-setup): Inline into sole caller.
670
671 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
672 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
673 (ede-dired-add-to-target): Use dolist.
674
675 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
676 Michael Albinus <michael.albinus@gmx.de>
677
678 Implement compression for inline methods.
679
680 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
681 (tramp-copy-size-limit): Allow also nil.
682 (tramp-inline-compress-commands): New defconst.
683 (tramp-find-inline-compress, tramp-get-inline-compress)
684 (tramp-get-inline-coding): New defuns.
685 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
686 replaced by `tramp-get-inline-coding'.
687 (tramp-handle-file-local-copy, tramp-handle-write-region)
688 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
689
690 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
693 Remove unused functions.
694
695 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
696 Set find-tag-default-function as a variable rather than a property.
697
698 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
699 * progmodes/etags.el (tags-completion-at-point-function):
700 Remove left over interactive spec. Add autoloading stub.
701 (complete-tag): Use tags-completion-at-point-function.
702
703 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
704
705 * minibuffer.el (tags-completion-at-point-function): Fix return value.
706
707 2010-04-30 Eli Zaretskii <eliz@gnu.org>
708
709 * composite.el (compose-region, reference-point-alist): Fix typos
710 in the doc strings.
711
712 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
713
714 * ido.el (ido-init-completion-maps): Remove C-v binding.
715 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
716
717 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
718
719 * minibuffer.el (tags-completion-at-point-function): New function.
720 (completion-at-point-functions): Use it.
721
722 * cedet/semantic.el (semantic-completion-at-point-function): New function.
723 (semantic-mode): Use semantic-completion-at-point-function for
724 completion-at-point-functions instead.
725
726 * progmodes/etags.el (complete-tag): Revert last change.
727
728 2010-04-29 Alan Mackenzie <acm@muc.de>
729
730 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
731 off-by-one error (in end of macro position).
732
733 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
736 firefox is absent. Don't autoload.
737 (browse-url-galeon-program): Don't autoload.
738
739 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
740
741 * bindings.el (complete-symbol): Move into minibuffer.el.
742
743 * minibuffer.el (complete-tag): Move from etags.el. If tags
744 completion cannot be performed, return nil instead of signalling
745 an error.
746 (completion-at-point): Make it an alias for complete-symbol.
747 (complete-symbol): Move from bindings.el, and replace with the
748 body of completion-at-point.
749
750 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
751
752 * cedet/semantic.el (semantic-mode): When enabled, add
753 semantic-ia-complete-symbol to completion-at-point-functions.
754
755 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
756 if Semantic is not active.
757
758 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
759
760 * net/tramp.el (tramp-remote-selinux-p): New defun.
761 (tramp-handle-file-selinux-context)
762 (tramp-handle-set-file-selinux-context): Use it.
763
764 2010-04-28 Sam Steingold <sds@gnu.org>
765
766 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
767 `safe-local-variable' if the value is a string or a symbol with
768 the property `bug-reference-url-format'.
769
770 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
771
772 * progmodes/bug-reference.el (bug-reference-url-format): Revert
773 2010-04-27 change due to security risk.
774
775 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 Make it possible to locally disable a globally enabled mode.
778 * simple.el (fundamental-mode): Run fundamental-mode-hook.
779 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
780 rather than kill-all-local-variables so it runs fundamental-mode-hook.
781 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
782 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
783 that subsequent hooks get a chance to disable it.
784
785 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
788 Avoid re-enabling a minor mode after the user turned the minor mode
789 off if MODE-enable-in-buffers is run twice (typically once from
790 fundamental-mode's after-change-major-mode-hook and a second time from
791 run-mode-hook's own after-change-major-mode-hook).
792
793 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
794
795 2010-04-27 Sam Steingold <sds@gnu.org>
796
797 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
798 `safe-local-variable' if the value is a string or a function, as
799 documented and implemented on 2010-04-02.
800
801 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
802
803 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
804 when method is 'kill.
805
806 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
807
808 * ispell.el (ispell-init-process): Fix personal dictionary condition
809 in default directory check.
810 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
811 Kill ispell process when killing its associated buffer.
812
813 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
814
815 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
816 but we aren't using it.
817
818 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
819
820 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
821 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
822
823 2010-04-24 Glenn Morris <rgm@gnu.org>
824
825 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
826 Ignore VCS-ignore files, and deleted nextstep preferences files.
827 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
828 (authors-ambiguous-files): New list.
829 (authors-valid-file-names): Add some deleted files.
830 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
831 (authors-disambiguate-file-name): New function. (Bug#5501)
832 (authors-canonical-file-name): Doc fix.
833 Don't warn about obsolete files.
834 (authors-canonical-file-name, authors-scan-el):
835 Use authors-disambiguate-file-name.
836
837 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
838 Add autoload cookies.
839 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
840 (generated-autoload-file): Set file-local value to "htmlfontify.el".
841 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
842 They have definitions / compiler macros in cl.el.
843 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
844 Replace manual autoloads with generated ones.
845 (htmlfontify-unload-rgb-file): Remove autoload.
846 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
847
848 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
851 (byte-compile-setq-default): Optimize for the
852 single-var case and don't call byte-compile-form in this case to avoid
853 inf-loop with byte-compile-set-default.
854
855 * progmodes/compile.el (compilation-start): Abbreviate default directory.
856
857 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
858
859 Implement SELINUX backends.
860
861 * net/tramp.el (tramp-file-name-handler-alist):
862 Add `file-selinux-context' and `set-file-selinux-context'.
863 (tramp-handle-file-selinux-context)
864 (tramp-handle-set-file-selinux-context): New defuns.
865 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
866 Handle PRESERVE-SELINUX-CONTEXT.
867
868 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
869 Add `file-selinux-context' and `set-file-selinux-context'.
870 (tramp-gvfs-handle-file-selinux-context)
871 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
872 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
873
874 * net/ange-ftp.el (ange-ftp-copy-file):
875 * net/tramp-fish.el (tramp-fish-handle-copy-file):
876 * net/tramp-imap.el (tramp-imap-handle-copy-file):
877 * net/tramp-smb.el (tramp-smb-handle-copy-file):
878 Add PRESERVE-SELINUX-CONTEXT.
879
880 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
881
882 Synchronize with Tramp repository.
883
884 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
885 (tramp-action-process-alive, tramp-action-out-of-band)
886 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
887 (tramp-exists-file-name-handler): Fix docstring.
888 (with-progress-reporter): New defmacro.
889 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
890 (tramp-maybe-open-connection): Use it.
891
892 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
893
894 Detect ssh 'ControlMaster' argument automatically in some cases.
895
896 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
897 (tramp-default-method): Use it.
898
899 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
900
901 * net/tramp.el (tramp-handle-copy-file): Add new optional
902 parameter `preserve-selinux-context'.
903 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
904
905 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
906
907 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
908 Ensure, that non remote files are still checked. Oops.
909
910 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
911
912 Fix Bug#5840.
913
914 * icomplete.el (icomplete-completions): Use `non-essential'.
915
916 * net/tramp.el (tramp-connectable-p): New defun.
917 (tramp-handle-expand-file-name)
918 (tramp-completion-handle-file-name-all-completions)
919 (tramp-completion-handle-file-name-completion): Use it.
920
921 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
924
925 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
926
927 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
928
929 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
930
931 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
932 is present.
933
934 * info.el (info-tool-bar-map): Add labels.
935
936 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
937
938 * cus-edit.el (custom-commands): Add labels for tool bar.
939 (custom-buffer-create-internal, Custom-mode): Adjust for
940 labels in custom-commands.
941
942 * dynamic-setting.el: Renamed from font-setting.el.
943
944 2010-04-21 John Wiegley <jwiegley@gmail.com>
945
946 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
947 toggles the use of virtual buffers.
948 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
949 value.
950 (ido-toggle-virtual-buffers): New function.
951
952 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
953
954 Use `define-derived-mode'; fix window selection; doc fixes.
955 * play/tetris.el (tetris, tetris-update-speed-function)
956 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
957 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
958 (tetris-rotate-next, tetris-end-game, tetris-start-game)
959 (tetris-pause-game): Fix typos in docstrings.
960 (tetris-mode-map, tetris-null-map):
961 Move initialization into declaration.
962 (tetris-mode): Define with `define-derived-mode';
963 set show-trailing-whitespace to nil.
964 (tetris): Prefer window already displaying the "*Tetris*" buffer.
965
966 2010-04-21 Karel Klíč <kklic@redhat.com>
967
968 * files.el (backup-buffer): Handle SELinux context, and return it
969 if a backup was made by renaming.
970 (backup-buffer-copy): Set SELinux context to the target file.
971 (basic-save-buffer): Set SELinux context of the newly written file.
972 (basic-save-buffer-1): Now it also returns any SELinux context.
973 (basic-save-buffer-2): Set SELinux context of the newly created file,
974 and return it.
975 * net/tramp.el (tramp-file-name-for-operation):
976 Add file-selinux-context.
977
978 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 Make the log-edit comments use RFC822 format throughout.
981
982 * vc.el (vc-checkin, vc-modify-change-comment):
983 Adjust to new vc-start/finish-logentry.
984 (vc-find-conflicted-file): New command.
985 (vc-transfer-file): Adjust to new vc-checkin.
986 (vc-next-action): Improve scoping.
987
988 * vc-hg.el (vc-hg-log-edit-mode): Remove.
989 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
990
991 * vc-git.el (vc-git-log-edit-mode): Remove.
992 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
993 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
994
995 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
996 (vc-start-logentry): Remove argument `extra'.
997 (vc-finish-logentry): Remove extra args.
998
999 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1000 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1001 (vc-bzr-conflicted-files): New function.
1002
1003 * log-edit.el (log-edit-extra-flags)
1004 (log-edit-before-checkin-process): Remove.
1005 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1006 (log-edit-headers-alist): New var.
1007 (log-edit-header-contents-regexp): New const.
1008 (log-edit-match-to-eoh): New function.
1009 (log-edit-font-lock-keywords): Use them.
1010 (log-edit): Insert a "Summary:" header as default.
1011 (log-edit-mode): Mark font-lock rules as case-insensitive.
1012 (log-edit-done): Cleanup headers.
1013 (log-view-process-buffer): Remove.
1014 (log-edit-extract-headers): New function to replace it.
1015
1016 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1017
1018 * subr.el (default-direction-reversed): Remove obsolescence info.
1019
1020 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1023 windows/frames.
1024
1025 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1026 I.e. include text after point in the completion region.
1027 Also, return nil when we're not after/in a symbol.
1028
1029 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1030 default enable-multibyte-characters.
1031
1032 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * international/mule.el: Help the user choose a valid coding-system.
1035 (read-buffer-file-coding-system): New function.
1036 (set-buffer-file-coding-system): Use it. Prompt the user if the
1037 coding-system cannot encode all the chars.
1038
1039 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1040 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1041 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1042 Don't use *vc-bzr-shelve*.
1043
1044 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1047 Don't destroy list before using it.
1048
1049 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
1050
1051 Fix the version number for added files.
1052 * vc-hg.el (vc-hg-working-revision): Check if the file is
1053 registered after hg parent fails (Bug#5961).
1054
1055 2010-04-19 Glenn Morris <rgm@gnu.org>
1056
1057 * htmlfontify.el (htmlfontify-buffer)
1058 (htmlfontify-copy-and-link-dir): Autoload entry points.
1059
1060 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
1061
1062 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1063 name relative to the project root (Bug#5960).
1064
1065 2010-04-19 Glenn Morris <rgm@gnu.org>
1066
1067 * vc-git.el (vc-git-print-log): Doc fix.
1068
1069 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
1070
1071 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1072
1073 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
1074
1075 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1076 default settings (Bug#5928).
1077
1078 2010-04-19 Glenn Morris <rgm@gnu.org>
1079
1080 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1081 New function.
1082 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1083
1084 2010-04-19 Kenichi Handa <handa@m17n.org>
1085
1086 * language/indian.el (malayalam-composable-pattern): Fix previous
1087 change (add U+0D4D "SIGN VIRAMA").
1088 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1089 (tamil-composable-pattern): Fix typo in the regexp.
1090 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1091 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1092 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1093
1094 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1097 paragraph-separate (Bug#5821).
1098
1099 2010-04-19 Juri Linkov <juri@jurta.org>
1100
1101 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1102
1103 * info.el (Info-find-node-2): Comment out code that skips
1104 breadcrumbs line.
1105 (Info-mouse-follow-link): New command.
1106 (Info-link-keymap): New keymap.
1107 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1108 Return a string with links instead of inserting breadcrumbs
1109 to the Info buffer.
1110 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1111 Instead of putting the `invisible' text property over the Info
1112 header, make an overlay over the Info header with the `invisible'
1113 property and `after-string' set to the string returned by
1114 `Info-breadcrumbs'.
1115
1116 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1119 Reported by monkey@sandpframing.com.
1120
1121 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1124 (tmm-get-keymap): Add key-binding shortcuts now that they're not
1125 available in the "keyseq cache" any more.
1126
1127 * custom.el (defcustom): Add edebug spec.
1128
1129 2010-04-18 Juri Linkov <juri@jurta.org>
1130
1131 Test for special mode-class in view-buffer instead of view-file (bug#5513).
1132
1133 * view.el (view-file, view-buffer): Move test for special mode-class
1134 from view-file to view-buffer.
1135
1136 * tar-mode.el (tar-extract): Turn if's into one cond
1137 like in arc-mode.el.
1138
1139 2010-04-18 Juri Linkov <juri@jurta.org>
1140
1141 Add 7z archive format support (bug#5475).
1142
1143 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1144 (archive-7z-extract): New defcustom.
1145 (archive-find-type): Add magic string for 7z.
1146 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1147 If `stderr-file' is non-nil, use `(t stderr-file)' for the
1148 `buffer' arg of `call-process'.
1149 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1150 call the function `archive-7z-extract' with the variable
1151 `archive-7z-extract' let-bound to `archive-zip-extract'.
1152 (archive-7z-summarize, archive-7z-extract): New functions.
1153
1154 * international/mule.el (auto-coding-alist):
1155 * files.el (auto-mode-alist): Add 7z file extension.
1156
1157 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * loadup.el: Setup hash-cons for pure data.
1160
1161 Fix duplicate entries in cedet's loaddefs.el files.
1162 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1163 Should make most file-local generated-autoload-file unnecessary.
1164 (print-readably): Silence warnings.
1165 (autoload-find-destination): Take load-name as an arg to make sure
1166 it's the same as the one that will be in the file.
1167 (autoload-generate-file-autoloads): Adjust to above changes.
1168 Try to make the dataflow a bit simpler.
1169
1170 * cvs-status.el (cvs-refontify): Remove unused.
1171
1172 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1173
1174 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1175
1176 * calc-bin.el (calc-radix): Have the "O" option turn on
1177 twos-complement mode.
1178
1179 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
1180
1181 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1182 Add `calc-option-prefix-help' to calc-help autoloads.
1183 (calc-inverse): Add "Option" to message, as appropriate.
1184 (calc-hyperbolic): Add "Option" to message, as appropriate.
1185 (calc-option, calc-is-option): New functions.
1186
1187 * calc-help.el (calc-full-help): Add `calc-option-help'.
1188 (calc-option-prefix-help): New function.
1189
1190 * calc-misc.el (calc-help): Add "Option" entry.
1191
1192 * calc.el (calc-local-var-list): Add `calc-option-flag'.
1193 (calc-option-flag): New variable.
1194 (calc-do): Set `calc-option-flag to nil.
1195 (calc-set-mode-line): Add "Opt " as appropriate.
1196
1197 2010-04-16 Juri Linkov <juri@jurta.org>
1198
1199 Move scrolling commands from simple.el to window.el
1200 because their primitives are implemented in window.c.
1201
1202 * simple.el (scroll-error-top-bottom)
1203 (scroll-up-command, scroll-down-command, scroll-up-line)
1204 (scroll-down-line, scroll-other-window-down)
1205 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1206 * window.el (scroll-error-top-bottom)
1207 (scroll-up-command, scroll-down-command, scroll-up-line)
1208 (scroll-down-line, scroll-other-window-down)
1209 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1210 Move from simple.el to window.el because their primitives are
1211 implemented in window.c.
1212
1213 2010-04-16 Juri Linkov <juri@jurta.org>
1214
1215 * isearch.el (isearch-lookup-scroll-key): Check both
1216 `isearch-scroll' and `scroll-command' properties.
1217 (scroll-up, scroll-down): Remove `isearch-scroll' property.
1218
1219 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1220
1221 * simple.el (scroll-up-command, scroll-down-command)
1222 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1223
1224 2010-04-15 Juri Linkov <juri@jurta.org>
1225
1226 * simple.el (scroll-up-command, scroll-down-command)
1227 (scroll-up-line, scroll-down-line): Put `scroll-command'
1228 property on the these symbols. Remove them from
1229 `scroll-preserve-screen-position-commands'.
1230
1231 * mwheel.el (mwheel-scroll): Put `scroll-command' and
1232 `isearch-scroll' properties on the `mwheel-scroll' symbol.
1233 Remove it from `scroll-preserve-screen-position-commands'.
1234
1235 * isearch.el (isearch-allow-scroll): Doc fix.
1236
1237 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
1238
1239 * net/tramp.el (tramp-error-with-buffer): Don't show the
1240 connection buffer when we are in completion mode.
1241 (tramp-file-name-handler): Catch the error for some operations
1242 when we are in completion mode. This gives the user the chance to
1243 correct the file name in the minibuffer.
1244
1245 2010-04-15 Glenn Morris <rgm@gnu.org>
1246
1247 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1248
1249 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
1250
1251 Simplify by using `define-derived-mode'.
1252 * info.el (Info-mode):
1253 * calendar/todo-mode.el (todo-mode):
1254 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1255 (gomoku-mode-map): Move initialization into declaration.
1256
1257 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
1258
1259 Fix Bug#5840.
1260 * ido.el (ido-file-name-all-completions-1):
1261 * minibuffer.el (minibuffer-completion-help):
1262 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1263
1264 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * simple.el (non-essential): New var.
1267
1268 Add a new field `location' to bookmarks for non-file bookmarks.
1269 * bookmark.el (bookmark-location): Use the new field, if present.
1270 (bookmark-insert-location): Undo last change, not needed any more.
1271 * man.el (Man-bookmark-make-record):
1272 * woman.el (woman-bookmark-make-record): Add `location' field.
1273
1274 2010-04-14 Juri Linkov <juri@jurta.org>
1275
1276 * simple.el (scroll-error-top-bottom): New defcustom.
1277 (scroll-up-command, scroll-down-command): Use it. Doc fix.
1278
1279 * emulation/pc-select.el (pc-select-override-scroll-error):
1280 Obsolete in favor of `scroll-error-top-bottom'.
1281
1282 2010-04-14 Juri Linkov <juri@jurta.org>
1283
1284 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1285 `scroll-up-command' and `M-v' to `scroll-down-command'.
1286
1287 * emulation/cua-rect.el (cua--init-rectangles):
1288 * forms.el (forms--change-commands):
1289 * image-mode.el (image-mode-map):
1290 Remap scroll-down-command and scroll-up-command
1291 in addition to scroll-down and scroll-up.
1292
1293 2010-04-14 Juri Linkov <juri@jurta.org>
1294
1295 * mwheel.el (scroll-preserve-screen-position-commands):
1296 Add mwheel-scroll to this list of commands.
1297
1298 * simple.el (scroll-preserve-screen-position-commands):
1299 Add scroll-up-command, scroll-down-command, scroll-up-line,
1300 scroll-down-line to this list of commands.
1301
1302 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * obsolete/complete.el: Move from lisp/complete.el.
1305
1306 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1307
1308 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1309 to the minor mode function now turns the mode ON unconditionally.
1310
1311 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * vc-dir.el (vc-dir-kill-line): New command.
1314 (vc-dir-mode-map): Bind it to C-k.
1315
1316 * bookmark.el (bookmark-insert-location): Handle a nil filename.
1317
1318 * woman.el: Add bookmark declarations to silence the compiler.
1319 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1320 step to compatibility between man and woman bookmarks.
1321 Adjust for Man-default-bookmark-title renaming.
1322 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
1323
1324 * man.el: Add bookmark declarations to silence the compiler.
1325 (Man-name-local-regexp): Make it match NAME as well.
1326 (Man-getpage-in-background): Return the buffer.
1327 (Man-notify-when-ready): Use `case'.
1328 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1329 Don't hardcode "NAME". Simplify.
1330 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1331 Rename from Man-bookmark-make-record.
1332 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
1333 we have the actual man-args. Use Man-getpage-in-background rather
1334 than `man' since the arg is already processed. Let bookmark.el do the
1335 window handling. Only wait for the relevant process.
1336 Don't forget to autoload.
1337
1338 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1339
1340 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1341
1342 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1343 New functions.
1344 (woman-mode): Setup bookmark support.
1345
1346 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1347 (man-bookmark-jump): New functions.
1348 (Man-mode): Setup bookmark support.
1349
1350 2010-04-10 Jari Aalto <jari.aalto@cante.net>
1351
1352 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1353 recognize ssh-keygen prompt (Bug#2817).
1354
1355 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1356
1357 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1358
1359 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1360
1361 Synchronize with Tramp repository.
1362
1363 * net/tramp.el (tramp-completion-function-alist)
1364 (tramp-file-name-regexp, tramp-chunksize)
1365 (tramp-local-coding-commands, tramp-remote-coding-commands):
1366 Fix docstring.
1367 (tramp-remote-process-environment): Use `format' instead of `concat'.
1368 (tramp-handle-directory-files-and-attributes)
1369 (tramp-get-remote-path): Use `copy-tree'.
1370 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1371 compatibility: Use `completion-ignore-case' if
1372 `read-file-name-completion-ignore-case' does not exist.
1373 (tramp-do-copy-or-rename-file-directly): Do not use
1374 `tramp-handle-file-remote-p'.
1375 (tramp-do-copy-or-rename-file-out-of-band):
1376 Use `tramp-compat-delete-directory'.
1377 (tramp-do-copy-or-rename-file-out-of-band)
1378 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1379 Use `format-spec-make'.
1380 (tramp-find-foreign-file-name-handler)
1381 (tramp-advice-make-auto-save-file-name)
1382 (tramp-set-auto-save-file-modes): Remove superfluous check for
1383 `stringp'. This is done inside `tramp-tramp-file-p'.
1384 (tramp-debug-outline-regexp): New defconst.
1385 (tramp-get-debug-buffer): Use it.
1386 (tramp-check-for-regexp): Use (forward-line 1).
1387 (tramp-set-auto-save-file-modes): Adapt version check.
1388
1389 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
1390 Wrap call of `featurep' for 2nd argument.
1391 (tramp-compat-make-temp-file): Simplify fallback implementation.
1392 (tramp-compat-copy-tree): Remove function.
1393 (tramp-compat-delete-directory): Provide implementation for older
1394 Emacsen.
1395
1396 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
1397 Do not use `tramp-fish-handle-file-attributes.
1398
1399 * net/trampver.el: Update release number.
1400
1401 2010-04-10 Glenn Morris <rgm@gnu.org>
1402
1403 * progmodes/compile.el (compilation-save-buffers-predicate):
1404 Add missing :version tag.
1405
1406 2010-04-09 Sam Steingold <sds@gnu.org>
1407
1408 * progmodes/compile.el (compilation-save-buffers-predicate):
1409 Remove the "autoload" cookie.
1410
1411 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
1412 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
1413 and `bug-reference-prog-mode' can be used in hooks directly.
1414
1415 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1416
1417 Add --author support to git commit.
1418 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
1419 (vc-git-log-edit-mode): New minor mode.
1420 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
1421 New declarations.
1422
1423 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
1424
1425 * vc-hooks.el, vc-git.el: Improve documentation comments.
1426
1427 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 Fix some of the problems in defsubst* (bug#5728).
1430 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
1431 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
1432
1433 2010-04-07 Sam Steingold <sds@gnu.org>
1434
1435 * progmodes/compile.el (compilation-save-buffers-predicate):
1436 New custom variable.
1437 (compile, recompile): Pass it to `save-some-buffers'.
1438
1439 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1440
1441 * wid-edit.el (widget-choose): Move cursor to the second line of
1442 the buffer (Bug#5695).
1443
1444 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 Add new VC methods: vc-log-incoming and vc-log-outgoing.
1447 * vc.el (vc-print-log-setup-buttons): New function split out from
1448 vc-print-log-internal.
1449 (vc-log-internal-common): New function, a parametrized version of
1450 vc-print-log-internal.
1451 (vc-print-log-internal): Just call vc-log-internal-common with the
1452 right arguments.
1453 (vc-incoming-outgoing-internal):
1454 (vc-log-incoming, vc-log-outgoing): New functions.
1455 (vc-log-view-type): New permanent local variable.
1456
1457 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1458
1459 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1460 of the dynamic bound vc-short-log.
1461 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1462
1463 * vc-git.el (vc-git-log-outgoing): New function.
1464 (vc-git-log-view-mode): Use vc-log-view-type instead
1465 of the dynamic bound vc-short-log.
1466
1467 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
1468 of the dynamic bound vc-short-log. Highlight the tag.
1469 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1470 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1471 (vc-hg-incoming-mode): Remove.
1472 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1473
1474 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1475
1476 Fix default-directory for vc-root-diff.
1477 * vc.el (vc-root-diff): Bind default-directory to the root
1478 directory for the diff command.
1479
1480 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
1481
1482 * progmodes/verilog-mode.el (verilog-forward-sexp):
1483 (verilog-calc-1): Support "disable fork" and "fork wait" multi
1484 word keywords, suggested by Steve Pearlmutter.
1485 (verilog-pretty-declarations): Support lineup of declarations in
1486 port lists.
1487 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
1488 fix bug for /* / comments
1489 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
1490 Speed up and simplfy as this is never called with a bound.
1491 (verilog-pretty-declarations): Enhance to line up declarations
1492 inside a parameter list, suggested by Alan Morgan.
1493 (verilog-pretty-expr): Tune assignment regular expression match
1494 string for corner cases; also use markers instead of character
1495 number as indent changes the later.
1496
1497 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
1498
1499 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
1500 as missing keyword.
1501 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
1502 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
1503 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
1504 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
1505 Tennant.
1506 (verilog-keywords):
1507 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1508 1800-2009 keywords, including "global.".
1509
1510 2010-04-06 John Wiegley <jwiegley@gmail.com>
1511
1512 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
1513 appearing in buffer list (if a live buffer name matched a recentf
1514 file basename). Should use uniquify to offer a real solution.
1515
1516 2010-04-06 John Wiegley <jwiegley@gmail.com>
1517
1518 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
1519 comment to code, and add a :version tag.
1520 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
1521
1522 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
1523
1524 Enable recentf-mode if using virtual buffers.
1525 * ido.el (recentf-list): Declare for byte-compiler.
1526 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
1527 (ido-make-buffer-list): Simplify.
1528 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
1529
1530 2010-04-05 Juri Linkov <juri@jurta.org>
1531
1532 Scrolling commands which scroll a line instead of full screen.
1533 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1534
1535 * simple.el (scroll-up-line, scroll-down-line): New commands.
1536 Put property isearch-scroll=t on them.
1537
1538 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
1539 Remove commands.
1540
1541 2010-04-05 Juri Linkov <juri@jurta.org>
1542
1543 Scrolling commands which do not signal errors at top/bottom.
1544 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1545
1546 * simple.el (scroll-up-command, scroll-down-command): New commands.
1547 Put property isearch-scroll=t on them.
1548
1549 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
1550 `scroll-down-command' and [next] from `scroll-up' to
1551 `scroll-up-command'.
1552
1553 * emulation/cua-base.el: Put property CUA=move on
1554 `scroll-up-command' and `scroll-down-command'.
1555 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
1556 and `scroll-down-command' to `cua-scroll-down'.
1557
1558 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * help.el (describe-mode): Return nil.
1561
1562 2010-04-04 John Wiegley <jwiegley@gmail.com>
1563
1564 * ido.el (ido-use-virtual-buffers): New variable to indicate
1565 whether "virtual buffer" support is enabled for IDO.
1566 (ido-virtual): Face used to indicate virtual buffers in the list.
1567 (ido-buffer-internal): If a buffer is chosen, and no such buffer
1568 exists, but a virtual buffer of that name does (which would be why
1569 it was in the list), recreate the buffer by reopening the file.
1570 (ido-make-buffer-list): If virtual buffers are being used, call
1571 `ido-add-virtual-buffers-to-list' before the make list hook.
1572 (ido-virtual-buffers): New variable which contains a copy of the
1573 current contents of the `recentf-list', albeit pared down for the
1574 sake of speed, and with proper faces applied.
1575 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
1576 create a list of "virtual buffers" to present to the user in
1577 addition to the currently open set. Note that this logic could
1578 get rather slow if that list is too large. With the default
1579 `recentf-max-saved-items' of 200, there is little speed penalty.
1580
1581 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * font-lock.el: Require CL when compiling.
1584 (font-lock-turn-on-thing-lock): Use `case'.
1585
1586 2010-04-03 Eli Zaretskii <eliz@gnu.org>
1587
1588 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
1589 Zaretskii.
1590
1591 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1594 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1595 (semantic-imenu-goto-function): Reflow docstring.
1596
1597 2010-04-02 Juri Linkov <juri@jurta.org>
1598
1599 * ehelp.el (electric-help-orig-major-mode):
1600 New buffer-local variable.
1601 (electric-help-mode): Set it to original major-mode. Doc fix.
1602 (with-electric-help): Use `electric-help-orig-major-mode' instead
1603 of (default-value 'major-mode). Doc fix.
1604 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
1605
1606 2010-04-02 Sam Steingold <sds@gnu.org>
1607
1608 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1609 `vc-hg-command' with a list of flags.
1610
1611 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1612 Also accept "patch" and "RFE".
1613 (bug-reference-fontify): `bug-reference-url-format' can also be a
1614 function to be able to handle the bug kind.
1615 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
1616
1617 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
1618
1619 * tmm.el (tmm-get-keymap): Check with symbolp before passing
1620 value to fboundp, it may not be a symbol.
1621
1622 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1623
1624 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625
1626 2010-03-31 Juri Linkov <juri@jurta.org>
1627
1628 * simple.el (next-line, previous-line): Re-throw a signal
1629 with `signal' instead of using `ding'.
1630 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
1631
1632 2010-03-31 Juri Linkov <juri@jurta.org>
1633
1634 * simple.el (keyboard-escape-quit): Raise deselecting the active
1635 region higher than exiting the minibuffer.
1636 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
1637
1638 2010-03-31 Juri Linkov <juri@jurta.org>
1639
1640 * image.el (image-animated-p): Use `image-metadata' instead of
1641 `image-extension-data'. Get GIF extenstion data from metadata
1642 property `extension-data'.
1643
1644 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * simple.el (append-to-buffer): Simplify.
1647
1648 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
1649
1650 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1651 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1652
1653 2010-03-31 Kenichi Handa <handa@m17n.org>
1654
1655 * language/sinhala.el (composition-function-table): Fix regexp for
1656 the new Unicode specification.
1657
1658 * language/indian.el (devanagari-composable-pattern)
1659 (tamil-composable-pattern, kannada-composable-pattern)
1660 (malayalam-composable-pattern): Adjust for the new Unicode
1661 specification.
1662 (bengali-composable-pattern, gurmukhi-composable-pattern)
1663 (gujarati-composable-pattern, oriya-composable-pattern)
1664 (telugu-composable-pattern): New variables to cope with the new
1665 Unicode specification. Use them in composition-function-table.
1666
1667 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 Make tmm-menubar work for the Buffers menu again (bug#5726).
1670 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1671 vectors rather than cons cells, as used in menu-bar-update-buffers.
1672
1673 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1676 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1677 electric punctuation for "{}();,:" (Bug#5586).
1678
1679 * mail/sendmail.el (mail-default-directory): Doc fix.
1680
1681 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1682
1683 * mail/sendmail.el (mail-default-directory): Doc fix.
1684
1685 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1686
1687 * subr.el (version-regexp-alist, version-to-list)
1688 (version-list-<, version-list-=, version-list-<=)
1689 (version-list-not-zero, version<, version<=, version=): Doc fix.
1690 (Bug#5744).
1691
1692 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
1693
1694 * vc.el (vc-root-diff): Doc fix.
1695
1696 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1699
1700 * simple.el (append-to-buffer): Fix last change.
1701
1702 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1703
1704 * simple.el (append-to-buffer): Ensure that point is preserved if
1705 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1706 (Bug#5749)
1707
1708 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * files.el (auto-mode-case-fold): Change default to t.
1711
1712 2010-03-30 Juri Linkov <juri@jurta.org>
1713
1714 * dired-x.el (dired-omit-mode): Doc fix.
1715
1716 2010-03-30 Juri Linkov <juri@jurta.org>
1717
1718 * replace.el (occur-accumulate-lines): Move occur-engine related
1719 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1720 to be located after `occur-engine'.
1721
1722 2010-03-30 Juri Linkov <juri@jurta.org>
1723
1724 Make occur handle multi-line matches cleanly with context.
1725 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1726
1727 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1728 (occur-engine): Add local variables `ret', `prev-after-lines',
1729 `prev-lines'. Use more arguments for `occur-context-lines'.
1730 Set first elem of its returned list to `data', and the second elem
1731 to `prev-after-lines'. Don't print the separator line.
1732 In the end, print remaining context after-lines.
1733 (occur-context-lines): Add new arguments `begpt', `endpt',
1734 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
1735 after-lines of the previous match with before-lines of the
1736 current match and not overlap them. Return a list with two
1737 values: the output line and the list of context after-lines.
1738
1739 2010-03-30 Juri Linkov <juri@jurta.org>
1740
1741 * replace.el (occur-accumulate-lines): Fix a bug where the first
1742 context line at the beginning of the buffer was missing.
1743
1744 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1745
1746 * files.el: Make bidi-display-reordering safe variable for boolean
1747 values.
1748
1749 2010-03-29 Phil Hagelberg <phil@evri.com>
1750 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * subr.el: Extend progress reporters to perform "spinning".
1753 (progress-reporter-update, progress-reporter-do-update):
1754 Handle non-numeric value arguments.
1755 (progress-reporter--pulse-characters): New var.
1756
1757 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * progmodes/compile.el (compilation-start): Fix regexp detection
1760 of initial cd command (Bug#5771).
1761
1762 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
1763
1764 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1765
1766 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1767
1768 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1769 * lisp/progmodes/gdb-mi.el: Restore.
1770 * lisp/progmodes/gdb-ui.el: Remove.
1771 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1772
1773 2010-03-25 Glenn Morris <rgm@gnu.org>
1774
1775 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1776 all dired buffers, even tramp ones. (Bug#5755)
1777
1778 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 Add "union tags" in mpc.el.
1781 * mpc.el: Remove backward compatibility code.
1782 (mpc-browser-tags): Change default.
1783 (mpc--find-memoize-union-tags): New var.
1784 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1785 (mpc-cmd-find): Handle the case where the playlist does not exist.
1786 Handle union-tags.
1787 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
1788 (mpc-cmd-add): Use mpc-cmd-flush.
1789 (mpc-tagbrowser-tag-name): New fun.
1790 (mpc-tagbrowser-buf): Use it.
1791 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
1792
1793 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 Misc cleanup.
1796 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1797 Use replace-regexp-in-string.
1798 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1799 (makefile-imake-mode-syntax-table): Move init into defvar.
1800 (makefile-mode): Use define-derived-mode.
1801
1802 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1803 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1804 not be present any more.
1805
1806 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * faces.el (set-face-attribute): Fix typo in docstring.
1809 (face-valid-attribute-values): Reflow docstring.
1810
1811 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1812
1813 2010-03-24 Glenn Morris <rgm@gnu.org>
1814
1815 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1816
1817 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * indent.el (indent-for-tab-command): Doc fix.
1820
1821 2010-03-24 Alan Mackenzie <acm@muc.de>
1822
1823 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1824 Fix off-by-one error. Fixes bug #5747.
1825
1826 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1827
1828 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1829 (image-dired-read-comment): Doc fix.
1830
1831 * json.el (json-object-type, json-array-type, json-key-type)
1832 (json-false, json-null, json-read-number):
1833 * minibuffer.el (completion-in-region-functions):
1834 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1835 (cal-tex-cursor-week):
1836 * emacs-lisp/trace.el (trace-function):
1837 * eshell/em-basic.el (eshell/printnl):
1838 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1839 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1840 * obsolete/levents.el (allocate-event, event-key, event-object)
1841 (event-point, event-process, event-timestamp, event-to-character)
1842 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1843 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1844 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1845 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1846 (reftex-highlight-selection): Fix typos in docstrings.
1847
1848 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1849
1850 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1851
1852 2010-03-24 Glenn Morris <rgm@gnu.org>
1853
1854 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1855 2008-02-13 without comment; mark it obsolete.
1856 (rmail-highlight-headers): Use rmail-highlight-face once more.
1857
1858 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * woman.el (woman2-process-escapes): Only consume the newline if
1861 the filler character is on a line by itself (Bug#5729).
1862
1863 2010-03-24 Kenichi Handa <handa@m17n.org>
1864
1865 * language/indian.el (devanagari-composable-pattern): Add more
1866 consonants.
1867
1868 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1869
1870 * net/trampver.el: Update release number.
1871
1872 2010-03-24 Glenn Morris <rgm@gnu.org>
1873
1874 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1875
1876 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * net/tramp.el (tramp-find-executable):
1879 Use `tramp-get-connection-buffer'. Make the regexp for checking
1880 output of "wc -l" more robust.
1881 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1882 (tramp-open-connection-setup-interactive-shell): Remove workaround
1883 for OpenSolaris bug, it is not needed anymore.
1884
1885 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
1886
1887 * cedet/semantic/imenu.el: New file, from the CEDET repository
1888 (Bug#5412).
1889
1890 2010-03-24 Glenn Morris <rgm@gnu.org>
1891
1892 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1893
1894 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
1895
1896 * files.el (auto-mode-alist): Accept more verilog file patterns.
1897
1898 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1901
1902 2010-03-24 Glenn Morris <rgm@gnu.org>
1903
1904 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1905 log-edit-before-checkin-process.
1906
1907 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1908
1909 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1910
1911 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1912 (log-view-process-buffer, log-edit-extra-flags): Declare.
1913
1914 * log-edit.el (log-edit-before-checkin-process): Doc fix.
1915
1916 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1917 Consistently check ede-object is bound throughout.
1918
1919 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1920
1921 2010-03-23 Sam Steingold <sds@gnu.org>
1922
1923 Fix bug#5620: recalculate all markers on compilation buffer
1924 modifications, not on file modifications.
1925 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1926 the buffer modification time, for buffers not associated with files.
1927 (compilation-mode): Create it.
1928 (compilation-filter): Update it.
1929 (compilation-next-error-function): Use it instead of
1930 `visited-file-modtime' for timestamp.
1931
1932 2010-03-23 Juri Linkov <juri@jurta.org>
1933
1934 Implement Occur multi-line matches.
1935 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1936
1937 * replace.el (occur): Doc fix.
1938 (occur-engine): Set `begpt' to the beginning of the first line.
1939 Set `endpt' to the end of the last match line. At first, count
1940 line numbers between `origpt' and `begpt'. Split out code from
1941 `out-line' variable to new let-bindings `match-prefix' and
1942 `match-str'. In `out-line' add non-numeric prefix to all
1943 non-first lines of multi-line matches. Finally, count lines
1944 between `begpt' and `endpt' and add to `lines'.
1945
1946 2010-03-23 Juri Linkov <juri@jurta.org>
1947
1948 * replace.el (occur-accumulate-lines, occur-engine):
1949 Use `occur-engine-line' instead of duplicate code.
1950 (occur-engine-line): New function created from duplicate code
1951 in `occur-accumulate-lines' and `occur-engine'.
1952
1953 * replace.el (occur-engine-line): Add optional arg `keep-props'.
1954 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1955
1956 2010-03-23 Juri Linkov <juri@jurta.org>
1957
1958 * finder.el: Remove TODO tasks.
1959
1960 * info.el (Info-finder-find-node): Add node "all"
1961 with all package info. Handle a list of multiple keywords
1962 separated by comma.
1963 (info-finder): In interactive use with a prefix argument,
1964 use `completing-read-multiple' to read a list of keywords
1965 separated by comma.
1966
1967 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 Add a new completion style `substring'.
1970 * minibuffer.el (completion-basic--pattern): New function.
1971 (completion-basic-try-completion, completion-basic-all-completions):
1972 Use it.
1973 (completion-substring--all-completions)
1974 (completion-substring-try-completion)
1975 (completion-substring-all-completions): New functions.
1976 (completion-styles-alist): New style `substring'.
1977
1978 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 Get rid of .elc files after removal of the corresponding .el.
1981 * Makefile.in (compile-clean): New target.
1982 (compile-main): Use it.
1983
1984 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
1985
1986 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1987 don't do make there. When compiling with separate object dir, there
1988 is no Makefile there.
1989
1990 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 Get rid of the ELCFILES abomination, again.
1993 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1994 (all, compile): Don't call compile-last.
1995 (compile-main): Build the "elcfiles" list dynamically.
1996 (compile-targets): New (internal) target.
1997
1998 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1999
2000 * Makefile.in (top_srcdir): Define.
2001 (abs_top_builddir): Define.
2002 (srcdir): Don't append `/..'.
2003 (EMACS): Use ${abs_top_builddir}.
2004 (all, compile, compile-always, compile-last): Don't set emacswd.
2005 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2006 $(srcdir).
2007 (lisp): Use $(srcdir) instead of @srcdir@.
2008
2009 2010-03-21 Juri Linkov <juri@jurta.org>
2010
2011 Fix message of multi-line occur regexps and multi-buffer header lines.
2012 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2013
2014 * replace.el (occur-1): Don't display regexp if it is longer
2015 than window-width. Use `query-replace-descr' to display regexp.
2016 (occur-engine): Don't display regexp in the buffer header for
2017 multi-buffer occur. Display a separate header line with total
2018 match count and regexp for multi-buffer occur.
2019 Use `query-replace-descr' to display regexp.
2020
2021 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2022
2023 * net/secrets.el: Fix parenthesis.
2024 (secrets-enabled): Fix parenthesis.
2025
2026 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 Use more relative file and directory names.
2029 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2030 (setwins, setwins_almost, setwins_for_subdirs):
2031 Don't `cd'; output relative names.
2032 (all, compile, compile-always, compile-last): Set emacswd.
2033 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2034 Just cd to the lisp source dir so we can use relative file names.
2035
2036 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2037
2038 2010-03-20 Glenn Morris <rgm@gnu.org>
2039
2040 * textmodes/rst.el: Use faces for font-lock customization, and make the
2041 old -face variables obsolete.
2042 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2043 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2044 (rst-block-face, rst-external-face, rst-definition-face)
2045 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2046 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2047 Make obsolete.
2048 (rst-font-lock-keywords-function): Update for above changes.
2049
2050 2010-03-20 Juri Linkov <juri@jurta.org>
2051
2052 * s-region.el:
2053 * obsolete/s-region.el: Move to obsolete.
2054
2055 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2056
2057 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2058
2059 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2060
2061 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2062
2063 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2064
2065 Add special markup processing for commit logs.
2066 * log-edit.el (log-edit-extra-flags): New variable.
2067 (log-edit): Add new argument MODE. Use that mode when non-nil
2068 instead of the log-view-mode.
2069 (log-view-process-buffer): New function.
2070
2071 * vc.el: Document that the checkin method takes optional
2072 arguments. Document new backend specific method: log-view-mode.
2073 (vc-default-log-edit-mode): New function.
2074 (vc-checkin): Use a backend specific log-view-mode.
2075 Pass extra arguments to the checkin method.
2076 (vc-modify-change-comment): Pass a dummy extra argument.
2077
2078 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2079 log-edit.
2080 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2081 (vc-finish-logentry): Process the log buffer before passing it
2082 down. Pass log-edit-extra-flags.
2083
2084 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2085 command.
2086 (log-edit-extra-flags, log-edit-before-checkin-process):
2087 New declarations.
2088
2089 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2090 command.
2091 (log-edit-extra-flags, log-edit-before-checkin-process):
2092 New declarations.
2093 (vc-hg-log-edit-mode): New derived mode.
2094
2095 * vc-arch.el (vc-arch-checkin):
2096 * vc-cvs.el (vc-cvs-checkin):
2097 * vc-git.el (vc-git-checkin):
2098 * vc-mtn.el (vc-mtn-checkin):
2099 * vc-rcs.el (vc-rcs-checkin):
2100 * vc-sccs.el (vc-sccs-checkin):
2101 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2102
2103 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2106 parent typo).
2107
2108 2010-03-19 Glenn Morris <rgm@gnu.org>
2109
2110 * password-cache.el (password-cache, password-cache-expiry): Autoload.
2111
2112 2010-03-18 Glenn Morris <rgm@gnu.org>
2113
2114 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2115
2116 * replace.el (query-replace-history): Give it a doc string.
2117 (map-query-replace-regexp): Use query-replace-from-history-variable
2118 and query-replace-to-history-variable.
2119
2120 * mail/hashcash.el (declare-function): Remove duplicate definition.
2121
2122 * mail/emacsbug.el (report-emacs-bug-pretest-address):
2123 Make it an obsolete alias for report-emacs-bug-address.
2124 (message-strip-special-text-properties): Declare.
2125 (report-emacs-bug): Remove test for a pretest bug address.
2126 Combine message-mode-specific code.
2127
2128 * mail/supercite.el: Don't require sendmail.
2129 (mh-in-header-p): Declare rather than using with-no-warnings.
2130 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2131 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
2132
2133 * calendar/cal-french.el: Convert to utf-8.
2134
2135 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2136 Emacs scripts.
2137
2138 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
2139
2140 * net/secrets.el (secrets-enabled): New variable. Use it instead
2141 of a subfeature.
2142
2143 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
2144
2145 * net/secrets.el (top): Register the D-Bus signals only when the
2146 service "org.freedesktop.secrets" can be pinged.
2147 Provide subfeature `enabled'.
2148
2149 2010-03-14 Juri Linkov <juri@jurta.org>
2150
2151 Add finder unknown keywords.
2152
2153 * finder.el (finder-unknown-keywords): New function.
2154
2155 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2156 to create a Finder node with unknown keywords.
2157
2158 2010-03-14 Juri Linkov <juri@jurta.org>
2159
2160 * finder.el (finder-compile-keywords): Replace `princ' with
2161 `prin1' on a list of symbols interned from keyword strings.
2162
2163 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2164 a comma, then split keywords using a comma and optional whitespace.
2165 Otherwise, split by whitespace.
2166
2167 * complete.el:
2168 * face-remap.el:
2169 * log-view.el:
2170 * net/hmac-def.el:
2171 * net/hmac-md5.el:
2172 * net/netrc.el:
2173 * progmodes/mixal-mode.el: Fix keywords.
2174
2175 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2176
2177 * Makefile.in (ELCFILES): Add net/secrets.elc.
2178
2179 * net/secrets.el: New file.
2180
2181 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * facemenu.el (list-colors-display, list-colors-print): New arg
2184 callback. Use it to allow selecting colors.
2185
2186 * wid-edit.el (widget-image-insert): Insert image prop even if the
2187 current display is non-graphic.
2188 (widget-field-value-set): New fun.
2189 (editable-field): Use it.
2190 (widget-field-value-get): Clean up unused var.
2191 (widget-color-value-create, widget-color--choose-action):
2192 New funs. Allow using list-colors-display to choose color.
2193
2194 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * cus-edit.el: Resort topmost custom groups.
2197 (custom-buffer-sort-alphabetically): Default to t.
2198 (customize-apropos): Use apropos-parse-pattern.
2199 (custom-search-field): New var.
2200 (custom-buffer-create-internal): Add custom-apropos search field.
2201 (custom-add-parent-links): Don't display parent doc.
2202 (custom-group-value-create): Don't sort top-level custom group.
2203 (custom-magic-value-create): Show visibility button before option name.
2204
2205 (custom-variable-state): New fun, from custom-variable-state-set.
2206 (custom-variable-state-set): Use it.
2207 (custom-group-value-create): Hide options with standard values
2208 using the :hidden-states property. Use progress reporter.
2209
2210 (custom-show): Simplify.
2211 (custom-visibility): Disable images by default.
2212 (custom-variable): New property :hidden-states.
2213 (custom-variable-value-create): Enable images for
2214 custom-visibility widgets. Use :hidden-states property to
2215 determine initial visibility.
2216
2217 * wid-edit.el (widget-image-find): Give images center ascent.
2218 (visibility): Add :on-image and :off-image properties.
2219 (widget-visibility-value-create): Use them.
2220
2221 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * cus-edit.el (processes): Remove from development group.
2224 (oop, hypermedia): Delete group.
2225 (comm): Promote to top-level group.
2226
2227 * net/browse-url.el (browse-url):
2228 * net/xesam.el (xesam):
2229 * net/tramp.el (tramp):
2230 * net/goto-addr.el (goto-address):
2231 * net/ange-ftp.el (ange-ftp): Put in comm group.
2232
2233 * view.el (view): Remove from editing group.
2234
2235 * uniquify.el (uniquify): Put in files group.
2236
2237 * net/browse-url.el (browse-url):
2238 * ps-print.el (postscript): Put in external group.
2239
2240 * cus-edit.el (outlines):
2241 * textmodes/text-mode.el (text-mode-hook):
2242 * textmodes/table.el (table):
2243 * textmodes/picture.el (picture):
2244 * outline.el (outlines): Put in wp group.
2245
2246 * nxml/nxml-mode.el (nxml): Remove from wp group.
2247
2248 * net/tramp-imap.el (tramp-imap): Put in tramp group.
2249
2250 * mail/metamail.el (metamail): Remove from hypermedia group.
2251
2252 * cus-edit.el (abbrev):
2253 * whitespace.el (whitespace):
2254 * vcursor.el (vcursor):
2255 * reveal.el (reveal):
2256 * hl-line.el (hl-line): Put in convenience group.
2257
2258 * epg-config.el (epg): Put in data group.
2259
2260 * emulation/pc-select.el (pc-select): Put in emulations group.
2261
2262 * calculator.el (calculator): Put in applications group.
2263
2264 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2265
2266 Add .dir-locals.el support for file-less buffers.
2267 * files.el (hack-local-variables): Split out code to apply local
2268 variable settings ...
2269 (hack-local-variables-apply): ... here. New function.
2270 (hack-dir-local-variables): Use the default directory for when the
2271 buffer does not have an associated file.
2272 (hack-dir-local-variables-non-file-buffer): New function.
2273 * diff-mode.el (diff-mode):
2274 * vc-annotate.el (vc-annotate-mode):
2275 * vc-dir.el (vc-dir-mode):
2276 * log-edit.el (log-edit-mode):
2277 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2278
2279 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 Add support for shelving snapshots and for showing shelves.
2282 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2283 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2284 New functions.
2285 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2286 (vc-bzr-extra-menu-map): Map them.
2287
2288 2010-03-11 Glenn Morris <rgm@gnu.org>
2289
2290 * cus-edit.el (customize-changed-options-previous-release):
2291 Bump to 23.1.
2292
2293 * image.el (image-animate-max-time): Fix :version tag.
2294
2295 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * Branch for 23.2.
2298
2299 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * vc-git.el (vc-git-revision-table): Include remote branches.
2302
2303 2010-03-10 Kim F. Storm <storm@cua.dk>
2304
2305 Animated image API.
2306 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2307
2308 * image.el (image-animate-max-time): New defcustom.
2309 (image-animated-types): New defconst.
2310 (create-animated-image, image-animate-timer)
2311 (image-animate-start, image-animate-stop, image-animate-timeout)
2312 (image-animated-p): New functions.
2313
2314 * image-mode.el (image-toggle-display-image):
2315 Replace `create-image' with `create-animated-image'.
2316
2317 2010-03-09 Miles Bader <miles@gnu.org>
2318
2319 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2320 instead of "format:"; this ensures that the output is
2321 newline-terminated.
2322
2323 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2326 that all errors are caught, and that the return value is always a
2327 list (Bug#5692).
2328
2329 2010-03-08 Kenichi Handa <handa@m17n.org>
2330
2331 * language/misc-lang.el (windows-1256): New coding system.
2332 (cp1256): New alias of windows-1256 (bug#5690).
2333
2334 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2335
2336 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2337 call to rfc822-bad-address. (Bug#5692)
2338
2339 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2340
2341 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2342 Use vc-git-root as default directory for revision path (Bug#5657).
2343
2344 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * calculator.el (calculator): Don't bind split-window-keep-point
2347 (Bug#5674).
2348
2349 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * vc-git.el: Re-flow to fit into 80 columns.
2352 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2353 Remove spurious `quote' element in each case alternative.
2354 (vc-git-show-log-entry): Use prog1.
2355 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2356
2357 2010-03-06 Glenn Morris <rgm@gnu.org>
2358
2359 * cedet/semantic/grammar.el (semantic-grammar-header-template):
2360 Update template copyright to GPLv3+.
2361
2362 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2365
2366 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2369 definition, not the name (Bug#5481).
2370
2371 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2372
2373 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2374 argument with a local variable. (Bug#5670)
2375
2376 2010-03-02 Juri Linkov <juri@jurta.org>
2377
2378 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2379
2380 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2381
2382 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2383 error when FILENAME and NEWNAME are existing remote directories.
2384
2385 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2386 parameter DIR-FLAG.
2387
2388 2010-03-02 Glenn Morris <rgm@gnu.org>
2389
2390 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2391 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2392
2393 2010-03-01 Kenichi Handa <handa@m17n.org>
2394
2395 * language/burmese.el (burmese-composable-pattern): Rename from
2396 myanmar-composable-pattern.
2397
2398 * international/characters.el (script-list):
2399 * international/fontset.el (script-representative-chars):
2400 Change myanmar to burmese.
2401 (otf-script-alist): Likewise.
2402 (setup-default-fontset): Likewise. Re-fix :otf spec.
2403
2404 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2405
2406 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2407
2408 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2409
2410 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2411
2412 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * net/tramp.el (tramp-handle-write-region): START can be a string.
2415 Take care in the checks. Reported by Dan Davison
2416 <davison@stats.ox.ac.uk>.
2417
2418 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2419
2420 * net/dbus.el (dbus-introspect, dbus-get-property)
2421 (dbus-set-property, dbus-get-all-properties):
2422 Use `dbus-call-method' when noninteractive. (Bug#5645)
2423
2424 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2427 * emacs-lisp/elint.el (elint-add-required-env):
2428 * cedet/semantic/db-find.el
2429 (semanticdb-find-translate-path-brutish-default):
2430 * cedet/ede/make.el (ede-make-check-version):
2431 * calendar/icalendar.el (icalendar--add-diary-entry):
2432 * calc/calcalg2.el (math-tracing-integral):
2433 * files.el (recover-session-finish): Use with-current-buffer
2434 instead of save-excursion.
2435
2436 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 Fix in-buffer completion when after-change-functions modify the buffer.
2439 * minibuffer.el (completion--replace): New function.
2440 (completion--do-completion): Use it and use relative movement.
2441
2442 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2445
2446 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2447
2448 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2449 Allow the characters _<> in the stack entry (Bug#5653).
2450
2451 2010-02-26 Kenichi Handa <handa@m17n.org>
2452
2453 * language/burmese.el: Fix entries in composition-function-table.
2454 (myanmar-composable-pattern): New variable.
2455
2456 * international/fontset.el (setup-default-fontset): Add an entry
2457 for myanmar.
2458
2459 * international/characters.el (script-list): Add Myanmar
2460 Extended-A.
2461
2462 2010-02-26 Glenn Morris <rgm@gnu.org>
2463
2464 * custom.el (custom-initialize-delay): Doc fix.
2465
2466 * mail/sendmail.el (send-mail-function): Autoload the call
2467 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2468
2469 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * files.el (hack-local-variables-filter): For eval forms, also
2472 check safe-local-variable-p (Bug#5636).
2473
2474 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2475
2476 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2477 and use c(ad)r of cddr (Bug#5640).
2478
2479 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2480
2481 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2482 setting the modes by `ignore-errors'. It might fail, for example
2483 if the file is not owned by the user but the group.
2484 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2485
2486 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * files.el (directory-listing-before-filename-regexp): Use
2489 stricter matching for iso-style dates, to avoid false matches with
2490 date-like filenames (Bug#5597).
2491
2492 * htmlfontify.el (htmlfontify): Doc fix.
2493
2494 * eshell/eshell.el (eshell): Doc fix.
2495
2496 * startup.el (fancy-about-screen): In mode-line, apply
2497 mode-line-buffer-id face only to the buffer name (Bug#5613).
2498
2499 2010-02-20 Kevin Ryde <user42@zip.com.au>
2500
2501 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2502 In `watcom' anchor regexp to start of line, to avoid slowness
2503 (Bug#5599).
2504
2505 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2506
2507 * subr.el (remove-yank-excluded-properties): Explain in a comment
2508 why `category' property is removed.
2509
2510 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2511
2512 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2513 2010-02-17 change.
2514
2515 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2516
2517 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2518 (icalendar--convert-weekly-to-ical)
2519 (icalendar--convert-yearly-to-ical)
2520 (icalendar--convert-block-to-ical)
2521 (icalendar--convert-cyclic-to-ical)
2522 (icalendar--convert-anniversary-to-ical): Take care of time
2523 specifications where hour has 1-digit only (Bug#5549).
2524
2525 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2526
2527 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2528 of disassemble output in GDB 7.1.
2529
2530 2010-02-19 Glenn Morris <rgm@gnu.org>
2531
2532 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2533 property. (Bug#5593)
2534
2535 2010-02-18 Sam Steingold <sds@gnu.org>
2536
2537 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2538
2539 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 Use abbreviated file names in bookmarks (bug#5591).
2542 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2543 calls to expand-file-name.
2544 (bookmark-relocate): Use abbreviated file names in bookmarks.
2545 (bookmark-load): Use abbreviated file names in messages.
2546
2547 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2548
2549 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2550 expand "." and "..". Reported by Thierry Volpiatto
2551 <thierry.volpiatto@gmail.com>.
2552
2553 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2554
2555 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2556 permissions of the temporary file to "0600". In case the remote
2557 file has no read permissions for the owner, there might be
2558 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2559
2560 22010-02-18 Glenn Morris <rgm@gnu.org>
2561
2562 * emacs-lisp/authors.el (authors-renamed-files-alist):
2563 Add entries for INSTALL.CVS.
2564
2565 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2566
2567 * vc-bzr.el: Fix typo in Known Bugs section.
2568
2569 * isearch.el (isearch-update-post-hook): New hook.
2570 (isearch-update): Use the new hook.
2571
2572 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2573
2574 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2575 Fix errors in copying directories.
2576 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2577 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2578 (tramp-handle-delete-file)
2579 (tramp-handle-dired-recursive-delete-directory)
2580 (tramp-handle-write-region): Flush also the cache for the upper
2581 directory.
2582
2583 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2586
2587 * cus-edit.el (hardware): Doc fix.
2588
2589 * man.el (man): Add to external custom group.
2590
2591 * delim-col.el (columns): Move to wp custom group.
2592
2593 * doc-view.el (doc-view): Add to data custom group.
2594
2595 * cedet/data-debug.el (data-debug): Move to extensions group.
2596
2597 * cedet/ede.el (ede):
2598 * cedet/srecode.el (srecode):
2599 * cedet/semantic.el (semantic): Put in tools and extensions group.
2600
2601 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2602
2603 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2604 by ispell-parse-output (Bug#5575).
2605
2606 2010-02-16 Kenichi Handa <handa@m17n.org>
2607
2608 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2609 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2610 (skkdic-convert): Use `euc-japan' coding system for writing.
2611
2612 2010-02-16 Glenn Morris <rgm@gnu.org>
2613
2614 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2615 tex-main-file before using it. (Bug#5562)
2616
2617 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2620 warnings, since it is annoying for the user to see them each time he
2621 runs the code.
2622
2623 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2626 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2627 instead of PROC for caching "first-password-request". Otherwise,
2628 new processes would not profit from passwords already entered.
2629
2630 * net/tramp-cache.el (tramp-dump-connection-properties):
2631 Don't save "first-password-request" property.
2632
2633 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2634
2635 * outline.el (outline-head-from-level):
2636 * simple.el (with-wrapper-hook):
2637 * cedet/ede.el (ede-run-target, project-delete-target)
2638 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
2639 (ede-adebug-project, ede-adebug-project-parent)
2640 (ede-adebug-project-root):
2641 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2642 (elint-defun, elint-buffer-env, elint-top-form-logged)
2643 (elint-unbound-variable):
2644 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2645 Fix typos in docstrings.
2646
2647 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2648
2649 * files.el (insert-directory): When WILDCARD-REGEXP and
2650 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2651 whole directory. (Bug#5551)
2652
2653 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2654 dired's alignment sanity. (Bug#5516)
2655
2656 2010-02-14 Juri Linkov <juri@jurta.org>
2657
2658 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2659 Remove remaining ^H with their preceding chars. (Bug#5566)
2660
2661 2010-02-13 Glenn Morris <rgm@gnu.org>
2662
2663 * simple.el (transpose-subr): Give it a doc-string.
2664
2665 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2666 Doc fixes.
2667
2668 2010-02-12 Juri Linkov <juri@jurta.org>
2669
2670 * arc-mode.el (archive-unique-fname): Make directories for nested
2671 archives. (Bug#5540)
2672
2673 2010-02-12 Juri Linkov <juri@jurta.org>
2674
2675 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2676
2677 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * subr.el (copy-overlay): Handle deleted overlays.
2680
2681 * man.el (Man-completion-table): Don't signal an error if we can't run
2682 manual-program (bug#4056).
2683
2684 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2687
2688 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2689
2690 * info.el (Info-bookmark-jump): Simplify.
2691
2692 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2693 (bookmark-default-handler): Accept new bookmark field `buffer'.
2694
2695 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * iswitchb.el (iswitchb-completions): Revert last change.
2698
2699 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2700
2701 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2702 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2703 This prevents file names like "~/" being listed literally.
2704
2705 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2708 Remove dead code. (Bug#5546)
2709
2710 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2713 correctly (Bug#5548).
2714
2715 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2716
2717 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2718 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2719
2720 2010-02-08 Kenichi Handa <handa@m17n.org>
2721
2722 * international/mule-util.el (with-coding-priority): Add autoload
2723 cookie for putting `lisp-indent-function'.
2724
2725 2010-02-07 Glenn Morris <rgm@gnu.org>
2726
2727 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2728 Move F2003 named interfaces from keywords-2 to keywords-1, and
2729 use function-name-face rather than constant-face.
2730 Simplify "abstract interface" regexp.
2731
2732 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2733
2734 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2735 ID-FORMAT. Pass it to `file-attributes'.
2736
2737 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2738
2739 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2740
2741 * faces.el (set-face-attribute): Allow calling
2742 internal-set-lisp-face-attribute with 'unspecified family and
2743 foundry argument (Bug#5536).
2744
2745 2010-02-07 Glenn Morris <rgm@gnu.org>
2746
2747 * progmodes/f90.el (f90-font-lock-keywords-2)
2748 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2749 Handle F2003 named interfaces.
2750
2751 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2754 beg and end before calling c-get-state-before-change-functions.
2755
2756 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2757
2758 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2759
2760 2010-02-05 Juri Linkov <juri@jurta.org>
2761
2762 * doc-view.el (doc-view-mode):
2763 * image-mode.el (image-mode): Put property mode-class=special.
2764 (Bug#4896)
2765
2766 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2767
2768 * vc-svn.el (vc-svn-revision-table): New function.
2769
2770 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2771
2772 * net/ange-ftp.el (ange-ftp-insert-directory):
2773 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2774 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2775 Handle also directories. (Bug#5478)
2776
2777 2010-02-05 Glenn Morris <rgm@gnu.org>
2778
2779 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2780
2781 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * startup.el (command-line-1): Convert options beginning with a
2784 single dash as well (Bug#5519).
2785
2786 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2789 * minibuffer.el (completion-initials-expand): Only check the presence
2790 of delims *within* the boundaries, since otherwise the / delim is
2791 always found for files.
2792
2793 Fix up various corner case problems.
2794 * doc-view.el (doc-view-last-page-number): New function.
2795 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2796 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2797 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2798 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2799 (doc-view-convert-current-doc): Don't create the resolution.el file
2800 here any more.
2801 (doc-view-pdf/ps->png): Do it here instead.
2802 (doc-view-already-converted-p): Check that resolution.el is present.
2803 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2804 windows that are not yet showing images.
2805
2806 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2807
2808 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2809 `dired-uncache' for every elemnt which is an absolute file name.
2810
2811 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2812 directory, handle its directory component.
2813 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2814 function is called permanently and creates noise, otherwise.
2815
2816 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2817 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2818 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2819
2820 2010-02-04 David Burger <dburger@google.com> (tiny change)
2821
2822 * macros.el (apply-macro-to-region-lines):
2823 Minor simplification. (Bug#5485)
2824
2825 2010-02-04 Glenn Morris <rgm@gnu.org>
2826
2827 * mail/rmail.el (rmail-show-message-1): Handle malformed
2828 quoted-printable text. (Bug#5441)
2829
2830 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2831
2832 * simple.el (visual-line-mode): Capitalize lighter.
2833
2834 2010-02-03 John Wiegley <jwiegley@gmail.com>
2835
2836 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2837 list of files considered for "virtual buffer" completions.
2838
2839 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2840
2841 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2842 also in case of (and (not full) (not wildcard)). This is needed,
2843 when dired is called with a list of files, which are not in
2844 `default-directory'. (Bug#5478)
2845
2846 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2849
2850 2010-02-02 Juri Linkov <juri@jurta.org>
2851
2852 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2853 from unidiff to allow function-line after @@.
2854
2855 2010-02-02 Juri Linkov <juri@jurta.org>
2856
2857 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2858 '(RCS SCCS) with inverted condition.
2859
2860 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2863 messages.
2864
2865 2010-02-01 Juri Linkov <juri@jurta.org>
2866
2867 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2868 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2869 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2870 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2871
2872 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2875 (doc-view-revert-buffer): New command.
2876 (doc-view-mode-map): Use it.
2877
2878 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2879
2880 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2881 pending merge is detected.
2882
2883 2010-01-31 Juri Linkov <juri@jurta.org>
2884
2885 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2886 beginning of interactive spec like all other grep commands do.
2887 Put "all" in front of "gz". (Bug#5260)
2888
2889 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2890
2891 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2892
2893 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2896 regexp is incorrect (Bug#5476).
2897
2898 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2899
2900 * net/tramp.el (tramp-handle-insert-directory): Handle also
2901 symlinks, when FILENAME is not in `default-directory'.
2902
2903 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2904
2905 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2906 FILE is not in `default-directory'. (Bug#5478)
2907
2908 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2909 of SWITCHES. Handle the case, FILENAME is not in
2910 `default-directory'. (Bug#5478)
2911 (tramp-register-file-name-handlers): Add safe-magic property.
2912
2913 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2916 unzip (Bug#5475).
2917
2918 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2919
2920 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2921 (flymake-master-make-header-init): Add other C++ filename masks.
2922 (flymake-find-possible-master-files)
2923 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2924
2925 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2926
2927 Fix some busybox annoyances.
2928
2929 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2930 not responding." string.
2931 (tramp-open-connection-setup-interactive-shell): Dump stty
2932 settings. Enable "neveropen" arg for all `tramp-send-command'
2933 calls. Handle "=" in variable values properly.
2934 (tramp-find-inline-encoding): Raise an error, when no encoding is
2935 found.
2936 (tramp-wait-for-output): Check, whether PROC buffer is available.
2937 Remove spurious " ^H" sequences, sent by busybox.
2938 (tramp-get-ls-command): Suppress coloring, if possible.
2939
2940 2010-01-28 Glenn Morris <rgm@gnu.org>
2941
2942 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2943
2944 * log-edit.el (log-edit-strip-single-file-name): Add missing
2945 :safe, :group, and :version tags.
2946
2947 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2948
2949 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2950 buffers. (Bug#5477)
2951
2952 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2953
2954 * files.el (delete-directory): Handle moving to trash without
2955 first doing recursion (Bug#5436).
2956
2957 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2958
2959 * vc-hooks.el (vc-path): Mark as obsolete.
2960
2961 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2962
2963 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2964 names too.
2965
2966 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2967 for the short log.
2968 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2969
2970 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2971
2972 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2973
2974 * vc-bzr.el (vc-bzr-revision-table): New function.
2975
2976 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2977
2978 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2979 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2980
2981 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2982
2983 Remove support for adding --signoff on commit.
2984 Future support will use an incompatible generic mechanism.
2985 * vc-git.el (vc-git-add-signoff): Remove variable.
2986 (vc-git-toggle-signoff): Remove function.
2987 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2988
2989 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2990 from xterm-set-background-mode. Return t if the background mode
2991 was set.
2992 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2993 earlier, call it again in case the background mode has changed.
2994
2995 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2996
2997 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2998 (Bug#3541).
2999
3000 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * emacs-lisp/assoc.el (aelement): Doc fix.
3003 (aput, adelete, amake): Use lexical-let (Bug#5450).
3004
3005 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3006
3007 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3008 is the same as subprogram call, not declaration. (Bug#5435).
3009
3010 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3011
3012 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3013 (tramp-smb-maybe-open-connection): Use it.
3014
3015 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3016
3017 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3018
3019 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3022 just because we see "encoding: 8bit".
3023 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3024
3025 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3026
3027 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3028
3029 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3030
3031 * jka-compr.el (jka-compr-load): If load-file is not in
3032 load-history, try its file-truename version. (bug#5447)
3033
3034 2010-01-21 Alan Mackenzie <acm@muc.de>
3035
3036 Fix a situation where deletion of a cpp construct throws an error.
3037 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3038 invoking c-with-all-but-one-cpps-commented-out, check that the
3039 special cpp construct is still in the buffer.
3040 (c-parse-state): Record the special cpp with markers, not numbers.
3041
3042 2010-01-21 Kenichi Handa <handa@m17n.org>
3043
3044 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3045 process last-command-event, as it is now decoded first (Bug#5380).
3046
3047 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3048
3049 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3050
3051 2010-01-20 Glenn Morris <rgm@gnu.org>
3052
3053 * indent.el (tab-always-indent): Fix custom-type.
3054
3055 2010-01-19 Alan Mackenzie <acm@muc.de>
3056
3057 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3058 buffer throws "args out of range".
3059 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3060 playing the role of delimiter.
3061
3062 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3063
3064 * progmodes/ada-mode.el: Fix bug#5400.
3065 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3066 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3067 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3068 Improve comments in "is" portion. Handle null procedure declaration.
3069 (ada-move-to-end): Improve doc string.
3070
3071 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3072
3073 * ido.el (ido-cur-list): Initialize to nil.
3074 Remove obsolete information from commentary.
3075 (ido-choice-list): Initialize to nil.
3076 (ido-get-bufname): Reject minibuffers.
3077 (ido-make-buffer-list): If "default" is a nonexistent
3078 buffer, ignore it, as per the function's comment.
3079 (ido-kill-buffer-internal): New function.
3080 (ido-kill-buffer-at-head): Use it.
3081 (ido-visit-buffer): Likewise.
3082
3083 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3084
3085 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3086
3087 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3088
3089 * cedet/ede/locate.el (ede-locate-file-in-project)
3090 (ede-locate-file-in-project-impl): Fix typos in docstrings.
3091 (ede-enable-locate-on-project): Fix typos in error messages.
3092
3093 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3094 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3095 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3096 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3097 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3098 Fix typos in menu help.
3099
3100 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3101 Fix typos in chart titles.
3102
3103 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3104 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3105 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3106 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3107 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3108 (semantic-parse-stream, semantic-parse-region)
3109 (semantic-parse-region-default, semantic--set-buffer-cache)
3110 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3111 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3112 (semantic-default-submodes):
3113 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3114 (semanticdb-create-ebrowse-database)
3115 (semanticdb-find-tags-for-completion-method)
3116 (semanticdb-find-tags-by-class-method)
3117 (semanticdb-deep-find-tags-by-name-method)
3118 (semanticdb-deep-find-tags-for-completion-method):
3119 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3120 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3121 (semanticdb-find-tags-for-completion-method)
3122 (semanticdb-find-tags-by-class-method)
3123 (semanticdb-deep-find-tags-for-completion-method):
3124 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3125 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3126 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3127 (semanticdb-find-tags-by-name-method)
3128 (semanticdb-find-tags-by-name-regexp-method)
3129 (semanticdb-find-tags-for-completion-method)
3130 (semanticdb-find-tags-by-class-method)
3131 (semanticdb-find-tags-external-children-of-type-method)
3132 (semanticdb-find-tags-subclasses-of-type-method)
3133 (semanticdb-deep-find-tags-by-name-method)
3134 (semanticdb-deep-find-tags-by-name-regexp-method)
3135 (semanticdb-deep-find-tags-for-completion-method):
3136 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3137 (semanticdb-enable-gnu-global-in-buffer)
3138 (semanticdb-find-tags-for-completion-method)
3139 (semanticdb-deep-find-tags-by-name-method)
3140 (semanticdb-deep-find-tags-for-completion-method):
3141 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3142 (javascript-mode, semanticdb-find-translate-path)
3143 (semanticdb-find-tags-for-completion-method)
3144 (semanticdb-find-tags-by-class-method)
3145 (semanticdb-deep-find-tags-by-name-method)
3146 (semanticdb-deep-find-tags-for-completion-method)
3147 (semanticdb-find-tags-external-children-of-type-method):
3148 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3149 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3150 (global-semantic-idle-scheduler-mode):
3151 * cedet/srecode/dictionary.el (srecode-field-value)
3152 (srecode-dictionary-add-section-dictionary):
3153 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3154 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3155 (describe-class, eieio-describe-generic, describe-generic):
3156 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3157 (eieio-speedbar-expand):
3158 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3159 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3160 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3161 (viper-del-backward-char-in-replace, viper-backward-indent)
3162 (viper-brac-function, viper-register-to-point, viper-submit-report):
3163 * net/tramp.el (tramp-remote-coding-commands):
3164 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3165 Fix typos in docstrings.
3166
3167 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * mail/sendmail.el (mail-yank-original): Set the mark if the
3170 specified function for yanking does not do it.
3171
3172 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3173
3174 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3175
3176 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3177 resyncing a directory.
3178
3179 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3180
3181 * progmodes/ada-mode.el: Fix bug#1920.
3182 (ada-ident-re): Delete ., allow multibyte characters.
3183 (ada-goto-label-re): New; matches goto labels.
3184 (ada-block-label-re): New; matches block labels.
3185 (ada-label-re): New; matches both.
3186 (ada-named-block-re): Deleted; callers changed to use
3187 `ada-block-label-re' instead.
3188 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3189 Use `ada-block-label-re'.
3190 (ada-indent-on-previous-lines): Improve handling of goto labels.
3191 (ada-get-indent-block-start): Special-case block label.
3192 (ada-get-indent-label): Split into `ada-indent-block-label' and
3193 `ada-indent-goto-label'.
3194 (ada-goto-stmt-start, ada-goto-next-non-ws):
3195 Optionally ignore goto labels.
3196 (ada-goto-next-word): Simplify.
3197 (ada-indent-newline-indent-conditional): Insert newline before
3198 trying to fix indentation; doc fix.
3199
3200 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3201
3202 * calc/calc.el (calc-command-flags): Give it an initial value.
3203
3204 2010-01-17 Glenn Morris <rgm@gnu.org>
3205
3206 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3207
3208 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3209
3210 * cedet/semantic.el (semantic-mode):
3211 * files.el (minibuffer-with-setup-hook):
3212 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3213 (artist-key-draw-continously, artist-key-do-continously-continously)
3214 (artist-key-set-point-continously, artist-mouse-draw-continously):
3215 Fix typos in docstrings.
3216
3217 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3218
3219 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3220 return t (Bug#3898).
3221
3222 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3223
3224 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3225 can parse the output of the external commands (Bug#5279).
3226
3227 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3228
3229 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3230
3231 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3232
3233 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3234
3235 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3236
3237 * startup.el (command-line): Remove unused --icon-type arg.
3238 Handle --display arg, passing it to command-line-1 (Bug#5392).
3239
3240 2010-01-16 Mario Lang <mlang@delysid.org>
3241
3242 * cedet/ede/cpp-root.el (ede-cpp-root-project):
3243 * cedet/ede/files.el (ede-expand-filename):
3244 * cedet/ede/simple.el (ede-simple-project):
3245 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3246 (semantic-complete-inline-tag-engine):
3247 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3248 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3249 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3250 * cedet/semantic/db.el (semanticdb-equivalent-mode):
3251 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3252 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3253 * emacs-lisp/chart.el (chart-translate-namezone):
3254 * textmodes/artist.el (artist-compute-popup-menu-table):
3255 Remove duplicated words in doc-strings.
3256
3257 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3258
3259 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3260 to mairix-search to suppress threading (Bug#5342).
3261
3262 2010-01-15 Kenichi Handa <handa@m17n.org>
3263
3264 * international/mule-cmds.el (canonicalize-coding-system-name):
3265 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3266
3267 2010-01-15 Glenn Morris <rgm@gnu.org>
3268
3269 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3270
3271 * wid-edit.el (widget-keymap): Doc fix.
3272
3273 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3274 former seems to be more widely accepted by various svn versions.
3275
3276 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * find-cmd.el (find-constituents):
3279 * vc-arch.el (vc-arch-root):
3280 * window.el (window-body-height, pop-up-frames):
3281 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3282 (semantic-no-reparse-needed-change-hook):
3283 * cedet/srecode/insert.el (srecode-resolve-argument-list)
3284 (srecode-template-inserter-blank, srecode-template-inserter-variable)
3285 (srecode-template-inserter-ask, srecode-template-inserter-width)
3286 (srecode-template-inserter-section-start)
3287 (srecode-template-inserter-section-end, srecode-insert-method):
3288 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3289 * progmodes/ada-stmt.el (ada-if):
3290 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3291 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3292 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3293 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3294
3295 * progmodes/flymake.el (flymake-post-syntax-check):
3296 Fix typo in error message.
3297
3298 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3301 which is always a string. (Bug#5313)
3302
3303 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * progmodes/ada-xref.el (ada-default-prj-properties):
3306 Simplify previous change.
3307
3308 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3309
3310 * progmodes/ada-xref.el (ada-default-prj-properties):
3311 Default ada_project_path to $ADA_PROJECT_PATH.
3312
3313 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3314
3315 * progmodes/ada-mode.el (ada-create-keymap):
3316 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3317
3318 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3319
3320 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3321 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3322 (ada-get-current-indent, ada-imenu-generic-expression)
3323 (ada-which-function): Check for it.
3324
3325 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3326
3327 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3328 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3329
3330 2010-01-14 Glenn Morris <rgm@gnu.org>
3331
3332 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3333
3334 2010-01-14 Kenichi Handa <handa@m17n.org>
3335
3336 * composite.el (auto-composition-mode): Make it a buffer local
3337 variable (permanent-local).
3338 (auto-composition-function): Set the default value to
3339 auto-compose-chars.
3340 (auto-composition-mode): Make it a simple function, not a minor mode.
3341 (global-auto-composition-mode): Likewise.
3342 (turn-on-auto-composition-if-enabled): Delete it.
3343
3344 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3345
3346 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3347
3348 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3349
3350 * files.el (copy-directory): Compute target for recursive
3351 directories with identical names. (Bug#5343)
3352
3353 2010-01-12 Glenn Morris <rgm@gnu.org>
3354
3355 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3356 it to bug-gnu-emacs rather than emacs-pretest-bug.
3357
3358 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * cedet/data-debug.el (data-debug): Fix customization group reference.
3361
3362 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * cedet/semantic/analyze.el (semantic-analyze-push-error)
3365 (semantic-analyze-context, semantic-analyze-context-assignment)
3366 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3367 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3368 (semantic-java-doc-keywords-map):
3369 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3370 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3371 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3372 (semantic-c-classname, semantic-format-tag-uml-prototype)
3373 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3374 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3375 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3376 (semantic-get-local-variables, semantic-end-of-command)
3377 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
3378 (lisp-mode):
3379 * cedet/semantic/bovine/make.el (makefile-mode):
3380 * cedet/semantic/wisent/python.el (wisent-python-string-re)
3381 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
3382 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
3383 (semantic-lex, semantic-get-local-variables, python-mode):
3384 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
3385 * cedet/srecode/extract.el (srecode-extract-state-set)
3386 (srecode-extract-method): Fix typos in docstrings.
3387
3388 2010-01-11 Sam Steingold <sds@gnu.org>
3389
3390 * imenu.el (imenu-default-create-index-function): Detect infinite
3391 loops caused by imenu-prev-index-position-function.
3392
3393 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3394
3395 * htmlfontify.el (htmlfontify-load-rgb-file)
3396 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3397 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3398 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3399 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3400 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3401 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3402 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3403 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3404 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3405 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3406 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3407 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3408 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3409 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3410 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3411 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3412 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3413 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3414 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3415 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3416 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3417 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3418 backslash-quoting from parentheses, etc.
3419
3420 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * progmodes/js.el: Autoload javascript-mode alias.
3423
3424 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3425
3426 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3427 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3428 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3429 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3430 Fix typos in docstrings.
3431 (ffap-url-regexp): Doc fix.
3432 (ffap-at-mouse): Fix typo in message.
3433
3434 2010-01-11 Glenn Morris <rgm@gnu.org>
3435
3436 * version.el (emacs-copyright): Set copyright year to 2010.
3437
3438 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * format.el (format-annotate-function): Only set
3441 write-region-post-annotation-function after running to-fn so as not to
3442 affect nested write-region calls (bug#5273).
3443
3444 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3445
3446 * cedet/semantic.el (semantic-new-buffer-setup-functions):
3447 Add python parser.
3448
3449 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3450 wisent/python.el.
3451
3452 2010-01-10 Richard Kim <emacs18@gmail.com>
3453
3454 * cedet/semantic/wisent/python-wy.el:
3455 * cedet/semantic/wisent/python.el: New files.
3456
3457 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * man.el (Man-goto-section): Signal error if the section is not
3460 found (Bug#5317).
3461
3462 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3463
3464 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3465 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3466
3467 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * progmodes/compile.el: Don't treat compile-command as safe if
3470 compilation-read-command might be nil (Bug#4218).
3471
3472 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3473
3474 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3475 NS options.
3476
3477 2010-01-08 Kenichi Handa <handa@m17n.org>
3478
3479 * international/fontset.el (build-default-fontset-data):
3480 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3481
3482 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3485 to `create-file-buffer' as it expects, not just a buffer name.
3486 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3487 to help uniquify. (Bug#3224)
3488
3489 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3490
3491 * font-setting.el (font-setting-change-default-font): Use user-spec
3492 instead of name.
3493
3494 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3497
3498 2010-01-05 Tom Tromey <tromey@redhat.com>
3499
3500 * progmodes/python.el (python-font-lock-keywords):
3501 Handle qualified decorators (Bug#881).
3502
3503 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3504
3505 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3506 in a lightweight checkout.
3507
3508 2010-01-05 Kenichi Handa <handa@m17n.org>
3509
3510 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3511
3512 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3513
3514 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3515
3516 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3517
3518 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3519 checkouts. (Bug#618)
3520 (vc-bzr-log-view-mode): Also highlight the author.
3521 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3522 (vc-bzr-shelve-menu-map):
3523 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3524 (vc-bzr-shelve-apply): Make prompt more explicit.
3525
3526 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3529 They are valid characters in URL paths (rfc3986), and at least
3530 Firefox does not understand the encoded version (Bug#3166).
3531
3532 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3533
3534 * progmodes/octave-mod.el (octave-end-keywords)
3535 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3536 Add "end" keyword (Bug#3061).
3537 (octave-end-as-array-index-p): New function.
3538 (calculate-octave-indent): Use it.
3539
3540 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3541
3542 * bookmark.el: Consistently put the text property on the bookmark name.
3543 (bookmark-bmenu-marks-width): Bump back to 2, to include
3544 annotation marks.
3545 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3546 property on the bookmark name, instead of not putting it at all.
3547 (bookmark-bmenu-list): Fix where we put the text property.
3548
3549 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3550
3551 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3552 for showing buffer modified state (as added in the previous change).
3553
3554 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3555
3556 * bookmark.el: Show modified state of bookmark buffer more accurately.
3557 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3558 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3559 (with-buffer-modified-unmodified): New macro.
3560 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3561 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3562 Use new macro to preserve the buffer modified state.
3563
3564 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3565
3566 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3567 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3568 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3569 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3570 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3571 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3572 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3573
3574 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3575
3576 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3577 Make the lines in the generated doc string shorter. (Bug#4668)
3578
3579 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3580
3581 * net/rcirc.el: Add follow-link binding (Bug#4738).
3582
3583 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3584
3585 * Makefile.in (bzr-update): Rename from cvs-update.
3586 (cvs-update): New target for backward compatibility.
3587
3588 * makefile.w32-in (bzr-update): Rename from cvs-update.
3589 (cvs-update): New target for backward compatibility.
3590
3591 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3592
3593 * bookmark.el: Remove gratuitous gratitude.
3594
3595 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3596
3597 * bookmark.el (bookmark-bmenu-any-marks): New function
3598 (bookmark-bmenu-save): Clear buffer modification if no marks.
3599
3600 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3601
3602 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3603 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3604 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3605 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3606
3607 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3608 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3609 To: emacs-devel {_AT_} gnu.org
3610 Subject: bookmark.el bug report
3611 Date: Mon, 28 Dec 2009 14:19:16 +0800
3612 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3613
3614 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3615
3616 * bookmark.el: Improvements suggested by Drew Adams:
3617 (bookmark-bmenu-ensure-position): New name for
3618 `bookmark-bmenu-check-position'. Just ensure the position,
3619 don't return any meaningful value.
3620 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3621 New constants.
3622
3623 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3624
3625 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3626 (bookmark-yank-point, bookmark-bmenu-check-position):
3627 Fix typos in docstrings.
3628 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3629 (bookmark-name-from-full-record, bookmark-get-position)
3630 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3631 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3632 Remove useless quoting of parenthesis, etc. in docstrings.
3633
3634 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3635 (ediff-append-custom-diff): Fix typo in error message.
3636 (ediff-meta-mark-equal-files): Fix typos in messages.
3637
3638 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3639
3640 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
3641 Fix typo in docstring.
3642
3643 * net/imap-hash.el (imap-hash-make): Doc fix.
3644 (imap-hash-test): Fix typo in error message; reflow docstring.
3645 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3646 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3647 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3648 Fix typos in docstrings.
3649 (imap-hash-open-connection): Fix typo in error message.
3650
3651 * play/gomoku.el (gomoku): Fix typos in docstring.
3652
3653 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3654 (gdb-jsonify-buffer): Fix typos in docstring.
3655 (gdb-goto-breakpoint): Fix typo in error message.
3656 ("Display Other Windows"): Fix typo in help message.
3657 (gdb-speedbar-expand-node): Fix typo in question.
3658
3659 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3660 (idlwave-html-system-help-location, idlwave-html-help-location)
3661 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3662 (idlwave-help-browser-generic-args, idlwave-help-directory)
3663 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3664 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3665 (idlwave-online-help, idlwave-help-html-link)
3666 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3667 Fix typos in docstrings.
3668 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3669 Reflow docstrings.
3670 (idlwave-help-assistant-start): Fix typo in error message.
3671
3672 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3673 (octave-electric-space): Fix typos in docstrings.
3674
3675 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3678
3679 2010-01-01 Juri Linkov <juri@jurta.org>
3680
3681 * comint.el (comint-input-ring-size): Make it a defcustom and
3682 increase the default to 500 (Bug#5148).
3683
3684 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3685
3686 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3687 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3688 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3689
3690 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3691
3692 Show working revision correctly for mercurial.
3693 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3694 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3695
3696 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3697
3698 Declare some functions for the byte-compiler.
3699 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3700 (speedbar-timer-fn, speedbar-change-expand-button-char)
3701 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3702
3703 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3704
3705 This changeset reverts GDB Graphical Interface to use annotations.
3706 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3707
3708 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3709
3710 Make vc-dir work on subdirectories of the bzr root.
3711 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3712 file names relative to it.
3713 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3714 relative directory to vc-bzr-after-dir-status.
3715
3716 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3717
3718 * font-lock.el (font-lock-refresh-defaults): New function, which
3719 can be used to let font-lock react to external changes in
3720 variables like font-lock-defaults and keywords.
3721 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3722
3723 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3724
3725 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3726
3727 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3728
3729 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3730
3731 Supersede color.diff settings in git log (bug#5211).
3732
3733 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3734 escape chars in its output when the user has color.diff set to `always'.
3735 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3736
3737 2009-12-26 Kevin Ryde <user42@zip.com.au>
3738
3739 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3740 node. Keep previous "Index" name to work with past coreutils too.
3741
3742 * man.el (man): Revise docstring a bit to show -a and -l as
3743 examples. Add -k description since support for it has otherwise
3744 been a secret. (Further to bug#3717.)
3745 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3746 "no matches" rather than "Can't find manpage", as the latter reads
3747 like -k was interpreted as a page name, which is not so. (Bug#5431)
3748
3749 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3750
3751 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3752 switches. Check also for //SUBDIRED// line.
3753
3754 2009-12-25 Kenichi Handa <handa@m17n.org>
3755
3756 * language/indian.el (devanagari-composable-pattern): Fixed to
3757 handle ZWNJ and ZWJ. Use it in composition-function-table for
3758 Devanagari.
3759 (malayalam-composable-pattern): Fix previous change.
3760
3761 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3762
3763 * ps-print.el (ps-face-attributes): It was not returning the
3764 attribute face for faces specified as string. Reported by harven
3765 <harven@free.fr>.
3766 (ps-print-version): New version 7.3.5.
3767
3768 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3769
3770 * calendar/icalendar.el (icalendar--convert-tz-offset):
3771 Fix timezone names.
3772 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3773 (icalendar--add-diary-entry): Remove the trailing blank that
3774 diary-make-entry inserts.
3775
3776 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3777
3778 Make `file-expand-wildcards' work for remote files.
3779
3780 * files.el (file-expand-wildcards): In case of remote files, check
3781 only local file name part for wildcards. Provide feature 'files
3782 and subfeature 'remote-wildcards. (Bug#5198)
3783
3784 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3785 if there is already an established connection.
3786 (tramp-advice-file-expand-wildcards): Remove it.
3787
3788 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3789 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3790 Activate advice for older GNU Emacs versions. (Bug#5237)
3791
3792 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3793
3794 Some doc fixes (more needed).
3795
3796 * find-cmd.el (find-constituents): Reflow docstring.
3797 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3798 (find-generic): Doc fix.
3799
3800 2009-12-17 Juri Linkov <juri@jurta.org>
3801
3802 Fix regression from 23.1 to allow multiple modes in Local Variables.
3803
3804 * files.el (hack-local-variables-filter): While ignoring duplicates,
3805 don't take `mode' into account.
3806 (hack-local-variables-filter, hack-dir-local-variables):
3807 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3808
3809 2009-12-17 Juri Linkov <juri@jurta.org>
3810
3811 Make `dired-diff' safer. (Bug#5225)
3812
3813 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3814 `current' or when `file' is a directory of the `current' file.
3815
3816 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3817
3818 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3819 unconditionally preloaded files.
3820
3821 2009-12-16 Juri Linkov <juri@jurta.org>
3822
3823 Revert to old 23.1 logic of using the file at the mark as default.
3824 * dired-aux.el (dired-diff): Use the file at the mark as default
3825 if it's not the same as the current file, and the target dir is
3826 the current dir or the mark is active. Add the current file
3827 as the arg of `dired-dwim-target-defaults'. Use the default file
3828 in the prompt. (Bug#5225)
3829
3830 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3831
3832 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3833 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3834 (tramp-check-for-regexp): Check also, when an echoing shell stops
3835 to echo sent commands.
3836
3837 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * Makefile.in: Revert last change (Bug#5191).
3840
3841 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3842
3843 * vc-hg.el (vc-hg-print-log): Fix argument order.
3844 (vc-hg-working-revision): Make sure the command is executed in a
3845 known environment so that we can parse the output. (Bug#4417)
3846
3847 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3848
3849 * progmodes/python.el (python-symbol-completions): Remove text
3850 properties from symbol string before calling python-send-receive.
3851
3852 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3853
3854 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3855 when there are values for both file and line. (Bug#5060)
3856
3857 2009-12-14 Juri Linkov <juri@jurta.org>
3858
3859 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3860 whitespace after the file name of the first line of unified format,
3861 because git-diff doesn't output whitespace and file modification time
3862 after the file name.
3863
3864 2009-12-14 David Kastrup <dak@gnu.org>
3865
3866 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3867 check if it already has the `display' property added by
3868 `Info-display-images-node', and not put the `invisible' property
3869 in this case.
3870
3871 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3874 (semantic-mru-bookmark-mode): Doc fixes.
3875
3876 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3877 of assert.
3878
3879 2009-12-13 Glenn Morris <rgm@gnu.org>
3880
3881 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3882 (report-emacs-bug): In message-mode, sort manually before storing
3883 original report text. (Bug#5178)
3884 Remove superfluous save-excursion.
3885
3886 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3887
3888 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3889 when responding to "GetAll" properties.
3890
3891 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3892
3893 * simple.el (compose-mail): Remove mail-setup-with-from from
3894 customization checks.
3895
3896 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3897
3898 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3899 RAR archives created on Unix systems.
3900
3901 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3904 the varalias that was accidentally removed by the 2009-11-19 change
3905 (bug#5186).
3906
3907 2009-12-12 Kenichi Handa <handa@m17n.org>
3908
3909 * language/indian.el (indian-compose-regexp): New function.
3910 (malayalam-composable-pattern): Fix the pattern.
3911 (composition-function-table): Set malayalam-composable-pattern for
3912 Malayalam characters.
3913
3914 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3915
3916 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3917 rather than down-mouse-1, based on follow-link conventions.
3918
3919 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3920 are compiled.
3921
3922 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3923
3924 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3925 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3926 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3927 (verilog-leap-to-head, verilog-backward-token):
3928 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3929
3930 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3931
3932 * progmodes/verilog-mode.el (verilog-auto-lineup)
3933 (verilog-nameable-item-re): Cleanup user-visible spelling and
3934 documentation errors. One reported by Gary Delp.
3935 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3936 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3937 package, bug195. Reported by Pierre-David Pfister.
3938
3939 2009-12-11 Glenn Morris <rgm@gnu.org>
3940
3941 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3942
3943 * mail/emacsbug.el: No longer require sendmail.
3944 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3945 (report-emacs-bug-orig-text): Doc fix.
3946 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3947 New local variables, to adapt to different mail-user-agents.
3948 (report-emacs-bug): Fix test for a gnu.org address.
3949 Use overlays for emphasis, since font-lock defeats 'face property.
3950 Pretest bugs also end up at the newsgroup these days.
3951 Stop message-mode stripping text properties.
3952 Set and use the new buffer-local variables.
3953 (report-emacs-bug-hook): Add doc-string.
3954 Remove some unnecessary save-excursions and simplify.
3955 Use the appropriate hook and send-command.
3956
3957 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3958 capitalization of some menu entries.
3959
3960 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3961
3962 * whitespace.el (whitespace-display-char-on): Ensure
3963 `buffer-display-table' is unique when two or more windows are
3964 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3965 New version 12.1.
3966
3967 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3968
3969 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3970 characters in the Attribute field.
3971
3972 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3973
3974 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3975
3976 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3979 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3980 Disregard autoload-excludes.
3981 (update-directory-autoloads): Obey autoload-excludes here instead.
3982 But don't store its contents in no-autoloads and remove entries that
3983 refer to excludes files.
3984
3985 2009-12-10 Glenn Morris <rgm@gnu.org>
3986
3987 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3988 (expand-mail-aliases): Define for compiler.
3989
3990 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3991 Define for compiler.
3992
3993 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3994 appropriate for the mail-user-agent in use.
3995
3996 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3997
3998 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3999
4000 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4001
4002 Fix short log parsing and fontification.
4003 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4004 Fix fontification for the [merge] label.
4005
4006 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4007
4008 Drop some properties to avoid surprises (bug#5002).
4009 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4010 (hfy-fontify-buffer): Use it.
4011
4012 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 Minor cleanup.
4015 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4016 Adjust all callers.
4017 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4018 args compulsory. Adjust callers.
4019 (ffap-gopher-at-point): Remove unused var `name'.
4020
4021 Get rid of the ELCFILES abomination.
4022 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4023 (compile-elcfiles): New phony target.
4024 (compile-main): Compute ELCFILES dynamically.
4025 (compile-clean): New target to remove left-over elc files.
4026 (compile, all): Use it.
4027
4028 2009-12-09 Kenichi Handa <handa@etlken>
4029
4030 * international/mule-diag.el: Require help-mode instead of help-fns.
4031
4032 2009-12-09 Kenichi Handa <handa@m17n.org>
4033
4034 * international/mule-cmds.el (ucs-names): Supply sufficiently
4035 fine ranges instead of pre-calculating accurate ranges.
4036 Iterate with bigger gc-cons-threshold.
4037
4038 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4039
4040 Add support for stashing a snapshot of the current tree.
4041 * vc-git.el (vc-git-stash-snapshot): New function.
4042 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4043
4044 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4045
4046 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4047 instead of `(beginning|end)-of-line'.
4048
4049 2009-12-08 Glenn Morris <rgm@gnu.org>
4050
4051 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4052
4053 * Makefile.in (ELCFILES): Regenerate.
4054
4055 2009-12-07 Juri Linkov <juri@jurta.org>
4056
4057 Don't lazy-highlight the comint output in history Isearch mode.
4058
4059 * comint.el (comint-history-isearch-search): Instead of
4060 `comint-line-beginning-position', use `comint-after-pmark-p'
4061 to check if point if before the process mark, and go to
4062 `process-mark' in this case.
4063
4064 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * textmodes/tex-mode.el (latex-complete)
4067 (latex-indent-or-complete): Remove.
4068 (latex-mode): Set completion-at-point-functions instead.
4069
4070 Provide a standard completion command and hook it into TAB.
4071 * minibuffer.el (completion-at-point-functions): New var.
4072 (completion-at-point): New command.
4073 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4074 * progmodes/python.el (python-mode-map): Use completion-at-point.
4075 (python-completion-at-point): Rename from python-partial-symbol and
4076 adjust for use in completion-at-point-functions.
4077 (python-mode): Setup completion-at-point for Python completion.
4078 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4079 extracted from lisp-complete-symbol.
4080 (lisp-complete-symbol): Use it.
4081 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4082 setup completion-at-point for Elisp completion.
4083 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4084 Use completion-at-point.
4085 * ielm.el (ielm-map): Use completion-at-point.
4086 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4087 * progmodes/sym-comp.el: Move to...
4088 * obsolete/sym-comp.el: Move from progmodes.
4089
4090 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4091
4092 Prevent save-buffer in Rmail buffers from using the coding-system
4093 of the current message, and from clobbering the encoding mnemonics
4094 in the mode line (Bug#4623).
4095
4096 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4097 flag, too.
4098 (rmail-message-encoding): New variable.
4099 (rmail-write-region-annotate): Record the encoding of the current
4100 message in rmail-message-encoding.
4101 (rmail-after-save-hook): New function, restores the encoding of
4102 the current message after the message collection is saved.
4103
4104 2009-12-07 Juri Linkov <juri@jurta.org>
4105
4106 * progmodes/grep.el (grep-read-files): Use `completing-read'
4107 instead of `read-string'. Set its `collection' arg to
4108 `read-file-name-internal'. (Bug#4301)
4109
4110 2009-12-07 Juri Linkov <juri@jurta.org>
4111
4112 Correctly restore original Isearch point. (Bug#4994)
4113
4114 * isearch.el (isearch-mode): Move `isearch-push-state' after
4115 `(run-hooks 'isearch-mode-hook)'.
4116 (isearch-cancel): When `isearch-push-state-function' is defined,
4117 let-bind `isearch-cmds' to the first state (the last element of
4118 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4119 function and restores the original point). Otherwise, move point
4120 to `isearch-opoint'.
4121
4122 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4125 chars that don't have names, so the table can be built much faster at
4126 run-time.
4127
4128 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4129
4130 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4131 change. Suggested by David Kastrup.
4132
4133 * simple.el (compose-mail): Check for incompatibilities and warn.
4134 (compose-mail-user-agent-warnings): New option.
4135
4136 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4137
4138 Support showing a single log entry from vc-annotate.
4139 * vc.el (print-log): Add a new argument: START-REVISION.
4140 (vc-print-log-internal): Add a new optional argument and
4141 pass it to the backend.
4142 (vc-print-log, vc-print-root-log): Adjust callers.
4143 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4144 buffer already displays the requested log entry, use it.
4145 Otherwise display only the log entry in question.
4146 * vc-svn.el (vc-svn-print-log):
4147 * vc-mtn.el (vc-mtn-print-log):
4148 * vc-hg.el (vc-hg-state):
4149 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4150 (vc-git-show-log-entry): Return t on success.
4151 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4152 (vc-bzr-show-log-entry): Return t on success.
4153 * vc-rcs.el (vc-rcs-print-log):
4154 * vc-sccs.el (vc-sccs-print-log):
4155 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4156
4157 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4158
4159 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4160 Add menus to the meta mode. (Bug#5043)
4161
4162 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4163
4164 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4165 event-key.
4166
4167 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4168
4169 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4170
4171 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4172 Berbain <raphael.berbain@gmail.com>.
4173
4174 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4175 characters.
4176 (tramp-initial-end-of-output): New defconst.
4177 (tramp-methods, tramp-find-shell)
4178 (tramp-open-connection-setup-interactive-shell)
4179 (tramp-maybe-open-connection): Use it.
4180 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4181 existence of `#' and `$'.
4182
4183 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4184 `tramp-initial-end-of-output'.
4185
4186 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4187
4188 Get the background mode from the terminal for xterm, and set
4189 faces accordingly.
4190 * term/xterm.el (xterm-set-background-mode): New function.
4191 (terminal-init-xterm): Use it in case xterm supports background
4192 color queries. Recompute faces after getting the background
4193 color.
4194
4195 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4196
4197 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4198 number comment back on its own line, for easier parsing.
4199
4200 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 Make it work for non-file buffers (bug#5102).
4203 * doc-view.el (doc-view-current-cache-dir):
4204 Use doc-view-buffer-file-name rather than buffer-file-name.
4205 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4206
4207 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4208
4209 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4210 author field is too short.
4211
4212 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4213
4214 * vc-git.el (vc-git-print-log): Handle a limit argument.
4215 Display the short log in graph form and with labels.
4216 (vc-git-log-view-mode): Handle labels.
4217
4218 Make vc-revert change VC state from 'added to 'unregistered.
4219 * vc-git.el (vc-git-revert): Call git reset first.
4220
4221 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4222
4223 * net/newst-backend.el, net/newst-plainview.el:
4224 * net/newst-reader.el, net/newst-ticker.el:
4225 * net/newst-treeview.el, net/newsticker.el:
4226 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4227
4228 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4231
4232 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4233 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4234 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4235 Update annotation regexp.
4236
4237 * simple.el (beginning-of-visual-line): Constrain to field
4238 boundaries (Bug#5106).
4239
4240 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4241
4242 * xml.el (xml-substitute-numeric-entities): Move
4243 newsticker--decode-numeric-entities in newst-backend.el to
4244 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4245 * net/newst-backend.el (newsticker--parse-generic-feed)
4246 (newsticker--parse-generic-items)
4247 (newsticker--decode-numeric-entities): Move
4248 newsticker--decode-numeric-entities in newst-backend.el to
4249 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4250
4251 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4252
4253 * progmodes/js.el (js--js-not): Add null to the list of values.
4254
4255 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4256
4257 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4258
4259 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4260
4261 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4262 delimiter if it is at the end of the current line.
4263 (bibtex-generate-url-list): Fix docstring.
4264
4265 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4266
4267 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4268 minibuffer's content with itself.
4269 Fold the confirm-after-completion case into the `confirm' case.
4270 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4271
4272 2009-12-06 Kevin Ryde <user42@zip.com.au>
4273
4274 * ffap.el (ffap-rfc-path): Make this a defcustom since
4275 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4276
4277 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4278 manuals, similar to existing setup for help-mode. (Bug#3913.)
4279
4280 2009-12-05 Juri Linkov <juri@jurta.org>
4281
4282 Save and restore dired buffer's point positions too. (Bug#4880)
4283
4284 * dired.el (dired-save-positions): Return in the first element
4285 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4286 Doc fix.
4287 (dired-restore-positions): First restore buffer's position.
4288 While restoring window's positions, check if window still displays
4289 the original buffer.
4290
4291 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4294 if possible.
4295
4296 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4297 Make argument optional.
4298
4299 * shell.el (shell): Require ansi-color (Bug#5113).
4300
4301 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4302
4303 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4304
4305 2009-12-05 Alan Mackenzie <acm@muc.de>
4306
4307 * progmodes/cc-mode.el (c-before-hack-hook)
4308 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4309 `c-file-style' to work again. This reversion restores the current
4310 software to its state in Emacs 23.1. (Bug#4146)
4311
4312 2009-12-05 Kevin Ryde <user42@zip.com.au>
4313
4314 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4315 comment-start-skip to comment-end-skip as comment (Bug#4781).
4316
4317 2009-12-05 Juri Linkov <juri@jurta.org>
4318
4319 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4320 for virtual nodes. (Bug#4147)
4321 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4322 when moving from a virtual node.
4323 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4324 (Info-mode): Add `Info-virtual-index' to the docstring.
4325
4326 2009-12-05 Eric Ludlam <zappo@gnu.org>
4327
4328 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4329 Describe project macro symbols.
4330
4331 * cedet/semantic/complete.el (semantic-complete-do-completion):
4332 Don't call semantic-collector-current-exact-match.
4333
4334 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4335 ede-objects as targets.
4336
4337 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4338 a target's object list even if compiler vars are already in the
4339 Makefile.
4340
4341 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4342 list of headers producing necessary macros.
4343
4344 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4345
4346 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4347 track of the buffer position of the end of a BibTeX entry as this
4348 position may change during reformatting.
4349 (bibtex-format-entry): Remove whitespace before processing
4350 numerical fields so that we recognize the latter properly.
4351 (bibtex-reformat): Do not use push which changes the global value
4352 of bibtex-entry-format.
4353 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4354 (bibtex-field-re-init): Replace only space characters by regexp
4355 for whitespace.
4356 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4357 (bibtex-initialize): Also update bibtex-strings.
4358 (bibtex-kill-field): Preserve white space at end of entry.
4359 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4360 Update bibtex-reference-keys.
4361
4362 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4365 point after a star, if that's the only place where modifications can
4366 make progress.
4367
4368 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4369
4370 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4371 in docstrings.
4372
4373 2009-12-04 Juri Linkov <juri@jurta.org>
4374
4375 * proced.el (proced): Call `(proced-update t)' to update process
4376 information instead of only running proced-post-display-hook.
4377 (proced-send-signal): Add a leading space to the buffer name
4378 " *Marked Processes*" to make this buffer ephemeral.
4379
4380 2009-12-04 Juri Linkov <juri@jurta.org>
4381
4382 * dired.el (dired-auto-revert-buffer): New defcustom.
4383 (dired-internal-noselect): Use it.
4384
4385 2009-12-04 Juri Linkov <juri@jurta.org>
4386
4387 Change roles of modes and functions in image-mode.el (Bug#5062).
4388
4389 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4390 in `auto-mode-alist'.
4391 (image-mode-previous-major-mode): New variable.
4392 (image-minor-mode-map): Rename from `image-mode-text-map'.
4393 (image-mode): Move graceful error-handling code from
4394 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4395 (image-minor-mode): Remove all image-handling code.
4396 Replace `image-mode-text-map' with `image-minor-mode-map'.
4397 Check for `image-type' in mode-line format string.
4398 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4399 (image-mode-as-text): New function with most code from
4400 `image-mode-maybe'.
4401 (image-toggle-display-text): Move code that removes image
4402 properties from `image-toggle-display' to here.
4403 (image-toggle-display-image): New function with code that adds
4404 image properties copied from `image-toggle-display'.
4405 (image-toggle-display): Remove most code with leaving only code
4406 that toggles between `image-mode-as-text' and `image-mode'.
4407
4408 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4409
4410 * net/newst-treeview.el
4411 (newsticker--treeview-list-highlight-start): Restored call to
4412 save-excursion: Selected item was stuck.
4413 (newsticker--treeview-list-select): New.
4414 (newsticker--treeview-item-show-text)
4415 (newsticker--treeview-item-show)
4416 (newsticker--treeview-item-update): Use new
4417 newsticker-treeview-item-mode.
4418 (newsticker-treeview-update): Keep current item.
4419 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4420 (newsticker--treeview-first-feed): Doc change.
4421 (newsticker-treeview-list-menu)
4422 (newsticker-treeview-item-menu): Added menu entries.
4423 (newsticker-treeview-item-mode): New.
4424
4425 * net/newst-backend.el (newsticker-customize): Delete other
4426 windows.
4427
4428 2009-12-04 Sam Steingold <sds@gnu.org>
4429
4430 * log-view.el (log-view-mode-map): "q" calls quit-window,
4431 like in all the other non-self-insert buffers.
4432
4433 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 Minor cleanup.
4436 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4437 key decoding rather than do it manually via last-input-event +
4438 ascii-character.
4439 (term-exec): Use delete-and-extract-region.
4440 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4441 (term-process-pager): Remove unused var `i'.
4442 (term-dynamic-simple-complete): Make obsolete.
4443 (serial-update-config-menu): Remove unused vars `y' and `str'.
4444 (term-update-mode-line): Remove unused var `temp'.
4445
4446 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4447
4448 Limit the number of log entries displayed by default.
4449 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4450 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4451 using a prefix argument.
4452
4453 2009-12-03 Glenn Morris <rgm@gnu.org>
4454
4455 * progmodes/idlwave.el (class): Restore still useful declaration.
4456
4457 2009-12-03 Alan Mackenzie <acm@muc.de>
4458
4459 Enhance `c-parse-state' to run efficiently in "brace deserts".
4460
4461 * progmodes/cc-mode.el (c-basic-common-init):
4462 Call c-state-cache-init.
4463 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4464 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4465 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4466
4467 * progmodes/cc-langs.el (c-before-font-lock-function):
4468 c-extend-and-neutralize-syntax-in-CPP has been renamed
4469 c-neutralize-syntax-in-and-mark-CPP.
4470
4471 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4472 with `category' properties now, not `syntax-table' ones.
4473
4474 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4475 enhanced (but slower) version of c-end-of-macro that won't land
4476 inside a literal or on another awkward character.
4477 (c-state-cache-too-far, c-state-cache-start)
4478 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4479 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4480 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4481 (c-state-min-scan-pos, c-state-brace-pair-desert)
4482 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4483 buffer local variables.
4484 (c-state-literal-at, c-state-lit-beg)
4485 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4486 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4487 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4488 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4489 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4490 (c-renarrow-state-cache)
4491 (c-append-lower-brace-pair-to-state-cache)
4492 (c-state-push-any-brace-pair, c-append-to-state-cache)
4493 (c-remove-stale-state-cache)
4494 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4495 (c-invalidate-state-cache-1, c-parse-state-1)
4496 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4497 (c-parse-state): Enhance and refactor.
4498 (c-debug-parse-state): Amend to deal with all the new variables.
4499
4500 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4501 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4502 modify to use category text properties rather than syntax-table ones.
4503 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4504 to switch off/on the syntactic paren property of C++ template
4505 delimiters using the category property.
4506 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4507 template delims suppressed.
4508 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4509 New constant/macros which apply category properties to the start
4510 and end of preprocessor constructs.
4511 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4512 "comment out" the syntactic value of characters in preprocessor
4513 constructs.
4514 (c-with-cpps-commented-out)
4515 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4516 with characters in all or all but one preprocessor constructs
4517 "commented out".
4518
4519 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4520
4521 * proced.el (proced-filter-alist): Use regexp-quote.
4522
4523 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4524
4525 Cleanup.
4526 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4527 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4528 arguments. Expand `default-directory'.
4529
4530 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4531 the benefit of returning an expanded localname.
4532 (tramp-tramp-file-p): Handle the case NAME is not a string.
4533
4534 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4535
4536 Add support for bzr shelve/unshelve.
4537 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4538 (vc-bzr-extra-menu-map): New variables.
4539 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4540 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4541 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4542 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4543 (vc-bzr-dir-extra-headers): Display shelves.
4544
4545 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4546
4547 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * textmodes/bibtex.el (bibtex-complete-internal):
4550 Use completion-in-region.
4551 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4552
4553 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4554
4555 Support applying stashes. Improve UI.
4556 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4557 (vc-git-stash-apply, vc-git-stash-pop)
4558 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4559 (vc-git-stash-menu): New functions.
4560 (vc-git-stash-menu-map): New variable.
4561 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4562
4563 2009-12-03 Glenn Morris <rgm@gnu.org>
4564
4565 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4566 (vc-print-log-internal): Fix previous change.
4567 (vc-revert): Correct pluralization.
4568
4569 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4572 it to be an alist any more.
4573 (makefile-complete): Use completion-in-region.
4574
4575 * progmodes/octave-mod.el (octave-complete-symbol):
4576 Use completion-in-region.
4577
4578 Misc cleanup.
4579 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4580 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4581 (idlwave-complete-class): Don't quote lambda.
4582 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4583 (idlwave-mode-map): Move initialization into declaration.
4584 (idlwave-action-and-binding): Use backquotes.
4585 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4586 Simplify.
4587 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4588 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4589 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4590 `parts', and `all-parts'.
4591 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4592 (idlwave-convert-xml-system-routine-info): Remove unused string
4593 `version-string'.
4594 (idlwave-display-user-catalog-widget): Use dolist.
4595 (idlwave-scanning-lib): Declare dynamically-scoped var.
4596 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4597 (completion-highlight-first-word-only): Declare to silence bytecomp.
4598 (idlwave-popup-select): Tighten scope of `resp'.
4599 (idlwave-find-struct-tag): Remove unused var `beg'.
4600 (idlwave-after-load-rinfo-hook): Declare.
4601 (idlwave-sintern-class-info): Remove unused var `taglist'.
4602 (idlwave-find-class-definition): Remove unused var `list'.
4603 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4604 (idlwave-what-module-find-class): Remove unused var `classes'.
4605
4606 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4609
4610 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4613 buffers visited. Remove redundant current-buffer-saving.
4614
4615 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 Use completion-in-buffer and remove uses of dynamic scoping.
4618 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4619 (pascal-buffer-to-use, pascal-flag): Don't declare.
4620 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4621 (pascal-get-completion-decl, pascal-keyword-completion):
4622 Add `pascal-str' argument, save-excursion,
4623 return the found completions, and don't filter with pascal-pred.
4624 (pascal-completion-cache): New var.
4625 (pascal-completion): Don't switch buffer any more (it was never
4626 necessary). Don't save-excursion any more (it's done by the called
4627 subroutines). Use a cache to avoid redundant computations.
4628 Use complete-with-action rather than pascal-completion-response and
4629 let it apply the predicate as well.
4630 (pascal-complete-word): Use completion-in-buffer when
4631 pascal-toggle-completions is nil.
4632 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4633 not used any more.
4634 (pascal-comp-defun): Don't change buffer any more.
4635 Use complete-with-action rather than pascal-completion-response and
4636 let it apply the predicate as well.
4637 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4638 when neded.
4639
4640 2009-12-02 Kenichi Handa <handa@m17n.org>
4641
4642 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4643 shape for all Indic scripts.
4644
4645 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 Use completion-in-buffer.
4648 * wid-edit.el (widget-field-text-end): New function.
4649 (widget-field-value-get): Use it.
4650 (widget-string-complete, widget-file-complete)
4651 (widget-color-complete): Use it and completion-in-region.
4652 (widget-complete): Don't narrow the buffer.
4653
4654 2009-12-02 Glenn Morris <rgm@gnu.org>
4655
4656 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4657 (rmail-select-summary): Use rmail-pop-to-buffer.
4658 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4659 rmail-pop-to-buffer, to prevent horizontal splits.
4660
4661 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4662 save-excursion with save-current-buffer.
4663 Widen before searching. (Bug#5093)
4664 (diary-list-sexp-entries): Remove superfluous save-excursion.
4665
4666 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4667
4668 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4669 name. (Bug#5038)
4670
4671 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4672
4673 * ido.el (ido-file-internal): Handle filenames at point that do
4674 not have a directory part. (Bug#5049)
4675
4676 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4677
4678 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4679 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4680
4681 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4682
4683 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4684 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4685 any more.
4686
4687 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * comint.el (comint-insert-input): Ignore clicks to the right of
4690 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4691
4692 * vc.el (vc-print-log-internal): Don't wait for the process to
4693 terminate before setting up the major mode.
4694
4695 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4696 in case.
4697
4698 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4699 the last element.
4700
4701 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4702
4703 2009-12-01 Glenn Morris <rgm@gnu.org>
4704
4705 * window.el (window--display-buffer-2): Fix previous changes.
4706
4707 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4710
4711 2009-12-01 Glenn Morris <rgm@gnu.org>
4712
4713 * Makefile.in (ELCFILES): Add mpc.elc.
4714
4715 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * mpc.el: New file.
4718
4719 2009-12-01 Glenn Morris <rgm@gnu.org>
4720
4721 * window.el (window-to-use): Define for compiler.
4722
4723 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4724 consistent with others (no final period).
4725
4726 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4727 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4728
4729 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4730
4731 Make vc-print-log buttons work.
4732 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4733
4734 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4735
4736 * savehist.el (savehist-autosave-interval): Allow setting to nil
4737 through customize. (Bug#5056)
4738
4739 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4740
4741 Fix references to jit-lock properties.
4742 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4743 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4744 (perl-font-lock-special-syntactic-constructs):
4745 Quote jit-lock-defer-multiline property.
4746
4747 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4748
4749 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4750
4751 2009-11-30 Juri Linkov <juri@jurta.org>
4752
4753 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4754 value `buffer' of `multi-isearch-next-buffer-current-function'.
4755 Use `(current-buffer)' when `buffer' is nil.
4756 (multi-isearch-next-buffer-from-list): Don't fallback to
4757 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4758
4759 2009-11-30 Juri Linkov <juri@jurta.org>
4760
4761 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4762 of buffers with `get-buffer' to `multi-isearch-buffers'.
4763 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4764 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4765 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4766 FILES with `expand-file-name' converting relative file names
4767 to absolute. Doc fix. (Bug#4727)
4768
4769 2009-11-30 Juri Linkov <juri@jurta.org>
4770
4771 * misearch.el (multi-isearch-read-buffers)
4772 (multi-isearch-read-matching-buffers): New functions.
4773 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4774 Use them in the `interactive' spec. Doc fix.
4775 (multi-isearch-read-files, multi-isearch-read-matching-files):
4776 New functions.
4777 (multi-isearch-files, multi-isearch-files-regexp):
4778 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4779
4780 2009-11-30 Juri Linkov <juri@jurta.org>
4781
4782 * doc-view.el (doc-view-continuous):
4783 Rename from `doc-view-continuous-mode'.
4784 (doc-view-menu): Move "Toggle display" to the top.
4785 Add submenu "Continuous" with radio buttons "Off"/"On"
4786 and "Save as Default".
4787 (doc-view-scroll-up-or-next-page)
4788 (doc-view-scroll-down-or-previous-page)
4789 (doc-view-next-line-or-next-page)
4790 (doc-view-previous-line-or-previous-page): Rename
4791 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4792
4793 2009-11-30 Juri Linkov <juri@jurta.org>
4794
4795 * comint.el (comint-mode-map): Rebind `M-r' from
4796 `comint-previous-matching-input' to
4797 `comint-history-isearch-backward-regexp'.
4798 Unbind `M-s' to allow global key binding `M-s'.
4799 Add menu items for `comint-history-isearch-backward' and
4800 `comint-history-isearch-backward-regexp'. (Bug#3746)
4801
4802 2009-11-30 Juri Linkov <juri@jurta.org>
4803
4804 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4805 For def=recenter, replace `recenter' with `recenter-top-bottom'
4806 that is called with `this-command' and `last-command' let-bound
4807 to `recenter-top-bottom'. When the last `def' was not `recenter',
4808 set `recenter-last-op' to nil. (Bug#4981)
4809
4810 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 Minor cleanup and simplification.
4813 * filecache.el (file-cache-add-directory)
4814 (file-cache-add-directory-recursively)
4815 (file-cache-add-from-file-cache-buffer)
4816 (file-cache-delete-file-regexp, file-cache-delete-directory)
4817 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4818 (file-cache-temp-minibuffer-message): Delete function.
4819 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4820
4821 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4822 Don't signal an error when bumping into EOB in tr, s, or y.
4823
4824 2009-11-29 Juri Linkov <juri@jurta.org>
4825
4826 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4827 (Bug#4960)
4828
4829 * descr-text.el (describe-char-unidata-list): Use lowercase name
4830 for "Unicode name" like in other tags.
4831
4832 2009-11-29 Juri Linkov <juri@jurta.org>
4833
4834 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4835 New compatibility macro.
4836 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4837
4838 2009-11-29 Juri Linkov <juri@jurta.org>
4839
4840 Add defcustom to define the cycling order of `recenter-top-bottom'.
4841 (Bug#4981)
4842
4843 * window.el (recenter-last-op): Doc fix.
4844 (recenter-positions): New defcustom.
4845 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4846 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4847
4848 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4849
4850 Improve integration of Tramp and ange-ftp in eshell.
4851
4852 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4853 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4854 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4855
4856 * eshell/esh-util.el (top): Require also Tramp when compiling.
4857 (eshell-directory-files-and-attributes): Check for FTP remote
4858 connection.
4859 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4860 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4861 (eshell-file-attributes): Handle ".". Return `entry'.
4862
4863 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4864 (ange-ftp-directory-files-and-attributes)
4865 (ange-ftp-real-directory-files-and-attributes): New defuns.
4866
4867 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4868 shell with "exec" when possible. This prevents trailing prompts
4869 in `start-file-process'.
4870
4871 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 Try and remove assumptions about point-min==1.
4874 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4875 (rng-compute-mode-line-string): Show the validation percentage in
4876 terms of the narrowed text, not the widened text.
4877 (rng-do-some-validation): Don't catch internal errors when debugging.
4878 (rng-first-error): Simplify.
4879 (rng-after-change-function): Remove work around. AFAIK the bug has
4880 been fixed a while ago.
4881
4882 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4883 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4884
4885 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4886
4887 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4888 `cd' doesn't always do it for us (bug#5067).
4889
4890 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4891 on 2009-10-25 as part of some other change (bug#5067).
4892
4893 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4896 `suspicious'.
4897 (byte-compile-warnings): Use byte-compile-warning-types.
4898 (byte-compile-save-excursion): Warn about use of set-buffer right
4899 after save-excursion.
4900
4901 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4902 the excursion as well.
4903
4904 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4907 providing a Tramp related implementation of "su" and "sudo".
4908 (eshell-unix-initialize): Add "su" and "sudo".
4909
4910 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4911
4912 * net/socks.el (socks-send-command): Convert binary request to
4913 unibyte before sending. This fixes mishandling of some port
4914 numbers such as 129.
4915
4916 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * help.el (describe-bindings-internal): Remove `interactive'.
4919
4920 * man.el (Man-completion-table): Trim a terminating "(".
4921 Remove the space between name page a section.
4922 Add the command's description on the `help-echo' property.
4923 Remove `process-connection-type' binding since it's unused by
4924 call-process.
4925 Provide completion for the "<section> <name>" format as well.
4926 (Man-default-man-entry): Remove spurious var shadowing the argument.
4927
4928 2009-11-26 Kevin Ryde <user42@zip.com.au>
4929
4930 * log-view.el: Add "Keywords: tools", since its other keywords
4931 aren't in finder-known-keywords, and following vc.el.
4932
4933 * sha1.el (sha1-string-external): default-directory "/" in case
4934 otherwise non-existent. process-connection-type pipe for touch of
4935 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4936
4937 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 Misc coding convention cleanups.
4940 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4941 hfy-init-kludge-hooks.
4942 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4943 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4944 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4945 and push.
4946 (hfy-slant, hfy-weight): Use tables rather than code.
4947 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4948 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4949 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4950 (hfy-face-to-css): Remove `nconc' with single arg.
4951 (hfy-p-to-face-lennart): Use `or'.
4952 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4953 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4954 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4955 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4956 (hfy-force-fontification): Use run-hooks.
4957
4958 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4959
4960 Various minor fixes.
4961 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4962 Javascript belongs in the header, not the body.
4963 (hfy-javascript): Remove.
4964 (hfy-fontify-buffer): Don't insert it any more.
4965 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4966 Fix bug in invis handling when there were no invis props in a chunk.
4967
4968 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4971
4972 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4973
4974 * finder.el (finder-mode-map): Add a menu.
4975
4976 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4977
4978 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4979 "unsigned" structs.
4980
4981 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4982 fork" statement better.
4983
4984 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4985
4986 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4987 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4988 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4989 Reported by Clay Douglass.
4990
4991 (verilog-auto-inst, verilog-auto-star-safe)
4992 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4993 Fix removing "// Interfaces" when saving .* expansions. Reported by
4994 Pierre-David Pfister.
4995
4996 2009-11-26 Glenn Morris <rgm@gnu.org>
4997
4998 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4999 the scope.
5000
5001 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5002
5003 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5004 Really use previous revision.
5005
5006 2009-11-25 Kevin Ryde <user42@zip.com.au>
5007
5008 * man.el (Man-completion-table): default-directory "/" in case
5009 doesn't otherwise exist. process-environment COLUMNS=999 so as
5010 not to truncate long names. process-connection-type pipe to avoid
5011 any chance of hitting the pseudo-tty TIOCGWINSZ.
5012 (man): completion-ignore-case t for friendliness and since man
5013 itself is case-insensitive on the command line.
5014 Further to Bug#3717.
5015
5016 * arc-mode.el: Add "Keywords: files", so the details in its
5017 commentary can be reached from finder-by-keyword.
5018 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5019 editing mode, but it's comms related and sgml-mode.el has "comm"
5020 on that basis too.
5021 * textmodes/bibtex-style.el: Add "Keywords: tex".
5022 * international/isearch-x.el, international/ja-dic-cnv.el:
5023 * international/ja-dic-utl.el, international/kkc.el:
5024 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5025
5026 2009-11-25 Juri Linkov <juri@jurta.org>
5027
5028 * man.el (Man-completion-table): Modify regexp to include
5029 section names to completion strings. (Bug#3717)
5030
5031 2009-11-25 Juri Linkov <juri@jurta.org>
5032
5033 Search recursively in gzipped files. (Bug#4982)
5034
5035 * progmodes/grep.el (grep-highlight-matches): Add new options
5036 `always' and `auto'. Doc fix.
5037 (grep-process-setup): Check `grep-highlight-matches' for
5038 `auto-detect' to determine the need to compute grep defaults.
5039 Move Windows/DOS specific --colors settings handling
5040 to `grep-compute-defaults'. Check `grep-highlight-matches'
5041 to get the value of "--color=".
5042 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5043 has the value `auto-detect'. Move Windows/DOS specific settings
5044 from `grep-process-setup'.
5045 (zrgrep): New command with alias `rzgrep'.
5046
5047 2009-11-25 Juri Linkov <juri@jurta.org>
5048
5049 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5050 to nil instead of switching off view-mode. (Bug#4896)
5051
5052 2009-11-25 Juri Linkov <juri@jurta.org>
5053
5054 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5055
5056 * mwheel.el (mwheel-scroll-up-function)
5057 (mwheel-scroll-down-function): New defvars.
5058 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5059 `scroll-up', and `mwheel-scroll-down-function' instead of
5060 `scroll-down'.
5061
5062 * doc-view.el (doc-view-scroll-up-or-next-page)
5063 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5064 Use this ARG in the call to image-scroll-up/image-scroll-down.
5065 Change `interactive' spec to "P". Goto next/previous page only
5066 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5067 SPC/DEL case). Doc fix.
5068 (doc-view-next-line-or-next-page)
5069 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5070 for consistency.
5071 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5072 `doc-view-scroll-up-or-next-page', and buffer-local
5073 `mwheel-scroll-down-function' to
5074 `doc-view-scroll-down-or-previous-page'.
5075
5076 2009-11-25 Juri Linkov <juri@jurta.org>
5077
5078 Provide additional default values (directories at other Dired
5079 windows) via M-n in the minibuffer of some Dired commands.
5080
5081 * dired-aux.el (dired-diff, dired-compare-directories)
5082 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5083 `minibuffer-default' in `minibuffer-with-setup-hook'.
5084 (dired-dwim-target-directory): Find a window that displays Dired
5085 buffer instead of failing when the next window is not Dired.
5086 Use `get-window-with-predicate' to find for the next Dired window.
5087 (dired-dwim-target-defaults): New function.
5088
5089 * ediff-util.el (ediff-read-file-name):
5090 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5091 in `minibuffer-with-setup-hook'.
5092
5093 2009-11-25 Juri Linkov <juri@jurta.org>
5094
5095 Provide additional default values (file name at point or at the
5096 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5097
5098 * minibuffer.el (read-file-name-defaults): New function.
5099 (read-file-name): Reset `minibuffer-default' to nil when
5100 it duplicates initial input `insdef'.
5101 Bind `minibuffer-default-add-function' to lambda that
5102 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5103 (minibuffer-insert-file-name-at-point): New command.
5104
5105 * files.el (file-name-at-point-functions): New defcustom.
5106 (find-file-default): Remove defvar.
5107 (find-file-read-args): Don't use `find-file-default'.
5108 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5109 to `read-file-name'.
5110 (find-file-literally): Use `read-file-name' with
5111 `confirm-nonexistent-file-or-buffer'.
5112
5113 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5114
5115 * dired.el (dired-read-dir-and-switches):
5116 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5117 to `read-file-name'.
5118 (dired-file-name-at-point): New function.
5119 (dired-mode): Add hook `dired-file-name-at-point' to
5120 `file-name-at-point-functions'.
5121
5122 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 Really make the *Completions* window soft-dedicated (bug#5030).
5125 * window.el (window--display-buffer-2): Add `dedicated' argument.
5126 (display-buffer): Pass it when needed so the dedicated flag is set
5127 after calling set-window-buffer, which would otherwise reset it.
5128
5129 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * progmodes/meta-mode.el (meta-complete-symbol):
5132 * progmodes/etags.el (complete-tag):
5133 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5134 Use completion-in-region.
5135
5136 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5137 (dabbrev-completion): Use completion-in-region.
5138 (dabbrev--abbrev-at-point): Simplify regexp.
5139
5140 * abbrev.el (abbrev--before-point): Use word-motion functions
5141 if :regexp is not specified (bug#5031).
5142
5143 * subr.el (string-prefix-p): New function.
5144
5145 * man.el (Man-completion-cache): New var.
5146 (Man-completion-table): Use it.
5147
5148 * vc.el (vc-print-log-internal): Make `limit' optional for better
5149 compatibility (e.g. with vc-annotate.el).
5150
5151 2009-11-24 Kevin Ryde <user42@zip.com.au>
5152
5153 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5154 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5155
5156 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5157 when .el source file not found or other error.
5158
5159 2009-11-24 Markus Triska <markus.triska@gmx.at>
5160
5161 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5162
5163 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 Handle the [back] button properly (bug#4979).
5166 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5167 Use help-setup-xref, help-buffer, and with-help-window.
5168 (describe-char): Add `buffer' argument.
5169 Pass proper command to help-setup-xref. Don't meddle with
5170 help-xref-stack-item directly.
5171 (describe-text-category): Use with-help-window and help-buffer.
5172
5173 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5174 for the displayed buffer (bug#4887).
5175
5176 * man.el (Man-completion-table): New function.
5177 (man): Use it.
5178
5179 2009-11-24 David Reitter <david.reitter@gmail.com>
5180
5181 * vc-git.el (vc-git-registered): Use checkout directory (where
5182 .git is) rather than the file's directory and a relative path spec
5183 to work around a bug in git.
5184
5185 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5186
5187 Improve handling of processes on remote hosts.
5188
5189 * eshell/esh-util.el (eshell-path-env): New defvar.
5190 (eshell-parse-colon-path): New defun.
5191 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5192
5193 * eshell/esh-ext.el (eshell-search-path):
5194 Use `eshell-parse-colon-path'.
5195 (eshell-remote-command): Remove argument HANDLER.
5196 (eshell-external-command): Check for FTP remote connection.
5197
5198 * eshell/esh-proc.el (eshell-gather-process-output):
5199 Use `file-truename', in order to start also symlinked files.
5200 Apply `start-file-process' instead of `start-process'.
5201 Shorten `command' to the local file name part.
5202
5203 * eshell/em-cmpl.el (eshell-complete-commands-list):
5204 Use `eshell-parse-colon-path'.
5205
5206 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5207
5208 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5209 to `eshell-directory-change-hook'.
5210
5211 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5212
5213 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5214 because it could be enabled automatically if view-read-only is non-nil.
5215
5216 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5217
5218 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5219 made on 2009-11-22.
5220
5221 2009-11-24 Glenn Morris <rgm@gnu.org>
5222
5223 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5224 deleted variable bookmark-bmenu-bookmark-column.
5225
5226 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5227 Move after definition of global-semantic-idle-tag-highlight-mode.
5228
5229 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5232
5233 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5234
5235 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5236 two slashes to the "file:" prefix.
5237 (browse-url-file-url): De-munge Cygwin filenames before passing
5238 them to Windows browser.
5239 (browse-url-default-windows-browser): Use call-process.
5240
5241 2009-11-23 Juri Linkov <juri@jurta.org>
5242
5243 Implement DocView Continuous mode. (Bug#4896)
5244 * doc-view.el (doc-view-continuous-mode): New defcustom.
5245 (doc-view-mode-map): Bind C-n/<down> to
5246 `doc-view-next-line-or-next-page', C-p/<up> to
5247 `doc-view-previous-line-or-previous-page'.
5248 (doc-view-next-line-or-next-page)
5249 (doc-view-previous-line-or-previous-page): New commands.
5250
5251 2009-11-23 Juri Linkov <juri@jurta.org>
5252
5253 Implement Isearch in comint input history. (Bug#3746)
5254 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5255 `isearch-mode-hook'.
5256 (comint-history-isearch): New defcustom.
5257 (comint-history-isearch-backward)
5258 (comint-history-isearch-backward-regexp): New commands.
5259 (comint-history-isearch-message-overlay): New buffer-local variable.
5260 (comint-history-isearch-setup, comint-history-isearch-end)
5261 (comint-goto-input, comint-history-isearch-search)
5262 (comint-history-isearch-message, comint-history-isearch-wrap)
5263 (comint-history-isearch-push-state)
5264 (comint-history-isearch-pop-state): New functions.
5265
5266 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5267
5268 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5269 return.
5270 (tramp-handle-make-symbolic-link)
5271 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5272 Quote file names.
5273 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5274 (tramp-handle-process-file): Use it.
5275
5276 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * window.el (move-to-window-line-last-op): Remove.
5279 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5280
5281 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5282
5283 Make M-r mirror the new cycling behavior of C-l.
5284 * window.el (move-to-window-line-last-op): New var.
5285 (move-to-window-line-top-bottom): New command.
5286 (global-map): Bind M-r move-to-window-line-top-bottom.
5287
5288 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5289
5290 * dired-x.el (dired-guess-shell-alist-default):
5291 Support xz format. (Bug#4953)
5292
5293 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
5294
5295 * cedet/srecode/map.el (srecode-get-maps):
5296 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5297 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5298 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5299 (semantic-toggle-decoration-style):
5300 * cedet/semantic/decorate/include.el
5301 (semantic-decoration-include-describe)
5302 (semantic-decoration-unknown-include-describe)
5303 (semantic-decoration-unparsed-include-describe)
5304 (semantic-decoration-all-include-summary):
5305 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5306 * cedet/semantic/analyze/complete.el
5307 (semantic-analyze-possible-completions):
5308 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5309 (semantic-show-unmatched-syntax-mode)
5310 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5311 (semantic-highlight-func-mode):
5312 * cedet/semantic/util.el (semantic-describe-buffer):
5313 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5314 (semantic-symref-find-tags-by-name)
5315 (semantic-symref-find-tags-by-regexp)
5316 (semantic-symref-find-tags-by-completion)
5317 (semantic-symref-find-file-references-by-name)
5318 (semantic-symref-find-text):
5319 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5320 (senator-yank-tag):
5321 * cedet/semantic/scope.el (semantic-calculate-scope):
5322 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5323 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5324 (define-semantic-idle-service):
5325 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5326 (semantic-complete-analyze-inline-idle):
5327 * cedet/semantic/analyze.el (semantic-analyze-current-context):
5328 * cedet/mode-local.el (describe-mode-local-bindings)
5329 (describe-mode-local-bindings-in-mode):
5330 * cedet/ede/make.el (ede-make-check-version):
5331 * cedet/ede/locate.el (ede-enable-locate-on-project):
5332 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5333 (cedet-idutils-version-check):
5334 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5335 (cedet-gnu-global-version-check):
5336 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5337 (cedet-cscope-version-check): Use called-interactively-p instead
5338 of interactive-p.
5339
5340 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5341 Use semantic-format-tag-prototype.
5342
5343 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5344
5345 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5346 last-command-char/last-command-event.
5347 (viper-prefix-arg-value): Do correct conversion of event-char for
5348 XEmacs.
5349
5350 * emulation/viper-util.el, emulation/viper.el:
5351 Use viper-last-command-char instead of
5352 last-command-char/last-command-event.
5353
5354 * ediff-init.el, ediff-mult.el, ediff-util.el:
5355 Replace last-command-char and last-command-event
5356 with (ediff-last-command-char) everywhere.
5357
5358 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5359 created in fundamental mode.
5360
5361 * ediff.el (ediff-version): Revert the change of interactive-p to
5362 called-interactively-p.
5363
5364 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5365
5366 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5367 generation from word-movement command names.
5368
5369 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5372 (semantic-complete-jump-local, semantic-complete-jump):
5373 Improve prompt string.
5374
5375 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5376
5377 * cus-start.el (all): Add native condition for font-use-system-font.
5378
5379 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5380
5381 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5382 Correct the patch from 2009-11-18. (Bug#3910)
5383
5384 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5385
5386 * progmodes/subword.el: Rename from lisp/subword.el.
5387
5388 * subword.el: Rename to progmodes/subword.el.
5389
5390 * Makefile.in (ELCFILES): Adapt to subword.el move.
5391
5392 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5393 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5396 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5397 (bookmark-bmenu-show-filenames): Use push.
5398 (bookmark-bmenu-hide-filenames): Use local var instead of
5399 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5400 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5401 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5402 filenames now that the bookmark names are always available.
5403
5404 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5407 (bookmark-search-pattern): Move and leave unbound.
5408 (bookmark-bmenu-mode-map): Change binding.
5409 (bookmark-read-search-input): Simplify.
5410 Don't use text-char-description. Don't error on non-char events.
5411 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5412 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5413 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5414 Use a local var for the timer.
5415 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5416 (i.e. bookmark-bmenu-search).
5417
5418 2009-11-21 Glenn Morris <rgm@gnu.org>
5419
5420 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5421
5422 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5423
5424 * net/browse-url.el (browse-url-default-windows-browser):
5425 Use cygstart for cygwin.
5426
5427 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5428
5429 * bookmark.el: Formatting and doc fixes only:
5430 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5431 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5432 Minor grammar and punctuation fixes in doc string.
5433 (bookmark-read-search-input): Adjust to fit within 80 columns.
5434
5435 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5436
5437 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5438 (c-backward-into-nomenclature): Adapt to subword renaming.
5439
5440 * subword.el (subword-forward, subword-backward, subword-mark)
5441 (subword-kill, subword-backward-kill, subword-transpose)
5442 (subword-downcase, subword-upcase, subword-capitalize)
5443 (subword-forward-internal, subword-backward-internal):
5444 Rename from forward-subword, backward-subword, mark-subword,
5445 kill-subword, backward-kill-subword, transpose-subwords,
5446 downcase-subword, upcase-subword, capitalize-subword,
5447 forward-subword-internal, backward-subword-internal.
5448
5449 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5450
5451 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5452 New options.
5453 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5454 New vars.
5455 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5456 (bookmark-bmenu-filter-alist-by-regexp)
5457 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5458 (bookmark-bmenu-search): New command.
5459 (bookmark-bmenu-mode-map): Bind it.
5460
5461 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5462
5463 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
5464
5465 * cedet/semantic/idle.el (define-semantic-idle-service)
5466 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
5467
5468 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5469
5470 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5471 backward-subword to quit the byte-compiler.
5472
5473 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5474
5475 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5476
5477 * progmodes/cc-cmds.el (c-update-modeline)
5478 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5479 Refer to subword.el functions instead of cc-subword.el.
5480
5481 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5482 subword.el functions instead of cc-subword.el.
5483
5484 * progmodes/cc-subword.el: Rename to subword.el.
5485 * subword.el: Rename from progmodes/cc-subword.el.
5486 (subword-mode-map): Rename from c-subword-mode-map.
5487 (subword-mode): Rename from c-subword-mode.
5488 (global-subword-mode): New global minor mode.
5489 (forward-subword): Rename from c-forward-subword.
5490 (backward-subword): Rename from c-backward-subword.
5491 (mark-subword): Rename from c-mark-subword.
5492 (kill-subword): Rename from c-kill-subword.
5493 (backward-kill-subword): Rename from c-backward-kill-subword.
5494 (transpose-subwords): Rename from c-tranpose-subword.
5495 (downcase-subword): Rename from c-downcase-subword.
5496 (capitalize-subword): Rename from c-capitalize-subword.
5497 (forward-subword-internal): Rename from c-forward-subword-internal.
5498 (backward-subword-internal): Rename from c-backward-subword-internal.
5499
5500 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5501
5502 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5503 from a dired buffer.
5504 (vc-dired-deduce-fileset): New function.
5505 (vc-root-diff, vc-print-root-log): Use it.
5506
5507 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5508 nil LIMIT argument to vc-print-log-internal.
5509
5510 2009-11-20 Glenn Morris <rgm@gnu.org>
5511
5512 * Makefile.in (ELCFILES): Regenerate.
5513
5514 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5515
5516 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
5517
5518 * cedet/semantic.el: Enable idle-mode menu items only if
5519 global-semantic-idle-scheduler-mode is enabled.
5520 (semantic-default-submodes): Doc fix.
5521
5522 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5523 When turning off, disable other idle modes.
5524
5525 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5526
5527 * calc/calc.el (calc-set-mode-line):
5528 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5529 (math-format-number): Rename `math-format-complement-signed' to
5530 `math-format-twos-complement'.
5531
5532 * calc/calc-bin.el (math-format-twos-complement): Rename from
5533 math-format-complement-signed.
5534 (calc-radix): Rename `calc-complement-signed-mode' to
5535 `calc-twos-complement-mode'.
5536 (calc-octal-radix, calc-hex-radix): Add an argument for
5537 two's complement.
5538
5539 * calc/calc-embed.el (calc-embedded-mode-vars):
5540 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5541
5542 * calc/calc-ext.el (calc-init-extensions):
5543 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5544 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5545
5546 * calc/calc-units.el (math-build-units-table-buffer):
5547 Let `calc-twos-complement-mode' be nil.
5548
5549 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5550 entries.
5551
5552 * calc/calc-vec.el (calcFunc-vunpack):
5553 * calc/calc-aent.el (calc-do-calc-eval):
5554 * calc/calc-forms.el (math-format-date):
5555 * calc/calc-graph.el (calc-graph-plot):
5556 * calc/calc-math.el (math-use-emacs-fn):
5557 * calc/calccomp.el (math-compose-expr):
5558 Let `calc-twos-complement-mode' be nil.
5559
5560 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5563 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5564 * minibuffer.el (completion-in-region-functions): New hook.
5565 (completion-in-region): New function.
5566 * emacs-lisp/lisp.el (lisp-complete-symbol):
5567 * pcomplete.el (pcomplete-std-complete): Use it.
5568
5569 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5572 (latex-complete-alist): New vars.
5573 (latex-string-prefix-p, latex-complete-bibtex-keys)
5574 (latex-complete-envnames, latex-complete-refkeys)
5575 (latex-complete-data): New functions.
5576 (latex-complete, latex-indent-or-complete): New commands.
5577
5578 * window.el (display-buffer-mark-dedicated): New var.
5579 (display-buffer): Obey it.
5580 * minibuffer.el (minibuffer-completion-help): Use it.
5581
5582 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5583
5584 * filecache.el (file-cache-add-file): Use push and cons.
5585 (file-cache-delete-file-regexp): Use push.
5586 (file-cache-complete): Use completion-in-region.
5587
5588 * simple.el (with-wrapper-hook): Fix thinko.
5589
5590 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5591 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5592 Use with-current-buffer and string-to-number.
5593 (hfy-fallback-colour-values): Use assoc-string.
5594 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5595 (hfy-face-at): Remove unused var `found-face'.
5596 (hfy-compile-stylesheet): Remove unused var `css'.
5597 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5598 and `orig-buffer'.
5599 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5600 Use with-current-buffer.
5601 (hfy-text-p): Use expand-file-name and fewer setq.
5602
5603 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5604
5605 * htmlfontify.el, hfy-cmap.el: New files.
5606
5607 2009-11-19 Juri Linkov <juri@jurta.org>
5608
5609 * minibuffer.el (completions-format): New defcustom.
5610 (completion--insert-strings): Implement vertical format.
5611
5612 * simple.el (switch-to-completions): Move point to the first
5613 completion when point was at the beginning of the buffer.
5614
5615 2009-11-19 Juri Linkov <juri@jurta.org>
5616
5617 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5618
5619 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5620
5621 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5624 (mail-signature): Change default to t.
5625 (mail-from-style): Deprecate `system-default' value.
5626 (mail-insert-from-field): For default value of mail-from-style,
5627 default to `angles' unless `angles' needs quoting and `parens'
5628 does not.
5629 (mail-citation-prefix-regexp): Use citation regexp from
5630 message-mode.
5631
5632 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5633
5634 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5635 Set variables for computing the prompt for reading password.
5636
5637 2009-11-19 Glenn Morris <rgm@gnu.org>
5638
5639 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5640
5641 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5642
5643 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5644 (newsticker-treeview-listwindow-height): Fix custom type.
5645
5646 2009-11-19 Kenichi Handa <handa@m17n.org>
5647
5648 * descr-text.el (describe-char-padded-string): Compose with TAB
5649 only if there's a font for CH.
5650 (describe-char): Fix the condition for detecting a trivial composition.
5651
5652 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5653
5654 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5655 more accurate version of the regexp. (Bug#3910)
5656
5657 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5658
5659 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5660
5661 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5664 (font-setting-change-default-font): Fix typo in docstring.
5665
5666 2009-11-18 Alan Mackenzie <acm@muc.de>
5667
5668 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5669
5670 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5671
5672 * font-setting.el (font-use-system-font): Move ...
5673
5674 * cus-start.el (all): ... to here.
5675
5676 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5679 Don't set `ad-return-value' if `ad-do-it' doesn't.
5680
5681 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5682 modification time.
5683
5684 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5685
5686 * menu-bar.el: Put "Use system font" in Option-menu.
5687 (menu-bar-options-save): Add font-use-system-font.
5688
5689 * loadup.el: If feature system-font-setting or font-render-setting is
5690 there, load font-setting.
5691
5692 * Makefile.in (ELCFILES): Add font-settings.el.
5693 * font-setting.el: New file.
5694
5695 2009-11-17 Glenn Morris <rgm@gnu.org>
5696
5697 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5698
5699 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5700 Preserve point in the list buffer. (Bug#4939)
5701 Use point-at-eol.
5702 (newsticker--treeview-list-update-highlight)
5703 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5704
5705 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5706
5707 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5708 Remove.
5709
5710 * calc/calc-ext.el (calc-init-extensions): Remove references to
5711 symclip.
5712
5713 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5714
5715 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5716 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5717 `calc-symclip'.
5718
5719 2009-11-16 Kevin Ryde <user42@zip.com.au>
5720
5721 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5722 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5723
5724 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5725 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5726 Ignore trailing spaces by omit-nulls to split-string (fixing
5727 regression from Emacs 21 due to the incompatible split-string
5728 change). (Bug #4928.)
5729
5730 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5731
5732 * vc.el (vc-log-show-limit): Default to 2000.
5733 (vc-print-log-internal): Insert buttons to request more entries
5734 when limiting the output.
5735
5736 * vc-sccs.el (vc-sccs-print-log):
5737 * vc-rcs.el (vc-rcs-print-log):
5738 * vc-cvs.el (vc-cvs-print-log):
5739 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5740 LIMIT is non-nil.
5741
5742 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5743
5744 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5745 error when `tramp-gvfs-dbus-event-vector' is set.
5746 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5747
5748 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5751
5752 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5753
5754 * net/dbus.el (dbus-unregister-service): New defun.
5755 (dbus-register-property): Register the handlers of
5756 "org.freedesktop.DBus.Properties" for SERVICE.
5757 (dbus-property-handler): Fix docstring.
5758
5759 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5760
5761 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5762 Quote doc string reference in defvaralias as it is not in special form.
5763 (byte-compile-output-docform): Doc fix.
5764
5765 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5766
5767 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5768 (calc-complement-signed-mode): New variables.
5769 (calc-set-mode-line): Add indicator for twos-complements.
5770 (math-format-number): Format twos-complement notation.
5771
5772 * calc/calc-bin.el (calc-word-size): Reset the variables
5773 `math-2-word-size' and `math-half-2-word-size'.
5774 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5775 (calc-symclip): New functions.
5776
5777 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5778
5779 * calc/calc-embed.el (calc-embedded-mode-vars):
5780 Add `calc-complement-signed-mode' to the list of modes.
5781
5782 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5783 (calc-b-oper-keys): Add `calc-symclip' to list.
5784
5785 * calc/calc-ext.el (math-read-number-fancy): Read complement
5786 signed numbers.
5787 (calc-init-extensions): Add binding for `calc-symclip'.
5788 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5789
5790 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5791 `calc-symclip'.
5792 (calc-modes-menu): Add item for twos complement mode.
5793
5794 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5795
5796 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * register.el (jump-to-register, insert-register): Handle Semantic
5799 tags. From commented-out advice in semantic/senator.el.
5800
5801 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5802
5803 * vc.el (vc-log-show-limit): New variable.
5804 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5805 when using a prefix argument.
5806 (vc-print-log-internal): Add new argument LIMIT.
5807
5808 * vc-svn.el (vc-svn-print-log):
5809 * vc-mtn.el (vc-mtn-print-log):
5810 * vc-hg.el (vc-hg-print-log):
5811 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5812 pass it to the log command when set. Make the BUFFER argument
5813 non-optional.
5814
5815 * vc-sccs.el (vc-sccs-print-log):
5816 * vc-rcs.el (vc-rcs-print-log):
5817 * vc-git.el (vc-git-print-log):
5818 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5819 ignore it. Make the BUFFER argument non-optional
5820
5821 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5822
5823 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5824
5825 * dired.el (dired-mode-map): Move encryption items to "Operate"
5826 menu (Bug#4703).
5827
5828 * strokes.el (strokes-update-window-configuration): Make strokes
5829 buffer current before erasing (Bug#4906).
5830
5831 * cedet/semantic/idle.el (semantic-idle-summary-mode)
5832 (semantic-idle-summary-mode): Define using define-minor-mode
5833 instead of define-semantic-idle-service.
5834 (semantic-idle-summary-mode): New function.
5835 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5836 that mouse motion does not reset the echo area.
5837
5838 2009-11-15 Juri Linkov <juri@jurta.org>
5839
5840 * simple.el (set-mark-default-inactive): Add :type, :group
5841 and :version. (Bug#4876)
5842
5843 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5844
5845 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5846 (archive-unique-fname): ... here. (Bug#4929)
5847
5848 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5851 with a real fix.
5852
5853 * novice.el (disabled-command-function): Add useful args.
5854 Setup the help buffer so that [back] works.
5855 Remove redundant call to help-mode.
5856 (disabled-command-function): Use `case'.
5857 (en/disable-command): New function extracted from enable-command.
5858 (enable-command, disable-command): Use it.
5859
5860 2009-11-14 Glenn Morris <rgm@gnu.org>
5861
5862 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5863 constants. (Bug#4913)
5864
5865 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5866
5867 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5868
5869 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5870 defined in C that have no doc-strings. (Bug#1063)
5871
5872 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5873
5874 * cus-edit.el (data, files):
5875 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5876
5877 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * simple.el (shell-command): Doc fix (Bug#4891).
5880
5881 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5882
5883 2009-11-14 Glenn Morris <rgm@gnu.org>
5884
5885 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5886 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5887 If they are already loaded, eval-after-load will do the right thing.
5888
5889 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5890 compiling.
5891
5892 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5893
5894 * simple.el (x-selection-owner-p): Declare.
5895 (read-mail-command): Use custom radio type rather than choice.
5896 (completion-no-auto-exit): Doc fix.
5897
5898 * custom.el (defgroup):
5899 * epg-config.el (epg): Doc fixes.
5900
5901 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5902
5903 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5904 * international/ccl.el (define-ccl-program): Do not purecopy the
5905 docstring, defconst does it anyway.
5906
5907 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5910 a second time.
5911
5912 * x-dnd.el (x-dnd-maybe-call-test-function):
5913 * window.el (split-window-vertically):
5914 * whitespace.el (whitespace-help-on):
5915 * vc-rcs.el (vc-rcs-consult-headers):
5916 * userlock.el (ask-user-about-lock-help)
5917 (ask-user-about-supersession-help):
5918 * type-break.el (type-break-force-mode-line-update):
5919 * time-stamp.el (time-stamp-conv-warn):
5920 * terminal.el (te-set-output-log, te-more-break, te-filter)
5921 (te-sentinel, terminal-emulator):
5922 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5923 (term-write-input-ring, term-check-source, term-start-output-log):
5924 (term-display-buffer-line, term-dynamic-list-completions):
5925 (term-ansi-make-term, serial-term):
5926 * subr.el (selective-display):
5927 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5928 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5929 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5930 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5931 (speedbar-remove-localized-speedbar-support)
5932 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5933 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5934 (speedbar-buffers-line-directory):
5935 * simple.el (shell-command-on-region, append-to-buffer)
5936 (prepend-to-buffer):
5937 * shadowfile.el (shadow-save-todo-file):
5938 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5939 (scroll-bar-maybe-set-window-start):
5940 * sb-image.el (speedbar-image-dump):
5941 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5942 (load-save-place-alist-from-file):
5943 * ps-samp.el (ps-print-message-from-summary):
5944 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5945 (ps-background-image, ps-begin-job, ps-do-despool):
5946 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5947 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5948 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5949 (pr-call-process, pr-file-list, pr-interface-save):
5950 * novice.el (disabled-command-function)
5951 (enable-command, disable-command):
5952 * mouse.el (mouse-buffer-menu-alist):
5953 * mouse-copy.el (mouse-kill-preserving-secondary):
5954 * macros.el (kbd-macro-query):
5955 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5956 * informat.el (batch-info-validate):
5957 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5958 * hippie-exp.el (try-expand-dabbrev-visible):
5959 * help-mode.el (help-make-xrefs):
5960 * help-fns.el (describe-variable):
5961 * generic-x.el (bat-generic-mode-run-as-comint):
5962 * finder.el (finder-mouse-select):
5963 * find-dired.el (find-dired-sentinel):
5964 * filesets.el (filesets-file-close):
5965 * files.el (list-directory):
5966 * faces.el (list-faces-display, describe-face):
5967 * facemenu.el (list-colors-display):
5968 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5969 * epg.el (epg--process-filter, epg-cancel):
5970 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5971 (epa--read-signature-type):
5972 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5973 (emerge-file-names):
5974 * ehelp.el (electric-helpify):
5975 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5976 * ediff-vers.el (rcs-ediff-view-revision):
5977 * ediff-util.el (ediff-setup):
5978 * ediff-mult.el (ediff-append-custom-diff):
5979 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5980 (ediff-wordify):
5981 * echistory.el (Electric-command-history-redo-expression):
5982 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5983 * disp-table.el (describe-display-table):
5984 * dired.el (dired-find-buffer-nocreate):
5985 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5986 * dabbrev.el (dabbrev--same-major-mode-p):
5987 * chistory.el (list-command-history):
5988 * apropos.el (apropos-documentation):
5989 * allout.el (allout-obtain-passphrase):
5990 (allout-copy-exposed-to-buffer):
5991 (allout-verify-passphrase): Use with-current-buffer.
5992
5993 2009-11-13 Glenn Morris <rgm@gnu.org>
5994
5995 * Makefile.in (ELCFILES): Regenerate.
5996
5997 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5998
5999 * net/dbus.el (dbus-registered-objects-table): Rename from
6000 `dbus-registered-functions-table', because it contains also properties.
6001 (dbus-unregister-object): Unregister also properties.
6002 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6003 Use a timeout of 500 msec, in order to not block.
6004 (dbus-register-property, dbus-property-handler): New defuns.
6005
6006 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * simple.el (minibuffer-default-add-completions): Drop deprecated
6009 4th arg.
6010
6011 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6012
6013 * textmodes/artist.el (artist-mouse-choose-operation):
6014 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6015 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6016 (artist-compute-up-event-key): New function.
6017 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6018
6019 2009-11-13 Kenichi Handa <handa@m17n.org>
6020
6021 * language/japan-util.el: Make sure that the value of jisx0208
6022 property is jisx0208 character.
6023
6024 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6025
6026 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6027 car or each item, not the whole list.
6028
6029 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6030
6031 * minibuffer.el (minibuffer-completion-help):
6032 Use minibuffer-hide-completions.
6033
6034 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6035
6036 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6037 (dired-revert): Use them (bug#4880).
6038
6039 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6042
6043 2009-11-12 Juri Linkov <juri@jurta.org>
6044
6045 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6046 New functions.
6047 (find-file-literally-at-point): Alias of `ffap-literally'.
6048
6049 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6050
6051 * textmodes/ispell.el (ispell-skip-region-alist):
6052 * textmodes/css-mode.el (auto-mode-alist):
6053 * progmodes/compile.el (auto-mode-alist):
6054 * international/mule.el (ctext-non-standard-encodings-alist)
6055 (ctext-non-standard-encodings-regexp):
6056 * simple.el (shell-command-switch, text-read-only):
6057 * replace.el (occur-mode-map):
6058 * paths.el (rmail-file-name):
6059 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6060 * find-file.el (ff-special-constructs):
6061 * files.el (file-name-handler-alist):
6062 * composite.el: Purecopy strings.
6063
6064 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6065
6066 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6067
6068 * widget.el (define-widget): Purecopy the docstring.
6069 * international/mule-cmds.el (charset): Do not purecopy the
6070 docstring here, define-widget does it.
6071
6072 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6073 * textmodes/bibtex-style.el (auto-mode-alist):
6074 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6075 * progmodes/compile.el (compile-command):
6076 * language/korea-util.el (default-korean-keyboard):
6077 * international/mule-conf.el (file-coding-system-alist):
6078 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6079 * tooltip.el (tooltip-frame-parameters):
6080 * newcomment.el (comment-end, comment-padding):
6081 * dired.el (dired-trivial-filenames):
6082 * comint.el (comint-file-name-prefix): Purecopy initial values.
6083
6084 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6085
6086 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6087 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6088 `tramp-unload'.
6089 (tramp-advice-make-auto-save-file-name)
6090 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6091 after removing the advice.
6092
6093 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6094
6095 * progmodes/grep.el (grep-regexp-alist):
6096 * international/mule-cmds.el (iso-2022-control-alist):
6097 * emacs-lisp/timer.el (timer-duration-words):
6098 * subr.el (version-separator, version-regexp-alist):
6099 * minibuffer.el (completion-styles-alist):
6100 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6101 Change defvars to defconsts.
6102
6103 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6104 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6105 * international/mule-conf.el: Allow to be byte compiled.
6106
6107 * international/mule.el (define-charset): Purecopy props.
6108 (load-with-code-conversion): Purecopy doc string and file name.
6109 (put-charset-property): Purecopy strings.
6110 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6111
6112 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6113 (define-char-code-property): Correctly purecopy the table.
6114
6115 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6116
6117 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6118
6119 * subr.el (add-hook): Purecopy strings.
6120 (eval-after-load): Purecopy load-history-regexp and the form.
6121
6122 * custom.el (custom-declare-group): Purecopy load-file-name.
6123
6124 * subr.el (menu-bar-separator): New defconst.
6125 * net/eudc.el (eudc-tools-menu):
6126 * international/mule-cmds.el (set-coding-system-map)
6127 (mule-menu-keymap):
6128 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6129 * vc-hooks.el (vc-menu-map):
6130 * replace.el (occur-mode-map):
6131 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6132 (menu-bar-edit-menu, menu-bar-goto-menu)
6133 (menu-bar-custom-menu, menu-bar-showhide-menu)
6134 (menu-bar-options-menu, menu-bar-tools-menu)
6135 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6136 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6137 (menu-bar-help-menu):
6138 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6139 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6140
6141 * term/x-win.el (x-gtk-stock-map):
6142 * progmodes/vera-mode.el (auto-mode-alist):
6143 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6144 (inferior-lisp-program, inferior-lisp-load-command):
6145 * progmodes/hideshow.el (hs-special-modes-alist):
6146 * progmodes/gud.el (same-window-regexps):
6147 * progmodes/grep.el (grep-program, find-program, xargs-program):
6148 * net/telnet.el (same-window-regexps):
6149 * net/rlogin.el (same-window-regexps):
6150 * language/ethiopic.el (font-ccl-encoder-alist):
6151 * vc-sccs.el (vc-sccs-master-templates):
6152 * vc-rcs.el (vc-rcs-master-templates):
6153 * subr.el (cl-assertion-failed):
6154 * simple.el (next-error-overlay-arrow-position):
6155 * lpr.el (lpr-command):
6156 * locate.el (locate-ls-subdir-switches):
6157 * info.el (same-window-regexps, info)
6158 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6159 * image-mode.el (image-mode, auto-mode-alist):
6160 * hippie-exp.el (hippie-expand-ignore-buffers):
6161 * format.el (format-alist):
6162 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6163 (find-name-arg):
6164 * facemenu.el (facemenu-keybindings):
6165 * dired.el (dired-listing-switches, dired-chown-program):
6166 * diff.el (diff-switches, diff-command):
6167 * cus-edit.el (same-window-regexps):
6168 * bindings.el (mode-line-mule-info)
6169 (mode-line-buffer-identification): Purecopy strings.
6170
6171 2009-11-11 Juri Linkov <juri@jurta.org>
6172
6173 * simple.el (dired-get-filename) <declare-function>:
6174 Tell the byte-compiler about dired-get-filename.
6175 (shell-command): In Dired mode, get filename from the current line
6176 as the default value.
6177
6178 2009-11-10 Glenn Morris <rgm@gnu.org>
6179
6180 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6181 * calendar/holidays.el, progmodes/cperl-mode.el:
6182 Update x-popup-menu declarations.
6183
6184 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6185 (list-load-path-shadows): Use dolist.
6186 (list-load-path-shadows): Use with-current-buffer.
6187
6188 2009-11-10 Juri Linkov <juri@jurta.org>
6189
6190 * minibuffer.el (read-file-name): Support a list of default values
6191 in `default-filename'. Use the first file name where only one
6192 element is required. Doc fix.
6193
6194 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6195
6196 * net/dbus.el (dbus-unregister-object): Release service, if no
6197 other method is registered for it.
6198
6199 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6200
6201 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6202 bookmark-sort-flag is non-nil (Bug#4653).
6203
6204 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6205
6206 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6207 the progress reporter entirely.
6208
6209 * emulation/cua-base.el: Add CUA property to some CC mode commands
6210 (Bug#4100).
6211
6212 2009-11-08 Kevin Ryde <user42@zip.com.au>
6213
6214 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6215 at end of sentence (Bug#4818).
6216
6217 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6218
6219 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6220 Handle "see declaration of" MSFT statements (Bug#4100).
6221
6222 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6223
6224 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6225 (tramp-advice-file-expand-wildcards): Unload via
6226 `ad-remove-advice'.
6227
6228 * net/trampver.el: Update release number.
6229
6230 2009-11-08 Kevin Ryde <user42@zip.com.au>
6231
6232 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6233 `ad-do-it'.
6234
6235 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6236
6237 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6238 in order to keep context in SELinux.
6239
6240 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * dired-aux.el (dired-query): Place cursor in echo area and allow
6243 C-g.
6244
6245 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6246 menu item if not on a directory (Bug#4701).
6247
6248 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6249
6250 Sync with Tramp 2.1.17.
6251
6252 * net/tramp.el (tramp-handle-copy-directory): Don't use
6253 `file-remote-p' (due to compatibility).
6254
6255 * net/tramp-compat.el (tramp-compat-copy-directory)
6256 (tramp-compat-delete-directory): New defuns.
6257
6258 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6259 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6260 `tramp-compat-delete-directory'.
6261
6262 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6263 (tramp-smb-handle-delete-directory): Use
6264 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6265
6266 * net/trampver.el: Update release number.
6267
6268 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * tar-mode.el (tar-copy): Call write-region on the right buffer
6271 (Bug#4857).
6272
6273 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6274 by hand, if necessary (Bug#4878).
6275
6276 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6277
6278 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6279 align size column (Bug#4839).
6280
6281 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6282 statement.
6283
6284 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6285
6286 * progmodes/ld-script.el (auto-mode-alist):
6287 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6288
6289 * cus-face.el (custom-declare-face): Purecopy face spec.
6290
6291 2009-11-06 Kenichi Handa <handa@m17n.org>
6292
6293 * international/uni-bidi.el: Re-generated.
6294 * international/uni-category.el: Re-generated.
6295 * international/uni-combining.el: Re-generated.
6296 * international/uni-mirrored.el: Re-generated.
6297
6298 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6299
6300 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6301 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6302 (tex-start-options, slitex-run-command, latex-run-command)
6303 (tex-run-command, tex-directory):
6304 * textmodes/ispell.el (ispell-html-skip-alists)
6305 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6306 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6307 (adaptive-fill-regexp):
6308 * textmodes/dns-mode.el (auto-mode-alist):
6309 * progmodes/python.el (interpreter-mode-alist):
6310 * progmodes/etags.el (tags-compression-info-list):
6311 * progmodes/etags.el (tags-file-name):
6312 * net/browse-url.el (browse-url-galeon-program)
6313 (browse-url-firefox-program):
6314 * mail/sendmail.el (mail-signature-file)
6315 (mail-citation-prefix-regexp):
6316 * international/mule-conf.el (eight-bit):
6317 * international/latexenc.el (latex-inputenc-coding-alist):
6318 * international/fontset.el (x-pixel-size-width-font-regexp):
6319 * emacs-lisp/warnings.el (warning-type-format):
6320 * emacs-lisp/trace.el (trace-buffer):
6321 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6322 (emacs-lisp-mode-map):
6323 * calendar/holidays.el (holiday-solar-holidays)
6324 (holiday-bahai-holidays, holiday-islamic-holidays)
6325 (holiday-christian-holidays, holiday-hebrew-holidays)
6326 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6327 (hebrew-holidays-1, holiday-oriental-holidays)
6328 (holiday-general-holidays):
6329 * x-dnd.el (x-dnd-known-types):
6330 * tool-bar.el (tool-bar):
6331 * startup.el (site-run-file):
6332 * shell.el (shell-dumb-shell-regexp):
6333 * rfn-eshadow.el (file-name-shadow-tty-properties)
6334 (file-name-shadow-properties):
6335 * paths.el (remote-shell-program, news-directory):
6336 * mouse.el ([C-down-mouse-3]):
6337 * menu-bar.el (menu-bar-tools-menu):
6338 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6339 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6340 (jka-compr-compression-info-list):
6341 * isearch.el (search-whitespace-regexp):
6342 * image-file.el (image-file-name-extensions):
6343 * find-dired.el (find-ls-option):
6344 * files.el (directory-listing-before-filename-regexp)
6345 (directory-free-space-args, insert-directory-program)
6346 (list-directory-brief-switches, magic-fallback-mode-alist)
6347 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6348 (automount-dir-prefix):
6349 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6350 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6351 (face-font-registry-alternatives, face-font-registry-alternatives)
6352 (face-font-family-alternatives):
6353 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6354 (facemenu-foreground-menu, facemenu-face-menu):
6355 * epa-hook.el (epa-file-name-regexp):
6356 * dnd.el (dnd-protocol-alist):
6357 * textmodes/rst.el (auto-mode-alist):
6358 * button.el (default-button): Purecopy strings.
6359
6360 2009-11-06 Glenn Morris <rgm@gnu.org>
6361
6362 * Makefile.in (ELCFILES): Update.
6363
6364 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6367 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6368
6369 * nxml/xsd-regexp.el (xsdre-gen-categories):
6370 * nxml/xmltok.el (xmltok-parse-entity):
6371 * nxml/rng-parse.el (rng-parse-validate-file):
6372 * nxml/rng-maint.el (rng-format-manual)
6373 (rng-manual-output-force-new-line):
6374 * nxml/rng-loc.el (rng-save-schema-location-1):
6375 * nxml/rng-cmpct.el (rng-c-parse-file):
6376 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6377 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6378
6379 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6380
6381 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6382 Remove extra save-excursions and make-variable-buffer-local's.
6383 Suggested by Stefan Monnier.
6384
6385 (verilog-getopt-file, verilog-module-inside-filename-p)
6386 (verilog-set-define): Merge GNU 1.35 and repair changes from
6387 switching to using with-current-buffer.
6388
6389 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6390 being treated as a number and confusing AUTORESET.
6391 Reported by Dan Dever.
6392
6393 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6394 Add verilog-auto-ignore-concat to fix backward compatibility with
6395 older verilog-modes. Reported by Dan Katz.
6396
6397 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6398 containing closing anchors "...$".
6399
6400 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6401 Reported by Wade Smith.
6402
6403 (verilog-batch-execute-func): Comment on function usage.
6404
6405 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6406
6407 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6408 for labels.
6409
6410 (verilog-label-re, verilog-calc-1): Support proper indent of named
6411 asserts.
6412
6413 (verilog-backward-token, verilog-basic-complete-re)
6414 (verilog-beg-of-statement, verilog-indent-re): Support proper
6415 indent of the assert statement at the beginning of a block of text.
6416
6417 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6418 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6419 tokens as begins.
6420
6421 2009-11-05 Glenn Morris <rgm@gnu.org>
6422
6423 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6424 Emacs 19. (Bug#1531)
6425 (byte-compile-fix-header): Update for the above change.
6426 Drop test for epoch::version.
6427
6428 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6429 * cus-dep.el (custom-make-dependencies):
6430 * finder.el (finder-compile-keywords):
6431 Use autoload-rubric's feature argument.
6432
6433 * calendar/diary-lib.el (top-level): Make load behave more like require.
6434
6435 * vc-git.el (vc-git-stash-map): Move definition before use.
6436
6437 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6438
6439 * custom.el (custom-declare-group): Purecopy standard-value.
6440 (custom-declare-group): Purecopy custom-prefix.
6441
6442 * international/mule.el (load-with-code-conversion):
6443 Call do-after-load-evaluation unconditionally.
6444
6445 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6446
6447 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6448
6449 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6450
6451 2009-11-04 Glenn Morris <rgm@gnu.org>
6452
6453 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6454 (byte-compile-compatibility): Remove option.
6455 (byte-compile-close-variables, byte-compile-fix-header)
6456 (byte-compile-insert-header, byte-compile-output-docform)
6457 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6458 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6459 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6460 (byte-compile-insert, byte-compile-defun):
6461 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6462 (byte-defop-compiler19): Remove.
6463 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6464 used by anything. Replace all calls with byte-defop-compiler.
6465
6466 2009-11-04 Juri Linkov <juri@jurta.org>
6467
6468 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6469 (menu-bar-options-menu): Don't quote the `prop' arg of
6470 `menu-bar-make-mm-toggle'.
6471
6472 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6473
6474 * calendar/calendar.el (cal-loaddefs):
6475 * calendar/diary-lib.el (diary-loaddefs):
6476 * calendar/holidays.el (hol-loaddefs):
6477 * eshell/esh-module.el (esh-groups): Load rather than require.
6478
6479 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6482 point-min==1.
6483 (todo-top-priorities): Only display-buffer when called interactively.
6484 (todo-item-start): Don't save excursion point.
6485 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6486 (todo-insert-item-here, todo-file-item, todo-remove-item):
6487 Adjust uses of todo-item-start and todo-item-end.
6488
6489 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6490 (autoload-rubric): Don't use any more.
6491 * cedet/semantic/fw.el (semantic/loaddefs):
6492 * cedet/srecode.el (srecode/loaddefs):
6493 * cedet/ede.el (ede/loaddefs): Load rather than require.
6494 * cedet/ede/cpp-root.el:
6495 * cedet/ede/emacs.el:
6496 * cedet/ede/files.el:
6497 * cedet/ede/linux.el:
6498 * cedet/ede/locate.el:
6499 * cedet/ede/make.el:
6500 * cedet/ede/shell.el:
6501 * cedet/ede/speedbar.el:
6502 * cedet/ede/system.el:
6503 * cedet/ede/util.el:
6504 * cedet/semantic/analyze.el:
6505 * cedet/semantic/bovine.el:
6506 * cedet/semantic/complete.el:
6507 * cedet/semantic/ctxt.el:
6508 * cedet/semantic/db-file.el:
6509 * cedet/semantic/db-find.el:
6510 * cedet/semantic/db-global.el:
6511 * cedet/semantic/db-mode.el:
6512 * cedet/semantic/db-typecache.el:
6513 * cedet/semantic/db.el:
6514 * cedet/semantic/debug.el:
6515 * cedet/semantic/dep.el:
6516 * cedet/semantic/doc.el:
6517 * cedet/semantic/edit.el:
6518 * cedet/semantic/find.el:
6519 * cedet/semantic/format.el:
6520 * cedet/semantic/html.el:
6521 * cedet/semantic/ia-sb.el:
6522 * cedet/semantic/ia.el:
6523 * cedet/semantic/idle.el:
6524 * cedet/semantic/lex-spp.el:
6525 * cedet/semantic/lex.el:
6526 * cedet/semantic/mru-bookmark.el:
6527 * cedet/semantic/scope.el:
6528 * cedet/semantic/senator.el:
6529 * cedet/semantic/sort.el:
6530 * cedet/semantic/symref.el:
6531 * cedet/semantic/tag-file.el:
6532 * cedet/semantic/tag-ls.el:
6533 * cedet/semantic/tag-write.el:
6534 * cedet/semantic/tag.el:
6535 * cedet/semantic/util-modes.el:
6536 * cedet/semantic/analyze/complete.el:
6537 * cedet/semantic/analyze/refs.el:
6538 * cedet/semantic/bovine/c.el:
6539 * cedet/semantic/bovine/gcc.el:
6540 * cedet/semantic/bovine/make.el:
6541 * cedet/semantic/bovine/scm.el:
6542 * cedet/semantic/decorate/include.el:
6543 * cedet/semantic/decorate/mode.el:
6544 * cedet/semantic/symref/cscope.el:
6545 * cedet/semantic/symref/global.el:
6546 * cedet/semantic/symref/grep.el:
6547 * cedet/semantic/symref/idutils.el:
6548 * cedet/semantic/symref/list.el:
6549 * cedet/semantic/wisent/java-tags.el:
6550 * cedet/semantic/wisent/javascript.el:
6551 * cedet/srecode/compile.el:
6552 * cedet/srecode/cpp.el:
6553 * cedet/srecode/document.el:
6554 * cedet/srecode/el.el:
6555 * cedet/srecode/expandproto.el:
6556 * cedet/srecode/getset.el:
6557 * cedet/srecode/insert.el:
6558 * cedet/srecode/java.el:
6559 * cedet/srecode/map.el:
6560 * cedet/srecode/mode.el:
6561 * cedet/srecode/template.el:
6562 * cedet/srecode/texi.el: Remove the file-local setting of
6563 generated-autoload-feature.
6564
6565 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6566 and only put a prop if it is non-nil.
6567
6568 2009-11-03 Juri Linkov <juri@jurta.org>
6569
6570 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6571 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6572
6573 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6574 and "Menu" to make top-level menu item visually one unit (like
6575 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6576 multi-word menu items). Fix :help string for quit-window.
6577
6578 2009-11-03 Glenn Morris <rgm@gnu.org>
6579
6580 * cedet/mode-local.el (with-mode-local): Doc fix.
6581
6582 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6583 (byte-compile-file-form-define-abbrev-table)
6584 (byte-compile-file-form-custom-declare-variable)
6585 (byte-compile-variable-ref, byte-compile-defvar):
6586 Whether or not a warning is enabled should only affect whether we issue
6587 the warning, not whether or not we collect the relevant data.
6588 Eg warnings can be turned on and off throughout the course of a file.
6589
6590 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6591 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6592
6593 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6596 * play/mpuz.el (mpuz-create-buffer):
6597 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6598 (lm-print-y,s,noise, lm-print-w0, lm-init):
6599 * play/gomoku.el (gomoku-prompt-for-move):
6600 * play/fortune.el (fortune-in-buffer):
6601 * play/dissociate.el (dissociated-press):
6602 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6603 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6604 * mail/supercite.el (sc-eref-show):
6605 * mail/smtpmail.el (smtpmail-send-it):
6606 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6607 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6608 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6609 (rmail-summary-goto-msg, rmail-summary-expunge)
6610 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6611 (rmail-summary-add-label, rmail-summary-output-menu)
6612 (rmail-summary-output-body):
6613 * mail/rfc822.el (rfc822-addresses):
6614 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6615 * mail/mailpost.el (post-mail-send-it):
6616 * mail/hashcash.el (hashcash-generate-payment):
6617 * mail/feedmail.el (feedmail-run-the-queue)
6618 (feedmail-queue-send-edit-prompt-help-first)
6619 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6620 (feedmail-deduce-address-list):
6621 * eshell/esh-ext.el (eshell-remote-command):
6622 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6623 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6624 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6625 (viper-save-string-in-file, viper-valid-marker):
6626 * emulation/viper-keym.el (viper-toggle-key):
6627 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6628 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6629 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6630 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6631 (viper-exec-form-in-emacs, viper-brac-function):
6632 * emulation/viper.el (viper-delocalize-var):
6633 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6634 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6635 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6636 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6637 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6638 * emulation/edt.el (edt-electric-helpify):
6639 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6640 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6641 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6642 (cua-indent-to-global-mark-column):
6643 * calendar/diary-lib.el (calendar-mark-1):
6644 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6645 Use with-current-buffer.
6646 * emulation/viper.el (viper-delocalize-var): Use dolist.
6647
6648 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6649
6650 * comint.el (comint-replace-by-expanded-history-before-point):
6651 Replace !! with the previous input string literally (Bug#1795).
6652
6653 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6654
6655 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6656 to be made up of whitespace.
6657
6658 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * minibuffer.el (read-file-name): Don't use file dialogs for
6661 remote directories (Bug#99).
6662
6663 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6664
6665 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6666
6667 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6668
6669 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6670 instead of deleting the window or frame.
6671
6672 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6673
6674 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6675 Support face colors.
6676
6677 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6678 New function. Support face colors (Bug#1168).
6679 (tex-common-initialization): Use it.
6680
6681 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6682 mode allows it (Bug#1168).
6683
6684 2009-10-31 Juri Linkov <juri@jurta.org>
6685
6686 * facemenu.el (list-colors-display): Don't mark buffer as
6687 modified (Bug#3948).
6688
6689 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * international/mule-diag.el (list-character-sets-1): Minor
6692 message fix (Bug#3526).
6693
6694 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
6695 face property (Bug#4834).
6696 (etags-list-tags, etags-tags-apropos-additional)
6697 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6698 property.
6699
6700 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6701 items.
6702
6703 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
6704 items.
6705
6706 * cedet/ede.el (ede-minor-mode):
6707 * cedet/semantic.el (semantic-mode): Toggle menu separators.
6708
6709 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * textmodes/two-column.el (2C-split):
6712 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6713 * textmodes/tex-mode.el (tex-set-buffer-directory):
6714 * textmodes/spell.el (spell-region, spell-string):
6715 * textmodes/reftex.el (reftex-erase-buffer):
6716 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6717 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6718 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6719 (reftex-select-item):
6720 * textmodes/reftex-ref.el (reftex-label-info-update)
6721 (reftex-offer-label-menu):
6722 * textmodes/reftex-index.el (reftex-index-change-entry)
6723 (reftex-index-phrases-info):
6724 * textmodes/reftex-global.el (reftex-create-tags-file)
6725 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6726 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6727 (reftex-view-crossref-from-bibtex):
6728 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6729 (reftex-extract-bib-entries-from-thebibliography)
6730 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6731 * textmodes/refbib.el (r2b-capitalize-title):
6732 (r2b-convert-buffer, r2b-help):
6733 * textmodes/page-ext.el (pages-directory)
6734 (pages-directory-goto-with-mouse):
6735 * textmodes/bibtex.el (bibtex-validate-globally):
6736 * textmodes/bib-mode.el (bib-capitalize-title):
6737 * textmodes/artist.el (artist-clear-buffer, artist-system):
6738 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6739 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6740 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6741 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6742 (xscheme-send-control-g-interrupt, xscheme-start-process)
6743 (xscheme-process-sentinel, xscheme-cd):
6744 * progmodes/verilog-mode.el (verilog-read-always-signals)
6745 (verilog-set-define, verilog-getopt-file)
6746 (verilog-module-inside-filename-p):
6747 * progmodes/sh-script.el:
6748 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6749 (python-pdbtrack-grub-for-buffer, python-execute-file):
6750 * progmodes/octave-inf.el (inferior-octave):
6751 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6752 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6753 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6754 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6755 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6756 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6757 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6758 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6759 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6760 (idlwave-shell-examine-display, idlwave-shell-run-region)
6761 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6762 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6763 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6764 (idlwave-help-get-help-buffer):
6765 * progmodes/gud.el (gud-basic-call, gud-find-class)
6766 (gud-tooltip-activate-mouse-motions-if-enabled):
6767 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6768 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6769 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6770 (ebrowse-tags-next-file):
6771 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6772 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6773 (ebnf-eps-finish-and-write):
6774 * progmodes/cpp.el (cpp-edit-save):
6775 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6776 * progmodes/cc-defs.el (c-emacs-features):
6777 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6778 (antlr-directory-dependencies):
6779 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6780 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6781 (ada-find-any-references, ada-make-filename-from-adaname)
6782 (ada-make-body-gnatstub):
6783 * obsolete/rnews.el (news-list-news-groups):
6784 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6785 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6786 * net/rcirc.el (rcirc-debug):
6787 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6788 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6789 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6790 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6791 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6792 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6793 (newsticker--treeview-list-clear-highlight)
6794 (newsticker--treeview-list-update-highlight)
6795 (newsticker--treeview-list-highlight-start)
6796 (newsticker--treeview-tree-update-highlight)
6797 (newsticker--treeview-get-selected-item)
6798 (newsticker-treeview-mark-list-items-old)
6799 (newsticker--treeview-set-current-node):
6800 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6801 * net/newst-backend.el (newsticker--get-news-by-funcall)
6802 (newsticker--get-news-by-wget, newsticker--image-get)
6803 (newsticker--image-sentinel):
6804 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6805 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6806 (eudc-ph-close-session):
6807 * net/eudc.el (eudc-save-options):
6808 * language/thai-word.el (thai-update-word-table):
6809 * language/japan-util.el (japanese-string-conversion):
6810 * international/titdic-cnv.el (tsang-quick-converter)
6811 (ziranma-converter, ctlau-converter):
6812 * international/mule-cmds.el (describe-language-environment):
6813 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6814 (skkdic-convert-postfix, skkdic-convert-prefix):
6815 (skkdic-convert-okuri-nasi, skkdic-convert):
6816 * emacs-lisp/re-builder.el (reb-update-overlays):
6817 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6818 * emacs-lisp/gulp.el (gulp-send-requests):
6819 * emacs-lisp/find-gc.el (trace-call-tree):
6820 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6821 (eieio-describe-generic):
6822 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6823 * emacs-lisp/edebug.el (edebug-outside-excursion):
6824 * emacs-lisp/debug.el (debugger-make-xrefs):
6825 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6826 * emacs-lisp/chart.el (chart-new-buffer):
6827 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6828 Use with-current-buffer.
6829 * textmodes/artist.el (artist-system): Don't call
6830 copy-sequence on a fresh string.
6831 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6832
6833 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6834
6835 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6836 is no item to edit. (Bug#4820)
6837 (todo-top-priorities): Restore point and restore narrowing in Todo
6838 buffer. (Bug#4820)
6839
6840 2009-10-31 Glenn Morris <rgm@gnu.org>
6841
6842 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6843 (comint-last-output-start, comint-last-input-start)
6844 (comint-last-input-end): Don't defvar when compiling.
6845 (ange-ftp-process-file): Use bound-and-true-p.
6846
6847 * pcmpl-rpm.el (top-level): Move provide statement to end.
6848 (pcmpl-rpm): Remove unused custom group.
6849
6850 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6851
6852 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6853
6854 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6855 (byte-compile-warnings): Add `constants' as an option.
6856 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6857 (display-call-tree): Update for byte-compile-fdefinition possibly
6858 returning `(macro lambda ...)'. (Bug#4778)
6859 (byte-compile-variable-ref, byte-compile-setq-default):
6860 Respect `constants' member of byte-compile-warnings.
6861
6862 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6863 Use mapc rather than mapcar because the return value is never used.
6864
6865 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6866 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6867 * cedet/semantic/html.el:
6868 Suppress harmless warnings about setting up semantic-imenu (not
6869 part of Emacs) variables.
6870
6871 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6874 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6875 to "submit:".
6876
6877 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6878 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6879 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6880 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6881 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6882 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6883 (semantic-analyzer-debug-global-symbol)
6884 (semantic-analyzer-debug-missing-innertype)
6885 (semantic-analyzer-debug-insert-include-summary):
6886 * cedet/semantic/util.el (semantic-file-tag-table):
6887 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6888 (semantic-recursive-find-nonterminal-by-name):
6889 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6890 * cedet/semantic/tag-file.el (semantic-prototype-file):
6891 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6892 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6893 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6894 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6895 (semantic-idle-summary-maybe-highlight):
6896 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6897 (semantic-ia-sb-tag-info):
6898 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6899 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6900 * cedet/semantic/ede-grammar.el (project-compile-target):
6901 (ede-proj-makefile-insert-variables):
6902 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6903 (semantic-debug-set-source-location, semantic-debug-interface-layout)
6904 (semantic-debug-mode, semantic-debug):
6905 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6906 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6907 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6908 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6909 (semanticdb-find-translate-path-includes--internal)
6910 (semanticdb-reset-log, semanticdb-find-log-activity):
6911 * cedet/semantic/db-file.el (object-write):
6912 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6913 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6914 (semanticdb-create-ebrowse-database):
6915 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6916 * cedet/semantic/complete.el (semantic-displayor-focus-request)
6917 (semantic-collector-calculate-completions-raw)
6918 (semantic-complete-read-tag-analyzer):
6919 * cedet/semantic/analyze.el (semantic-analyze-pulse):
6920 * cedet/ede/util.el (ede-update-version-in-source):
6921 * cedet/ede/proj.el (project-delete-target):
6922 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6923 (ede-proj-flush-autoconf):
6924 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6925 (ede-proj-configure-synchronize):
6926 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6927 * cedet/ede/linux.el (ede-linux-version):
6928 * cedet/ede/emacs.el (ede-emacs-version):
6929 * cedet/ede/dired.el (ede-dired-add-to-target):
6930 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6931 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6932 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6933 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6934 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6935 (cedet-idutils-version-check):
6936 * cedet/cedet-global.el (cedet-gnu-global-call):
6937 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6938 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6939 * cedet/cedet-cscope.el (cedet-cscope-call)
6940 (cedet-cscope-expand-filename, cedet-cscope-version-check):
6941 Use with-current-buffer.
6942 * cedet/ede.el (ede-make-project-local-variable)
6943 (ede-set-project-variables, ede-set): Use dolist.
6944
6945 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6946
6947 * textmodes/ispell.el (ispell-skip-region-alist):
6948 * international/mule-conf.el (eight-bit):
6949 * international/fontset.el (font-encoding-alist):
6950 * startup.el (pure-space-overflow-message):
6951 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6952 * paths.el (gnus-nntp-service, rmail-spool-directory)
6953 (term-file-prefix):
6954 * files.el (save-some-buffers-action-alist):
6955 * cmuscheme.el (same-window-buffer-names):
6956 * ielm.el (same-window-buffer-names):
6957 * shell.el (same-window-buffer-names):
6958 * mail/sendmail.el (same-window-buffer-names):
6959 * progmodes/inf-lisp.el (same-window-buffer-names):
6960 * bindings.el (mode-line-client)
6961 (mode-line-column-line-number-mode-map):
6962 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6963 (tibetan-precomposed-regexp): Purecopy string arguments.
6964
6965 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6968 (calcDigit-nondigit):
6969 * calc/calc-yank.el (calc-copy-to-buffer):
6970 * calc/calc-units.el (calc-invalidate-units-table):
6971 * calc/calc-trail.el (calc-trail-yank):
6972 * calc/calc-store.el (calc-insert-variables):
6973 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6974 * calc/calc-prog.el (calc-read-parse-table):
6975 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6976 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6977 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6978 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6979 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6980 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6981 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6982 * calc/calc-ext.el (calc-realign):
6983 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6984 (calc-embedded-finish-edit, calc-embedded-make-info)
6985 (calc-embedded-finish-command, calc-embedded-stack-change):
6986 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6987
6988 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6989 (overload-docstring-extension): Use that info.
6990 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6991 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6992 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6993 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6994 (semantic-nonterminal-full-name): Add the new `when' info.
6995 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6996 `assert'.
6997
6998 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6999 shell-dynamic-complete-filename in preference to
7000 comint-dynamic-complete-filename.
7001
7002 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7003 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7004 Don't consider whether the display supports colors.
7005 (bookmark-import-new-list): Use dolist.
7006 (bookmark-bmenu-mode-map): Move initialization into declaration.
7007 (bookmark-bmenu-list): Use dolist, simplify.
7008 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7009 (menu-bar-final-items): Use push.
7010
7011 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7012
7013 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7014 it works on remote files.
7015 (vc-hg-diff): Don't pass any `--cwd' argument.
7016
7017 2009-10-27 Kevin Ryde <user42@zip.com.au>
7018
7019 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7020 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7021 (Further to Bug#3921).
7022
7023 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7024
7025 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7026 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7027 calling `tramp-imap-put-file'. Add file size to the call.
7028 (tramp-imap-get-file-entries): Compute also user name, file size,
7029 and date.
7030 (tramp-imap-handle-insert-directory): Insert uid and gid.
7031 (tramp-imap-handle-file-attributes): Transform uid and gid
7032 according to `id-format'.
7033 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7034 size in header X-Size.
7035
7036 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7037
7038 * simple.el (transpose-subr): Give clearer error when the mark
7039 is not set. (Bug#4807)
7040
7041 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7042
7043 * net/tramp.el (tramp-perl-file-truename): New defconst.
7044 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7045 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7046 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7047 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7048
7049 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7050 Ignore `dired-call-process'.
7051 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7052
7053 2009-10-26 Julian Scheid <julians37@gmail.com>
7054
7055 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7056 (tramp-get-remote-readlink): New defun.
7057 (tramp-handle-file-truename): Use it.
7058 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7059 file exists if cache value present.
7060 (tramp-check-cached-permissions): New defun.
7061 (tramp-handle-file-readable-p): Use it.
7062 (tramp-handle-file-writable-p): Likewise.
7063 (tramp-handle-file-executable-p): Likewise.
7064 (tramp-handle-file-name-all-completions): Try using Perl to get
7065 partial completions. When perl not available, combine `cd' and
7066 `ls' into single remote operation and use shell expansion to get
7067 partial remote directory contents. Set `file-exists-p' cache for
7068 directory and any files returned by ls. Change cache handling to
7069 support partial directory contents. Use error message emitted by
7070 remote `cd' or Perl code for local tramp-error.
7071 (tramp-do-copy-or-rename-file-directly): Avoid separate
7072 tramp-send-command-and-check call.
7073 (tramp-handle-process-file): Merge three remote ops into one.
7074 Do not flush all caches when `process-file-side-effects' is set.
7075 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7076 file-attributes shows uid/gid to be set already.
7077
7078 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7079
7080 * textmodes/tex-mode.el (tex-dvi-view-command)
7081 (tex-show-queue-command, tex-open-quote):
7082 * progmodes/ruby-mode.el (auto-mode-alist)
7083 (interpreter-mode-alist): Purecopy strings.
7084
7085 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7086
7087 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7088 string for the hook, keymap and abbrev table.
7089
7090 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7091
7092 * x-dnd.el (x-dnd-xdnd-to-action):
7093 * startup.el (fancy-startup-text, fancy-about-text): Change to
7094 defconst from defvar.
7095
7096 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7097
7098 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7099 Purecopy initialization strings.
7100
7101 * mail/sendmail.el (mail-header-separator)
7102 (mail-personal-alias-file):
7103 * mail/rmail.el (rmail-default-dont-reply-to-names)
7104 (rmail-ignored-headers, rmail-retry-ignored-headers)
7105 (rmail-highlighted-headers, rmail-secondary-file-directory)
7106 (rmail-secondary-file-regexp):
7107 * files.el (null-device, file-name-invalid-regexp)
7108 (locate-dominating-stop-dir-regexp)
7109 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7110 (interpreter-mode-alist): Use mapcar instead of mapc.
7111
7112 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7113
7114 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7115 (completion-ignored-extensions):
7116 (debug-ignored-errors): Purecopy strings.
7117
7118 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7121 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7122 (pcomplete--here): Use push.
7123
7124 * subr.el (all-completions): Declare the 4th arg obsolete.
7125
7126 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7129 (pcomplete-unquote-argument): New function.
7130 (pcomplete--common-suffix): Always pay attention to case.
7131 (pcomplete--table-subvert): Quote and unquote the text.
7132 (pcomplete--common-quoted-suffix): New function.
7133 (pcomplete-std-complete): Use it and pcomplete-begin.
7134
7135 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7136 we're inside a dedicated or minibuffer window.
7137
7138 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * cedet/semantic/fw.el (semantic-alias-obsolete)
7141 (semantic-varalias-obsolete): Make the `when' arg mandatory.
7142 (define-mode-overload-implementation):
7143 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7144 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7145 * cedet/semantic/util.el (semantic-file-token-stream)
7146 (semantic-something-to-stream):
7147 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7148 (semantic-expand-nonterminal):
7149 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7150 (semantic-find-dependency, semantic-find-nonterminal)
7151 (semantic-find-dependency):
7152 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7153 (semantic-flex-text, semantic-flex-make-keyword-table)
7154 (semantic-flex-keyword-p, semantic-flex-keyword-put)
7155 (semantic-flex-keyword-get, semantic-flex-map-keywords)
7156 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7157 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7158 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7159 (semantic-after-idle-scheduler-reparse-hooks):
7160 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7161 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7162 * cedet/semantic.el (semantic-toplevel-bovine-table)
7163 (semantic-toplevel-bovine-cache)
7164 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7165 (semantic-init-mode-hooks, semantic-init-db-hooks)
7166 (semantic-bovination-working-type): Provide the `when' arg.
7167
7168 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7169
7170 * bookmark.el: Update documentation, especially documentation
7171 of `bookmark-alist' and of the bookmark file format.
7172 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7173
7174 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7175
7176 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7177 keybindings apply to the mail buffer (Bug#4003). Shrink help
7178 window to buffer.
7179
7180 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7181 (global-whitespace-mode, global-whitespace-newline-mode)
7182 (whitespace-toggle-options, global-whitespace-toggle-options):
7183 Doc fix (Bug#3660).
7184
7185 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7186 of xmltok-start before the end tag was inserted (Bug#2840).
7187
7188 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7189 patterns that are preceded by an open-paren (Bug#1320).
7190
7191 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7192
7193 * files.el (delete-directory): Delete symlinks to directories with
7194 delete-file (Bug#4739).
7195
7196 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7199 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7200 argument to make-obsolete.
7201
7202 * cedet/semantic/fw.el (semantic-alias-obsolete)
7203 (semantic-varalias-obsolete): Add optional WHEN argument.
7204
7205 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7206
7207 * vc.el (vc-backend-for-registration): Rename from
7208 vc-get-backend-for-registration. Update callers.
7209
7210 * international/mule-cmds.el (set-language-info-alist):
7211 Purecopy lang-env.
7212 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7213 (charset): Purecopy the name.
7214 (define-char-code-property): Purecopy string arguments.
7215
7216 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7217 Purecopy string arguments.
7218
7219 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7220 * ediff-hook.el (menu-bar-ediff-menu):
7221 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7222 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7223
7224 2009-10-24 Glenn Morris <rgm@gnu.org>
7225
7226 * comint.el (comint-dynamic-list-completions):
7227 * term.el (term-dynamic-list-completions): Use choose-completion rather
7228 than obsolete alias mouse-choose-completion.
7229
7230 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7231 file-cache-choose-completion.
7232 (file-cache-choose-completion): Handle an optional event argument.
7233 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7234
7235 * progmodes/octave-mod.el (octave-complete-symbol):
7236 Use choose-completion if mouse-choose-completion is ever removed.
7237
7238 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7239 use.
7240
7241 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7242 compiler.
7243
7244 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7245
7246 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7249 Ignore `pred' now that we receive one.
7250 Handle test-completion specially.
7251
7252 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7253
7254 * vc.el (vc-responsible-backend): Throw an error if not backend is
7255 found. Remove the REGISTER argument. Move the code dealing with
7256 REGISTER ...
7257 (vc-get-backend-for-registration): ... here. New function.
7258 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7259 of vc-responsible-backend, pass the file name instead of the
7260 directory name.
7261
7262 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7265 New funs.
7266 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7267 (pcomplete-comint-setup): Don't modify a global var via
7268 accidental side-effects.
7269 (pcomplete-shell-setup): Adjust call accordingly.
7270 (pcomplete-parse-comint-arguments): Use push.
7271
7272 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7273
7274 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7275 Allow uncapitalized info node names (Bug#3921).
7276
7277 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7278 to the DEBUG file (Bug#3781).
7279
7280 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7281
7282 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7283 dictionary entry (Bug#4579).
7284
7285 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7286
7287 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7288 from `rfn-eshadow-update-overlay-hook' when unloading.
7289 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7290 "rsyncc". Adjust doc string.
7291 (tramp-temp-buffer-file-name): New buffer-local defvar.
7292 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7293 Keep temporary file when indicated by method ("rsync" and
7294 "rsyncc").
7295 (tramp-handle-write-region): Handle APPEND.
7296 (tramp-delete-temp-file-function): New defun. Added to
7297 `kill-buffer-hook'.
7298
7299 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7300
7301 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7302
7303 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7304
7305 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7306 (color-name-rgb-alist, tty-standard-colors)
7307 (tty-color-mode-alist): Change to defconst.
7308
7309 * simple.el (mark-inactive): Purecopy message.
7310
7311 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7312 (global-map, yank-menu):
7313 * textmodes/ispell.el (ispell-menu-map):
7314 * net/eudc.el (eudc-tools-menu):
7315 * international/mule-cmds.el (describe-language-environment-map)
7316 (setup-language-environment-map, set-coding-system-map)
7317 (mule-menu-keymap):
7318 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7319 * replace.el (occur-mode-map):
7320 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7321
7322 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7323
7324 * calc/calc.el (math-read-number, math-read-number-simple): Use
7325 `save-match-data'.
7326
7327 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7330 rather than fiddling with global-map bindings, since it should only
7331 affect per-terminal settings.
7332 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7333
7334 * minibuffer.el (completion-table-with-terminator): Allow to specify
7335 the terminator-regexp.
7336
7337 * simple.el (switch-to-completions): Look for *Completions* in other
7338 frames as well.
7339
7340 * pcomplete.el: Allow the use of completion-tables.
7341 (pcomplete-std-complete): New command.
7342 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7343 (pcomplete--here): Use a function for `form' rather than an expression,
7344 so it can be byte-compiled.
7345 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7346 Add edebug declaration.
7347 (pcomplete-show-completions): Remove unused var `curbuf'.
7348 (pcomplete-do-complete, pcomplete-stub):
7349 Don't assume `completions' is a list of strings any more.
7350
7351 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7352
7353 * find-dired.el (find-name-arg): Fix typo in docstring.
7354
7355 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7358 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7359
7360 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7361 pcomplete-entries.
7362
7363 * comint.el (comint-read-input-ring, comint-write-input-ring)
7364 (comint-substitute-in-file-name)
7365 (comint-dynamic-complete-as-filename)
7366 (comint-dynamic-simple-complete)
7367 (comint-dynamic-list-filename-completions)
7368 (comint-dynamic-list-completions)
7369 (comint-redirect-results-list-from-process): Minor simplifications.
7370
7371 2009-10-21 Kevin Ryde <user42@zip.com.au>
7372
7373 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7374 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7375 the first form. And insert a blank line after ";;; Code" since
7376 that's usual style. (Bug#4612)
7377
7378 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7379
7380 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * minibuffer.el (completion-table-with-terminator): Properly implement
7383 boundaries, in case `terminator' appears in the suffix.
7384 (completion--embedded-envvar-table): Don't return boundaries if
7385 there's no valid completion. Simplify.
7386 (completion-file-name-table): New completion table extracted from
7387 completion--file-name-table.
7388 (completion--file-name-table): Use it.
7389 (read-file-name-predicate): Declare obsolete.
7390 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7391 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7392 completion-file-name-table, and use the `pred' argument.
7393 * files.el (locate-file-completion-table): Use the `pred' arg rather
7394 than read-file-name-predicate.
7395 (abbreviate-file-name): Use \` rather than ^ for BOS.
7396
7397 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7398
7399 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7400 vc-responsible-backend to register, it causes problems.
7401
7402 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7405
7406 2009-10-21 Eric Ludlam <zappo@gnu.org>
7407
7408 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
7409 (semantic-c-debug-mode-init-pch): New functions.
7410 (semantic-c-debug-mode-init-last-mode): New var.
7411 (semantic-c-parse-lexical-token): Use them.
7412
7413 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
7414 When extracting the argument list, limit only by point-max.
7415
7416 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7417
7418 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7419 (tramp-smb-handle-file-attributes): Use it.
7420 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7421 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7422 `mapcar'. Use `tramp-smb-get-stat-capability'.
7423 Add `dired-filename' text properties.
7424 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7425 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7426 version.
7427
7428 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * subr.el (read-key-delay): Reduce to 0.01.
7431 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7432 (bug#4751).
7433
7434 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7437
7438 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7439 (Info-menu): Remove unused vars `last' and `completions'.
7440 (Info-index-nodes): Remove unused var `node'.
7441
7442 * info.el (Info-complete-menu-item): Use complete-with-action.
7443
7444 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7445
7446 Make vc-annotate work through copies and renames.
7447 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7448 Return the file name too.
7449 (vc-annotate-revision-at-line)
7450 (vc-annotate-find-revision-at-line)
7451 (vc-annotate-revision-previous-to-line)
7452 (vc-annotate-show-log-revision-at-line): Update to get the file
7453 name from vc-annotate-extract-revision-at-line.
7454 (vc-annotate-show-diff-revision-at-line-internal): Change the
7455 argument to mean whether to show a file diff or not. Get the file
7456 name from vc-annotate-extract-revision-at-line.
7457 (vc-annotate-show-diff-revision-at-line):
7458 Update vc-annotate-show-diff-revision-at-line call.
7459 (vc-annotate-warp-revision): Add an optional file argument.
7460
7461 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7462 (vc-git-annotate-extract-revision-at-line): Also return the file
7463 name if found.
7464
7465 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7466 command. Remove unused code.
7467 (vc-hg-annotate-re): Update to match --follow output.
7468 (vc-hg-annotate-extract-revision-at-line): Also return the file
7469 name if found.
7470
7471 * vc.el: Update annotate-extract-revision-at-line documentation.
7472
7473 2009-10-18 Kevin Ryde <user42@zip.com.au>
7474
7475 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7476 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7477
7478 * net/browse-url.el (browse-url): Identify alist with "consp and
7479 not functionp" and let all other things go down the `apply' leg,
7480 as suggested by Stefan. (Further to bug#4531.)
7481
7482 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7483
7484 * minibuffer.el (read-file-name): Check for repeat before putting
7485 a default argument in file-name-history (Bug#4657).
7486
7487 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7488 read syntax (Bug#4737).
7489
7490 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7491
7492 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7493
7494 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7495 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7496 entries and make note of obsolete tags.
7497
7498 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7501
7502 2009-10-18 Glenn Morris <rgm@gnu.org>
7503
7504 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7505 grep, so that binary files (eg international/uni-bidi.el) can match.
7506 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7507 now, and in any case the file header format has changed.
7508
7509 2009-10-17 Glenn Morris <rgm@gnu.org>
7510
7511 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7512 (flyspell-get-word, flyspell-large-region)
7513 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7514
7515 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7516
7517 * Makefile.in (ELCFILES): Add ede/shell.
7518
7519 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7520
7521 * term/common-win.el (x-colors): Purecopy it.
7522
7523 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7526 permissive for when the buffer is empty.
7527 (tar-header-block-tokenize): Decode the username and groupname.
7528 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7529
7530 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7531
7532 * cedet/srecode/srt.el:
7533 * cedet/srecode/compile.el:
7534 * cedet/semantic/mru-bookmark.el:
7535 * cedet/semantic/debug.el:
7536 * cedet/semantic/complete.el:
7537 * cedet/semantic/analyze.el: Require CL when compiling.
7538
7539 2009-10-17 Eric Ludlam <zappo@gnu.org>
7540
7541 * cedet/semantic/scope.el
7542 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
7543 tmpscope so that the regular scope will continue to work.
7544
7545 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
7546 Use semantic-idle-summary-highlight-face as the highlighting.
7547
7548 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
7549 contains multibyte characters, choose first applicable coding
7550 system automatically.
7551
7552 * cedet/ede/project-am.el (project-run-target): New method.
7553 (project-run-target): New method.
7554
7555 * cedet/ede.el (ede-target): Add run target menu item.
7556 (ede-project, ede-minor-keymap): Add ede-run-target binding.
7557 (ede-run-target): New function.
7558 (ede-target::project-run-target): New method.
7559
7560 * cedet/ede/proj.el (project-run-target): New method.
7561
7562 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
7563 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
7564 Add :rules.
7565 (ede-proj-target-makefile-shared-object): Only libtool compilers
7566 now available. Add linkers for libtool.
7567 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
7568 (ede-proj-makefile-target-name): Always use .la extension.
7569
7570 * cedet/ede/proj-prog.el (project-run-target): New method.
7571
7572 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
7573 (ede-g++-linker): Change Change link lines.
7574
7575 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
7576 When searching for old variables, go to the end of the buffer and
7577 search backward from there.
7578 (ede-proj-makefile-automake-insert-subdirs)
7579 (ede-proj-makefile-automake-insert-extradist): New methods.
7580 (ede-proj-makefile-create): Use them.
7581
7582 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
7583 Force FILE to expand to the current target. Use file-exists-p to
7584 check that it exists.
7585
7586 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
7587 (ede-linux-load): Wrap dir in file-name-as-directory.
7588 Set :version slot.
7589
7590 * cedet/ede/files.el (ede-get-locator-object): When enabling
7591 locate, do so on "top".
7592
7593 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
7594 file-name-as-directory during compare.
7595 (ede-emacs-version): Return Emacs/XEmacs differentiator.
7596 Get version number from different places. Don't call egrep.
7597 (ede-emacs-load): Set :version slot. Call file-name-as-directory
7598 to set the directory.
7599
7600 * cedet/ede/shell.el: New file.
7601
7602 * cedet/inversion.el (inversion-decoders): Allow for stray . in
7603 alpha/beta variants.
7604
7605 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * international/mule-cmds.el (select-safe-coding-system): If the file
7608 has a coding cookie, use it regardless of any other setting (bug#4712).
7609
7610 2009-10-17 Glenn Morris <rgm@gnu.org>
7611
7612 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
7613 All errors should have messages.
7614
7615 * foldout.el (foldout-mouse-swallow-events):
7616 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7617
7618 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7619 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7620 (dired-keep-marker-symlink, dired-dwim-target)
7621 (dired-copy-preserve-time): Do not autoload these defcustoms.
7622
7623 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7624 messages from messing up the file coding. (Bug#4623)
7625
7626 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7627
7628 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7629 if no match is found for the current dictionary. (Bug#4578)
7630
7631 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7632 optional, since that is how it is documented, and this is often called
7633 with a nil argument. (Bug#4577)
7634 (flyspell-external-point-words, flyspell-auto-correct-word)
7635 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7636 (flyspell-word-search-backward): Remove nil argument in calls to
7637 flyspell-get-word, since it is not needed now.
7638
7639 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7640
7641 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7642
7643 2009-10-16 Glenn Morris <rgm@gnu.org>
7644
7645 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7646
7647 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7648
7649 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7650 (ange-ftp-file-size): New function.
7651 (ange-ftp-file-attributes): Use it.
7652
7653 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7654
7655 * net/tramp-smb.el (tramp-smb-version): New defvar.
7656 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7657 repeated checks.
7658
7659 2009-10-16 Glenn Morris <rgm@gnu.org>
7660
7661 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7662 Maybe copy some custom properties from old to new name. (Bug#4706)
7663
7664 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7665
7666 * subr.el (error, sit-for, start-process-shell-command)
7667 (start-file-process-shell-command): Set the calling convention
7668 after the function definition.
7669
7670 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * subr.el (error, sit-for, start-process-shell-command)
7673 (start-file-process-shell-command): Use the new
7674 set-advertised-calling-convention feature.
7675
7676 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7677
7678 * international/ucs-normalize.el (ucs-normalize-version):
7679 Change to 1.2.
7680 (check-range): Adjust for Unicode 5.2.
7681
7682 2009-10-15 Juri Linkov <juri@jurta.org>
7683
7684 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7685 to the `menu-item' format.
7686
7687 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7688
7689 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7690 if the environment variable does not exist.
7691
7692 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7693 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7694 parameter.
7695 (tramp-smb-handle-add-name-to-file)
7696 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7697 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7698 (tramp-smb-handle-file-attributes)
7699 (tramp-smb-do-file-attributes-with-stat)
7700 (tramp-smb-handle-file-local-copy)
7701 (tramp-smb-handle-insert-directory)
7702 (tramp-smb-handle-make-directory)
7703 (tramp-smb-handle-make-directory-internal)
7704 (tramp-smb-handle-make-symbolic-link)
7705 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7706 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7707 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7708 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7709 Handle long file names.
7710 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7711 process is running.
7712 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7713 Read share names with "-g" option.
7714
7715 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7716
7717 * net/rcirc.el (rcirc-view-log-file): New command.
7718 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7719 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7720 specified.
7721
7722 2009-10-15 Glenn Morris <rgm@gnu.org>
7723
7724 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7725 from the second command-line argument.
7726 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7727 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7728 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7729 w32-batch-update-autoloads.
7730 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7731 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7732
7733 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7734 the headers cannot be located. Simplify, subtracting superflous
7735 save-excursions.
7736
7737 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 Replace completion-base-size by completion-base-position to fix bugs
7740 such as (bug#4699).
7741 * simple.el (completion-base-position): New var.
7742 (completion-base-size): Mark as obsolete.
7743 (choose-completion): Make it work for mouse events as well.
7744 Pass the new base-position to choose-completion-string.
7745 (choose-completion-guess-base-position): New function, extracted from
7746 choose-completion-delete-max-match.
7747 (choose-completion-delete-max-match): Use it. Make obsolete.
7748 (choose-completion-string): Use the new base-position info.
7749 (completion-root-regexp): Delete.
7750 (completion-setup-function): Preserve completion-base-position.
7751 Eliminate obsolete base-size manipulation.
7752 * minibuffer.el (display-completion-list): Don't mess with base-size.
7753 (minibuffer-completion-help): Set completion-base-position instead.
7754 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7755 choose-completion.
7756 * textmodes/bibtex.el (bibtex-complete):
7757 * emacs-lisp/crm.el (crm--choose-completion-string):
7758 Adjust to new calling convention.
7759 * complete.el (partial-completion-mode): Use minibufferp to avoid
7760 bumping into incompatible change to choose-completion-string-functions.
7761 * ido.el (ido-choose-completion-string): Make its calling convention
7762 more permissive.
7763 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7764 base-size manipulation.
7765 (comint-dynamic-list-input-ring): Use dotimes and push.
7766 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7767 fundamental-mode. Use `or'.
7768
7769 2009-10-14 Juri Linkov <juri@jurta.org>
7770
7771 * misearch.el (multi-isearch-next-buffer-from-list)
7772 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7773
7774 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7777 `bytecomp.el'.
7778
7779 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7780 string we return is all made up of text from the completions rather
7781 than part from the completions and part from the input (bug#4219).
7782
7783 * ido.el (ido-everywhere): Use define-minor-mode.
7784
7785 * buff-menu.el (list-buffers, ctl-x-map):
7786 Mark the entry points with ;;;###autoload cookies.
7787
7788 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7789
7790 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7791 correctly in the detached head case.
7792 (vc-git-print-log): Remove unused binding.
7793
7794 * vc.el (vc-responsible-backend): When a directory is passed for
7795 for registration create a VC repository if no backend is
7796 responsible for the directory argument.
7797 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7798
7799 * vc.el: Move comments about RCS and SCCS ...
7800 * vc-rcs.el:
7801 * vc-sccs.el: ... here, respectively.
7802
7803 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 * minibuffer.el (completion--file-name-table): Return nil if there's
7806 no file completion, even if substitute-in-file-name changed
7807 the string (bug#4708).
7808
7809 2009-10-13 Juri Linkov <juri@jurta.org>
7810
7811 * files-x.el (read-file-local-variable-value): Don't filter out
7812 minor modes from mode name completion (bug#4664).
7813
7814 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7815
7816 * international/mule-cmds.el (ucs-names): Remove exclusion of
7817 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7818
7819 2009-10-13 Kenichi Handa <handa@m17n.org>
7820
7821 * international/uni-name.el: Regenerated.
7822
7823 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7824
7825 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7826 should be automatically buffer-local, but isn't.)
7827
7828 2009-10-12 Sam Steingold <sds@gnu.org>
7829
7830 * progmodes/compile.el (compilation-next-error-function): Fix the
7831 timestamps if the buffer has been visited before.
7832 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7833 non-anchored patterns, like the perl one (bug#3928).
7834
7835 2009-10-12 Glenn Morris <rgm@gnu.org>
7836
7837 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7838 Let-bind `size'.
7839
7840 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7841
7842 * proced.el (proced-unload-function): New function.
7843
7844 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7845 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7846 Doc fix.
7847
7848 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7849
7850 2009-10-11 Juri Linkov <juri@jurta.org>
7851
7852 * files-x.el (read-file-local-variable-value):
7853 Provide default value only for bound variables (bug#4664).
7854
7855 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7856
7857 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7858 connection methods like smb.
7859
7860 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7861 can be empty.
7862
7863 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7864 (tramp-smb-file-name-handler-alist): Add handlers for
7865 `add-name-to-file', `make-symbolic-link'.
7866 (tramp-smb-handle-add-name-to-file)
7867 (tramp-smb-do-file-attributes-with-stat)
7868 (tramp-smb-handle-make-symbolic-link)
7869 (tramp-smb-get-cifs-capabilities): New defuns.
7870 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7871 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7872 (tramp-smb-handle-file-local-copy)
7873 (tramp-smb-handle-make-directory-internal)
7874 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7875 The file name syntax depends on cifs capabilities.
7876 (tramp-smb-handle-file-attributes):
7877 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7878 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7879 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7880
7881 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7882
7883 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7884 (eieio-defclass): Apply deftype handler and setf-method properties
7885 directly.
7886 (eieio-add-new-slot): Avoid union function from cl library.
7887 (eieio--typep): New function.
7888 (eieio-perform-slot-validation): Use it.
7889
7890 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7891
7892 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7893 Update documentation to refer to the variables documented in r1.135.
7894 (Bug#4188)
7895
7896 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7897
7898 * bookmark.el (Info-suffix-list): Remove this unused variable.
7899 (bookmark-current-point): Remove this obsolete variable.
7900 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7901 Adjust for removal of bookmark-current-point.
7902
7903 (bookmarks-already-loaded, bookmark-current-buffer)
7904 (bookmark-yank-point): Document. (Bug#4188)
7905
7906 2009-10-10 Glenn Morris <rgm@gnu.org>
7907
7908 * frame.el (frame-height): Doc fix.
7909
7910 * calendar/calendar.el (calendar-split-width-threshold): New option.
7911 (calendar-basic-setup): Use calendar-split-width-threshold.
7912
7913 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
7914
7915 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7916 Use .la for Automake.
7917
7918 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
7919
7920 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7921 Use "autoreconf -i". Suggested by Andreas Schwab.
7922
7923 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7924
7925 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7926 Ideographic Supplement" range (U+1F200..U+1F2FF).
7927
7928 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7929
7930 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7931 since the list will have been rebuilt anyway. (Bug#4349)
7932
7933 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7934
7935 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7936 (bookmark-bmenu-execute-deletions): Don't save here, as
7937 bookmark-delete will now do so if necessary.
7938 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7939 (Bug#4348)
7940
7941 2009-10-09 Glenn Morris <rgm@gnu.org>
7942
7943 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7944
7945 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7946
7947 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7948 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7949 argument now, so the two function's behaviors will match. (Bug#3645)
7950
7951 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7952
7953 * cedet/ede/proj.el (project-make-dist, project-compile-project):
7954 Fix filename test.
7955 (ede-proj-dist-makefile): Use expand-file-name instead of concat
7956 to expand file names.
7957
7958 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7959
7960 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7961 (tramp-file-name-real-host, tramp-file-name-port):
7962 Apply `save-match-data'.
7963
7964 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7965 case both directories are remote.
7966 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7967 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7968
7969 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7972 (ede-proj-target-makefile-objectcode): Use it.
7973
7974 * cedet/ede/source.el (ede-want-any-source-files-p)
7975 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7976 Return search result. This error was introduced while merging.
7977
7978 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7979
7980 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7981
7982 2009-10-07 Glenn Morris <rgm@gnu.org>
7983
7984 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7985 of concat.
7986
7987 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * files-x.el (read-file-local-variable): Include some
7990 non-user-variables in the completion table (bug#4664).
7991
7992 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7993
7994 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7995 message.
7996
7997 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7998 (tramp-smb-file-name-handler-alist): Add handler for
7999 `copy-directory', `expand-file-name', `set-file-modes'.
8000 (tramp-smb-handle-copy-directory)
8001 (tramp-smb-handle-expand-file-name)
8002 (tramp-smb-handle-set-file-modes): New defuns.
8003 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8004 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8005 entry.
8006 (tramp-smb-handle-insert-directory): Don't flush the cache.
8007 (tramp-smb-maybe-open-connection): Check for samba client and
8008 server versions.
8009
8010 2009-10-07 Eli Zaretskii <eliz@gnu.org>
8011
8012 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8013 to not error out of search for "^lisp=" fails.
8014
8015 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8016
8017 * makefile.w32-in (WINS_UPDATES): New macro.
8018 (custom-deps, finder-data, autoloads): Use it.
8019
8020 2009-10-07 Glenn Morris <rgm@gnu.org>
8021
8022 * Makefile.in (autoloads): Revert previous change.
8023 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8024 the list of preloaded files passed on the command-line, get
8025 it from src/Makefile.
8026
8027 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8028 show the original buffer rather than a random one.
8029
8030 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
8031
8032 * help.el (describe-no-warranty): Place point in a slightly better
8033 position in the GPLv3 text.
8034
8035 2009-10-06 Sam Steingold <sds@gnu.org>
8036
8037 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8038 the comm attribute is present before calling regexp-quote.
8039
8040 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
8041
8042 * play/animate.el (animate-string): For good effect, make sure
8043 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8044
8045 * play/animate.el (animate-sequence, animate-birthday-present):
8046 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8047
8048 2009-10-06 Glenn Morris <rgm@gnu.org>
8049
8050 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8051
8052 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8053 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8054 (batch-update-autoloads): Process a string value of autoload-excludes,
8055 set during the build process.
8056 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8057
8058 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8059 inside with-parsed... macro so that `v' is defined.
8060
8061 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8062 * progmodes/fortran.el (fortran-end-of-block)
8063 (fortran-beginning-of-block):
8064 Also push mark in the macro case.
8065
8066 * emerge.el (emerge-show-file-name):
8067 * calc/calc.el (calc-quit):
8068 * calc/calc-misc.el (calc-big-or-small):
8069 * calc/calc-graph.el (calc-graph-view):
8070 * calc/calc-ext.el (calc-reset):
8071 * calendar/calendar.el (calendar-basic-setup):
8072 Use window-full-height-p.
8073
8074 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8075 header we don't understand, don't insert another. (Bug#4624)
8076 If changing mime charset, insert the new one in the right place.
8077
8078 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8079
8080 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8081 (cal-tex-cursor-month): Correctly increment the end date for diary and
8082 holiday listing. (Bug#4626)
8083
8084 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * help-fns.el (describe-function-1): Don't burp if the function is not
8087 a symbol.
8088
8089 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8090
8091 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8092 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8093 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8094 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8095
8096 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8097 (eieio-default-superclass): Reflow docstrings.
8098 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8099 (eieio-unbind-method-implementations, defmethod)
8100 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8101 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8102 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8103 (eieio-slot-originating-class-p, eieio-slot-name-index)
8104 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8105 (constructor, initialize-instance, no-next-method, object-print)
8106 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8107 Fix typos in docstrings.
8108 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8109 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8110 (next-method-p): Doc fixes.
8111 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8112 Fix typos in error messages.
8113 (eieio-defmethod): Fix typo in description of generic method.
8114
8115 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8116 (eieio-persistent-save-interactive, slot-missing):
8117 Fix typos in docstrings.
8118 (eieio-instance-inheritor-slot-boundp): Doc fix.
8119
8120 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8121 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8122
8123 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8124 (eieio-custom-object-apply-reset):
8125 Fix typos in docstrings and error messages.
8126
8127 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8128 Fix typo in docstring.
8129
8130 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8131 (eieio-browse-tree): Doc fix.
8132 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8133 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8134 Fix typos in docstrings.
8135
8136 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8137 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8138 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8139 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8140 Reflow docstrings.
8141
8142 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8143
8144 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8145 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8146 Set log-view-vc-backend so that diff can work.
8147
8148 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8149 vc-version-diff.
8150 (vc-diff-internal): Autoload this instead of vc-version-diff.
8151
8152 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8153
8154 * simple.el (eval-expression): Doc fix.
8155
8156 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8157
8158 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8159
8160 * files.el (directory-files-no-dot-files-regexp): New defconst.
8161 (delete-directory): Use it.
8162 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8163
8164 * net/tramp.el (tramp-verbose): Fix docstring.
8165 (tramp-methods): Add recursive option to `tramp-copy-args'.
8166 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8167 "scp1_old", "scp2_old", "rsync", "rsyncc".
8168 (tramp-default-method): Check also for `auth-source-user-or-password'.
8169 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8170 Add handler for `copy-directory'.
8171 (tramp-handle-copy-directory): New defun.
8172 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8173 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8174 Optimize sent command.
8175
8176 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8179 window if necessary.
8180
8181 * calendar/calendar.el (calendar-basic-setup): Don't call
8182 switch-to-buffer in a dedicated window.
8183
8184 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8185
8186 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8187 don't do anything related to relocating, just return nil.
8188 (bookmark-error-no-filename): New error.
8189 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8190 bookmark has no file. Don't even attempt to handle things that
8191 are not files; the whole point of custom handlers is to keep that
8192 knowledge elsewhere anyway. Tighten some comments.
8193 (bookmark-file-or-variation-thereof): Remove now-unused function.
8194 (bookmark-location): Doc string fix.
8195 (Bug#4250)
8196
8197 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8198
8199 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8200 don't use a file dialog, because they usually don't know how to read
8201 a directory target from the user. (Bug#4230)
8202 Also, make sure the prompt can display directories as well as files.
8203
8204 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8205
8206 * bookmark.el (bookmark-set, bookmark-buffer-name):
8207 Improve doc strings. (Bug#1193)
8208
8209 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8210
8211 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8212 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8213 (bookmark-get-annotation, bookmark-set-annotation)
8214 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8215 (bookmark-set-position, bookmark-get-front-context-string)
8216 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8217 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8218 (bookmark-jump-other-window, bookmark-handle-bookmark)
8219 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8220 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8221 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8222 Improve doc strings to say whether bookmark can be a string or
8223 a record or both, and make other consistency and clarity fixes.
8224 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8225 (bookmark-default-annotation-text, bookmark-yank-word)
8226 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8227 (bookmark-import-new-list, bookmark-maybe-rename)
8228 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8229 (bookmark-bmenu-bookmark): Give these doc strings.
8230 (bookmark-bmenu-check-position): Give this a doc string, but also
8231 add a FIXME comment about how the function may be pointless.
8232 (bookmark-default-handler): Rework doc string and change a
8233 parameter name, to clarify that this takes a bookmark record
8234 not a bookmark name.
8235 (bookmark-set): Change a parameter name to indicate its meaning,
8236 and improve the doc string a bit.
8237 (Bug#4188)
8238
8239 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8240
8241 * bookmark.el (bookmark-alist): Document the new `handler' element
8242 in the param alist.
8243 (bookmark-make-record-function): Adjust documentation for above.
8244 (Bug#4193)
8245
8246 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8247
8248 * info.el (Info-bookmark-make-record): Document this function.
8249 (Info-bookmark-jump): Document with a doc string, not just a comment.
8250 (Bug#4203)
8251
8252 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8255 (semantic-new-buffer-fcn): Call parser setup functions here.
8256 (semantic-mode): Don't call parser setup functions here, it's done
8257 in semantic-new-buffer-fcn now.
8258 (semantic-mode): Parse all existing buffers when enabled.
8259
8260 * cedet/srecode/compile.el (srecode-compile-file):
8261 Call semantic-new-buffer-fcn if the buffer has not been parsed.
8262
8263 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8266
8267 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8268 (proj-comp-insert-variable-once): New macro, renamed from
8269 ede-pmake-insert-variable-once in ede/pmake.edl.
8270 (ede-proj-makefile-insert-variables): Use it.
8271
8272 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8273
8274 * files.el (copy-directory): New defun.
8275
8276 * dired-aux.el (dired-copy-file-recursive): Use it.
8277
8278 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8279
8280 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8281 (makefile-end-of-command):
8282 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8283 (semantic-end-of-context): Fix previous change. Doc fixes.
8284
8285 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8286
8287 * files-x.el (modify-dir-local-variable)
8288 (copy-dir-locals-to-file-locals-prop-line):
8289 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8290 (makefile-end-of-command):
8291 * cedet/semantic/lex.el (semantic-lex-token):
8292 * cedet/semantic/analyze/fcn.el
8293 (semantic-analyze-dereference-metatype-1):
8294 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8295 (semantic-lex-cpp-undef):
8296 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8297 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8298 (semantic-end-of-context): Fix typos in docstrings.
8299
8300 * recentf.el (recentf-unload-function): New function.
8301
8302 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * cedet/ede.el (ede-project-placeholder-cache-file):
8305 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8306 * cedet/srecode/map.el (srecode-map-save-file):
8307 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
8308
8309 2009-10-04 Glenn Morris <rgm@gnu.org>
8310
8311 * window.el (window-full-height-p): Add doc string.
8312
8313 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8314
8315 * window.el (window-full-height-p): New function. (Bug#4543)
8316
8317 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
8318
8319 * cedet/srecode/insert.el: Require srecode/args.
8320
8321 * cedet/srecode/args.el: Require srecode/dictionary instead of
8322 srecode/insert.
8323
8324 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8325
8326 * files.el (auto-mode-alist): Add .srt and Project.ede.
8327
8328 * cedet/semantic.el (semantic-mode):
8329 Handle srecode-template-mode-hook as well.
8330 (semantic-mode): Use js-mode-hook for Javascript hook.
8331
8332 * cedet/srecode/template.el: Remove hook variable.
8333
8334 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8335
8336 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8337 projects exist.
8338 (ede-project-placeholder-cache-file): Default to a file in
8339 user-emacs-directory.
8340
8341 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8342 templates in data-directory.
8343 (srecode-map-save-file): Default to a file in user-emacs-directory.
8344
8345 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8346 directory.
8347
8348 2009-09-30 Eric Ludlam <zappo@gnu.org>
8349
8350 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8351 Doc fix.
8352
8353 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8354 Only insert each variable once.
8355
8356 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8357 (ede-pmake-insert-variable-shared): Use it.
8358
8359 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8360 for lexical table iff table is nil.
8361
8362 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8363
8364 * vc.el: Remove commented out code.
8365 (vc-derived-from-dir-mode): Remove, unused.
8366 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8367
8368 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8369
8370 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8371 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8372 there could be recursive loading when `default-directory' is a
8373 remote file name. (Bug#4614)
8374
8375 2009-10-03 Glenn Morris <rgm@gnu.org>
8376
8377 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8378 the frame is wide.
8379 (calendar-generate-window): Test for shrinkability rather than width.
8380
8381 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
8382 declaration, currently false.
8383
8384 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8385 reusing existing buffers, in case we happen to visit two files with the
8386 same basename. (Bug#4593)
8387
8388 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8389
8390 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8391 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8392 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8393 subdirs of cedet as well.
8394 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8395
8396 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8399 Obey advertised-signature-table.
8400
8401 * help-fns.el (help-function-arglist): Don't check
8402 advertised-signature-table.
8403 (describe-function-1): Do it here instead so it also applies to subrs.
8404
8405 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8406
8407 * simple.el (start-file-process): Say in the doc-string, that file
8408 handlers might not support pty association, if PROGRAM is nil.
8409
8410 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8411 HOST and USER are strings. They are nil, when there are
8412 incomplete entries in ~/.netrc, for example.
8413 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8414 root directory ("device busy" error otherwise).
8415
8416 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8417 Flush file properties of created directory.
8418
8419 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8420
8421 * makefile.w32-in (WINS_BASIC): Remove cedet.
8422 (WINS_CEDET): Add cedet.
8423 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8424
8425 2009-10-02 Kevin Ryde <user42@zip.com.au>
8426
8427 * net/browse-url.el (browse-url): Pass any symbol in
8428 browse-url-browser-function to `apply', since if you've mistakenly put
8429 an unbound symbol then the error is clearer. (Bug#4531)
8430
8431 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8432
8433 * allout.el (allout-init, allout-back-to-current-heading)
8434 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8435 (allout-ascend, allout-up-current-level, allout-end-of-level)
8436 (allout-previous-visible-heading, allout-forward-current-level)
8437 (allout-backward-current-level, allout-show-children):
8438 * apropos.el (apropos-describe-plist):
8439 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8440 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8441 * completion.el (add-completion, add-permanent-completion):
8442 * descr-text.el (describe-text-category, describe-char):
8443 * desktop.el (desktop-lazy-abort):
8444 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8445 * dired.el (dired-build-subdir-alist):
8446 * ediff.el (ediff-version):
8447 * elide-head.el (elide-head, elide-head-show):
8448 * emerge.el (emerge-version):
8449 * env.el (getenv):
8450 * face-remap.el (variable-pitch-mode):
8451 * faces.el (describe-face):
8452 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8453 (dired-at-point):
8454 * files.el (find-file-existing, auto-save-mode):
8455 * font-lock.el (font-lock-fontify-buffer):
8456 * help-fns.el (describe-function, describe-variable)
8457 (describe-syntax, describe-categories):
8458 * help.el (view-lossage, describe-bindings, describe-key)
8459 (describe-mode):
8460 * hexl.el (hexl-current-address):
8461 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8462 * info.el (Info-goto-emacs-key-command-node):
8463 * log-edit.el (log-edit-insert-cvs-template)
8464 (log-edit-insert-cvs-rcstemplate):
8465 * menu-bar.el (menu-bar-mode):
8466 * mouse.el (mouse-appearance-menu):
8467 * newcomment.el (comment-indent-new-line):
8468 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8469 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8470 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8471 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8472 * recentf.el (recentf-mode):
8473 * savehist.el (savehist-mode, savehist-save):
8474 * shadowfile.el (shadow-copy-files):
8475 * simple.el (kill-ring-save, next-line, previous-line)
8476 (normal-erase-is-backspace-mode):
8477 * strokes.el (strokes-update-window-configuration)
8478 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8479 (strokes-xpm-for-stroke):
8480 * time.el (emacs-uptime, emacs-init-time):
8481 * tutorial.el (tutorial--describe-nonstandard-key)
8482 (tutorial--detailed-help):
8483 * type-break.el (type-break-mode)
8484 (type-break-mode-line-message-mode, type-break-query-mode)
8485 (type-break-guesstimate-keystroke-threshold):
8486 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8487 * version.el (emacs-version):
8488 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8489 * winner.el (winner-mode):
8490 * calendar/timeclock.el (timeclock-in, timeclock-out)
8491 (timeclock-status-string, timeclock-change)
8492 (timeclock-workday-remaining-string)
8493 (timeclock-workday-elapsed-string)
8494 (timeclock-when-to-leave-string):
8495 * calendar/todo-mode.el (todo-add-category):
8496 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8497 * emacs-lisp/autoload.el (update-file-autoloads):
8498 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8499 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8500 (checkdoc-message-text, checkdoc-defun):
8501 * emacs-lisp/debug.el (debugger-list-functions):
8502 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8503 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8504 (eieio-describe-generic):
8505 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8506 * emacs-lisp/shadow.el (list-load-path-shadows):
8507 * emulation/cua-base.el (cua-mode):
8508 * emulation/edt.el (edt-set-scroll-margins):
8509 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8510 (tpu-toggle-regexp, tpu-toggle-search-direction)
8511 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8512 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8513 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8514 (viper-set-parsing-style-toggling-macro)
8515 (viper-set-emacs-state-searchstyle-macros):
8516 * emulation/viper.el (viper-set-hooks):
8517 * eshell/esh-mode.el (eshell-truncate-buffer):
8518 * international/mule-cmds.el (prefer-coding-system)
8519 (describe-input-method, describe-language-environment):
8520 * international/mule-diag.el (list-character-sets)
8521 (describe-character-set, describe-coding-system)
8522 (describe-fontset, list-fontsets, list-input-methods):
8523 * mail/sendmail.el (mail-signature):
8524 * net/ange-ftp.el (ange-ftp-copy-file):
8525 * net/browse-url.el (browse-url):
8526 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8527 * net/quickurl.el (quickurl-add-url):
8528 * net/rcirc.el (names, topic):
8529 * net/xesam.el (xesam-mode):
8530 * play/5x5.el (5x5-new-game):
8531 * play/yow.el (apropos-zippy):
8532 * progmodes/ada-mode.el (ada-mode-version):
8533 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8534 (f90-end-of-block)
8535 (f90-beginning-of-block):
8536 * progmodes/fortran.el (fortran-end-of-block)
8537 (fortran-beginning-of-block):
8538 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8539 * progmodes/python.el (python-describe-symbol, python-shell):
8540 * term/ns-win.el (ns-print-buffer):
8541 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8542 * textmodes/flyspell.el (flyspell-mode-on):
8543 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8544 (pages-directory-for-addresses):
8545 * textmodes/table.el (table-recognize-cell)
8546 (table-query-dimension, table-generate-source)
8547 (table-insert-sequence, table--warn-incompatibility):
8548 * textmodes/tex-mode.el (tex-validate-buffer):
8549 * textmodes/texinfmt.el (texinfmt-version)
8550 (texinfo-format-buffer):
8551 Use `called-interactively-p' instead of `interactive-p'.
8552
8553 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8554
8555 * image-mode.el (image-toggle-display):
8556 * emacs-lisp/elp.el (elp-instrument-function):
8557 * emacs-lisp/advice.el (ad-make-advised-definition):
8558 * emacs-lisp/easy-mmode.el (define-minor-mode):
8559 * net/browse-url.el (browse-url-maybe-new-window):
8560 * progmodes/sh-script.el (sh-learn-buffer-indent):
8561 Pass new argument 'any to `called-interactively-p'.
8562
8563 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8564
8565 * international/uni-bidi.el:
8566 * international/uni-category.el:
8567 * international/uni-combining.el:
8568 * international/uni-comment.el:
8569 * international/uni-decimal.el:
8570 * international/uni-decomposition.el:
8571 * international/uni-digit.el:
8572 * international/uni-lowercase.el:
8573 * international/uni-mirrored.el:
8574 * international/uni-name.el:
8575 * international/uni-numeric.el:
8576 * international/uni-old-name.el:
8577 * international/uni-titlecase.el:
8578 * international/uni-uppercase.el:
8579 Regenerate from Unicode 5.2.0 data.
8580
8581 2009-10-01 Glenn Morris <rgm@gnu.org>
8582
8583 * Makefile.in (ELCFILES): Regenerate.
8584
8585 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * subr.el (interactive-p): Mark obsolete.
8588 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8589 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8590 advertised-signature-table for subroutines as well.
8591
8592 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8593 (set-advertised-calling-convention): New function.
8594 (make-obsolete, define-obsolete-function-alias)
8595 (make-obsolete-variable, define-obsolete-variable-alias):
8596 Make the optional-ness of `when' obsolete.
8597 (define-obsolete-face-alias): Make `when' non-optional.
8598 * help-fns.el (help-function-arglist):
8599 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8600 Use advertised-signature-table.
8601
8602 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8603
8604 * files.el (delete-directory): New defun. The original function
8605 in fileio.c has been renamed to `delete-directory-internal'.
8606
8607 * dired.el (dired-delete-file): Call `delete-directory' with
8608 RECURSIVE parameter.
8609
8610 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8611 parameter RECURSIVE. Implementation is missing.
8612
8613 * net/tramp.el (tramp-handle-make-directory): Flush upper
8614 directory's file properties.
8615 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8616 (tramp-handle-dired-recursive-delete-directory): Flush directory
8617 properties after the remove command only.
8618
8619 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8620 Handle optional parameter RECURSIVE.
8621
8622 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8623 Handle optional parameter RECURSIVE.
8624
8625 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8626 connection timeout.
8627 (tramp-smb-handle-delete-directory): Handle optional parameter
8628 RECURSIVE.
8629
8630 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8633 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8634 (byte-compile-defmacro): Use backquotes.
8635
8636 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8637
8638 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8639 has no associated file.
8640 (vc-resynch-buffer): Use vc-dir-buffers.
8641
8642 2009-10-01 Glenn Morris <rgm@gnu.org>
8643
8644 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8645 (chart-file-count):
8646 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8647 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8648 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8649 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8650 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8651 (eieio-copy-parents-into-subclass, make-instance, class-children)
8652 (eieio-generic-form):
8653 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
8654 * cedet/cedet-idutils.el (cedet-idutils-search)
8655 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
8656 (cedet-idutils-version-check):
8657 * cedet/cedet.el (cedet-version):
8658 * cedet/data-debug.el (data-debug-insert-overlay-button)
8659 (data-debug-insert-overlay-list-button)
8660 (data-debug-insert-buffer-button)
8661 (data-debug-insert-buffer-list-button)
8662 (data-debug-insert-process-button, data-debug-insert-ring-button)
8663 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
8664 (data-debug-insert-stuff-vector-button)
8665 (data-debug-insert-symbol-button, data-debug-insert-string)
8666 (data-debug-insert-number, data-debug-insert-lambda-expression)
8667 (data-debug-insert-nil, data-debug-insert-simple-thing)
8668 (data-debug-insert-custom, data-debug-edebug-expr):
8669 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
8670 (global-ede-mode-map, ede-new, ede-debug-target)
8671 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
8672 * cedet/semantic.el (semantic-minimum-working-buffer-size)
8673 (semantic-fetch-tags, semantic-submode-list)
8674 (semantic-default-submodes):
8675 * cedet/ede/source.el (ede-source-match):
8676 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
8677 (project-am-package-info):
8678 * cedet/ede/proj.el (ede-proj-target, project-new-target):
8679 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
8680 * cedet/ede/proj-comp.el (ede-current-build-list):
8681 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
8682 * cedet/ede/files.el (ede-toplevel-project-or-nil):
8683 * cedet/ede/cpp-root.el (initialize-instance):
8684 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
8685 (autoconf-parameter-strip, autoconf-insert-new-macro):
8686 * cedet/semantic/wisent.el (wisent-lex-eoi):
8687 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
8688 (semantic-show-parser-state-mode):
8689 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
8690 * cedet/semantic/tag.el (semantic-tag-new-variable)
8691 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
8692 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
8693 (semantic--tag-deep-copy-tag-list)
8694 (semantic-tag-components-with-overlays-default):
8695 * cedet/semantic/symref.el (semantic-symref-find-text):
8696 * cedet/semantic/senator.el (senator-yank-tag)
8697 (senator-transpose-tags-up):
8698 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
8699 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
8700 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
8701 * cedet/semantic/lex.el (semantic-lex-comment-regex)
8702 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
8703 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
8704 * cedet/semantic/lex-spp.el
8705 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
8706 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
8707 * cedet/semantic/idle.el
8708 (semantic-idle-summary-current-symbol-info-brutish)
8709 (semantic-idle-summary-current-symbol-info-default):
8710 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
8711 (semantic--grammar-macro-compl-dict):
8712 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
8713 * cedet/semantic/format.el (semantic-format-tag-custom-list)
8714 (semantic-format-tag-canonical-name-default):
8715 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
8716 (semantic-find-tags-for-completion)
8717 (semantic-find-tags-by-scope-protection-default)
8718 (semantic-deep-find-tags-for-completion):
8719 * cedet/semantic/edit.el
8720 (semantic-edits-incremental-reparse-failed-hook)
8721 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8722 (semantic-edits-splice-remove, semantic-edits-splice-replace):
8723 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8724 * cedet/semantic/dep.el (semantic-dependency-include-path):
8725 * cedet/semantic/db.el (semanticdb-default-find-index-class)
8726 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8727 (semanticdb-project-roots):
8728 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8729 (semanticdb-find-adebug-insert-scanned-tag-cons)
8730 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8731 (semanticdb-brute-deep-find-tags-for-completion):
8732 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8733 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8734 (semantic-end-of-context-default)
8735 (semantic-ctxt-current-function-default)
8736 (semantic-ctxt-scoped-types-default):
8737 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8738 (semantic-complete-inline-tag-engine)
8739 (semantic-complete-inline-custom-type)
8740 (semantic-complete-read-tag-analyzer):
8741 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8742 (semantic-chart-database-size):
8743 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8744 (semantic-analyze-current-context):
8745 * cedet/semantic/symref/list.el (semantic-symref)
8746 (semantic-symref-hide-buffer, semantic-symref-symbol):
8747 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8748 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8749 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8750 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8751 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8752 (semantic-c-dereference-template):
8753 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8754 (semantic--analyze-refs-full-lookup-with-parents)
8755 (semantic--analyze-refs-full-lookup-simple):
8756 * cedet/semantic/analyze/complete.el
8757 (semantic-analyze-possible-completions):
8758 * cedet/srecode/table.el (srecode-mode-table-new):
8759 * cedet/srecode/srt.el (srecode-read-variable-name):
8760 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8761 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8762 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8763 * cedet/srecode/map.el (srecode-current-map):
8764 * cedet/srecode/insert.el (srecode-insert)
8765 (srecode-insert-variable-secondname-handler, srecode-insert-method)
8766 (srecode-template-inserter-point-override)
8767 (srecode-insert-include-lookup):
8768 * cedet/srecode/getset.el (srecode-auto-choose-class):
8769 * cedet/srecode/extract.el (srecode-inserter-extract):
8770 * cedet/srecode/document.el
8771 (srecode-document-autocomment-return-last-alist)
8772 (srecode-document-autocomment-param-type-alist)
8773 (srecode-document-insert-function-comment)
8774 (srecode-document-insert-variable-one-line-comment)
8775 (srecode-document-function-name-comment):
8776 * cedet/srecode/dictionary.el (srecode-create-dictionary)
8777 (srecode-compound-toString):
8778 * cedet/srecode/compile.el (srecode-flush-active-templates):
8779 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8780 Doc/message fixes.
8781
8782 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8783 match-data. (Bug#4555).
8784
8785 * cedet/semantic/bovine/gcc.el
8786 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8787 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8788
8789 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8790 rather than parsing it as a regexp. This relaxes the layout
8791 requirements and makes errors easier to detect.
8792 (check-declare-verify): Check file is regular.
8793 (check-declare-directory): Doc fix.
8794 * subr.el (declare-function): Doc fix.
8795
8796 * ibuffer.el (ibuffer-format-qualifier):
8797 * isearch.el (hi-lock-regexp-okay):
8798 * calc/calc.el (math-zerop):
8799 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8800 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8801 Remove unused declarations.
8802
8803 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8804
8805 * cedet/semantic/wisent/javat-wy.el
8806 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8807
8808 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
8809
8810 * cedet/srecode/expandproto.el: Fix provide statement.
8811
8812 2009-09-30 Eric Ludlam <zappo@gnu.org>
8813
8814 * emacs-lisp/eieio.el (boolean-p): Delete.
8815
8816 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
8817
8818 * cedet/ede/srecode.el: Fix provide statement.
8819
8820 2009-09-30 Glenn Morris <rgm@gnu.org>
8821
8822 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8823 * cedet/ede/proj-aux.el (ede-aux-source):
8824 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8825 (ede-misc-source):
8826 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8827 (semantic-mrub-switch-tags): Fix doc typos.
8828
8829 * cedet/semantic/db-global.el (data-debug-new-buffer)
8830 (data-debug-insert-thing): Remove unneeded declarations (one broken).
8831 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8832
8833 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8834
8835 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8836 use of CL function `remove-if-not'.
8837
8838 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8839
8840 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8841 filename is not a string.
8842
8843 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8844
8845 * files.el (safe-local-eval-forms): Fix typo.
8846
8847 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * vc-hooks.el (vc-dir-buffers): New var.
8850 (vc-state-refresh): New function.
8851 (vc-state): Use it.
8852 (vc-after-save): Always ask the backend to recompute the new state.
8853 Always call vc-dir if necessary, using vc-dir-buffers.
8854 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8855 Use vc-dir-buffers.
8856 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8857 (vc-dir-prepare-status-buffer, vc-dir-update)
8858 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8859 Don't call expand-file-name on default-directory.
8860
8861 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8862
8863 * speedbar.el (speedbar-item-delete):
8864 * calc/calc-prog.el (calc-kbd-if):
8865 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8866
8867 * epa.el (epa-key-list-mode-map):
8868 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8869
8870 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8871 (hs-show-hook): Fix typo in docstring.
8872
8873 2009-09-29 Glenn Morris <rgm@gnu.org>
8874
8875 * cedet/semantic/symref/idutils.el:
8876 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8877
8878 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8879
8880 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8881 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8882 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8883 Mark declarations not understood by check-declare.
8884
8885 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8886 file-name-nondirectory call preventing location of cedet files.
8887 (check-declare-verify): Use literal search rather than re-search.
8888 Add basic defmethod and defclass, and define-overloadable-function.
8889
8890 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8891 Use tramp-compat-file-attributes rather than nonexistent
8892 tramp-compat-handle-file-attributes.
8893
8894 * Makefile.in (lisptagsfiles4): New.
8895 (AUTOGENEL): Add cedet loaddefs files.
8896 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8897 (update-elclist, compile-always, backup-compiled-files)
8898 (bootstrap-clean): Add yet another directory level.
8899 (update-elclist): Use LC_COLLATE rather than COLLATE.
8900 (ELCFILES): Update, via `make update-elclist'.
8901
8902 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8903
8904 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8905 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8906 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8907
8908 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8909
8910 * Makefile.in (lisptagsfiles3): Define.
8911 (TAGS, TAGS-LISP): Use it.
8912 (update-elclist): Add third directory level to look for elc files.
8913 (compile-always): Likewise.
8914 (backup-compiled-files): Likewise.
8915 (bootstrap-clean): Likewise.
8916 (ELCFILES): Update.
8917
8918 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8919
8920 * Makefile.in (ELCFILES): Add CEDET files.
8921
8922 2009-09-28 Eric Ludlam <zappo@gnu.org>
8923
8924 CEDET (development tools) package merged.
8925
8926 * cedet/*.el:
8927 * cedet/ede/*.el:
8928 * cedet/semantic/*.el:
8929 * cedet/srecode/*.el: New files.
8930
8931 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8932
8933 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8934
8935 * net/tramp.el (top): Require tramp-imap.
8936
8937 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8938 Use `tramp-compat-handle-file-attributes'.
8939
8940 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8941
8942 * net/tramp-imap.el: New package.
8943
8944 2009-09-28 Eric Ludlam <zappo@gnu.org>
8945
8946 * emacs-lisp/chart.el:
8947 * emacs-lisp/eieio-base.el:
8948 * emacs-lisp/eieio-comp.el:
8949 * emacs-lisp/eieio-custom.el:
8950 * emacs-lisp/eieio-datadebug.el:
8951 * emacs-lisp/eieio-opt.el:
8952 * emacs-lisp/eieio-speedbar.el:
8953 * emacs-lisp/eieio.el: New files.
8954
8955 * cedet/cedet-cscope.el:
8956 * cedet/cedet-files.el:
8957 * cedet/cedet-global.el:
8958 * cedet/cedet-idutils.el:
8959 * cedet/data-debug.el:
8960 * cedet/inversion.el:
8961 * cedet/mode-local.el:
8962 * cedet/pulse.el: New files.
8963
8964 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8965
8966 * whitespace.el (whitespace-trailing-regexp)
8967 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8968 Fix doc string.
8969
8970 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8971
8972 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8973 menu.
8974
8975 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8976 menu-bar-ediff-menu.
8977
8978 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8979 define-overloadable-function.
8980
8981 * progmodes/autoconf.el: Provide autoconf as well, so that this
8982 file can be `require'd.
8983
8984 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8985
8986 * emacs-lisp/autoload.el (generated-autoload-feature)
8987 (generated-autoload-load-name): New vars.
8988 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8989 (make-autoload): Recognize define-overloadable-function and
8990 defclass forms (for EIEIO).
8991
8992 * Makefile.in (update-subdirs): Exclude cedet directory.
8993
8994 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8995
8996 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8997
8998 * faces.el: Default light-background background for region face to
8999 ns_selection_color under NS.
9000
9001 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9002
9003 * net/imap-hash.el: New library, see NEWS.
9004
9005 * Makefile.in (ELCFILES): Add imap-hash.el.
9006
9007 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9010 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9011 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9012 definition where the docstring could be taken for the return value.
9013
9014 2009-09-26 Glenn Morris <rgm@gnu.org>
9015
9016 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9017 Add option to only show images below a certain size.
9018 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9019 save-excursion calls.
9020
9021 2009-09-26 Eli Zaretskii <eliz@gnu.org>
9022
9023 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9024 subdirectories) and eieio.
9025
9026 2009-09-26 Alan Mackenzie <acm@muc.de>
9027
9028 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9029 buggy bracketing. (Bug#4289)
9030
9031 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9032 character constants (as case labels). (Bug#4289)
9033
9034 2009-09-25 Juri Linkov <juri@jurta.org>
9035
9036 * files.el (safe-local-eval-forms): Allow time-stamp in
9037 before-save-hook (Bug#4554).
9038
9039 2009-09-25 Drew Adams <drew.adams@oracle.com>
9040
9041 * menu-bar.el (list-buffers-directory): Doc fix.
9042
9043 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9046 Try and avoid copying twice the same paragraph.
9047 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9048 Remove save-excursion.
9049 (log-edit-changelog-entry): Do it here instead.
9050
9051 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9054 when available, instead of hardcoding mode names. Doc fix.
9055
9056 * menu-bar.el (list-buffers-directory): Add docstring.
9057 Make automatically buffer-local.
9058
9059 * dired.el (dired-mode):
9060 * files.el (cd-absolute):
9061 * pcvs.el (cvs-temp-buffer):
9062 * pcvs-util.el (cvs-get-buffer-create):
9063 * shell.el (shell-mode):
9064 * vc-dir.el (vc-dir-mode):
9065 Don't make `list-buffers-directory' buffer local.
9066
9067 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9068
9069 * comint.el (comint-exec, comint-run, make-comint):
9070 Doc fixes (Bug#4542).
9071
9072 2009-09-25 Glenn Morris <rgm@gnu.org>
9073
9074 * mail/rmailmm.el (rmail-mime): New custom group.
9075 Move all defcustoms in this file into this group.
9076 (rmail-mime-media-type-handlers-alist): Revert previous change.
9077 (rmail-mime-show-images): New option.
9078 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9079 references to it, since it wasn't actually used for anything.
9080 (rmail-mime-insert-image): New function.
9081 (rmail-mime-image): Use rmail-mime-insert-image.
9082 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9083 obey the value of `rmail-mime-show-images' option. Print the size of
9084 attachments.
9085
9086 2009-09-25 David Engster <deng@randomsample.de>
9087
9088 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
9089
9090 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9091
9092 * whitespace.el: Does not highlight trailing spaces While point is
9093 at end of line. Does not highligt spaces at beginning of buffer
9094 while point is at beginning of buffer. Does not highlight spaces
9095 at end of buffer while point is at end of buffer. (Bug#4177)
9096 New version 12.0.
9097 (whitespace-display-mappings): Adjust initialization.
9098 (whitespace-point, whitespace-font-lock-refontify): New vars.
9099 (whitespace-color-on, whitespace-color-off): Adjust code.
9100 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9101 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9102 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9103
9104 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
9105
9106 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9107
9108 * textmodes/sgml-mode.el: Remove xml-mode alias.
9109
9110 * files.el (auto-mode-alist, conf-mode-maybe)
9111 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9112
9113 2009-09-24 Alan Mackenzie <acm@muc.de>
9114
9115 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9116 c-forward-conditionals, but it doesn't move point and doesn't set
9117 the mark.
9118 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9119 (c-down-conditional-with-else, c-backward-conditional)
9120 (c-forward-conditional): Refactor to use c-scan-conditionals.
9121
9122 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9123
9124 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9125 (help-default-arg-highlight): Remove.
9126 (help-highlight-arg): New function.
9127 (help-do-arg-highlight): Use it.
9128 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
9129
9130 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * term.el (term-set-scroll-region, term-handle-ansi-escape):
9133 Undo last change, which didn't fix the problem and introduced others.
9134
9135 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
9136
9137 * progmodes/gdb-mi.el: Don't require speedbar.
9138 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9139
9140 2009-09-24 Glenn Morris <rgm@gnu.org>
9141
9142 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9143
9144 * term/ns-win.el (ns-reg-to-script): Define for compiler.
9145
9146 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9147 there is no newline after the final mime boundary. (Bug#4539)
9148 Move markers on insertion so that any buttons inserted don't end up in
9149 the next part of a multipart message.
9150 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
9151 (rmail-mime-bulk-handler): Optionally handle images.
9152 (rmail-mime-image): New button action.
9153 (rmail-mime-image-handler): New function.
9154 (rmail-mime-mode): New mode.
9155 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
9156
9157 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9160 than just dropping elements from it (bug#4504).
9161
9162 * term.el (term-set-scroll-region): Don't move cursor any more.
9163 (term-handle-ansi-escape): Call term-goto here instead.
9164 Suggested by Ivan Kanis <apple@kanis.eu>.
9165
9166 * term.el: Require CL.
9167 (term-ansi-reset): New function.
9168 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9169 (term-handle-colors-array): Simplify.
9170
9171 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9172
9173 * allout.el (allout-overlay-interior-modification-handler)
9174 (allout-obtain-passphrase):
9175 * epa-file.el (epa-file-write-region):
9176 * ps-print.el (ps-begin-job):
9177 * vc-hooks.el (vc-toggle-read-only):
9178 * vc-rcs.el (vc-rcs-rollback):
9179 * vc-sccs.el (vc-sccs-rollback):
9180 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9181 (vc-version-diff, vc-revert, vc-rollback):
9182 * wdired.el (wdired-check-kill-buffer):
9183 * emacs-lisp/authors.el (authors):
9184 * net/socks.el (socks-open-connection):
9185 * net/zeroconf.el (zeroconf-service-add-hook):
9186 * obsolete/vc-mcvs.el (vc-mcvs-register):
9187 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9188 (gdb-select-frame):
9189 * progmodes/grep.el (lgrep, rgrep):
9190 * progmodes/idlw-help.el (idlwave-help-check-locations)
9191 (idlwave-help-html-link, idlwave-help-assistant-open-link):
9192 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9193 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9194 (reftex-toc-rename-label): Fix typos in error messages.
9195
9196 * dired-aux.el (dired-do-shell-command): Reflow docstring.
9197 (dired-copy-how-to-fn): Doc fix.
9198 (dired-files-attributes, dired-read-shell-command):
9199 Fix typos in docstrings.
9200
9201 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9202 (dired-x-find-file-other-window): Reflow docstrings.
9203 (dired-omit-marker-char, dired-read-shell-command)
9204 (dired-x-submit-report): Fix typos in docstrings.
9205
9206 * shell.el (shell-mode-hook):
9207 * view.el (View-scroll-line-forward):
9208 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9209 Fix typos in docstrings.
9210
9211 * net/dig.el (dig-invoke): Fix typo in docstring.
9212 (query-dig): Reflow docstring.
9213
9214 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9215 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9216 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9217 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9218 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9219 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9220 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9221 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9222 (idlwave-completion-map, idlwave-current-indent)
9223 (idlwave-custom-ampersand-surround, idlwave-customize)
9224 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9225 (idlwave-define-abbrev, idlwave-determine-class-special)
9226 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9227 (idlwave-end-block-reg, idlwave-end-of-statement)
9228 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9229 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9230 (idlwave-explicit-class-listed, idlwave-file-header)
9231 (idlwave-fill-paragraph, idlwave-find-class-definition)
9232 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9233 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9234 (idlwave-in-quote, idlwave-indent-action-table)
9235 (idlwave-indent-expand-table, idlwave-indent-line)
9236 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9237 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9238 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9239 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9240 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9241 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9242 (idlwave-outlawed-buffers, idlwave-popup-select)
9243 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9244 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9245 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9246 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9247 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9248 (idlwave-statement-type, idlwave-struct-skip)
9249 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9250 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9251 (idlwave-what-module-find-class): Fix typos in docstrings.
9252 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9253 (idlwave-calculate-cont-indent, idlwave-expand-equal)
9254 (idlwave-find-module, idlwave-find-structure-definition)
9255 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9256 (idlwave-list-load-path-shadows, idlwave-next-statement)
9257 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9258 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9259 (idlwave-template): Reflow docstrings.
9260
9261 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9262 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9263 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9264 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9265 (idlwave-shell-display-line, idlwave-shell-display-wframe)
9266 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9267 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9268 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9269 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9270 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9271 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9272 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9273 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9274 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9275 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9276 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9277 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9278 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9279 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9280 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9281 Fix typos in docstrings.
9282 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9283 (idlwave-shell-hide-output, idlwave-shell-mode)
9284 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9285 Reflow docstrings.
9286
9287 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9288
9289 2009-09-24 Ivan Kanis <apple@kanis.eu>
9290
9291 * term.el (term-bold-attribute): New var.
9292 (term-handle-colors-array): Use it.
9293
9294 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
9295
9296 * progmodes/gdb-mi.el (gdb-version): New variable.
9297 (gdb-non-stop-handler): Set gdb-version.
9298 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9299 Condition "--thread" option on gdb-version.
9300 (gdb-invalidate-threads): Remove unused argument.
9301
9302 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9303
9304 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9305 to looking-back to avoid ridiculous slow down in large files (bug#4511).
9306
9307 2009-09-23 Glenn Morris <rgm@gnu.org>
9308
9309 * mail/rmail.el (rmail-reply): Don't try to add a References header when
9310 replying to mail without References or Message-Id. (Bug#4525)
9311
9312 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9313
9314 * term/ns-win.el (ns-reg-to-script): New variable.
9315
9316 2009-09-23 Daiki Ueno <ueno@unixuser.org>
9317
9318 * epg.el (epg-wait-for-status): Preserve existing 'error results.
9319
9320 2009-09-22 Sam Steingold <sds@gnu.org>
9321
9322 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9323 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9324 to 1 because hg returns status 1 when nothing is found.
9325 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9326
9327 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * textmodes/fill.el: Convert to utf-8 encoding.
9330 (fill-french-nobreak-p): Remove redundant » and « inherited from our
9331 pre-unicode days.
9332
9333 * add-log.el (change-log-fill-forward-paragraph): New function.
9334 (change-log-mode): Use it so fill-region DTRT.
9335 Set fill-indent-according-to-mode here rather than in
9336 change-log-fill-paragraph.
9337 (change-log-fill-paragraph): Remove.
9338
9339 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
9340
9341 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9342 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9343
9344 2009-09-22 Glenn Morris <rgm@gnu.org>
9345
9346 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9347 the scroll-bar scroll the calendar window rather than the buffer.
9348
9349 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9350 commands that move point (as opposed to scrolling).
9351
9352 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9353
9354 * emacs-lisp/elint.el (elint): New custom group.
9355 (elint-log-buffer): Make it a defcustom.
9356 (elint-scan-preloaded, elint-ignored-warnings)
9357 (elint-directory-skip-re): New options.
9358 (elint-builtin-variables): Doc fix.
9359 (elint-preloaded-env): New variable.
9360 (elint-unknown-builtin-args): Add an entry for encode-time.
9361 (elint-extra-errors): Make it a variable rather than a constant.
9362 (elint-preloaded-skip-re): New constant.
9363 (elint-directory): Skip files matching elint-directory-skip-re.
9364 (elint-features): New variable, local to linted buffers.
9365 (elint-update-env): Initialize elint-features. Possibly add
9366 elint-preloaded-env to the buffer's environment.
9367 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9368 Skip quoted forms.
9369 (elint-init-form): New function, extracted from elint-init-env.
9370 Make non-list forms a warning rather than an error.
9371 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9372 easy-menu-define, put that adds an error-condition, and provide.
9373 When requiring cl, also require cl-macs. Really require cl, to handle
9374 some cl macros. Store required libraries in the list elint-features,
9375 so as not to re-load them. Treat cc-require like require.
9376 (elint-init-env): Call elint-init-form to do the work.
9377 Handle eval-and-compile and such like.
9378 (elint-add-required-env): Do not clear messages.
9379 (elint-special-forms): Add handlers for function, defalias, if, when,
9380 unless, and, or.
9381 (elint-form): Add optional argument to ignore elint-special-forms,
9382 useful to prevent recursive calls from handlers. Doc fix.
9383 Respect elint-ignored-warnings.
9384 (elint-form): Respect elint-ignored-warnings.
9385 (elint-bound-variable, elint-bound-function): New variables.
9386 (elint-unbound-variable): Respect elint-bound-variable.
9387 (elint-get-args): Respect elint-bound-function.
9388 (elint-check-cond-form): Add some simple handling for (f)boundp and
9389 featurep tests.
9390 (elint-check-defalias-form): New handler.
9391 (elint-check-let-form): Make an empty let a warning rather than an
9392 error.
9393 (elint-check-setq-form): Make an empty setq a warning rather than an
9394 error. Respect elint-ignored-warnings.
9395 (elint-check-defvar-form): Accept null doc-strings.
9396 (elint-check-conditional-form): New handler. Does some simple-minded
9397 checking of featurep and (f)boundp tests.
9398 (elint-put-function-args): New function.
9399 (elint-initialize): Use elint-scan-doc-file rather than
9400 elint-find-builtin-variables. Use elint-put-function-args.
9401 Possibly scan preloaded-file-list.
9402 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9403 extend to handle functions as well.
9404
9405 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9406
9407 * linum.el (linum-delete-overlays, linum-update-window):
9408 Do not modify the right margin. (Bug#3971)
9409
9410 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
9411
9412 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
9413 nxml-mode instead of xml-mode.
9414
9415 2009-09-21 Kevin Ryde <user42@zip.com.au>
9416
9417 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9418
9419 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9421 * net/dig.el (dig-mode): Use define-derived-mode.
9422
9423 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9424
9425 * vc-dispatcher.el (vc-do-command): Return the process object in
9426 the asynchronous case. Use when instead of if. Do not run
9427 vc-exec-after to display a message if not enabled. (Bug#4463)
9428
9429 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9430 properties to the stash strings.
9431 (vc-git-stash-list): Return a list of strings.
9432 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9433 (vc-git-stash-show-at-point): New functions.
9434 (vc-git-stash-map): New keymap.
9435
9436 * register.el (ctl-x-r-map): Define the keys here instead of
9437 using autoload.
9438
9439 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
9440
9441 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9442 list, to workaround performance problem (bug#4485).
9443
9444 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
9445
9446 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9447
9448 2009-09-20 Daiki Ueno <ueno@unixuser.org>
9449
9450 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9451 Document that this option is not recommended to use.
9452
9453 2009-09-19 Glenn Morris <rgm@gnu.org>
9454
9455 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9456 variable `var'.
9457
9458 * calc/calc-alg.el (var):
9459 * calc/calcalg2.el (var): Define for compiler.
9460
9461 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
9462
9463 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9464 Doc fix (Bug#3932).
9465
9466 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9467
9468 * time-stamp.el (time-stamp-month-dd-yyyy)
9469 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9470 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9471 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9472 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9473 Remove functions that have been obsolete since 1995 (Bug#4436).
9474
9475 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9476 indent buffer only if called interactively (Bug#4452).
9477
9478 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9479 Eli Zaretskii <eliz@gnu.org>
9480
9481 This fixes bug#4197 (merged to bug#865, though not identical).
9482 * server.el (server-auth-dir): Add docstring note about FAT32.
9483 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9484 but warn against using them.
9485
9486 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9487
9488 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9489 older GDB where there is no has_more field.
9490
9491 2009-09-19 Glenn Morris <rgm@gnu.org>
9492
9493 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9494
9495 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9496
9497 * files.el (auto-mode-alist): Change default for XML files to nXML
9498 mode (Bug#4169).
9499
9500 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * server.el (server-ensure-safe-dir): Pass 'integer
9503 to `file-attributes', as suggested.
9504
9505 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9506
9507 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9508 (dired-query): Use read-key.
9509
9510 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9511
9512 * cus-start.el (ns-use-qd-smoothing): Remove.
9513
9514 2009-09-18 Glenn Morris <rgm@gnu.org>
9515
9516 * allout.el (top-level): Remove unnecessary progn.
9517
9518 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9519
9520 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9521 definition of abbrev table.
9522
9523 * speedbar.el (speedbar-track-mouse):
9524 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9525 * net/eudc.el (eudc-expand-inline):
9526 * net/newst-backend.el (newsticker--cache-read-feed):
9527 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9528 condition-case handlers.
9529
9530 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9531
9532 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9533 (gdb-var-list): Add an element for has_more field.
9534 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9535 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9536 (gdb-var-update-handler-1): Parse output of dynamic variable
9537 objects (STL containers).
9538 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9539 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9540
9541 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9542 gdb-var-list.
9543 (gud-speedbar-buttons): Make node expandable if expression "has more"
9544 children.
9545
9546 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9547
9548 * startup.el (emacs-quick-startup): Remove variable and all uses.
9549 (command-line): Set `inhibit-x-resources' instead.
9550 (command-line-1): Use `inhibit-x-resources' instead.
9551
9552 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9553
9554 * subr.el: Fix last change to avoid using the `unless' macro,
9555 which breaks bootstrapping.
9556
9557 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9560 extended definitions, in case we reload subr.el after having
9561 loaded CL.
9562 (eval-next-after-load): Mark as obsolete.
9563
9564 2009-09-17 Juri Linkov <juri@jurta.org>
9565
9566 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9567 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9568 (menu-bar-showhide-menu, menu-bar-tools-menu)
9569 (menu-bar-describe-menu, menu-bar-help-menu)
9570 (minibuffer-local-completion-map, minibuffer-local-map):
9571 Fix list quoting.
9572
9573 2009-09-17 Glenn Morris <rgm@gnu.org>
9574
9575 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9576 arguments, whether or not it has a handler.
9577
9578 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9579
9580 * simple.el (hard-newline): Give it a doc-string.
9581
9582 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9583 (lisp-mode-syntax-table): Give them doc-strings.
9584
9585 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9586
9587 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9588 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9589 (menu-bar-options-menu, menu-bar-showhide-menu)
9590 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9591 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9592 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9593 (menu-bar-options-menu, menu-bar-tools-menu)
9594 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9595 (menu-bar-help-menu):
9596 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9597 string arguments.
9598
9599 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9600 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9601 calls for the menu names and :help.
9602
9603 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9606 to :minor-mode-function (bug#4455).
9607
9608 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * startup.el (command-line): Initialize the window-system after
9611 processing the command-line.
9612
9613 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9614 page-delimiter matches the empty string.
9615
9616 2009-09-16 Glenn Morris <rgm@gnu.org>
9617
9618 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9619 byte-compile-not-obsolete-var. It's a list now.
9620 (byte-compile-not-obsolete-funcs): New variable.
9621 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9622 byte-compile-not-obsolete-funcs.
9623 (byte-compile-variable-ref, byte-compile-defvar): Update for
9624 byte-compile-not-obsolete-vars name-change and list nature.
9625 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9626 and variables behind (f)boundp tests.
9627 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9628
9629 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9630
9631 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9632
9633 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9636 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9637 Don't autoload.
9638
9639 2009-09-15 Stephen Eglen <stephen@gnu.org>
9640
9641 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9642 the virtual-buffers, use the name of the buffer specified by
9643 find-file-noselect, as the match may be a symlink. (This was a
9644 problem if the target and the symlink had different names.)
9645
9646 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9649
9650 * desktop.el (desktop-path): Check user-emacs-directory.
9651
9652 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9653
9654 * loadup.el: Use after-load-functions to GC after loading each file.
9655 Remove the explicit GC calls that used to be sprinkled around.
9656
9657 * subr.el (after-load-functions): New hook.
9658 (do-after-load-evaluation): Run it. Use string-match-p to detect
9659 `obsolete' packages, rather than painfully extracting the relevant
9660 directory name.
9661
9662 2009-09-15 Glenn Morris <rgm@gnu.org>
9663
9664 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9665 free variable `doc'.
9666
9667 * dired.el (dired-mode-map): Add menu entry for async shell command.
9668
9669 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9670 variables, also consider the .elc files, since the .el files are
9671 normally gzipped (subsequent code locates the .el.gz from the .elc).
9672
9673 * calc/calc-prog.el (arglist): Define for compiler.
9674
9675 * calendar/diary-lib.el (diary-display-function): Change the default to
9676 fancy display.
9677 (body): Define for compiler.
9678
9679 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9680 (byte-compile-file-form, byte-compile-lambda)
9681 (byte-compile-top-level-body, byte-compile-form)
9682 (byte-compile-variable-ref, byte-compile-setq)
9683 (byte-compile-setq-default, byte-compile-body)
9684 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9685 (batch-byte-compile): Give some more local variables with common names
9686 a "bytecomp-" prefix to avoid masking warnings about free variables.
9687
9688 * startup.el (command-line-1): Give local variables with common names a
9689 distinguishing prefix, so as not to hide free variable warnings during
9690 bootstrap.
9691
9692 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9693 clever and add a suffix to make a unique name, just let the user decide
9694 whether or not to overwrite it. If the input is a directory, write the
9695 default filename to that directory. (Bug#4388)
9696 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9697 is a filename-as-a-directory.
9698
9699 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9700
9701 * textmodes/page.el (what-page): Don't move to beginning of line.
9702 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9703
9704 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9705
9706 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9707
9708 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9709
9710 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9711 * help.el (help-for-help-internal): Add purecopy calls for text.
9712
9713 * vc.el (top): print-log method now takes an optional SHORTLOG
9714 argument. Add a new method: root.
9715 (vc-root-diff, vc-print-root-log): New functions.
9716 (vc-log-short-style): New variable.
9717 (vc-print-log-internal): Add support for showing short logs.
9718
9719 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9720 vc-print-root-log and vc-print-root-diff.
9721
9722 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9723 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9724 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9725 short logs.
9726
9727 * vc-cvs.el (vc-cvs-print-log):
9728 * vc-mtn.el (vc-mtn-print-log):
9729 * vc-rcs.el (vc-rcs-print-log):
9730 * vc-sccs.el (vc-sccs-print-log):
9731 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9732 that is ignored for now.
9733
9734 * vc-mtn.el (vc-mtn-annotate-command):
9735 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9736
9737 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9740 to function-key-map, and give them ascii-character property.
9741 * term/x-win.el (x-alternatives-map):
9742 * term/ns-win.el (ns-alternatives-map):
9743 * term/internal.el (msdos-key-remapping-map):
9744 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9745
9746 2009-09-14 Glenn Morris <rgm@gnu.org>
9747
9748 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9749 temp-buffers (2009-09-12).
9750
9751 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9754 the new read-key function.
9755
9756 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9757
9758 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9759 is defined (Bug#4405).
9760
9761 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9762
9763 * recentf.el (recentf-cleanup): Use a hash table to find
9764 duplicates (Bug#4407).
9765
9766 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9767
9768 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9769 kp-0 to ascii equivalents (Bug#4325).
9770
9771 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9772
9773 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9774
9775 * eshell/em-hist.el:
9776 * eshell/em-dirs.el (eshell-complete-user-reference):
9777 Declare pcomplete functions and variables to avoid compiler warnings.
9778
9779 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9780
9781 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9782 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9783 * eshell/em-alias.el (eshell-aliases-file):
9784 * eshell/em-hist.el (eshell-history-file-name):
9785 Use expand-file-name instead of concat to make file names (Bug#4308).
9786
9787 2009-09-13 Glenn Morris <rgm@gnu.org>
9788
9789 * ediff-merg.el (ediff-do-merge):
9790 * filesets.el (filesets-run-cmd):
9791 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9792 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9793 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9794 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9795 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9796 Replace empty `let's with `progn'.
9797
9798 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * mail/sendmail.el (send-mail-function):
9801 * tooltip.el (tooltip-mode):
9802 * simple.el (transient-mark-mode):
9803 * rfn-eshadow.el (file-name-shadow-mode):
9804 * frame.el (blink-cursor-mode):
9805 * font-core.el (global-font-lock-mode):
9806 * files.el (temporary-file-directory)
9807 (small-temporary-file-directory, auto-save-file-name-transforms):
9808 * epa-hook.el (auto-encryption-mode):
9809 * composite.el (global-auto-composition-mode):
9810 Use custom-initialize-delay.
9811 * startup.el (command-line): Don't explicitly call
9812 custom-reevaluate-setting for all the above vars.
9813 * custom.el (custom-initialize-safe-set)
9814 (custom-initialize-safe-default): Delete.
9815
9816 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * term/x-win.el (x-initialize-window-system):
9819 * term/w32-win.el (w32-initialize-window-system):
9820 * term/ns-win.el (ns-initialize-window-system): Don't call
9821 mouse-wheel-mode since it's enabled globally by default already.
9822
9823 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9824 actually define the variable, but only silences the byte-compiler.
9825 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9826 before looking it up.
9827 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9828 is changed.
9829
9830 2009-09-12 Glenn Morris <rgm@gnu.org>
9831
9832 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9833 1000.
9834 (elint-add-required-env): Don't beep on error.
9835 (elint-forms): In case of error, return ENV unchanged.
9836 (elint-init-env): Skip non-list forms.
9837 (elint-log): Handle unknown file positions.
9838
9839 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9840
9841 * epg.el (epg-make-context): Add autoload cookie.
9842 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9843 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9844 (epg-verify-string, epg-start-sign, epg-sign-file)
9845 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9846 (epg-encrypt-string, epg-start-export-keys)
9847 (epg-export-keys-to-file, epg-export-keys-to-string)
9848 (epg-start-import-keys, epg-import-keys-from-file)
9849 (epg-import-keys-from-string, epg-start-receive-keys)
9850 (epg-receive-keys, epg-import-keys-from-server)
9851 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9852 (epg-sign-keys, epg-start-generate-key)
9853 (epg-generate-key-from-file, epg-generate-key-from-string):
9854 Remove autoload cookie.
9855
9856 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9857
9858 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9859 reevaluation of trash-directory.
9860
9861 * mwheel.el: Fix last change.
9862 (mouse-wheel-mode): New defvar.
9863 (mouse-wheel-mode): Remove autoload cookie.
9864
9865 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * mwheel.el (mwheel-installed-bindings): New var.
9868 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9869 the bindings we set last time. Use custom-initialize-delay.
9870 * loadup.el: Load mwheel after term/*-win.el.
9871 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9872 and mouse-wheel-up-event now that their first evaluation is done
9873 sufficiently late to be correct.
9874
9875 * startup.el (tutorial-directory): Make it a defcustom.
9876 Use custom-initialize-delay rather than eval-at-startup to set it.
9877 * image.el (image-load-path): Make it a defcustom.
9878 Use custom-initialize-delay rather than eval-at-startup to set it.
9879 * subr.el (eval-at-startup): Remove.
9880 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9881
9882 * subr.el (do-after-load-evaluation): Warn the user after loading an
9883 obsolete package.
9884
9885 2009-09-12 Glenn Morris <rgm@gnu.org>
9886
9887 * proced.el (proced-mark-alt): Remove alias.
9888 (proced-mode-map): Remove proced-mark-alt.
9889
9890 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9891 Elint file and directory. Remove initialization entry.
9892
9893 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9894 commands.
9895 (elint-current-buffer): Set mode-line-process.
9896 (elint-init-env): Handle define-derived-mode.
9897 Fix declare-function with unspecified arglist. Guard against odd
9898 defalias statements (eg iso-insert's 8859-1-map).
9899 (elint-add-required-env): Use a temp buffer.
9900 (elint-form): Just print the function/macro name, not the whole form.
9901 Return env unchanged if we fail to parse a macro.
9902 (elint-forms): Guard against parse errors.
9903 (elint-output): New function, to handle batch mode.
9904 (elint-log-message): Add optional argument. Use elint-output.
9905 (elint-set-mode-line): New function.
9906
9907 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9908
9909 * emacs-lisp/elp.el (elp-not-profilable): Add more
9910 functions (Bug#4233).
9911
9912 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9913
9914 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9915 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9916
9917 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9918
9919 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9920 (gdb-var-list-children): Use json parsing.
9921
9922 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9923
9924 * progmodes/js.el (js--proper-indentation): Handle the case where
9925 char-before is null. Reported by Deniz Dogan.
9926
9927 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9928
9929 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9930
9931 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9932
9933 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9934 (epg-digest-algorithm-alist): Add SHA224.
9935 (epg-context-set-passphrase-callback)
9936 (epg-context-set-progress-callback): Add description about
9937 callback function.
9938
9939 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * custom.el (custom-delayed-init-variables): New var.
9942 (custom-initialize-delay): New function.
9943 * startup.el (command-line): "Re"evaluate all vars in
9944 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9945 explicitly any more.
9946 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9947 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9948
9949 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9950
9951 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9952
9953 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9954 (gdb-var-update-handler): Use json parsing.
9955
9956 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9957
9958 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9959 decode annotated text, regardless of language environment. (Bug#2741)
9960
9961 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * Makefile.in (autoloads): Make rmail.el writable as well.
9964
9965 2009-09-11 Glenn Morris <rgm@gnu.org>
9966
9967 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9968 loaddefs.el.
9969 * dired.el: Regenerate with extracted autoloads.
9970 * Makefile.in (autoloads): Make dired.el writable.
9971
9972 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9973 * ibuffer.el: Regenerate with extracted autoloads.
9974 * Makefile.in (autoloads): Make ibuffer.el writable.
9975
9976 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9977 * version.el (emacs-copyright, emacs-major-version)
9978 (emacs-minor-version): Reformat doc-strings for make-docfile.
9979
9980 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9981 functions and variables, since they must be stuff specific to some other
9982 platform.
9983 (apropos-print): Make mouse-click message less specific about button.
9984
9985 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9986 that records where a macro was defined.
9987 * help-fns.el (describe-function-1): Mention if a function has a
9988 compiler-macro.
9989 * help-mode.el (help-function-cmacro): New button.
9990
9991 * locate.el (top-level): Always require dired.
9992 (locate-mode-map): Initialize inside the defvar.
9993
9994 * net/ange-ftp.el (dired-compress-file): Declare.
9995 (ange-ftp-dired-compress-file): Add doc string.
9996
9997 * term/ns-win.el (x-display-name, x-setup-function-keys):
9998 Unify doc-strings with X versions.
9999
10000 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * emulation/crisp.el (crisp-mode-map): Move initialization
10003 into declaration.
10004 (crisp-mode): Use define-minor-mode.
10005
10006 * progmodes/xscheme.el (xscheme-evaluation-commands):
10007 Put a :advertised-binding property rather than using
10008 advertised-xscheme-send-previous-expression.
10009 (advertised-xscheme-send-previous-expression): Declare obsolete.
10010 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10011 `advertised-undo'.
10012 (crisp-mode): Add corresponding bindings to
10013 undo's :advertised-binding instead.
10014 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10015 than using dired-advertised-find-file.
10016 (dired-advertised-find-file):
10017 * simple.el (advertised-undo):
10018 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10019 (widget-keymap): Put a :advertised-binding property rather
10020 than using advertised-widget-backward.
10021 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10022 than using advertised-undo.
10023 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10024
10025 2009-09-10 Simon South <ssouth@slowcomputing.org>
10026
10027 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10028 Mark mode is enabled and region is active; otherwise indent or
10029 insert TAB as usual.
10030 (delphi-mode): Update description of TAB-key binding.
10031
10032 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10033
10034 * subr.el (define-key-rebound-commands): Mark obsolete.
10035 * startup.el (precompute-menubar-bindings): Remove.
10036 (normal-top-level): Remove obsolete code that tried to precompute
10037 menubar bindings.
10038 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10039 define-key-rebound-commands and precompute-menubar-bindings.
10040
10041 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10042
10043 * net/imap.el (imap-interactive-login): Better messages.
10044 (imap-open): Fix bug with renamed buffer on reconnect.
10045 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10046 for easier debugging and cleaner code. On successful (guessed based on
10047 server capabilities) secondary authentication, set imap-state
10048 correctly.
10049 (imap-last-authenticator): Define imap-last-authenticator as a variable
10050 to avoid warnings.
10051
10052 2009-09-10 Glenn Morris <rgm@gnu.org>
10053
10054 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10055
10056 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10057 (byte-compile-file-form-autoload): Don't warn about unknown functions
10058 where the autoload statement comes after the use.
10059 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10060 that any handlers inside the body (eg require) are in turn respected.
10061
10062 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10063 effects.
10064
10065 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10066 and syntax and abbrev tables basic docs, if they don't have any.
10067
10068 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10069
10070 * international/mule-cmds.el (top-level): Require cl when compiling.
10071 (view-hello-file): Use default-value rather than
10072 default-enable-multibyte-characters.
10073
10074 * progmodes/fortran.el: Move all safe and risky properties into the
10075 defcustoms.
10076
10077 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10078 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10079 * mail/undigest.el:
10080 Put autoloads in rmail.el rather than loaddefs.el.
10081 * mail/rmail.el: Regenerate with extracted autoloads.
10082
10083 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10084 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10085
10086 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
10087
10088 Reported in thread for Bug#4375.
10089 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10090 "-data-evaluate-expression" instead of print.
10091 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10092 (gdb-tooltip-print): Parse output from above MI command.
10093 (gdb): Revert 2009-08-11 change. User should detach inferior
10094 manually.
10095
10096 Remove the word "separate" from IO functions as inferior
10097 output is now never displayed in the GUD buffer.
10098
10099 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
10100
10101 * startup.el (command-line-normalize-file-name): On Windows and
10102 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10103
10104 2009-09-10 Juri Linkov <juri@jurta.org>
10105
10106 * isearch.el (isearch-text-char-description): Propertize escape
10107 character sequences with the `escape-glyph' face. (Bug#4344)
10108
10109 * simple.el (shell-command): Set asynchronous process filter to
10110 `comint-output-filter'. (Bug#4343)
10111
10112 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10113 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
10114 the list. Move "asm" to the bottom.
10115 (grep-find-ignored-directories): Add `choice' with nil value
10116 to empty the list easily.
10117 (grep-find-ignored-files): New option.
10118 (grep-files-history): Set to nil by default instead of '("ch" "el").
10119 (grep-compute-defaults): Add "<X>" to `grep-template'.
10120 (grep-read-files): Bind new local variables `default-alias' and
10121 `default-extension'. Use a list of default values for the file prompt.
10122 (lgrep): Add `--exclude=' command line options composed from
10123 `grep-find-ignored-files'.
10124 (rgrep): Add `-name' command line options composed from
10125 `grep-find-ignored-files'. (Bug#4301)
10126
10127 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10130 (bug#4368).
10131
10132 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10133
10134 * calendar/time-date.el (autoload):
10135 Expand define-obsolete-function-alias into defalias and make-obsolete
10136 for old Emacsen that Gnus supports.
10137 (with-no-warnings): Define it for old Emacsen.
10138 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10139 is available.
10140 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10141 float-time is available; suppress compile warning for time-to-seconds.
10142
10143 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
10144
10145 * net/imap.el (imap-message-map): Docstring fix.
10146
10147 2009-09-09 Glenn Morris <rgm@gnu.org>
10148
10149 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10150 line numbers too. (Bug#4374)
10151
10152 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10153
10154 * smerge-mode.el (smerge-remove-props, smerge-refine):
10155 Use with-silent-modifications (bug#4342).
10156
10157 * subr.el (with-silent-modifications): New macro.
10158
10159 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
10160
10161 * files.el (top-level): Require `cl' when compiling.
10162
10163 2009-09-07 Glenn Morris <rgm@gnu.org>
10164
10165 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10166
10167 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10168 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
10169
10170 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
10171
10172 * vc-git.el (vc-git-annotate-command): Use separator to parse
10173 arguments correctly.
10174
10175 2009-09-06 Eli Zaretskii <eliz@gnu.org>
10176
10177 * proced.el (proced-mode): Doc fix.
10178
10179 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
10180
10181 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10182 lstat fails.
10183 (tramp-do-file-attributes-with-ls): Check for file existence at
10184 remote end.
10185 (tramp-do-file-attributes-with-stat): Likewise.
10186 (tramp-convert-file-attributes): Return nil when attr is nil.
10187
10188 2009-09-05 Glenn Morris <rgm@gnu.org>
10189
10190 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10191 properties to this button.
10192 (diary-fancy-display): Don't extend the button to the final newline.
10193 (diary-fancy-display-mode): Continue to define "q" as a local key.
10194
10195 * calendar/cal-china.el (holiday-chinese): Make it slightly more
10196 efficient.
10197
10198 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10199
10200 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10201 (byte-compile-dest-file-function): New option.
10202 (byte-compile-dest-file): Doc fix.
10203 Obey byte-compile-dest-file-function.
10204 (byte-compile-cl-file-p): New function.
10205 (byte-compile-eval): Only suppress noruntime warnings about cl functions
10206 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
10207 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10208 than for file being previously loaded.
10209 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10210 (byte-compile-file-form-require): Handle the case where requiring a file
10211 indirectly causes CL to be loaded.
10212
10213 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10214
10215 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10216 before killing the old buffer, since by the time `kill-buffer' is
10217 run so many buffer variables have been set to nil that it may not
10218 behave as expected. (Bug#4061)
10219
10220 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10221
10222 * files.el (find-alternate-file): If the old buffer is modified
10223 and visiting a file, behave similarly to `kill-buffer' when
10224 killing it, thus reverting to the pre-1.878 behavior; see
10225 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10226 for discussion. Also, consult `buffer-file-name' as a variable
10227 not as a function, for consistency with the rest of the code.
10228
10229 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
10230
10231 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10232 also when adding a new directory.
10233
10234 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10235 defun.
10236
10237 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10238
10239 * files.el (locate-file-completion-table): Make it provide boundary
10240 information, so partial-completion works better.
10241
10242 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
10243
10244 * mail/footnote.el (Footnote-text-under-cursor):
10245 Check footnote-text-marker-alist before using it (bug#4324).
10246
10247 2009-09-04 Glenn Morris <rgm@gnu.org>
10248
10249 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10250 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10251 * play/solitaire.el, play/tetris.el:
10252 Remove leading * from defcustom and defface docs.
10253
10254 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10255 necessary.
10256 (diary-fancy-overriding-map): New variable.
10257 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10258 Use view-mode.
10259
10260 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10261 goto-line.
10262
10263 2009-09-03 Glenn Morris <rgm@gnu.org>
10264
10265 * arc-mode.el (archive-mode):
10266 * dos-fns.el (set-default-process-coding-system):
10267 * man.el (Man-getpage-in-background):
10268 * menu-bar.el (menu-bar-describe-menu):
10269 * server.el (server-process-filter):
10270 * startup.el (command-line):
10271 * tar-mode.el (tar-header-block-tokenize, tar-extract):
10272 * w32-fns.el (set-default-process-coding-system):
10273 * x-dnd.el (x-dnd-handle-file-name):
10274 * international/mule-cmds.el (mule-menu-keymap)
10275 (set-default-coding-systems, language-info-alist, set-language-info)
10276 (set-language-environment, standard-display-european-internal)
10277 (set-locale-environment):
10278 * international/mule-diag.el (mule-diag):
10279 * mail/emacsbug.el (report-emacs-bug):
10280 * mail/rmail.el (rmail-mode):
10281 * mail/sendmail.el (mail-setup):
10282 Use default-value rather than default-enable-multibyte-characters.
10283
10284 * progmodes/f90.el: Move all safe properties into the defcustoms.
10285 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10286
10287 * calendar/appt.el (appt-check):
10288 * calendar/diary-lib.el (diary-set-header, diary-live-p)
10289 (diary-check-diary-file, diary-list-entries)
10290 (diary-include-other-diary-files, diary-simple-display)
10291 (diary-fancy-display, diary-print-entries)
10292 (diary-mark-included-diary-files, diary-make-entry):
10293 Don't call substitute-in-file-name on diary-file.
10294
10295 2009-09-03 Eduard Wiebe <usenet@pusto.de>
10296 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * mail/footnote.el (footnote-prefix): Make it a defcustom.
10299 (footnote-mode-map): Move initialization into the declaration.
10300 (footnote-minor-mode-map): Define it rather than changing global-map.
10301 (footnote-mode): Use define-minor-mode.
10302
10303 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
10304
10305 * net/tramp.el (tramp-handle-file-attributes-with-ls)
10306 (tramp-do-file-attributes-with-perl)
10307 (tramp-do-file-attributes-with-stat): Rename from
10308 `tramp-handle-file-attributes-with-*'.
10309 (tramp-handle-file-attributes): Use them.
10310 (tramp-do-directory-files-and-attributes-with-perl)
10311 (tramp-do-directory-files-and-attributes-with-stat): Rename from
10312 `tramp-handle-directory-files-and-attributes-with-*'.
10313 (tramp-handle-directory-files-and-attributes): Use them.
10314 (tramp-method-out-of-band-p): Additional parameter SIZE.
10315 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10316 (tramp-handle-write-region): Use it.
10317 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10318 (tramp-handle-vc-registered): Check, whether the first run did
10319 return files to be tested.
10320 (tramp-advice-make-auto-save-file-name): Do not call directly
10321 `tramp-handle-make-auto-save-file-name', because this would bypass
10322 the locking mechanism.
10323
10324 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10325 (file-remote-p, process-file, start-file-process, set-file-times)
10326 (tramp-compat-file-attributes): Compatibility functions shall not
10327 call directly `tramp-handle-*', because this would bypass the
10328 locking mechanism.
10329 (tramp-compat-number-sequence): New defun.
10330
10331 2009-09-02 Glenn Morris <rgm@gnu.org>
10332
10333 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10334 alias for float-time.
10335 (time-to-number-of-days): In Emacs, use float-time.
10336 * net/newst-backend.el (time-add): Suppress warnings from compat
10337 function.
10338 * time.el (emacs-uptime, emacs-init-time):
10339 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10340 Use float-time rather than time-to-seconds.
10341
10342 * minibuffer.el (completion-initials-expand): Fix typo.
10343
10344 * faces.el (modeline, modeline-inactive, modeline-highlight)
10345 (modeline-buffer-id):
10346 * info.el (info-menu-5): Mark these face aliases as obsolete.
10347
10348 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10349
10350 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10351 space ...
10352 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10353 no "--thread" option.
10354 (gdb-stopped): Don't print "Switched to thread" message when it is
10355 unchanged.
10356
10357 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 * minibuffer.el (completion-try-completion)
10360 (completion-all-completions): Remove ill-defined (and
10361 mistakenly installed and luckily never used nor documented)
10362 `completion-styles' property.
10363 (completion-initials-expand, completion-initials-all-completions)
10364 (completion-initials-try-completion): New functions.
10365 (completion-styles-alist): Add doc to each entry.
10366 Add new `initials' entry.
10367
10368 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10369
10370 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10371 MI command -var-evaluate-expression.
10372 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10373 and tweak for case of string child.
10374 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10375
10376 2009-09-01 Glenn Morris <rgm@gnu.org>
10377
10378 * add-log.el (change-log-date-face, change-log-name-face)
10379 (change-log-email-face, change-log-file-face, change-log-list-face)
10380 (change-log-conditionals-face, change-log-function-face)
10381 (change-log-acknowledgement-face):
10382 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10383 (custom-modified-face, custom-set-face, custom-changed-face)
10384 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10385 (custom-documentation-face, custom-state-face, custom-comment-face)
10386 (custom-comment-tag-face, custom-variable-tag-face)
10387 (custom-variable-button-face, custom-face-tag-face)
10388 (custom-group-tag-face-1, custom-group-tag-face):
10389 * diff-mode.el (diff-header-face, diff-file-header-face)
10390 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10391 (diff-added-face, diff-changed-face, diff-function-face)
10392 (diff-context-face, diff-nonexistent-face):
10393 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10394 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10395 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10396 (Info-title-4-face):
10397 * isearch.el (isearch-lazy-highlight-face):
10398 * log-view.el (log-view-file-face, log-view-message-face):
10399 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10400 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10401 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10402 (cvs-msg-face):
10403 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10404 (smerge-base-face, smerge-markers-face):
10405 * wid-edit.el (widget-documentation-face, widget-button-face)
10406 (widget-field-face, widget-single-line-field-face)
10407 (widget-inactive-face, widget-button-pressed-face):
10408 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10409 (woman-addition-face):
10410 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10411 (eshell-ls-executable-face, eshell-ls-readonly-face)
10412 (eshell-ls-unreadable-face, eshell-ls-special-face)
10413 (eshell-ls-missing-face, eshell-ls-archive-face)
10414 (eshell-ls-backup-face, eshell-ls-product-face)
10415 (eshell-ls-clutter-face):
10416 * eshell/em-prompt.el (eshell-prompt-face):
10417 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10418 * obsolete/old-whitespace.el (whitespace-highlight-face):
10419 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10420 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10421 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10422 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10423 (antlr-font-lock-literal-face):
10424 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10425 (ebrowse-root-class-face, ebrowse-file-name-face)
10426 (ebrowse-default-face, ebrowse-member-attribute-face)
10427 (ebrowse-member-class-face, ebrowse-progress-face):
10428 * progmodes/make-mode.el (makefile-space-face):
10429 * progmodes/sh-script.el (sh-heredoc-face):
10430 * textmodes/flyspell.el (flyspell-incorrect-face)
10431 (flyspell-duplicate-face):
10432 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10433 * textmodes/texinfo.el (texinfo-heading-face):
10434 Mark face aliases with "-face" suffix as obsolete.
10435
10436 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10437 compiler.
10438
10439 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10440 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10441 easy-menu-define wants to modify these.
10442
10443 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10444
10445 * net/browse-url.el (browse-url-file-url):
10446 * term/internal.el (dos-codepage-setup):
10447 Use default-value rather than default-enable-multibyte-characters.
10448
10449 * progmodes/etags.el (etags-goto-tag-location):
10450 * progmodes/flymake.el (flymake-highlight-line)
10451 (flymake-goto-file-and-line, flymake-goto-line):
10452 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10453 (gdb-goto-breakpoint):
10454 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10455 * progmodes/python.el (python-find-function)
10456 (python-pdbtrack-track-stack-file):
10457 * progmodes/verilog-mode.el (verilog-surelint-off):
10458 * term/ns-win.el (ns-open-file-select-line):
10459 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10460 Use forward-line rather than goto-line.
10461
10462 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10463 * textmodes/reftex-index.el (reftex-display-index):
10464 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10465 * textmodes/reftex-toc.el (reftex-toc):
10466 Remove unnecessary bindings of default-major-mode (all are followed by
10467 major-mode check and possible mode switch).
10468
10469 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10470
10471 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10472 Handle watchpoints (bug#4282).
10473 (def-gdb-thread-buffer-command): Enable thread to be selected by
10474 clicking without selecting threads buffer first.
10475 (gdb-current-context-command): Use selected frame so that "up",
10476 "down" etc work in the GUD buffer.
10477 (gdb-update): Find selected frame before rendering stack buffer.
10478 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10479
10480 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * progmodes/sym-comp.el (displayed-completions): Remove.
10483 (symbol-complete): Use minibuffer-complete.
10484
10485 2009-08-31 Glenn Morris <rgm@gnu.org>
10486
10487 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10488
10489 * apropos.el (apropos-symbols-internal):
10490 Handle (obsolete) face aliases.
10491
10492 * faces.el (describe-face): Adjust the output format to be more like
10493 describe-variable, and to mention (obsolete) face aliases.
10494 Adjust the whitespace so that help-setup-xref works.
10495
10496 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10497 * calendar/diary-lib.el (diary-button-face):
10498 Mark these face aliases as obsolete.
10499
10500 * calendar/calendar.el (calendar-today): Doc fix.
10501
10502 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10503
10504 * progmodes/gdb-mi.el (gdb-control-all-threads)
10505 (gdb-control-current-thread): Force tool bar update.
10506 (gdb-non-stop-handler): New function.
10507 (gdb-init-1): Use it to test if non-stop mode is supported.
10508 Remove unused gdbmi buffer type.
10509
10510 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10511
10512 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10513 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10514
10515 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10516
10517 * comint.el (comint-exec-1): Check command is non-null first.
10518 Part of gdb-mi.el change (2009-08-28).
10519
10520 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10523
10524 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10525
10526 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10527 instead of `dolist' to avoid a recursive require when bootstrapping.
10528
10529 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10532
10533 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10534
10535 * net/imap.el (imap-send-command): Simplify.
10536 (imap-wait-for-tag): point-max -> buffer-size.
10537
10538 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10539
10540 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10541 with constant argument.
10542
10543 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10544
10545 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10546
10547 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10548 Change default, since most of our files don't have a history.
10549 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10550 the user.
10551
10552 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10553 Add comint-run.
10554
10555 * calc/calc.el: Improve commenting convention.
10556 (calc-digit-map, toplevel): Simplify.
10557
10558 * comint.el (comint-insert-input): Be careful to only set point if we
10559 don't delegate to some other command.
10560
10561 * proced.el (proced-signal-list): Make it an alist.
10562 (proced-grammar-alist): Capitalize names.
10563 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10564 Disable undo manually and make it read-only.
10565 Use completion-annotate-function.
10566
10567 * minibuffer.el (minibuffer-message): If the current buffer is not
10568 a minibuffer, insert the message in the echo area rather than at the
10569 end of the buffer.
10570 (completion-annotate-function): New variable.
10571 (minibuffer-completion-help): Use it.
10572 (completion--embedded-envvar-table): Environment vars are
10573 always case-sensitive.
10574
10575 2009-08-30 Glenn Morris <rgm@gnu.org>
10576
10577 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10578 from fortran-current-defun.
10579 (fortran-beginning-of-subprogram): Be more precise about finding the
10580 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10581 (fortran-end-of-subprogram): Simplify.
10582 (fortran-current-defun): Use fortran-start-prog-re.
10583
10584 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10585
10586 * subr.el (do-after-load-evaluation): Simplify.
10587
10588 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10589
10590 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10591
10592 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10593 (vc-rcs-print-log): Use it.
10594
10595 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10596
10597 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * paths.el (abbrev-file-name): Move to abbrev.el.
10600 * abbrev.el (abbrev-file-name): Move from paths.el.
10601 Obey user-emacs-directory.
10602 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10603 user-emacs-directory.
10604 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10605 abbrev-file-name and calc-settings-file any more.
10606 * startup.el (command-line): Recompute abbrev-file-name and
10607 abbreviated-home-dir.
10608 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10609 of the special code for when C-h bindings haven't been changed.
10610 (display-startup-echo-area-message): Use with-current-buffer.
10611 (command-line-1): Use a list of strings, rather than a list of lists
10612 of strings for longopts.
10613
10614 * files.el (get-free-disk-space): Use / for default-directory.
10615
10616 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10617 Use with-current-buffer.
10618
10619 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10620 Recognize immutable variables like most-positive-fixnum.
10621 (byte-compile-setq-default): Check and warn if trying to assign
10622 to an immutable variable, or a non-variable.
10623
10624 * progmodes/cc-vars.el (c-comment-continuation-stars):
10625 * progmodes/cc-engine.el (c-looking-at-bos):
10626 * progmodes/cc-cmds.el (c-toggle-auto-state)
10627 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10628 (c-comment-line-break-function): Add version of obsolescence.
10629
10630 2009-08-28 Juri Linkov <juri@jurta.org>
10631
10632 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10633 associated with `archive-mode'.
10634
10635 * image.el (image-type-header-regexps): Use only JPEG magic number
10636 to determine JPEG images, and don't use `image-jpeg-p' because
10637 Emacs can display non-JFIF non-Exif JPEG images.
10638
10639 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10640
10641 * arc-mode.el (archive-mode):
10642 * emacs-lisp/re-builder.el (re-builder-unload-function):
10643 Protect against the default value of `major-mode' being nil.
10644
10645 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10646
10647 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10648 Fix typos in docstrings.
10649
10650 * progmodes/js.el (js--macro-decl-re): Doc fix.
10651 (js--plain-method-re, js--split-name): Refloc docstring.
10652 (js--class-styles, js--make-merged-item, js--splice-into-items):
10653 Fix typos in docstrings; reflow docstrings.
10654 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10655 (js--variable-decl-matcher, js--inside-pitem-p)
10656 (js--parse-state-at-point, js--get-all-known-symbols)
10657 (js--symbol-history, js-find-symbol, js--js-references)
10658 (js--moz-interactor, js--js-encode-value, js--read-tab):
10659 Fix typos in docstrings.
10660
10661 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10662
10663 * textmodes/reftex.el (reftex-get-file-buffer-force):
10664 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10665 * emulation/viper.el (viper-go-away, viper-set-hooks):
10666 * emacs-lisp/re-builder.el (re-builder-unload-function):
10667 * emacs-lisp/bytecomp.el (byte-compile-file):
10668 * ses.el (ses-unload-function):
10669 * hexl.el (hexl-find-file):
10670 * files.el (normal-mode):
10671 * ehelp.el (with-electric-help):
10672 * autoinsert.el (auto-insert-alist):
10673 * arc-mode.el (archive-mode):
10674 Use (default-value 'major-mode) instead of default-major-mode.
10675
10676 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10677 * international/mule.el (load-with-code-conversion):
10678 * emacs-lisp/debug.el (debug):
10679 * ediff-vers.el (ediff-rcs-get-output-buffer):
10680 * dired.el (dired-internal-noselect): Don't let-bind
10681 default-major-mode around code that doesn't use it.
10682 E.g. buffer creation via get-buffer-create doesn't use it.
10683
10684 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10685
10686 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10687 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10688 when writing the temp file. Otherwise, epa-file gets confused.
10689 (tramp-register-file-name-handlers): Make it a defun. Move also
10690 `epa-file-handler' to the front of `file-name-handler-alist'.
10691
10692 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10695 start right after a ^M.
10696 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10697 (tramp-completion-file-name-regexp-separate)
10698 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10699 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10700 Don't modify last-coding-system-used by accident.
10701 (tramp-completion-file-name-handler): Apply the checks here,
10702 instead during registration.
10703 (tramp-register-file-name-handlers): Renamed from
10704 `tramp-register-file-name-handler'. Register both
10705 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10706 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10707
10708 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10709
10710 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10711 Remove variable ...
10712 (gdb-init-1, gdb-display-separate-io-buffer)
10713 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10714 references to it.
10715 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10716 (gdb-inferior-filter): Use comint-output-filter to stop
10717 echoing and remove ^M characters.
10718
10719 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * emulation/viper-init.el (viper-restore-cursor-type):
10722 * emulation/cua-base.el (cua--update-indications):
10723 Replace default-cursor-type with (default-value 'cursor-type).
10724
10725 * mail/sendmail.el (mail-recover-1):
10726 * international/mule-diag.el (describe-current-coding-system-briefly)
10727 (describe-current-coding-system):
10728 * international/mule-cmds.el (select-safe-coding-system)
10729 (select-message-coding-system)
10730 (set-language-environment-coding-systems, set-locale-environment):
10731 * hexl.el (hexl-insert-multibyte-char):
10732 * dos-w32.el (find-buffer-file-type-coding-system):
10733 * simple.el (what-cursor-position):
10734 Replace uses of default-buffer-file-coding-system
10735 with (default-value 'buffer-file-coding-system).
10736
10737 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10738 Replace uses of default-cursor-in-non-selected-windows
10739 with (default-value 'cursor-in-non-selected-windows).
10740 Use with-current-buffer.
10741
10742 * mail/feedmail.el: Use CL macros.
10743 (feedmail-run-the-queue, feedmail-send-it-immediately):
10744 * dos-w32.el (find-buffer-file-type): Replace uses of
10745 default-buffer-file-type with (default-value 'buffer-file-type).
10746
10747 2009-08-28 Glenn Morris <rgm@gnu.org>
10748
10749 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10750 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10751 Use default-value of major-mode rather than default-major-mode.
10752
10753 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10754
10755 * Makefile.in (update-elcfiles): Report left over elc files.
10756
10757 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10758 expand-file-name and with-current-buffer.
10759 (mail-get-names, mail-directory): Use with-current-buffer.
10760
10761 * vc.el (vc-read-revision): New function.
10762 (vc-version-diff, vc-merge): Use it.
10763
10764 2009-08-27 Sam Steingold <sds@gnu.org>
10765
10766 * simple.el (kill-do-not-save-duplicates): New user option.
10767 (kill-new): When it is non-nil, and the new string is the same as
10768 the latest kill, set replace to t to avoid duplicates in kill-ring.
10769
10770 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10771
10772 * net/tramp.el (tramp-handle-process-file): Do not flush all
10773 caches when `process-file-side-effects' is set.
10774 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10775 instead of `tramp-find-file-exists-command'.
10776 Unset `process-file-side-effects'.
10777
10778 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10779
10780 * net/tramp.el (tramp-methods): New method "rsyncc".
10781 (top): Add completion function for "rsyncc".
10782 (tramp-message-show-message): New defvar.
10783 (tramp-message, tramp-error): Use it.
10784 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10785 remote copying.
10786 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10787 `tramp-methods' entry `copy-env' of "rsyncc".
10788 (tramp-vc-registered-read-file-names): New defconst.
10789 (tramp-vc-registered-file-names): New defvar.
10790 (tramp-handle-vc-registered): Implement optimization strategy.
10791 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10792 (tramp-vc-file-name-handler): New defun.
10793 (tramp-get-ls-command, tramp-get-test-command)
10794 (tramp-get-file-exists-command, tramp-get-remote-ln)
10795 (tramp-get-remote-perl, tramp-get-remote-stat)
10796 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10797
10798 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10799 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10800 timestamps.
10801 (tramp-get-file-property): Check for timestamps in
10802 `tramp-cache-inhibit-cache'.
10803 (tramp-set-file-property): Write timestamp.
10804
10805 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10806
10807 * language/japan-util.el (japanese-symbol-table): Add entries for
10808 cp932-2-byte.
10809
10810 * international/characters.el: Add category `j' to cp932-2-byte.
10811
10812 2009-08-27 Kenichi Handa <handa@m17n.org>
10813
10814 * international/fontset.el (build-default-fontset-data): New macro.
10815 (setup-default-fontset): Use build-default-fontset-data for CJK,
10816 tibetan, ethiopic, and ipa.
10817
10818 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10819
10820 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10821 (enable-multibyte-characters): Not customizable any more.
10822
10823 * subr.el (default-mode-line-format, default-header-line-format)
10824 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10825 (default-direction-reversed, default-truncate-lines)
10826 (default-left-margin, default-tab-width, default-case-fold-search)
10827 (default-left-margin-width, default-right-margin-width)
10828 (default-left-fringe-width, default-right-fringe-width)
10829 (default-fringes-outside-margins, default-scroll-bar-width)
10830 (default-vertical-scroll-bar, default-indicate-empty-lines)
10831 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10832 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10833 (default-scroll-down-aggressively, default-fill-column)
10834 (default-cursor-type, default-buffer-file-type)
10835 (default-cursor-in-non-selected-windows)
10836 (default-buffer-file-coding-system, default-major-mode)
10837 (default-enable-multibyte-characters): Mark as obsolete.
10838
10839 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10840
10841 * vc-dir.el (vc-dir-update): Remove debug helper.
10842
10843 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10844
10845 2009-08-26 Sam Steingold <sds@gnu.org>
10846
10847 * simple.el (save-interprogram-paste-before-kill): New user option.
10848 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10849 save the interprogram-paste into kill-ring before overriding it
10850 with the Emacs kill.
10851
10852 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10853
10854 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10855 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10856 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10857 and move to vc-rcs.el.
10858 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10859 move to vc-rcs.el.
10860 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10861 (vc-rcs-update-changelog): Remove.
10862 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10863 and move to vc-rcs.el.
10864
10865 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10866 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10867 renaming.
10868 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10869 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10870 vc.el, renamed to be RCS specific.
10871
10872 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10873 New functions.
10874 (vc-cvs-update-changelog): Move here from vc.el.
10875
10876 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10877 New functions.
10878
10879 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10880
10881 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10882
10883 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10884
10885 * vc-git.el (vc-git-register): Use "git add" for directories.
10886 (vc-git-stash, vc-git-stash-show): New functions.
10887 (vc-git-extra-menu-map): Bind them.
10888
10889 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10890 directory correctly in case the item is a directory itself.
10891
10892 * vc.el: Document the desired behavior for reverted files in the
10893 `added' state.
10894 (vc-default-prettify-state-info): Remove function, unused.
10895
10896 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10897
10898 2009-08-26 Glenn Morris <rgm@gnu.org>
10899
10900 * bindings.el (standard-mode-line-format): Reposition dashes in
10901 which-func entry. (Bug#4217)
10902
10903 * files.el (enable-local-variables, enable-local-eval)
10904 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10905 the defcustoms.
10906 (auto-mode-alist, ignored-local-variables)
10907 (save-some-buffers-action-alist): Move risky declarations to the
10908 definitions.
10909 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10910 (font-lock-defaults, format-alist, imenu--index-alist)
10911 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10912 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10913 (mode-line-modified, mode-line-mule-info, mode-line-position)
10914 (mode-line-process, mode-line-remote, outline-level)
10915 (parse-time-rules, rmail-output-file-alist)
10916 (special-display-buffer-names, vc-mode):
10917 Move risky declarations to the relevant files.
10918 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10919 (mode-line-modified, mode-line-process, mode-line-position)
10920 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10921 * font-core.el (font-lock-defaults):
10922 * format.el (format-alist):
10923 * vc-hooks.el (vc-mode):
10924 * window.el (special-display-buffer-names):
10925 * international/mule-cmds.el (input-method-alist):
10926 Define riskiness here (dumped file) rather than in files.el.
10927 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10928 * imenu.el (imenu-generic-expression, imenu--index-alist):
10929 * outline.el (outline-level):
10930 * time.el (display-time-string):
10931 * calendar/parse-time.el (parse-time-rules):
10932 * mail/rmailout.el (rmail-output-file-alist):
10933 Autoload riskiness here, rather than placing in files.el.
10934
10935 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10936
10937 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10938
10939 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10940
10941 * simple.el (process-file-side-effects): New defvar.
10942
10943 * dired-aux.el (dired-show-file-type):
10944 * vc.el (vc-diff-internal):
10945 * vc-arch.el (vc-arch-diff):
10946 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10947 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10948 * vc-git.el (vc-git-registered, vc-git-working-revision)
10949 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10950 (vc-git--empty-db-p):
10951 * vc-hooks.el (vc-user-login-name):
10952 * vc-svn.el (vc-svn-registered, vc-svn-state)
10953 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10954 * progmodes/grep.el (grep-probe): Let-bind
10955 `process-file-side-effects' with nil.
10956
10957 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10958
10959 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10960 daemon. Replace ping by checking for running service for bluez
10961 and zeroconf. (Bug#4239)
10962
10963 2009-08-25 Kevin Ryde <user42@zip.com.au>
10964
10965 * net/dig.el (dig): Add autoload cookie.
10966
10967 2009-08-25 Glenn Morris <rgm@gnu.org>
10968
10969 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10970 load-history for absolute file-names.
10971 (byte-compile-file-form-require): Warn about use of the cl package.
10972
10973 * format.el (format-alist): Doc fix.
10974
10975 * play/bubbles.el (top-level): Don't require cl at run-time.
10976
10977 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10978 run-time cl).
10979
10980 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10981
10982 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10983 from cl package.
10984 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10985
10986 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10987
10988 * calc/calc-alg.el (math-trig-rewrite)
10989 (math-hyperbolic-trig-rewrite): New functions.
10990 (calc-simplify): Simplify trig functions when asked.
10991
10992 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10995
10996 2009-08-24 Kenichi Handa <handa@m17n.org>
10997
10998 * language/ind-util.el (mapthread): Delete it.
10999 (combinatorial): New function.
11000 (indian--puthash-cv): Use combinatorial instead of mapthread.
11001
11002 2009-08-22 Kevin Ryde <user42@zip.com.au>
11003
11004 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11005 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11006 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11007 Clarify docstring that the value is strings not symbols.
11008 (checkdoc-list-of-strings-p): New function.
11009
11010 2009-08-22 Glenn Morris <rgm@gnu.org>
11011
11012 * files.el (auto-mode-alist):
11013 * hippie-exp.el (he-concat-directory-file-name):
11014 * lpr.el (lpr-windows-system, printer-name):
11015 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11016 * ps-print.el (ps-windows-system):
11017 * startup.el (command-line):
11018 * emulation/viper-ex.el (viper-glob-function):
11019 * international/mule-cmds.el (set-language-environment-coding-systems):
11020 * net/ange-ftp.el (ange-ftp-write-region):
11021 * obsolete/fast-lock.el (fast-lock-cache-name):
11022 Remove code for defunct system-types emx, macos, mswindows, next-mach,
11023 unisoft-unix, vax-vms, win32, w32.
11024
11025 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11026 given name if the pattern is not more specific.
11027
11028 * calendar/lunar.el (lunar-phase-names): New option.
11029 (lunar-phase): Doc fix.
11030 (lunar-cycles-per-year): New constant.
11031 (lunar-index): New function.
11032 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11033 (lunar-phase-name): Use lunar-phase-names.
11034 (calendar-lunar-phases): Use format.
11035 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11036
11037 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11038 Copy imenu-example--name-and-position function here for own use.
11039 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11040
11041 * bs.el (bs--redisplay):
11042 * cus-edit.el (custom-redraw):
11043 * ibuffer.el (ibuffer-bury-buffer):
11044 * server.el (server-goto-line-column):
11045 * startup.el (command-line-1):
11046 * strokes.el (strokes-xpm-for-stroke):
11047 * term.el (term-display-buffer-line):
11048 * view.el (View-goto-line):
11049 * calc/calc.el (calc-do, calc-trail-buffer):
11050 * play/gamegrid.el (gamegrid-add-score-insecure):
11051 * progmodes/ada-mode.el (ada-compile-goto-error):
11052 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11053 (ebrowse-select-1st-to-9nth):
11054 * progmodes/cperl-mode.el (cperl-time-fontification):
11055 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11056 * progmodes/gud.el (gud-display-line):
11057 (idlwave-shell-display-line):
11058 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11059 * progmodes/make-mode.el (makefile-browser-toggle):
11060 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11061 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11062 * textmodes/picture.el (picture-draw-rectangle):
11063 * textmodes/reftex-index.el (reftex-index-goto-letter):
11064 (reftex-select-jump-to-previous):
11065 * textmodes/reftex-sel.el (reftex-find-start-point)
11066 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11067 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11068 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11069 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11070 * textmodes/two-column.el (2C-associated-buffer):
11071 Use forward-line rather than goto-line.
11072
11073 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11074 goto-line.
11075
11076 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11077 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11078 (quick-check-list-to-regexp): Declare.
11079
11080 * progmodes/make-mode.el (makefile-browser-insert-selection):
11081 Use goto-char rather than goto-line.
11082
11083 * progmodes/prolog.el (compilation-error-regexp-alist)
11084 (compilation-forget-errors): Declare.
11085
11086 2009-08-22 Juri Linkov <juri@jurta.org>
11087
11088 * progmodes/grep.el (lgrep, rgrep): At the beginning
11089 set `dir' to `default-directory' unless `dir' is a non-nil
11090 readable directory. (Bug#4052)
11091 (lgrep, rgrep): Change a weird way to report an error
11092 from using `read-string' to using `error'.
11093 Instead of using interactive arguments in the function body,
11094 add new argument `confirm'.
11095
11096 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * textmodes/remember.el (remember-buffer):
11099 * progmodes/cperl-mode.el (cperl-vc-header-alist):
11100 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11101 (icalendar-extract-ical-from-buffer):
11102 * net/newst-treeview.el (newsticker-groups-filename):
11103 * net/newst-backend.el (newsticker-cache-filename):
11104 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11105 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11106 (speedbar-add-ignored-path-regexp, speedbar-line-path)
11107 (speedbar-buffers-line-path, speedbar-path-line)
11108 (speedbar-buffers-line-path):
11109 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11110 (epg-sign-keys):
11111 * epa.el (epa-display-verify-result):
11112 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11113
11114 2009-08-21 Glenn Morris <rgm@gnu.org>
11115
11116 * progmodes/js.el (inferior-moz-process): Fix declaration.
11117
11118 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11119
11120 * obsolete/rnewspost.el (news-mail-reply):
11121 Use goto-char rather than goto-line.
11122
11123 * term/ns-win.el (ns-open-file-select-line):
11124 Use line-beginning-position rather than goto-line.
11125
11126 * apropos.el (apropos-command):
11127 * ehelp.el (electric-helpify):
11128 * printing.el (pr-show-setup):
11129 * strokes.el (strokes-help):
11130 * tutorial.el (tutorial--describe-nonstandard-key)
11131 (tutorial--detailed-help):
11132 * woman.el (woman-mini-help, woman-display-extended-fonts):
11133 * calc/calc-help.el (calc-describe-key):
11134 * emulation/edt.el (edt-electric-helpify):
11135 * international/mule-diag.el (mule-diag):
11136 * play/yow.el (apropos-zippy):
11137 * progmodes/python.el (python-describe-symbol):
11138 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11139 * textmodes/table.el (*table--cell-describe-mode)
11140 (*table--cell-describe-bindings):
11141 Use help-print-return-message rather than the now obsolete alias.
11142
11143 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11144 (calendar-cursor-to-visible-date):
11145 * play/5x5.el (5x5-position-cursor):
11146 * play/decipher.el (decipher):
11147 * play/gomoku.el (gomoku-goto-xy):
11148 * play/landmark.el (lm-goto-xy):
11149 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11150 (mpuz-paint-digit):
11151 Use forward-line, not goto-line.
11152
11153 * mail/rmail.el (rmail-obsolete): Delete custom group.
11154 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11155 (rmail-remote-password, rmail-remote-password-required):
11156 Remove unneeded :set-after and :set properties.
11157
11158 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
11159
11160 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11161
11162 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
11163
11164 * loadup.el: Remove leftover macos code.
11165
11166 * vc-git.el (vc-git-annotate-command): Run asynchronously.
11167 Explicitly pass the date format to git blame so that user local
11168 so that the output format can be parsed.
11169
11170 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
11171
11172 * net/dbus.el (top): Don't check for (getenv
11173 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
11174
11175 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
11176
11177 * log-edit.el (log-edit-strip-single-file-name): New var.
11178 (log-edit-insert-changelog): Use it. Bug#3571
11179
11180 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11181
11182 * subr.el (read-passwd): Use read-key so keypad keys work as well.
11183 Bug#3287
11184
11185 * help.el (help-print-return-message): Rename from
11186 print-help-return-message.
11187
11188 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11189 cvs-mode-map parent hack.
11190 (log-view-mode): Derive from special-mode.
11191
11192 * linum.el (linum-mode): window-size-change-functions is redundant.
11193 Adapt to new window-configuration-change-hook behavior.
11194 (linum-after-size, linum-after-config): Remove.
11195
11196 * imenu.el (imenu-example--name-and-position)
11197 (imenu-example--lisp-extract-index-name)
11198 (imenu-example--create-lisp-index, imenu-example--create-c-index):
11199 Mark as obsolete.
11200
11201 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11202 (inferior-prolog-mode): Use it.
11203 (inferior-prolog-load-file): Reset list of errors.
11204
11205 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11206
11207 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11208
11209 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11210
11211 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
11212
11213 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11214 is running already.
11215
11216 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * subr.el (listify-key-sequence-1): Use normal syntax since those
11219 integers are nowadays always represented by the same (positive) number
11220 on all platforms.
11221 (read-key-empty-map): New const.
11222 (read-key-delay): New var.
11223 (read-key): New function.
11224 (force-mode-line-update): Use with-current-buffer.
11225 (locate-user-emacs-file): Don't forget to abbreviate the file name.
11226 (start-process-shell-command, start-file-process-shell-command):
11227 Discourage the use of command-args.
11228
11229 2009-08-19 Glenn Morris <rgm@gnu.org>
11230
11231 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11232
11233 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * simple.el (choose-completion-string): Don't rely on
11236 minibuffer-completing-file-name and ad-hoc checks to decide whether
11237 to continue completion or not.
11238
11239 * minibuffer.el (minibuffer-hide-completions): New function.
11240 (completion--do-completion): Use it.
11241 (completions-annotations): New face.
11242 (completion--insert-strings): Use it.
11243 (completion-pcm--delim-wild-regex): Add docstring.
11244 (completion-pcm--string->pattern): Add support for 0-width delimiters
11245 in completion-pcm--delim-wild-regex.
11246
11247 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
11248
11249 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11250 Remove unused var `buffer-modified-p'.
11251
11252 * minibuffer.el (completion--do-completion): Move point for the #b001
11253 case as well (bug#4176).
11254 (minibuffer-complete, minibuffer-complete-word): Don't move point.
11255
11256 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11257
11258 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
11259 and :session buses.
11260
11261 2009-08-18 Kenichi Handa <handa@m17n.org>
11262
11263 * international/ucs-normalize.el (ucs-normalize-version):
11264 Change to 1.1.
11265 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11266 (utf-8-hfs): Make it perform normalization on encoding too.
11267
11268 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
11269 (sentence-end-without-space): Delete duplicated chars.
11270 (sentence-end-base): Likewise.
11271
11272 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
11273 (html-mode): Delete duplicated chars from sentence-end-base.
11274
11275 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
11276 (texinfo-mode): Delete duplicated chars from sentence-end-base.
11277
11278 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11279
11280 * files.el (hack-one-local-variable): If the mode function is for
11281 a minor mode, pass it an argument (Bug#4148).
11282
11283 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
11284
11285 * net/tramp.el (tramp-register-completion-file-name-handler):
11286 Check also for (member 'partial-completion completion-styles).
11287
11288 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11291 abbrev (Bug#3943).
11292
11293 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
11294
11295 * progmodes/cperl-mode.el: Merge upstream 6.2.
11296 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11297 (cperl-forward-re): Check cperl-brace-recursing.
11298 (cperl-highlight-charclass): New function.
11299 (cperl-find-pods-heres): Use it.
11300 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11301 (cperl-beautify-regexp-piece): Fix column calculation.
11302 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11303 (cperl-beautify-level): Don't process entire regexp.
11304 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11305 calling man.
11306 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11307 (cperl-init-faces): Build a list in the normal way.
11308
11309 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11310
11311 * calendar/parse-time.el (parse-time-string-chars): Save match
11312 data.
11313
11314 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11317 (sql-product): Use it.
11318 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11319 (sql-set-product): Add completion.
11320 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11321 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11322 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11323 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11324 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11325 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11326 (sql-highlight-db2-keywords): Remove.
11327 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11328 (sql-highlight-product): Use derived-mode-p.
11329 (sql-set-sqli-buffer): Use with-current-buffer.
11330 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11331 Simplify.
11332
11333 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11334
11335 * term.el: Fix commenting convention, turn comments into docstrings.
11336
11337 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11338
11339 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11340
11341 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
11342
11343 * calendar/parse-time.el (parse-time-string-chars): Compute using
11344 character classes, to handle non-ascii characters (Bug#3190).
11345
11346 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11347
11348 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11349 another heredoc if the user adds another < (Bug#3226).
11350
11351 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11352 Don't initialize based on window-system (Bug#4124).
11353
11354 * facemenu.el (facemenu-read-color): Use a completion function
11355 that accepts any defined color, such as RGB triplets (Bug#3677).
11356
11357 * files.el (get-free-disk-space): Change fallback default
11358 directory to /. Expand DIR argument before switching to fallback.
11359 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11360
11361 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * files.el (load-library): Doc fix.
11364
11365 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
11366
11367 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11368 (viper-if-string): Redefine C-s in the minibuffer to insert the last
11369 incremental search string.
11370
11371 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11372 XEmacs.
11373
11374 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11375 (ediff-merge-region-is-non-clash)
11376 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11377 Also check if the job is really a merge job.
11378
11379 * ediff.el (ediff-current-file): New function.
11380
11381 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11382
11383 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11384 conventions.
11385 (js-insert-and-indent): Delete function.
11386 (js-mode-map): Don't bind keys to js-insert-and-indent.
11387 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11388 (js-end-of-defun): Rename from js--end-of-defun.
11389 (js-auto-indent-flag): Delete variable.
11390
11391 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
11392
11393 * progmodes/js.el: Remove proclaim statement.
11394 Defvar which-func-imenu-joiner-function to silence compiler.
11395
11396 * files.el (auto-mode-alist): Use js-mode for .js files.
11397
11398 * progmodes/js2-mode.el: Remove file.
11399
11400 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11401
11402 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11403
11404 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11405
11406 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
11407 Karl Landstrom <karl.landstrom@brgeight.se>
11408
11409 * progmodes/js.el: New file.
11410
11411 2009-08-14 Mark A. Hershberger <mah@everybody.org>
11412
11413 * timezone.el (timezone-parse-date): Add ability to understand ISO
11414 basic format (minimal separators) dates in addition to the
11415 already-supported extended format dates.
11416
11417 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11418
11419 * international/ucs-normalize.el: Add a `coding' file variable.
11420
11421 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11422
11423 2009-08-14 Sam Steingold <sds@gnu.org>
11424
11425 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11426
11427 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11428
11429 * faces.el (help-argument-name): Define it here instead of
11430 help-fns.el, because in daemon mode help-fns.el may be loaded when
11431 faces are still uninitialized (Bug#1078).
11432
11433 * help-fns.el (help-argument-name): Move defface to faces.el.
11434
11435 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11436
11437 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11438 create buffer with a pty but no process so that GDB can make the
11439 inferior the controlling process.
11440
11441 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
11442
11443 * international/ucs-normalize.el: New file.
11444
11445 2009-08-13 Richard Stallman <rms@gnu.org>
11446
11447 * mail/rmail.el (rmail-get-attr-names):
11448 Accept an attribute header that is too short.
11449
11450 * mail/rmail.el (rmail-forget-messages):
11451 Ignore nil elt in rmail-message-vector. Use dotimes.
11452
11453 * progmodes/compile.el (compilation-goto-locus):
11454 Use next-error-move-function.
11455
11456 * simple.el (next-error-move-function): New variable.
11457
11458 2009-08-12 Juri Linkov <juri@jurta.org>
11459
11460 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11461 always non-nil. (Bug#4052)
11462
11463 * replace.el (read-regexp): Return empty string when
11464 `default-value' is nil.
11465 (keep-lines-read-args): Don't use empty string as the
11466 default value for `read-regexp'. (Bug#2495)
11467
11468 2009-08-12 Juri Linkov <juri@jurta.org>
11469
11470 * international/mule-cmds.el (ucs-insert): Change arguments
11471 from `arg' to `character', `count', `inherit' to be the same
11472 as in `insert-char'. Doc fix. (Bug#4039)
11473
11474 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11475
11476 2009-08-12 Juri Linkov <juri@jurta.org>
11477
11478 * files-x.el: New file.
11479
11480 * files.el: Move code that deals with adding/deleting
11481 file/directory-local variables to files-x.el.
11482
11483 * Makefile.in (ELCFILES): Add files-x.elc.
11484
11485 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11486
11487 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11488 to use `goto-line'.
11489 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11490 `goto-line'.
11491 (gdb-invalidate-disassembly): Do not refresh upon receiving
11492 'update signal. Instead, update all disassembly buffers only after
11493 threads list.
11494 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11495 (gdb-starting): Moved -data-list-register-names...
11496 (gdb-stopped): ...here so it's sent when first thread stops.
11497 (gdb-registers-handler-custom): Do nothing if register names are
11498 unknown yet.
11499
11500 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11501 from `gdb-mi.el' to avoid extra tangling.
11502
11503 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11504 change which breaks `gud-def' definitions used in `gdb'.
11505 (gdb-update-gud-running): No extra fuss for updating frame number.
11506
11507 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11510 (describe-language-environment-map, setup-language-environment-map)
11511 (set-coding-system-map): Move initialization into declaration.
11512 (set-language-info-alist): Last arg to define-key-after can be skipped.
11513
11514 * international/quail.el (quail-completion-1): Simplify.
11515 (quail-define-rules): Use slightly more compact code.
11516 (quail-insert-decode-map): Propertize keys, compact columns.
11517
11518 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11519 Add goto-line.
11520
11521 2009-08-10 Miles Bader <miles@gnu.org>
11522
11523 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11524 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11525 (js2-instance-member, js2-private-member, js2-private-function-call)
11526 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11527 (js2-magic-paren, js2-external-variable):
11528 Remove "-face" suffix from face names.
11529 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11530 (js2-highlight-undeclared-vars, js2-peek-token)
11531 (js2-parse-function-params, js2-mode-show-errors)
11532 (js2-mode-show-warnings, js2-make-magic-delimiter)
11533 (js2-mode-highlight-magic-parens): Update to use new face names.
11534
11535 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11536
11537 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11538 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11539
11540 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11541
11542 * subr.el: Provide hashtable-print-readable.
11543
11544 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11545 hs-c-like-adjust-block-beginning.
11546 (hs-hide-block-at-point): Stop hiding at the beginning of
11547 hs-block-end-regexp (Bug#700).
11548
11549 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11550
11551 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11552 a macro.
11553 (gdb-registers-handler-custom): Do not fail when register names
11554 are unavailable.
11555
11556 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11557
11558 * progmodes/gdb-mi.el (gdb-control-all-threads)
11559 (gdb-control-current-thread): Interactive setters for
11560 `gdb-gud-control-all-threads' to use in menu.
11561 (gdb-show-run-p): Show «Go» when process is not active.
11562 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
11563 gud/thread.xpm and gud/all.xpm.
11564
11565 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11566
11567 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11568 (nslookup-font-lock-keywords): Make it a variable.
11569 (net-utils-mode): New mode for viewing diagnostic network output.
11570 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11571 (net-utils-run-simple): New function.
11572 (ifconfig, iwconfig, netstat, arp, route): Use it.
11573
11574 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11575
11576 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11577 (gdb-memory-set-address, def-gdb-set-positive-number)
11578 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11579 after changing settings.
11580 (gdb-invalidate-disassembly): Update when first shown.
11581 (gdb-edit-locals-value): Fixed.
11582 (gdb-registers-handler-custom): Print registers in right order and
11583 allow changing register values (only for current thread yet).
11584 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11585 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11586 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11587 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
11588 info in mode name.
11589 (gdb-registers-mode-map): TAB to switch to locals.
11590
11591 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11592
11593 * mail/rmail.el (rmail-add-mbox-headers)
11594 (rmail-set-message-counters-counter): Search for
11595 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11596
11597 2009-08-08 Glenn Morris <rgm@gnu.org>
11598
11599 * Makefile.in (ELCFILES): Update.
11600
11601 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11602
11603 * mail/sendmail.el (mail-yank-original): Set
11604 buffer-file-coding-system from the one used by the message whose
11605 text is yanked.
11606
11607 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11608 to "windows" when "pgnuplot" is used.
11609 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
11610 call accept-process-output if "pgnuplot" is used.
11611 (calc-graph-init): Don't send -display and -geometry to
11612 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11613 running "pgnuplot -V" with shell-command-to-string.
11614
11615 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11616 the default.
11617
11618 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11619
11620 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11621 org/org-latex.elc.
11622
11623 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11624
11625 * vc-dispatcher.el (vc-resynch-window): Update comment.
11626
11627 * term.el (term-handle-ansi-escape): Add comments with the
11628 terminfo capabilities implemented.
11629
11630 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11631
11632 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11633 (gdb-var-create-handler): Rewritten using JSON parser.
11634 (gdb-propertize-header): Moved earlier.
11635 (gdb-set-header): Removed to avoid duplication.
11636 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11637 Refresh disassembly buffers only after threads list have been
11638 update.
11639 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11640 variables.
11641
11642 2009-08-04 Juri Linkov <juri@jurta.org>
11643
11644 * files.el: Commands to add/delete file/directory-local variables.
11645 (read-file-local-variable, read-file-local-variable-value)
11646 (read-file-local-variable-mode, modify-file-local-variable)
11647 (modify-file-local-variable-prop-line)
11648 (modify-dir-local-variable): New functions.
11649 (add-file-local-variable, delete-file-local-variable)
11650 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11651 (add-dir-local-variable, delete-dir-local-variable)
11652 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11653 (copy-dir-locals-to-file-locals-prop-line): New commands.
11654
11655 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11656
11657 * abbrev.el (insert-abbrev-table-description): Prettify output.
11658 Suggested by Karl Chen.
11659
11660 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11661
11662 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11663 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11664 (gdb-overlay-arrow-position, gdb-thread-position)
11665 (gdb-disassembly-position): Declare variables.
11666 (gdb-wait-for-pending): Function now.
11667 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11668 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11669 compilation goes smoothly.
11670 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11671 (gdb-non-stop-setting): New customization setting which replaces
11672 `gdb-non-stop' so changing it doesn't break active GDB session.
11673 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11674 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11675 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11676 (gdb-show-threads-by-default): New customization options.
11677 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11678 routines.
11679 (gdb-get-buffer-create): Send buffers update signal when they are
11680 created.
11681 (gdb-invalidate-locals, gdb-invalidate-registers)
11682 (gdb-invalidate-breakpoints)
11683 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11684 (gdb-invalidate-memory): Accept update signal.
11685 (gdb-current-context-command): Use --frame option.
11686 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11687 Implement `gdb-frame-number' selection logic.
11688 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11689 whether to show GUD toolbar buttons.
11690 (gdb-thread-exited): Unselect current thread when it exits.
11691 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11692 (gdb-mark-line): Routine which sets overlay arrow or inverses
11693 video on fringeless displays.
11694 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11695 to build aligned columns of data in GDB buffers and set text
11696 properties line-by-line.
11697 (gdb-invalidate-breakpoints)
11698 (gdb-breakpoints-list-handler-custom)
11699 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11700 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11701 (gdb-registers-handler-custom): Align data columns.
11702 (gdb-locals-handler-custom): Now prints data like in variable
11703 declarations.
11704 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11705 Removed confusing buttons.
11706 (gdb-invalidate-threads): Append --frame.
11707 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11708 between breakpoints/threads buffers.
11709 (gdb-set-window-buffer): Now can ignore dedicated windows.
11710 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11711 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11712 (def-gdb-thread-buffer-gud-command): Replaces
11713 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11714 for fine thread control.
11715 (gdb-preempt-existing-or-display-buffer): New function used to
11716 display bound buffers without breaking window layout.
11717 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11718 (gdb-select-frame): New version of `gdb-frames-select' which now
11719 sets `gdb-frame-number' so commands may use --frame option instead
11720 of inner debugger state.
11721 (gdb-frame-handler): Do not set `gdb-frame-number'.
11722 (gdb-threads-mode-map): Select threads with mouse.
11723
11724 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11725 avoid compilation warning.
11726 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11727 `gdb-show-stop-p`.
11728
11729 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11730 Argument `key' renamed to `buffer-type'.
11731 (gdb-current-context-buffer-name): Do not add thread info to
11732 buffer name when no thread is selected.
11733 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11734 command (bug 3794).
11735 (gdb-thread-selected): Handle `=thread-selected' notification.
11736 (gdb-wait-for-pending): New macro to deal with congestion problems.
11737 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11738 breakpoints.
11739 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11740 This fixes problem similar to one described in bug 3947.
11741 (gud-menu-map): More menu items.
11742 (gdb-init-1): Reset `gdb-thread-number' to nil.
11743
11744 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11745 non-stop settings.
11746
11747 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11748 (gdb-current-context-command): Do not append --thread if
11749 `gdb-thread-number' is nil.
11750 (gdb-running-threads-count, gdb-stopped-threads-count): New
11751 variables.
11752 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11753 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11754 customization options.
11755 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11756 GUD commands.
11757 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11758 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11759 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11760 set `gdb-thread-number' and update `gud-running' properly.
11761 (gdb-running): Update threads list when new threads appear.
11762 (gdb-stopped): Support non-stop operation and new thread switching
11763 logic.
11764 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11765 (gdb-json-partial-output): New set of JSON routines.
11766 (def-gdb-auto-update-trigger): New `signal-list' optional
11767 argument.
11768 (gdb-thread-list-handler-custom): Update `gud-running',
11769 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11770 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11771 (gdb-continue-thread, gdb-step-thread): New commands for fine
11772 thread execution control.
11773 (gud-menu-map): New menu items to switch non-stop options.
11774 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11775 (gdb-send): Mimic RET properly (bug 3794).
11776
11777 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11778 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11779 gdb-buffer-rules.
11780 (def-gdb-auto-update-handler): New nopreserve optional argument.
11781 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11782
11783 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11784 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11785 (gdb-parent-mode): New mode to derive other GDB modes from.
11786 (gdb-display-disassembly-for-thread)
11787 (gdb-frame-disassembly-for-thread): New commands for threads
11788 buffer.
11789
11790 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11791 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11792 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11793 (gdb-update): We now store all GDB buffers in a list so that they
11794 can be updated by traversing a list instead of calling invalidate
11795 triggers explicitly.
11796 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11797 pair for GDB buffer.
11798 (gdb-stack-buffer-name): Add thread information.
11799 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11800 handle pending triggers.
11801 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11802 (def-gdb-thread-buffer-simple-command)
11803 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11804 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11805 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11806 New commands which show buffers bound to thread.
11807 (gdb-stack-list-locals-regexp): Removed unused regexp.
11808
11809 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11810 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11811 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11812 to (gud-comint-buffer) in *-buffer-name functions
11813 because (gdb-get-target-string) already does that.
11814 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11815 (gdb-changed-registers-handler): Rewritten without regexps.
11816
11817 * progmodes/gdb-mi.el: Basic thread selection support.
11818 (gdb-thread-number): New variable.
11819 (gdb-current-context-command): New macro which adds --thread
11820 option to command.
11821 (gdb-threads-mode-map): Select thread with SPC.
11822 (gdb-thread-list-handler-custom): Mark current thread with overlay
11823 arrow. Synchronize GDB thread and Emacs thread.
11824 (gdb-select-thread): New command which selects current thread.
11825 (gdb-invalidate-frames, gdb-invalidate-locals)
11826 (gdb-invalidate-registers): Use --thread option.
11827
11828 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11829
11830 * net/tramp.el (top): Make check for tramp-gvfs loading more
11831 robust. (Bug#3977)
11832 (tramp-handle-insert-file-contents): `unwind-protect' must be
11833 inside `with-parsed-tramp-file-name'.
11834
11835 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11836 fails.
11837
11838 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11839
11840 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11841 directory if CLASSPATH is not set.
11842
11843 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11844
11845 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11846 New defconst.
11847 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11848
11849 2009-08-02 Kevin Ryde <user42@zip.com.au>
11850
11851 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11852 Update freshmeat link. Delete newsforge.com as it seems gone.
11853
11854 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11855
11856 * select.el (x-set-selection): Doc fix (Bug#4021).
11857
11858 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11859
11860 * help-fns.el (describe-variable): Treat list return values from
11861 dir-locals-find-file properly (Bug#4005).
11862
11863 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11864
11865 * net/tramp.el (tramp-debug-message): Print also microseconds.
11866
11867 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11868
11869 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11870 or END is non-nil.
11871 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11872 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11873 format.
11874
11875 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11876 (tramp-get-file-property): Use it.
11877
11878 * autorevert.el (auto-revert-handler): Allow
11879 `auto-revert-tail-mode' for remote files.
11880
11881 2009-08-02 Jason Rumney <jasonr@gnu.org>
11882
11883 * minibuffer.el (read-file-name): Treat confirm options to
11884 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11885
11886 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11887
11888 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11889 (font-lock-variable-name-face, font-lock-constant-face): Darken
11890 the colors for light backgrounds.
11891
11892 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11893
11894 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11895 month names. (Bug#3987)
11896
11897 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11898
11899 * simple.el (line-move-finish): Pass whole number to
11900 line-move-to-column.
11901 (line-move-visual): Perform hscroll to the recorded position.
11902
11903 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11904
11905 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11906
11907 2009-07-29 Alan Mackenzie <acm@muc.de>
11908
11909 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11910
11911 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11912
11913 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11914 (gdb-place-breakpoints): Use full path when setting breakpoints.
11915
11916 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11917
11918 * calc/calc.el (calc-mode-map): Add keybinding for
11919 `calc-transpose-lines'.
11920
11921 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11922
11923 * calc/calc-misc.el (calc-transpose-lines): New function.
11924
11925 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11926
11927 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11928 Simplify check for out-of-band methods.
11929 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11930 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11931
11932 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11933
11934 * vc-git.el (vc-git-checkin): Fix typo.
11935
11936 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11937
11938 * progmodes/js2-mode.el: New file.
11939
11940 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11941
11942 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11943 (gud-menu-map): Adjust tooltip accordingly.
11944
11945 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11946
11947 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11948 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11949
11950 * add-log.el (change-log-mode-map): Add a menu.
11951
11952 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11953
11954 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11955 function returns nil.
11956 (dbus-handle-event): Handle special return value :ignore.
11957 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11958
11959 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11960
11961 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11962 it's not needed.
11963
11964 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11965
11966 Fix Bug#3888:
11967
11968 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11969
11970 * term/pc-win.el (x-display-name, x-colors)
11971 (x-select-enable-clipboard, x-select-text): Doc fix.
11972
11973 * term/common-win.el (x-display-name, x-colors): Doc fix.
11974
11975 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11976 (xw-defined-colors): Doc fix.
11977
11978 * w32-fns.el (x-select-text, x-setup-function-keys)
11979 (x-get-selection, x-set-selection): Doc fix.
11980
11981 * term/x-win.el (x-select-text, x-setup-function-keys)
11982 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11983
11984 * select.el (x-set-selection): Doc fix.
11985
11986 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11987
11988 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11989 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11990 "IsNSSSupportAvailable" method is not available. Reported by
11991 Steve Youngs <steve@sxemacs.org>.
11992
11993 2009-07-24 Kenichi Handa <handa@m17n.org>
11994
11995 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11996 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11997 (build-unicode-category-table): Fix range checks.
11998
11999 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12000
12001 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12002 the buffer we try to sync is current when calling
12003 vc-resynch-buffer.
12004
12005 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12006 not show up to date files.
12007
12008 2009-07-24 Glenn Morris <rgm@gnu.org>
12009
12010 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12011 Add autoload cookies. If necessary, initialize.
12012 (elint-log): Handle non-file buffers.
12013 (elint-initialize): Add optional argument to reinitialize.
12014 (elint-find-builtin-variables): Save excursion.
12015
12016 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12017
12018 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12019 for Lint.
12020
12021 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12022
12023 * vc.el (vc-print-log-internal): New function, split out from ...
12024 (vc-print-log): ... here.
12025 (vc-dir-move-to-goal-column): Declare.
12026
12027 * vc-git.el (vc-git-add-signoff): New variable.
12028 (vc-git-checkin): Use it.
12029 (vc-git-toggle-signoff): New function.
12030 (vc-git-extra-menu-map): Bind it to menu.
12031 (vc-git--run-command-string): Accept a nil FILE argument.
12032 (vc-git-stash-list): New function.
12033 (vc-git-dir-extra-headers): Use it.
12034
12035 2009-07-23 Glenn Morris <rgm@gnu.org>
12036
12037 * help-fns.el (describe-variable): Describe ignored and risky local
12038 variables in a similar way to that in which we describe safe ones.
12039
12040 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12041 (byte-compile-output-file-form, byte-compile-output-docform)
12042 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12043 Give some more local variables with common names a "bytecomp-" prefix,
12044 so as not to shadow things during compilation.
12045 * emacs-lisp/cl-macs.el (load-time-value)
12046 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12047 `outbuffer' to `bytecomp-outbuffer'.
12048
12049 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12050 since the next two variables cover them automatically now.
12051 (elint-builtin-variables, elint-autoloaded-variables): New.
12052 (elint-unknown-builtin-args): Remove all members, since they can be
12053 parsed automatically now.
12054 (elint-extra-errors): New.
12055 (elint-env-add-env, elint-env-add-macro): Use cadr.
12056 (elint-current-buffer): Use or. Change final message.
12057 (elint-get-top-forms): Use line-end-position.
12058 (elint-init-env): Use cadr. Handle autoload, declare-function,
12059 and defalias.
12060 (elint-add-required-env): Doc fix. Use or. Standardize error.
12061 (regexp-assoc): Remove unused function.
12062 (elint-top-form): Set elint-current-pos, to record the start of the
12063 top-level form, for compilation-mode.
12064 (elint-form): Trap errors in macro expansion. Use dolist.
12065 (elint-unbound-variable): Use elint-builtin-variables and
12066 elint-autoloaded-variables.
12067 (elint-get-args): Use cadr, or.
12068 (elint-check-cond-form): Use dolist, cadr.
12069 (elint-check-condition-case-form): Doc fix. Use cadr.
12070 Use elint-extra-errors.
12071 (elint-log): New function.
12072 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12073 Distinguish errors and warnings.
12074 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12075 Use a bytecomp-style format.
12076 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12077 (elint-get-log-buffer): Use compilation mode. Disable undo.
12078 Don't truncate lines.
12079 (elint-initialize): Set builtin and autoloaded variable lists.
12080 Only process elint-unknown-builtin-args if non-nil.
12081 (elint-find-builtin-variables, elint-find-autoloaded-variables):
12082 New functions.
12083 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
12084
12085 2009-07-22 Kevin Ryde <user42@zip.com.au>
12086
12087 * net/newst-backend.el (newsticker--parse-atom-1.0)
12088 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12089 (newsticker--parse-rss-1.0):
12090 * progmodes/idlwave.el (idlwave-mode):
12091 * progmodes/idlw-shell.el (idlwave-shell-mode):
12092 * progmodes/vera-mode.el (vera-mode):
12093 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12094 * progmodes/vhdl-mode.el (vhdl-mode):
12095 * textmodes/table.el (table-generate-source)
12096 (table--warn-incompatibility):
12097 Hyperlink urls in docstrings with URL `...'.
12098
12099 2009-07-22 Glenn Morris <rgm@gnu.org>
12100
12101 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12102 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12103 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12104 Remove leading * from defcustom docs.
12105
12106 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
12107
12108 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12109 defcustom doc.
12110 (list-load-path-shadows): Optionally, just return shadows as a string.
12111
12112 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12113
12114 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
12115
12116 * mail/rmailedit.el (rmail-edit-mode): Use
12117 auto-save-include-big-deletions.
12118
12119 * mail/rmail.el (rmail-variables): Use
12120 auto-save-include-big-deletions.
12121
12122 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12123 changes.
12124
12125 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
12126
12127 * calc/calc.el (calc-undo-length): New variable.
12128 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12129
12130 2009-07-21 Richard Stallman <rms@gnu.org>
12131
12132 * files.el (auto-save-mode): Handle buffer-save-size = -2
12133 for toggling mode.
12134
12135 2009-07-21 Glenn Morris <rgm@gnu.org>
12136
12137 * textmodes/ispell.el (ispell-looking-back): Update declaration.
12138
12139 * calendar/todo-mode.el (calendar-current-date): Update declaration.
12140
12141 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12142 silence compiler. Instead...
12143 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12144 (ps-print-ensure-fontified): Update for above function name changes.
12145
12146 * printing.el (pr-mh-get-msg-num, pr-mh-show)
12147 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12148 silence compiler. Instead...
12149 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12150 (mh-show-buffer): Only define for compiler.
12151 (pr-mh-current-message): Update for above function name changes.
12152
12153 * files.el (abort-if-file-too-large): Explicitly pass `filename'
12154 as an argument.
12155 (find-file-noselect, insert-file-1): Update for above change.
12156
12157 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12158
12159 * mail/mailclient.el (mailclient-send-it): Fix message.
12160
12161 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12162 (edebug-eval): Check cl-debug-env is bound.
12163 (print-level, print-circle): Don't redefine built-in variables.
12164
12165 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12166 (custom-print-vectors): Remove old comments from doc.
12167
12168 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12169 (emerge-version): Make the variable an obsolete alias for the
12170 emacs-version variable. Make the function obsolete.
12171 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12172 Emerge options, rather than merging in into the main Options menu.
12173 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
12174 and auto advance modes. Disable edit/fast items when not relevant.
12175
12176 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12177
12178 * term/vt420.el (terminal-init-vt420): Fix typo.
12179
12180 2009-07-20 Sam Steingold <sds@gnu.org>
12181
12182 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12183 variable (removed from compile.el on 2004-03-11).
12184
12185 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
12186
12187 * files.el (hack-local-variables-filter): Fix last change.
12188
12189 2009-07-19 Juri Linkov <juri@jurta.org>
12190
12191 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12192 (dir-local-variables-alist): New buffer-local variable.
12193 (hack-local-variables-filter): If variable is not dir-local,
12194 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12195 because file-local overrides dir-local.
12196 (c-postprocess-file-styles) <declare-function>:
12197 Remove obsolete declaration.
12198 (hack-dir-local-variables): Add dir-local variable/value pair to
12199 `dir-local-variables-alist' and remove duplicates. Doc fix.
12200
12201 * help-fns.el (describe-variable): Add information about
12202 file-local and dir-local variables.
12203
12204 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
12205
12206 * files.el (hack-local-variables-filter): Rewrite.
12207
12208 2009-07-19 Glenn Morris <rgm@gnu.org>
12209
12210 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12211 Silence compiler by only defining on XEmacs.
12212
12213 * international/mule.el (auto-coding-regexp-alist): Only match
12214 BABYL... at the start of buffer, not of lines. (Bug#3790)
12215
12216 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12217 non-calendar buffers (Bug#3862). Restore "not on a date" message.
12218 (cal-menu-context-mouse-menu): Doc fix.
12219
12220 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12221
12222 * simple.el (mail-user-agent): Doc fix. Set :version tag.
12223
12224 2009-07-18 Juri Linkov <juri@jurta.org>
12225
12226 * info.el: Virtual Info keyword finder.
12227 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12228 (Info-finder-file): New variable.
12229 (Info-finder-find-file): New function.
12230 (finder-known-keywords, finder-package-info)
12231 (find-library-name, lm-commentary): Use defvar and
12232 declare-function to silence compiler warnings.
12233 (Info-finder-find-node): New function.
12234 (info-finder): New command.
12235
12236 * subr.el (process-kill-buffer-query-function): New function.
12237 (add-hook)<kill-buffer-query-functions>: Add hook
12238 `process-kill-buffer-query-function'.
12239
12240 2009-07-18 Alan Mackenzie <acm@muc.de>
12241
12242 * progmodes/cc-mode.el (c-before-hack-hook)
12243 (c-postprocess-file-styles): Give invocation of `c-set-style'
12244 DONT-OVERRIDE parameter of t. Already set style variables will
12245 thus not be overridden by style settings given by `c-file-syle'.
12246
12247 * files.el (hack-local-variables-filter): Remove entries with
12248 duplicate keys from `file-local-variables-alist'.
12249
12250 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12251
12252 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12253 x-set-selection if display-selections-p returns nil for the
12254 current frame.
12255
12256 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
12257
12258 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12259
12260 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12261
12262 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12263 Accept nil in addition to a regexp.
12264 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12265 Accept nil in addition to a regexp.
12266 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12267 buffers that have an associated file. Handle nil values of
12268 desktop-buffers-not-to-save and desktop-files-not-to-save.
12269 (Bug#3833)
12270
12271 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12272 (x-disown-selection-internal): New functions.
12273
12274 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
12275
12276 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12277 warning.
12278 (gdb-breakpoints-header): Move forward to avoid compiler warning.
12279 (gdb-make-header-line-mouse-map): Remove duplicate definition.
12280
12281 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
12282
12283 * simple.el (set-mark): Revert last change.
12284
12285 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
12286
12287 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12288 rendering of pngs is not possible instead of messaging a long
12289 description.
12290
12291 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
12292
12293 * w32-fns.el (x-selection-owner-p): New function.
12294
12295 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12296 (mouse-yank-at-click, mouse-yank-primary): If
12297 select-active-regions is non-nil, deactivate the mark before
12298 insertion.
12299
12300 * simple.el (deactivate-mark, set-mark): Only save selection if we
12301 own it.
12302
12303 2009-07-17 Kenichi Handa <handa@m17n.org>
12304
12305 * case-table.el (describe-buffer-case-table): Fix for the case
12306 that KEY is a cons.
12307
12308 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12309
12310 * vc-rcs.el (vc-rcs-find-file-hook):
12311 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12312
12313 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
12314
12315 * net/tramp.el (tramp-wait-for-output): Handle the case when
12316 commands do not return a newline but a null byte before the shell
12317 prompt. (Bug#3858)
12318
12319 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12320
12321 * term/ns-win.el (ns-set-alpha): Don't declare.
12322 (ns-set-background-alpha): Remove function.
12323
12324 2009-07-16 Kevin Ryde <user42@zip.com.au>
12325
12326 * emacs-lisp/copyright.el (copyright-update): Save match-data across
12327 y-or-n-p, for safety.
12328
12329 2009-07-16 Richard Stallman <rms@gnu.org>
12330
12331 * files.el (auto-save-mode): If buffer-saved-size is -2,
12332 don't clobber it.
12333
12334 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12335 (rmail-retry-ignored-headers): Add more uninteresting fields.
12336
12337 2009-07-15 Jari Aalto <jari.aalto@cante.net>
12338
12339 * net/rcirc.el (rcirc): Use history variables.
12340 (rcirc-server-name-history, rcirc-nick-name-history)
12341 (rcirc-server-port-history): New variables.
12342
12343 2009-07-15 Kenichi Handa <handa@m17n.org>
12344
12345 * international/mule-cmds.el (set-language-environment-charset):
12346 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12347 ignore them.
12348
12349 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12350 Delete unibyte-display.
12351
12352 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12353
12354 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12355
12356 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12357
12358 * simple.el (deactivate-mark): Optional argument FORCE.
12359 (set-mark): Use deactivate-mark.
12360
12361 * info.el (Info-search): No need to check transient-mark-mode
12362 before calling deactivate-mark.
12363
12364 * select.el (x-set-selection): Doc fix.
12365 (x-valid-simple-selection-p): Allow buffer values.
12366 (xselect--selection-bounds): Handle buffer values. Suggested by
12367 David De La Harpe Golden.
12368
12369 * mouse.el (mouse-set-region, mouse-drag-track): Call
12370 copy-region-as-kill before setting the mark, to let
12371 select-active-regions work.
12372
12373 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
12374
12375 * simple.el (deactivate-mark): If select-active-regions is
12376 non-nil, copy the selection data into a string.
12377 (activate-mark): If select-active-regions is non-nil, set the
12378 selection to the current buffer.
12379 (set-mark): Update selection if select-active-regions is non-nil.
12380
12381 * select.el (x-valid-simple-selection-p): Allow buffer values.
12382
12383 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12386 and more featureful message-mode.
12387
12388 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
12389
12390 * select.el (x-set-selection): Doc fix.
12391 (x-valid-simple-selection-p): Disallow selection data consisting
12392 of a list or cons of integers, since that is not used.
12393 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12394 (xselect-convert-to-string, xselect-convert-to-length)
12395 (xselect-convert-to-filename, xselect-convert-to-charpos)
12396 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12397
12398 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12399
12400 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12401 output in -break-info command (Emacs bug #3794).
12402
12403 2009-07-14 Glenn Morris <rgm@gnu.org>
12404
12405 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12406 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12407 (edebug-print-length, edebug-print-level, edebug-print-circle)
12408 (edebug-sit-for-seconds, edebug-view-outside)
12409 (edebug-bounce-point, edebug-set-global-break-condition)
12410 (edebug-Go-nonstop-mode, edebug-trace-mode)
12411 (edebug-Trace-fast-mode, edebug-continue-mode)
12412 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12413 (edebug-visit-eval-list): Doc fixes.
12414
12415 * subr.el (def-edebug-spec): Doc fix.
12416
12417 2009-07-14 Kenichi Handa <handa@m17n.org>
12418
12419 * international/characters.el: Fix setting of category ?C.
12420
12421 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12422
12423 * term/ns-win.el (x-select-font): defalias x-select-font to
12424 ns-popup-font-panel instead of generate-fontset-menu.
12425
12426 2009-07-12 Eli Zaretskii <eliz@gnu.org>
12427
12428 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
12429
12430 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12431
12432 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12433 the PK\003\004 header (Bug#3770).
12434
12435 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12436
12437 * pcomplete.el (pcomplete-comint-setup): Check for
12438 shell-dynamic-complete-filename too.
12439
12440 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
12441
12442 * simple.el (temporary-goal-column): Change the value for
12443 line-move-visual to a cons cell.
12444 (line-move-visual): Record or set the window hscroll, if
12445 necessary (Bug#3494).
12446 (line-move-1): Handle cons value of temporary-goal-column.
12447
12448 2009-07-11 Kenichi Handa <handa@m17n.org>
12449
12450 * international/mule-diag.el (describe-character-set): Don't show
12451 width.
12452
12453 2009-07-10 Sam Steingold <sds@gnu.org>
12454
12455 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12456 Omake sometimes indents the errors it prints, so allow all
12457 regexps to start with spaces.
12458
12459 2009-07-10 Eli Zaretskii <eliz@gnu.org>
12460
12461 * cus-edit.el (customize-changed-options-previous-release):
12462 Bump value to 22.1. (Bug#3804)
12463
12464 2009-07-08 Sam Steingold <sds@gnu.org>
12465
12466 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12467 to be a cons cell (test . ignored-directory) to selectively ignore
12468 some directories depending on the location of the search.
12469
12470 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12471
12472 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12473 remote user is root, on the local host.
12474 (tramp-local-host-p): Either the local user or the remote user
12475 must be root. (Bug#3771)
12476
12477 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * progmodes/gdb-mi.el (gdb): Remove description of
12480 gdb-use-separate-io-buffer.
12481 (menu): Don't allow toggling of or enable
12482 gdb-use-separate-io-buffer from menubar.
12483
12484 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12485
12486 * mail/unrmail.el (unrmail): Make sure the message ends with two
12487 newlines (Bug#3769).
12488
12489 2009-07-08 Glenn Morris <rgm@gnu.org>
12490
12491 * calendar/calendar.el (calendar-current-date): Rework previous change.
12492
12493 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12494
12495 * calendar/calendar.el (calendar-current-date):
12496 Add an optional argument giving an offset from today.
12497
12498 2009-07-08 Glenn Morris <rgm@gnu.org>
12499
12500 * tutorial.el (tutorial--describe-nonstandard-key):
12501 Adjust the message for when a key has been unbound.
12502 (help-with-tutorial): Hide the arch-tag.
12503
12504 2009-07-08 Kenichi Handa <handa@m17n.org>
12505
12506 * international/fontset.el (setup-default-fontset): For each
12507 script, append (not set) font-specs.
12508
12509 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12510 docstring.
12511
12512 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12513
12514 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12515 -data-list-register-names to ...
12516 (gdb-starting): ... here because GDB 7.0 requires execution to
12517 have started when using this MI command.
12518 (gdb-set-header): New function to distinguish select and
12519 unselected tabs in gdb buffers.
12520 (gdb-propertize-header): New macro that uses gdb-set-header.
12521 (gdb-breakpoints-header, gdb-locals-header): Use it.
12522 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12523
12524 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12525
12526 * Makefile.in (ELCFILES): Remove fadr.elc.
12527
12528 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12529
12530 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12531 may contain frame information, so `string-match' should be used.
12532 (gdb-update): Disassembly is invalidated through
12533 `gdb-get-selected-frame'.
12534 (gdb-pad-string): New function to pad string with spaces.
12535 (gdb-invalidate-disassembly): Invalidate only if the buffer
12536 exists.
12537 (gdb-disassembly-handler-custom): Column alignment.
12538 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12539 placing new ones.
12540 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12541 end of line, too.
12542 (gdb-frame-handler): Match convention to for disassembly buffer
12543 mode name.
12544 (gdb-stack-list-frames-handler): Rewritten without regexps.
12545 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12546 not highlight breakpoints without line information.
12547 (gdb-input): Add trailing newline to command.
12548
12549 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12550 buffer properly.
12551 (gdb-breakpoints-list-handler-custom): Replacement for
12552 `gdb-break-list-handler'. Using real parser instead of regexps
12553 now.
12554 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12555 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12556 to place breakpoints.
12557 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12558 functions.
12559 (gdb-disassembly-handler-custom): Show overlay arrow.
12560 (gdb-disassembly-place-breakpoints): Show breakpoints in
12561 disassembly buffer.
12562 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12563 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12564 instead of parsing breakpoints buffer. Fixed old menu references
12565 in `gud-menu-map'.
12566
12567 * fadr.el: Remove.
12568
12569 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12570 (gdb-memory-address): New variable which holds top address of
12571 memory page shown in memory buffer.
12572 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
12573 customization variables.
12574 New functions:
12575 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12576 display the memory buffer.
12577 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12578 buffer display parameters.
12579 (def-gdb-memory-format, gdb-memory-format-binary)
12580 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12581 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12582 Functions for setting memory buffer format.
12583 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12584 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12585 unit size used in memory buffer.
12586 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
12587 to next/previous page of memory buffer.
12588 Now using (bindat-get-field) instead of fadr functions.
12589
12590 2009-07-07 Sam Steingold <sds@gnu.org>
12591
12592 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12593 non-top-level files.
12594
12595 2009-07-07 Kenichi Handa <handa@m17n.org>
12596
12597 * international/mule-cmds.el (reset-language-environment): Put
12598 the highset priority to the charset iso-8859-1.
12599
12600 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12601
12602 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12603 to the end of the line when locating the block (Bug#700).
12604
12605 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12606
12607 * net/tramp.el (tramp-handle-write-region): Flush file properties
12608 in case of short track.
12609
12610 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12611
12612 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12613 Coded custom representation of verilog error regular expressions
12614 to work with Emacs-22's new format.
12615 (verilog-error-regexp-xemacs-alist): Coded custom representation
12616 of verilog error regular expressions to work with XEmacs format.
12617 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12618 error recognition into XEmacs.
12619 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12620 error recognition into Emacs-22.
12621
12622 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12623
12624 * woman.el: Remove stand-alone closing parentheses.
12625 (woman-file-name, woman2-format-paragraphs)
12626 (woman-leave-blank-lines): Code cleanup.
12627 (woman-use-own-frame): Change default to nil.
12628 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
12629 defaults to inherit from default faces.
12630 (woman2-process-escapes): Consume the newline after a stand-alone
12631 filler character (Bug#3651).
12632
12633 2009-07-06 Glenn Morris <rgm@gnu.org>
12634
12635 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12636 (top-level): Move provide to the end.
12637 (ffap): Remove defunct URL from custom group.
12638
12639 * subr.el (eval-after-load): Doc fix.
12640
12641 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12642
12643 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12644 `calc-embedded-word' is called twice.
12645
12646 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12647
12648 * files.el (find-alternate-file-other-window, find-alternate-file):
12649 Obey confirm-nonexistent-file-or-buffer.
12650
12651 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12652
12653 * dired-aux.el (dired-show-file-type): Handle remote files.
12654
12655 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12656
12657 * desktop.el (desktop-globals-to-save):
12658 Add file-name-history (Bug#2750).
12659
12660 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12661
12662 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12663
12664 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12665
12666 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12667 property on entire argument since this is what eshell-lisp-command
12668 expects.
12669
12670 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12671
12672 * net/tramp-gvfs.el (tramp-gvfs-methods)
12673 (tramp-gvfs-zeroconf-domain)
12674 (tramp-bluez-discover-devices-timeout): Add version flag.
12675 (tramp-gvfs-handler-mounted-unmounted)
12676 (tramp-gvfs-connection-mounted-p): Polish handling of
12677 incompatibilities between GVFS 0.2 and 1.0.
12678
12679 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12680
12681 * cus-start.el (all): Add make-pointer-invisible.
12682
12683 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12684
12685 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12686 formatted correctly.
12687
12688 2009-07-02 Juri Linkov <juri@jurta.org>
12689
12690 * info.el: Virtual Info files and nodes.
12691 (Info-virtual-files, Info-virtual-nodes): New variables.
12692 (Info-current-node-virtual): New variable.
12693 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12694 New functions.
12695 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12696 to check for a virtual file instead of checking a fixed list
12697 of node names.
12698 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12699 instead of ad-hoc processing of "dir" and (apropos history toc).
12700 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12701 instead of ad-hoc processing of "dir" and (apropos history toc).
12702 Reread a file when moving from a virtual node.
12703 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12704 (Info-directory-toc-nodes, Info-directory-find-file)
12705 (Info-directory-find-node): New functions.
12706 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12707 (Info-history): Move part of code to
12708 `Info-history-find-node'.
12709 (Info-history-toc-nodes, Info-history-find-file)
12710 (Info-history-find-node): New functions.
12711 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12712 (Info-toc): Move part of code to `Info-toc-find-node'.
12713 (Info-toc-find-node): New function.
12714 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12715 the current Info file name to references because now the node
12716 "*TOC*" belongs to the same Info manual.
12717 (Info-toc-build): Rename from `Info-build-toc'.
12718 (Info-toc-nodes): Rename input argument `file' to `filename'.
12719 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12720 instead of ad-hoc processing of ("dir" apropos history toc).
12721 (Info-index-nodes): Use Info-virtual-file-p
12722 to check for a virtual file instead of checking a fixed list
12723 of node names.
12724 (Info-index-node): Add check for `Info-current-node-virtual'.
12725 Raise `save-match-data' higher up the tree to contain
12726 `search-forward' too (bug fix).
12727 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12728 (Info-virtual-index-nodes): New variable.
12729 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12730 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12731 (Info-apropos-file, Info-apropos-nodes): New variables.
12732 (Info-apropos-toc-nodes, Info-apropos-find-file)
12733 (Info-apropos-find-node, Info-apropos-matches): New functions.
12734 (info-apropos): Move part of code to `Info-apropos-find-node' and
12735 `Info-apropos-matches'.
12736 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12737 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12738 for a virtual file instead of checking a fixed list of node names.
12739
12740 * simple.el (async-shell-command): New command.
12741
12742 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12743
12744 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12745 instead of `mount-info'.
12746
12747 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12748
12749 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12750 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12751
12752 2009-07-02 Kenichi Handa <handa@m17n.org>
12753
12754 * international/mule.el (set-keyboard-coding-system): Force *-unix
12755 coding-system to avoid eol conversion.
12756
12757 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12758
12759 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12760 Add handler for `process-file', `shell-command' and
12761 `start-file-process'.
12762 (tramp-gvfs-handle-shell-command)
12763 (tramp-gvfs-handle-start-file-process)
12764 (tramp-gvfs-handle-process-file): New defuns.
12765 (tramp-synce-list-devices): Simplify check for existence of property.
12766
12767 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12768
12769 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12770
12771 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12772
12773 * language/korean.el (set-language-info-alist): Add korean-cp949,
12774 cp949 to spec.
12775
12776 2009-07-01 Kenichi Handa <handa@m17n.org>
12777
12778 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12779
12780 * international/encoded-kb.el: Deleted.
12781
12782 * international/mule.el (set-keyboard-coding-system): Perform the
12783 necessary setup here instead of calling encoded-kbd-setup-display.
12784
12785 2009-07-01 Glenn Morris <rgm@gnu.org>
12786
12787 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12788
12789 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12790
12791 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12792
12793 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12794
12795 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12796 Handle also the 'rename case, when setting file modes. (Bug#3712)
12797 (tramp-default-file-modes): Remove execute permissions.
12798
12799 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12800 (top): Add a default for "synce" in `tramp-default-user-alist'.
12801 Add completion function for "synce" method.
12802 (tramp-hal-service, tramp-hal-path-manager)
12803 (tramp-hal-interface-manager, tramp-hal-interface-device):
12804 New defconst.
12805 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12806 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12807 New defuns.
12808
12809 * net/trampver.el: Update release number.
12810
12811 2009-06-30 Kenichi Handa <handa@m17n.org>
12812
12813 * international/fontset.el (setup-default-fontset): Add CJK fonts
12814 for symbols and the other miscellaneous characters.
12815
12816 * language/korea-util.el (setup-korean-environment-internal):
12817 Make char-width-table suitable for Korean environments.
12818 (exit-korean-environment): Cancel above.
12819
12820 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12821 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12822 setup-function to make char-width-table suitable for respective
12823 environments, and an exit-function to cancel that.
12824
12825 * language/japan-util.el (setup-japanese-environment-internal):
12826 Call use-cjk-char-width-table with arg `ja_JP'.
12827
12828 * international/characters.el (cjk-char-width-table): Delete it.
12829 (cjk-char-width-table-list): New variable.
12830 (use-cjk-char-width-table): New arg local-name.
12831 (use-default-char-width-table): Fix for the case that Emacs is
12832 already using the default char-width-table.
12833
12834 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12835
12836 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12837 modes mandatory. (Bug#3712)
12838
12839 2009-06-29 Alan Mackenzie <acm@muc.de>
12840
12841 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12842 correction between the visible width of TABs and their number of bytes.
12843
12844 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12845
12846 * server.el (server-buffer-done): Prevent kill-buffer from
12847 prompting by clearing the buffer modification flag (Bug#3696).
12848
12849 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12850
12851 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12852 (verilog-endcomment-reason-re): Support unique case and priority case.
12853 (verilog-basic-complete-re): Support localparam lineup.
12854 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12855 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12856 commenting.
12857 (verilog-leap-to-case-head): Now support *nested* unique &
12858 priority case statements.
12859 (verilog-auto-lineup): Make just declarations the default (as it
12860 had been).
12861 (verilog-leap-to-case-head): Support priority/unique case statements.
12862 (verilog-auto-lineup): Rework to give users radio buttons to
12863 select the various styles of automatic lineup.
12864 (verilog-error-regexp-alist): Rework to support the XEmacs style
12865 of error regular expressions from compilers, lint tools &
12866 simulators. Note that GNU Emacs has made it impossible for a mode
12867 to load such things.
12868 (electric-verilog-terminate-line, verilog-indent-declaration)
12869 (verilog-auto-wiure): Rework for radio button selection of
12870 auto-lineup selection of specification of auto lineup.
12871 (verilog-beg-of-statement-1): Redesign to support proper operation
12872 in additional code, based on testing with auto-lineup.
12873 (verilog-calculate-indent, assignments & declarations)
12874 (verilog-backward-token): Enhance to support auto-lineup of
12875 assignments & declarations.
12876 (verilog-in-directive-p, verilog-at-struct-p): New function for
12877 easy test of whether we are.
12878 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12879 to support safe execution at almost anyline.
12880 (verilog-calc-1): Properly support indenting deep inside generate
12881 blocks.
12882 (verilog-init-font): Remove definition & use of verilog-init-font,
12883 as it is redundant with font-lock-defaults.
12884 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12885 to avoid circular calls if syntax-ppss is a function (as is the
12886 case now in 22.x GNU Emacs) as that function would sometimes call
12887 itself, leading to (nearly) infinite recursion.
12888 (verilog-ovm-begin-re, verilog-ovm-end-re)
12889 (verilog-ovm-statement-re, verilog-leap-to-head)
12890 (verilog-backward-token): Add support for OVM macros. Some are
12891 complete statements, and others open and close scopes like begin
12892 and end.
12893 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12894 (verilog-defun-level-generate-only-re): Really fix the defun-list
12895 compilation issue.
12896 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12897 coverpoint, constraint and cross statements.
12898 (verilog-defun-level-list, verilog-generate-defun-level-list)
12899 (verilog-all-defun-level-list): Redo these specifications - it is
12900 too hard to support eval-when compile aggregation of lists also
12901 built at when-compile time.
12902 (verilog-defun-level-list): Place defconsts of variables used in
12903 building regular expressions which are built in eval-when-compile
12904 bodies in the same eval-when-compile body to facilitate compile
12905 without load.
12906 (verilog-beg-block-re-ordered): Support indenting
12907 virtual/protected tasks and functions.
12908 (verilog-defun-level-list, verilog-in-generate-region-p)
12909 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12910 indentation of some module items (generate items).
12911 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12912 across virtual/protected tasks and functions.
12913
12914 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12915
12916 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12917 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12918 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12919 in concatenations. Reported by Yishay Belkind.
12920 (verilog-auto-ascii-enum): Support one-hot state machines in
12921 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12922 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12923 modport in AUTOINST and add vl-modport for users. Reported by
12924 David Rogoff.
12925 (verilog-auto-inout-module, verilog-auto-inst)
12926 (verilog-decls-get-interfaces, verilog-insert-definition)
12927 (verilog-insert-one-definition, verilog-read-decls)
12928 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12929 (verilog-sig-modport, verilog-signals-combine-bus)
12930 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12931 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12932 Suggested by David Rogoff.
12933 (verilog-repair-open-comma): Fix non-insertion of comma when
12934 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12935 (verilog-make-width-expression): Simplify [A-1:0] expression
12936 widths to just {A{1'b0}}.
12937 (verilog-mode): Cleanup checkdoc warnings.
12938 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12939 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12940 inputs/outputs or data type. Suggested by Vasu Kandadi.
12941 (next-error-last-buffer): Fix byte-compiler warning.
12942 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12943 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12944 or shell command text during AUTO expansion. Suggested by Tad Truex.
12945 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12946 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12947 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12948 in AUTOINOUT. Reported by Matthew Lovell.
12949 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12950 causing use of <= assignments. Reported by Alex Reed.
12951 (verilog-read-decls): Fix triand, trior, wand, wor to be
12952 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12953 (verilog-extended-complete-re): Support import "DPI-C" functions.
12954 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12955 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12956 (verilog-insert-date, verilog-insert-year)
12957 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12958 Windows systems. Reported by Michael Potts.
12959 (verilog-read-module-name): Fix AUTOINST when the child module
12960 declaration's name is a tick define. Reported by Elliot Mednick.
12961 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12962 passed to next parameter's definition. Reported by Bruce T.
12963 (verilog-read-decls): Fix detecting "parameter int" when using
12964 AUTOINSTPARAM. Reported by Bruce T.
12965 (verilog-goto-defun): Fix goto not finding modules unless first
12966 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12967 (verilog-mode): Expand -f flag arguments on entry to mode so
12968 verilog-goto-defun will work. Reported by Lawrence Butcher.
12969 (verilog-getopt): Expand environment variables in -f file
12970 arguments. Suggested by Lawrence Butcher.
12971 (verilog-set-define): Fix "Symbol's value as variable is void"
12972 when reading enumerations.
12973 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12974 Suggested by Stephen Peltan.
12975 (verilog-read-defines): Fix reading of enumerations in include
12976 files. Reported by Steve Peltan.
12977
12978 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12979
12980 * files.el (trash-directory): Fix defcustom type.
12981
12982 2009-06-28 Juri Linkov <juri@jurta.org>
12983
12984 * help-fns.el (describe-function-1): Correctly locate adviced
12985 functions in hyperlink (Bug#2438).
12986
12987 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12988
12989 * files.el (trash-directory): Change default to nil.
12990 (move-file-to-trash): If trash-directory is nil and
12991 system-move-file-to-trash is unbound, perform freedesktop-style
12992 trashing.
12993
12994 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12995
12996 * files.el (move-file-to-trash): Add freedesktop trash
12997 support (Bug#973).
12998
12999 2009-06-28 Glenn Morris <rgm@gnu.org>
13000
13001 * autorevert.el (global-auto-revert-non-file-buffers)
13002 (global-auto-revert-mode): Doc fixes.
13003
13004 2009-06-27 Johan Bockgård <bojohan@gnu.org>
13005
13006 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13007
13008 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
13009
13010 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13011 opened an X connection before calling x-get-resource (Bug#3194).
13012
13013 * play/doctor.el: Remove reference to obsolete website.
13014 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13015
13016 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13017
13018 Remove find-file-not-found-hook VC method. (Bug#2757)
13019 * vc-hooks.el (vc-file-not-found-hook)
13020 (vc-default-find-file-not-found-hook): Remove functions.
13021 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13022 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13023 * vc.el:
13024 * vc-hg.el:
13025 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13026
13027 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13028
13029 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13030 compatibility function for `looking-back'.
13031
13032 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13033 Use `ispell-looking-back'.
13034
13035 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
13036
13037 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13038 rather than `filename'.
13039
13040 2009-06-23 Miles Bader <miles@gnu.org>
13041
13042 * face-remap.el (text-scale-set): New function.
13043
13044 2009-06-23 Glenn Morris <rgm@gnu.org>
13045
13046 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13047
13048 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13049
13050 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13051
13052 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13053
13054 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13055 Simplify Persian conditionals.
13056
13057 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13058 variable `filename'.
13059
13060 * comint.el (comint-insert-input): Doc fix.
13061
13062 * Makefile.in (ELCFILES): Fix typo in previous change.
13063
13064 2009-06-23 Miles Bader <miles@gnu.org>
13065
13066 * cus-start.el: Add entry for `recenter-redisplay'.
13067
13068 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13069
13070 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13071 Add an optional argument for the backend, use it instead of
13072 calling vc-backend.
13073 (vc-mode-line): Add an optional argument for the backend.
13074 Pass the backend to vc-state and vc-working-revision. Move code for
13075 special handling for vc-state being a buffer to ...
13076
13077 * vc-rcs.el (vc-rcs-find-file-hook):
13078 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13079
13080 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13081 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13082 vc-stay-local-p and vc-mode-line calls.
13083
13084 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13085 (vc-cvs-diff, vc-cvs-annotate-command)
13086 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13087 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13088 vc-mode-line calls.
13089
13090 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13091 direct comparison.
13092 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13093 backend when calling vc-mode-line.
13094 (vc-register): Do not create a closure for calling the vc register
13095 function, call it directly.
13096
13097 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13098
13099 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13100 to make it obvious item can be clicked.
13101
13102 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13103
13104 2009-06-23 Kenichi Handa <handa@m17n.org>
13105
13106 * language/korea-util.el (korean-key-bindings): Change the binding
13107 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
13108 same command.
13109
13110 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
13111
13112 Sync with Tramp 2.1.16.
13113
13114 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13115
13116 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
13117 when a loading of a package fails. Completion function for rsync
13118 is `tramp-completion-function-alist-ssh'.
13119 (all): Replace all calls of `split-string' and
13120 `tramp-split-string' by `tramp-compat-split-string'.
13121 (tramp-default-method): Use `tramp-compat-process-running-p'.
13122 (tramp-default-proxies-alist): Allow also Lisp forms.
13123 (tramp-remote-path): Add choice "Private Directories".
13124 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13125 (tramp-domain-regexp): Allow also "-", "_" and ".".
13126 (tramp-end-of-output): Remove newlines, and add "$" at the end.
13127 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13128 (tramp-debug-message): Insert header line in debug buffer.
13129 (tramp-handle-directory-files-and-attributes-with-stat):
13130 Care about filenames with spaces, or starting with "-".
13131 (tramp-handle-dired-uncache): New defun.
13132 (tramp-handle-insert-directory): Don't flush the directory from
13133 cache, this is handled by `dired-uncache' now.
13134 (tramp-handle-insert-file-contents): Improve error handling.
13135 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13136 Quote `tramp-end-of-output'.
13137 (tramp-action-password): Improve trace message.
13138 (tramp-check-for-regexp): Both echoes must be present, before removing.
13139 (tramp-open-connection-setup-interactive-shell): Trace coding system.
13140 (tramp-compute-multi-hops): Eval cons cells of
13141 `tramp-default-proxies-alist'.
13142 (tramp-maybe-open-connection): Use the same command pattern for
13143 first hop and further hops.
13144 (tramp-wait-for-output): Remove handling of newlines.
13145 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13146 (tramp-split-string): Remove function. It is handled in
13147 tramp-compat now.
13148
13149 * net/tramp-cmds.el (tramp-bug):
13150 Recommend `tramp-cleanup-all-connections' in the bug mail.
13151
13152 * net/tramp-compat.el (tramp-compat-split-string)
13153 (tramp-compat-process-running-p): New defuns.
13154
13155 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13156 for `dired-uncache'.
13157
13158 * net/tramp-gvfs.el: New package.
13159
13160 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13161 Add handler for `dired-uncache'.
13162 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13163
13164 * net/trampver.el: Update release number. Make version check fit
13165 for SXEmacs 22.
13166
13167 2009-06-22 Jim Meyering <meyering@redhat.com>
13168
13169 Automatically handle .xz suffix (XZ-compressed files), too.
13170 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13171 XZ is the successor to LZMA: <http://tukaani.org/xz/>
13172
13173 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
13174 Nick Roberts <nickrob@snap.net.nz>
13175
13176 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13177 repository (http://sphinx.net.ru/hg/gdb-mi/).
13178
13179 2009-06-22 Glenn Morris <rgm@gnu.org>
13180
13181 * files.el (dir-locals-collect-mode-variables): Allow for any number of
13182 `mode' and `eval' entries. (Bug#3430)
13183
13184 * Makefile.in (ELCFILES): Add fadr.elc.
13185
13186 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13187 differing behavior of \n and ^ in strings. (Bug#3385)
13188
13189 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13190
13191 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13192 property.
13193 (lisp-indent-function): Make it a defcustom.
13194
13195 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
13196
13197 * progmodes/gdb-ui.el: Replace with ...
13198 * progmodes/gdb-mi.el: ... this file.
13199 * progmodes/gud.el: Modify for gdb-mi.el.
13200
13201 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
13202
13203 * fadr.el: New file.
13204
13205 See ChangeLog.14 for earlier changes.
13206
13207 ;; Local Variables:
13208 ;; coding: utf-8
13209 ;; End:
13210
13211 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
13212
13213 This file is part of GNU Emacs.
13214
13215 GNU Emacs is free software: you can redistribute it and/or modify
13216 it under the terms of the GNU General Public License as published by
13217 the Free Software Foundation, either version 3 of the License, or
13218 (at your option) any later version.
13219
13220 GNU Emacs is distributed in the hope that it will be useful,
13221 but WITHOUT ANY WARRANTY; without even the implied warranty of
13222 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13223 GNU General Public License for more details.
13224
13225 You should have received a copy of the GNU General Public License
13226 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13227
13228 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1