]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Minor loadup.el fix.
[gnu-emacs] / lisp / ChangeLog
1 2010-05-21 Glenn Morris <rgm@gnu.org>
2
3 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4 having a relative path in src/Makefile.in.
5
6 2010-05-20 Kevin Ryde <user42@zip.com.au>
7
8 * help-mode.el (help-make-xrefs): For Info node links turn
9 newlines into spaces. Link node names with newlines are matched
10 by help-xref-info-regexp and buttonized, this change ensures they
11 can be followed successfully with RET. (Bug#6206)
12
13 2010-05-20 Juri Linkov <juri@jurta.org>
14
15 * locate.el (locate): Use pop-to-buffer instead of
16 switch-to-buffer-other-window. (Bug#6204)
17
18 2010-05-20 Juri Linkov <juri@jurta.org>
19
20 * replace.el (replace-highlight): Fix lazy-highlighting
21 for `M-s w str M-% str RET'.
22
23 2009-12-15 Masatake YAMATO <yamato@redhat.com>
24
25 * isearch.el (isearch-yank-word-or-char): Pull next subword
26 when `subword-mode' is activated. (Bug#6220)
27
28 2010-05-20 Mark A. Hershberger <mah@everybody.org>
29
30 * isearch.el (isearch-update-post-hook): New hook.
31 (isearch-update): Use the new hook. (Bug#6225)
32
33 2010-05-20 Juri Linkov <juri@jurta.org>
34
35 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
36 [f1], [help], and (char-to-string help-char) instead of "\C-h".
37 (Bug#6222)
38
39 2010-05-20 Juri Linkov <juri@jurta.org>
40
41 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
42 (Bug#6223)
43
44 2010-05-20 Juri Linkov <juri@jurta.org>
45
46 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
47 FILE-NAME to read from the minibuffer when called interactively
48 with prefix argument instead of using buffer-file-name.
49 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
50
51 * dired.el: Update autoloads.
52
53 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
54
55 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
56 nxml-finish-element, for consistency with SGML mode.
57
58 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
59 octave-close-block.
60
61 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
62
63 * composite.el: Require cl when compiling.
64 (reference-point-alist, compose-gstring-for-graphic)
65 (compose-gstring-for-terminal): Fix typos in docstrings.
66
67 2010-05-19 Juri Linkov <juri@jurta.org>
68
69 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
70 set-window-parameter.
71
72 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
73
74 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
75 where appropriate.
76 (tramp-maybe-open-connection): Use it.
77
78 2010-05-19 Eli Zaretskii <eliz@gnu.org>
79
80 * simple.el (move-end-of-line): Make sure we are at line beginning
81 before backing up to end of previous line.
82
83 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
84
85 * password-cache.el (password-cache-remove): Fix docstring.
86
87 * net/secrets.el: Autoload the widget functions.
88 (secrets-search-items, secrets-create-item)
89 (secrets-get-attributes, secrets-expand-item): Attributes will be
90 stored on the password database without leading ":", as all other
91 clients do as well.
92 (secrets-mode): Fix docstring.
93 (secrets-show-secrets): Provide it as autoloaded command only when
94 D-Bus support is available. Check existence of Secret Service API.
95
96 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * indent.el (indent-region): Deactivate region (bug#6200).
99
100 2010-05-19 Glenn Morris <rgm@gnu.org>
101
102 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
103
104 2010-05-19 Kenichi Handa <handa@m17n.org>
105
106 * composite.el: Register compose-gstring-for-graphic in
107 composition-function-table only for combining characters (Mn, Mc, Me).
108
109 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
110
111 * calc/calc-trail.el (calc-trail-isearch-forward)
112 (calc-trail-isearch-backward): Ensure that the new window
113 point is set correctly.
114
115 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * subr.el (read-quoted-char): Resolve modifiers after key
118 remapping (bug#6212).
119
120 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
121
122 Add visualization code for secrets.
123 * net/secrets.el (secrets-mode): New major mode.
124 (secrets-show-secrets, secrets-show-collections)
125 (secrets-expand-collection, secrets-expand-item)
126 (secrets-tree-widget-after-toggle-function)
127 (secrets-tree-widget-show-password): New defuns.
128
129 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
132 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
133 handled in smie-next-sexp.
134 (smie-indent-calculate): Provide a starting indentation (so the
135 recursion is well-founded ;-).
136
137 Fix handling of non-associative equal levels.
138 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
139 when it's not needed.
140 (smie-op-left, smie-op-right): New functions.
141 (smie-next-sexp): New function, extracted from smie-backward-sexp.
142 Better handle equal levels to distinguish the associative case from
143 the "multi-keyword construct" case.
144 (smie-backward-sexp, smie-forward-sexp): Use it.
145
146 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
147
148 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
149
150 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
151 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
152
153 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 Provide a simple generic indentation engine and use it for Prolog.
156 * emacs-lisp/smie.el: New file.
157 * progmodes/prolog.el (prolog-smie-op-levels)
158 (prolog-smie-indent-rules): New var.
159 (prolog-mode-variables): Use them to configure SMIE.
160 (prolog-indent-line, prolog-indent-level): Remove.
161
162 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
163
164 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
165 order before computing the averages.
166
167 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
168
169 * calc/calc-vec.el (calc-histogram):
170 (calcFunc-histogram): Allow vectors as inputs.
171 (math-vector-avg): New function.
172
173 * calc/calc-ext.el (math-group-float): Have the number of digits
174 being grouped depend on the radix (Bug#6189).
175
176 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
177
178 * version.el (emacs-copyright, emacs-version): Don't define here,
179 now that emacs.c defines it.
180
181 2010-05-15 Eli Zaretskii <eliz@gnu.org>
182
183 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
184 "Describe Language Environment" menu item.
185
186 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
187
188 Bidi-sensitive movement with arrow keys.
189 * subr.el (right-arrow-command, left-arrow-command): New functions.
190
191 * bindings.el (global-map): Bind them to right and left arrow keys.
192
193 Don't override standard definition of convert-standard-filename.
194 * files.el (convert-standard-filename): Call
195 w32-convert-standard-filename and dos-convert-standard-filename on
196 the corresponding systems.
197
198 * w32-fns.el (w32-convert-standard-filename): Rename from
199 convert-standard-filename. Doc fix.
200
201 * dos-fns.el (dos-convert-standard-filename): Doc fix.
202 (convert-standard-filename): Don't defalias.
203 (register-name-alist, make-register, register-value)
204 (set-register-value, intdos): Obsolete aliases for the
205 corresponding dos-* functions and variables.
206 (dos-intdos): Add a doc string.
207
208 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
209
210 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
211 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
212 (math-compose-tex-func):
213 * calc/calccomp.el (math-compose-expr):
214 * calc/calc-ext.el (math-format-flat-expr-fancy):
215 * calc/calc-store.el (calc-read-var-name):
216 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
217
218 * calc/calc.el (var-π, var-φ, var-γ): New variables.
219 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
220 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
221 (math-standard-units): Add units.
222
223 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * progmodes/asm-mode.el (asm-mode):
226 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
227
228 * pcomplete.el (pcomplete-completions-at-point): New function,
229 extracted from pcomplete-std-complete.
230 (pcomplete-std-complete): Use it.
231
232 2010-05-15 Glenn Morris <rgm@gnu.org>
233
234 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
235 Remove references to CVS, RCS and Old directories.
236
237 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
238
239 * calc/calc-bin.el (math-format-twos-complement): Group digits when
240 appropriate.
241
242 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
245 (sh-mode-syntax-table): Give it a default value instead.
246 (sh-header-marker): Make buffer-local.
247 (sh-mode): Move make-local-variable to the corresponding setq.
248 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
249 Use complete-with-action.
250
251 * simple.el (prog-mode): New (abstract) major mode.
252 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
253 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
254
255 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
256
257 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
258 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
259 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
260 (sql-make-alternate-buffer-name, sql-placeholders-filter)
261 (sql-escape-newlines-filter, sql-input-sender)
262 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
263
264 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
265
266 Add TeX open-block and close-block keybindings to SGML, and vice versa.
267
268 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
269 latex-open-block and C-c / to latex-close-block.
270
271 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
272 and C-c C-e to sgml-close-tag.
273
274 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
275
276 * net/tramp.el (with-progress-reporter): Create reporter object
277 only when the message would be displayed. Handle nested calls.
278 (tramp-handle-load, tramp-handle-file-local-copy)
279 (tramp-handle-insert-file-contents, tramp-handle-write-region)
280 (tramp-maybe-send-script, tramp-find-shell):
281 Use `with-progress-reporter'.
282 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
283 Fix message text.
284
285 * net/tramp-smb.el (tramp-smb-handle-copy-file)
286 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
287 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
288 Use `with-progress-reporter'.
289
290 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
291
292 * ispell.el (ispell-init-process): Do not kill ispell process
293 everytime when spellchecking from the minibuffer (bug#6143).
294
295 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
298
299 * dos-fns.el: Add "dos-" prefix for namespace control.
300 (convert-standard-filename): Define as alias for
301 dos-convert-standard-filename but only if applicable.
302
303 2010-05-12 Alan Mackenzie <acm@muc.de>
304
305 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
306 Push the mark at the start of these functions when appropriate.
307
308 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * minibuffer.el (completion-cycle-threshold): New custom var.
311 (completion--do-completion): Use it.
312 (minibuffer-complete): Use cycling if appropriate.
313
314 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
315
316 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
317 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
318
319 2010-05-11 Juri Linkov <juri@jurta.org>
320
321 * scroll-all.el (scroll-all-check-to-scroll):
322 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
323
324 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * iimage.el (iimage-mode-map): Move initialization into declaration.
327 (iimage-mode-buffer): Use with-silent-modifications.
328 Simplify calling convention. Adjust callers.
329 (iimage-mode): Don't run hook redundantly.
330
331 * minibuffer.el (completion-pcm--pattern->regex):
332 Fix last change (bug#6160).
333
334 2010-05-10 Juri Linkov <juri@jurta.org>
335
336 Remove nodes visited during Isearch from the Info history.
337 * info.el (Info-isearch-initial-history)
338 (Info-isearch-initial-history-list): New variables.
339 (Info-isearch-start): Record initial values of
340 Info-isearch-initial-history and Info-isearch-initial-history-list.
341 Add Info-isearch-end to isearch-mode-end-hook.
342 (Info-isearch-end): New function.
343
344 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
345
346 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
347 format string, in order to work around a bug in pdksh.
348 Reported by Gilles Pion <gpion@lfdj.com>.
349 (tramp-handle-verify-visited-file-modtime): Do not send a command
350 when the connection is not established.
351 (tramp-handle-set-file-times): Simplify the check for utc.
352
353 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
354
355 Fix use of `filter-buffer-substring' (rework previous change).
356 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
357 (cua-repeat-replace-region):
358 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
359 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
360 (cua-cut-region-to-global-mark): Use it.
361
362 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
363
364 * progmodes/sql.el: Version 2.1.
365 (sql-product-alist): Redesign structure of product info.
366 (sql-product, sql-user, sql-server, sql-database): Safe variables.
367 (sql-port, sql-port-history): New variables.
368 (sql-interactive-product): New variable.
369 (sql-send-terminator): New variable.
370 (sql-imenu-generic-expression): Add "Types" imenu entry.
371 (sql-oracle-login-params, sql-sqlite-login-params)
372 (sql-mysql-login-params, sql-solid-login-params)
373 (sql-sybase-login-params, sql-informix-login-params)
374 (sql-ingres-login-params, sql-ms-login-params)
375 (sql-postgres-login-params, sql-interbase-login-params)
376 (sql-db2-login-params, sql-linter-login-params)
377 (sql-oracle-scan-on): New variables.
378 (sql-mode-map): Add C-c C-i to start interactive mode.
379 (sql-mode-menu): Update existing menu entries.
380 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
381 (sql-mode-oracle-font-lock-keywords)
382 (sql-mode-postgres-font-lock-keywords)
383 (sql-mode-ms-font-lock-keywords)
384 (sql-mode-sybase-font-lock-keywords)
385 (sql-mode-informix-font-lock-keywords)
386 (sql-mode-interbase-font-lock-keywords)
387 (sql-mode-ingres-font-lock-keywords)
388 (sql-mode-solid-font-lock-keywords)
389 (sql-mode-mysql-font-lock-keywords)
390 (sql-mode-sqlite-font-lock-keywords)
391 (sql-mode-db2-font-lock-keywords)
392 (sql-mode-linter-font-lock-keywords): Update initialization to
393 reduce run-time complexity.
394 (sql-add-product, sql-del-product): New functions.
395 (sql-set-product-feature, sql-get-product-feature): New functions.
396 (sql-product-font-lock): Update product API.
397 (sql-add-product-keywords): New function.
398 (sql-highlight-product): Update product API.
399 (sql-help-list-products): New function.
400 (sql-help): Dynamically lists free and non-free products.
401 (sql-get-login): Correct bug in handling history and added
402 prompt for port.
403 (sql-copy-column): Copy without properties.
404 (sqli-input-sender): Apply filters to SQLi input.
405 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
406 Implement as a filter.
407 (sql-escape-newlines-filter): Implement as a filter.
408 (sql-remove-tabs-filter): New function.
409 (sql-send-magic-terminator): New function.
410 (sql-send-string): Implement magic terminator.
411 (sql-send-region): Use `sql-send-string'.
412 (sql-interactive-mode): Use product API.
413 (sql-product-interactive): Use product API.
414 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
415 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
416 (sql-db2, sql-linter): Use `sql-product-interactive'.
417 (sql-connect): New function.
418 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
419 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
420 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
421 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
422 Use `sql-connect'.
423
424 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
427 New custom variable.
428 (completion-pcm--string->pattern): Use it.
429 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
430 Make it handle any symbol as `any'.
431 (completion-pcm--merge-completions): Extract common suffix for the new
432 `prefix' symbol as well.
433 (completion-substring--all-completions): Use the new `prefix' symbol.
434
435 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
436
437 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
438 not bound.
439 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
440 (tramp-compat-funcall): New defmacro.
441 (tramp-compat-line-beginning-position)
442 (tramp-compat-line-end-position)
443 (tramp-compat-temporary-file-directory)
444 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
445 (tramp-compat-copy-file, tramp-compat-copy-directory)
446 (tramp-compat-delete-file, tramp-compat-delete-directory)
447 (tramp-compat-number-sequence, tramp-compat-process-running-p)
448 * net/tramp.el (top, with-progress-reporter)
449 (tramp-rfn-eshadow-setup-minibuffer)
450 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
451 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
452 (tramp-completion-mode-p, tramp-check-for-regexp)
453 (tramp-open-connection-setup-interactive-shell)
454 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
455 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
456 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
457 * net/tramp-cmds.el (tramp-cleanup-all-connections)
458 (tramp-reporter-dump-variable, tramp-load-report-modules)
459 (tramp-append-tramp-buffers)
460 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
461
462 * net/tramp-imap.el (top): Autoload `epg-make-context'.
463
464 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * progmodes/compile.el (compilation-buffer-modtime): Rename from
467 buffer-modtime. Adjust users.
468
469 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
470
471 * international/mule.el (auto-coding-alist): Only purecopy
472 car of each item, not the whole list (Bug#6083).
473
474 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
475
476 * progmodes/js.el (js-mode): Make paragraph variables local before
477 calling c-setup-paragraph-variables (Bug#6071).
478
479 2010-05-08 Eli Zaretskii <eliz@gnu.org>
480
481 * composite.el (compose-region, reference-point-alist): Fix typos
482 in the doc strings.
483
484 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
485
486 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
487 gnuplot's "set" command.
488
489 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
490
491 * abbrev.el (last-abbrev-text): Doc fix.
492 (abbrev-prefix-mark): Don't escape parenthesis.
493
494 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
495
496 * composite.el (find-composition): Doc fix.
497
498 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
499
500 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
501 (sql-oracle-program, sql-sqlite-options)
502 (sql-query-placeholders-and-send): Doc fixes.
503 (sql-set-product, sql-interactive-mode): Reflow docstrings.
504 (sql-imenu-generic-expression, sql-buffer)
505 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
506 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
507 (sql-mode-sybase-font-lock-keywords)
508 (sql-mode-informix-font-lock-keywords)
509 (sql-mode-interbase-font-lock-keywords)
510 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
511 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
512 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
513 (sql-product-feature, sql-highlight-product)
514 (comint-line-beginning-position, sql-rename-buffer)
515 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
516 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
517 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
518 Fix typos in docstrings.
519
520 2010-05-08 Juri Linkov <juri@jurta.org>
521
522 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
523 property instead of `invisible' and `after-string' (bug#5998).
524
525 2010-05-08 Juri Linkov <juri@jurta.org>
526
527 * image-mode.el (image-mode-as-text): Fix typo in docstring.
528
529 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
530
531 * filecache.el (file-cache-add-directory-list)
532 (file-cache-add-directory-recursively): Fix typos in docstrings.
533
534 2010-05-08 Kenichi Handa <handa@m17n.org>
535
536 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
537 (gujarati-composable-pattern): Fix typo.
538
539 2010-05-08 Kenichi Handa <handa@m17n.org>
540
541 * language/indian.el (oriya-composable-pattern)
542 (tamil-composable-pattern, malayalam-composable-pattern):
543 Add two-part vowels to "v" (vowel sign).
544
545 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
546
547 * files.el (copy-directory): Handle symlinks (Bug#5982).
548
549 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
550
551 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
552 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
553 (Bug#5846).
554
555 2010-05-08 Glenn Morris <rgm@gnu.org>
556
557 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
558
559 * minibuffer.el (completion-at-point): Doc fix.
560
561 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * electric.el (Electric-command-loop): Minor tweak.
564
565 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
566 better with dedicated windows.
567
568 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
569
570 * Version 23.2 released.
571
572 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
573 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 Highlight vendor specific properties.
576 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
577 (css-proprietary-property): New face.
578 (css-font-lock-keywords): Use them.
579
580 2010-05-07 Eli Zaretskii <eliz@gnu.org>
581
582 * cus-start.el (all): Add native condition for tool-bar-* symbols.
583
584 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
587 * files.el (auto-mode-alist): Remove redundant entries.
588
589 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
590 * simple.el (auto-save-mode): Move from files.el.
591 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
592
593 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
594
595 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
596
597 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
598
599 * mail/binhex.el (binhex-decode-region-internal)
600 * mail/uudecode.el (uudecode-decode-region-internal)
601 * net/dns.el (dns-read-string-name, dns-write, dns-read)
602 (dns-read-type, dns-query)
603 * pgg-parse.el (pgg-parse-armor)
604 * pgg.el (pgg-verify-region)
605 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
606 XEmacs.
607
608 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
609
610 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
611
612 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
613
614 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
615 * emulation/cua-base.el (cua-repeat-replace-region):
616 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
617 (cua-cut-region-to-global-mark):
618 Remove text properties with `set-text-properties'.
619
620 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
621
622 * net/tramp.el (top, with-progress-reporter):
623 Use `symbol-function' inside `funcall'.
624
625 * net/tramp-compat.el (tramp-compat-file-attributes)
626 (tramp-compat-delete-file, tramp-compat-delete-directory):
627 Handle only `wrong-number-of-arguments' error.
628
629 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
630 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
631 inside `funcall'.
632
633 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * minibuffer.el (completion--sreverse, completion--common-suffix):
636 New functions.
637 (completion-pcm--merge-completions): Extract common suffix when safe.
638
639 * emacs-lisp/easy-mmode.el (define-minor-mode):
640 Make :variable more flexible.
641 * files.el (auto-save-mode): Use it to define using define-minor-mode.
642
643 2010-05-05 Juri Linkov <juri@jurta.org>
644
645 Add `slow' and `history' tags to the desktop data.
646
647 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
648 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
649 (Info-finder-find-node): Require `finder.el' to be able
650 to restore node from the desktop.
651 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
652 data `Info-history' and `slow' tag in the assoc list.
653 (Info-restore-desktop-buffer): Don't restore nodes with the
654 `slow' tag. Restore `Info-history'.
655
656 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
657
658 Add FORCE argument to `delete-file'.
659
660 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
661 forcing to delete the temporary file.
662 (ange-ftp-delete-file): Add FORCE arg.
663 (ange-ftp-rename-remote-to-remote)
664 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
665 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
666 Force file deletion.
667
668 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
669
670 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
671 (tramp-handle-make-symbolic-link, tramp-handle-load)
672 (tramp-do-copy-or-rename-file-via-buffer)
673 (tramp-do-copy-or-rename-file-directly)
674 (tramp-do-copy-or-rename-file-out-of-band)
675 (tramp-handle-process-file, tramp-handle-call-process-region)
676 (tramp-handle-shell-command, tramp-handle-file-local-copy)
677 (tramp-handle-insert-file-contents, tramp-handle-write-region)
678 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
679
680 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
681 (tramp-fish-handle-make-symbolic-link)
682 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
683
684 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
685 Use `tramp-compat-delete-file'.
686
687 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
688 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
689
690 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
691 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
692
693 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
694 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
695 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
696 `tramp-compat-delete-file'.
697
698 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 Minor cleanups.
701 * subr.el (add-minor-mode): Use push.
702 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
703 * emulation/edt.el (edt-select-mode): Simplify.
704
705 Use define-minor-mode in more cases.
706 * term/tvi970.el (tvi970-set-keypad-mode):
707 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
708 (normal-erase-is-backspace-mode):
709 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
710 (set-scroll-bar-mode-1): (Re)move to its sole caller.
711 (get-scroll-bar-mode): New function.
712 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
713
714 Use define-minor-mode for less obvious cases.
715 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
716 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
717 * international/iso-ascii.el (iso-ascii-mode):
718 * frame.el (auto-raise-mode, auto-lower-mode):
719 * composite.el (global-auto-composition-mode): Use define-minor-mode.
720
721 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
722
723 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
724 in order to see error messages for failed logins.
725
726 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
727
728 * diff.el (diff-sentinel):
729
730 * epg.el (epg--make-temp-file, epg-decrypt-string)
731 (epg-verify-string, epg-sign-string, epg-encrypt-string):
732
733 * jka-compr.el (jka-compr-partial-uncompress)
734 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
735
736 * server.el (server-sentinel): Use delete-file's new FORCE arg
737 (Bug#6070).
738
739 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 Use define-minor-mode where applicable.
742 * view.el (view-mode):
743 * type-break.el (type-break-query-mode)
744 (type-break-mode-line-message-mode):
745 * textmodes/reftex.el (reftex-mode):
746 * term/vt100.el (vt100-wide-mode):
747 * tar-mode.el (tar-subfile-mode):
748 * savehist.el (savehist-mode):
749 * ibuf-ext.el (ibuffer-auto-mode):
750 * composite.el (auto-composition-mode):
751 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
752 Use define-minor-mode.
753 (vhdl-mode): Use static mode-line format.
754 (vhdl-mode-line-update): Delete.
755 (vhdl-create-mode-menu, vhdl-activate-customizations)
756 (vhdl-hs-minor-mode): Don't bother calling it.
757
758 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * simple.el (with-wrapper-hook): Move.
761 (buffer-substring-filters): Mark obsolete.
762 (filter-buffer-substring-functions): New variable.
763 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
764
765 Use a mode-line spec rather than a static string in Semantic.
766 * cedet/semantic/util-modes.el:
767 (semantic-minor-modes-format): New var to replace...
768 (semantic-minor-modes-status): Remove.
769 (semantic-mode-line-update): Construct a mode-line spec rather than
770 a static string so that mouse buttons can be used on individual minor
771 modes and so that semantic-mode-line-update only needs to be called
772 when global settings are changed.
773 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
774 Call semantic-mode-line-update.
775 (semantic-toggle-minor-mode-globally): Don't assume mode is on
776 minor-mode-alist, check semantic-minor-mode-alist as well.
777 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
778 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
779 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
780 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
781 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
782 (define-semantic-idle-service, semantic-idle-summary-mode):
783 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
784 Don't call semantic-mode-line-update any more.
785
786 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 Use define-minor-mode in CEDET where applicable.
789
790 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
791 Use define-minor-mode.
792
793 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
794 Remove unused arg `keymap' and code redundant with define-minor-mode.
795 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
796 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
797 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
798 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
799 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
800 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
801 Use define-minor-mode.
802 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
803 (semantic-show-unmatched-syntax-mode-setup)
804 (semantic-show-parser-state-mode-setup)
805 (semantic-highlight-func-mode-setup): Inline into sole caller.
806
807 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
808 (semantic-mru-bookmark-mode): Use define-minor-mode.
809 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
810
811 * cedet/semantic/idle.el (define-semantic-idle-service):
812 Use define-minor-mode and inline setup function into its sole caller.
813 (semantic-idle-scheduler-mode-setup)
814 (semantic-idle-summary-mode-setup): Inline into sole caller.
815 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
816 Use define-minor-mode.
817
818 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
819 (semantic-decoration-mode): Use define-minor-mode.
820 (semantic-decoration-mode-setup): Inline into sole caller.
821
822 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
823 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
824 (ede-dired-add-to-target): Use dolist.
825
826 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
827 Michael Albinus <michael.albinus@gmx.de>
828
829 Implement compression for inline methods.
830
831 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
832 (tramp-copy-size-limit): Allow also nil.
833 (tramp-inline-compress-commands): New defconst.
834 (tramp-find-inline-compress, tramp-get-inline-compress)
835 (tramp-get-inline-coding): New defuns.
836 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
837 replaced by `tramp-get-inline-coding'.
838 (tramp-handle-file-local-copy, tramp-handle-write-region)
839 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
840
841 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
844 Remove unused functions.
845
846 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
847 Set find-tag-default-function as a variable rather than a property.
848
849 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
850 * progmodes/etags.el (tags-completion-at-point-function):
851 Remove left over interactive spec. Add autoloading stub.
852 (complete-tag): Use tags-completion-at-point-function.
853
854 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
855
856 * minibuffer.el (tags-completion-at-point-function): Fix return value.
857
858 2010-04-30 Eli Zaretskii <eliz@gnu.org>
859
860 * composite.el (compose-region, reference-point-alist): Fix typos
861 in the doc strings.
862
863 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
864
865 * ido.el (ido-init-completion-maps): Remove C-v binding.
866 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
867
868 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
869
870 * minibuffer.el (tags-completion-at-point-function): New function.
871 (completion-at-point-functions): Use it.
872
873 * cedet/semantic.el (semantic-completion-at-point-function): New function.
874 (semantic-mode): Use semantic-completion-at-point-function for
875 completion-at-point-functions instead.
876
877 * progmodes/etags.el (complete-tag): Revert last change.
878
879 2010-04-29 Alan Mackenzie <acm@muc.de>
880
881 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
882 off-by-one error (in end of macro position).
883
884 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
887 firefox is absent. Don't autoload.
888 (browse-url-galeon-program): Don't autoload.
889
890 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
891
892 * bindings.el (complete-symbol): Move into minibuffer.el.
893
894 * minibuffer.el (complete-tag): Move from etags.el. If tags
895 completion cannot be performed, return nil instead of signalling
896 an error.
897 (completion-at-point): Make it an alias for complete-symbol.
898 (complete-symbol): Move from bindings.el, and replace with the
899 body of completion-at-point.
900
901 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
902
903 * cedet/semantic.el (semantic-mode): When enabled, add
904 semantic-ia-complete-symbol to completion-at-point-functions.
905
906 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
907 if Semantic is not active.
908
909 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
910
911 * net/tramp.el (tramp-remote-selinux-p): New defun.
912 (tramp-handle-file-selinux-context)
913 (tramp-handle-set-file-selinux-context): Use it.
914
915 2010-04-28 Sam Steingold <sds@gnu.org>
916
917 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
918 `safe-local-variable' if the value is a string or a symbol with
919 the property `bug-reference-url-format'.
920
921 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
922
923 * progmodes/bug-reference.el (bug-reference-url-format): Revert
924 2010-04-27 change due to security risk.
925
926 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 Make it possible to locally disable a globally enabled mode.
929 * simple.el (fundamental-mode): Run fundamental-mode-hook.
930 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
931 rather than kill-all-local-variables so it runs fundamental-mode-hook.
932 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
933 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
934 that subsequent hooks get a chance to disable it.
935
936 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
939 Avoid re-enabling a minor mode after the user turned the minor mode
940 off if MODE-enable-in-buffers is run twice (typically once from
941 fundamental-mode's after-change-major-mode-hook and a second time from
942 run-mode-hook's own after-change-major-mode-hook).
943
944 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
945
946 2010-04-27 Sam Steingold <sds@gnu.org>
947
948 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
949 `safe-local-variable' if the value is a string or a function, as
950 documented and implemented on 2010-04-02.
951
952 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
953
954 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
955 when method is 'kill.
956
957 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
958
959 * ispell.el (ispell-init-process): Fix personal dictionary condition
960 in default directory check.
961 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
962 Kill ispell process when killing its associated buffer.
963
964 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
965
966 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
967 but we aren't using it.
968
969 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
970
971 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
972 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
973
974 2010-04-24 Glenn Morris <rgm@gnu.org>
975
976 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
977 Ignore VCS-ignore files, and deleted nextstep preferences files.
978 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
979 (authors-ambiguous-files): New list.
980 (authors-valid-file-names): Add some deleted files.
981 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
982 (authors-disambiguate-file-name): New function. (Bug#5501)
983 (authors-canonical-file-name): Doc fix.
984 Don't warn about obsolete files.
985 (authors-canonical-file-name, authors-scan-el):
986 Use authors-disambiguate-file-name.
987
988 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
989 Add autoload cookies.
990 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
991 (generated-autoload-file): Set file-local value to "htmlfontify.el".
992 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
993 They have definitions / compiler macros in cl.el.
994 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
995 Replace manual autoloads with generated ones.
996 (htmlfontify-unload-rgb-file): Remove autoload.
997 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
998
999 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1002 (byte-compile-setq-default): Optimize for the
1003 single-var case and don't call byte-compile-form in this case to avoid
1004 inf-loop with byte-compile-set-default.
1005
1006 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1007
1008 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
1009
1010 Implement SELINUX backends.
1011
1012 * net/tramp.el (tramp-file-name-handler-alist):
1013 Add `file-selinux-context' and `set-file-selinux-context'.
1014 (tramp-handle-file-selinux-context)
1015 (tramp-handle-set-file-selinux-context): New defuns.
1016 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1017 Handle PRESERVE-SELINUX-CONTEXT.
1018
1019 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1020 Add `file-selinux-context' and `set-file-selinux-context'.
1021 (tramp-gvfs-handle-file-selinux-context)
1022 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1023 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1024
1025 * net/ange-ftp.el (ange-ftp-copy-file):
1026 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1027 * net/tramp-imap.el (tramp-imap-handle-copy-file):
1028 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1029 Add PRESERVE-SELINUX-CONTEXT.
1030
1031 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1032
1033 Synchronize with Tramp repository.
1034
1035 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1036 (tramp-action-process-alive, tramp-action-out-of-band)
1037 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1038 (tramp-exists-file-name-handler): Fix docstring.
1039 (with-progress-reporter): New defmacro.
1040 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1041 (tramp-maybe-open-connection): Use it.
1042
1043 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1044
1045 Detect ssh 'ControlMaster' argument automatically in some cases.
1046
1047 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1048 (tramp-default-method): Use it.
1049
1050 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1051
1052 * net/tramp.el (tramp-handle-copy-file): Add new optional
1053 parameter `preserve-selinux-context'.
1054 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1055
1056 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1057
1058 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1059 Ensure, that non remote files are still checked. Oops.
1060
1061 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
1062
1063 Fix Bug#5840.
1064
1065 * icomplete.el (icomplete-completions): Use `non-essential'.
1066
1067 * net/tramp.el (tramp-connectable-p): New defun.
1068 (tramp-handle-expand-file-name)
1069 (tramp-completion-handle-file-name-all-completions)
1070 (tramp-completion-handle-file-name-completion): Use it.
1071
1072 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1075
1076 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1077
1078 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1079
1080 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1081
1082 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1083 is present.
1084
1085 * info.el (info-tool-bar-map): Add labels.
1086
1087 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1088
1089 * cus-edit.el (custom-commands): Add labels for tool bar.
1090 (custom-buffer-create-internal, Custom-mode): Adjust for
1091 labels in custom-commands.
1092
1093 * dynamic-setting.el: Renamed from font-setting.el.
1094
1095 2010-04-21 John Wiegley <jwiegley@gmail.com>
1096
1097 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1098 toggles the use of virtual buffers.
1099 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1100 value.
1101 (ido-toggle-virtual-buffers): New function.
1102
1103 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1104
1105 Use `define-derived-mode'; fix window selection; doc fixes.
1106 * play/tetris.el (tetris, tetris-update-speed-function)
1107 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1108 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1109 (tetris-rotate-next, tetris-end-game, tetris-start-game)
1110 (tetris-pause-game): Fix typos in docstrings.
1111 (tetris-mode-map, tetris-null-map):
1112 Move initialization into declaration.
1113 (tetris-mode): Define with `define-derived-mode';
1114 set show-trailing-whitespace to nil.
1115 (tetris): Prefer window already displaying the "*Tetris*" buffer.
1116
1117 2010-04-21 Karel Klíč <kklic@redhat.com>
1118
1119 * files.el (backup-buffer): Handle SELinux context, and return it
1120 if a backup was made by renaming.
1121 (backup-buffer-copy): Set SELinux context to the target file.
1122 (basic-save-buffer): Set SELinux context of the newly written file.
1123 (basic-save-buffer-1): Now it also returns any SELinux context.
1124 (basic-save-buffer-2): Set SELinux context of the newly created file,
1125 and return it.
1126 * net/tramp.el (tramp-file-name-for-operation):
1127 Add file-selinux-context.
1128
1129 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 Make the log-edit comments use RFC822 format throughout.
1132
1133 * vc.el (vc-checkin, vc-modify-change-comment):
1134 Adjust to new vc-start/finish-logentry.
1135 (vc-find-conflicted-file): New command.
1136 (vc-transfer-file): Adjust to new vc-checkin.
1137 (vc-next-action): Improve scoping.
1138
1139 * vc-hg.el (vc-hg-log-edit-mode): Remove.
1140 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
1141
1142 * vc-git.el (vc-git-log-edit-mode): Remove.
1143 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
1144 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1145
1146 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1147 (vc-start-logentry): Remove argument `extra'.
1148 (vc-finish-logentry): Remove extra args.
1149
1150 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1151 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1152 (vc-bzr-conflicted-files): New function.
1153
1154 * log-edit.el (log-edit-extra-flags)
1155 (log-edit-before-checkin-process): Remove.
1156 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1157 (log-edit-headers-alist): New var.
1158 (log-edit-header-contents-regexp): New const.
1159 (log-edit-match-to-eoh): New function.
1160 (log-edit-font-lock-keywords): Use them.
1161 (log-edit): Insert a "Summary:" header as default.
1162 (log-edit-mode): Mark font-lock rules as case-insensitive.
1163 (log-edit-done): Cleanup headers.
1164 (log-view-process-buffer): Remove.
1165 (log-edit-extract-headers): New function to replace it.
1166
1167 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1168
1169 * subr.el (default-direction-reversed): Remove obsolescence info.
1170
1171 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1174 windows/frames.
1175
1176 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1177 I.e. include text after point in the completion region.
1178 Also, return nil when we're not after/in a symbol.
1179
1180 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1181 default enable-multibyte-characters.
1182
1183 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * international/mule.el: Help the user choose a valid coding-system.
1186 (read-buffer-file-coding-system): New function.
1187 (set-buffer-file-coding-system): Use it. Prompt the user if the
1188 coding-system cannot encode all the chars.
1189
1190 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1191 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1192 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1193 Don't use *vc-bzr-shelve*.
1194
1195 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1198 Don't destroy list before using it.
1199
1200 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
1201
1202 Fix the version number for added files.
1203 * vc-hg.el (vc-hg-working-revision): Check if the file is
1204 registered after hg parent fails (Bug#5961).
1205
1206 2010-04-19 Glenn Morris <rgm@gnu.org>
1207
1208 * htmlfontify.el (htmlfontify-buffer)
1209 (htmlfontify-copy-and-link-dir): Autoload entry points.
1210
1211 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
1212
1213 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1214 name relative to the project root (Bug#5960).
1215
1216 2010-04-19 Glenn Morris <rgm@gnu.org>
1217
1218 * vc-git.el (vc-git-print-log): Doc fix.
1219
1220 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
1221
1222 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1223
1224 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
1225
1226 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1227 default settings (Bug#5928).
1228
1229 2010-04-19 Glenn Morris <rgm@gnu.org>
1230
1231 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1232 New function.
1233 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1234
1235 2010-04-19 Kenichi Handa <handa@m17n.org>
1236
1237 * language/indian.el (malayalam-composable-pattern): Fix previous
1238 change (add U+0D4D "SIGN VIRAMA").
1239 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1240 (tamil-composable-pattern): Fix typo in the regexp.
1241 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1242 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1243 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1244
1245 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1248 paragraph-separate (Bug#5821).
1249
1250 2010-04-19 Juri Linkov <juri@jurta.org>
1251
1252 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1253
1254 * info.el (Info-find-node-2): Comment out code that skips
1255 breadcrumbs line.
1256 (Info-mouse-follow-link): New command.
1257 (Info-link-keymap): New keymap.
1258 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1259 Return a string with links instead of inserting breadcrumbs
1260 to the Info buffer.
1261 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1262 Instead of putting the `invisible' text property over the Info
1263 header, make an overlay over the Info header with the `invisible'
1264 property and `after-string' set to the string returned by
1265 `Info-breadcrumbs'.
1266
1267 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1270 Reported by monkey@sandpframing.com.
1271
1272 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1275 (tmm-get-keymap): Add key-binding shortcuts now that they're not
1276 available in the "keyseq cache" any more.
1277
1278 * custom.el (defcustom): Add edebug spec.
1279
1280 2010-04-18 Juri Linkov <juri@jurta.org>
1281
1282 Test for special mode-class in view-buffer instead of view-file (bug#5513).
1283
1284 * view.el (view-file, view-buffer): Move test for special mode-class
1285 from view-file to view-buffer.
1286
1287 * tar-mode.el (tar-extract): Turn if's into one cond
1288 like in arc-mode.el.
1289
1290 2010-04-18 Juri Linkov <juri@jurta.org>
1291
1292 Add 7z archive format support (bug#5475).
1293
1294 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1295 (archive-7z-extract): New defcustom.
1296 (archive-find-type): Add magic string for 7z.
1297 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1298 If `stderr-file' is non-nil, use `(t stderr-file)' for the
1299 `buffer' arg of `call-process'.
1300 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1301 call the function `archive-7z-extract' with the variable
1302 `archive-7z-extract' let-bound to `archive-zip-extract'.
1303 (archive-7z-summarize, archive-7z-extract): New functions.
1304
1305 * international/mule.el (auto-coding-alist):
1306 * files.el (auto-mode-alist): Add 7z file extension.
1307
1308 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * loadup.el: Setup hash-cons for pure data.
1311
1312 Fix duplicate entries in cedet's loaddefs.el files.
1313 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1314 Should make most file-local generated-autoload-file unnecessary.
1315 (print-readably): Silence warnings.
1316 (autoload-find-destination): Take load-name as an arg to make sure
1317 it's the same as the one that will be in the file.
1318 (autoload-generate-file-autoloads): Adjust to above changes.
1319 Try to make the dataflow a bit simpler.
1320
1321 * cvs-status.el (cvs-refontify): Remove unused.
1322
1323 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1324
1325 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1326
1327 * calc-bin.el (calc-radix): Have the "O" option turn on
1328 twos-complement mode.
1329
1330 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
1331
1332 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1333 Add `calc-option-prefix-help' to calc-help autoloads.
1334 (calc-inverse): Add "Option" to message, as appropriate.
1335 (calc-hyperbolic): Add "Option" to message, as appropriate.
1336 (calc-option, calc-is-option): New functions.
1337
1338 * calc-help.el (calc-full-help): Add `calc-option-help'.
1339 (calc-option-prefix-help): New function.
1340
1341 * calc-misc.el (calc-help): Add "Option" entry.
1342
1343 * calc.el (calc-local-var-list): Add `calc-option-flag'.
1344 (calc-option-flag): New variable.
1345 (calc-do): Set `calc-option-flag to nil.
1346 (calc-set-mode-line): Add "Opt " as appropriate.
1347
1348 2010-04-16 Juri Linkov <juri@jurta.org>
1349
1350 Move scrolling commands from simple.el to window.el
1351 because their primitives are implemented in window.c.
1352
1353 * simple.el (scroll-error-top-bottom)
1354 (scroll-up-command, scroll-down-command, scroll-up-line)
1355 (scroll-down-line, scroll-other-window-down)
1356 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1357 * window.el (scroll-error-top-bottom)
1358 (scroll-up-command, scroll-down-command, scroll-up-line)
1359 (scroll-down-line, scroll-other-window-down)
1360 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1361 Move from simple.el to window.el because their primitives are
1362 implemented in window.c.
1363
1364 2010-04-16 Juri Linkov <juri@jurta.org>
1365
1366 * isearch.el (isearch-lookup-scroll-key): Check both
1367 `isearch-scroll' and `scroll-command' properties.
1368 (scroll-up, scroll-down): Remove `isearch-scroll' property.
1369
1370 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1371
1372 * simple.el (scroll-up-command, scroll-down-command)
1373 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1374
1375 2010-04-15 Juri Linkov <juri@jurta.org>
1376
1377 * simple.el (scroll-up-command, scroll-down-command)
1378 (scroll-up-line, scroll-down-line): Put `scroll-command'
1379 property on the these symbols. Remove them from
1380 `scroll-preserve-screen-position-commands'.
1381
1382 * mwheel.el (mwheel-scroll): Put `scroll-command' and
1383 `isearch-scroll' properties on the `mwheel-scroll' symbol.
1384 Remove it from `scroll-preserve-screen-position-commands'.
1385
1386 * isearch.el (isearch-allow-scroll): Doc fix.
1387
1388 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
1389
1390 * net/tramp.el (tramp-error-with-buffer): Don't show the
1391 connection buffer when we are in completion mode.
1392 (tramp-file-name-handler): Catch the error for some operations
1393 when we are in completion mode. This gives the user the chance to
1394 correct the file name in the minibuffer.
1395
1396 2010-04-15 Glenn Morris <rgm@gnu.org>
1397
1398 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1399
1400 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
1401
1402 Simplify by using `define-derived-mode'.
1403 * info.el (Info-mode):
1404 * calendar/todo-mode.el (todo-mode):
1405 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1406 (gomoku-mode-map): Move initialization into declaration.
1407
1408 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
1409
1410 Fix Bug#5840.
1411 * ido.el (ido-file-name-all-completions-1):
1412 * minibuffer.el (minibuffer-completion-help):
1413 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1414
1415 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * simple.el (non-essential): New var.
1418
1419 Add a new field `location' to bookmarks for non-file bookmarks.
1420 * bookmark.el (bookmark-location): Use the new field, if present.
1421 (bookmark-insert-location): Undo last change, not needed any more.
1422 * man.el (Man-bookmark-make-record):
1423 * woman.el (woman-bookmark-make-record): Add `location' field.
1424
1425 2010-04-14 Juri Linkov <juri@jurta.org>
1426
1427 * simple.el (scroll-error-top-bottom): New defcustom.
1428 (scroll-up-command, scroll-down-command): Use it. Doc fix.
1429
1430 * emulation/pc-select.el (pc-select-override-scroll-error):
1431 Obsolete in favor of `scroll-error-top-bottom'.
1432
1433 2010-04-14 Juri Linkov <juri@jurta.org>
1434
1435 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1436 `scroll-up-command' and `M-v' to `scroll-down-command'.
1437
1438 * emulation/cua-rect.el (cua--init-rectangles):
1439 * forms.el (forms--change-commands):
1440 * image-mode.el (image-mode-map):
1441 Remap scroll-down-command and scroll-up-command
1442 in addition to scroll-down and scroll-up.
1443
1444 2010-04-14 Juri Linkov <juri@jurta.org>
1445
1446 * mwheel.el (scroll-preserve-screen-position-commands):
1447 Add mwheel-scroll to this list of commands.
1448
1449 * simple.el (scroll-preserve-screen-position-commands):
1450 Add scroll-up-command, scroll-down-command, scroll-up-line,
1451 scroll-down-line to this list of commands.
1452
1453 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * obsolete/complete.el: Move from lisp/complete.el.
1456
1457 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1458
1459 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1460 to the minor mode function now turns the mode ON unconditionally.
1461
1462 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * vc-dir.el (vc-dir-kill-line): New command.
1465 (vc-dir-mode-map): Bind it to C-k.
1466
1467 * bookmark.el (bookmark-insert-location): Handle a nil filename.
1468
1469 * woman.el: Add bookmark declarations to silence the compiler.
1470 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1471 step to compatibility between man and woman bookmarks.
1472 Adjust for Man-default-bookmark-title renaming.
1473 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
1474
1475 * man.el: Add bookmark declarations to silence the compiler.
1476 (Man-name-local-regexp): Make it match NAME as well.
1477 (Man-getpage-in-background): Return the buffer.
1478 (Man-notify-when-ready): Use `case'.
1479 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1480 Don't hardcode "NAME". Simplify.
1481 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1482 Rename from Man-bookmark-make-record.
1483 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
1484 we have the actual man-args. Use Man-getpage-in-background rather
1485 than `man' since the arg is already processed. Let bookmark.el do the
1486 window handling. Only wait for the relevant process.
1487 Don't forget to autoload.
1488
1489 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1490
1491 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1492
1493 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1494 New functions.
1495 (woman-mode): Setup bookmark support.
1496
1497 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1498 (man-bookmark-jump): New functions.
1499 (Man-mode): Setup bookmark support.
1500
1501 2010-04-10 Jari Aalto <jari.aalto@cante.net>
1502
1503 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1504 recognize ssh-keygen prompt (Bug#2817).
1505
1506 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1509
1510 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1511
1512 Synchronize with Tramp repository.
1513
1514 * net/tramp.el (tramp-completion-function-alist)
1515 (tramp-file-name-regexp, tramp-chunksize)
1516 (tramp-local-coding-commands, tramp-remote-coding-commands):
1517 Fix docstring.
1518 (tramp-remote-process-environment): Use `format' instead of `concat'.
1519 (tramp-handle-directory-files-and-attributes)
1520 (tramp-get-remote-path): Use `copy-tree'.
1521 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1522 compatibility: Use `completion-ignore-case' if
1523 `read-file-name-completion-ignore-case' does not exist.
1524 (tramp-do-copy-or-rename-file-directly): Do not use
1525 `tramp-handle-file-remote-p'.
1526 (tramp-do-copy-or-rename-file-out-of-band):
1527 Use `tramp-compat-delete-directory'.
1528 (tramp-do-copy-or-rename-file-out-of-band)
1529 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1530 Use `format-spec-make'.
1531 (tramp-find-foreign-file-name-handler)
1532 (tramp-advice-make-auto-save-file-name)
1533 (tramp-set-auto-save-file-modes): Remove superfluous check for
1534 `stringp'. This is done inside `tramp-tramp-file-p'.
1535 (tramp-debug-outline-regexp): New defconst.
1536 (tramp-get-debug-buffer): Use it.
1537 (tramp-check-for-regexp): Use (forward-line 1).
1538 (tramp-set-auto-save-file-modes): Adapt version check.
1539
1540 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
1541 Wrap call of `featurep' for 2nd argument.
1542 (tramp-compat-make-temp-file): Simplify fallback implementation.
1543 (tramp-compat-copy-tree): Remove function.
1544 (tramp-compat-delete-directory): Provide implementation for older
1545 Emacsen.
1546
1547 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
1548 Do not use `tramp-fish-handle-file-attributes.
1549
1550 * net/trampver.el: Update release number.
1551
1552 2010-04-10 Glenn Morris <rgm@gnu.org>
1553
1554 * progmodes/compile.el (compilation-save-buffers-predicate):
1555 Add missing :version tag.
1556
1557 2010-04-09 Sam Steingold <sds@gnu.org>
1558
1559 * progmodes/compile.el (compilation-save-buffers-predicate):
1560 Remove the "autoload" cookie.
1561
1562 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
1563 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
1564 and `bug-reference-prog-mode' can be used in hooks directly.
1565
1566 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1567
1568 Add --author support to git commit.
1569 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
1570 (vc-git-log-edit-mode): New minor mode.
1571 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
1572 New declarations.
1573
1574 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
1575
1576 * vc-hooks.el, vc-git.el: Improve documentation comments.
1577
1578 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 Fix some of the problems in defsubst* (bug#5728).
1581 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
1582 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
1583
1584 2010-04-07 Sam Steingold <sds@gnu.org>
1585
1586 * progmodes/compile.el (compilation-save-buffers-predicate):
1587 New custom variable.
1588 (compile, recompile): Pass it to `save-some-buffers'.
1589
1590 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1591
1592 * wid-edit.el (widget-choose): Move cursor to the second line of
1593 the buffer (Bug#5695).
1594
1595 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1596
1597 Add new VC methods: vc-log-incoming and vc-log-outgoing.
1598 * vc.el (vc-print-log-setup-buttons): New function split out from
1599 vc-print-log-internal.
1600 (vc-log-internal-common): New function, a parametrized version of
1601 vc-print-log-internal.
1602 (vc-print-log-internal): Just call vc-log-internal-common with the
1603 right arguments.
1604 (vc-incoming-outgoing-internal):
1605 (vc-log-incoming, vc-log-outgoing): New functions.
1606 (vc-log-view-type): New permanent local variable.
1607
1608 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1609
1610 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1611 of the dynamic bound vc-short-log.
1612 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1613
1614 * vc-git.el (vc-git-log-outgoing): New function.
1615 (vc-git-log-view-mode): Use vc-log-view-type instead
1616 of the dynamic bound vc-short-log.
1617
1618 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
1619 of the dynamic bound vc-short-log. Highlight the tag.
1620 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1621 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1622 (vc-hg-incoming-mode): Remove.
1623 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1624
1625 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1626
1627 Fix default-directory for vc-root-diff.
1628 * vc.el (vc-root-diff): Bind default-directory to the root
1629 directory for the diff command.
1630
1631 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
1632
1633 * progmodes/verilog-mode.el (verilog-forward-sexp):
1634 (verilog-calc-1): Support "disable fork" and "fork wait" multi
1635 word keywords, suggested by Steve Pearlmutter.
1636 (verilog-pretty-declarations): Support lineup of declarations in
1637 port lists.
1638 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
1639 fix bug for /* / comments
1640 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
1641 Speed up and simplfy as this is never called with a bound.
1642 (verilog-pretty-declarations): Enhance to line up declarations
1643 inside a parameter list, suggested by Alan Morgan.
1644 (verilog-pretty-expr): Tune assignment regular expression match
1645 string for corner cases; also use markers instead of character
1646 number as indent changes the later.
1647
1648 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
1649
1650 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
1651 as missing keyword.
1652 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
1653 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
1654 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
1655 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
1656 Tennant.
1657 (verilog-keywords):
1658 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1659 1800-2009 keywords, including "global.".
1660
1661 2010-04-06 John Wiegley <jwiegley@gmail.com>
1662
1663 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
1664 appearing in buffer list (if a live buffer name matched a recentf
1665 file basename). Should use uniquify to offer a real solution.
1666
1667 2010-04-06 John Wiegley <jwiegley@gmail.com>
1668
1669 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
1670 comment to code, and add a :version tag.
1671 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
1672
1673 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
1674
1675 Enable recentf-mode if using virtual buffers.
1676 * ido.el (recentf-list): Declare for byte-compiler.
1677 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
1678 (ido-make-buffer-list): Simplify.
1679 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
1680
1681 2010-04-05 Juri Linkov <juri@jurta.org>
1682
1683 Scrolling commands which scroll a line instead of full screen.
1684 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1685
1686 * simple.el (scroll-up-line, scroll-down-line): New commands.
1687 Put property isearch-scroll=t on them.
1688
1689 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
1690 Remove commands.
1691
1692 2010-04-05 Juri Linkov <juri@jurta.org>
1693
1694 Scrolling commands which do not signal errors at top/bottom.
1695 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1696
1697 * simple.el (scroll-up-command, scroll-down-command): New commands.
1698 Put property isearch-scroll=t on them.
1699
1700 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
1701 `scroll-down-command' and [next] from `scroll-up' to
1702 `scroll-up-command'.
1703
1704 * emulation/cua-base.el: Put property CUA=move on
1705 `scroll-up-command' and `scroll-down-command'.
1706 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
1707 and `scroll-down-command' to `cua-scroll-down'.
1708
1709 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * help.el (describe-mode): Return nil.
1712
1713 2010-04-04 John Wiegley <jwiegley@gmail.com>
1714
1715 * ido.el (ido-use-virtual-buffers): New variable to indicate
1716 whether "virtual buffer" support is enabled for IDO.
1717 (ido-virtual): Face used to indicate virtual buffers in the list.
1718 (ido-buffer-internal): If a buffer is chosen, and no such buffer
1719 exists, but a virtual buffer of that name does (which would be why
1720 it was in the list), recreate the buffer by reopening the file.
1721 (ido-make-buffer-list): If virtual buffers are being used, call
1722 `ido-add-virtual-buffers-to-list' before the make list hook.
1723 (ido-virtual-buffers): New variable which contains a copy of the
1724 current contents of the `recentf-list', albeit pared down for the
1725 sake of speed, and with proper faces applied.
1726 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
1727 create a list of "virtual buffers" to present to the user in
1728 addition to the currently open set. Note that this logic could
1729 get rather slow if that list is too large. With the default
1730 `recentf-max-saved-items' of 200, there is little speed penalty.
1731
1732 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * font-lock.el: Require CL when compiling.
1735 (font-lock-turn-on-thing-lock): Use `case'.
1736
1737 2010-04-03 Eli Zaretskii <eliz@gnu.org>
1738
1739 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
1740 Zaretskii.
1741
1742 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1745 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1746 (semantic-imenu-goto-function): Reflow docstring.
1747
1748 2010-04-02 Juri Linkov <juri@jurta.org>
1749
1750 * ehelp.el (electric-help-orig-major-mode):
1751 New buffer-local variable.
1752 (electric-help-mode): Set it to original major-mode. Doc fix.
1753 (with-electric-help): Use `electric-help-orig-major-mode' instead
1754 of (default-value 'major-mode). Doc fix.
1755 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
1756
1757 2010-04-02 Sam Steingold <sds@gnu.org>
1758
1759 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1760 `vc-hg-command' with a list of flags.
1761
1762 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1763 Also accept "patch" and "RFE".
1764 (bug-reference-fontify): `bug-reference-url-format' can also be a
1765 function to be able to handle the bug kind.
1766 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
1767
1768 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
1769
1770 * tmm.el (tmm-get-keymap): Check with symbolp before passing
1771 value to fboundp, it may not be a symbol.
1772
1773 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1776
1777 2010-03-31 Juri Linkov <juri@jurta.org>
1778
1779 * simple.el (next-line, previous-line): Re-throw a signal
1780 with `signal' instead of using `ding'.
1781 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
1782
1783 2010-03-31 Juri Linkov <juri@jurta.org>
1784
1785 * simple.el (keyboard-escape-quit): Raise deselecting the active
1786 region higher than exiting the minibuffer.
1787 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
1788
1789 2010-03-31 Juri Linkov <juri@jurta.org>
1790
1791 * image.el (image-animated-p): Use `image-metadata' instead of
1792 `image-extension-data'. Get GIF extenstion data from metadata
1793 property `extension-data'.
1794
1795 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * simple.el (append-to-buffer): Simplify.
1798
1799 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
1800
1801 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1802 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1803
1804 2010-03-31 Kenichi Handa <handa@m17n.org>
1805
1806 * language/sinhala.el (composition-function-table): Fix regexp for
1807 the new Unicode specification.
1808
1809 * language/indian.el (devanagari-composable-pattern)
1810 (tamil-composable-pattern, kannada-composable-pattern)
1811 (malayalam-composable-pattern): Adjust for the new Unicode
1812 specification.
1813 (bengali-composable-pattern, gurmukhi-composable-pattern)
1814 (gujarati-composable-pattern, oriya-composable-pattern)
1815 (telugu-composable-pattern): New variables to cope with the new
1816 Unicode specification. Use them in composition-function-table.
1817
1818 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 Make tmm-menubar work for the Buffers menu again (bug#5726).
1821 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1822 vectors rather than cons cells, as used in menu-bar-update-buffers.
1823
1824 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1825
1826 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1827 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1828 electric punctuation for "{}();,:" (Bug#5586).
1829
1830 * mail/sendmail.el (mail-default-directory): Doc fix.
1831
1832 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1833
1834 * mail/sendmail.el (mail-default-directory): Doc fix.
1835
1836 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1837
1838 * subr.el (version-regexp-alist, version-to-list)
1839 (version-list-<, version-list-=, version-list-<=)
1840 (version-list-not-zero, version<, version<=, version=): Doc fix.
1841 (Bug#5744).
1842
1843 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
1844
1845 * vc.el (vc-root-diff): Doc fix.
1846
1847 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1850
1851 * simple.el (append-to-buffer): Fix last change.
1852
1853 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * simple.el (append-to-buffer): Ensure that point is preserved if
1856 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1857 (Bug#5749)
1858
1859 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * files.el (auto-mode-case-fold): Change default to t.
1862
1863 2010-03-30 Juri Linkov <juri@jurta.org>
1864
1865 * dired-x.el (dired-omit-mode): Doc fix.
1866
1867 2010-03-30 Juri Linkov <juri@jurta.org>
1868
1869 * replace.el (occur-accumulate-lines): Move occur-engine related
1870 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1871 to be located after `occur-engine'.
1872
1873 2010-03-30 Juri Linkov <juri@jurta.org>
1874
1875 Make occur handle multi-line matches cleanly with context.
1876 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1877
1878 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1879 (occur-engine): Add local variables `ret', `prev-after-lines',
1880 `prev-lines'. Use more arguments for `occur-context-lines'.
1881 Set first elem of its returned list to `data', and the second elem
1882 to `prev-after-lines'. Don't print the separator line.
1883 In the end, print remaining context after-lines.
1884 (occur-context-lines): Add new arguments `begpt', `endpt',
1885 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
1886 after-lines of the previous match with before-lines of the
1887 current match and not overlap them. Return a list with two
1888 values: the output line and the list of context after-lines.
1889
1890 2010-03-30 Juri Linkov <juri@jurta.org>
1891
1892 * replace.el (occur-accumulate-lines): Fix a bug where the first
1893 context line at the beginning of the buffer was missing.
1894
1895 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1896
1897 * files.el: Make bidi-display-reordering safe variable for boolean
1898 values.
1899
1900 2010-03-29 Phil Hagelberg <phil@evri.com>
1901 Chong Yidong <cyd@stupidchicken.com>
1902
1903 * subr.el: Extend progress reporters to perform "spinning".
1904 (progress-reporter-update, progress-reporter-do-update):
1905 Handle non-numeric value arguments.
1906 (progress-reporter--pulse-characters): New var.
1907
1908 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * progmodes/compile.el (compilation-start): Fix regexp detection
1911 of initial cd command (Bug#5771).
1912
1913 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
1914
1915 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1916
1917 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1918
1919 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1920 * lisp/progmodes/gdb-mi.el: Restore.
1921 * lisp/progmodes/gdb-ui.el: Remove.
1922 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1923
1924 2010-03-25 Glenn Morris <rgm@gnu.org>
1925
1926 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1927 all dired buffers, even tramp ones. (Bug#5755)
1928
1929 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 Add "union tags" in mpc.el.
1932 * mpc.el: Remove backward compatibility code.
1933 (mpc-browser-tags): Change default.
1934 (mpc--find-memoize-union-tags): New var.
1935 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1936 (mpc-cmd-find): Handle the case where the playlist does not exist.
1937 Handle union-tags.
1938 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
1939 (mpc-cmd-add): Use mpc-cmd-flush.
1940 (mpc-tagbrowser-tag-name): New fun.
1941 (mpc-tagbrowser-buf): Use it.
1942 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
1943
1944 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 Misc cleanup.
1947 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1948 Use replace-regexp-in-string.
1949 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1950 (makefile-imake-mode-syntax-table): Move init into defvar.
1951 (makefile-mode): Use define-derived-mode.
1952
1953 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1954 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1955 not be present any more.
1956
1957 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * faces.el (set-face-attribute): Fix typo in docstring.
1960 (face-valid-attribute-values): Reflow docstring.
1961
1962 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1963
1964 2010-03-24 Glenn Morris <rgm@gnu.org>
1965
1966 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1967
1968 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * indent.el (indent-for-tab-command): Doc fix.
1971
1972 2010-03-24 Alan Mackenzie <acm@muc.de>
1973
1974 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1975 Fix off-by-one error. Fixes bug #5747.
1976
1977 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1978
1979 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1980 (image-dired-read-comment): Doc fix.
1981
1982 * json.el (json-object-type, json-array-type, json-key-type)
1983 (json-false, json-null, json-read-number):
1984 * minibuffer.el (completion-in-region-functions):
1985 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1986 (cal-tex-cursor-week):
1987 * emacs-lisp/trace.el (trace-function):
1988 * eshell/em-basic.el (eshell/printnl):
1989 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1990 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1991 * obsolete/levents.el (allocate-event, event-key, event-object)
1992 (event-point, event-process, event-timestamp, event-to-character)
1993 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1994 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1995 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1996 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1997 (reftex-highlight-selection): Fix typos in docstrings.
1998
1999 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2002
2003 2010-03-24 Glenn Morris <rgm@gnu.org>
2004
2005 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2006 2008-02-13 without comment; mark it obsolete.
2007 (rmail-highlight-headers): Use rmail-highlight-face once more.
2008
2009 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * woman.el (woman2-process-escapes): Only consume the newline if
2012 the filler character is on a line by itself (Bug#5729).
2013
2014 2010-03-24 Kenichi Handa <handa@m17n.org>
2015
2016 * language/indian.el (devanagari-composable-pattern): Add more
2017 consonants.
2018
2019 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2020
2021 * net/trampver.el: Update release number.
2022
2023 2010-03-24 Glenn Morris <rgm@gnu.org>
2024
2025 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2026
2027 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2028
2029 * net/tramp.el (tramp-find-executable):
2030 Use `tramp-get-connection-buffer'. Make the regexp for checking
2031 output of "wc -l" more robust.
2032 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2033 (tramp-open-connection-setup-interactive-shell): Remove workaround
2034 for OpenSolaris bug, it is not needed anymore.
2035
2036 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
2037
2038 * cedet/semantic/imenu.el: New file, from the CEDET repository
2039 (Bug#5412).
2040
2041 2010-03-24 Glenn Morris <rgm@gnu.org>
2042
2043 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2044
2045 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
2046
2047 * files.el (auto-mode-alist): Accept more verilog file patterns.
2048
2049 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2052
2053 2010-03-24 Glenn Morris <rgm@gnu.org>
2054
2055 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2056 log-edit-before-checkin-process.
2057
2058 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2059
2060 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2061
2062 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2063 (log-view-process-buffer, log-edit-extra-flags): Declare.
2064
2065 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2066
2067 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2068 Consistently check ede-object is bound throughout.
2069
2070 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2071
2072 2010-03-23 Sam Steingold <sds@gnu.org>
2073
2074 Fix bug#5620: recalculate all markers on compilation buffer
2075 modifications, not on file modifications.
2076 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2077 the buffer modification time, for buffers not associated with files.
2078 (compilation-mode): Create it.
2079 (compilation-filter): Update it.
2080 (compilation-next-error-function): Use it instead of
2081 `visited-file-modtime' for timestamp.
2082
2083 2010-03-23 Juri Linkov <juri@jurta.org>
2084
2085 Implement Occur multi-line matches.
2086 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2087
2088 * replace.el (occur): Doc fix.
2089 (occur-engine): Set `begpt' to the beginning of the first line.
2090 Set `endpt' to the end of the last match line. At first, count
2091 line numbers between `origpt' and `begpt'. Split out code from
2092 `out-line' variable to new let-bindings `match-prefix' and
2093 `match-str'. In `out-line' add non-numeric prefix to all
2094 non-first lines of multi-line matches. Finally, count lines
2095 between `begpt' and `endpt' and add to `lines'.
2096
2097 2010-03-23 Juri Linkov <juri@jurta.org>
2098
2099 * replace.el (occur-accumulate-lines, occur-engine):
2100 Use `occur-engine-line' instead of duplicate code.
2101 (occur-engine-line): New function created from duplicate code
2102 in `occur-accumulate-lines' and `occur-engine'.
2103
2104 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2105 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2106
2107 2010-03-23 Juri Linkov <juri@jurta.org>
2108
2109 * finder.el: Remove TODO tasks.
2110
2111 * info.el (Info-finder-find-node): Add node "all"
2112 with all package info. Handle a list of multiple keywords
2113 separated by comma.
2114 (info-finder): In interactive use with a prefix argument,
2115 use `completing-read-multiple' to read a list of keywords
2116 separated by comma.
2117
2118 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 Add a new completion style `substring'.
2121 * minibuffer.el (completion-basic--pattern): New function.
2122 (completion-basic-try-completion, completion-basic-all-completions):
2123 Use it.
2124 (completion-substring--all-completions)
2125 (completion-substring-try-completion)
2126 (completion-substring-all-completions): New functions.
2127 (completion-styles-alist): New style `substring'.
2128
2129 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 Get rid of .elc files after removal of the corresponding .el.
2132 * Makefile.in (compile-clean): New target.
2133 (compile-main): Use it.
2134
2135 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2136
2137 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2138 don't do make there. When compiling with separate object dir, there
2139 is no Makefile there.
2140
2141 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 Get rid of the ELCFILES abomination, again.
2144 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2145 (all, compile): Don't call compile-last.
2146 (compile-main): Build the "elcfiles" list dynamically.
2147 (compile-targets): New (internal) target.
2148
2149 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2150
2151 * Makefile.in (top_srcdir): Define.
2152 (abs_top_builddir): Define.
2153 (srcdir): Don't append `/..'.
2154 (EMACS): Use ${abs_top_builddir}.
2155 (all, compile, compile-always, compile-last): Don't set emacswd.
2156 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2157 $(srcdir).
2158 (lisp): Use $(srcdir) instead of @srcdir@.
2159
2160 2010-03-21 Juri Linkov <juri@jurta.org>
2161
2162 Fix message of multi-line occur regexps and multi-buffer header lines.
2163 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2164
2165 * replace.el (occur-1): Don't display regexp if it is longer
2166 than window-width. Use `query-replace-descr' to display regexp.
2167 (occur-engine): Don't display regexp in the buffer header for
2168 multi-buffer occur. Display a separate header line with total
2169 match count and regexp for multi-buffer occur.
2170 Use `query-replace-descr' to display regexp.
2171
2172 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2173
2174 * net/secrets.el: Fix parenthesis.
2175 (secrets-enabled): Fix parenthesis.
2176
2177 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 Use more relative file and directory names.
2180 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2181 (setwins, setwins_almost, setwins_for_subdirs):
2182 Don't `cd'; output relative names.
2183 (all, compile, compile-always, compile-last): Set emacswd.
2184 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2185 Just cd to the lisp source dir so we can use relative file names.
2186
2187 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2188
2189 2010-03-20 Glenn Morris <rgm@gnu.org>
2190
2191 * textmodes/rst.el: Use faces for font-lock customization, and make the
2192 old -face variables obsolete.
2193 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2194 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2195 (rst-block-face, rst-external-face, rst-definition-face)
2196 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2197 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2198 Make obsolete.
2199 (rst-font-lock-keywords-function): Update for above changes.
2200
2201 2010-03-20 Juri Linkov <juri@jurta.org>
2202
2203 * s-region.el:
2204 * obsolete/s-region.el: Move to obsolete.
2205
2206 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2209
2210 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2211
2212 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2213
2214 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2215
2216 Add special markup processing for commit logs.
2217 * log-edit.el (log-edit-extra-flags): New variable.
2218 (log-edit): Add new argument MODE. Use that mode when non-nil
2219 instead of the log-view-mode.
2220 (log-view-process-buffer): New function.
2221
2222 * vc.el: Document that the checkin method takes optional
2223 arguments. Document new backend specific method: log-view-mode.
2224 (vc-default-log-edit-mode): New function.
2225 (vc-checkin): Use a backend specific log-view-mode.
2226 Pass extra arguments to the checkin method.
2227 (vc-modify-change-comment): Pass a dummy extra argument.
2228
2229 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2230 log-edit.
2231 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2232 (vc-finish-logentry): Process the log buffer before passing it
2233 down. Pass log-edit-extra-flags.
2234
2235 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2236 command.
2237 (log-edit-extra-flags, log-edit-before-checkin-process):
2238 New declarations.
2239
2240 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2241 command.
2242 (log-edit-extra-flags, log-edit-before-checkin-process):
2243 New declarations.
2244 (vc-hg-log-edit-mode): New derived mode.
2245
2246 * vc-arch.el (vc-arch-checkin):
2247 * vc-cvs.el (vc-cvs-checkin):
2248 * vc-git.el (vc-git-checkin):
2249 * vc-mtn.el (vc-mtn-checkin):
2250 * vc-rcs.el (vc-rcs-checkin):
2251 * vc-sccs.el (vc-sccs-checkin):
2252 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2253
2254 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2257 parent typo).
2258
2259 2010-03-19 Glenn Morris <rgm@gnu.org>
2260
2261 * password-cache.el (password-cache, password-cache-expiry): Autoload.
2262
2263 2010-03-18 Glenn Morris <rgm@gnu.org>
2264
2265 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2266
2267 * replace.el (query-replace-history): Give it a doc string.
2268 (map-query-replace-regexp): Use query-replace-from-history-variable
2269 and query-replace-to-history-variable.
2270
2271 * mail/hashcash.el (declare-function): Remove duplicate definition.
2272
2273 * mail/emacsbug.el (report-emacs-bug-pretest-address):
2274 Make it an obsolete alias for report-emacs-bug-address.
2275 (message-strip-special-text-properties): Declare.
2276 (report-emacs-bug): Remove test for a pretest bug address.
2277 Combine message-mode-specific code.
2278
2279 * mail/supercite.el: Don't require sendmail.
2280 (mh-in-header-p): Declare rather than using with-no-warnings.
2281 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2282 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
2283
2284 * calendar/cal-french.el: Convert to utf-8.
2285
2286 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2287 Emacs scripts.
2288
2289 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
2290
2291 * net/secrets.el (secrets-enabled): New variable. Use it instead
2292 of a subfeature.
2293
2294 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
2295
2296 * net/secrets.el (top): Register the D-Bus signals only when the
2297 service "org.freedesktop.secrets" can be pinged.
2298 Provide subfeature `enabled'.
2299
2300 2010-03-14 Juri Linkov <juri@jurta.org>
2301
2302 Add finder unknown keywords.
2303
2304 * finder.el (finder-unknown-keywords): New function.
2305
2306 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2307 to create a Finder node with unknown keywords.
2308
2309 2010-03-14 Juri Linkov <juri@jurta.org>
2310
2311 * finder.el (finder-compile-keywords): Replace `princ' with
2312 `prin1' on a list of symbols interned from keyword strings.
2313
2314 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2315 a comma, then split keywords using a comma and optional whitespace.
2316 Otherwise, split by whitespace.
2317
2318 * complete.el:
2319 * face-remap.el:
2320 * log-view.el:
2321 * net/hmac-def.el:
2322 * net/hmac-md5.el:
2323 * net/netrc.el:
2324 * progmodes/mixal-mode.el: Fix keywords.
2325
2326 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2327
2328 * Makefile.in (ELCFILES): Add net/secrets.elc.
2329
2330 * net/secrets.el: New file.
2331
2332 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2333
2334 * facemenu.el (list-colors-display, list-colors-print): New arg
2335 callback. Use it to allow selecting colors.
2336
2337 * wid-edit.el (widget-image-insert): Insert image prop even if the
2338 current display is non-graphic.
2339 (widget-field-value-set): New fun.
2340 (editable-field): Use it.
2341 (widget-field-value-get): Clean up unused var.
2342 (widget-color-value-create, widget-color--choose-action):
2343 New funs. Allow using list-colors-display to choose color.
2344
2345 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * cus-edit.el: Resort topmost custom groups.
2348 (custom-buffer-sort-alphabetically): Default to t.
2349 (customize-apropos): Use apropos-parse-pattern.
2350 (custom-search-field): New var.
2351 (custom-buffer-create-internal): Add custom-apropos search field.
2352 (custom-add-parent-links): Don't display parent doc.
2353 (custom-group-value-create): Don't sort top-level custom group.
2354 (custom-magic-value-create): Show visibility button before option name.
2355
2356 (custom-variable-state): New fun, from custom-variable-state-set.
2357 (custom-variable-state-set): Use it.
2358 (custom-group-value-create): Hide options with standard values
2359 using the :hidden-states property. Use progress reporter.
2360
2361 (custom-show): Simplify.
2362 (custom-visibility): Disable images by default.
2363 (custom-variable): New property :hidden-states.
2364 (custom-variable-value-create): Enable images for
2365 custom-visibility widgets. Use :hidden-states property to
2366 determine initial visibility.
2367
2368 * wid-edit.el (widget-image-find): Give images center ascent.
2369 (visibility): Add :on-image and :off-image properties.
2370 (widget-visibility-value-create): Use them.
2371
2372 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2373
2374 * cus-edit.el (processes): Remove from development group.
2375 (oop, hypermedia): Delete group.
2376 (comm): Promote to top-level group.
2377
2378 * net/browse-url.el (browse-url):
2379 * net/xesam.el (xesam):
2380 * net/tramp.el (tramp):
2381 * net/goto-addr.el (goto-address):
2382 * net/ange-ftp.el (ange-ftp): Put in comm group.
2383
2384 * view.el (view): Remove from editing group.
2385
2386 * uniquify.el (uniquify): Put in files group.
2387
2388 * net/browse-url.el (browse-url):
2389 * ps-print.el (postscript): Put in external group.
2390
2391 * cus-edit.el (outlines):
2392 * textmodes/text-mode.el (text-mode-hook):
2393 * textmodes/table.el (table):
2394 * textmodes/picture.el (picture):
2395 * outline.el (outlines): Put in wp group.
2396
2397 * nxml/nxml-mode.el (nxml): Remove from wp group.
2398
2399 * net/tramp-imap.el (tramp-imap): Put in tramp group.
2400
2401 * mail/metamail.el (metamail): Remove from hypermedia group.
2402
2403 * cus-edit.el (abbrev):
2404 * whitespace.el (whitespace):
2405 * vcursor.el (vcursor):
2406 * reveal.el (reveal):
2407 * hl-line.el (hl-line): Put in convenience group.
2408
2409 * epg-config.el (epg): Put in data group.
2410
2411 * emulation/pc-select.el (pc-select): Put in emulations group.
2412
2413 * calculator.el (calculator): Put in applications group.
2414
2415 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2416
2417 Add .dir-locals.el support for file-less buffers.
2418 * files.el (hack-local-variables): Split out code to apply local
2419 variable settings ...
2420 (hack-local-variables-apply): ... here. New function.
2421 (hack-dir-local-variables): Use the default directory for when the
2422 buffer does not have an associated file.
2423 (hack-dir-local-variables-non-file-buffer): New function.
2424 * diff-mode.el (diff-mode):
2425 * vc-annotate.el (vc-annotate-mode):
2426 * vc-dir.el (vc-dir-mode):
2427 * log-edit.el (log-edit-mode):
2428 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2429
2430 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2431
2432 Add support for shelving snapshots and for showing shelves.
2433 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2434 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2435 New functions.
2436 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2437 (vc-bzr-extra-menu-map): Map them.
2438
2439 2010-03-11 Glenn Morris <rgm@gnu.org>
2440
2441 * cus-edit.el (customize-changed-options-previous-release):
2442 Bump to 23.1.
2443
2444 * image.el (image-animate-max-time): Fix :version tag.
2445
2446 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * Branch for 23.2.
2449
2450 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * vc-git.el (vc-git-revision-table): Include remote branches.
2453
2454 2010-03-10 Kim F. Storm <storm@cua.dk>
2455
2456 Animated image API.
2457 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2458
2459 * image.el (image-animate-max-time): New defcustom.
2460 (image-animated-types): New defconst.
2461 (create-animated-image, image-animate-timer)
2462 (image-animate-start, image-animate-stop, image-animate-timeout)
2463 (image-animated-p): New functions.
2464
2465 * image-mode.el (image-toggle-display-image):
2466 Replace `create-image' with `create-animated-image'.
2467
2468 2010-03-09 Miles Bader <miles@gnu.org>
2469
2470 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2471 instead of "format:"; this ensures that the output is
2472 newline-terminated.
2473
2474 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2475
2476 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2477 that all errors are caught, and that the return value is always a
2478 list (Bug#5692).
2479
2480 2010-03-08 Kenichi Handa <handa@m17n.org>
2481
2482 * language/misc-lang.el (windows-1256): New coding system.
2483 (cp1256): New alias of windows-1256 (bug#5690).
2484
2485 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2486
2487 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2488 call to rfc822-bad-address. (Bug#5692)
2489
2490 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2491
2492 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2493 Use vc-git-root as default directory for revision path (Bug#5657).
2494
2495 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * calculator.el (calculator): Don't bind split-window-keep-point
2498 (Bug#5674).
2499
2500 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * vc-git.el: Re-flow to fit into 80 columns.
2503 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2504 Remove spurious `quote' element in each case alternative.
2505 (vc-git-show-log-entry): Use prog1.
2506 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2507
2508 2010-03-06 Glenn Morris <rgm@gnu.org>
2509
2510 * cedet/semantic/grammar.el (semantic-grammar-header-template):
2511 Update template copyright to GPLv3+.
2512
2513 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2516
2517 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2520 definition, not the name (Bug#5481).
2521
2522 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2523
2524 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2525 argument with a local variable. (Bug#5670)
2526
2527 2010-03-02 Juri Linkov <juri@jurta.org>
2528
2529 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2530
2531 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2532
2533 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2534 error when FILENAME and NEWNAME are existing remote directories.
2535
2536 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2537 parameter DIR-FLAG.
2538
2539 2010-03-02 Glenn Morris <rgm@gnu.org>
2540
2541 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2542 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2543
2544 2010-03-01 Kenichi Handa <handa@m17n.org>
2545
2546 * language/burmese.el (burmese-composable-pattern): Rename from
2547 myanmar-composable-pattern.
2548
2549 * international/characters.el (script-list):
2550 * international/fontset.el (script-representative-chars):
2551 Change myanmar to burmese.
2552 (otf-script-alist): Likewise.
2553 (setup-default-fontset): Likewise. Re-fix :otf spec.
2554
2555 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2556
2557 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2558
2559 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2560
2561 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2562
2563 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * net/tramp.el (tramp-handle-write-region): START can be a string.
2566 Take care in the checks. Reported by Dan Davison
2567 <davison@stats.ox.ac.uk>.
2568
2569 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * net/dbus.el (dbus-introspect, dbus-get-property)
2572 (dbus-set-property, dbus-get-all-properties):
2573 Use `dbus-call-method' when noninteractive. (Bug#5645)
2574
2575 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2578 * emacs-lisp/elint.el (elint-add-required-env):
2579 * cedet/semantic/db-find.el
2580 (semanticdb-find-translate-path-brutish-default):
2581 * cedet/ede/make.el (ede-make-check-version):
2582 * calendar/icalendar.el (icalendar--add-diary-entry):
2583 * calc/calcalg2.el (math-tracing-integral):
2584 * files.el (recover-session-finish): Use with-current-buffer
2585 instead of save-excursion.
2586
2587 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 Fix in-buffer completion when after-change-functions modify the buffer.
2590 * minibuffer.el (completion--replace): New function.
2591 (completion--do-completion): Use it and use relative movement.
2592
2593 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2596
2597 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2598
2599 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2600 Allow the characters _<> in the stack entry (Bug#5653).
2601
2602 2010-02-26 Kenichi Handa <handa@m17n.org>
2603
2604 * language/burmese.el: Fix entries in composition-function-table.
2605 (myanmar-composable-pattern): New variable.
2606
2607 * international/fontset.el (setup-default-fontset): Add an entry
2608 for myanmar.
2609
2610 * international/characters.el (script-list): Add Myanmar
2611 Extended-A.
2612
2613 2010-02-26 Glenn Morris <rgm@gnu.org>
2614
2615 * custom.el (custom-initialize-delay): Doc fix.
2616
2617 * mail/sendmail.el (send-mail-function): Autoload the call
2618 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2619
2620 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * files.el (hack-local-variables-filter): For eval forms, also
2623 check safe-local-variable-p (Bug#5636).
2624
2625 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2626
2627 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2628 and use c(ad)r of cddr (Bug#5640).
2629
2630 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2631
2632 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2633 setting the modes by `ignore-errors'. It might fail, for example
2634 if the file is not owned by the user but the group.
2635 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2636
2637 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2638
2639 * files.el (directory-listing-before-filename-regexp): Use
2640 stricter matching for iso-style dates, to avoid false matches with
2641 date-like filenames (Bug#5597).
2642
2643 * htmlfontify.el (htmlfontify): Doc fix.
2644
2645 * eshell/eshell.el (eshell): Doc fix.
2646
2647 * startup.el (fancy-about-screen): In mode-line, apply
2648 mode-line-buffer-id face only to the buffer name (Bug#5613).
2649
2650 2010-02-20 Kevin Ryde <user42@zip.com.au>
2651
2652 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2653 In `watcom' anchor regexp to start of line, to avoid slowness
2654 (Bug#5599).
2655
2656 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2657
2658 * subr.el (remove-yank-excluded-properties): Explain in a comment
2659 why `category' property is removed.
2660
2661 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2662
2663 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2664 2010-02-17 change.
2665
2666 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2667
2668 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2669 (icalendar--convert-weekly-to-ical)
2670 (icalendar--convert-yearly-to-ical)
2671 (icalendar--convert-block-to-ical)
2672 (icalendar--convert-cyclic-to-ical)
2673 (icalendar--convert-anniversary-to-ical): Take care of time
2674 specifications where hour has 1-digit only (Bug#5549).
2675
2676 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2677
2678 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2679 of disassemble output in GDB 7.1.
2680
2681 2010-02-19 Glenn Morris <rgm@gnu.org>
2682
2683 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2684 property. (Bug#5593)
2685
2686 2010-02-18 Sam Steingold <sds@gnu.org>
2687
2688 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2689
2690 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 Use abbreviated file names in bookmarks (bug#5591).
2693 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2694 calls to expand-file-name.
2695 (bookmark-relocate): Use abbreviated file names in bookmarks.
2696 (bookmark-load): Use abbreviated file names in messages.
2697
2698 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2699
2700 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2701 expand "." and "..". Reported by Thierry Volpiatto
2702 <thierry.volpiatto@gmail.com>.
2703
2704 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2705
2706 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2707 permissions of the temporary file to "0600". In case the remote
2708 file has no read permissions for the owner, there might be
2709 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2710
2711 22010-02-18 Glenn Morris <rgm@gnu.org>
2712
2713 * emacs-lisp/authors.el (authors-renamed-files-alist):
2714 Add entries for INSTALL.CVS.
2715
2716 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2717
2718 * vc-bzr.el: Fix typo in Known Bugs section.
2719
2720 * isearch.el (isearch-update-post-hook): New hook.
2721 (isearch-update): Use the new hook.
2722
2723 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2724
2725 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2726 Fix errors in copying directories.
2727 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2728 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2729 (tramp-handle-delete-file)
2730 (tramp-handle-dired-recursive-delete-directory)
2731 (tramp-handle-write-region): Flush also the cache for the upper
2732 directory.
2733
2734 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2737
2738 * cus-edit.el (hardware): Doc fix.
2739
2740 * man.el (man): Add to external custom group.
2741
2742 * delim-col.el (columns): Move to wp custom group.
2743
2744 * doc-view.el (doc-view): Add to data custom group.
2745
2746 * cedet/data-debug.el (data-debug): Move to extensions group.
2747
2748 * cedet/ede.el (ede):
2749 * cedet/srecode.el (srecode):
2750 * cedet/semantic.el (semantic): Put in tools and extensions group.
2751
2752 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2753
2754 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2755 by ispell-parse-output (Bug#5575).
2756
2757 2010-02-16 Kenichi Handa <handa@m17n.org>
2758
2759 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2760 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2761 (skkdic-convert): Use `euc-japan' coding system for writing.
2762
2763 2010-02-16 Glenn Morris <rgm@gnu.org>
2764
2765 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2766 tex-main-file before using it. (Bug#5562)
2767
2768 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2771 warnings, since it is annoying for the user to see them each time he
2772 runs the code.
2773
2774 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2775
2776 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2777 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2778 instead of PROC for caching "first-password-request". Otherwise,
2779 new processes would not profit from passwords already entered.
2780
2781 * net/tramp-cache.el (tramp-dump-connection-properties):
2782 Don't save "first-password-request" property.
2783
2784 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2785
2786 * outline.el (outline-head-from-level):
2787 * simple.el (with-wrapper-hook):
2788 * cedet/ede.el (ede-run-target, project-delete-target)
2789 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
2790 (ede-adebug-project, ede-adebug-project-parent)
2791 (ede-adebug-project-root):
2792 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2793 (elint-defun, elint-buffer-env, elint-top-form-logged)
2794 (elint-unbound-variable):
2795 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2796 Fix typos in docstrings.
2797
2798 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * files.el (insert-directory): When WILDCARD-REGEXP and
2801 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2802 whole directory. (Bug#5551)
2803
2804 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2805 dired's alignment sanity. (Bug#5516)
2806
2807 2010-02-14 Juri Linkov <juri@jurta.org>
2808
2809 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2810 Remove remaining ^H with their preceding chars. (Bug#5566)
2811
2812 2010-02-13 Glenn Morris <rgm@gnu.org>
2813
2814 * simple.el (transpose-subr): Give it a doc-string.
2815
2816 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2817 Doc fixes.
2818
2819 2010-02-12 Juri Linkov <juri@jurta.org>
2820
2821 * arc-mode.el (archive-unique-fname): Make directories for nested
2822 archives. (Bug#5540)
2823
2824 2010-02-12 Juri Linkov <juri@jurta.org>
2825
2826 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2827
2828 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * subr.el (copy-overlay): Handle deleted overlays.
2831
2832 * man.el (Man-completion-table): Don't signal an error if we can't run
2833 manual-program (bug#4056).
2834
2835 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2836
2837 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2838
2839 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2840
2841 * info.el (Info-bookmark-jump): Simplify.
2842
2843 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2844 (bookmark-default-handler): Accept new bookmark field `buffer'.
2845
2846 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * iswitchb.el (iswitchb-completions): Revert last change.
2849
2850 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2851
2852 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2853 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2854 This prevents file names like "~/" being listed literally.
2855
2856 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2857
2858 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2859 Remove dead code. (Bug#5546)
2860
2861 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2862
2863 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2864 correctly (Bug#5548).
2865
2866 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2867
2868 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2869 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2870
2871 2010-02-08 Kenichi Handa <handa@m17n.org>
2872
2873 * international/mule-util.el (with-coding-priority): Add autoload
2874 cookie for putting `lisp-indent-function'.
2875
2876 2010-02-07 Glenn Morris <rgm@gnu.org>
2877
2878 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2879 Move F2003 named interfaces from keywords-2 to keywords-1, and
2880 use function-name-face rather than constant-face.
2881 Simplify "abstract interface" regexp.
2882
2883 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2886 ID-FORMAT. Pass it to `file-attributes'.
2887
2888 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2889
2890 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2891
2892 * faces.el (set-face-attribute): Allow calling
2893 internal-set-lisp-face-attribute with 'unspecified family and
2894 foundry argument (Bug#5536).
2895
2896 2010-02-07 Glenn Morris <rgm@gnu.org>
2897
2898 * progmodes/f90.el (f90-font-lock-keywords-2)
2899 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2900 Handle F2003 named interfaces.
2901
2902 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2905 beg and end before calling c-get-state-before-change-functions.
2906
2907 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2910
2911 2010-02-05 Juri Linkov <juri@jurta.org>
2912
2913 * doc-view.el (doc-view-mode):
2914 * image-mode.el (image-mode): Put property mode-class=special.
2915 (Bug#4896)
2916
2917 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2918
2919 * vc-svn.el (vc-svn-revision-table): New function.
2920
2921 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2922
2923 * net/ange-ftp.el (ange-ftp-insert-directory):
2924 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2925 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2926 Handle also directories. (Bug#5478)
2927
2928 2010-02-05 Glenn Morris <rgm@gnu.org>
2929
2930 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2931
2932 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2933
2934 * startup.el (command-line-1): Convert options beginning with a
2935 single dash as well (Bug#5519).
2936
2937 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2940 * minibuffer.el (completion-initials-expand): Only check the presence
2941 of delims *within* the boundaries, since otherwise the / delim is
2942 always found for files.
2943
2944 Fix up various corner case problems.
2945 * doc-view.el (doc-view-last-page-number): New function.
2946 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2947 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2948 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2949 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2950 (doc-view-convert-current-doc): Don't create the resolution.el file
2951 here any more.
2952 (doc-view-pdf/ps->png): Do it here instead.
2953 (doc-view-already-converted-p): Check that resolution.el is present.
2954 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2955 windows that are not yet showing images.
2956
2957 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2958
2959 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2960 `dired-uncache' for every elemnt which is an absolute file name.
2961
2962 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2963 directory, handle its directory component.
2964 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2965 function is called permanently and creates noise, otherwise.
2966
2967 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2968 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2969 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2970
2971 2010-02-04 David Burger <dburger@google.com> (tiny change)
2972
2973 * macros.el (apply-macro-to-region-lines):
2974 Minor simplification. (Bug#5485)
2975
2976 2010-02-04 Glenn Morris <rgm@gnu.org>
2977
2978 * mail/rmail.el (rmail-show-message-1): Handle malformed
2979 quoted-printable text. (Bug#5441)
2980
2981 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2982
2983 * simple.el (visual-line-mode): Capitalize lighter.
2984
2985 2010-02-03 John Wiegley <jwiegley@gmail.com>
2986
2987 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2988 list of files considered for "virtual buffer" completions.
2989
2990 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2991
2992 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2993 also in case of (and (not full) (not wildcard)). This is needed,
2994 when dired is called with a list of files, which are not in
2995 `default-directory'. (Bug#5478)
2996
2997 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3000
3001 2010-02-02 Juri Linkov <juri@jurta.org>
3002
3003 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3004 from unidiff to allow function-line after @@.
3005
3006 2010-02-02 Juri Linkov <juri@jurta.org>
3007
3008 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3009 '(RCS SCCS) with inverted condition.
3010
3011 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3014 messages.
3015
3016 2010-02-01 Juri Linkov <juri@jurta.org>
3017
3018 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3019 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3020 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3021 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3022
3023 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3026 (doc-view-revert-buffer): New command.
3027 (doc-view-mode-map): Use it.
3028
3029 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3030
3031 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3032 pending merge is detected.
3033
3034 2010-01-31 Juri Linkov <juri@jurta.org>
3035
3036 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3037 beginning of interactive spec like all other grep commands do.
3038 Put "all" in front of "gz". (Bug#5260)
3039
3040 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3041
3042 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3043
3044 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3045
3046 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3047 regexp is incorrect (Bug#5476).
3048
3049 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3050
3051 * net/tramp.el (tramp-handle-insert-directory): Handle also
3052 symlinks, when FILENAME is not in `default-directory'.
3053
3054 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3055
3056 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3057 FILE is not in `default-directory'. (Bug#5478)
3058
3059 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3060 of SWITCHES. Handle the case, FILENAME is not in
3061 `default-directory'. (Bug#5478)
3062 (tramp-register-file-name-handlers): Add safe-magic property.
3063
3064 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3067 unzip (Bug#5475).
3068
3069 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3070
3071 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3072 (flymake-master-make-header-init): Add other C++ filename masks.
3073 (flymake-find-possible-master-files)
3074 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3075
3076 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3077
3078 Fix some busybox annoyances.
3079
3080 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3081 not responding." string.
3082 (tramp-open-connection-setup-interactive-shell): Dump stty
3083 settings. Enable "neveropen" arg for all `tramp-send-command'
3084 calls. Handle "=" in variable values properly.
3085 (tramp-find-inline-encoding): Raise an error, when no encoding is
3086 found.
3087 (tramp-wait-for-output): Check, whether PROC buffer is available.
3088 Remove spurious " ^H" sequences, sent by busybox.
3089 (tramp-get-ls-command): Suppress coloring, if possible.
3090
3091 2010-01-28 Glenn Morris <rgm@gnu.org>
3092
3093 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3094
3095 * log-edit.el (log-edit-strip-single-file-name): Add missing
3096 :safe, :group, and :version tags.
3097
3098 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3099
3100 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3101 buffers. (Bug#5477)
3102
3103 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3104
3105 * files.el (delete-directory): Handle moving to trash without
3106 first doing recursion (Bug#5436).
3107
3108 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3109
3110 * vc-hooks.el (vc-path): Mark as obsolete.
3111
3112 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3113
3114 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3115 names too.
3116
3117 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3118 for the short log.
3119 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3120
3121 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3122
3123 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3124
3125 * vc-bzr.el (vc-bzr-revision-table): New function.
3126
3127 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3128
3129 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3130 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3131
3132 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 Remove support for adding --signoff on commit.
3135 Future support will use an incompatible generic mechanism.
3136 * vc-git.el (vc-git-add-signoff): Remove variable.
3137 (vc-git-toggle-signoff): Remove function.
3138 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3139
3140 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3141 from xterm-set-background-mode. Return t if the background mode
3142 was set.
3143 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3144 earlier, call it again in case the background mode has changed.
3145
3146 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3147
3148 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3149 (Bug#3541).
3150
3151 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3152
3153 * emacs-lisp/assoc.el (aelement): Doc fix.
3154 (aput, adelete, amake): Use lexical-let (Bug#5450).
3155
3156 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3157
3158 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3159 is the same as subprogram call, not declaration. (Bug#5435).
3160
3161 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3164 (tramp-smb-maybe-open-connection): Use it.
3165
3166 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3167
3168 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3169
3170 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3173 just because we see "encoding: 8bit".
3174 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3175
3176 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3179
3180 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3181
3182 * jka-compr.el (jka-compr-load): If load-file is not in
3183 load-history, try its file-truename version. (bug#5447)
3184
3185 2010-01-21 Alan Mackenzie <acm@muc.de>
3186
3187 Fix a situation where deletion of a cpp construct throws an error.
3188 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3189 invoking c-with-all-but-one-cpps-commented-out, check that the
3190 special cpp construct is still in the buffer.
3191 (c-parse-state): Record the special cpp with markers, not numbers.
3192
3193 2010-01-21 Kenichi Handa <handa@m17n.org>
3194
3195 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3196 process last-command-event, as it is now decoded first (Bug#5380).
3197
3198 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3201
3202 2010-01-20 Glenn Morris <rgm@gnu.org>
3203
3204 * indent.el (tab-always-indent): Fix custom-type.
3205
3206 2010-01-19 Alan Mackenzie <acm@muc.de>
3207
3208 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3209 buffer throws "args out of range".
3210 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3211 playing the role of delimiter.
3212
3213 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3214
3215 * progmodes/ada-mode.el: Fix bug#5400.
3216 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3217 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3218 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3219 Improve comments in "is" portion. Handle null procedure declaration.
3220 (ada-move-to-end): Improve doc string.
3221
3222 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3223
3224 * ido.el (ido-cur-list): Initialize to nil.
3225 Remove obsolete information from commentary.
3226 (ido-choice-list): Initialize to nil.
3227 (ido-get-bufname): Reject minibuffers.
3228 (ido-make-buffer-list): If "default" is a nonexistent
3229 buffer, ignore it, as per the function's comment.
3230 (ido-kill-buffer-internal): New function.
3231 (ido-kill-buffer-at-head): Use it.
3232 (ido-visit-buffer): Likewise.
3233
3234 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3237
3238 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * cedet/ede/locate.el (ede-locate-file-in-project)
3241 (ede-locate-file-in-project-impl): Fix typos in docstrings.
3242 (ede-enable-locate-on-project): Fix typos in error messages.
3243
3244 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3245 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3246 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3247 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3248 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3249 Fix typos in menu help.
3250
3251 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3252 Fix typos in chart titles.
3253
3254 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3255 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3256 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3257 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3258 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3259 (semantic-parse-stream, semantic-parse-region)
3260 (semantic-parse-region-default, semantic--set-buffer-cache)
3261 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3262 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3263 (semantic-default-submodes):
3264 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3265 (semanticdb-create-ebrowse-database)
3266 (semanticdb-find-tags-for-completion-method)
3267 (semanticdb-find-tags-by-class-method)
3268 (semanticdb-deep-find-tags-by-name-method)
3269 (semanticdb-deep-find-tags-for-completion-method):
3270 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3271 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3272 (semanticdb-find-tags-for-completion-method)
3273 (semanticdb-find-tags-by-class-method)
3274 (semanticdb-deep-find-tags-for-completion-method):
3275 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3276 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3277 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3278 (semanticdb-find-tags-by-name-method)
3279 (semanticdb-find-tags-by-name-regexp-method)
3280 (semanticdb-find-tags-for-completion-method)
3281 (semanticdb-find-tags-by-class-method)
3282 (semanticdb-find-tags-external-children-of-type-method)
3283 (semanticdb-find-tags-subclasses-of-type-method)
3284 (semanticdb-deep-find-tags-by-name-method)
3285 (semanticdb-deep-find-tags-by-name-regexp-method)
3286 (semanticdb-deep-find-tags-for-completion-method):
3287 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3288 (semanticdb-enable-gnu-global-in-buffer)
3289 (semanticdb-find-tags-for-completion-method)
3290 (semanticdb-deep-find-tags-by-name-method)
3291 (semanticdb-deep-find-tags-for-completion-method):
3292 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3293 (javascript-mode, semanticdb-find-translate-path)
3294 (semanticdb-find-tags-for-completion-method)
3295 (semanticdb-find-tags-by-class-method)
3296 (semanticdb-deep-find-tags-by-name-method)
3297 (semanticdb-deep-find-tags-for-completion-method)
3298 (semanticdb-find-tags-external-children-of-type-method):
3299 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3300 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3301 (global-semantic-idle-scheduler-mode):
3302 * cedet/srecode/dictionary.el (srecode-field-value)
3303 (srecode-dictionary-add-section-dictionary):
3304 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3305 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3306 (describe-class, eieio-describe-generic, describe-generic):
3307 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3308 (eieio-speedbar-expand):
3309 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3310 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3311 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3312 (viper-del-backward-char-in-replace, viper-backward-indent)
3313 (viper-brac-function, viper-register-to-point, viper-submit-report):
3314 * net/tramp.el (tramp-remote-coding-commands):
3315 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3316 Fix typos in docstrings.
3317
3318 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * mail/sendmail.el (mail-yank-original): Set the mark if the
3321 specified function for yanking does not do it.
3322
3323 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3324
3325 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3326
3327 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3328 resyncing a directory.
3329
3330 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3331
3332 * progmodes/ada-mode.el: Fix bug#1920.
3333 (ada-ident-re): Delete ., allow multibyte characters.
3334 (ada-goto-label-re): New; matches goto labels.
3335 (ada-block-label-re): New; matches block labels.
3336 (ada-label-re): New; matches both.
3337 (ada-named-block-re): Deleted; callers changed to use
3338 `ada-block-label-re' instead.
3339 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3340 Use `ada-block-label-re'.
3341 (ada-indent-on-previous-lines): Improve handling of goto labels.
3342 (ada-get-indent-block-start): Special-case block label.
3343 (ada-get-indent-label): Split into `ada-indent-block-label' and
3344 `ada-indent-goto-label'.
3345 (ada-goto-stmt-start, ada-goto-next-non-ws):
3346 Optionally ignore goto labels.
3347 (ada-goto-next-word): Simplify.
3348 (ada-indent-newline-indent-conditional): Insert newline before
3349 trying to fix indentation; doc fix.
3350
3351 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3352
3353 * calc/calc.el (calc-command-flags): Give it an initial value.
3354
3355 2010-01-17 Glenn Morris <rgm@gnu.org>
3356
3357 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3358
3359 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * cedet/semantic.el (semantic-mode):
3362 * files.el (minibuffer-with-setup-hook):
3363 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3364 (artist-key-draw-continously, artist-key-do-continously-continously)
3365 (artist-key-set-point-continously, artist-mouse-draw-continously):
3366 Fix typos in docstrings.
3367
3368 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3369
3370 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3371 return t (Bug#3898).
3372
3373 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3374
3375 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3376 can parse the output of the external commands (Bug#5279).
3377
3378 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3379
3380 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3381
3382 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3385
3386 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3387
3388 * startup.el (command-line): Remove unused --icon-type arg.
3389 Handle --display arg, passing it to command-line-1 (Bug#5392).
3390
3391 2010-01-16 Mario Lang <mlang@delysid.org>
3392
3393 * cedet/ede/cpp-root.el (ede-cpp-root-project):
3394 * cedet/ede/files.el (ede-expand-filename):
3395 * cedet/ede/simple.el (ede-simple-project):
3396 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3397 (semantic-complete-inline-tag-engine):
3398 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3399 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3400 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3401 * cedet/semantic/db.el (semanticdb-equivalent-mode):
3402 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3403 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3404 * emacs-lisp/chart.el (chart-translate-namezone):
3405 * textmodes/artist.el (artist-compute-popup-menu-table):
3406 Remove duplicated words in doc-strings.
3407
3408 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3409
3410 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3411 to mairix-search to suppress threading (Bug#5342).
3412
3413 2010-01-15 Kenichi Handa <handa@m17n.org>
3414
3415 * international/mule-cmds.el (canonicalize-coding-system-name):
3416 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3417
3418 2010-01-15 Glenn Morris <rgm@gnu.org>
3419
3420 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3421
3422 * wid-edit.el (widget-keymap): Doc fix.
3423
3424 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3425 former seems to be more widely accepted by various svn versions.
3426
3427 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3428
3429 * find-cmd.el (find-constituents):
3430 * vc-arch.el (vc-arch-root):
3431 * window.el (window-body-height, pop-up-frames):
3432 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3433 (semantic-no-reparse-needed-change-hook):
3434 * cedet/srecode/insert.el (srecode-resolve-argument-list)
3435 (srecode-template-inserter-blank, srecode-template-inserter-variable)
3436 (srecode-template-inserter-ask, srecode-template-inserter-width)
3437 (srecode-template-inserter-section-start)
3438 (srecode-template-inserter-section-end, srecode-insert-method):
3439 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3440 * progmodes/ada-stmt.el (ada-if):
3441 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3442 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3443 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3444 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3445
3446 * progmodes/flymake.el (flymake-post-syntax-check):
3447 Fix typo in error message.
3448
3449 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3450
3451 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3452 which is always a string. (Bug#5313)
3453
3454 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3455
3456 * progmodes/ada-xref.el (ada-default-prj-properties):
3457 Simplify previous change.
3458
3459 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3460
3461 * progmodes/ada-xref.el (ada-default-prj-properties):
3462 Default ada_project_path to $ADA_PROJECT_PATH.
3463
3464 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3465
3466 * progmodes/ada-mode.el (ada-create-keymap):
3467 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3468
3469 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3470
3471 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3472 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3473 (ada-get-current-indent, ada-imenu-generic-expression)
3474 (ada-which-function): Check for it.
3475
3476 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3477
3478 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3479 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3480
3481 2010-01-14 Glenn Morris <rgm@gnu.org>
3482
3483 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3484
3485 2010-01-14 Kenichi Handa <handa@m17n.org>
3486
3487 * composite.el (auto-composition-mode): Make it a buffer local
3488 variable (permanent-local).
3489 (auto-composition-function): Set the default value to
3490 auto-compose-chars.
3491 (auto-composition-mode): Make it a simple function, not a minor mode.
3492 (global-auto-composition-mode): Likewise.
3493 (turn-on-auto-composition-if-enabled): Delete it.
3494
3495 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3496
3497 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3498
3499 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3500
3501 * files.el (copy-directory): Compute target for recursive
3502 directories with identical names. (Bug#5343)
3503
3504 2010-01-12 Glenn Morris <rgm@gnu.org>
3505
3506 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3507 it to bug-gnu-emacs rather than emacs-pretest-bug.
3508
3509 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * cedet/data-debug.el (data-debug): Fix customization group reference.
3512
3513 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3514
3515 * cedet/semantic/analyze.el (semantic-analyze-push-error)
3516 (semantic-analyze-context, semantic-analyze-context-assignment)
3517 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3518 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3519 (semantic-java-doc-keywords-map):
3520 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3521 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3522 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3523 (semantic-c-classname, semantic-format-tag-uml-prototype)
3524 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3525 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3526 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3527 (semantic-get-local-variables, semantic-end-of-command)
3528 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
3529 (lisp-mode):
3530 * cedet/semantic/bovine/make.el (makefile-mode):
3531 * cedet/semantic/wisent/python.el (wisent-python-string-re)
3532 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
3533 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
3534 (semantic-lex, semantic-get-local-variables, python-mode):
3535 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
3536 * cedet/srecode/extract.el (srecode-extract-state-set)
3537 (srecode-extract-method): Fix typos in docstrings.
3538
3539 2010-01-11 Sam Steingold <sds@gnu.org>
3540
3541 * imenu.el (imenu-default-create-index-function): Detect infinite
3542 loops caused by imenu-prev-index-position-function.
3543
3544 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3545
3546 * htmlfontify.el (htmlfontify-load-rgb-file)
3547 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3548 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3549 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3550 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3551 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3552 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3553 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3554 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3555 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3556 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3557 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3558 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3559 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3560 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3561 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3562 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3563 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3564 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3565 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3566 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3567 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3568 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3569 backslash-quoting from parentheses, etc.
3570
3571 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * progmodes/js.el: Autoload javascript-mode alias.
3574
3575 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3576
3577 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3578 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3579 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3580 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3581 Fix typos in docstrings.
3582 (ffap-url-regexp): Doc fix.
3583 (ffap-at-mouse): Fix typo in message.
3584
3585 2010-01-11 Glenn Morris <rgm@gnu.org>
3586
3587 * version.el (emacs-copyright): Set copyright year to 2010.
3588
3589 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * format.el (format-annotate-function): Only set
3592 write-region-post-annotation-function after running to-fn so as not to
3593 affect nested write-region calls (bug#5273).
3594
3595 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * cedet/semantic.el (semantic-new-buffer-setup-functions):
3598 Add python parser.
3599
3600 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3601 wisent/python.el.
3602
3603 2010-01-10 Richard Kim <emacs18@gmail.com>
3604
3605 * cedet/semantic/wisent/python-wy.el:
3606 * cedet/semantic/wisent/python.el: New files.
3607
3608 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3609
3610 * man.el (Man-goto-section): Signal error if the section is not
3611 found (Bug#5317).
3612
3613 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3614
3615 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3616 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3617
3618 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * progmodes/compile.el: Don't treat compile-command as safe if
3621 compilation-read-command might be nil (Bug#4218).
3622
3623 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3624
3625 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3626 NS options.
3627
3628 2010-01-08 Kenichi Handa <handa@m17n.org>
3629
3630 * international/fontset.el (build-default-fontset-data):
3631 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3632
3633 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3636 to `create-file-buffer' as it expects, not just a buffer name.
3637 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3638 to help uniquify. (Bug#3224)
3639
3640 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3641
3642 * font-setting.el (font-setting-change-default-font): Use user-spec
3643 instead of name.
3644
3645 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3646
3647 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3648
3649 2010-01-05 Tom Tromey <tromey@redhat.com>
3650
3651 * progmodes/python.el (python-font-lock-keywords):
3652 Handle qualified decorators (Bug#881).
3653
3654 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3655
3656 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3657 in a lightweight checkout.
3658
3659 2010-01-05 Kenichi Handa <handa@m17n.org>
3660
3661 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3662
3663 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3664
3665 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3666
3667 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3668
3669 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3670 checkouts. (Bug#618)
3671 (vc-bzr-log-view-mode): Also highlight the author.
3672 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3673 (vc-bzr-shelve-menu-map):
3674 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3675 (vc-bzr-shelve-apply): Make prompt more explicit.
3676
3677 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3680 They are valid characters in URL paths (rfc3986), and at least
3681 Firefox does not understand the encoded version (Bug#3166).
3682
3683 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3684
3685 * progmodes/octave-mod.el (octave-end-keywords)
3686 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3687 Add "end" keyword (Bug#3061).
3688 (octave-end-as-array-index-p): New function.
3689 (calculate-octave-indent): Use it.
3690
3691 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3692
3693 * bookmark.el: Consistently put the text property on the bookmark name.
3694 (bookmark-bmenu-marks-width): Bump back to 2, to include
3695 annotation marks.
3696 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3697 property on the bookmark name, instead of not putting it at all.
3698 (bookmark-bmenu-list): Fix where we put the text property.
3699
3700 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3701
3702 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3703 for showing buffer modified state (as added in the previous change).
3704
3705 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3706
3707 * bookmark.el: Show modified state of bookmark buffer more accurately.
3708 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3709 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3710 (with-buffer-modified-unmodified): New macro.
3711 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3712 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3713 Use new macro to preserve the buffer modified state.
3714
3715 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3716
3717 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3718 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3719 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3720 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3721 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3722 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3723 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3724
3725 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3726
3727 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3728 Make the lines in the generated doc string shorter. (Bug#4668)
3729
3730 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3731
3732 * net/rcirc.el: Add follow-link binding (Bug#4738).
3733
3734 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3735
3736 * Makefile.in (bzr-update): Rename from cvs-update.
3737 (cvs-update): New target for backward compatibility.
3738
3739 * makefile.w32-in (bzr-update): Rename from cvs-update.
3740 (cvs-update): New target for backward compatibility.
3741
3742 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3743
3744 * bookmark.el: Remove gratuitous gratitude.
3745
3746 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3747
3748 * bookmark.el (bookmark-bmenu-any-marks): New function
3749 (bookmark-bmenu-save): Clear buffer modification if no marks.
3750
3751 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3752
3753 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3754 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3755 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3756 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3757
3758 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3759 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3760 To: emacs-devel {_AT_} gnu.org
3761 Subject: bookmark.el bug report
3762 Date: Mon, 28 Dec 2009 14:19:16 +0800
3763 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3764
3765 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3766
3767 * bookmark.el: Improvements suggested by Drew Adams:
3768 (bookmark-bmenu-ensure-position): New name for
3769 `bookmark-bmenu-check-position'. Just ensure the position,
3770 don't return any meaningful value.
3771 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3772 New constants.
3773
3774 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3775
3776 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3777 (bookmark-yank-point, bookmark-bmenu-check-position):
3778 Fix typos in docstrings.
3779 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3780 (bookmark-name-from-full-record, bookmark-get-position)
3781 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3782 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3783 Remove useless quoting of parenthesis, etc. in docstrings.
3784
3785 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3786 (ediff-append-custom-diff): Fix typo in error message.
3787 (ediff-meta-mark-equal-files): Fix typos in messages.
3788
3789 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3790
3791 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
3792 Fix typo in docstring.
3793
3794 * net/imap-hash.el (imap-hash-make): Doc fix.
3795 (imap-hash-test): Fix typo in error message; reflow docstring.
3796 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3797 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3798 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3799 Fix typos in docstrings.
3800 (imap-hash-open-connection): Fix typo in error message.
3801
3802 * play/gomoku.el (gomoku): Fix typos in docstring.
3803
3804 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3805 (gdb-jsonify-buffer): Fix typos in docstring.
3806 (gdb-goto-breakpoint): Fix typo in error message.
3807 ("Display Other Windows"): Fix typo in help message.
3808 (gdb-speedbar-expand-node): Fix typo in question.
3809
3810 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3811 (idlwave-html-system-help-location, idlwave-html-help-location)
3812 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3813 (idlwave-help-browser-generic-args, idlwave-help-directory)
3814 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3815 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3816 (idlwave-online-help, idlwave-help-html-link)
3817 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3818 Fix typos in docstrings.
3819 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3820 Reflow docstrings.
3821 (idlwave-help-assistant-start): Fix typo in error message.
3822
3823 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3824 (octave-electric-space): Fix typos in docstrings.
3825
3826 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3829
3830 2010-01-01 Juri Linkov <juri@jurta.org>
3831
3832 * comint.el (comint-input-ring-size): Make it a defcustom and
3833 increase the default to 500 (Bug#5148).
3834
3835 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3836
3837 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3838 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3839 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3840
3841 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3842
3843 Show working revision correctly for mercurial.
3844 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3845 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3846
3847 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3848
3849 Declare some functions for the byte-compiler.
3850 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3851 (speedbar-timer-fn, speedbar-change-expand-button-char)
3852 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3853
3854 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3855
3856 This changeset reverts GDB Graphical Interface to use annotations.
3857 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3858
3859 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3860
3861 Make vc-dir work on subdirectories of the bzr root.
3862 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3863 file names relative to it.
3864 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3865 relative directory to vc-bzr-after-dir-status.
3866
3867 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3868
3869 * font-lock.el (font-lock-refresh-defaults): New function, which
3870 can be used to let font-lock react to external changes in
3871 variables like font-lock-defaults and keywords.
3872 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3873
3874 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3875
3876 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3877
3878 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3879
3880 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3881
3882 Supersede color.diff settings in git log (bug#5211).
3883
3884 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3885 escape chars in its output when the user has color.diff set to `always'.
3886 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3887
3888 2009-12-26 Kevin Ryde <user42@zip.com.au>
3889
3890 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3891 node. Keep previous "Index" name to work with past coreutils too.
3892
3893 * man.el (man): Revise docstring a bit to show -a and -l as
3894 examples. Add -k description since support for it has otherwise
3895 been a secret. (Further to bug#3717.)
3896 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3897 "no matches" rather than "Can't find manpage", as the latter reads
3898 like -k was interpreted as a page name, which is not so. (Bug#5431)
3899
3900 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3901
3902 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3903 switches. Check also for //SUBDIRED// line.
3904
3905 2009-12-25 Kenichi Handa <handa@m17n.org>
3906
3907 * language/indian.el (devanagari-composable-pattern): Fixed to
3908 handle ZWNJ and ZWJ. Use it in composition-function-table for
3909 Devanagari.
3910 (malayalam-composable-pattern): Fix previous change.
3911
3912 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3913
3914 * ps-print.el (ps-face-attributes): It was not returning the
3915 attribute face for faces specified as string. Reported by harven
3916 <harven@free.fr>.
3917 (ps-print-version): New version 7.3.5.
3918
3919 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3920
3921 * calendar/icalendar.el (icalendar--convert-tz-offset):
3922 Fix timezone names.
3923 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3924 (icalendar--add-diary-entry): Remove the trailing blank that
3925 diary-make-entry inserts.
3926
3927 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3928
3929 Make `file-expand-wildcards' work for remote files.
3930
3931 * files.el (file-expand-wildcards): In case of remote files, check
3932 only local file name part for wildcards. Provide feature 'files
3933 and subfeature 'remote-wildcards. (Bug#5198)
3934
3935 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3936 if there is already an established connection.
3937 (tramp-advice-file-expand-wildcards): Remove it.
3938
3939 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3940 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3941 Activate advice for older GNU Emacs versions. (Bug#5237)
3942
3943 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3944
3945 Some doc fixes (more needed).
3946
3947 * find-cmd.el (find-constituents): Reflow docstring.
3948 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3949 (find-generic): Doc fix.
3950
3951 2009-12-17 Juri Linkov <juri@jurta.org>
3952
3953 Fix regression from 23.1 to allow multiple modes in Local Variables.
3954
3955 * files.el (hack-local-variables-filter): While ignoring duplicates,
3956 don't take `mode' into account.
3957 (hack-local-variables-filter, hack-dir-local-variables):
3958 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3959
3960 2009-12-17 Juri Linkov <juri@jurta.org>
3961
3962 Make `dired-diff' safer. (Bug#5225)
3963
3964 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3965 `current' or when `file' is a directory of the `current' file.
3966
3967 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3968
3969 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3970 unconditionally preloaded files.
3971
3972 2009-12-16 Juri Linkov <juri@jurta.org>
3973
3974 Revert to old 23.1 logic of using the file at the mark as default.
3975 * dired-aux.el (dired-diff): Use the file at the mark as default
3976 if it's not the same as the current file, and the target dir is
3977 the current dir or the mark is active. Add the current file
3978 as the arg of `dired-dwim-target-defaults'. Use the default file
3979 in the prompt. (Bug#5225)
3980
3981 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3982
3983 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3984 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3985 (tramp-check-for-regexp): Check also, when an echoing shell stops
3986 to echo sent commands.
3987
3988 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3989
3990 * Makefile.in: Revert last change (Bug#5191).
3991
3992 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3993
3994 * vc-hg.el (vc-hg-print-log): Fix argument order.
3995 (vc-hg-working-revision): Make sure the command is executed in a
3996 known environment so that we can parse the output. (Bug#4417)
3997
3998 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * progmodes/python.el (python-symbol-completions): Remove text
4001 properties from symbol string before calling python-send-receive.
4002
4003 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4004
4005 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4006 when there are values for both file and line. (Bug#5060)
4007
4008 2009-12-14 Juri Linkov <juri@jurta.org>
4009
4010 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4011 whitespace after the file name of the first line of unified format,
4012 because git-diff doesn't output whitespace and file modification time
4013 after the file name.
4014
4015 2009-12-14 David Kastrup <dak@gnu.org>
4016
4017 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4018 check if it already has the `display' property added by
4019 `Info-display-images-node', and not put the `invisible' property
4020 in this case.
4021
4022 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4025 (semantic-mru-bookmark-mode): Doc fixes.
4026
4027 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4028 of assert.
4029
4030 2009-12-13 Glenn Morris <rgm@gnu.org>
4031
4032 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4033 (report-emacs-bug): In message-mode, sort manually before storing
4034 original report text. (Bug#5178)
4035 Remove superfluous save-excursion.
4036
4037 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4038
4039 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4040 when responding to "GetAll" properties.
4041
4042 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * simple.el (compose-mail): Remove mail-setup-with-from from
4045 customization checks.
4046
4047 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4048
4049 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4050 RAR archives created on Unix systems.
4051
4052 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4055 the varalias that was accidentally removed by the 2009-11-19 change
4056 (bug#5186).
4057
4058 2009-12-12 Kenichi Handa <handa@m17n.org>
4059
4060 * language/indian.el (indian-compose-regexp): New function.
4061 (malayalam-composable-pattern): Fix the pattern.
4062 (composition-function-table): Set malayalam-composable-pattern for
4063 Malayalam characters.
4064
4065 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4066
4067 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4068 rather than down-mouse-1, based on follow-link conventions.
4069
4070 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4071 are compiled.
4072
4073 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4074
4075 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4076 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4077 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4078 (verilog-leap-to-head, verilog-backward-token):
4079 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4080
4081 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4082
4083 * progmodes/verilog-mode.el (verilog-auto-lineup)
4084 (verilog-nameable-item-re): Cleanup user-visible spelling and
4085 documentation errors. One reported by Gary Delp.
4086 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4087 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4088 package, bug195. Reported by Pierre-David Pfister.
4089
4090 2009-12-11 Glenn Morris <rgm@gnu.org>
4091
4092 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4093
4094 * mail/emacsbug.el: No longer require sendmail.
4095 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4096 (report-emacs-bug-orig-text): Doc fix.
4097 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4098 New local variables, to adapt to different mail-user-agents.
4099 (report-emacs-bug): Fix test for a gnu.org address.
4100 Use overlays for emphasis, since font-lock defeats 'face property.
4101 Pretest bugs also end up at the newsgroup these days.
4102 Stop message-mode stripping text properties.
4103 Set and use the new buffer-local variables.
4104 (report-emacs-bug-hook): Add doc-string.
4105 Remove some unnecessary save-excursions and simplify.
4106 Use the appropriate hook and send-command.
4107
4108 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4109 capitalization of some menu entries.
4110
4111 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4112
4113 * whitespace.el (whitespace-display-char-on): Ensure
4114 `buffer-display-table' is unique when two or more windows are
4115 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4116 New version 12.1.
4117
4118 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4119
4120 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4121 characters in the Attribute field.
4122
4123 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4124
4125 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4126
4127 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4130 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4131 Disregard autoload-excludes.
4132 (update-directory-autoloads): Obey autoload-excludes here instead.
4133 But don't store its contents in no-autoloads and remove entries that
4134 refer to excludes files.
4135
4136 2009-12-10 Glenn Morris <rgm@gnu.org>
4137
4138 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4139 (expand-mail-aliases): Define for compiler.
4140
4141 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4142 Define for compiler.
4143
4144 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4145 appropriate for the mail-user-agent in use.
4146
4147 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4148
4149 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4150
4151 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4152
4153 Fix short log parsing and fontification.
4154 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4155 Fix fontification for the [merge] label.
4156
4157 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4158
4159 Drop some properties to avoid surprises (bug#5002).
4160 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4161 (hfy-fontify-buffer): Use it.
4162
4163 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 Minor cleanup.
4166 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4167 Adjust all callers.
4168 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4169 args compulsory. Adjust callers.
4170 (ffap-gopher-at-point): Remove unused var `name'.
4171
4172 Get rid of the ELCFILES abomination.
4173 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4174 (compile-elcfiles): New phony target.
4175 (compile-main): Compute ELCFILES dynamically.
4176 (compile-clean): New target to remove left-over elc files.
4177 (compile, all): Use it.
4178
4179 2009-12-09 Kenichi Handa <handa@etlken>
4180
4181 * international/mule-diag.el: Require help-mode instead of help-fns.
4182
4183 2009-12-09 Kenichi Handa <handa@m17n.org>
4184
4185 * international/mule-cmds.el (ucs-names): Supply sufficiently
4186 fine ranges instead of pre-calculating accurate ranges.
4187 Iterate with bigger gc-cons-threshold.
4188
4189 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4190
4191 Add support for stashing a snapshot of the current tree.
4192 * vc-git.el (vc-git-stash-snapshot): New function.
4193 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4194
4195 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4196
4197 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4198 instead of `(beginning|end)-of-line'.
4199
4200 2009-12-08 Glenn Morris <rgm@gnu.org>
4201
4202 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4203
4204 * Makefile.in (ELCFILES): Regenerate.
4205
4206 2009-12-07 Juri Linkov <juri@jurta.org>
4207
4208 Don't lazy-highlight the comint output in history Isearch mode.
4209
4210 * comint.el (comint-history-isearch-search): Instead of
4211 `comint-line-beginning-position', use `comint-after-pmark-p'
4212 to check if point if before the process mark, and go to
4213 `process-mark' in this case.
4214
4215 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * textmodes/tex-mode.el (latex-complete)
4218 (latex-indent-or-complete): Remove.
4219 (latex-mode): Set completion-at-point-functions instead.
4220
4221 Provide a standard completion command and hook it into TAB.
4222 * minibuffer.el (completion-at-point-functions): New var.
4223 (completion-at-point): New command.
4224 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4225 * progmodes/python.el (python-mode-map): Use completion-at-point.
4226 (python-completion-at-point): Rename from python-partial-symbol and
4227 adjust for use in completion-at-point-functions.
4228 (python-mode): Setup completion-at-point for Python completion.
4229 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4230 extracted from lisp-complete-symbol.
4231 (lisp-complete-symbol): Use it.
4232 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4233 setup completion-at-point for Elisp completion.
4234 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4235 Use completion-at-point.
4236 * ielm.el (ielm-map): Use completion-at-point.
4237 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4238 * progmodes/sym-comp.el: Move to...
4239 * obsolete/sym-comp.el: Move from progmodes.
4240
4241 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4242
4243 Prevent save-buffer in Rmail buffers from using the coding-system
4244 of the current message, and from clobbering the encoding mnemonics
4245 in the mode line (Bug#4623).
4246
4247 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4248 flag, too.
4249 (rmail-message-encoding): New variable.
4250 (rmail-write-region-annotate): Record the encoding of the current
4251 message in rmail-message-encoding.
4252 (rmail-after-save-hook): New function, restores the encoding of
4253 the current message after the message collection is saved.
4254
4255 2009-12-07 Juri Linkov <juri@jurta.org>
4256
4257 * progmodes/grep.el (grep-read-files): Use `completing-read'
4258 instead of `read-string'. Set its `collection' arg to
4259 `read-file-name-internal'. (Bug#4301)
4260
4261 2009-12-07 Juri Linkov <juri@jurta.org>
4262
4263 Correctly restore original Isearch point. (Bug#4994)
4264
4265 * isearch.el (isearch-mode): Move `isearch-push-state' after
4266 `(run-hooks 'isearch-mode-hook)'.
4267 (isearch-cancel): When `isearch-push-state-function' is defined,
4268 let-bind `isearch-cmds' to the first state (the last element of
4269 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4270 function and restores the original point). Otherwise, move point
4271 to `isearch-opoint'.
4272
4273 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4276 chars that don't have names, so the table can be built much faster at
4277 run-time.
4278
4279 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4282 change. Suggested by David Kastrup.
4283
4284 * simple.el (compose-mail): Check for incompatibilities and warn.
4285 (compose-mail-user-agent-warnings): New option.
4286
4287 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4288
4289 Support showing a single log entry from vc-annotate.
4290 * vc.el (print-log): Add a new argument: START-REVISION.
4291 (vc-print-log-internal): Add a new optional argument and
4292 pass it to the backend.
4293 (vc-print-log, vc-print-root-log): Adjust callers.
4294 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4295 buffer already displays the requested log entry, use it.
4296 Otherwise display only the log entry in question.
4297 * vc-svn.el (vc-svn-print-log):
4298 * vc-mtn.el (vc-mtn-print-log):
4299 * vc-hg.el (vc-hg-state):
4300 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4301 (vc-git-show-log-entry): Return t on success.
4302 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4303 (vc-bzr-show-log-entry): Return t on success.
4304 * vc-rcs.el (vc-rcs-print-log):
4305 * vc-sccs.el (vc-sccs-print-log):
4306 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4307
4308 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4309
4310 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4311 Add menus to the meta mode. (Bug#5043)
4312
4313 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4314
4315 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4316 event-key.
4317
4318 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4319
4320 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4321
4322 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4323 Berbain <raphael.berbain@gmail.com>.
4324
4325 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4326 characters.
4327 (tramp-initial-end-of-output): New defconst.
4328 (tramp-methods, tramp-find-shell)
4329 (tramp-open-connection-setup-interactive-shell)
4330 (tramp-maybe-open-connection): Use it.
4331 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4332 existence of `#' and `$'.
4333
4334 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4335 `tramp-initial-end-of-output'.
4336
4337 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4338
4339 Get the background mode from the terminal for xterm, and set
4340 faces accordingly.
4341 * term/xterm.el (xterm-set-background-mode): New function.
4342 (terminal-init-xterm): Use it in case xterm supports background
4343 color queries. Recompute faces after getting the background
4344 color.
4345
4346 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4347
4348 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4349 number comment back on its own line, for easier parsing.
4350
4351 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 Make it work for non-file buffers (bug#5102).
4354 * doc-view.el (doc-view-current-cache-dir):
4355 Use doc-view-buffer-file-name rather than buffer-file-name.
4356 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4357
4358 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4359
4360 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4361 author field is too short.
4362
4363 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4364
4365 * vc-git.el (vc-git-print-log): Handle a limit argument.
4366 Display the short log in graph form and with labels.
4367 (vc-git-log-view-mode): Handle labels.
4368
4369 Make vc-revert change VC state from 'added to 'unregistered.
4370 * vc-git.el (vc-git-revert): Call git reset first.
4371
4372 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4373
4374 * net/newst-backend.el, net/newst-plainview.el:
4375 * net/newst-reader.el, net/newst-ticker.el:
4376 * net/newst-treeview.el, net/newsticker.el:
4377 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4378
4379 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4382
4383 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4384 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4385 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4386 Update annotation regexp.
4387
4388 * simple.el (beginning-of-visual-line): Constrain to field
4389 boundaries (Bug#5106).
4390
4391 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4392
4393 * xml.el (xml-substitute-numeric-entities): Move
4394 newsticker--decode-numeric-entities in newst-backend.el to
4395 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4396 * net/newst-backend.el (newsticker--parse-generic-feed)
4397 (newsticker--parse-generic-items)
4398 (newsticker--decode-numeric-entities): Move
4399 newsticker--decode-numeric-entities in newst-backend.el to
4400 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4401
4402 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4403
4404 * progmodes/js.el (js--js-not): Add null to the list of values.
4405
4406 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4407
4408 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4409
4410 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4411
4412 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4413 delimiter if it is at the end of the current line.
4414 (bibtex-generate-url-list): Fix docstring.
4415
4416 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4419 minibuffer's content with itself.
4420 Fold the confirm-after-completion case into the `confirm' case.
4421 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4422
4423 2009-12-06 Kevin Ryde <user42@zip.com.au>
4424
4425 * ffap.el (ffap-rfc-path): Make this a defcustom since
4426 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4427
4428 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4429 manuals, similar to existing setup for help-mode. (Bug#3913.)
4430
4431 2009-12-05 Juri Linkov <juri@jurta.org>
4432
4433 Save and restore dired buffer's point positions too. (Bug#4880)
4434
4435 * dired.el (dired-save-positions): Return in the first element
4436 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4437 Doc fix.
4438 (dired-restore-positions): First restore buffer's position.
4439 While restoring window's positions, check if window still displays
4440 the original buffer.
4441
4442 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4443
4444 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4445 if possible.
4446
4447 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4448 Make argument optional.
4449
4450 * shell.el (shell): Require ansi-color (Bug#5113).
4451
4452 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4453
4454 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4455
4456 2009-12-05 Alan Mackenzie <acm@muc.de>
4457
4458 * progmodes/cc-mode.el (c-before-hack-hook)
4459 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4460 `c-file-style' to work again. This reversion restores the current
4461 software to its state in Emacs 23.1. (Bug#4146)
4462
4463 2009-12-05 Kevin Ryde <user42@zip.com.au>
4464
4465 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4466 comment-start-skip to comment-end-skip as comment (Bug#4781).
4467
4468 2009-12-05 Juri Linkov <juri@jurta.org>
4469
4470 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4471 for virtual nodes. (Bug#4147)
4472 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4473 when moving from a virtual node.
4474 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4475 (Info-mode): Add `Info-virtual-index' to the docstring.
4476
4477 2009-12-05 Eric Ludlam <zappo@gnu.org>
4478
4479 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4480 Describe project macro symbols.
4481
4482 * cedet/semantic/complete.el (semantic-complete-do-completion):
4483 Don't call semantic-collector-current-exact-match.
4484
4485 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4486 ede-objects as targets.
4487
4488 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4489 a target's object list even if compiler vars are already in the
4490 Makefile.
4491
4492 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4493 list of headers producing necessary macros.
4494
4495 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4496
4497 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4498 track of the buffer position of the end of a BibTeX entry as this
4499 position may change during reformatting.
4500 (bibtex-format-entry): Remove whitespace before processing
4501 numerical fields so that we recognize the latter properly.
4502 (bibtex-reformat): Do not use push which changes the global value
4503 of bibtex-entry-format.
4504 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4505 (bibtex-field-re-init): Replace only space characters by regexp
4506 for whitespace.
4507 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4508 (bibtex-initialize): Also update bibtex-strings.
4509 (bibtex-kill-field): Preserve white space at end of entry.
4510 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4511 Update bibtex-reference-keys.
4512
4513 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4516 point after a star, if that's the only place where modifications can
4517 make progress.
4518
4519 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4520
4521 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4522 in docstrings.
4523
4524 2009-12-04 Juri Linkov <juri@jurta.org>
4525
4526 * proced.el (proced): Call `(proced-update t)' to update process
4527 information instead of only running proced-post-display-hook.
4528 (proced-send-signal): Add a leading space to the buffer name
4529 " *Marked Processes*" to make this buffer ephemeral.
4530
4531 2009-12-04 Juri Linkov <juri@jurta.org>
4532
4533 * dired.el (dired-auto-revert-buffer): New defcustom.
4534 (dired-internal-noselect): Use it.
4535
4536 2009-12-04 Juri Linkov <juri@jurta.org>
4537
4538 Change roles of modes and functions in image-mode.el (Bug#5062).
4539
4540 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4541 in `auto-mode-alist'.
4542 (image-mode-previous-major-mode): New variable.
4543 (image-minor-mode-map): Rename from `image-mode-text-map'.
4544 (image-mode): Move graceful error-handling code from
4545 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4546 (image-minor-mode): Remove all image-handling code.
4547 Replace `image-mode-text-map' with `image-minor-mode-map'.
4548 Check for `image-type' in mode-line format string.
4549 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4550 (image-mode-as-text): New function with most code from
4551 `image-mode-maybe'.
4552 (image-toggle-display-text): Move code that removes image
4553 properties from `image-toggle-display' to here.
4554 (image-toggle-display-image): New function with code that adds
4555 image properties copied from `image-toggle-display'.
4556 (image-toggle-display): Remove most code with leaving only code
4557 that toggles between `image-mode-as-text' and `image-mode'.
4558
4559 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4560
4561 * net/newst-treeview.el
4562 (newsticker--treeview-list-highlight-start): Restored call to
4563 save-excursion: Selected item was stuck.
4564 (newsticker--treeview-list-select): New.
4565 (newsticker--treeview-item-show-text)
4566 (newsticker--treeview-item-show)
4567 (newsticker--treeview-item-update): Use new
4568 newsticker-treeview-item-mode.
4569 (newsticker-treeview-update): Keep current item.
4570 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4571 (newsticker--treeview-first-feed): Doc change.
4572 (newsticker-treeview-list-menu)
4573 (newsticker-treeview-item-menu): Added menu entries.
4574 (newsticker-treeview-item-mode): New.
4575
4576 * net/newst-backend.el (newsticker-customize): Delete other
4577 windows.
4578
4579 2009-12-04 Sam Steingold <sds@gnu.org>
4580
4581 * log-view.el (log-view-mode-map): "q" calls quit-window,
4582 like in all the other non-self-insert buffers.
4583
4584 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 Minor cleanup.
4587 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4588 key decoding rather than do it manually via last-input-event +
4589 ascii-character.
4590 (term-exec): Use delete-and-extract-region.
4591 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4592 (term-process-pager): Remove unused var `i'.
4593 (term-dynamic-simple-complete): Make obsolete.
4594 (serial-update-config-menu): Remove unused vars `y' and `str'.
4595 (term-update-mode-line): Remove unused var `temp'.
4596
4597 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4598
4599 Limit the number of log entries displayed by default.
4600 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4601 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4602 using a prefix argument.
4603
4604 2009-12-03 Glenn Morris <rgm@gnu.org>
4605
4606 * progmodes/idlwave.el (class): Restore still useful declaration.
4607
4608 2009-12-03 Alan Mackenzie <acm@muc.de>
4609
4610 Enhance `c-parse-state' to run efficiently in "brace deserts".
4611
4612 * progmodes/cc-mode.el (c-basic-common-init):
4613 Call c-state-cache-init.
4614 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4615 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4616 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4617
4618 * progmodes/cc-langs.el (c-before-font-lock-function):
4619 c-extend-and-neutralize-syntax-in-CPP has been renamed
4620 c-neutralize-syntax-in-and-mark-CPP.
4621
4622 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4623 with `category' properties now, not `syntax-table' ones.
4624
4625 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4626 enhanced (but slower) version of c-end-of-macro that won't land
4627 inside a literal or on another awkward character.
4628 (c-state-cache-too-far, c-state-cache-start)
4629 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4630 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4631 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4632 (c-state-min-scan-pos, c-state-brace-pair-desert)
4633 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4634 buffer local variables.
4635 (c-state-literal-at, c-state-lit-beg)
4636 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4637 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4638 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4639 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4640 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4641 (c-renarrow-state-cache)
4642 (c-append-lower-brace-pair-to-state-cache)
4643 (c-state-push-any-brace-pair, c-append-to-state-cache)
4644 (c-remove-stale-state-cache)
4645 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4646 (c-invalidate-state-cache-1, c-parse-state-1)
4647 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4648 (c-parse-state): Enhance and refactor.
4649 (c-debug-parse-state): Amend to deal with all the new variables.
4650
4651 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4652 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4653 modify to use category text properties rather than syntax-table ones.
4654 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4655 to switch off/on the syntactic paren property of C++ template
4656 delimiters using the category property.
4657 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4658 template delims suppressed.
4659 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4660 New constant/macros which apply category properties to the start
4661 and end of preprocessor constructs.
4662 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4663 "comment out" the syntactic value of characters in preprocessor
4664 constructs.
4665 (c-with-cpps-commented-out)
4666 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4667 with characters in all or all but one preprocessor constructs
4668 "commented out".
4669
4670 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4671
4672 * proced.el (proced-filter-alist): Use regexp-quote.
4673
4674 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4675
4676 Cleanup.
4677 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4678 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4679 arguments. Expand `default-directory'.
4680
4681 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4682 the benefit of returning an expanded localname.
4683 (tramp-tramp-file-p): Handle the case NAME is not a string.
4684
4685 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4686
4687 Add support for bzr shelve/unshelve.
4688 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4689 (vc-bzr-extra-menu-map): New variables.
4690 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4691 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4692 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4693 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4694 (vc-bzr-dir-extra-headers): Display shelves.
4695
4696 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4697
4698 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * textmodes/bibtex.el (bibtex-complete-internal):
4701 Use completion-in-region.
4702 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4703
4704 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 Support applying stashes. Improve UI.
4707 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4708 (vc-git-stash-apply, vc-git-stash-pop)
4709 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4710 (vc-git-stash-menu): New functions.
4711 (vc-git-stash-menu-map): New variable.
4712 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4713
4714 2009-12-03 Glenn Morris <rgm@gnu.org>
4715
4716 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4717 (vc-print-log-internal): Fix previous change.
4718 (vc-revert): Correct pluralization.
4719
4720 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4723 it to be an alist any more.
4724 (makefile-complete): Use completion-in-region.
4725
4726 * progmodes/octave-mod.el (octave-complete-symbol):
4727 Use completion-in-region.
4728
4729 Misc cleanup.
4730 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4731 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4732 (idlwave-complete-class): Don't quote lambda.
4733 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4734 (idlwave-mode-map): Move initialization into declaration.
4735 (idlwave-action-and-binding): Use backquotes.
4736 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4737 Simplify.
4738 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4739 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4740 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4741 `parts', and `all-parts'.
4742 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4743 (idlwave-convert-xml-system-routine-info): Remove unused string
4744 `version-string'.
4745 (idlwave-display-user-catalog-widget): Use dolist.
4746 (idlwave-scanning-lib): Declare dynamically-scoped var.
4747 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4748 (completion-highlight-first-word-only): Declare to silence bytecomp.
4749 (idlwave-popup-select): Tighten scope of `resp'.
4750 (idlwave-find-struct-tag): Remove unused var `beg'.
4751 (idlwave-after-load-rinfo-hook): Declare.
4752 (idlwave-sintern-class-info): Remove unused var `taglist'.
4753 (idlwave-find-class-definition): Remove unused var `list'.
4754 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4755 (idlwave-what-module-find-class): Remove unused var `classes'.
4756
4757 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4758
4759 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4760
4761 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4764 buffers visited. Remove redundant current-buffer-saving.
4765
4766 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 Use completion-in-buffer and remove uses of dynamic scoping.
4769 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4770 (pascal-buffer-to-use, pascal-flag): Don't declare.
4771 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4772 (pascal-get-completion-decl, pascal-keyword-completion):
4773 Add `pascal-str' argument, save-excursion,
4774 return the found completions, and don't filter with pascal-pred.
4775 (pascal-completion-cache): New var.
4776 (pascal-completion): Don't switch buffer any more (it was never
4777 necessary). Don't save-excursion any more (it's done by the called
4778 subroutines). Use a cache to avoid redundant computations.
4779 Use complete-with-action rather than pascal-completion-response and
4780 let it apply the predicate as well.
4781 (pascal-complete-word): Use completion-in-buffer when
4782 pascal-toggle-completions is nil.
4783 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4784 not used any more.
4785 (pascal-comp-defun): Don't change buffer any more.
4786 Use complete-with-action rather than pascal-completion-response and
4787 let it apply the predicate as well.
4788 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4789 when neded.
4790
4791 2009-12-02 Kenichi Handa <handa@m17n.org>
4792
4793 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4794 shape for all Indic scripts.
4795
4796 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 Use completion-in-buffer.
4799 * wid-edit.el (widget-field-text-end): New function.
4800 (widget-field-value-get): Use it.
4801 (widget-string-complete, widget-file-complete)
4802 (widget-color-complete): Use it and completion-in-region.
4803 (widget-complete): Don't narrow the buffer.
4804
4805 2009-12-02 Glenn Morris <rgm@gnu.org>
4806
4807 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4808 (rmail-select-summary): Use rmail-pop-to-buffer.
4809 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4810 rmail-pop-to-buffer, to prevent horizontal splits.
4811
4812 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4813 save-excursion with save-current-buffer.
4814 Widen before searching. (Bug#5093)
4815 (diary-list-sexp-entries): Remove superfluous save-excursion.
4816
4817 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4818
4819 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4820 name. (Bug#5038)
4821
4822 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4823
4824 * ido.el (ido-file-internal): Handle filenames at point that do
4825 not have a directory part. (Bug#5049)
4826
4827 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4828
4829 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4830 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4831
4832 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4833
4834 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4835 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4836 any more.
4837
4838 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * comint.el (comint-insert-input): Ignore clicks to the right of
4841 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4842
4843 * vc.el (vc-print-log-internal): Don't wait for the process to
4844 terminate before setting up the major mode.
4845
4846 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4847 in case.
4848
4849 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4850 the last element.
4851
4852 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4853
4854 2009-12-01 Glenn Morris <rgm@gnu.org>
4855
4856 * window.el (window--display-buffer-2): Fix previous changes.
4857
4858 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4861
4862 2009-12-01 Glenn Morris <rgm@gnu.org>
4863
4864 * Makefile.in (ELCFILES): Add mpc.elc.
4865
4866 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * mpc.el: New file.
4869
4870 2009-12-01 Glenn Morris <rgm@gnu.org>
4871
4872 * window.el (window-to-use): Define for compiler.
4873
4874 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4875 consistent with others (no final period).
4876
4877 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4878 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4879
4880 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4881
4882 Make vc-print-log buttons work.
4883 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4884
4885 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4886
4887 * savehist.el (savehist-autosave-interval): Allow setting to nil
4888 through customize. (Bug#5056)
4889
4890 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4891
4892 Fix references to jit-lock properties.
4893 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4894 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4895 (perl-font-lock-special-syntactic-constructs):
4896 Quote jit-lock-defer-multiline property.
4897
4898 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4899
4900 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4901
4902 2009-11-30 Juri Linkov <juri@jurta.org>
4903
4904 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4905 value `buffer' of `multi-isearch-next-buffer-current-function'.
4906 Use `(current-buffer)' when `buffer' is nil.
4907 (multi-isearch-next-buffer-from-list): Don't fallback to
4908 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4909
4910 2009-11-30 Juri Linkov <juri@jurta.org>
4911
4912 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4913 of buffers with `get-buffer' to `multi-isearch-buffers'.
4914 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4915 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4916 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4917 FILES with `expand-file-name' converting relative file names
4918 to absolute. Doc fix. (Bug#4727)
4919
4920 2009-11-30 Juri Linkov <juri@jurta.org>
4921
4922 * misearch.el (multi-isearch-read-buffers)
4923 (multi-isearch-read-matching-buffers): New functions.
4924 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4925 Use them in the `interactive' spec. Doc fix.
4926 (multi-isearch-read-files, multi-isearch-read-matching-files):
4927 New functions.
4928 (multi-isearch-files, multi-isearch-files-regexp):
4929 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4930
4931 2009-11-30 Juri Linkov <juri@jurta.org>
4932
4933 * doc-view.el (doc-view-continuous):
4934 Rename from `doc-view-continuous-mode'.
4935 (doc-view-menu): Move "Toggle display" to the top.
4936 Add submenu "Continuous" with radio buttons "Off"/"On"
4937 and "Save as Default".
4938 (doc-view-scroll-up-or-next-page)
4939 (doc-view-scroll-down-or-previous-page)
4940 (doc-view-next-line-or-next-page)
4941 (doc-view-previous-line-or-previous-page): Rename
4942 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4943
4944 2009-11-30 Juri Linkov <juri@jurta.org>
4945
4946 * comint.el (comint-mode-map): Rebind `M-r' from
4947 `comint-previous-matching-input' to
4948 `comint-history-isearch-backward-regexp'.
4949 Unbind `M-s' to allow global key binding `M-s'.
4950 Add menu items for `comint-history-isearch-backward' and
4951 `comint-history-isearch-backward-regexp'. (Bug#3746)
4952
4953 2009-11-30 Juri Linkov <juri@jurta.org>
4954
4955 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4956 For def=recenter, replace `recenter' with `recenter-top-bottom'
4957 that is called with `this-command' and `last-command' let-bound
4958 to `recenter-top-bottom'. When the last `def' was not `recenter',
4959 set `recenter-last-op' to nil. (Bug#4981)
4960
4961 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 Minor cleanup and simplification.
4964 * filecache.el (file-cache-add-directory)
4965 (file-cache-add-directory-recursively)
4966 (file-cache-add-from-file-cache-buffer)
4967 (file-cache-delete-file-regexp, file-cache-delete-directory)
4968 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4969 (file-cache-temp-minibuffer-message): Delete function.
4970 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4971
4972 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4973 Don't signal an error when bumping into EOB in tr, s, or y.
4974
4975 2009-11-29 Juri Linkov <juri@jurta.org>
4976
4977 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4978 (Bug#4960)
4979
4980 * descr-text.el (describe-char-unidata-list): Use lowercase name
4981 for "Unicode name" like in other tags.
4982
4983 2009-11-29 Juri Linkov <juri@jurta.org>
4984
4985 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4986 New compatibility macro.
4987 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4988
4989 2009-11-29 Juri Linkov <juri@jurta.org>
4990
4991 Add defcustom to define the cycling order of `recenter-top-bottom'.
4992 (Bug#4981)
4993
4994 * window.el (recenter-last-op): Doc fix.
4995 (recenter-positions): New defcustom.
4996 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4997 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4998
4999 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5000
5001 Improve integration of Tramp and ange-ftp in eshell.
5002
5003 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5004 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5005 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5006
5007 * eshell/esh-util.el (top): Require also Tramp when compiling.
5008 (eshell-directory-files-and-attributes): Check for FTP remote
5009 connection.
5010 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5011 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5012 (eshell-file-attributes): Handle ".". Return `entry'.
5013
5014 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5015 (ange-ftp-directory-files-and-attributes)
5016 (ange-ftp-real-directory-files-and-attributes): New defuns.
5017
5018 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5019 shell with "exec" when possible. This prevents trailing prompts
5020 in `start-file-process'.
5021
5022 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 Try and remove assumptions about point-min==1.
5025 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5026 (rng-compute-mode-line-string): Show the validation percentage in
5027 terms of the narrowed text, not the widened text.
5028 (rng-do-some-validation): Don't catch internal errors when debugging.
5029 (rng-first-error): Simplify.
5030 (rng-after-change-function): Remove work around. AFAIK the bug has
5031 been fixed a while ago.
5032
5033 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5034 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5035
5036 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5037
5038 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5039 `cd' doesn't always do it for us (bug#5067).
5040
5041 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5042 on 2009-10-25 as part of some other change (bug#5067).
5043
5044 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5047 `suspicious'.
5048 (byte-compile-warnings): Use byte-compile-warning-types.
5049 (byte-compile-save-excursion): Warn about use of set-buffer right
5050 after save-excursion.
5051
5052 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5053 the excursion as well.
5054
5055 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5058 providing a Tramp related implementation of "su" and "sudo".
5059 (eshell-unix-initialize): Add "su" and "sudo".
5060
5061 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5062
5063 * net/socks.el (socks-send-command): Convert binary request to
5064 unibyte before sending. This fixes mishandling of some port
5065 numbers such as 129.
5066
5067 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * help.el (describe-bindings-internal): Remove `interactive'.
5070
5071 * man.el (Man-completion-table): Trim a terminating "(".
5072 Remove the space between name page a section.
5073 Add the command's description on the `help-echo' property.
5074 Remove `process-connection-type' binding since it's unused by
5075 call-process.
5076 Provide completion for the "<section> <name>" format as well.
5077 (Man-default-man-entry): Remove spurious var shadowing the argument.
5078
5079 2009-11-26 Kevin Ryde <user42@zip.com.au>
5080
5081 * log-view.el: Add "Keywords: tools", since its other keywords
5082 aren't in finder-known-keywords, and following vc.el.
5083
5084 * sha1.el (sha1-string-external): default-directory "/" in case
5085 otherwise non-existent. process-connection-type pipe for touch of
5086 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5087
5088 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 Misc coding convention cleanups.
5091 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5092 hfy-init-kludge-hooks.
5093 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5094 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5095 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5096 and push.
5097 (hfy-slant, hfy-weight): Use tables rather than code.
5098 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5099 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5100 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5101 (hfy-face-to-css): Remove `nconc' with single arg.
5102 (hfy-p-to-face-lennart): Use `or'.
5103 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5104 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5105 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5106 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5107 (hfy-force-fontification): Use run-hooks.
5108
5109 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5110
5111 Various minor fixes.
5112 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5113 Javascript belongs in the header, not the body.
5114 (hfy-javascript): Remove.
5115 (hfy-fontify-buffer): Don't insert it any more.
5116 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5117 Fix bug in invis handling when there were no invis props in a chunk.
5118
5119 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5122
5123 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5124
5125 * finder.el (finder-mode-map): Add a menu.
5126
5127 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5128
5129 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5130 "unsigned" structs.
5131
5132 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5133 fork" statement better.
5134
5135 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5136
5137 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5138 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5139 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5140 Reported by Clay Douglass.
5141
5142 (verilog-auto-inst, verilog-auto-star-safe)
5143 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5144 Fix removing "// Interfaces" when saving .* expansions. Reported by
5145 Pierre-David Pfister.
5146
5147 2009-11-26 Glenn Morris <rgm@gnu.org>
5148
5149 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5150 the scope.
5151
5152 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5153
5154 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5155 Really use previous revision.
5156
5157 2009-11-25 Kevin Ryde <user42@zip.com.au>
5158
5159 * man.el (Man-completion-table): default-directory "/" in case
5160 doesn't otherwise exist. process-environment COLUMNS=999 so as
5161 not to truncate long names. process-connection-type pipe to avoid
5162 any chance of hitting the pseudo-tty TIOCGWINSZ.
5163 (man): completion-ignore-case t for friendliness and since man
5164 itself is case-insensitive on the command line.
5165 Further to Bug#3717.
5166
5167 * arc-mode.el: Add "Keywords: files", so the details in its
5168 commentary can be reached from finder-by-keyword.
5169 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5170 editing mode, but it's comms related and sgml-mode.el has "comm"
5171 on that basis too.
5172 * textmodes/bibtex-style.el: Add "Keywords: tex".
5173 * international/isearch-x.el, international/ja-dic-cnv.el:
5174 * international/ja-dic-utl.el, international/kkc.el:
5175 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5176
5177 2009-11-25 Juri Linkov <juri@jurta.org>
5178
5179 * man.el (Man-completion-table): Modify regexp to include
5180 section names to completion strings. (Bug#3717)
5181
5182 2009-11-25 Juri Linkov <juri@jurta.org>
5183
5184 Search recursively in gzipped files. (Bug#4982)
5185
5186 * progmodes/grep.el (grep-highlight-matches): Add new options
5187 `always' and `auto'. Doc fix.
5188 (grep-process-setup): Check `grep-highlight-matches' for
5189 `auto-detect' to determine the need to compute grep defaults.
5190 Move Windows/DOS specific --colors settings handling
5191 to `grep-compute-defaults'. Check `grep-highlight-matches'
5192 to get the value of "--color=".
5193 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5194 has the value `auto-detect'. Move Windows/DOS specific settings
5195 from `grep-process-setup'.
5196 (zrgrep): New command with alias `rzgrep'.
5197
5198 2009-11-25 Juri Linkov <juri@jurta.org>
5199
5200 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5201 to nil instead of switching off view-mode. (Bug#4896)
5202
5203 2009-11-25 Juri Linkov <juri@jurta.org>
5204
5205 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5206
5207 * mwheel.el (mwheel-scroll-up-function)
5208 (mwheel-scroll-down-function): New defvars.
5209 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5210 `scroll-up', and `mwheel-scroll-down-function' instead of
5211 `scroll-down'.
5212
5213 * doc-view.el (doc-view-scroll-up-or-next-page)
5214 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5215 Use this ARG in the call to image-scroll-up/image-scroll-down.
5216 Change `interactive' spec to "P". Goto next/previous page only
5217 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5218 SPC/DEL case). Doc fix.
5219 (doc-view-next-line-or-next-page)
5220 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5221 for consistency.
5222 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5223 `doc-view-scroll-up-or-next-page', and buffer-local
5224 `mwheel-scroll-down-function' to
5225 `doc-view-scroll-down-or-previous-page'.
5226
5227 2009-11-25 Juri Linkov <juri@jurta.org>
5228
5229 Provide additional default values (directories at other Dired
5230 windows) via M-n in the minibuffer of some Dired commands.
5231
5232 * dired-aux.el (dired-diff, dired-compare-directories)
5233 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5234 `minibuffer-default' in `minibuffer-with-setup-hook'.
5235 (dired-dwim-target-directory): Find a window that displays Dired
5236 buffer instead of failing when the next window is not Dired.
5237 Use `get-window-with-predicate' to find for the next Dired window.
5238 (dired-dwim-target-defaults): New function.
5239
5240 * ediff-util.el (ediff-read-file-name):
5241 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5242 in `minibuffer-with-setup-hook'.
5243
5244 2009-11-25 Juri Linkov <juri@jurta.org>
5245
5246 Provide additional default values (file name at point or at the
5247 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5248
5249 * minibuffer.el (read-file-name-defaults): New function.
5250 (read-file-name): Reset `minibuffer-default' to nil when
5251 it duplicates initial input `insdef'.
5252 Bind `minibuffer-default-add-function' to lambda that
5253 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5254 (minibuffer-insert-file-name-at-point): New command.
5255
5256 * files.el (file-name-at-point-functions): New defcustom.
5257 (find-file-default): Remove defvar.
5258 (find-file-read-args): Don't use `find-file-default'.
5259 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5260 to `read-file-name'.
5261 (find-file-literally): Use `read-file-name' with
5262 `confirm-nonexistent-file-or-buffer'.
5263
5264 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5265
5266 * dired.el (dired-read-dir-and-switches):
5267 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5268 to `read-file-name'.
5269 (dired-file-name-at-point): New function.
5270 (dired-mode): Add hook `dired-file-name-at-point' to
5271 `file-name-at-point-functions'.
5272
5273 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 Really make the *Completions* window soft-dedicated (bug#5030).
5276 * window.el (window--display-buffer-2): Add `dedicated' argument.
5277 (display-buffer): Pass it when needed so the dedicated flag is set
5278 after calling set-window-buffer, which would otherwise reset it.
5279
5280 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * progmodes/meta-mode.el (meta-complete-symbol):
5283 * progmodes/etags.el (complete-tag):
5284 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5285 Use completion-in-region.
5286
5287 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5288 (dabbrev-completion): Use completion-in-region.
5289 (dabbrev--abbrev-at-point): Simplify regexp.
5290
5291 * abbrev.el (abbrev--before-point): Use word-motion functions
5292 if :regexp is not specified (bug#5031).
5293
5294 * subr.el (string-prefix-p): New function.
5295
5296 * man.el (Man-completion-cache): New var.
5297 (Man-completion-table): Use it.
5298
5299 * vc.el (vc-print-log-internal): Make `limit' optional for better
5300 compatibility (e.g. with vc-annotate.el).
5301
5302 2009-11-24 Kevin Ryde <user42@zip.com.au>
5303
5304 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5305 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5306
5307 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5308 when .el source file not found or other error.
5309
5310 2009-11-24 Markus Triska <markus.triska@gmx.at>
5311
5312 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5313
5314 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 Handle the [back] button properly (bug#4979).
5317 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5318 Use help-setup-xref, help-buffer, and with-help-window.
5319 (describe-char): Add `buffer' argument.
5320 Pass proper command to help-setup-xref. Don't meddle with
5321 help-xref-stack-item directly.
5322 (describe-text-category): Use with-help-window and help-buffer.
5323
5324 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5325 for the displayed buffer (bug#4887).
5326
5327 * man.el (Man-completion-table): New function.
5328 (man): Use it.
5329
5330 2009-11-24 David Reitter <david.reitter@gmail.com>
5331
5332 * vc-git.el (vc-git-registered): Use checkout directory (where
5333 .git is) rather than the file's directory and a relative path spec
5334 to work around a bug in git.
5335
5336 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5337
5338 Improve handling of processes on remote hosts.
5339
5340 * eshell/esh-util.el (eshell-path-env): New defvar.
5341 (eshell-parse-colon-path): New defun.
5342 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5343
5344 * eshell/esh-ext.el (eshell-search-path):
5345 Use `eshell-parse-colon-path'.
5346 (eshell-remote-command): Remove argument HANDLER.
5347 (eshell-external-command): Check for FTP remote connection.
5348
5349 * eshell/esh-proc.el (eshell-gather-process-output):
5350 Use `file-truename', in order to start also symlinked files.
5351 Apply `start-file-process' instead of `start-process'.
5352 Shorten `command' to the local file name part.
5353
5354 * eshell/em-cmpl.el (eshell-complete-commands-list):
5355 Use `eshell-parse-colon-path'.
5356
5357 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5358
5359 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5360 to `eshell-directory-change-hook'.
5361
5362 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5363
5364 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5365 because it could be enabled automatically if view-read-only is non-nil.
5366
5367 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5368
5369 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5370 made on 2009-11-22.
5371
5372 2009-11-24 Glenn Morris <rgm@gnu.org>
5373
5374 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5375 deleted variable bookmark-bmenu-bookmark-column.
5376
5377 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5378 Move after definition of global-semantic-idle-tag-highlight-mode.
5379
5380 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5383
5384 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5385
5386 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5387 two slashes to the "file:" prefix.
5388 (browse-url-file-url): De-munge Cygwin filenames before passing
5389 them to Windows browser.
5390 (browse-url-default-windows-browser): Use call-process.
5391
5392 2009-11-23 Juri Linkov <juri@jurta.org>
5393
5394 Implement DocView Continuous mode. (Bug#4896)
5395 * doc-view.el (doc-view-continuous-mode): New defcustom.
5396 (doc-view-mode-map): Bind C-n/<down> to
5397 `doc-view-next-line-or-next-page', C-p/<up> to
5398 `doc-view-previous-line-or-previous-page'.
5399 (doc-view-next-line-or-next-page)
5400 (doc-view-previous-line-or-previous-page): New commands.
5401
5402 2009-11-23 Juri Linkov <juri@jurta.org>
5403
5404 Implement Isearch in comint input history. (Bug#3746)
5405 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5406 `isearch-mode-hook'.
5407 (comint-history-isearch): New defcustom.
5408 (comint-history-isearch-backward)
5409 (comint-history-isearch-backward-regexp): New commands.
5410 (comint-history-isearch-message-overlay): New buffer-local variable.
5411 (comint-history-isearch-setup, comint-history-isearch-end)
5412 (comint-goto-input, comint-history-isearch-search)
5413 (comint-history-isearch-message, comint-history-isearch-wrap)
5414 (comint-history-isearch-push-state)
5415 (comint-history-isearch-pop-state): New functions.
5416
5417 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5418
5419 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5420 return.
5421 (tramp-handle-make-symbolic-link)
5422 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5423 Quote file names.
5424 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5425 (tramp-handle-process-file): Use it.
5426
5427 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * window.el (move-to-window-line-last-op): Remove.
5430 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5431
5432 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5433
5434 Make M-r mirror the new cycling behavior of C-l.
5435 * window.el (move-to-window-line-last-op): New var.
5436 (move-to-window-line-top-bottom): New command.
5437 (global-map): Bind M-r move-to-window-line-top-bottom.
5438
5439 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5440
5441 * dired-x.el (dired-guess-shell-alist-default):
5442 Support xz format. (Bug#4953)
5443
5444 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * cedet/srecode/map.el (srecode-get-maps):
5447 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5448 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5449 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5450 (semantic-toggle-decoration-style):
5451 * cedet/semantic/decorate/include.el
5452 (semantic-decoration-include-describe)
5453 (semantic-decoration-unknown-include-describe)
5454 (semantic-decoration-unparsed-include-describe)
5455 (semantic-decoration-all-include-summary):
5456 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5457 * cedet/semantic/analyze/complete.el
5458 (semantic-analyze-possible-completions):
5459 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5460 (semantic-show-unmatched-syntax-mode)
5461 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5462 (semantic-highlight-func-mode):
5463 * cedet/semantic/util.el (semantic-describe-buffer):
5464 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5465 (semantic-symref-find-tags-by-name)
5466 (semantic-symref-find-tags-by-regexp)
5467 (semantic-symref-find-tags-by-completion)
5468 (semantic-symref-find-file-references-by-name)
5469 (semantic-symref-find-text):
5470 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5471 (senator-yank-tag):
5472 * cedet/semantic/scope.el (semantic-calculate-scope):
5473 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5474 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5475 (define-semantic-idle-service):
5476 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5477 (semantic-complete-analyze-inline-idle):
5478 * cedet/semantic/analyze.el (semantic-analyze-current-context):
5479 * cedet/mode-local.el (describe-mode-local-bindings)
5480 (describe-mode-local-bindings-in-mode):
5481 * cedet/ede/make.el (ede-make-check-version):
5482 * cedet/ede/locate.el (ede-enable-locate-on-project):
5483 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5484 (cedet-idutils-version-check):
5485 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5486 (cedet-gnu-global-version-check):
5487 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5488 (cedet-cscope-version-check): Use called-interactively-p instead
5489 of interactive-p.
5490
5491 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5492 Use semantic-format-tag-prototype.
5493
5494 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5495
5496 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5497 last-command-char/last-command-event.
5498 (viper-prefix-arg-value): Do correct conversion of event-char for
5499 XEmacs.
5500
5501 * emulation/viper-util.el, emulation/viper.el:
5502 Use viper-last-command-char instead of
5503 last-command-char/last-command-event.
5504
5505 * ediff-init.el, ediff-mult.el, ediff-util.el:
5506 Replace last-command-char and last-command-event
5507 with (ediff-last-command-char) everywhere.
5508
5509 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5510 created in fundamental mode.
5511
5512 * ediff.el (ediff-version): Revert the change of interactive-p to
5513 called-interactively-p.
5514
5515 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5516
5517 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5518 generation from word-movement command names.
5519
5520 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5523 (semantic-complete-jump-local, semantic-complete-jump):
5524 Improve prompt string.
5525
5526 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5527
5528 * cus-start.el (all): Add native condition for font-use-system-font.
5529
5530 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5531
5532 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5533 Correct the patch from 2009-11-18. (Bug#3910)
5534
5535 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5536
5537 * progmodes/subword.el: Rename from lisp/subword.el.
5538
5539 * subword.el: Rename to progmodes/subword.el.
5540
5541 * Makefile.in (ELCFILES): Adapt to subword.el move.
5542
5543 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5544 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5547 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5548 (bookmark-bmenu-show-filenames): Use push.
5549 (bookmark-bmenu-hide-filenames): Use local var instead of
5550 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5551 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5552 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5553 filenames now that the bookmark names are always available.
5554
5555 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5558 (bookmark-search-pattern): Move and leave unbound.
5559 (bookmark-bmenu-mode-map): Change binding.
5560 (bookmark-read-search-input): Simplify.
5561 Don't use text-char-description. Don't error on non-char events.
5562 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5563 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5564 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5565 Use a local var for the timer.
5566 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5567 (i.e. bookmark-bmenu-search).
5568
5569 2009-11-21 Glenn Morris <rgm@gnu.org>
5570
5571 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5572
5573 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5574
5575 * net/browse-url.el (browse-url-default-windows-browser):
5576 Use cygstart for cygwin.
5577
5578 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5579
5580 * bookmark.el: Formatting and doc fixes only:
5581 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5582 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5583 Minor grammar and punctuation fixes in doc string.
5584 (bookmark-read-search-input): Adjust to fit within 80 columns.
5585
5586 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5587
5588 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5589 (c-backward-into-nomenclature): Adapt to subword renaming.
5590
5591 * subword.el (subword-forward, subword-backward, subword-mark)
5592 (subword-kill, subword-backward-kill, subword-transpose)
5593 (subword-downcase, subword-upcase, subword-capitalize)
5594 (subword-forward-internal, subword-backward-internal):
5595 Rename from forward-subword, backward-subword, mark-subword,
5596 kill-subword, backward-kill-subword, transpose-subwords,
5597 downcase-subword, upcase-subword, capitalize-subword,
5598 forward-subword-internal, backward-subword-internal.
5599
5600 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5601
5602 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5603 New options.
5604 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5605 New vars.
5606 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5607 (bookmark-bmenu-filter-alist-by-regexp)
5608 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5609 (bookmark-bmenu-search): New command.
5610 (bookmark-bmenu-mode-map): Bind it.
5611
5612 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
5615
5616 * cedet/semantic/idle.el (define-semantic-idle-service)
5617 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
5618
5619 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5620
5621 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5622 backward-subword to quit the byte-compiler.
5623
5624 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5625
5626 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5627
5628 * progmodes/cc-cmds.el (c-update-modeline)
5629 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5630 Refer to subword.el functions instead of cc-subword.el.
5631
5632 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5633 subword.el functions instead of cc-subword.el.
5634
5635 * progmodes/cc-subword.el: Rename to subword.el.
5636 * subword.el: Rename from progmodes/cc-subword.el.
5637 (subword-mode-map): Rename from c-subword-mode-map.
5638 (subword-mode): Rename from c-subword-mode.
5639 (global-subword-mode): New global minor mode.
5640 (forward-subword): Rename from c-forward-subword.
5641 (backward-subword): Rename from c-backward-subword.
5642 (mark-subword): Rename from c-mark-subword.
5643 (kill-subword): Rename from c-kill-subword.
5644 (backward-kill-subword): Rename from c-backward-kill-subword.
5645 (transpose-subwords): Rename from c-tranpose-subword.
5646 (downcase-subword): Rename from c-downcase-subword.
5647 (capitalize-subword): Rename from c-capitalize-subword.
5648 (forward-subword-internal): Rename from c-forward-subword-internal.
5649 (backward-subword-internal): Rename from c-backward-subword-internal.
5650
5651 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5652
5653 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5654 from a dired buffer.
5655 (vc-dired-deduce-fileset): New function.
5656 (vc-root-diff, vc-print-root-log): Use it.
5657
5658 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5659 nil LIMIT argument to vc-print-log-internal.
5660
5661 2009-11-20 Glenn Morris <rgm@gnu.org>
5662
5663 * Makefile.in (ELCFILES): Regenerate.
5664
5665 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5666
5667 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
5668
5669 * cedet/semantic.el: Enable idle-mode menu items only if
5670 global-semantic-idle-scheduler-mode is enabled.
5671 (semantic-default-submodes): Doc fix.
5672
5673 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5674 When turning off, disable other idle modes.
5675
5676 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5677
5678 * calc/calc.el (calc-set-mode-line):
5679 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5680 (math-format-number): Rename `math-format-complement-signed' to
5681 `math-format-twos-complement'.
5682
5683 * calc/calc-bin.el (math-format-twos-complement): Rename from
5684 math-format-complement-signed.
5685 (calc-radix): Rename `calc-complement-signed-mode' to
5686 `calc-twos-complement-mode'.
5687 (calc-octal-radix, calc-hex-radix): Add an argument for
5688 two's complement.
5689
5690 * calc/calc-embed.el (calc-embedded-mode-vars):
5691 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5692
5693 * calc/calc-ext.el (calc-init-extensions):
5694 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5695 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5696
5697 * calc/calc-units.el (math-build-units-table-buffer):
5698 Let `calc-twos-complement-mode' be nil.
5699
5700 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5701 entries.
5702
5703 * calc/calc-vec.el (calcFunc-vunpack):
5704 * calc/calc-aent.el (calc-do-calc-eval):
5705 * calc/calc-forms.el (math-format-date):
5706 * calc/calc-graph.el (calc-graph-plot):
5707 * calc/calc-math.el (math-use-emacs-fn):
5708 * calc/calccomp.el (math-compose-expr):
5709 Let `calc-twos-complement-mode' be nil.
5710
5711 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5713 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5714 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5715 * minibuffer.el (completion-in-region-functions): New hook.
5716 (completion-in-region): New function.
5717 * emacs-lisp/lisp.el (lisp-complete-symbol):
5718 * pcomplete.el (pcomplete-std-complete): Use it.
5719
5720 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5723 (latex-complete-alist): New vars.
5724 (latex-string-prefix-p, latex-complete-bibtex-keys)
5725 (latex-complete-envnames, latex-complete-refkeys)
5726 (latex-complete-data): New functions.
5727 (latex-complete, latex-indent-or-complete): New commands.
5728
5729 * window.el (display-buffer-mark-dedicated): New var.
5730 (display-buffer): Obey it.
5731 * minibuffer.el (minibuffer-completion-help): Use it.
5732
5733 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5734
5735 * filecache.el (file-cache-add-file): Use push and cons.
5736 (file-cache-delete-file-regexp): Use push.
5737 (file-cache-complete): Use completion-in-region.
5738
5739 * simple.el (with-wrapper-hook): Fix thinko.
5740
5741 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5742 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5743 Use with-current-buffer and string-to-number.
5744 (hfy-fallback-colour-values): Use assoc-string.
5745 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5746 (hfy-face-at): Remove unused var `found-face'.
5747 (hfy-compile-stylesheet): Remove unused var `css'.
5748 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5749 and `orig-buffer'.
5750 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5751 Use with-current-buffer.
5752 (hfy-text-p): Use expand-file-name and fewer setq.
5753
5754 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5755
5756 * htmlfontify.el, hfy-cmap.el: New files.
5757
5758 2009-11-19 Juri Linkov <juri@jurta.org>
5759
5760 * minibuffer.el (completions-format): New defcustom.
5761 (completion--insert-strings): Implement vertical format.
5762
5763 * simple.el (switch-to-completions): Move point to the first
5764 completion when point was at the beginning of the buffer.
5765
5766 2009-11-19 Juri Linkov <juri@jurta.org>
5767
5768 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5769
5770 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5771
5772 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5775 (mail-signature): Change default to t.
5776 (mail-from-style): Deprecate `system-default' value.
5777 (mail-insert-from-field): For default value of mail-from-style,
5778 default to `angles' unless `angles' needs quoting and `parens'
5779 does not.
5780 (mail-citation-prefix-regexp): Use citation regexp from
5781 message-mode.
5782
5783 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5784
5785 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5786 Set variables for computing the prompt for reading password.
5787
5788 2009-11-19 Glenn Morris <rgm@gnu.org>
5789
5790 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5791
5792 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5793
5794 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5795 (newsticker-treeview-listwindow-height): Fix custom type.
5796
5797 2009-11-19 Kenichi Handa <handa@m17n.org>
5798
5799 * descr-text.el (describe-char-padded-string): Compose with TAB
5800 only if there's a font for CH.
5801 (describe-char): Fix the condition for detecting a trivial composition.
5802
5803 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5804
5805 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5806 more accurate version of the regexp. (Bug#3910)
5807
5808 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5809
5810 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5811
5812 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5813
5814 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5815 (font-setting-change-default-font): Fix typo in docstring.
5816
5817 2009-11-18 Alan Mackenzie <acm@muc.de>
5818
5819 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5820
5821 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5822
5823 * font-setting.el (font-use-system-font): Move ...
5824
5825 * cus-start.el (all): ... to here.
5826
5827 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5828
5829 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5830 Don't set `ad-return-value' if `ad-do-it' doesn't.
5831
5832 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5833 modification time.
5834
5835 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5836
5837 * menu-bar.el: Put "Use system font" in Option-menu.
5838 (menu-bar-options-save): Add font-use-system-font.
5839
5840 * loadup.el: If feature system-font-setting or font-render-setting is
5841 there, load font-setting.
5842
5843 * Makefile.in (ELCFILES): Add font-settings.el.
5844 * font-setting.el: New file.
5845
5846 2009-11-17 Glenn Morris <rgm@gnu.org>
5847
5848 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5849
5850 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5851 Preserve point in the list buffer. (Bug#4939)
5852 Use point-at-eol.
5853 (newsticker--treeview-list-update-highlight)
5854 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5855
5856 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5857
5858 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5859 Remove.
5860
5861 * calc/calc-ext.el (calc-init-extensions): Remove references to
5862 symclip.
5863
5864 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5865
5866 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5867 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5868 `calc-symclip'.
5869
5870 2009-11-16 Kevin Ryde <user42@zip.com.au>
5871
5872 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5873 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5874
5875 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5876 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5877 Ignore trailing spaces by omit-nulls to split-string (fixing
5878 regression from Emacs 21 due to the incompatible split-string
5879 change). (Bug #4928.)
5880
5881 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5882
5883 * vc.el (vc-log-show-limit): Default to 2000.
5884 (vc-print-log-internal): Insert buttons to request more entries
5885 when limiting the output.
5886
5887 * vc-sccs.el (vc-sccs-print-log):
5888 * vc-rcs.el (vc-rcs-print-log):
5889 * vc-cvs.el (vc-cvs-print-log):
5890 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5891 LIMIT is non-nil.
5892
5893 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5896 error when `tramp-gvfs-dbus-event-vector' is set.
5897 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5898
5899 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5900
5901 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5902
5903 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5904
5905 * net/dbus.el (dbus-unregister-service): New defun.
5906 (dbus-register-property): Register the handlers of
5907 "org.freedesktop.DBus.Properties" for SERVICE.
5908 (dbus-property-handler): Fix docstring.
5909
5910 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5911
5912 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5913 Quote doc string reference in defvaralias as it is not in special form.
5914 (byte-compile-output-docform): Doc fix.
5915
5916 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5917
5918 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5919 (calc-complement-signed-mode): New variables.
5920 (calc-set-mode-line): Add indicator for twos-complements.
5921 (math-format-number): Format twos-complement notation.
5922
5923 * calc/calc-bin.el (calc-word-size): Reset the variables
5924 `math-2-word-size' and `math-half-2-word-size'.
5925 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5926 (calc-symclip): New functions.
5927
5928 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5929
5930 * calc/calc-embed.el (calc-embedded-mode-vars):
5931 Add `calc-complement-signed-mode' to the list of modes.
5932
5933 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5934 (calc-b-oper-keys): Add `calc-symclip' to list.
5935
5936 * calc/calc-ext.el (math-read-number-fancy): Read complement
5937 signed numbers.
5938 (calc-init-extensions): Add binding for `calc-symclip'.
5939 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5940
5941 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5942 `calc-symclip'.
5943 (calc-modes-menu): Add item for twos complement mode.
5944
5945 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5946
5947 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5948
5949 * register.el (jump-to-register, insert-register): Handle Semantic
5950 tags. From commented-out advice in semantic/senator.el.
5951
5952 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5953
5954 * vc.el (vc-log-show-limit): New variable.
5955 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5956 when using a prefix argument.
5957 (vc-print-log-internal): Add new argument LIMIT.
5958
5959 * vc-svn.el (vc-svn-print-log):
5960 * vc-mtn.el (vc-mtn-print-log):
5961 * vc-hg.el (vc-hg-print-log):
5962 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5963 pass it to the log command when set. Make the BUFFER argument
5964 non-optional.
5965
5966 * vc-sccs.el (vc-sccs-print-log):
5967 * vc-rcs.el (vc-rcs-print-log):
5968 * vc-git.el (vc-git-print-log):
5969 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5970 ignore it. Make the BUFFER argument non-optional
5971
5972 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5973
5974 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * dired.el (dired-mode-map): Move encryption items to "Operate"
5977 menu (Bug#4703).
5978
5979 * strokes.el (strokes-update-window-configuration): Make strokes
5980 buffer current before erasing (Bug#4906).
5981
5982 * cedet/semantic/idle.el (semantic-idle-summary-mode)
5983 (semantic-idle-summary-mode): Define using define-minor-mode
5984 instead of define-semantic-idle-service.
5985 (semantic-idle-summary-mode): New function.
5986 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5987 that mouse motion does not reset the echo area.
5988
5989 2009-11-15 Juri Linkov <juri@jurta.org>
5990
5991 * simple.el (set-mark-default-inactive): Add :type, :group
5992 and :version. (Bug#4876)
5993
5994 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5995
5996 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5997 (archive-unique-fname): ... here. (Bug#4929)
5998
5999 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6002 with a real fix.
6003
6004 * novice.el (disabled-command-function): Add useful args.
6005 Setup the help buffer so that [back] works.
6006 Remove redundant call to help-mode.
6007 (disabled-command-function): Use `case'.
6008 (en/disable-command): New function extracted from enable-command.
6009 (enable-command, disable-command): Use it.
6010
6011 2009-11-14 Glenn Morris <rgm@gnu.org>
6012
6013 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6014 constants. (Bug#4913)
6015
6016 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6017
6018 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6019
6020 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6021 defined in C that have no doc-strings. (Bug#1063)
6022
6023 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6024
6025 * cus-edit.el (data, files):
6026 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6027
6028 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * simple.el (shell-command): Doc fix (Bug#4891).
6031
6032 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6033
6034 2009-11-14 Glenn Morris <rgm@gnu.org>
6035
6036 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6037 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6038 If they are already loaded, eval-after-load will do the right thing.
6039
6040 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6041 compiling.
6042
6043 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6044
6045 * simple.el (x-selection-owner-p): Declare.
6046 (read-mail-command): Use custom radio type rather than choice.
6047 (completion-no-auto-exit): Doc fix.
6048
6049 * custom.el (defgroup):
6050 * epg-config.el (epg): Doc fixes.
6051
6052 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6053
6054 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6055 * international/ccl.el (define-ccl-program): Do not purecopy the
6056 docstring, defconst does it anyway.
6057
6058 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6061 a second time.
6062
6063 * x-dnd.el (x-dnd-maybe-call-test-function):
6064 * window.el (split-window-vertically):
6065 * whitespace.el (whitespace-help-on):
6066 * vc-rcs.el (vc-rcs-consult-headers):
6067 * userlock.el (ask-user-about-lock-help)
6068 (ask-user-about-supersession-help):
6069 * type-break.el (type-break-force-mode-line-update):
6070 * time-stamp.el (time-stamp-conv-warn):
6071 * terminal.el (te-set-output-log, te-more-break, te-filter)
6072 (te-sentinel, terminal-emulator):
6073 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6074 (term-write-input-ring, term-check-source, term-start-output-log):
6075 (term-display-buffer-line, term-dynamic-list-completions):
6076 (term-ansi-make-term, serial-term):
6077 * subr.el (selective-display):
6078 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6079 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6080 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6081 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6082 (speedbar-remove-localized-speedbar-support)
6083 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6084 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6085 (speedbar-buffers-line-directory):
6086 * simple.el (shell-command-on-region, append-to-buffer)
6087 (prepend-to-buffer):
6088 * shadowfile.el (shadow-save-todo-file):
6089 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6090 (scroll-bar-maybe-set-window-start):
6091 * sb-image.el (speedbar-image-dump):
6092 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6093 (load-save-place-alist-from-file):
6094 * ps-samp.el (ps-print-message-from-summary):
6095 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6096 (ps-background-image, ps-begin-job, ps-do-despool):
6097 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6098 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6099 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6100 (pr-call-process, pr-file-list, pr-interface-save):
6101 * novice.el (disabled-command-function)
6102 (enable-command, disable-command):
6103 * mouse.el (mouse-buffer-menu-alist):
6104 * mouse-copy.el (mouse-kill-preserving-secondary):
6105 * macros.el (kbd-macro-query):
6106 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6107 * informat.el (batch-info-validate):
6108 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6109 * hippie-exp.el (try-expand-dabbrev-visible):
6110 * help-mode.el (help-make-xrefs):
6111 * help-fns.el (describe-variable):
6112 * generic-x.el (bat-generic-mode-run-as-comint):
6113 * finder.el (finder-mouse-select):
6114 * find-dired.el (find-dired-sentinel):
6115 * filesets.el (filesets-file-close):
6116 * files.el (list-directory):
6117 * faces.el (list-faces-display, describe-face):
6118 * facemenu.el (list-colors-display):
6119 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6120 * epg.el (epg--process-filter, epg-cancel):
6121 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6122 (epa--read-signature-type):
6123 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6124 (emerge-file-names):
6125 * ehelp.el (electric-helpify):
6126 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6127 * ediff-vers.el (rcs-ediff-view-revision):
6128 * ediff-util.el (ediff-setup):
6129 * ediff-mult.el (ediff-append-custom-diff):
6130 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6131 (ediff-wordify):
6132 * echistory.el (Electric-command-history-redo-expression):
6133 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6134 * disp-table.el (describe-display-table):
6135 * dired.el (dired-find-buffer-nocreate):
6136 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6137 * dabbrev.el (dabbrev--same-major-mode-p):
6138 * chistory.el (list-command-history):
6139 * apropos.el (apropos-documentation):
6140 * allout.el (allout-obtain-passphrase):
6141 (allout-copy-exposed-to-buffer):
6142 (allout-verify-passphrase): Use with-current-buffer.
6143
6144 2009-11-13 Glenn Morris <rgm@gnu.org>
6145
6146 * Makefile.in (ELCFILES): Regenerate.
6147
6148 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6149
6150 * net/dbus.el (dbus-registered-objects-table): Rename from
6151 `dbus-registered-functions-table', because it contains also properties.
6152 (dbus-unregister-object): Unregister also properties.
6153 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6154 Use a timeout of 500 msec, in order to not block.
6155 (dbus-register-property, dbus-property-handler): New defuns.
6156
6157 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * simple.el (minibuffer-default-add-completions): Drop deprecated
6160 4th arg.
6161
6162 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6163
6164 * textmodes/artist.el (artist-mouse-choose-operation):
6165 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6166 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6167 (artist-compute-up-event-key): New function.
6168 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6169
6170 2009-11-13 Kenichi Handa <handa@m17n.org>
6171
6172 * language/japan-util.el: Make sure that the value of jisx0208
6173 property is jisx0208 character.
6174
6175 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6178 car or each item, not the whole list.
6179
6180 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * minibuffer.el (minibuffer-completion-help):
6183 Use minibuffer-hide-completions.
6184
6185 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6186
6187 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6188 (dired-revert): Use them (bug#4880).
6189
6190 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6193
6194 2009-11-12 Juri Linkov <juri@jurta.org>
6195
6196 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6197 New functions.
6198 (find-file-literally-at-point): Alias of `ffap-literally'.
6199
6200 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6201
6202 * textmodes/ispell.el (ispell-skip-region-alist):
6203 * textmodes/css-mode.el (auto-mode-alist):
6204 * progmodes/compile.el (auto-mode-alist):
6205 * international/mule.el (ctext-non-standard-encodings-alist)
6206 (ctext-non-standard-encodings-regexp):
6207 * simple.el (shell-command-switch, text-read-only):
6208 * replace.el (occur-mode-map):
6209 * paths.el (rmail-file-name):
6210 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6211 * find-file.el (ff-special-constructs):
6212 * files.el (file-name-handler-alist):
6213 * composite.el: Purecopy strings.
6214
6215 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6216
6217 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6218
6219 * widget.el (define-widget): Purecopy the docstring.
6220 * international/mule-cmds.el (charset): Do not purecopy the
6221 docstring here, define-widget does it.
6222
6223 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6224 * textmodes/bibtex-style.el (auto-mode-alist):
6225 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6226 * progmodes/compile.el (compile-command):
6227 * language/korea-util.el (default-korean-keyboard):
6228 * international/mule-conf.el (file-coding-system-alist):
6229 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6230 * tooltip.el (tooltip-frame-parameters):
6231 * newcomment.el (comment-end, comment-padding):
6232 * dired.el (dired-trivial-filenames):
6233 * comint.el (comint-file-name-prefix): Purecopy initial values.
6234
6235 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6236
6237 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6238 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6239 `tramp-unload'.
6240 (tramp-advice-make-auto-save-file-name)
6241 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6242 after removing the advice.
6243
6244 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6245
6246 * progmodes/grep.el (grep-regexp-alist):
6247 * international/mule-cmds.el (iso-2022-control-alist):
6248 * emacs-lisp/timer.el (timer-duration-words):
6249 * subr.el (version-separator, version-regexp-alist):
6250 * minibuffer.el (completion-styles-alist):
6251 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6252 Change defvars to defconsts.
6253
6254 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6255 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6256 * international/mule-conf.el: Allow to be byte compiled.
6257
6258 * international/mule.el (define-charset): Purecopy props.
6259 (load-with-code-conversion): Purecopy doc string and file name.
6260 (put-charset-property): Purecopy strings.
6261 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6262
6263 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6264 (define-char-code-property): Correctly purecopy the table.
6265
6266 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6267
6268 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6269
6270 * subr.el (add-hook): Purecopy strings.
6271 (eval-after-load): Purecopy load-history-regexp and the form.
6272
6273 * custom.el (custom-declare-group): Purecopy load-file-name.
6274
6275 * subr.el (menu-bar-separator): New defconst.
6276 * net/eudc.el (eudc-tools-menu):
6277 * international/mule-cmds.el (set-coding-system-map)
6278 (mule-menu-keymap):
6279 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6280 * vc-hooks.el (vc-menu-map):
6281 * replace.el (occur-mode-map):
6282 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6283 (menu-bar-edit-menu, menu-bar-goto-menu)
6284 (menu-bar-custom-menu, menu-bar-showhide-menu)
6285 (menu-bar-options-menu, menu-bar-tools-menu)
6286 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6287 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6288 (menu-bar-help-menu):
6289 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6290 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6291
6292 * term/x-win.el (x-gtk-stock-map):
6293 * progmodes/vera-mode.el (auto-mode-alist):
6294 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6295 (inferior-lisp-program, inferior-lisp-load-command):
6296 * progmodes/hideshow.el (hs-special-modes-alist):
6297 * progmodes/gud.el (same-window-regexps):
6298 * progmodes/grep.el (grep-program, find-program, xargs-program):
6299 * net/telnet.el (same-window-regexps):
6300 * net/rlogin.el (same-window-regexps):
6301 * language/ethiopic.el (font-ccl-encoder-alist):
6302 * vc-sccs.el (vc-sccs-master-templates):
6303 * vc-rcs.el (vc-rcs-master-templates):
6304 * subr.el (cl-assertion-failed):
6305 * simple.el (next-error-overlay-arrow-position):
6306 * lpr.el (lpr-command):
6307 * locate.el (locate-ls-subdir-switches):
6308 * info.el (same-window-regexps, info)
6309 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6310 * image-mode.el (image-mode, auto-mode-alist):
6311 * hippie-exp.el (hippie-expand-ignore-buffers):
6312 * format.el (format-alist):
6313 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6314 (find-name-arg):
6315 * facemenu.el (facemenu-keybindings):
6316 * dired.el (dired-listing-switches, dired-chown-program):
6317 * diff.el (diff-switches, diff-command):
6318 * cus-edit.el (same-window-regexps):
6319 * bindings.el (mode-line-mule-info)
6320 (mode-line-buffer-identification): Purecopy strings.
6321
6322 2009-11-11 Juri Linkov <juri@jurta.org>
6323
6324 * simple.el (dired-get-filename) <declare-function>:
6325 Tell the byte-compiler about dired-get-filename.
6326 (shell-command): In Dired mode, get filename from the current line
6327 as the default value.
6328
6329 2009-11-10 Glenn Morris <rgm@gnu.org>
6330
6331 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6332 * calendar/holidays.el, progmodes/cperl-mode.el:
6333 Update x-popup-menu declarations.
6334
6335 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6336 (list-load-path-shadows): Use dolist.
6337 (list-load-path-shadows): Use with-current-buffer.
6338
6339 2009-11-10 Juri Linkov <juri@jurta.org>
6340
6341 * minibuffer.el (read-file-name): Support a list of default values
6342 in `default-filename'. Use the first file name where only one
6343 element is required. Doc fix.
6344
6345 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6346
6347 * net/dbus.el (dbus-unregister-object): Release service, if no
6348 other method is registered for it.
6349
6350 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6351
6352 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6353 bookmark-sort-flag is non-nil (Bug#4653).
6354
6355 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6356
6357 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6358 the progress reporter entirely.
6359
6360 * emulation/cua-base.el: Add CUA property to some CC mode commands
6361 (Bug#4100).
6362
6363 2009-11-08 Kevin Ryde <user42@zip.com.au>
6364
6365 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6366 at end of sentence (Bug#4818).
6367
6368 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6369
6370 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6371 Handle "see declaration of" MSFT statements (Bug#4100).
6372
6373 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6374
6375 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6376 (tramp-advice-file-expand-wildcards): Unload via
6377 `ad-remove-advice'.
6378
6379 * net/trampver.el: Update release number.
6380
6381 2009-11-08 Kevin Ryde <user42@zip.com.au>
6382
6383 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6384 `ad-do-it'.
6385
6386 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6387
6388 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6389 in order to keep context in SELinux.
6390
6391 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * dired-aux.el (dired-query): Place cursor in echo area and allow
6394 C-g.
6395
6396 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6397 menu item if not on a directory (Bug#4701).
6398
6399 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6400
6401 Sync with Tramp 2.1.17.
6402
6403 * net/tramp.el (tramp-handle-copy-directory): Don't use
6404 `file-remote-p' (due to compatibility).
6405
6406 * net/tramp-compat.el (tramp-compat-copy-directory)
6407 (tramp-compat-delete-directory): New defuns.
6408
6409 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6410 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6411 `tramp-compat-delete-directory'.
6412
6413 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6414 (tramp-smb-handle-delete-directory): Use
6415 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6416
6417 * net/trampver.el: Update release number.
6418
6419 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * tar-mode.el (tar-copy): Call write-region on the right buffer
6422 (Bug#4857).
6423
6424 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6425 by hand, if necessary (Bug#4878).
6426
6427 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6430 align size column (Bug#4839).
6431
6432 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6433 statement.
6434
6435 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6436
6437 * progmodes/ld-script.el (auto-mode-alist):
6438 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6439
6440 * cus-face.el (custom-declare-face): Purecopy face spec.
6441
6442 2009-11-06 Kenichi Handa <handa@m17n.org>
6443
6444 * international/uni-bidi.el: Re-generated.
6445 * international/uni-category.el: Re-generated.
6446 * international/uni-combining.el: Re-generated.
6447 * international/uni-mirrored.el: Re-generated.
6448
6449 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6450
6451 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6452 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6453 (tex-start-options, slitex-run-command, latex-run-command)
6454 (tex-run-command, tex-directory):
6455 * textmodes/ispell.el (ispell-html-skip-alists)
6456 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6457 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6458 (adaptive-fill-regexp):
6459 * textmodes/dns-mode.el (auto-mode-alist):
6460 * progmodes/python.el (interpreter-mode-alist):
6461 * progmodes/etags.el (tags-compression-info-list):
6462 * progmodes/etags.el (tags-file-name):
6463 * net/browse-url.el (browse-url-galeon-program)
6464 (browse-url-firefox-program):
6465 * mail/sendmail.el (mail-signature-file)
6466 (mail-citation-prefix-regexp):
6467 * international/mule-conf.el (eight-bit):
6468 * international/latexenc.el (latex-inputenc-coding-alist):
6469 * international/fontset.el (x-pixel-size-width-font-regexp):
6470 * emacs-lisp/warnings.el (warning-type-format):
6471 * emacs-lisp/trace.el (trace-buffer):
6472 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6473 (emacs-lisp-mode-map):
6474 * calendar/holidays.el (holiday-solar-holidays)
6475 (holiday-bahai-holidays, holiday-islamic-holidays)
6476 (holiday-christian-holidays, holiday-hebrew-holidays)
6477 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6478 (hebrew-holidays-1, holiday-oriental-holidays)
6479 (holiday-general-holidays):
6480 * x-dnd.el (x-dnd-known-types):
6481 * tool-bar.el (tool-bar):
6482 * startup.el (site-run-file):
6483 * shell.el (shell-dumb-shell-regexp):
6484 * rfn-eshadow.el (file-name-shadow-tty-properties)
6485 (file-name-shadow-properties):
6486 * paths.el (remote-shell-program, news-directory):
6487 * mouse.el ([C-down-mouse-3]):
6488 * menu-bar.el (menu-bar-tools-menu):
6489 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6490 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6491 (jka-compr-compression-info-list):
6492 * isearch.el (search-whitespace-regexp):
6493 * image-file.el (image-file-name-extensions):
6494 * find-dired.el (find-ls-option):
6495 * files.el (directory-listing-before-filename-regexp)
6496 (directory-free-space-args, insert-directory-program)
6497 (list-directory-brief-switches, magic-fallback-mode-alist)
6498 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6499 (automount-dir-prefix):
6500 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6501 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6502 (face-font-registry-alternatives, face-font-registry-alternatives)
6503 (face-font-family-alternatives):
6504 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6505 (facemenu-foreground-menu, facemenu-face-menu):
6506 * epa-hook.el (epa-file-name-regexp):
6507 * dnd.el (dnd-protocol-alist):
6508 * textmodes/rst.el (auto-mode-alist):
6509 * button.el (default-button): Purecopy strings.
6510
6511 2009-11-06 Glenn Morris <rgm@gnu.org>
6512
6513 * Makefile.in (ELCFILES): Update.
6514
6515 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6518 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6519
6520 * nxml/xsd-regexp.el (xsdre-gen-categories):
6521 * nxml/xmltok.el (xmltok-parse-entity):
6522 * nxml/rng-parse.el (rng-parse-validate-file):
6523 * nxml/rng-maint.el (rng-format-manual)
6524 (rng-manual-output-force-new-line):
6525 * nxml/rng-loc.el (rng-save-schema-location-1):
6526 * nxml/rng-cmpct.el (rng-c-parse-file):
6527 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6528 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6529
6530 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6531
6532 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6533 Remove extra save-excursions and make-variable-buffer-local's.
6534 Suggested by Stefan Monnier.
6535
6536 (verilog-getopt-file, verilog-module-inside-filename-p)
6537 (verilog-set-define): Merge GNU 1.35 and repair changes from
6538 switching to using with-current-buffer.
6539
6540 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6541 being treated as a number and confusing AUTORESET.
6542 Reported by Dan Dever.
6543
6544 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6545 Add verilog-auto-ignore-concat to fix backward compatibility with
6546 older verilog-modes. Reported by Dan Katz.
6547
6548 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6549 containing closing anchors "...$".
6550
6551 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6552 Reported by Wade Smith.
6553
6554 (verilog-batch-execute-func): Comment on function usage.
6555
6556 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6557
6558 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6559 for labels.
6560
6561 (verilog-label-re, verilog-calc-1): Support proper indent of named
6562 asserts.
6563
6564 (verilog-backward-token, verilog-basic-complete-re)
6565 (verilog-beg-of-statement, verilog-indent-re): Support proper
6566 indent of the assert statement at the beginning of a block of text.
6567
6568 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6569 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6570 tokens as begins.
6571
6572 2009-11-05 Glenn Morris <rgm@gnu.org>
6573
6574 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6575 Emacs 19. (Bug#1531)
6576 (byte-compile-fix-header): Update for the above change.
6577 Drop test for epoch::version.
6578
6579 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6580 * cus-dep.el (custom-make-dependencies):
6581 * finder.el (finder-compile-keywords):
6582 Use autoload-rubric's feature argument.
6583
6584 * calendar/diary-lib.el (top-level): Make load behave more like require.
6585
6586 * vc-git.el (vc-git-stash-map): Move definition before use.
6587
6588 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6589
6590 * custom.el (custom-declare-group): Purecopy standard-value.
6591 (custom-declare-group): Purecopy custom-prefix.
6592
6593 * international/mule.el (load-with-code-conversion):
6594 Call do-after-load-evaluation unconditionally.
6595
6596 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6597
6598 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6601
6602 2009-11-04 Glenn Morris <rgm@gnu.org>
6603
6604 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6605 (byte-compile-compatibility): Remove option.
6606 (byte-compile-close-variables, byte-compile-fix-header)
6607 (byte-compile-insert-header, byte-compile-output-docform)
6608 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6609 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6610 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6611 (byte-compile-insert, byte-compile-defun):
6612 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6613 (byte-defop-compiler19): Remove.
6614 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6615 used by anything. Replace all calls with byte-defop-compiler.
6616
6617 2009-11-04 Juri Linkov <juri@jurta.org>
6618
6619 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6620 (menu-bar-options-menu): Don't quote the `prop' arg of
6621 `menu-bar-make-mm-toggle'.
6622
6623 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6624
6625 * calendar/calendar.el (cal-loaddefs):
6626 * calendar/diary-lib.el (diary-loaddefs):
6627 * calendar/holidays.el (hol-loaddefs):
6628 * eshell/esh-module.el (esh-groups): Load rather than require.
6629
6630 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6633 point-min==1.
6634 (todo-top-priorities): Only display-buffer when called interactively.
6635 (todo-item-start): Don't save excursion point.
6636 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6637 (todo-insert-item-here, todo-file-item, todo-remove-item):
6638 Adjust uses of todo-item-start and todo-item-end.
6639
6640 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6641 (autoload-rubric): Don't use any more.
6642 * cedet/semantic/fw.el (semantic/loaddefs):
6643 * cedet/srecode.el (srecode/loaddefs):
6644 * cedet/ede.el (ede/loaddefs): Load rather than require.
6645 * cedet/ede/cpp-root.el:
6646 * cedet/ede/emacs.el:
6647 * cedet/ede/files.el:
6648 * cedet/ede/linux.el:
6649 * cedet/ede/locate.el:
6650 * cedet/ede/make.el:
6651 * cedet/ede/shell.el:
6652 * cedet/ede/speedbar.el:
6653 * cedet/ede/system.el:
6654 * cedet/ede/util.el:
6655 * cedet/semantic/analyze.el:
6656 * cedet/semantic/bovine.el:
6657 * cedet/semantic/complete.el:
6658 * cedet/semantic/ctxt.el:
6659 * cedet/semantic/db-file.el:
6660 * cedet/semantic/db-find.el:
6661 * cedet/semantic/db-global.el:
6662 * cedet/semantic/db-mode.el:
6663 * cedet/semantic/db-typecache.el:
6664 * cedet/semantic/db.el:
6665 * cedet/semantic/debug.el:
6666 * cedet/semantic/dep.el:
6667 * cedet/semantic/doc.el:
6668 * cedet/semantic/edit.el:
6669 * cedet/semantic/find.el:
6670 * cedet/semantic/format.el:
6671 * cedet/semantic/html.el:
6672 * cedet/semantic/ia-sb.el:
6673 * cedet/semantic/ia.el:
6674 * cedet/semantic/idle.el:
6675 * cedet/semantic/lex-spp.el:
6676 * cedet/semantic/lex.el:
6677 * cedet/semantic/mru-bookmark.el:
6678 * cedet/semantic/scope.el:
6679 * cedet/semantic/senator.el:
6680 * cedet/semantic/sort.el:
6681 * cedet/semantic/symref.el:
6682 * cedet/semantic/tag-file.el:
6683 * cedet/semantic/tag-ls.el:
6684 * cedet/semantic/tag-write.el:
6685 * cedet/semantic/tag.el:
6686 * cedet/semantic/util-modes.el:
6687 * cedet/semantic/analyze/complete.el:
6688 * cedet/semantic/analyze/refs.el:
6689 * cedet/semantic/bovine/c.el:
6690 * cedet/semantic/bovine/gcc.el:
6691 * cedet/semantic/bovine/make.el:
6692 * cedet/semantic/bovine/scm.el:
6693 * cedet/semantic/decorate/include.el:
6694 * cedet/semantic/decorate/mode.el:
6695 * cedet/semantic/symref/cscope.el:
6696 * cedet/semantic/symref/global.el:
6697 * cedet/semantic/symref/grep.el:
6698 * cedet/semantic/symref/idutils.el:
6699 * cedet/semantic/symref/list.el:
6700 * cedet/semantic/wisent/java-tags.el:
6701 * cedet/semantic/wisent/javascript.el:
6702 * cedet/srecode/compile.el:
6703 * cedet/srecode/cpp.el:
6704 * cedet/srecode/document.el:
6705 * cedet/srecode/el.el:
6706 * cedet/srecode/expandproto.el:
6707 * cedet/srecode/getset.el:
6708 * cedet/srecode/insert.el:
6709 * cedet/srecode/java.el:
6710 * cedet/srecode/map.el:
6711 * cedet/srecode/mode.el:
6712 * cedet/srecode/template.el:
6713 * cedet/srecode/texi.el: Remove the file-local setting of
6714 generated-autoload-feature.
6715
6716 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6717 and only put a prop if it is non-nil.
6718
6719 2009-11-03 Juri Linkov <juri@jurta.org>
6720
6721 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6722 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6723
6724 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6725 and "Menu" to make top-level menu item visually one unit (like
6726 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6727 multi-word menu items). Fix :help string for quit-window.
6728
6729 2009-11-03 Glenn Morris <rgm@gnu.org>
6730
6731 * cedet/mode-local.el (with-mode-local): Doc fix.
6732
6733 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6734 (byte-compile-file-form-define-abbrev-table)
6735 (byte-compile-file-form-custom-declare-variable)
6736 (byte-compile-variable-ref, byte-compile-defvar):
6737 Whether or not a warning is enabled should only affect whether we issue
6738 the warning, not whether or not we collect the relevant data.
6739 Eg warnings can be turned on and off throughout the course of a file.
6740
6741 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6742 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6743
6744 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6747 * play/mpuz.el (mpuz-create-buffer):
6748 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6749 (lm-print-y,s,noise, lm-print-w0, lm-init):
6750 * play/gomoku.el (gomoku-prompt-for-move):
6751 * play/fortune.el (fortune-in-buffer):
6752 * play/dissociate.el (dissociated-press):
6753 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6754 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6755 * mail/supercite.el (sc-eref-show):
6756 * mail/smtpmail.el (smtpmail-send-it):
6757 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6758 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6759 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6760 (rmail-summary-goto-msg, rmail-summary-expunge)
6761 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6762 (rmail-summary-add-label, rmail-summary-output-menu)
6763 (rmail-summary-output-body):
6764 * mail/rfc822.el (rfc822-addresses):
6765 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6766 * mail/mailpost.el (post-mail-send-it):
6767 * mail/hashcash.el (hashcash-generate-payment):
6768 * mail/feedmail.el (feedmail-run-the-queue)
6769 (feedmail-queue-send-edit-prompt-help-first)
6770 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6771 (feedmail-deduce-address-list):
6772 * eshell/esh-ext.el (eshell-remote-command):
6773 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6774 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6775 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6776 (viper-save-string-in-file, viper-valid-marker):
6777 * emulation/viper-keym.el (viper-toggle-key):
6778 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6779 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6780 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6781 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6782 (viper-exec-form-in-emacs, viper-brac-function):
6783 * emulation/viper.el (viper-delocalize-var):
6784 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6785 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6786 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6787 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6788 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6789 * emulation/edt.el (edt-electric-helpify):
6790 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6791 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6792 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6793 (cua-indent-to-global-mark-column):
6794 * calendar/diary-lib.el (calendar-mark-1):
6795 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6796 Use with-current-buffer.
6797 * emulation/viper.el (viper-delocalize-var): Use dolist.
6798
6799 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6800
6801 * comint.el (comint-replace-by-expanded-history-before-point):
6802 Replace !! with the previous input string literally (Bug#1795).
6803
6804 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6805
6806 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6807 to be made up of whitespace.
6808
6809 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6810
6811 * minibuffer.el (read-file-name): Don't use file dialogs for
6812 remote directories (Bug#99).
6813
6814 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6815
6816 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6817
6818 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6819
6820 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6821 instead of deleting the window or frame.
6822
6823 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6824
6825 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6826 Support face colors.
6827
6828 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6829 New function. Support face colors (Bug#1168).
6830 (tex-common-initialization): Use it.
6831
6832 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6833 mode allows it (Bug#1168).
6834
6835 2009-10-31 Juri Linkov <juri@jurta.org>
6836
6837 * facemenu.el (list-colors-display): Don't mark buffer as
6838 modified (Bug#3948).
6839
6840 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6841
6842 * international/mule-diag.el (list-character-sets-1): Minor
6843 message fix (Bug#3526).
6844
6845 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
6846 face property (Bug#4834).
6847 (etags-list-tags, etags-tags-apropos-additional)
6848 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6849 property.
6850
6851 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6852 items.
6853
6854 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
6855 items.
6856
6857 * cedet/ede.el (ede-minor-mode):
6858 * cedet/semantic.el (semantic-mode): Toggle menu separators.
6859
6860 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * textmodes/two-column.el (2C-split):
6863 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6864 * textmodes/tex-mode.el (tex-set-buffer-directory):
6865 * textmodes/spell.el (spell-region, spell-string):
6866 * textmodes/reftex.el (reftex-erase-buffer):
6867 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6868 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6869 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6870 (reftex-select-item):
6871 * textmodes/reftex-ref.el (reftex-label-info-update)
6872 (reftex-offer-label-menu):
6873 * textmodes/reftex-index.el (reftex-index-change-entry)
6874 (reftex-index-phrases-info):
6875 * textmodes/reftex-global.el (reftex-create-tags-file)
6876 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6877 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6878 (reftex-view-crossref-from-bibtex):
6879 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6880 (reftex-extract-bib-entries-from-thebibliography)
6881 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6882 * textmodes/refbib.el (r2b-capitalize-title):
6883 (r2b-convert-buffer, r2b-help):
6884 * textmodes/page-ext.el (pages-directory)
6885 (pages-directory-goto-with-mouse):
6886 * textmodes/bibtex.el (bibtex-validate-globally):
6887 * textmodes/bib-mode.el (bib-capitalize-title):
6888 * textmodes/artist.el (artist-clear-buffer, artist-system):
6889 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6890 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6891 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6892 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6893 (xscheme-send-control-g-interrupt, xscheme-start-process)
6894 (xscheme-process-sentinel, xscheme-cd):
6895 * progmodes/verilog-mode.el (verilog-read-always-signals)
6896 (verilog-set-define, verilog-getopt-file)
6897 (verilog-module-inside-filename-p):
6898 * progmodes/sh-script.el:
6899 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6900 (python-pdbtrack-grub-for-buffer, python-execute-file):
6901 * progmodes/octave-inf.el (inferior-octave):
6902 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6903 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6904 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6905 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6906 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6907 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6908 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6909 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6910 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6911 (idlwave-shell-examine-display, idlwave-shell-run-region)
6912 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6913 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6914 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6915 (idlwave-help-get-help-buffer):
6916 * progmodes/gud.el (gud-basic-call, gud-find-class)
6917 (gud-tooltip-activate-mouse-motions-if-enabled):
6918 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6919 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6920 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6921 (ebrowse-tags-next-file):
6922 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6923 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6924 (ebnf-eps-finish-and-write):
6925 * progmodes/cpp.el (cpp-edit-save):
6926 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6927 * progmodes/cc-defs.el (c-emacs-features):
6928 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6929 (antlr-directory-dependencies):
6930 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6931 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6932 (ada-find-any-references, ada-make-filename-from-adaname)
6933 (ada-make-body-gnatstub):
6934 * obsolete/rnews.el (news-list-news-groups):
6935 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6936 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6937 * net/rcirc.el (rcirc-debug):
6938 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6939 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6940 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6941 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6942 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6943 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6944 (newsticker--treeview-list-clear-highlight)
6945 (newsticker--treeview-list-update-highlight)
6946 (newsticker--treeview-list-highlight-start)
6947 (newsticker--treeview-tree-update-highlight)
6948 (newsticker--treeview-get-selected-item)
6949 (newsticker-treeview-mark-list-items-old)
6950 (newsticker--treeview-set-current-node):
6951 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6952 * net/newst-backend.el (newsticker--get-news-by-funcall)
6953 (newsticker--get-news-by-wget, newsticker--image-get)
6954 (newsticker--image-sentinel):
6955 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6956 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6957 (eudc-ph-close-session):
6958 * net/eudc.el (eudc-save-options):
6959 * language/thai-word.el (thai-update-word-table):
6960 * language/japan-util.el (japanese-string-conversion):
6961 * international/titdic-cnv.el (tsang-quick-converter)
6962 (ziranma-converter, ctlau-converter):
6963 * international/mule-cmds.el (describe-language-environment):
6964 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6965 (skkdic-convert-postfix, skkdic-convert-prefix):
6966 (skkdic-convert-okuri-nasi, skkdic-convert):
6967 * emacs-lisp/re-builder.el (reb-update-overlays):
6968 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6969 * emacs-lisp/gulp.el (gulp-send-requests):
6970 * emacs-lisp/find-gc.el (trace-call-tree):
6971 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6972 (eieio-describe-generic):
6973 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6974 * emacs-lisp/edebug.el (edebug-outside-excursion):
6975 * emacs-lisp/debug.el (debugger-make-xrefs):
6976 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6977 * emacs-lisp/chart.el (chart-new-buffer):
6978 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6979 Use with-current-buffer.
6980 * textmodes/artist.el (artist-system): Don't call
6981 copy-sequence on a fresh string.
6982 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6983
6984 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6985
6986 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6987 is no item to edit. (Bug#4820)
6988 (todo-top-priorities): Restore point and restore narrowing in Todo
6989 buffer. (Bug#4820)
6990
6991 2009-10-31 Glenn Morris <rgm@gnu.org>
6992
6993 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6994 (comint-last-output-start, comint-last-input-start)
6995 (comint-last-input-end): Don't defvar when compiling.
6996 (ange-ftp-process-file): Use bound-and-true-p.
6997
6998 * pcmpl-rpm.el (top-level): Move provide statement to end.
6999 (pcmpl-rpm): Remove unused custom group.
7000
7001 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7002
7003 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7004
7005 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7006 (byte-compile-warnings): Add `constants' as an option.
7007 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7008 (display-call-tree): Update for byte-compile-fdefinition possibly
7009 returning `(macro lambda ...)'. (Bug#4778)
7010 (byte-compile-variable-ref, byte-compile-setq-default):
7011 Respect `constants' member of byte-compile-warnings.
7012
7013 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7014 Use mapc rather than mapcar because the return value is never used.
7015
7016 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7017 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7018 * cedet/semantic/html.el:
7019 Suppress harmless warnings about setting up semantic-imenu (not
7020 part of Emacs) variables.
7021
7022 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7023
7024 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7025 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7026 to "submit:".
7027
7028 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7029 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7030 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7031 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7032 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7033 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7034 (semantic-analyzer-debug-global-symbol)
7035 (semantic-analyzer-debug-missing-innertype)
7036 (semantic-analyzer-debug-insert-include-summary):
7037 * cedet/semantic/util.el (semantic-file-tag-table):
7038 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7039 (semantic-recursive-find-nonterminal-by-name):
7040 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7041 * cedet/semantic/tag-file.el (semantic-prototype-file):
7042 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7043 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7044 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7045 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7046 (semantic-idle-summary-maybe-highlight):
7047 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7048 (semantic-ia-sb-tag-info):
7049 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7050 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7051 * cedet/semantic/ede-grammar.el (project-compile-target):
7052 (ede-proj-makefile-insert-variables):
7053 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7054 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7055 (semantic-debug-mode, semantic-debug):
7056 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7057 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7058 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7059 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7060 (semanticdb-find-translate-path-includes--internal)
7061 (semanticdb-reset-log, semanticdb-find-log-activity):
7062 * cedet/semantic/db-file.el (object-write):
7063 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7064 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7065 (semanticdb-create-ebrowse-database):
7066 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7067 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7068 (semantic-collector-calculate-completions-raw)
7069 (semantic-complete-read-tag-analyzer):
7070 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7071 * cedet/ede/util.el (ede-update-version-in-source):
7072 * cedet/ede/proj.el (project-delete-target):
7073 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7074 (ede-proj-flush-autoconf):
7075 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7076 (ede-proj-configure-synchronize):
7077 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7078 * cedet/ede/linux.el (ede-linux-version):
7079 * cedet/ede/emacs.el (ede-emacs-version):
7080 * cedet/ede/dired.el (ede-dired-add-to-target):
7081 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7082 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7083 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7084 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7085 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7086 (cedet-idutils-version-check):
7087 * cedet/cedet-global.el (cedet-gnu-global-call):
7088 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7089 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7090 * cedet/cedet-cscope.el (cedet-cscope-call)
7091 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7092 Use with-current-buffer.
7093 * cedet/ede.el (ede-make-project-local-variable)
7094 (ede-set-project-variables, ede-set): Use dolist.
7095
7096 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7097
7098 * textmodes/ispell.el (ispell-skip-region-alist):
7099 * international/mule-conf.el (eight-bit):
7100 * international/fontset.el (font-encoding-alist):
7101 * startup.el (pure-space-overflow-message):
7102 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7103 * paths.el (gnus-nntp-service, rmail-spool-directory)
7104 (term-file-prefix):
7105 * files.el (save-some-buffers-action-alist):
7106 * cmuscheme.el (same-window-buffer-names):
7107 * ielm.el (same-window-buffer-names):
7108 * shell.el (same-window-buffer-names):
7109 * mail/sendmail.el (same-window-buffer-names):
7110 * progmodes/inf-lisp.el (same-window-buffer-names):
7111 * bindings.el (mode-line-client)
7112 (mode-line-column-line-number-mode-map):
7113 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7114 (tibetan-precomposed-regexp): Purecopy string arguments.
7115
7116 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7119 (calcDigit-nondigit):
7120 * calc/calc-yank.el (calc-copy-to-buffer):
7121 * calc/calc-units.el (calc-invalidate-units-table):
7122 * calc/calc-trail.el (calc-trail-yank):
7123 * calc/calc-store.el (calc-insert-variables):
7124 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7125 * calc/calc-prog.el (calc-read-parse-table):
7126 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7127 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7128 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7129 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7130 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7131 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7132 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7133 * calc/calc-ext.el (calc-realign):
7134 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7135 (calc-embedded-finish-edit, calc-embedded-make-info)
7136 (calc-embedded-finish-command, calc-embedded-stack-change):
7137 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7138
7139 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7140 (overload-docstring-extension): Use that info.
7141 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7142 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7143 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7144 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7145 (semantic-nonterminal-full-name): Add the new `when' info.
7146 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7147 `assert'.
7148
7149 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7150 shell-dynamic-complete-filename in preference to
7151 comint-dynamic-complete-filename.
7152
7153 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7154 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7155 Don't consider whether the display supports colors.
7156 (bookmark-import-new-list): Use dolist.
7157 (bookmark-bmenu-mode-map): Move initialization into declaration.
7158 (bookmark-bmenu-list): Use dolist, simplify.
7159 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7160 (menu-bar-final-items): Use push.
7161
7162 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7163
7164 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7165 it works on remote files.
7166 (vc-hg-diff): Don't pass any `--cwd' argument.
7167
7168 2009-10-27 Kevin Ryde <user42@zip.com.au>
7169
7170 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7171 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7172 (Further to Bug#3921).
7173
7174 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7175
7176 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7177 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7178 calling `tramp-imap-put-file'. Add file size to the call.
7179 (tramp-imap-get-file-entries): Compute also user name, file size,
7180 and date.
7181 (tramp-imap-handle-insert-directory): Insert uid and gid.
7182 (tramp-imap-handle-file-attributes): Transform uid and gid
7183 according to `id-format'.
7184 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7185 size in header X-Size.
7186
7187 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7188
7189 * simple.el (transpose-subr): Give clearer error when the mark
7190 is not set. (Bug#4807)
7191
7192 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7193
7194 * net/tramp.el (tramp-perl-file-truename): New defconst.
7195 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7196 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7197 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7198 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7199
7200 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7201 Ignore `dired-call-process'.
7202 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7203
7204 2009-10-26 Julian Scheid <julians37@gmail.com>
7205
7206 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7207 (tramp-get-remote-readlink): New defun.
7208 (tramp-handle-file-truename): Use it.
7209 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7210 file exists if cache value present.
7211 (tramp-check-cached-permissions): New defun.
7212 (tramp-handle-file-readable-p): Use it.
7213 (tramp-handle-file-writable-p): Likewise.
7214 (tramp-handle-file-executable-p): Likewise.
7215 (tramp-handle-file-name-all-completions): Try using Perl to get
7216 partial completions. When perl not available, combine `cd' and
7217 `ls' into single remote operation and use shell expansion to get
7218 partial remote directory contents. Set `file-exists-p' cache for
7219 directory and any files returned by ls. Change cache handling to
7220 support partial directory contents. Use error message emitted by
7221 remote `cd' or Perl code for local tramp-error.
7222 (tramp-do-copy-or-rename-file-directly): Avoid separate
7223 tramp-send-command-and-check call.
7224 (tramp-handle-process-file): Merge three remote ops into one.
7225 Do not flush all caches when `process-file-side-effects' is set.
7226 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7227 file-attributes shows uid/gid to be set already.
7228
7229 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7230
7231 * textmodes/tex-mode.el (tex-dvi-view-command)
7232 (tex-show-queue-command, tex-open-quote):
7233 * progmodes/ruby-mode.el (auto-mode-alist)
7234 (interpreter-mode-alist): Purecopy strings.
7235
7236 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7237
7238 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7239 string for the hook, keymap and abbrev table.
7240
7241 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7242
7243 * x-dnd.el (x-dnd-xdnd-to-action):
7244 * startup.el (fancy-startup-text, fancy-about-text): Change to
7245 defconst from defvar.
7246
7247 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7248
7249 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7250 Purecopy initialization strings.
7251
7252 * mail/sendmail.el (mail-header-separator)
7253 (mail-personal-alias-file):
7254 * mail/rmail.el (rmail-default-dont-reply-to-names)
7255 (rmail-ignored-headers, rmail-retry-ignored-headers)
7256 (rmail-highlighted-headers, rmail-secondary-file-directory)
7257 (rmail-secondary-file-regexp):
7258 * files.el (null-device, file-name-invalid-regexp)
7259 (locate-dominating-stop-dir-regexp)
7260 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7261 (interpreter-mode-alist): Use mapcar instead of mapc.
7262
7263 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7264
7265 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7266 (completion-ignored-extensions):
7267 (debug-ignored-errors): Purecopy strings.
7268
7269 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7272 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7273 (pcomplete--here): Use push.
7274
7275 * subr.el (all-completions): Declare the 4th arg obsolete.
7276
7277 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7280 (pcomplete-unquote-argument): New function.
7281 (pcomplete--common-suffix): Always pay attention to case.
7282 (pcomplete--table-subvert): Quote and unquote the text.
7283 (pcomplete--common-quoted-suffix): New function.
7284 (pcomplete-std-complete): Use it and pcomplete-begin.
7285
7286 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7287 we're inside a dedicated or minibuffer window.
7288
7289 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * cedet/semantic/fw.el (semantic-alias-obsolete)
7292 (semantic-varalias-obsolete): Make the `when' arg mandatory.
7293 (define-mode-overload-implementation):
7294 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7295 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7296 * cedet/semantic/util.el (semantic-file-token-stream)
7297 (semantic-something-to-stream):
7298 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7299 (semantic-expand-nonterminal):
7300 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7301 (semantic-find-dependency, semantic-find-nonterminal)
7302 (semantic-find-dependency):
7303 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7304 (semantic-flex-text, semantic-flex-make-keyword-table)
7305 (semantic-flex-keyword-p, semantic-flex-keyword-put)
7306 (semantic-flex-keyword-get, semantic-flex-map-keywords)
7307 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7308 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7309 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7310 (semantic-after-idle-scheduler-reparse-hooks):
7311 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7312 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7313 * cedet/semantic.el (semantic-toplevel-bovine-table)
7314 (semantic-toplevel-bovine-cache)
7315 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7316 (semantic-init-mode-hooks, semantic-init-db-hooks)
7317 (semantic-bovination-working-type): Provide the `when' arg.
7318
7319 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7320
7321 * bookmark.el: Update documentation, especially documentation
7322 of `bookmark-alist' and of the bookmark file format.
7323 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7324
7325 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7326
7327 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7328 keybindings apply to the mail buffer (Bug#4003). Shrink help
7329 window to buffer.
7330
7331 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7332 (global-whitespace-mode, global-whitespace-newline-mode)
7333 (whitespace-toggle-options, global-whitespace-toggle-options):
7334 Doc fix (Bug#3660).
7335
7336 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7337 of xmltok-start before the end tag was inserted (Bug#2840).
7338
7339 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7340 patterns that are preceded by an open-paren (Bug#1320).
7341
7342 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7343
7344 * files.el (delete-directory): Delete symlinks to directories with
7345 delete-file (Bug#4739).
7346
7347 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7348
7349 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7350 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7351 argument to make-obsolete.
7352
7353 * cedet/semantic/fw.el (semantic-alias-obsolete)
7354 (semantic-varalias-obsolete): Add optional WHEN argument.
7355
7356 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7357
7358 * vc.el (vc-backend-for-registration): Rename from
7359 vc-get-backend-for-registration. Update callers.
7360
7361 * international/mule-cmds.el (set-language-info-alist):
7362 Purecopy lang-env.
7363 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7364 (charset): Purecopy the name.
7365 (define-char-code-property): Purecopy string arguments.
7366
7367 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7368 Purecopy string arguments.
7369
7370 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7371 * ediff-hook.el (menu-bar-ediff-menu):
7372 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7373 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7374
7375 2009-10-24 Glenn Morris <rgm@gnu.org>
7376
7377 * comint.el (comint-dynamic-list-completions):
7378 * term.el (term-dynamic-list-completions): Use choose-completion rather
7379 than obsolete alias mouse-choose-completion.
7380
7381 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7382 file-cache-choose-completion.
7383 (file-cache-choose-completion): Handle an optional event argument.
7384 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7385
7386 * progmodes/octave-mod.el (octave-complete-symbol):
7387 Use choose-completion if mouse-choose-completion is ever removed.
7388
7389 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7390 use.
7391
7392 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7393 compiler.
7394
7395 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7396
7397 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7400 Ignore `pred' now that we receive one.
7401 Handle test-completion specially.
7402
7403 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7404
7405 * vc.el (vc-responsible-backend): Throw an error if not backend is
7406 found. Remove the REGISTER argument. Move the code dealing with
7407 REGISTER ...
7408 (vc-get-backend-for-registration): ... here. New function.
7409 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7410 of vc-responsible-backend, pass the file name instead of the
7411 directory name.
7412
7413 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7416 New funs.
7417 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7418 (pcomplete-comint-setup): Don't modify a global var via
7419 accidental side-effects.
7420 (pcomplete-shell-setup): Adjust call accordingly.
7421 (pcomplete-parse-comint-arguments): Use push.
7422
7423 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7426 Allow uncapitalized info node names (Bug#3921).
7427
7428 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7429 to the DEBUG file (Bug#3781).
7430
7431 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7432
7433 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7434 dictionary entry (Bug#4579).
7435
7436 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7437
7438 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7439 from `rfn-eshadow-update-overlay-hook' when unloading.
7440 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7441 "rsyncc". Adjust doc string.
7442 (tramp-temp-buffer-file-name): New buffer-local defvar.
7443 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7444 Keep temporary file when indicated by method ("rsync" and
7445 "rsyncc").
7446 (tramp-handle-write-region): Handle APPEND.
7447 (tramp-delete-temp-file-function): New defun. Added to
7448 `kill-buffer-hook'.
7449
7450 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7451
7452 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7453
7454 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7455
7456 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7457 (color-name-rgb-alist, tty-standard-colors)
7458 (tty-color-mode-alist): Change to defconst.
7459
7460 * simple.el (mark-inactive): Purecopy message.
7461
7462 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7463 (global-map, yank-menu):
7464 * textmodes/ispell.el (ispell-menu-map):
7465 * net/eudc.el (eudc-tools-menu):
7466 * international/mule-cmds.el (describe-language-environment-map)
7467 (setup-language-environment-map, set-coding-system-map)
7468 (mule-menu-keymap):
7469 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7470 * replace.el (occur-mode-map):
7471 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7472
7473 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7474
7475 * calc/calc.el (math-read-number, math-read-number-simple): Use
7476 `save-match-data'.
7477
7478 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7481 rather than fiddling with global-map bindings, since it should only
7482 affect per-terminal settings.
7483 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7484
7485 * minibuffer.el (completion-table-with-terminator): Allow to specify
7486 the terminator-regexp.
7487
7488 * simple.el (switch-to-completions): Look for *Completions* in other
7489 frames as well.
7490
7491 * pcomplete.el: Allow the use of completion-tables.
7492 (pcomplete-std-complete): New command.
7493 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7494 (pcomplete--here): Use a function for `form' rather than an expression,
7495 so it can be byte-compiled.
7496 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7497 Add edebug declaration.
7498 (pcomplete-show-completions): Remove unused var `curbuf'.
7499 (pcomplete-do-complete, pcomplete-stub):
7500 Don't assume `completions' is a list of strings any more.
7501
7502 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7503
7504 * find-dired.el (find-name-arg): Fix typo in docstring.
7505
7506 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7509 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7510
7511 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7512 pcomplete-entries.
7513
7514 * comint.el (comint-read-input-ring, comint-write-input-ring)
7515 (comint-substitute-in-file-name)
7516 (comint-dynamic-complete-as-filename)
7517 (comint-dynamic-simple-complete)
7518 (comint-dynamic-list-filename-completions)
7519 (comint-dynamic-list-completions)
7520 (comint-redirect-results-list-from-process): Minor simplifications.
7521
7522 2009-10-21 Kevin Ryde <user42@zip.com.au>
7523
7524 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7525 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7526 the first form. And insert a blank line after ";;; Code" since
7527 that's usual style. (Bug#4612)
7528
7529 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7530
7531 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * minibuffer.el (completion-table-with-terminator): Properly implement
7534 boundaries, in case `terminator' appears in the suffix.
7535 (completion--embedded-envvar-table): Don't return boundaries if
7536 there's no valid completion. Simplify.
7537 (completion-file-name-table): New completion table extracted from
7538 completion--file-name-table.
7539 (completion--file-name-table): Use it.
7540 (read-file-name-predicate): Declare obsolete.
7541 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7542 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7543 completion-file-name-table, and use the `pred' argument.
7544 * files.el (locate-file-completion-table): Use the `pred' arg rather
7545 than read-file-name-predicate.
7546 (abbreviate-file-name): Use \` rather than ^ for BOS.
7547
7548 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7549
7550 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7551 vc-responsible-backend to register, it causes problems.
7552
7553 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7556
7557 2009-10-21 Eric Ludlam <zappo@gnu.org>
7558
7559 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
7560 (semantic-c-debug-mode-init-pch): New functions.
7561 (semantic-c-debug-mode-init-last-mode): New var.
7562 (semantic-c-parse-lexical-token): Use them.
7563
7564 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
7565 When extracting the argument list, limit only by point-max.
7566
7567 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7568
7569 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7570 (tramp-smb-handle-file-attributes): Use it.
7571 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7572 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7573 `mapcar'. Use `tramp-smb-get-stat-capability'.
7574 Add `dired-filename' text properties.
7575 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7576 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7577 version.
7578
7579 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * subr.el (read-key-delay): Reduce to 0.01.
7582 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7583 (bug#4751).
7584
7585 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7588
7589 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7590 (Info-menu): Remove unused vars `last' and `completions'.
7591 (Info-index-nodes): Remove unused var `node'.
7592
7593 * info.el (Info-complete-menu-item): Use complete-with-action.
7594
7595 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7596
7597 Make vc-annotate work through copies and renames.
7598 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7599 Return the file name too.
7600 (vc-annotate-revision-at-line)
7601 (vc-annotate-find-revision-at-line)
7602 (vc-annotate-revision-previous-to-line)
7603 (vc-annotate-show-log-revision-at-line): Update to get the file
7604 name from vc-annotate-extract-revision-at-line.
7605 (vc-annotate-show-diff-revision-at-line-internal): Change the
7606 argument to mean whether to show a file diff or not. Get the file
7607 name from vc-annotate-extract-revision-at-line.
7608 (vc-annotate-show-diff-revision-at-line):
7609 Update vc-annotate-show-diff-revision-at-line call.
7610 (vc-annotate-warp-revision): Add an optional file argument.
7611
7612 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7613 (vc-git-annotate-extract-revision-at-line): Also return the file
7614 name if found.
7615
7616 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7617 command. Remove unused code.
7618 (vc-hg-annotate-re): Update to match --follow output.
7619 (vc-hg-annotate-extract-revision-at-line): Also return the file
7620 name if found.
7621
7622 * vc.el: Update annotate-extract-revision-at-line documentation.
7623
7624 2009-10-18 Kevin Ryde <user42@zip.com.au>
7625
7626 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7627 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7628
7629 * net/browse-url.el (browse-url): Identify alist with "consp and
7630 not functionp" and let all other things go down the `apply' leg,
7631 as suggested by Stefan. (Further to bug#4531.)
7632
7633 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7634
7635 * minibuffer.el (read-file-name): Check for repeat before putting
7636 a default argument in file-name-history (Bug#4657).
7637
7638 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7639 read syntax (Bug#4737).
7640
7641 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7642
7643 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7644
7645 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7646 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7647 entries and make note of obsolete tags.
7648
7649 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7652
7653 2009-10-18 Glenn Morris <rgm@gnu.org>
7654
7655 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7656 grep, so that binary files (eg international/uni-bidi.el) can match.
7657 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7658 now, and in any case the file header format has changed.
7659
7660 2009-10-17 Glenn Morris <rgm@gnu.org>
7661
7662 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7663 (flyspell-get-word, flyspell-large-region)
7664 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7665
7666 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * Makefile.in (ELCFILES): Add ede/shell.
7669
7670 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7671
7672 * term/common-win.el (x-colors): Purecopy it.
7673
7674 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7677 permissive for when the buffer is empty.
7678 (tar-header-block-tokenize): Decode the username and groupname.
7679 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7680
7681 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * cedet/srecode/srt.el:
7684 * cedet/srecode/compile.el:
7685 * cedet/semantic/mru-bookmark.el:
7686 * cedet/semantic/debug.el:
7687 * cedet/semantic/complete.el:
7688 * cedet/semantic/analyze.el: Require CL when compiling.
7689
7690 2009-10-17 Eric Ludlam <zappo@gnu.org>
7691
7692 * cedet/semantic/scope.el
7693 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
7694 tmpscope so that the regular scope will continue to work.
7695
7696 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
7697 Use semantic-idle-summary-highlight-face as the highlighting.
7698
7699 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
7700 contains multibyte characters, choose first applicable coding
7701 system automatically.
7702
7703 * cedet/ede/project-am.el (project-run-target): New method.
7704 (project-run-target): New method.
7705
7706 * cedet/ede.el (ede-target): Add run target menu item.
7707 (ede-project, ede-minor-keymap): Add ede-run-target binding.
7708 (ede-run-target): New function.
7709 (ede-target::project-run-target): New method.
7710
7711 * cedet/ede/proj.el (project-run-target): New method.
7712
7713 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
7714 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
7715 Add :rules.
7716 (ede-proj-target-makefile-shared-object): Only libtool compilers
7717 now available. Add linkers for libtool.
7718 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
7719 (ede-proj-makefile-target-name): Always use .la extension.
7720
7721 * cedet/ede/proj-prog.el (project-run-target): New method.
7722
7723 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
7724 (ede-g++-linker): Change Change link lines.
7725
7726 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
7727 When searching for old variables, go to the end of the buffer and
7728 search backward from there.
7729 (ede-proj-makefile-automake-insert-subdirs)
7730 (ede-proj-makefile-automake-insert-extradist): New methods.
7731 (ede-proj-makefile-create): Use them.
7732
7733 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
7734 Force FILE to expand to the current target. Use file-exists-p to
7735 check that it exists.
7736
7737 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
7738 (ede-linux-load): Wrap dir in file-name-as-directory.
7739 Set :version slot.
7740
7741 * cedet/ede/files.el (ede-get-locator-object): When enabling
7742 locate, do so on "top".
7743
7744 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
7745 file-name-as-directory during compare.
7746 (ede-emacs-version): Return Emacs/XEmacs differentiator.
7747 Get version number from different places. Don't call egrep.
7748 (ede-emacs-load): Set :version slot. Call file-name-as-directory
7749 to set the directory.
7750
7751 * cedet/ede/shell.el: New file.
7752
7753 * cedet/inversion.el (inversion-decoders): Allow for stray . in
7754 alpha/beta variants.
7755
7756 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * international/mule-cmds.el (select-safe-coding-system): If the file
7759 has a coding cookie, use it regardless of any other setting (bug#4712).
7760
7761 2009-10-17 Glenn Morris <rgm@gnu.org>
7762
7763 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
7764 All errors should have messages.
7765
7766 * foldout.el (foldout-mouse-swallow-events):
7767 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7768
7769 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7770 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7771 (dired-keep-marker-symlink, dired-dwim-target)
7772 (dired-copy-preserve-time): Do not autoload these defcustoms.
7773
7774 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7775 messages from messing up the file coding. (Bug#4623)
7776
7777 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7778
7779 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7780 if no match is found for the current dictionary. (Bug#4578)
7781
7782 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7783 optional, since that is how it is documented, and this is often called
7784 with a nil argument. (Bug#4577)
7785 (flyspell-external-point-words, flyspell-auto-correct-word)
7786 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7787 (flyspell-word-search-backward): Remove nil argument in calls to
7788 flyspell-get-word, since it is not needed now.
7789
7790 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7791
7792 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7793
7794 2009-10-16 Glenn Morris <rgm@gnu.org>
7795
7796 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7797
7798 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7799
7800 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7801 (ange-ftp-file-size): New function.
7802 (ange-ftp-file-attributes): Use it.
7803
7804 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7805
7806 * net/tramp-smb.el (tramp-smb-version): New defvar.
7807 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7808 repeated checks.
7809
7810 2009-10-16 Glenn Morris <rgm@gnu.org>
7811
7812 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7813 Maybe copy some custom properties from old to new name. (Bug#4706)
7814
7815 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7816
7817 * subr.el (error, sit-for, start-process-shell-command)
7818 (start-file-process-shell-command): Set the calling convention
7819 after the function definition.
7820
7821 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * subr.el (error, sit-for, start-process-shell-command)
7824 (start-file-process-shell-command): Use the new
7825 set-advertised-calling-convention feature.
7826
7827 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7828
7829 * international/ucs-normalize.el (ucs-normalize-version):
7830 Change to 1.2.
7831 (check-range): Adjust for Unicode 5.2.
7832
7833 2009-10-15 Juri Linkov <juri@jurta.org>
7834
7835 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7836 to the `menu-item' format.
7837
7838 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7839
7840 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7841 if the environment variable does not exist.
7842
7843 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7844 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7845 parameter.
7846 (tramp-smb-handle-add-name-to-file)
7847 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7848 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7849 (tramp-smb-handle-file-attributes)
7850 (tramp-smb-do-file-attributes-with-stat)
7851 (tramp-smb-handle-file-local-copy)
7852 (tramp-smb-handle-insert-directory)
7853 (tramp-smb-handle-make-directory)
7854 (tramp-smb-handle-make-directory-internal)
7855 (tramp-smb-handle-make-symbolic-link)
7856 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7857 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7858 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7859 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7860 Handle long file names.
7861 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7862 process is running.
7863 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7864 Read share names with "-g" option.
7865
7866 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7867
7868 * net/rcirc.el (rcirc-view-log-file): New command.
7869 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7870 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7871 specified.
7872
7873 2009-10-15 Glenn Morris <rgm@gnu.org>
7874
7875 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7876 from the second command-line argument.
7877 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7878 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7879 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7880 w32-batch-update-autoloads.
7881 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7882 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7883
7884 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7885 the headers cannot be located. Simplify, subtracting superflous
7886 save-excursions.
7887
7888 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 Replace completion-base-size by completion-base-position to fix bugs
7891 such as (bug#4699).
7892 * simple.el (completion-base-position): New var.
7893 (completion-base-size): Mark as obsolete.
7894 (choose-completion): Make it work for mouse events as well.
7895 Pass the new base-position to choose-completion-string.
7896 (choose-completion-guess-base-position): New function, extracted from
7897 choose-completion-delete-max-match.
7898 (choose-completion-delete-max-match): Use it. Make obsolete.
7899 (choose-completion-string): Use the new base-position info.
7900 (completion-root-regexp): Delete.
7901 (completion-setup-function): Preserve completion-base-position.
7902 Eliminate obsolete base-size manipulation.
7903 * minibuffer.el (display-completion-list): Don't mess with base-size.
7904 (minibuffer-completion-help): Set completion-base-position instead.
7905 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7906 choose-completion.
7907 * textmodes/bibtex.el (bibtex-complete):
7908 * emacs-lisp/crm.el (crm--choose-completion-string):
7909 Adjust to new calling convention.
7910 * complete.el (partial-completion-mode): Use minibufferp to avoid
7911 bumping into incompatible change to choose-completion-string-functions.
7912 * ido.el (ido-choose-completion-string): Make its calling convention
7913 more permissive.
7914 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7915 base-size manipulation.
7916 (comint-dynamic-list-input-ring): Use dotimes and push.
7917 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7918 fundamental-mode. Use `or'.
7919
7920 2009-10-14 Juri Linkov <juri@jurta.org>
7921
7922 * misearch.el (multi-isearch-next-buffer-from-list)
7923 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7924
7925 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7928 `bytecomp.el'.
7929
7930 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7931 string we return is all made up of text from the completions rather
7932 than part from the completions and part from the input (bug#4219).
7933
7934 * ido.el (ido-everywhere): Use define-minor-mode.
7935
7936 * buff-menu.el (list-buffers, ctl-x-map):
7937 Mark the entry points with ;;;###autoload cookies.
7938
7939 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7942 correctly in the detached head case.
7943 (vc-git-print-log): Remove unused binding.
7944
7945 * vc.el (vc-responsible-backend): When a directory is passed for
7946 for registration create a VC repository if no backend is
7947 responsible for the directory argument.
7948 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7949
7950 * vc.el: Move comments about RCS and SCCS ...
7951 * vc-rcs.el:
7952 * vc-sccs.el: ... here, respectively.
7953
7954 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * minibuffer.el (completion--file-name-table): Return nil if there's
7957 no file completion, even if substitute-in-file-name changed
7958 the string (bug#4708).
7959
7960 2009-10-13 Juri Linkov <juri@jurta.org>
7961
7962 * files-x.el (read-file-local-variable-value): Don't filter out
7963 minor modes from mode name completion (bug#4664).
7964
7965 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7966
7967 * international/mule-cmds.el (ucs-names): Remove exclusion of
7968 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7969
7970 2009-10-13 Kenichi Handa <handa@m17n.org>
7971
7972 * international/uni-name.el: Regenerated.
7973
7974 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7977 should be automatically buffer-local, but isn't.)
7978
7979 2009-10-12 Sam Steingold <sds@gnu.org>
7980
7981 * progmodes/compile.el (compilation-next-error-function): Fix the
7982 timestamps if the buffer has been visited before.
7983 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7984 non-anchored patterns, like the perl one (bug#3928).
7985
7986 2009-10-12 Glenn Morris <rgm@gnu.org>
7987
7988 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7989 Let-bind `size'.
7990
7991 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7992
7993 * proced.el (proced-unload-function): New function.
7994
7995 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7996 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7997 Doc fix.
7998
7999 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8000
8001 2009-10-11 Juri Linkov <juri@jurta.org>
8002
8003 * files-x.el (read-file-local-variable-value):
8004 Provide default value only for bound variables (bug#4664).
8005
8006 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
8007
8008 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8009 connection methods like smb.
8010
8011 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8012 can be empty.
8013
8014 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8015 (tramp-smb-file-name-handler-alist): Add handlers for
8016 `add-name-to-file', `make-symbolic-link'.
8017 (tramp-smb-handle-add-name-to-file)
8018 (tramp-smb-do-file-attributes-with-stat)
8019 (tramp-smb-handle-make-symbolic-link)
8020 (tramp-smb-get-cifs-capabilities): New defuns.
8021 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8022 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8023 (tramp-smb-handle-file-local-copy)
8024 (tramp-smb-handle-make-directory-internal)
8025 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8026 The file name syntax depends on cifs capabilities.
8027 (tramp-smb-handle-file-attributes):
8028 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8029 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8030 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8031
8032 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
8033
8034 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8035 (eieio-defclass): Apply deftype handler and setf-method properties
8036 directly.
8037 (eieio-add-new-slot): Avoid union function from cl library.
8038 (eieio--typep): New function.
8039 (eieio-perform-slot-validation): Use it.
8040
8041 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8042
8043 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8044 Update documentation to refer to the variables documented in r1.135.
8045 (Bug#4188)
8046
8047 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8048
8049 * bookmark.el (Info-suffix-list): Remove this unused variable.
8050 (bookmark-current-point): Remove this obsolete variable.
8051 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8052 Adjust for removal of bookmark-current-point.
8053
8054 (bookmarks-already-loaded, bookmark-current-buffer)
8055 (bookmark-yank-point): Document. (Bug#4188)
8056
8057 2009-10-10 Glenn Morris <rgm@gnu.org>
8058
8059 * frame.el (frame-height): Doc fix.
8060
8061 * calendar/calendar.el (calendar-split-width-threshold): New option.
8062 (calendar-basic-setup): Use calendar-split-width-threshold.
8063
8064 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
8065
8066 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8067 Use .la for Automake.
8068
8069 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
8070
8071 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8072 Use "autoreconf -i". Suggested by Andreas Schwab.
8073
8074 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
8075
8076 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8077 Ideographic Supplement" range (U+1F200..U+1F2FF).
8078
8079 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8080
8081 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8082 since the list will have been rebuilt anyway. (Bug#4349)
8083
8084 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8085
8086 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8087 (bookmark-bmenu-execute-deletions): Don't save here, as
8088 bookmark-delete will now do so if necessary.
8089 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8090 (Bug#4348)
8091
8092 2009-10-09 Glenn Morris <rgm@gnu.org>
8093
8094 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8095
8096 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8097
8098 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8099 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8100 argument now, so the two function's behaviors will match. (Bug#3645)
8101
8102 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8103
8104 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8105 Fix filename test.
8106 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8107 to expand file names.
8108
8109 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
8110
8111 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8112 (tramp-file-name-real-host, tramp-file-name-port):
8113 Apply `save-match-data'.
8114
8115 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8116 case both directories are remote.
8117 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8118 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8119
8120 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8121
8122 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8123 (ede-proj-target-makefile-objectcode): Use it.
8124
8125 * cedet/ede/source.el (ede-want-any-source-files-p)
8126 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8127 Return search result. This error was introduced while merging.
8128
8129 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8130
8131 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8132
8133 2009-10-07 Glenn Morris <rgm@gnu.org>
8134
8135 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8136 of concat.
8137
8138 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8139
8140 * files-x.el (read-file-local-variable): Include some
8141 non-user-variables in the completion table (bug#4664).
8142
8143 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
8144
8145 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8146 message.
8147
8148 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8149 (tramp-smb-file-name-handler-alist): Add handler for
8150 `copy-directory', `expand-file-name', `set-file-modes'.
8151 (tramp-smb-handle-copy-directory)
8152 (tramp-smb-handle-expand-file-name)
8153 (tramp-smb-handle-set-file-modes): New defuns.
8154 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8155 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8156 entry.
8157 (tramp-smb-handle-insert-directory): Don't flush the cache.
8158 (tramp-smb-maybe-open-connection): Check for samba client and
8159 server versions.
8160
8161 2009-10-07 Eli Zaretskii <eliz@gnu.org>
8162
8163 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8164 to not error out of search for "^lisp=" fails.
8165
8166 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8167
8168 * makefile.w32-in (WINS_UPDATES): New macro.
8169 (custom-deps, finder-data, autoloads): Use it.
8170
8171 2009-10-07 Glenn Morris <rgm@gnu.org>
8172
8173 * Makefile.in (autoloads): Revert previous change.
8174 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8175 the list of preloaded files passed on the command-line, get
8176 it from src/Makefile.
8177
8178 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8179 show the original buffer rather than a random one.
8180
8181 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
8182
8183 * help.el (describe-no-warranty): Place point in a slightly better
8184 position in the GPLv3 text.
8185
8186 2009-10-06 Sam Steingold <sds@gnu.org>
8187
8188 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8189 the comm attribute is present before calling regexp-quote.
8190
8191 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
8192
8193 * play/animate.el (animate-string): For good effect, make sure
8194 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8195
8196 * play/animate.el (animate-sequence, animate-birthday-present):
8197 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8198
8199 2009-10-06 Glenn Morris <rgm@gnu.org>
8200
8201 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8202
8203 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8204 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8205 (batch-update-autoloads): Process a string value of autoload-excludes,
8206 set during the build process.
8207 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8208
8209 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8210 inside with-parsed... macro so that `v' is defined.
8211
8212 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8213 * progmodes/fortran.el (fortran-end-of-block)
8214 (fortran-beginning-of-block):
8215 Also push mark in the macro case.
8216
8217 * emerge.el (emerge-show-file-name):
8218 * calc/calc.el (calc-quit):
8219 * calc/calc-misc.el (calc-big-or-small):
8220 * calc/calc-graph.el (calc-graph-view):
8221 * calc/calc-ext.el (calc-reset):
8222 * calendar/calendar.el (calendar-basic-setup):
8223 Use window-full-height-p.
8224
8225 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8226 header we don't understand, don't insert another. (Bug#4624)
8227 If changing mime charset, insert the new one in the right place.
8228
8229 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8230
8231 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8232 (cal-tex-cursor-month): Correctly increment the end date for diary and
8233 holiday listing. (Bug#4626)
8234
8235 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * help-fns.el (describe-function-1): Don't burp if the function is not
8238 a symbol.
8239
8240 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8241
8242 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8243 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8244 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8245 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8246
8247 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8248 (eieio-default-superclass): Reflow docstrings.
8249 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8250 (eieio-unbind-method-implementations, defmethod)
8251 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8252 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8253 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8254 (eieio-slot-originating-class-p, eieio-slot-name-index)
8255 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8256 (constructor, initialize-instance, no-next-method, object-print)
8257 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8258 Fix typos in docstrings.
8259 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8260 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8261 (next-method-p): Doc fixes.
8262 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8263 Fix typos in error messages.
8264 (eieio-defmethod): Fix typo in description of generic method.
8265
8266 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8267 (eieio-persistent-save-interactive, slot-missing):
8268 Fix typos in docstrings.
8269 (eieio-instance-inheritor-slot-boundp): Doc fix.
8270
8271 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8272 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8273
8274 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8275 (eieio-custom-object-apply-reset):
8276 Fix typos in docstrings and error messages.
8277
8278 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8279 Fix typo in docstring.
8280
8281 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8282 (eieio-browse-tree): Doc fix.
8283 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8284 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8285 Fix typos in docstrings.
8286
8287 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8288 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8289 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8290 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8291 Reflow docstrings.
8292
8293 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8294
8295 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8296 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8297 Set log-view-vc-backend so that diff can work.
8298
8299 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8300 vc-version-diff.
8301 (vc-diff-internal): Autoload this instead of vc-version-diff.
8302
8303 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8304
8305 * simple.el (eval-expression): Doc fix.
8306
8307 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8308
8309 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8310
8311 * files.el (directory-files-no-dot-files-regexp): New defconst.
8312 (delete-directory): Use it.
8313 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8314
8315 * net/tramp.el (tramp-verbose): Fix docstring.
8316 (tramp-methods): Add recursive option to `tramp-copy-args'.
8317 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8318 "scp1_old", "scp2_old", "rsync", "rsyncc".
8319 (tramp-default-method): Check also for `auth-source-user-or-password'.
8320 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8321 Add handler for `copy-directory'.
8322 (tramp-handle-copy-directory): New defun.
8323 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8324 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8325 Optimize sent command.
8326
8327 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8330 window if necessary.
8331
8332 * calendar/calendar.el (calendar-basic-setup): Don't call
8333 switch-to-buffer in a dedicated window.
8334
8335 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8336
8337 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8338 don't do anything related to relocating, just return nil.
8339 (bookmark-error-no-filename): New error.
8340 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8341 bookmark has no file. Don't even attempt to handle things that
8342 are not files; the whole point of custom handlers is to keep that
8343 knowledge elsewhere anyway. Tighten some comments.
8344 (bookmark-file-or-variation-thereof): Remove now-unused function.
8345 (bookmark-location): Doc string fix.
8346 (Bug#4250)
8347
8348 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8349
8350 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8351 don't use a file dialog, because they usually don't know how to read
8352 a directory target from the user. (Bug#4230)
8353 Also, make sure the prompt can display directories as well as files.
8354
8355 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8356
8357 * bookmark.el (bookmark-set, bookmark-buffer-name):
8358 Improve doc strings. (Bug#1193)
8359
8360 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8361
8362 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8363 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8364 (bookmark-get-annotation, bookmark-set-annotation)
8365 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8366 (bookmark-set-position, bookmark-get-front-context-string)
8367 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8368 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8369 (bookmark-jump-other-window, bookmark-handle-bookmark)
8370 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8371 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8372 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8373 Improve doc strings to say whether bookmark can be a string or
8374 a record or both, and make other consistency and clarity fixes.
8375 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8376 (bookmark-default-annotation-text, bookmark-yank-word)
8377 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8378 (bookmark-import-new-list, bookmark-maybe-rename)
8379 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8380 (bookmark-bmenu-bookmark): Give these doc strings.
8381 (bookmark-bmenu-check-position): Give this a doc string, but also
8382 add a FIXME comment about how the function may be pointless.
8383 (bookmark-default-handler): Rework doc string and change a
8384 parameter name, to clarify that this takes a bookmark record
8385 not a bookmark name.
8386 (bookmark-set): Change a parameter name to indicate its meaning,
8387 and improve the doc string a bit.
8388 (Bug#4188)
8389
8390 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8391
8392 * bookmark.el (bookmark-alist): Document the new `handler' element
8393 in the param alist.
8394 (bookmark-make-record-function): Adjust documentation for above.
8395 (Bug#4193)
8396
8397 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8398
8399 * info.el (Info-bookmark-make-record): Document this function.
8400 (Info-bookmark-jump): Document with a doc string, not just a comment.
8401 (Bug#4203)
8402
8403 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8404
8405 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8406 (semantic-new-buffer-fcn): Call parser setup functions here.
8407 (semantic-mode): Don't call parser setup functions here, it's done
8408 in semantic-new-buffer-fcn now.
8409 (semantic-mode): Parse all existing buffers when enabled.
8410
8411 * cedet/srecode/compile.el (srecode-compile-file):
8412 Call semantic-new-buffer-fcn if the buffer has not been parsed.
8413
8414 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8415
8416 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8417
8418 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8419 (proj-comp-insert-variable-once): New macro, renamed from
8420 ede-pmake-insert-variable-once in ede/pmake.edl.
8421 (ede-proj-makefile-insert-variables): Use it.
8422
8423 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8424
8425 * files.el (copy-directory): New defun.
8426
8427 * dired-aux.el (dired-copy-file-recursive): Use it.
8428
8429 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8430
8431 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8432 (makefile-end-of-command):
8433 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8434 (semantic-end-of-context): Fix previous change. Doc fixes.
8435
8436 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8437
8438 * files-x.el (modify-dir-local-variable)
8439 (copy-dir-locals-to-file-locals-prop-line):
8440 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8441 (makefile-end-of-command):
8442 * cedet/semantic/lex.el (semantic-lex-token):
8443 * cedet/semantic/analyze/fcn.el
8444 (semantic-analyze-dereference-metatype-1):
8445 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8446 (semantic-lex-cpp-undef):
8447 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8448 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8449 (semantic-end-of-context): Fix typos in docstrings.
8450
8451 * recentf.el (recentf-unload-function): New function.
8452
8453 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * cedet/ede.el (ede-project-placeholder-cache-file):
8456 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8457 * cedet/srecode/map.el (srecode-map-save-file):
8458 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
8459
8460 2009-10-04 Glenn Morris <rgm@gnu.org>
8461
8462 * window.el (window-full-height-p): Add doc string.
8463
8464 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8465
8466 * window.el (window-full-height-p): New function. (Bug#4543)
8467
8468 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
8469
8470 * cedet/srecode/insert.el: Require srecode/args.
8471
8472 * cedet/srecode/args.el: Require srecode/dictionary instead of
8473 srecode/insert.
8474
8475 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8476
8477 * files.el (auto-mode-alist): Add .srt and Project.ede.
8478
8479 * cedet/semantic.el (semantic-mode):
8480 Handle srecode-template-mode-hook as well.
8481 (semantic-mode): Use js-mode-hook for Javascript hook.
8482
8483 * cedet/srecode/template.el: Remove hook variable.
8484
8485 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8486
8487 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8488 projects exist.
8489 (ede-project-placeholder-cache-file): Default to a file in
8490 user-emacs-directory.
8491
8492 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8493 templates in data-directory.
8494 (srecode-map-save-file): Default to a file in user-emacs-directory.
8495
8496 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8497 directory.
8498
8499 2009-09-30 Eric Ludlam <zappo@gnu.org>
8500
8501 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8502 Doc fix.
8503
8504 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8505 Only insert each variable once.
8506
8507 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8508 (ede-pmake-insert-variable-shared): Use it.
8509
8510 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8511 for lexical table iff table is nil.
8512
8513 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8514
8515 * vc.el: Remove commented out code.
8516 (vc-derived-from-dir-mode): Remove, unused.
8517 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8518
8519 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8520
8521 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8522 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8523 there could be recursive loading when `default-directory' is a
8524 remote file name. (Bug#4614)
8525
8526 2009-10-03 Glenn Morris <rgm@gnu.org>
8527
8528 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8529 the frame is wide.
8530 (calendar-generate-window): Test for shrinkability rather than width.
8531
8532 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
8533 declaration, currently false.
8534
8535 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8536 reusing existing buffers, in case we happen to visit two files with the
8537 same basename. (Bug#4593)
8538
8539 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8540
8541 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8542 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8543 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8544 subdirs of cedet as well.
8545 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8546
8547 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8550 Obey advertised-signature-table.
8551
8552 * help-fns.el (help-function-arglist): Don't check
8553 advertised-signature-table.
8554 (describe-function-1): Do it here instead so it also applies to subrs.
8555
8556 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8557
8558 * simple.el (start-file-process): Say in the doc-string, that file
8559 handlers might not support pty association, if PROGRAM is nil.
8560
8561 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8562 HOST and USER are strings. They are nil, when there are
8563 incomplete entries in ~/.netrc, for example.
8564 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8565 root directory ("device busy" error otherwise).
8566
8567 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8568 Flush file properties of created directory.
8569
8570 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8571
8572 * makefile.w32-in (WINS_BASIC): Remove cedet.
8573 (WINS_CEDET): Add cedet.
8574 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8575
8576 2009-10-02 Kevin Ryde <user42@zip.com.au>
8577
8578 * net/browse-url.el (browse-url): Pass any symbol in
8579 browse-url-browser-function to `apply', since if you've mistakenly put
8580 an unbound symbol then the error is clearer. (Bug#4531)
8581
8582 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8583
8584 * allout.el (allout-init, allout-back-to-current-heading)
8585 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8586 (allout-ascend, allout-up-current-level, allout-end-of-level)
8587 (allout-previous-visible-heading, allout-forward-current-level)
8588 (allout-backward-current-level, allout-show-children):
8589 * apropos.el (apropos-describe-plist):
8590 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8591 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8592 * completion.el (add-completion, add-permanent-completion):
8593 * descr-text.el (describe-text-category, describe-char):
8594 * desktop.el (desktop-lazy-abort):
8595 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8596 * dired.el (dired-build-subdir-alist):
8597 * ediff.el (ediff-version):
8598 * elide-head.el (elide-head, elide-head-show):
8599 * emerge.el (emerge-version):
8600 * env.el (getenv):
8601 * face-remap.el (variable-pitch-mode):
8602 * faces.el (describe-face):
8603 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8604 (dired-at-point):
8605 * files.el (find-file-existing, auto-save-mode):
8606 * font-lock.el (font-lock-fontify-buffer):
8607 * help-fns.el (describe-function, describe-variable)
8608 (describe-syntax, describe-categories):
8609 * help.el (view-lossage, describe-bindings, describe-key)
8610 (describe-mode):
8611 * hexl.el (hexl-current-address):
8612 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8613 * info.el (Info-goto-emacs-key-command-node):
8614 * log-edit.el (log-edit-insert-cvs-template)
8615 (log-edit-insert-cvs-rcstemplate):
8616 * menu-bar.el (menu-bar-mode):
8617 * mouse.el (mouse-appearance-menu):
8618 * newcomment.el (comment-indent-new-line):
8619 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8620 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8621 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8622 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8623 * recentf.el (recentf-mode):
8624 * savehist.el (savehist-mode, savehist-save):
8625 * shadowfile.el (shadow-copy-files):
8626 * simple.el (kill-ring-save, next-line, previous-line)
8627 (normal-erase-is-backspace-mode):
8628 * strokes.el (strokes-update-window-configuration)
8629 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8630 (strokes-xpm-for-stroke):
8631 * time.el (emacs-uptime, emacs-init-time):
8632 * tutorial.el (tutorial--describe-nonstandard-key)
8633 (tutorial--detailed-help):
8634 * type-break.el (type-break-mode)
8635 (type-break-mode-line-message-mode, type-break-query-mode)
8636 (type-break-guesstimate-keystroke-threshold):
8637 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8638 * version.el (emacs-version):
8639 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8640 * winner.el (winner-mode):
8641 * calendar/timeclock.el (timeclock-in, timeclock-out)
8642 (timeclock-status-string, timeclock-change)
8643 (timeclock-workday-remaining-string)
8644 (timeclock-workday-elapsed-string)
8645 (timeclock-when-to-leave-string):
8646 * calendar/todo-mode.el (todo-add-category):
8647 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8648 * emacs-lisp/autoload.el (update-file-autoloads):
8649 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8650 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8651 (checkdoc-message-text, checkdoc-defun):
8652 * emacs-lisp/debug.el (debugger-list-functions):
8653 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8654 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8655 (eieio-describe-generic):
8656 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8657 * emacs-lisp/shadow.el (list-load-path-shadows):
8658 * emulation/cua-base.el (cua-mode):
8659 * emulation/edt.el (edt-set-scroll-margins):
8660 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8661 (tpu-toggle-regexp, tpu-toggle-search-direction)
8662 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8663 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8664 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8665 (viper-set-parsing-style-toggling-macro)
8666 (viper-set-emacs-state-searchstyle-macros):
8667 * emulation/viper.el (viper-set-hooks):
8668 * eshell/esh-mode.el (eshell-truncate-buffer):
8669 * international/mule-cmds.el (prefer-coding-system)
8670 (describe-input-method, describe-language-environment):
8671 * international/mule-diag.el (list-character-sets)
8672 (describe-character-set, describe-coding-system)
8673 (describe-fontset, list-fontsets, list-input-methods):
8674 * mail/sendmail.el (mail-signature):
8675 * net/ange-ftp.el (ange-ftp-copy-file):
8676 * net/browse-url.el (browse-url):
8677 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8678 * net/quickurl.el (quickurl-add-url):
8679 * net/rcirc.el (names, topic):
8680 * net/xesam.el (xesam-mode):
8681 * play/5x5.el (5x5-new-game):
8682 * play/yow.el (apropos-zippy):
8683 * progmodes/ada-mode.el (ada-mode-version):
8684 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8685 (f90-end-of-block)
8686 (f90-beginning-of-block):
8687 * progmodes/fortran.el (fortran-end-of-block)
8688 (fortran-beginning-of-block):
8689 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8690 * progmodes/python.el (python-describe-symbol, python-shell):
8691 * term/ns-win.el (ns-print-buffer):
8692 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8693 * textmodes/flyspell.el (flyspell-mode-on):
8694 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8695 (pages-directory-for-addresses):
8696 * textmodes/table.el (table-recognize-cell)
8697 (table-query-dimension, table-generate-source)
8698 (table-insert-sequence, table--warn-incompatibility):
8699 * textmodes/tex-mode.el (tex-validate-buffer):
8700 * textmodes/texinfmt.el (texinfmt-version)
8701 (texinfo-format-buffer):
8702 Use `called-interactively-p' instead of `interactive-p'.
8703
8704 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8705
8706 * image-mode.el (image-toggle-display):
8707 * emacs-lisp/elp.el (elp-instrument-function):
8708 * emacs-lisp/advice.el (ad-make-advised-definition):
8709 * emacs-lisp/easy-mmode.el (define-minor-mode):
8710 * net/browse-url.el (browse-url-maybe-new-window):
8711 * progmodes/sh-script.el (sh-learn-buffer-indent):
8712 Pass new argument 'any to `called-interactively-p'.
8713
8714 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8715
8716 * international/uni-bidi.el:
8717 * international/uni-category.el:
8718 * international/uni-combining.el:
8719 * international/uni-comment.el:
8720 * international/uni-decimal.el:
8721 * international/uni-decomposition.el:
8722 * international/uni-digit.el:
8723 * international/uni-lowercase.el:
8724 * international/uni-mirrored.el:
8725 * international/uni-name.el:
8726 * international/uni-numeric.el:
8727 * international/uni-old-name.el:
8728 * international/uni-titlecase.el:
8729 * international/uni-uppercase.el:
8730 Regenerate from Unicode 5.2.0 data.
8731
8732 2009-10-01 Glenn Morris <rgm@gnu.org>
8733
8734 * Makefile.in (ELCFILES): Regenerate.
8735
8736 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * subr.el (interactive-p): Mark obsolete.
8739 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8740 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8741 advertised-signature-table for subroutines as well.
8742
8743 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8744 (set-advertised-calling-convention): New function.
8745 (make-obsolete, define-obsolete-function-alias)
8746 (make-obsolete-variable, define-obsolete-variable-alias):
8747 Make the optional-ness of `when' obsolete.
8748 (define-obsolete-face-alias): Make `when' non-optional.
8749 * help-fns.el (help-function-arglist):
8750 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8751 Use advertised-signature-table.
8752
8753 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8754
8755 * files.el (delete-directory): New defun. The original function
8756 in fileio.c has been renamed to `delete-directory-internal'.
8757
8758 * dired.el (dired-delete-file): Call `delete-directory' with
8759 RECURSIVE parameter.
8760
8761 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8762 parameter RECURSIVE. Implementation is missing.
8763
8764 * net/tramp.el (tramp-handle-make-directory): Flush upper
8765 directory's file properties.
8766 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8767 (tramp-handle-dired-recursive-delete-directory): Flush directory
8768 properties after the remove command only.
8769
8770 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8771 Handle optional parameter RECURSIVE.
8772
8773 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8774 Handle optional parameter RECURSIVE.
8775
8776 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8777 connection timeout.
8778 (tramp-smb-handle-delete-directory): Handle optional parameter
8779 RECURSIVE.
8780
8781 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8784 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8785 (byte-compile-defmacro): Use backquotes.
8786
8787 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8788
8789 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8790 has no associated file.
8791 (vc-resynch-buffer): Use vc-dir-buffers.
8792
8793 2009-10-01 Glenn Morris <rgm@gnu.org>
8794
8795 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8796 (chart-file-count):
8797 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8798 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8799 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8800 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8801 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8802 (eieio-copy-parents-into-subclass, make-instance, class-children)
8803 (eieio-generic-form):
8804 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
8805 * cedet/cedet-idutils.el (cedet-idutils-search)
8806 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
8807 (cedet-idutils-version-check):
8808 * cedet/cedet.el (cedet-version):
8809 * cedet/data-debug.el (data-debug-insert-overlay-button)
8810 (data-debug-insert-overlay-list-button)
8811 (data-debug-insert-buffer-button)
8812 (data-debug-insert-buffer-list-button)
8813 (data-debug-insert-process-button, data-debug-insert-ring-button)
8814 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
8815 (data-debug-insert-stuff-vector-button)
8816 (data-debug-insert-symbol-button, data-debug-insert-string)
8817 (data-debug-insert-number, data-debug-insert-lambda-expression)
8818 (data-debug-insert-nil, data-debug-insert-simple-thing)
8819 (data-debug-insert-custom, data-debug-edebug-expr):
8820 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
8821 (global-ede-mode-map, ede-new, ede-debug-target)
8822 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
8823 * cedet/semantic.el (semantic-minimum-working-buffer-size)
8824 (semantic-fetch-tags, semantic-submode-list)
8825 (semantic-default-submodes):
8826 * cedet/ede/source.el (ede-source-match):
8827 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
8828 (project-am-package-info):
8829 * cedet/ede/proj.el (ede-proj-target, project-new-target):
8830 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
8831 * cedet/ede/proj-comp.el (ede-current-build-list):
8832 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
8833 * cedet/ede/files.el (ede-toplevel-project-or-nil):
8834 * cedet/ede/cpp-root.el (initialize-instance):
8835 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
8836 (autoconf-parameter-strip, autoconf-insert-new-macro):
8837 * cedet/semantic/wisent.el (wisent-lex-eoi):
8838 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
8839 (semantic-show-parser-state-mode):
8840 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
8841 * cedet/semantic/tag.el (semantic-tag-new-variable)
8842 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
8843 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
8844 (semantic--tag-deep-copy-tag-list)
8845 (semantic-tag-components-with-overlays-default):
8846 * cedet/semantic/symref.el (semantic-symref-find-text):
8847 * cedet/semantic/senator.el (senator-yank-tag)
8848 (senator-transpose-tags-up):
8849 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
8850 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
8851 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
8852 * cedet/semantic/lex.el (semantic-lex-comment-regex)
8853 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
8854 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
8855 * cedet/semantic/lex-spp.el
8856 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
8857 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
8858 * cedet/semantic/idle.el
8859 (semantic-idle-summary-current-symbol-info-brutish)
8860 (semantic-idle-summary-current-symbol-info-default):
8861 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
8862 (semantic--grammar-macro-compl-dict):
8863 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
8864 * cedet/semantic/format.el (semantic-format-tag-custom-list)
8865 (semantic-format-tag-canonical-name-default):
8866 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
8867 (semantic-find-tags-for-completion)
8868 (semantic-find-tags-by-scope-protection-default)
8869 (semantic-deep-find-tags-for-completion):
8870 * cedet/semantic/edit.el
8871 (semantic-edits-incremental-reparse-failed-hook)
8872 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8873 (semantic-edits-splice-remove, semantic-edits-splice-replace):
8874 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8875 * cedet/semantic/dep.el (semantic-dependency-include-path):
8876 * cedet/semantic/db.el (semanticdb-default-find-index-class)
8877 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8878 (semanticdb-project-roots):
8879 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8880 (semanticdb-find-adebug-insert-scanned-tag-cons)
8881 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8882 (semanticdb-brute-deep-find-tags-for-completion):
8883 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8884 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8885 (semantic-end-of-context-default)
8886 (semantic-ctxt-current-function-default)
8887 (semantic-ctxt-scoped-types-default):
8888 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8889 (semantic-complete-inline-tag-engine)
8890 (semantic-complete-inline-custom-type)
8891 (semantic-complete-read-tag-analyzer):
8892 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8893 (semantic-chart-database-size):
8894 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8895 (semantic-analyze-current-context):
8896 * cedet/semantic/symref/list.el (semantic-symref)
8897 (semantic-symref-hide-buffer, semantic-symref-symbol):
8898 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8899 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8900 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8901 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8902 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8903 (semantic-c-dereference-template):
8904 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8905 (semantic--analyze-refs-full-lookup-with-parents)
8906 (semantic--analyze-refs-full-lookup-simple):
8907 * cedet/semantic/analyze/complete.el
8908 (semantic-analyze-possible-completions):
8909 * cedet/srecode/table.el (srecode-mode-table-new):
8910 * cedet/srecode/srt.el (srecode-read-variable-name):
8911 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8912 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8913 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8914 * cedet/srecode/map.el (srecode-current-map):
8915 * cedet/srecode/insert.el (srecode-insert)
8916 (srecode-insert-variable-secondname-handler, srecode-insert-method)
8917 (srecode-template-inserter-point-override)
8918 (srecode-insert-include-lookup):
8919 * cedet/srecode/getset.el (srecode-auto-choose-class):
8920 * cedet/srecode/extract.el (srecode-inserter-extract):
8921 * cedet/srecode/document.el
8922 (srecode-document-autocomment-return-last-alist)
8923 (srecode-document-autocomment-param-type-alist)
8924 (srecode-document-insert-function-comment)
8925 (srecode-document-insert-variable-one-line-comment)
8926 (srecode-document-function-name-comment):
8927 * cedet/srecode/dictionary.el (srecode-create-dictionary)
8928 (srecode-compound-toString):
8929 * cedet/srecode/compile.el (srecode-flush-active-templates):
8930 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8931 Doc/message fixes.
8932
8933 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8934 match-data. (Bug#4555).
8935
8936 * cedet/semantic/bovine/gcc.el
8937 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8938 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8939
8940 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8941 rather than parsing it as a regexp. This relaxes the layout
8942 requirements and makes errors easier to detect.
8943 (check-declare-verify): Check file is regular.
8944 (check-declare-directory): Doc fix.
8945 * subr.el (declare-function): Doc fix.
8946
8947 * ibuffer.el (ibuffer-format-qualifier):
8948 * isearch.el (hi-lock-regexp-okay):
8949 * calc/calc.el (math-zerop):
8950 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8951 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8952 Remove unused declarations.
8953
8954 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8955
8956 * cedet/semantic/wisent/javat-wy.el
8957 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8958
8959 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
8960
8961 * cedet/srecode/expandproto.el: Fix provide statement.
8962
8963 2009-09-30 Eric Ludlam <zappo@gnu.org>
8964
8965 * emacs-lisp/eieio.el (boolean-p): Delete.
8966
8967 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
8968
8969 * cedet/ede/srecode.el: Fix provide statement.
8970
8971 2009-09-30 Glenn Morris <rgm@gnu.org>
8972
8973 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8974 * cedet/ede/proj-aux.el (ede-aux-source):
8975 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8976 (ede-misc-source):
8977 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8978 (semantic-mrub-switch-tags): Fix doc typos.
8979
8980 * cedet/semantic/db-global.el (data-debug-new-buffer)
8981 (data-debug-insert-thing): Remove unneeded declarations (one broken).
8982 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8983
8984 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8985
8986 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8987 use of CL function `remove-if-not'.
8988
8989 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8990
8991 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8992 filename is not a string.
8993
8994 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * files.el (safe-local-eval-forms): Fix typo.
8997
8998 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * vc-hooks.el (vc-dir-buffers): New var.
9001 (vc-state-refresh): New function.
9002 (vc-state): Use it.
9003 (vc-after-save): Always ask the backend to recompute the new state.
9004 Always call vc-dir if necessary, using vc-dir-buffers.
9005 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9006 Use vc-dir-buffers.
9007 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9008 (vc-dir-prepare-status-buffer, vc-dir-update)
9009 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9010 Don't call expand-file-name on default-directory.
9011
9012 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9013
9014 * speedbar.el (speedbar-item-delete):
9015 * calc/calc-prog.el (calc-kbd-if):
9016 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9017
9018 * epa.el (epa-key-list-mode-map):
9019 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9020
9021 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9022 (hs-show-hook): Fix typo in docstring.
9023
9024 2009-09-29 Glenn Morris <rgm@gnu.org>
9025
9026 * cedet/semantic/symref/idutils.el:
9027 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9028
9029 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9030
9031 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9032 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9033 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9034 Mark declarations not understood by check-declare.
9035
9036 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9037 file-name-nondirectory call preventing location of cedet files.
9038 (check-declare-verify): Use literal search rather than re-search.
9039 Add basic defmethod and defclass, and define-overloadable-function.
9040
9041 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9042 Use tramp-compat-file-attributes rather than nonexistent
9043 tramp-compat-handle-file-attributes.
9044
9045 * Makefile.in (lisptagsfiles4): New.
9046 (AUTOGENEL): Add cedet loaddefs files.
9047 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9048 (update-elclist, compile-always, backup-compiled-files)
9049 (bootstrap-clean): Add yet another directory level.
9050 (update-elclist): Use LC_COLLATE rather than COLLATE.
9051 (ELCFILES): Update, via `make update-elclist'.
9052
9053 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9054
9055 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9056 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9057 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9058
9059 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9060
9061 * Makefile.in (lisptagsfiles3): Define.
9062 (TAGS, TAGS-LISP): Use it.
9063 (update-elclist): Add third directory level to look for elc files.
9064 (compile-always): Likewise.
9065 (backup-compiled-files): Likewise.
9066 (bootstrap-clean): Likewise.
9067 (ELCFILES): Update.
9068
9069 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
9070
9071 * Makefile.in (ELCFILES): Add CEDET files.
9072
9073 2009-09-28 Eric Ludlam <zappo@gnu.org>
9074
9075 CEDET (development tools) package merged.
9076
9077 * cedet/*.el:
9078 * cedet/ede/*.el:
9079 * cedet/semantic/*.el:
9080 * cedet/srecode/*.el: New files.
9081
9082 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
9083
9084 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9085
9086 * net/tramp.el (top): Require tramp-imap.
9087
9088 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9089 Use `tramp-compat-handle-file-attributes'.
9090
9091 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9092
9093 * net/tramp-imap.el: New package.
9094
9095 2009-09-28 Eric Ludlam <zappo@gnu.org>
9096
9097 * emacs-lisp/chart.el:
9098 * emacs-lisp/eieio-base.el:
9099 * emacs-lisp/eieio-comp.el:
9100 * emacs-lisp/eieio-custom.el:
9101 * emacs-lisp/eieio-datadebug.el:
9102 * emacs-lisp/eieio-opt.el:
9103 * emacs-lisp/eieio-speedbar.el:
9104 * emacs-lisp/eieio.el: New files.
9105
9106 * cedet/cedet-cscope.el:
9107 * cedet/cedet-files.el:
9108 * cedet/cedet-global.el:
9109 * cedet/cedet-idutils.el:
9110 * cedet/data-debug.el:
9111 * cedet/inversion.el:
9112 * cedet/mode-local.el:
9113 * cedet/pulse.el: New files.
9114
9115 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9116
9117 * whitespace.el (whitespace-trailing-regexp)
9118 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9119 Fix doc string.
9120
9121 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
9122
9123 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9124 menu.
9125
9126 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9127 menu-bar-ediff-menu.
9128
9129 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9130 define-overloadable-function.
9131
9132 * progmodes/autoconf.el: Provide autoconf as well, so that this
9133 file can be `require'd.
9134
9135 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9136
9137 * emacs-lisp/autoload.el (generated-autoload-feature)
9138 (generated-autoload-load-name): New vars.
9139 (autoload-rubric, autoload-generate-file-autoloads): Use them.
9140 (make-autoload): Recognize define-overloadable-function and
9141 defclass forms (for EIEIO).
9142
9143 * Makefile.in (update-subdirs): Exclude cedet directory.
9144
9145 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9146
9147 * term/ns-win.el: Don't set the region face background. (Bug#4381)
9148
9149 * faces.el: Default light-background background for region face to
9150 ns_selection_color under NS.
9151
9152 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9153
9154 * net/imap-hash.el: New library, see NEWS.
9155
9156 * Makefile.in (ELCFILES): Add imap-hash.el.
9157
9158 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9161 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9162 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9163 definition where the docstring could be taken for the return value.
9164
9165 2009-09-26 Glenn Morris <rgm@gnu.org>
9166
9167 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9168 Add option to only show images below a certain size.
9169 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9170 save-excursion calls.
9171
9172 2009-09-26 Eli Zaretskii <eliz@gnu.org>
9173
9174 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9175 subdirectories) and eieio.
9176
9177 2009-09-26 Alan Mackenzie <acm@muc.de>
9178
9179 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9180 buggy bracketing. (Bug#4289)
9181
9182 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9183 character constants (as case labels). (Bug#4289)
9184
9185 2009-09-25 Juri Linkov <juri@jurta.org>
9186
9187 * files.el (safe-local-eval-forms): Allow time-stamp in
9188 before-save-hook (Bug#4554).
9189
9190 2009-09-25 Drew Adams <drew.adams@oracle.com>
9191
9192 * menu-bar.el (list-buffers-directory): Doc fix.
9193
9194 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9197 Try and avoid copying twice the same paragraph.
9198 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9199 Remove save-excursion.
9200 (log-edit-changelog-entry): Do it here instead.
9201
9202 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
9203
9204 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9205 when available, instead of hardcoding mode names. Doc fix.
9206
9207 * menu-bar.el (list-buffers-directory): Add docstring.
9208 Make automatically buffer-local.
9209
9210 * dired.el (dired-mode):
9211 * files.el (cd-absolute):
9212 * pcvs.el (cvs-temp-buffer):
9213 * pcvs-util.el (cvs-get-buffer-create):
9214 * shell.el (shell-mode):
9215 * vc-dir.el (vc-dir-mode):
9216 Don't make `list-buffers-directory' buffer local.
9217
9218 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9219
9220 * comint.el (comint-exec, comint-run, make-comint):
9221 Doc fixes (Bug#4542).
9222
9223 2009-09-25 Glenn Morris <rgm@gnu.org>
9224
9225 * mail/rmailmm.el (rmail-mime): New custom group.
9226 Move all defcustoms in this file into this group.
9227 (rmail-mime-media-type-handlers-alist): Revert previous change.
9228 (rmail-mime-show-images): New option.
9229 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9230 references to it, since it wasn't actually used for anything.
9231 (rmail-mime-insert-image): New function.
9232 (rmail-mime-image): Use rmail-mime-insert-image.
9233 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9234 obey the value of `rmail-mime-show-images' option. Print the size of
9235 attachments.
9236
9237 2009-09-25 David Engster <deng@randomsample.de>
9238
9239 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
9240
9241 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9242
9243 * whitespace.el: Does not highlight trailing spaces While point is
9244 at end of line. Does not highligt spaces at beginning of buffer
9245 while point is at beginning of buffer. Does not highlight spaces
9246 at end of buffer while point is at end of buffer. (Bug#4177)
9247 New version 12.0.
9248 (whitespace-display-mappings): Adjust initialization.
9249 (whitespace-point, whitespace-font-lock-refontify): New vars.
9250 (whitespace-color-on, whitespace-color-off): Adjust code.
9251 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9252 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9253 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9254
9255 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
9256
9257 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9258
9259 * textmodes/sgml-mode.el: Remove xml-mode alias.
9260
9261 * files.el (auto-mode-alist, conf-mode-maybe)
9262 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9263
9264 2009-09-24 Alan Mackenzie <acm@muc.de>
9265
9266 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9267 c-forward-conditionals, but it doesn't move point and doesn't set
9268 the mark.
9269 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9270 (c-down-conditional-with-else, c-backward-conditional)
9271 (c-forward-conditional): Refactor to use c-scan-conditionals.
9272
9273 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9274
9275 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9276 (help-default-arg-highlight): Remove.
9277 (help-highlight-arg): New function.
9278 (help-do-arg-highlight): Use it.
9279 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
9280
9281 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * term.el (term-set-scroll-region, term-handle-ansi-escape):
9284 Undo last change, which didn't fix the problem and introduced others.
9285
9286 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
9287
9288 * progmodes/gdb-mi.el: Don't require speedbar.
9289 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9290
9291 2009-09-24 Glenn Morris <rgm@gnu.org>
9292
9293 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9294
9295 * term/ns-win.el (ns-reg-to-script): Define for compiler.
9296
9297 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9298 there is no newline after the final mime boundary. (Bug#4539)
9299 Move markers on insertion so that any buttons inserted don't end up in
9300 the next part of a multipart message.
9301 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
9302 (rmail-mime-bulk-handler): Optionally handle images.
9303 (rmail-mime-image): New button action.
9304 (rmail-mime-image-handler): New function.
9305 (rmail-mime-mode): New mode.
9306 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
9307
9308 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9311 than just dropping elements from it (bug#4504).
9312
9313 * term.el (term-set-scroll-region): Don't move cursor any more.
9314 (term-handle-ansi-escape): Call term-goto here instead.
9315 Suggested by Ivan Kanis <apple@kanis.eu>.
9316
9317 * term.el: Require CL.
9318 (term-ansi-reset): New function.
9319 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9320 (term-handle-colors-array): Simplify.
9321
9322 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9323
9324 * allout.el (allout-overlay-interior-modification-handler)
9325 (allout-obtain-passphrase):
9326 * epa-file.el (epa-file-write-region):
9327 * ps-print.el (ps-begin-job):
9328 * vc-hooks.el (vc-toggle-read-only):
9329 * vc-rcs.el (vc-rcs-rollback):
9330 * vc-sccs.el (vc-sccs-rollback):
9331 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9332 (vc-version-diff, vc-revert, vc-rollback):
9333 * wdired.el (wdired-check-kill-buffer):
9334 * emacs-lisp/authors.el (authors):
9335 * net/socks.el (socks-open-connection):
9336 * net/zeroconf.el (zeroconf-service-add-hook):
9337 * obsolete/vc-mcvs.el (vc-mcvs-register):
9338 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9339 (gdb-select-frame):
9340 * progmodes/grep.el (lgrep, rgrep):
9341 * progmodes/idlw-help.el (idlwave-help-check-locations)
9342 (idlwave-help-html-link, idlwave-help-assistant-open-link):
9343 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9344 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9345 (reftex-toc-rename-label): Fix typos in error messages.
9346
9347 * dired-aux.el (dired-do-shell-command): Reflow docstring.
9348 (dired-copy-how-to-fn): Doc fix.
9349 (dired-files-attributes, dired-read-shell-command):
9350 Fix typos in docstrings.
9351
9352 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9353 (dired-x-find-file-other-window): Reflow docstrings.
9354 (dired-omit-marker-char, dired-read-shell-command)
9355 (dired-x-submit-report): Fix typos in docstrings.
9356
9357 * shell.el (shell-mode-hook):
9358 * view.el (View-scroll-line-forward):
9359 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9360 Fix typos in docstrings.
9361
9362 * net/dig.el (dig-invoke): Fix typo in docstring.
9363 (query-dig): Reflow docstring.
9364
9365 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9366 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9367 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9368 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9369 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9370 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9371 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9372 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9373 (idlwave-completion-map, idlwave-current-indent)
9374 (idlwave-custom-ampersand-surround, idlwave-customize)
9375 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9376 (idlwave-define-abbrev, idlwave-determine-class-special)
9377 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9378 (idlwave-end-block-reg, idlwave-end-of-statement)
9379 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9380 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9381 (idlwave-explicit-class-listed, idlwave-file-header)
9382 (idlwave-fill-paragraph, idlwave-find-class-definition)
9383 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9384 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9385 (idlwave-in-quote, idlwave-indent-action-table)
9386 (idlwave-indent-expand-table, idlwave-indent-line)
9387 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9388 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9389 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9390 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9391 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9392 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9393 (idlwave-outlawed-buffers, idlwave-popup-select)
9394 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9395 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9396 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9397 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9398 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9399 (idlwave-statement-type, idlwave-struct-skip)
9400 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9401 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9402 (idlwave-what-module-find-class): Fix typos in docstrings.
9403 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9404 (idlwave-calculate-cont-indent, idlwave-expand-equal)
9405 (idlwave-find-module, idlwave-find-structure-definition)
9406 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9407 (idlwave-list-load-path-shadows, idlwave-next-statement)
9408 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9409 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9410 (idlwave-template): Reflow docstrings.
9411
9412 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9413 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9414 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9415 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9416 (idlwave-shell-display-line, idlwave-shell-display-wframe)
9417 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9418 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9419 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9420 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9421 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9422 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9423 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9424 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9425 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9426 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9427 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9428 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9429 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9430 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9431 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9432 Fix typos in docstrings.
9433 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9434 (idlwave-shell-hide-output, idlwave-shell-mode)
9435 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9436 Reflow docstrings.
9437
9438 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9439
9440 2009-09-24 Ivan Kanis <apple@kanis.eu>
9441
9442 * term.el (term-bold-attribute): New var.
9443 (term-handle-colors-array): Use it.
9444
9445 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
9446
9447 * progmodes/gdb-mi.el (gdb-version): New variable.
9448 (gdb-non-stop-handler): Set gdb-version.
9449 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9450 Condition "--thread" option on gdb-version.
9451 (gdb-invalidate-threads): Remove unused argument.
9452
9453 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9456 to looking-back to avoid ridiculous slow down in large files (bug#4511).
9457
9458 2009-09-23 Glenn Morris <rgm@gnu.org>
9459
9460 * mail/rmail.el (rmail-reply): Don't try to add a References header when
9461 replying to mail without References or Message-Id. (Bug#4525)
9462
9463 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9464
9465 * term/ns-win.el (ns-reg-to-script): New variable.
9466
9467 2009-09-23 Daiki Ueno <ueno@unixuser.org>
9468
9469 * epg.el (epg-wait-for-status): Preserve existing 'error results.
9470
9471 2009-09-22 Sam Steingold <sds@gnu.org>
9472
9473 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9474 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9475 to 1 because hg returns status 1 when nothing is found.
9476 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9477
9478 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * textmodes/fill.el: Convert to utf-8 encoding.
9481 (fill-french-nobreak-p): Remove redundant » and « inherited from our
9482 pre-unicode days.
9483
9484 * add-log.el (change-log-fill-forward-paragraph): New function.
9485 (change-log-mode): Use it so fill-region DTRT.
9486 Set fill-indent-according-to-mode here rather than in
9487 change-log-fill-paragraph.
9488 (change-log-fill-paragraph): Remove.
9489
9490 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
9491
9492 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9493 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9494
9495 2009-09-22 Glenn Morris <rgm@gnu.org>
9496
9497 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9498 the scroll-bar scroll the calendar window rather than the buffer.
9499
9500 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9501 commands that move point (as opposed to scrolling).
9502
9503 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9504
9505 * emacs-lisp/elint.el (elint): New custom group.
9506 (elint-log-buffer): Make it a defcustom.
9507 (elint-scan-preloaded, elint-ignored-warnings)
9508 (elint-directory-skip-re): New options.
9509 (elint-builtin-variables): Doc fix.
9510 (elint-preloaded-env): New variable.
9511 (elint-unknown-builtin-args): Add an entry for encode-time.
9512 (elint-extra-errors): Make it a variable rather than a constant.
9513 (elint-preloaded-skip-re): New constant.
9514 (elint-directory): Skip files matching elint-directory-skip-re.
9515 (elint-features): New variable, local to linted buffers.
9516 (elint-update-env): Initialize elint-features. Possibly add
9517 elint-preloaded-env to the buffer's environment.
9518 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9519 Skip quoted forms.
9520 (elint-init-form): New function, extracted from elint-init-env.
9521 Make non-list forms a warning rather than an error.
9522 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9523 easy-menu-define, put that adds an error-condition, and provide.
9524 When requiring cl, also require cl-macs. Really require cl, to handle
9525 some cl macros. Store required libraries in the list elint-features,
9526 so as not to re-load them. Treat cc-require like require.
9527 (elint-init-env): Call elint-init-form to do the work.
9528 Handle eval-and-compile and such like.
9529 (elint-add-required-env): Do not clear messages.
9530 (elint-special-forms): Add handlers for function, defalias, if, when,
9531 unless, and, or.
9532 (elint-form): Add optional argument to ignore elint-special-forms,
9533 useful to prevent recursive calls from handlers. Doc fix.
9534 Respect elint-ignored-warnings.
9535 (elint-form): Respect elint-ignored-warnings.
9536 (elint-bound-variable, elint-bound-function): New variables.
9537 (elint-unbound-variable): Respect elint-bound-variable.
9538 (elint-get-args): Respect elint-bound-function.
9539 (elint-check-cond-form): Add some simple handling for (f)boundp and
9540 featurep tests.
9541 (elint-check-defalias-form): New handler.
9542 (elint-check-let-form): Make an empty let a warning rather than an
9543 error.
9544 (elint-check-setq-form): Make an empty setq a warning rather than an
9545 error. Respect elint-ignored-warnings.
9546 (elint-check-defvar-form): Accept null doc-strings.
9547 (elint-check-conditional-form): New handler. Does some simple-minded
9548 checking of featurep and (f)boundp tests.
9549 (elint-put-function-args): New function.
9550 (elint-initialize): Use elint-scan-doc-file rather than
9551 elint-find-builtin-variables. Use elint-put-function-args.
9552 Possibly scan preloaded-file-list.
9553 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9554 extend to handle functions as well.
9555
9556 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9557
9558 * linum.el (linum-delete-overlays, linum-update-window):
9559 Do not modify the right margin. (Bug#3971)
9560
9561 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
9562
9563 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
9564 nxml-mode instead of xml-mode.
9565
9566 2009-09-21 Kevin Ryde <user42@zip.com.au>
9567
9568 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9569
9570 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * net/dig.el (dig-mode): Use define-derived-mode.
9573
9574 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9575
9576 * vc-dispatcher.el (vc-do-command): Return the process object in
9577 the asynchronous case. Use when instead of if. Do not run
9578 vc-exec-after to display a message if not enabled. (Bug#4463)
9579
9580 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9581 properties to the stash strings.
9582 (vc-git-stash-list): Return a list of strings.
9583 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9584 (vc-git-stash-show-at-point): New functions.
9585 (vc-git-stash-map): New keymap.
9586
9587 * register.el (ctl-x-r-map): Define the keys here instead of
9588 using autoload.
9589
9590 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
9591
9592 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9593 list, to workaround performance problem (bug#4485).
9594
9595 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
9596
9597 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9598
9599 2009-09-20 Daiki Ueno <ueno@unixuser.org>
9600
9601 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9602 Document that this option is not recommended to use.
9603
9604 2009-09-19 Glenn Morris <rgm@gnu.org>
9605
9606 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9607 variable `var'.
9608
9609 * calc/calc-alg.el (var):
9610 * calc/calcalg2.el (var): Define for compiler.
9611
9612 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
9613
9614 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9615 Doc fix (Bug#3932).
9616
9617 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9618
9619 * time-stamp.el (time-stamp-month-dd-yyyy)
9620 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9621 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9622 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9623 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9624 Remove functions that have been obsolete since 1995 (Bug#4436).
9625
9626 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9627 indent buffer only if called interactively (Bug#4452).
9628
9629 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9630 Eli Zaretskii <eliz@gnu.org>
9631
9632 This fixes bug#4197 (merged to bug#865, though not identical).
9633 * server.el (server-auth-dir): Add docstring note about FAT32.
9634 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9635 but warn against using them.
9636
9637 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9638
9639 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9640 older GDB where there is no has_more field.
9641
9642 2009-09-19 Glenn Morris <rgm@gnu.org>
9643
9644 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9645
9646 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9647
9648 * files.el (auto-mode-alist): Change default for XML files to nXML
9649 mode (Bug#4169).
9650
9651 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9652
9653 * server.el (server-ensure-safe-dir): Pass 'integer
9654 to `file-attributes', as suggested.
9655
9656 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9657
9658 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9659 (dired-query): Use read-key.
9660
9661 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9662
9663 * cus-start.el (ns-use-qd-smoothing): Remove.
9664
9665 2009-09-18 Glenn Morris <rgm@gnu.org>
9666
9667 * allout.el (top-level): Remove unnecessary progn.
9668
9669 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9670
9671 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9672 definition of abbrev table.
9673
9674 * speedbar.el (speedbar-track-mouse):
9675 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9676 * net/eudc.el (eudc-expand-inline):
9677 * net/newst-backend.el (newsticker--cache-read-feed):
9678 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9679 condition-case handlers.
9680
9681 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9682
9683 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9684 (gdb-var-list): Add an element for has_more field.
9685 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9686 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9687 (gdb-var-update-handler-1): Parse output of dynamic variable
9688 objects (STL containers).
9689 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9690 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9691
9692 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9693 gdb-var-list.
9694 (gud-speedbar-buttons): Make node expandable if expression "has more"
9695 children.
9696
9697 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9698
9699 * startup.el (emacs-quick-startup): Remove variable and all uses.
9700 (command-line): Set `inhibit-x-resources' instead.
9701 (command-line-1): Use `inhibit-x-resources' instead.
9702
9703 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9704
9705 * subr.el: Fix last change to avoid using the `unless' macro,
9706 which breaks bootstrapping.
9707
9708 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9711 extended definitions, in case we reload subr.el after having
9712 loaded CL.
9713 (eval-next-after-load): Mark as obsolete.
9714
9715 2009-09-17 Juri Linkov <juri@jurta.org>
9716
9717 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9718 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9719 (menu-bar-showhide-menu, menu-bar-tools-menu)
9720 (menu-bar-describe-menu, menu-bar-help-menu)
9721 (minibuffer-local-completion-map, minibuffer-local-map):
9722 Fix list quoting.
9723
9724 2009-09-17 Glenn Morris <rgm@gnu.org>
9725
9726 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9727 arguments, whether or not it has a handler.
9728
9729 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9730
9731 * simple.el (hard-newline): Give it a doc-string.
9732
9733 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9734 (lisp-mode-syntax-table): Give them doc-strings.
9735
9736 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9737
9738 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9739 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9740 (menu-bar-options-menu, menu-bar-showhide-menu)
9741 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9742 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9743 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9744 (menu-bar-options-menu, menu-bar-tools-menu)
9745 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9746 (menu-bar-help-menu):
9747 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9748 string arguments.
9749
9750 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9751 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9752 calls for the menu names and :help.
9753
9754 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9757 to :minor-mode-function (bug#4455).
9758
9759 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * startup.el (command-line): Initialize the window-system after
9762 processing the command-line.
9763
9764 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9765 page-delimiter matches the empty string.
9766
9767 2009-09-16 Glenn Morris <rgm@gnu.org>
9768
9769 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9770 byte-compile-not-obsolete-var. It's a list now.
9771 (byte-compile-not-obsolete-funcs): New variable.
9772 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9773 byte-compile-not-obsolete-funcs.
9774 (byte-compile-variable-ref, byte-compile-defvar): Update for
9775 byte-compile-not-obsolete-vars name-change and list nature.
9776 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9777 and variables behind (f)boundp tests.
9778 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9779
9780 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9781
9782 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9783
9784 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9787 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9788 Don't autoload.
9789
9790 2009-09-15 Stephen Eglen <stephen@gnu.org>
9791
9792 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9793 the virtual-buffers, use the name of the buffer specified by
9794 find-file-noselect, as the match may be a symlink. (This was a
9795 problem if the target and the symlink had different names.)
9796
9797 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9800
9801 * desktop.el (desktop-path): Check user-emacs-directory.
9802
9803 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9804
9805 * loadup.el: Use after-load-functions to GC after loading each file.
9806 Remove the explicit GC calls that used to be sprinkled around.
9807
9808 * subr.el (after-load-functions): New hook.
9809 (do-after-load-evaluation): Run it. Use string-match-p to detect
9810 `obsolete' packages, rather than painfully extracting the relevant
9811 directory name.
9812
9813 2009-09-15 Glenn Morris <rgm@gnu.org>
9814
9815 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9816 free variable `doc'.
9817
9818 * dired.el (dired-mode-map): Add menu entry for async shell command.
9819
9820 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9821 variables, also consider the .elc files, since the .el files are
9822 normally gzipped (subsequent code locates the .el.gz from the .elc).
9823
9824 * calc/calc-prog.el (arglist): Define for compiler.
9825
9826 * calendar/diary-lib.el (diary-display-function): Change the default to
9827 fancy display.
9828 (body): Define for compiler.
9829
9830 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9831 (byte-compile-file-form, byte-compile-lambda)
9832 (byte-compile-top-level-body, byte-compile-form)
9833 (byte-compile-variable-ref, byte-compile-setq)
9834 (byte-compile-setq-default, byte-compile-body)
9835 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9836 (batch-byte-compile): Give some more local variables with common names
9837 a "bytecomp-" prefix to avoid masking warnings about free variables.
9838
9839 * startup.el (command-line-1): Give local variables with common names a
9840 distinguishing prefix, so as not to hide free variable warnings during
9841 bootstrap.
9842
9843 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9844 clever and add a suffix to make a unique name, just let the user decide
9845 whether or not to overwrite it. If the input is a directory, write the
9846 default filename to that directory. (Bug#4388)
9847 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9848 is a filename-as-a-directory.
9849
9850 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9851
9852 * textmodes/page.el (what-page): Don't move to beginning of line.
9853 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9854
9855 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9856
9857 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9858
9859 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9860
9861 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9862 * help.el (help-for-help-internal): Add purecopy calls for text.
9863
9864 * vc.el (top): print-log method now takes an optional SHORTLOG
9865 argument. Add a new method: root.
9866 (vc-root-diff, vc-print-root-log): New functions.
9867 (vc-log-short-style): New variable.
9868 (vc-print-log-internal): Add support for showing short logs.
9869
9870 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9871 vc-print-root-log and vc-print-root-diff.
9872
9873 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9874 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9875 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9876 short logs.
9877
9878 * vc-cvs.el (vc-cvs-print-log):
9879 * vc-mtn.el (vc-mtn-print-log):
9880 * vc-rcs.el (vc-rcs-print-log):
9881 * vc-sccs.el (vc-sccs-print-log):
9882 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9883 that is ignored for now.
9884
9885 * vc-mtn.el (vc-mtn-annotate-command):
9886 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9887
9888 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9891 to function-key-map, and give them ascii-character property.
9892 * term/x-win.el (x-alternatives-map):
9893 * term/ns-win.el (ns-alternatives-map):
9894 * term/internal.el (msdos-key-remapping-map):
9895 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9896
9897 2009-09-14 Glenn Morris <rgm@gnu.org>
9898
9899 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9900 temp-buffers (2009-09-12).
9901
9902 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9903
9904 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9905 the new read-key function.
9906
9907 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9908
9909 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9910 is defined (Bug#4405).
9911
9912 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9913
9914 * recentf.el (recentf-cleanup): Use a hash table to find
9915 duplicates (Bug#4407).
9916
9917 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9918
9919 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9920 kp-0 to ascii equivalents (Bug#4325).
9921
9922 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9925
9926 * eshell/em-hist.el:
9927 * eshell/em-dirs.el (eshell-complete-user-reference):
9928 Declare pcomplete functions and variables to avoid compiler warnings.
9929
9930 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9931
9932 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9933 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9934 * eshell/em-alias.el (eshell-aliases-file):
9935 * eshell/em-hist.el (eshell-history-file-name):
9936 Use expand-file-name instead of concat to make file names (Bug#4308).
9937
9938 2009-09-13 Glenn Morris <rgm@gnu.org>
9939
9940 * ediff-merg.el (ediff-do-merge):
9941 * filesets.el (filesets-run-cmd):
9942 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9943 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9944 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9945 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9946 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9947 Replace empty `let's with `progn'.
9948
9949 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * mail/sendmail.el (send-mail-function):
9952 * tooltip.el (tooltip-mode):
9953 * simple.el (transient-mark-mode):
9954 * rfn-eshadow.el (file-name-shadow-mode):
9955 * frame.el (blink-cursor-mode):
9956 * font-core.el (global-font-lock-mode):
9957 * files.el (temporary-file-directory)
9958 (small-temporary-file-directory, auto-save-file-name-transforms):
9959 * epa-hook.el (auto-encryption-mode):
9960 * composite.el (global-auto-composition-mode):
9961 Use custom-initialize-delay.
9962 * startup.el (command-line): Don't explicitly call
9963 custom-reevaluate-setting for all the above vars.
9964 * custom.el (custom-initialize-safe-set)
9965 (custom-initialize-safe-default): Delete.
9966
9967 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * term/x-win.el (x-initialize-window-system):
9970 * term/w32-win.el (w32-initialize-window-system):
9971 * term/ns-win.el (ns-initialize-window-system): Don't call
9972 mouse-wheel-mode since it's enabled globally by default already.
9973
9974 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9975 actually define the variable, but only silences the byte-compiler.
9976 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9977 before looking it up.
9978 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9979 is changed.
9980
9981 2009-09-12 Glenn Morris <rgm@gnu.org>
9982
9983 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9984 1000.
9985 (elint-add-required-env): Don't beep on error.
9986 (elint-forms): In case of error, return ENV unchanged.
9987 (elint-init-env): Skip non-list forms.
9988 (elint-log): Handle unknown file positions.
9989
9990 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9991
9992 * epg.el (epg-make-context): Add autoload cookie.
9993 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9994 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9995 (epg-verify-string, epg-start-sign, epg-sign-file)
9996 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9997 (epg-encrypt-string, epg-start-export-keys)
9998 (epg-export-keys-to-file, epg-export-keys-to-string)
9999 (epg-start-import-keys, epg-import-keys-from-file)
10000 (epg-import-keys-from-string, epg-start-receive-keys)
10001 (epg-receive-keys, epg-import-keys-from-server)
10002 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10003 (epg-sign-keys, epg-start-generate-key)
10004 (epg-generate-key-from-file, epg-generate-key-from-string):
10005 Remove autoload cookie.
10006
10007 2009-09-12 Eli Zaretskii <eliz@gnu.org>
10008
10009 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10010 reevaluation of trash-directory.
10011
10012 * mwheel.el: Fix last change.
10013 (mouse-wheel-mode): New defvar.
10014 (mouse-wheel-mode): Remove autoload cookie.
10015
10016 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * mwheel.el (mwheel-installed-bindings): New var.
10019 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10020 the bindings we set last time. Use custom-initialize-delay.
10021 * loadup.el: Load mwheel after term/*-win.el.
10022 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10023 and mouse-wheel-up-event now that their first evaluation is done
10024 sufficiently late to be correct.
10025
10026 * startup.el (tutorial-directory): Make it a defcustom.
10027 Use custom-initialize-delay rather than eval-at-startup to set it.
10028 * image.el (image-load-path): Make it a defcustom.
10029 Use custom-initialize-delay rather than eval-at-startup to set it.
10030 * subr.el (eval-at-startup): Remove.
10031 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10032
10033 * subr.el (do-after-load-evaluation): Warn the user after loading an
10034 obsolete package.
10035
10036 2009-09-12 Glenn Morris <rgm@gnu.org>
10037
10038 * proced.el (proced-mark-alt): Remove alias.
10039 (proced-mode-map): Remove proced-mark-alt.
10040
10041 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10042 Elint file and directory. Remove initialization entry.
10043
10044 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10045 commands.
10046 (elint-current-buffer): Set mode-line-process.
10047 (elint-init-env): Handle define-derived-mode.
10048 Fix declare-function with unspecified arglist. Guard against odd
10049 defalias statements (eg iso-insert's 8859-1-map).
10050 (elint-add-required-env): Use a temp buffer.
10051 (elint-form): Just print the function/macro name, not the whole form.
10052 Return env unchanged if we fail to parse a macro.
10053 (elint-forms): Guard against parse errors.
10054 (elint-output): New function, to handle batch mode.
10055 (elint-log-message): Add optional argument. Use elint-output.
10056 (elint-set-mode-line): New function.
10057
10058 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10059
10060 * emacs-lisp/elp.el (elp-not-profilable): Add more
10061 functions (Bug#4233).
10062
10063 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
10064
10065 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10066 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10067
10068 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10069
10070 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10071 (gdb-var-list-children): Use json parsing.
10072
10073 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
10074
10075 * progmodes/js.el (js--proper-indentation): Handle the case where
10076 char-before is null. Reported by Deniz Dogan.
10077
10078 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10079
10080 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10081
10082 2009-09-11 Daiki Ueno <ueno@unixuser.org>
10083
10084 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10085 (epg-digest-algorithm-alist): Add SHA224.
10086 (epg-context-set-passphrase-callback)
10087 (epg-context-set-progress-callback): Add description about
10088 callback function.
10089
10090 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * custom.el (custom-delayed-init-variables): New var.
10093 (custom-initialize-delay): New function.
10094 * startup.el (command-line): "Re"evaluate all vars in
10095 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10096 explicitly any more.
10097 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10098 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10099
10100 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10101
10102 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10103
10104 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10105 (gdb-var-update-handler): Use json parsing.
10106
10107 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10108
10109 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10110 decode annotated text, regardless of language environment. (Bug#2741)
10111
10112 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * Makefile.in (autoloads): Make rmail.el writable as well.
10115
10116 2009-09-11 Glenn Morris <rgm@gnu.org>
10117
10118 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10119 loaddefs.el.
10120 * dired.el: Regenerate with extracted autoloads.
10121 * Makefile.in (autoloads): Make dired.el writable.
10122
10123 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10124 * ibuffer.el: Regenerate with extracted autoloads.
10125 * Makefile.in (autoloads): Make ibuffer.el writable.
10126
10127 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10128 * version.el (emacs-copyright, emacs-major-version)
10129 (emacs-minor-version): Reformat doc-strings for make-docfile.
10130
10131 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10132 functions and variables, since they must be stuff specific to some other
10133 platform.
10134 (apropos-print): Make mouse-click message less specific about button.
10135
10136 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10137 that records where a macro was defined.
10138 * help-fns.el (describe-function-1): Mention if a function has a
10139 compiler-macro.
10140 * help-mode.el (help-function-cmacro): New button.
10141
10142 * locate.el (top-level): Always require dired.
10143 (locate-mode-map): Initialize inside the defvar.
10144
10145 * net/ange-ftp.el (dired-compress-file): Declare.
10146 (ange-ftp-dired-compress-file): Add doc string.
10147
10148 * term/ns-win.el (x-display-name, x-setup-function-keys):
10149 Unify doc-strings with X versions.
10150
10151 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * emulation/crisp.el (crisp-mode-map): Move initialization
10154 into declaration.
10155 (crisp-mode): Use define-minor-mode.
10156
10157 * progmodes/xscheme.el (xscheme-evaluation-commands):
10158 Put a :advertised-binding property rather than using
10159 advertised-xscheme-send-previous-expression.
10160 (advertised-xscheme-send-previous-expression): Declare obsolete.
10161 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10162 `advertised-undo'.
10163 (crisp-mode): Add corresponding bindings to
10164 undo's :advertised-binding instead.
10165 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10166 than using dired-advertised-find-file.
10167 (dired-advertised-find-file):
10168 * simple.el (advertised-undo):
10169 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10170 (widget-keymap): Put a :advertised-binding property rather
10171 than using advertised-widget-backward.
10172 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10173 than using advertised-undo.
10174 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10175
10176 2009-09-10 Simon South <ssouth@slowcomputing.org>
10177
10178 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10179 Mark mode is enabled and region is active; otherwise indent or
10180 insert TAB as usual.
10181 (delphi-mode): Update description of TAB-key binding.
10182
10183 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * subr.el (define-key-rebound-commands): Mark obsolete.
10186 * startup.el (precompute-menubar-bindings): Remove.
10187 (normal-top-level): Remove obsolete code that tried to precompute
10188 menubar bindings.
10189 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10190 define-key-rebound-commands and precompute-menubar-bindings.
10191
10192 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10193
10194 * net/imap.el (imap-interactive-login): Better messages.
10195 (imap-open): Fix bug with renamed buffer on reconnect.
10196 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10197 for easier debugging and cleaner code. On successful (guessed based on
10198 server capabilities) secondary authentication, set imap-state
10199 correctly.
10200 (imap-last-authenticator): Define imap-last-authenticator as a variable
10201 to avoid warnings.
10202
10203 2009-09-10 Glenn Morris <rgm@gnu.org>
10204
10205 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10206
10207 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10208 (byte-compile-file-form-autoload): Don't warn about unknown functions
10209 where the autoload statement comes after the use.
10210 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10211 that any handlers inside the body (eg require) are in turn respected.
10212
10213 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10214 effects.
10215
10216 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10217 and syntax and abbrev tables basic docs, if they don't have any.
10218
10219 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10220
10221 * international/mule-cmds.el (top-level): Require cl when compiling.
10222 (view-hello-file): Use default-value rather than
10223 default-enable-multibyte-characters.
10224
10225 * progmodes/fortran.el: Move all safe and risky properties into the
10226 defcustoms.
10227
10228 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10229 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10230 * mail/undigest.el:
10231 Put autoloads in rmail.el rather than loaddefs.el.
10232 * mail/rmail.el: Regenerate with extracted autoloads.
10233
10234 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10235 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10236
10237 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
10238
10239 Reported in thread for Bug#4375.
10240 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10241 "-data-evaluate-expression" instead of print.
10242 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10243 (gdb-tooltip-print): Parse output from above MI command.
10244 (gdb): Revert 2009-08-11 change. User should detach inferior
10245 manually.
10246
10247 Remove the word "separate" from IO functions as inferior
10248 output is now never displayed in the GUD buffer.
10249
10250 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
10251
10252 * startup.el (command-line-normalize-file-name): On Windows and
10253 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10254
10255 2009-09-10 Juri Linkov <juri@jurta.org>
10256
10257 * isearch.el (isearch-text-char-description): Propertize escape
10258 character sequences with the `escape-glyph' face. (Bug#4344)
10259
10260 * simple.el (shell-command): Set asynchronous process filter to
10261 `comint-output-filter'. (Bug#4343)
10262
10263 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10264 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
10265 the list. Move "asm" to the bottom.
10266 (grep-find-ignored-directories): Add `choice' with nil value
10267 to empty the list easily.
10268 (grep-find-ignored-files): New option.
10269 (grep-files-history): Set to nil by default instead of '("ch" "el").
10270 (grep-compute-defaults): Add "<X>" to `grep-template'.
10271 (grep-read-files): Bind new local variables `default-alias' and
10272 `default-extension'. Use a list of default values for the file prompt.
10273 (lgrep): Add `--exclude=' command line options composed from
10274 `grep-find-ignored-files'.
10275 (rgrep): Add `-name' command line options composed from
10276 `grep-find-ignored-files'. (Bug#4301)
10277
10278 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10281 (bug#4368).
10282
10283 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10284
10285 * calendar/time-date.el (autoload):
10286 Expand define-obsolete-function-alias into defalias and make-obsolete
10287 for old Emacsen that Gnus supports.
10288 (with-no-warnings): Define it for old Emacsen.
10289 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10290 is available.
10291 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10292 float-time is available; suppress compile warning for time-to-seconds.
10293
10294 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
10295
10296 * net/imap.el (imap-message-map): Docstring fix.
10297
10298 2009-09-09 Glenn Morris <rgm@gnu.org>
10299
10300 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10301 line numbers too. (Bug#4374)
10302
10303 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * smerge-mode.el (smerge-remove-props, smerge-refine):
10306 Use with-silent-modifications (bug#4342).
10307
10308 * subr.el (with-silent-modifications): New macro.
10309
10310 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
10311
10312 * files.el (top-level): Require `cl' when compiling.
10313
10314 2009-09-07 Glenn Morris <rgm@gnu.org>
10315
10316 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10317
10318 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10319 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
10320
10321 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
10322
10323 * vc-git.el (vc-git-annotate-command): Use separator to parse
10324 arguments correctly.
10325
10326 2009-09-06 Eli Zaretskii <eliz@gnu.org>
10327
10328 * proced.el (proced-mode): Doc fix.
10329
10330 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
10331
10332 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10333 lstat fails.
10334 (tramp-do-file-attributes-with-ls): Check for file existence at
10335 remote end.
10336 (tramp-do-file-attributes-with-stat): Likewise.
10337 (tramp-convert-file-attributes): Return nil when attr is nil.
10338
10339 2009-09-05 Glenn Morris <rgm@gnu.org>
10340
10341 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10342 properties to this button.
10343 (diary-fancy-display): Don't extend the button to the final newline.
10344 (diary-fancy-display-mode): Continue to define "q" as a local key.
10345
10346 * calendar/cal-china.el (holiday-chinese): Make it slightly more
10347 efficient.
10348
10349 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10350
10351 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10352 (byte-compile-dest-file-function): New option.
10353 (byte-compile-dest-file): Doc fix.
10354 Obey byte-compile-dest-file-function.
10355 (byte-compile-cl-file-p): New function.
10356 (byte-compile-eval): Only suppress noruntime warnings about cl functions
10357 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
10358 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10359 than for file being previously loaded.
10360 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10361 (byte-compile-file-form-require): Handle the case where requiring a file
10362 indirectly causes CL to be loaded.
10363
10364 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10365
10366 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10367 before killing the old buffer, since by the time `kill-buffer' is
10368 run so many buffer variables have been set to nil that it may not
10369 behave as expected. (Bug#4061)
10370
10371 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10372
10373 * files.el (find-alternate-file): If the old buffer is modified
10374 and visiting a file, behave similarly to `kill-buffer' when
10375 killing it, thus reverting to the pre-1.878 behavior; see
10376 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10377 for discussion. Also, consult `buffer-file-name' as a variable
10378 not as a function, for consistency with the rest of the code.
10379
10380 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
10381
10382 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10383 also when adding a new directory.
10384
10385 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10386 defun.
10387
10388 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * files.el (locate-file-completion-table): Make it provide boundary
10391 information, so partial-completion works better.
10392
10393 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
10394
10395 * mail/footnote.el (Footnote-text-under-cursor):
10396 Check footnote-text-marker-alist before using it (bug#4324).
10397
10398 2009-09-04 Glenn Morris <rgm@gnu.org>
10399
10400 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10401 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10402 * play/solitaire.el, play/tetris.el:
10403 Remove leading * from defcustom and defface docs.
10404
10405 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10406 necessary.
10407 (diary-fancy-overriding-map): New variable.
10408 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10409 Use view-mode.
10410
10411 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10412 goto-line.
10413
10414 2009-09-03 Glenn Morris <rgm@gnu.org>
10415
10416 * arc-mode.el (archive-mode):
10417 * dos-fns.el (set-default-process-coding-system):
10418 * man.el (Man-getpage-in-background):
10419 * menu-bar.el (menu-bar-describe-menu):
10420 * server.el (server-process-filter):
10421 * startup.el (command-line):
10422 * tar-mode.el (tar-header-block-tokenize, tar-extract):
10423 * w32-fns.el (set-default-process-coding-system):
10424 * x-dnd.el (x-dnd-handle-file-name):
10425 * international/mule-cmds.el (mule-menu-keymap)
10426 (set-default-coding-systems, language-info-alist, set-language-info)
10427 (set-language-environment, standard-display-european-internal)
10428 (set-locale-environment):
10429 * international/mule-diag.el (mule-diag):
10430 * mail/emacsbug.el (report-emacs-bug):
10431 * mail/rmail.el (rmail-mode):
10432 * mail/sendmail.el (mail-setup):
10433 Use default-value rather than default-enable-multibyte-characters.
10434
10435 * progmodes/f90.el: Move all safe properties into the defcustoms.
10436 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10437
10438 * calendar/appt.el (appt-check):
10439 * calendar/diary-lib.el (diary-set-header, diary-live-p)
10440 (diary-check-diary-file, diary-list-entries)
10441 (diary-include-other-diary-files, diary-simple-display)
10442 (diary-fancy-display, diary-print-entries)
10443 (diary-mark-included-diary-files, diary-make-entry):
10444 Don't call substitute-in-file-name on diary-file.
10445
10446 2009-09-03 Eduard Wiebe <usenet@pusto.de>
10447 Stefan Monnier <monnier@iro.umontreal.ca>
10448
10449 * mail/footnote.el (footnote-prefix): Make it a defcustom.
10450 (footnote-mode-map): Move initialization into the declaration.
10451 (footnote-minor-mode-map): Define it rather than changing global-map.
10452 (footnote-mode): Use define-minor-mode.
10453
10454 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
10455
10456 * net/tramp.el (tramp-handle-file-attributes-with-ls)
10457 (tramp-do-file-attributes-with-perl)
10458 (tramp-do-file-attributes-with-stat): Rename from
10459 `tramp-handle-file-attributes-with-*'.
10460 (tramp-handle-file-attributes): Use them.
10461 (tramp-do-directory-files-and-attributes-with-perl)
10462 (tramp-do-directory-files-and-attributes-with-stat): Rename from
10463 `tramp-handle-directory-files-and-attributes-with-*'.
10464 (tramp-handle-directory-files-and-attributes): Use them.
10465 (tramp-method-out-of-band-p): Additional parameter SIZE.
10466 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10467 (tramp-handle-write-region): Use it.
10468 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10469 (tramp-handle-vc-registered): Check, whether the first run did
10470 return files to be tested.
10471 (tramp-advice-make-auto-save-file-name): Do not call directly
10472 `tramp-handle-make-auto-save-file-name', because this would bypass
10473 the locking mechanism.
10474
10475 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10476 (file-remote-p, process-file, start-file-process, set-file-times)
10477 (tramp-compat-file-attributes): Compatibility functions shall not
10478 call directly `tramp-handle-*', because this would bypass the
10479 locking mechanism.
10480 (tramp-compat-number-sequence): New defun.
10481
10482 2009-09-02 Glenn Morris <rgm@gnu.org>
10483
10484 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10485 alias for float-time.
10486 (time-to-number-of-days): In Emacs, use float-time.
10487 * net/newst-backend.el (time-add): Suppress warnings from compat
10488 function.
10489 * time.el (emacs-uptime, emacs-init-time):
10490 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10491 Use float-time rather than time-to-seconds.
10492
10493 * minibuffer.el (completion-initials-expand): Fix typo.
10494
10495 * faces.el (modeline, modeline-inactive, modeline-highlight)
10496 (modeline-buffer-id):
10497 * info.el (info-menu-5): Mark these face aliases as obsolete.
10498
10499 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10500
10501 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10502 space ...
10503 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10504 no "--thread" option.
10505 (gdb-stopped): Don't print "Switched to thread" message when it is
10506 unchanged.
10507
10508 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * minibuffer.el (completion-try-completion)
10511 (completion-all-completions): Remove ill-defined (and
10512 mistakenly installed and luckily never used nor documented)
10513 `completion-styles' property.
10514 (completion-initials-expand, completion-initials-all-completions)
10515 (completion-initials-try-completion): New functions.
10516 (completion-styles-alist): Add doc to each entry.
10517 Add new `initials' entry.
10518
10519 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10520
10521 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10522 MI command -var-evaluate-expression.
10523 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10524 and tweak for case of string child.
10525 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10526
10527 2009-09-01 Glenn Morris <rgm@gnu.org>
10528
10529 * add-log.el (change-log-date-face, change-log-name-face)
10530 (change-log-email-face, change-log-file-face, change-log-list-face)
10531 (change-log-conditionals-face, change-log-function-face)
10532 (change-log-acknowledgement-face):
10533 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10534 (custom-modified-face, custom-set-face, custom-changed-face)
10535 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10536 (custom-documentation-face, custom-state-face, custom-comment-face)
10537 (custom-comment-tag-face, custom-variable-tag-face)
10538 (custom-variable-button-face, custom-face-tag-face)
10539 (custom-group-tag-face-1, custom-group-tag-face):
10540 * diff-mode.el (diff-header-face, diff-file-header-face)
10541 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10542 (diff-added-face, diff-changed-face, diff-function-face)
10543 (diff-context-face, diff-nonexistent-face):
10544 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10545 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10546 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10547 (Info-title-4-face):
10548 * isearch.el (isearch-lazy-highlight-face):
10549 * log-view.el (log-view-file-face, log-view-message-face):
10550 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10551 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10552 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10553 (cvs-msg-face):
10554 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10555 (smerge-base-face, smerge-markers-face):
10556 * wid-edit.el (widget-documentation-face, widget-button-face)
10557 (widget-field-face, widget-single-line-field-face)
10558 (widget-inactive-face, widget-button-pressed-face):
10559 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10560 (woman-addition-face):
10561 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10562 (eshell-ls-executable-face, eshell-ls-readonly-face)
10563 (eshell-ls-unreadable-face, eshell-ls-special-face)
10564 (eshell-ls-missing-face, eshell-ls-archive-face)
10565 (eshell-ls-backup-face, eshell-ls-product-face)
10566 (eshell-ls-clutter-face):
10567 * eshell/em-prompt.el (eshell-prompt-face):
10568 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10569 * obsolete/old-whitespace.el (whitespace-highlight-face):
10570 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10571 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10572 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10573 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10574 (antlr-font-lock-literal-face):
10575 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10576 (ebrowse-root-class-face, ebrowse-file-name-face)
10577 (ebrowse-default-face, ebrowse-member-attribute-face)
10578 (ebrowse-member-class-face, ebrowse-progress-face):
10579 * progmodes/make-mode.el (makefile-space-face):
10580 * progmodes/sh-script.el (sh-heredoc-face):
10581 * textmodes/flyspell.el (flyspell-incorrect-face)
10582 (flyspell-duplicate-face):
10583 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10584 * textmodes/texinfo.el (texinfo-heading-face):
10585 Mark face aliases with "-face" suffix as obsolete.
10586
10587 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10588 compiler.
10589
10590 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10591 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10592 easy-menu-define wants to modify these.
10593
10594 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10595
10596 * net/browse-url.el (browse-url-file-url):
10597 * term/internal.el (dos-codepage-setup):
10598 Use default-value rather than default-enable-multibyte-characters.
10599
10600 * progmodes/etags.el (etags-goto-tag-location):
10601 * progmodes/flymake.el (flymake-highlight-line)
10602 (flymake-goto-file-and-line, flymake-goto-line):
10603 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10604 (gdb-goto-breakpoint):
10605 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10606 * progmodes/python.el (python-find-function)
10607 (python-pdbtrack-track-stack-file):
10608 * progmodes/verilog-mode.el (verilog-surelint-off):
10609 * term/ns-win.el (ns-open-file-select-line):
10610 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10611 Use forward-line rather than goto-line.
10612
10613 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10614 * textmodes/reftex-index.el (reftex-display-index):
10615 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10616 * textmodes/reftex-toc.el (reftex-toc):
10617 Remove unnecessary bindings of default-major-mode (all are followed by
10618 major-mode check and possible mode switch).
10619
10620 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10621
10622 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10623 Handle watchpoints (bug#4282).
10624 (def-gdb-thread-buffer-command): Enable thread to be selected by
10625 clicking without selecting threads buffer first.
10626 (gdb-current-context-command): Use selected frame so that "up",
10627 "down" etc work in the GUD buffer.
10628 (gdb-update): Find selected frame before rendering stack buffer.
10629 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10630
10631 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * progmodes/sym-comp.el (displayed-completions): Remove.
10634 (symbol-complete): Use minibuffer-complete.
10635
10636 2009-08-31 Glenn Morris <rgm@gnu.org>
10637
10638 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10639
10640 * apropos.el (apropos-symbols-internal):
10641 Handle (obsolete) face aliases.
10642
10643 * faces.el (describe-face): Adjust the output format to be more like
10644 describe-variable, and to mention (obsolete) face aliases.
10645 Adjust the whitespace so that help-setup-xref works.
10646
10647 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10648 * calendar/diary-lib.el (diary-button-face):
10649 Mark these face aliases as obsolete.
10650
10651 * calendar/calendar.el (calendar-today): Doc fix.
10652
10653 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10654
10655 * progmodes/gdb-mi.el (gdb-control-all-threads)
10656 (gdb-control-current-thread): Force tool bar update.
10657 (gdb-non-stop-handler): New function.
10658 (gdb-init-1): Use it to test if non-stop mode is supported.
10659 Remove unused gdbmi buffer type.
10660
10661 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10662
10663 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10664 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10665
10666 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10667
10668 * comint.el (comint-exec-1): Check command is non-null first.
10669 Part of gdb-mi.el change (2009-08-28).
10670
10671 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10674
10675 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10676
10677 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10678 instead of `dolist' to avoid a recursive require when bootstrapping.
10679
10680 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10683
10684 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10685
10686 * net/imap.el (imap-send-command): Simplify.
10687 (imap-wait-for-tag): point-max -> buffer-size.
10688
10689 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10690
10691 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10692 with constant argument.
10693
10694 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10695
10696 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10697
10698 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10699 Change default, since most of our files don't have a history.
10700 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10701 the user.
10702
10703 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10704 Add comint-run.
10705
10706 * calc/calc.el: Improve commenting convention.
10707 (calc-digit-map, toplevel): Simplify.
10708
10709 * comint.el (comint-insert-input): Be careful to only set point if we
10710 don't delegate to some other command.
10711
10712 * proced.el (proced-signal-list): Make it an alist.
10713 (proced-grammar-alist): Capitalize names.
10714 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10715 Disable undo manually and make it read-only.
10716 Use completion-annotate-function.
10717
10718 * minibuffer.el (minibuffer-message): If the current buffer is not
10719 a minibuffer, insert the message in the echo area rather than at the
10720 end of the buffer.
10721 (completion-annotate-function): New variable.
10722 (minibuffer-completion-help): Use it.
10723 (completion--embedded-envvar-table): Environment vars are
10724 always case-sensitive.
10725
10726 2009-08-30 Glenn Morris <rgm@gnu.org>
10727
10728 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10729 from fortran-current-defun.
10730 (fortran-beginning-of-subprogram): Be more precise about finding the
10731 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10732 (fortran-end-of-subprogram): Simplify.
10733 (fortran-current-defun): Use fortran-start-prog-re.
10734
10735 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10736
10737 * subr.el (do-after-load-evaluation): Simplify.
10738
10739 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10740
10741 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10742
10743 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10744 (vc-rcs-print-log): Use it.
10745
10746 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10747
10748 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * paths.el (abbrev-file-name): Move to abbrev.el.
10751 * abbrev.el (abbrev-file-name): Move from paths.el.
10752 Obey user-emacs-directory.
10753 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10754 user-emacs-directory.
10755 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10756 abbrev-file-name and calc-settings-file any more.
10757 * startup.el (command-line): Recompute abbrev-file-name and
10758 abbreviated-home-dir.
10759 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10760 of the special code for when C-h bindings haven't been changed.
10761 (display-startup-echo-area-message): Use with-current-buffer.
10762 (command-line-1): Use a list of strings, rather than a list of lists
10763 of strings for longopts.
10764
10765 * files.el (get-free-disk-space): Use / for default-directory.
10766
10767 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10768 Use with-current-buffer.
10769
10770 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10771 Recognize immutable variables like most-positive-fixnum.
10772 (byte-compile-setq-default): Check and warn if trying to assign
10773 to an immutable variable, or a non-variable.
10774
10775 * progmodes/cc-vars.el (c-comment-continuation-stars):
10776 * progmodes/cc-engine.el (c-looking-at-bos):
10777 * progmodes/cc-cmds.el (c-toggle-auto-state)
10778 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10779 (c-comment-line-break-function): Add version of obsolescence.
10780
10781 2009-08-28 Juri Linkov <juri@jurta.org>
10782
10783 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10784 associated with `archive-mode'.
10785
10786 * image.el (image-type-header-regexps): Use only JPEG magic number
10787 to determine JPEG images, and don't use `image-jpeg-p' because
10788 Emacs can display non-JFIF non-Exif JPEG images.
10789
10790 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10791
10792 * arc-mode.el (archive-mode):
10793 * emacs-lisp/re-builder.el (re-builder-unload-function):
10794 Protect against the default value of `major-mode' being nil.
10795
10796 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10797
10798 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10799 Fix typos in docstrings.
10800
10801 * progmodes/js.el (js--macro-decl-re): Doc fix.
10802 (js--plain-method-re, js--split-name): Refloc docstring.
10803 (js--class-styles, js--make-merged-item, js--splice-into-items):
10804 Fix typos in docstrings; reflow docstrings.
10805 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10806 (js--variable-decl-matcher, js--inside-pitem-p)
10807 (js--parse-state-at-point, js--get-all-known-symbols)
10808 (js--symbol-history, js-find-symbol, js--js-references)
10809 (js--moz-interactor, js--js-encode-value, js--read-tab):
10810 Fix typos in docstrings.
10811
10812 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * textmodes/reftex.el (reftex-get-file-buffer-force):
10815 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10816 * emulation/viper.el (viper-go-away, viper-set-hooks):
10817 * emacs-lisp/re-builder.el (re-builder-unload-function):
10818 * emacs-lisp/bytecomp.el (byte-compile-file):
10819 * ses.el (ses-unload-function):
10820 * hexl.el (hexl-find-file):
10821 * files.el (normal-mode):
10822 * ehelp.el (with-electric-help):
10823 * autoinsert.el (auto-insert-alist):
10824 * arc-mode.el (archive-mode):
10825 Use (default-value 'major-mode) instead of default-major-mode.
10826
10827 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10828 * international/mule.el (load-with-code-conversion):
10829 * emacs-lisp/debug.el (debug):
10830 * ediff-vers.el (ediff-rcs-get-output-buffer):
10831 * dired.el (dired-internal-noselect): Don't let-bind
10832 default-major-mode around code that doesn't use it.
10833 E.g. buffer creation via get-buffer-create doesn't use it.
10834
10835 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10836
10837 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10838 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10839 when writing the temp file. Otherwise, epa-file gets confused.
10840 (tramp-register-file-name-handlers): Make it a defun. Move also
10841 `epa-file-handler' to the front of `file-name-handler-alist'.
10842
10843 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10846 start right after a ^M.
10847 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10848 (tramp-completion-file-name-regexp-separate)
10849 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10850 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10851 Don't modify last-coding-system-used by accident.
10852 (tramp-completion-file-name-handler): Apply the checks here,
10853 instead during registration.
10854 (tramp-register-file-name-handlers): Renamed from
10855 `tramp-register-file-name-handler'. Register both
10856 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10857 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10858
10859 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10860
10861 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10862 Remove variable ...
10863 (gdb-init-1, gdb-display-separate-io-buffer)
10864 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10865 references to it.
10866 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10867 (gdb-inferior-filter): Use comint-output-filter to stop
10868 echoing and remove ^M characters.
10869
10870 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * emulation/viper-init.el (viper-restore-cursor-type):
10873 * emulation/cua-base.el (cua--update-indications):
10874 Replace default-cursor-type with (default-value 'cursor-type).
10875
10876 * mail/sendmail.el (mail-recover-1):
10877 * international/mule-diag.el (describe-current-coding-system-briefly)
10878 (describe-current-coding-system):
10879 * international/mule-cmds.el (select-safe-coding-system)
10880 (select-message-coding-system)
10881 (set-language-environment-coding-systems, set-locale-environment):
10882 * hexl.el (hexl-insert-multibyte-char):
10883 * dos-w32.el (find-buffer-file-type-coding-system):
10884 * simple.el (what-cursor-position):
10885 Replace uses of default-buffer-file-coding-system
10886 with (default-value 'buffer-file-coding-system).
10887
10888 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10889 Replace uses of default-cursor-in-non-selected-windows
10890 with (default-value 'cursor-in-non-selected-windows).
10891 Use with-current-buffer.
10892
10893 * mail/feedmail.el: Use CL macros.
10894 (feedmail-run-the-queue, feedmail-send-it-immediately):
10895 * dos-w32.el (find-buffer-file-type): Replace uses of
10896 default-buffer-file-type with (default-value 'buffer-file-type).
10897
10898 2009-08-28 Glenn Morris <rgm@gnu.org>
10899
10900 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10901 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10902 Use default-value of major-mode rather than default-major-mode.
10903
10904 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10905
10906 * Makefile.in (update-elcfiles): Report left over elc files.
10907
10908 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10909 expand-file-name and with-current-buffer.
10910 (mail-get-names, mail-directory): Use with-current-buffer.
10911
10912 * vc.el (vc-read-revision): New function.
10913 (vc-version-diff, vc-merge): Use it.
10914
10915 2009-08-27 Sam Steingold <sds@gnu.org>
10916
10917 * simple.el (kill-do-not-save-duplicates): New user option.
10918 (kill-new): When it is non-nil, and the new string is the same as
10919 the latest kill, set replace to t to avoid duplicates in kill-ring.
10920
10921 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10922
10923 * net/tramp.el (tramp-handle-process-file): Do not flush all
10924 caches when `process-file-side-effects' is set.
10925 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10926 instead of `tramp-find-file-exists-command'.
10927 Unset `process-file-side-effects'.
10928
10929 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10930
10931 * net/tramp.el (tramp-methods): New method "rsyncc".
10932 (top): Add completion function for "rsyncc".
10933 (tramp-message-show-message): New defvar.
10934 (tramp-message, tramp-error): Use it.
10935 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10936 remote copying.
10937 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10938 `tramp-methods' entry `copy-env' of "rsyncc".
10939 (tramp-vc-registered-read-file-names): New defconst.
10940 (tramp-vc-registered-file-names): New defvar.
10941 (tramp-handle-vc-registered): Implement optimization strategy.
10942 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10943 (tramp-vc-file-name-handler): New defun.
10944 (tramp-get-ls-command, tramp-get-test-command)
10945 (tramp-get-file-exists-command, tramp-get-remote-ln)
10946 (tramp-get-remote-perl, tramp-get-remote-stat)
10947 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10948
10949 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10950 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10951 timestamps.
10952 (tramp-get-file-property): Check for timestamps in
10953 `tramp-cache-inhibit-cache'.
10954 (tramp-set-file-property): Write timestamp.
10955
10956 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10957
10958 * language/japan-util.el (japanese-symbol-table): Add entries for
10959 cp932-2-byte.
10960
10961 * international/characters.el: Add category `j' to cp932-2-byte.
10962
10963 2009-08-27 Kenichi Handa <handa@m17n.org>
10964
10965 * international/fontset.el (build-default-fontset-data): New macro.
10966 (setup-default-fontset): Use build-default-fontset-data for CJK,
10967 tibetan, ethiopic, and ipa.
10968
10969 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10972 (enable-multibyte-characters): Not customizable any more.
10973
10974 * subr.el (default-mode-line-format, default-header-line-format)
10975 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10976 (default-direction-reversed, default-truncate-lines)
10977 (default-left-margin, default-tab-width, default-case-fold-search)
10978 (default-left-margin-width, default-right-margin-width)
10979 (default-left-fringe-width, default-right-fringe-width)
10980 (default-fringes-outside-margins, default-scroll-bar-width)
10981 (default-vertical-scroll-bar, default-indicate-empty-lines)
10982 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10983 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10984 (default-scroll-down-aggressively, default-fill-column)
10985 (default-cursor-type, default-buffer-file-type)
10986 (default-cursor-in-non-selected-windows)
10987 (default-buffer-file-coding-system, default-major-mode)
10988 (default-enable-multibyte-characters): Mark as obsolete.
10989
10990 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10991
10992 * vc-dir.el (vc-dir-update): Remove debug helper.
10993
10994 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10995
10996 2009-08-26 Sam Steingold <sds@gnu.org>
10997
10998 * simple.el (save-interprogram-paste-before-kill): New user option.
10999 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11000 save the interprogram-paste into kill-ring before overriding it
11001 with the Emacs kill.
11002
11003 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11004
11005 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11006 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11007 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11008 and move to vc-rcs.el.
11009 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11010 move to vc-rcs.el.
11011 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11012 (vc-rcs-update-changelog): Remove.
11013 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11014 and move to vc-rcs.el.
11015
11016 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11017 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11018 renaming.
11019 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11020 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11021 vc.el, renamed to be RCS specific.
11022
11023 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11024 New functions.
11025 (vc-cvs-update-changelog): Move here from vc.el.
11026
11027 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11028 New functions.
11029
11030 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11033
11034 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11035
11036 * vc-git.el (vc-git-register): Use "git add" for directories.
11037 (vc-git-stash, vc-git-stash-show): New functions.
11038 (vc-git-extra-menu-map): Bind them.
11039
11040 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11041 directory correctly in case the item is a directory itself.
11042
11043 * vc.el: Document the desired behavior for reverted files in the
11044 `added' state.
11045 (vc-default-prettify-state-info): Remove function, unused.
11046
11047 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11048
11049 2009-08-26 Glenn Morris <rgm@gnu.org>
11050
11051 * bindings.el (standard-mode-line-format): Reposition dashes in
11052 which-func entry. (Bug#4217)
11053
11054 * files.el (enable-local-variables, enable-local-eval)
11055 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11056 the defcustoms.
11057 (auto-mode-alist, ignored-local-variables)
11058 (save-some-buffers-action-alist): Move risky declarations to the
11059 definitions.
11060 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11061 (font-lock-defaults, format-alist, imenu--index-alist)
11062 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11063 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11064 (mode-line-modified, mode-line-mule-info, mode-line-position)
11065 (mode-line-process, mode-line-remote, outline-level)
11066 (parse-time-rules, rmail-output-file-alist)
11067 (special-display-buffer-names, vc-mode):
11068 Move risky declarations to the relevant files.
11069 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11070 (mode-line-modified, mode-line-process, mode-line-position)
11071 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11072 * font-core.el (font-lock-defaults):
11073 * format.el (format-alist):
11074 * vc-hooks.el (vc-mode):
11075 * window.el (special-display-buffer-names):
11076 * international/mule-cmds.el (input-method-alist):
11077 Define riskiness here (dumped file) rather than in files.el.
11078 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11079 * imenu.el (imenu-generic-expression, imenu--index-alist):
11080 * outline.el (outline-level):
11081 * time.el (display-time-string):
11082 * calendar/parse-time.el (parse-time-rules):
11083 * mail/rmailout.el (rmail-output-file-alist):
11084 Autoload riskiness here, rather than placing in files.el.
11085
11086 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11087
11088 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11089
11090 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
11091
11092 * simple.el (process-file-side-effects): New defvar.
11093
11094 * dired-aux.el (dired-show-file-type):
11095 * vc.el (vc-diff-internal):
11096 * vc-arch.el (vc-arch-diff):
11097 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11098 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11099 * vc-git.el (vc-git-registered, vc-git-working-revision)
11100 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11101 (vc-git--empty-db-p):
11102 * vc-hooks.el (vc-user-login-name):
11103 * vc-svn.el (vc-svn-registered, vc-svn-state)
11104 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11105 * progmodes/grep.el (grep-probe): Let-bind
11106 `process-file-side-effects' with nil.
11107
11108 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11109
11110 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11111 daemon. Replace ping by checking for running service for bluez
11112 and zeroconf. (Bug#4239)
11113
11114 2009-08-25 Kevin Ryde <user42@zip.com.au>
11115
11116 * net/dig.el (dig): Add autoload cookie.
11117
11118 2009-08-25 Glenn Morris <rgm@gnu.org>
11119
11120 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11121 load-history for absolute file-names.
11122 (byte-compile-file-form-require): Warn about use of the cl package.
11123
11124 * format.el (format-alist): Doc fix.
11125
11126 * play/bubbles.el (top-level): Don't require cl at run-time.
11127
11128 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11129 run-time cl).
11130
11131 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
11132
11133 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11134 from cl package.
11135 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11136
11137 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
11138
11139 * calc/calc-alg.el (math-trig-rewrite)
11140 (math-hyperbolic-trig-rewrite): New functions.
11141 (calc-simplify): Simplify trig functions when asked.
11142
11143 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * diff-mode.el (diff-find-source-location): Avoid goto-line.
11146
11147 2009-08-24 Kenichi Handa <handa@m17n.org>
11148
11149 * language/ind-util.el (mapthread): Delete it.
11150 (combinatorial): New function.
11151 (indian--puthash-cv): Use combinatorial instead of mapthread.
11152
11153 2009-08-22 Kevin Ryde <user42@zip.com.au>
11154
11155 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11156 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11157 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11158 Clarify docstring that the value is strings not symbols.
11159 (checkdoc-list-of-strings-p): New function.
11160
11161 2009-08-22 Glenn Morris <rgm@gnu.org>
11162
11163 * files.el (auto-mode-alist):
11164 * hippie-exp.el (he-concat-directory-file-name):
11165 * lpr.el (lpr-windows-system, printer-name):
11166 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11167 * ps-print.el (ps-windows-system):
11168 * startup.el (command-line):
11169 * emulation/viper-ex.el (viper-glob-function):
11170 * international/mule-cmds.el (set-language-environment-coding-systems):
11171 * net/ange-ftp.el (ange-ftp-write-region):
11172 * obsolete/fast-lock.el (fast-lock-cache-name):
11173 Remove code for defunct system-types emx, macos, mswindows, next-mach,
11174 unisoft-unix, vax-vms, win32, w32.
11175
11176 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11177 given name if the pattern is not more specific.
11178
11179 * calendar/lunar.el (lunar-phase-names): New option.
11180 (lunar-phase): Doc fix.
11181 (lunar-cycles-per-year): New constant.
11182 (lunar-index): New function.
11183 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11184 (lunar-phase-name): Use lunar-phase-names.
11185 (calendar-lunar-phases): Use format.
11186 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11187
11188 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11189 Copy imenu-example--name-and-position function here for own use.
11190 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11191
11192 * bs.el (bs--redisplay):
11193 * cus-edit.el (custom-redraw):
11194 * ibuffer.el (ibuffer-bury-buffer):
11195 * server.el (server-goto-line-column):
11196 * startup.el (command-line-1):
11197 * strokes.el (strokes-xpm-for-stroke):
11198 * term.el (term-display-buffer-line):
11199 * view.el (View-goto-line):
11200 * calc/calc.el (calc-do, calc-trail-buffer):
11201 * play/gamegrid.el (gamegrid-add-score-insecure):
11202 * progmodes/ada-mode.el (ada-compile-goto-error):
11203 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11204 (ebrowse-select-1st-to-9nth):
11205 * progmodes/cperl-mode.el (cperl-time-fontification):
11206 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11207 * progmodes/gud.el (gud-display-line):
11208 (idlwave-shell-display-line):
11209 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11210 * progmodes/make-mode.el (makefile-browser-toggle):
11211 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11212 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11213 * textmodes/picture.el (picture-draw-rectangle):
11214 * textmodes/reftex-index.el (reftex-index-goto-letter):
11215 (reftex-select-jump-to-previous):
11216 * textmodes/reftex-sel.el (reftex-find-start-point)
11217 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11218 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11219 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11220 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11221 * textmodes/two-column.el (2C-associated-buffer):
11222 Use forward-line rather than goto-line.
11223
11224 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11225 goto-line.
11226
11227 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11228 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11229 (quick-check-list-to-regexp): Declare.
11230
11231 * progmodes/make-mode.el (makefile-browser-insert-selection):
11232 Use goto-char rather than goto-line.
11233
11234 * progmodes/prolog.el (compilation-error-regexp-alist)
11235 (compilation-forget-errors): Declare.
11236
11237 2009-08-22 Juri Linkov <juri@jurta.org>
11238
11239 * progmodes/grep.el (lgrep, rgrep): At the beginning
11240 set `dir' to `default-directory' unless `dir' is a non-nil
11241 readable directory. (Bug#4052)
11242 (lgrep, rgrep): Change a weird way to report an error
11243 from using `read-string' to using `error'.
11244 Instead of using interactive arguments in the function body,
11245 add new argument `confirm'.
11246
11247 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11248
11249 * textmodes/remember.el (remember-buffer):
11250 * progmodes/cperl-mode.el (cperl-vc-header-alist):
11251 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11252 (icalendar-extract-ical-from-buffer):
11253 * net/newst-treeview.el (newsticker-groups-filename):
11254 * net/newst-backend.el (newsticker-cache-filename):
11255 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11256 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11257 (speedbar-add-ignored-path-regexp, speedbar-line-path)
11258 (speedbar-buffers-line-path, speedbar-path-line)
11259 (speedbar-buffers-line-path):
11260 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11261 (epg-sign-keys):
11262 * epa.el (epa-display-verify-result):
11263 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11264
11265 2009-08-21 Glenn Morris <rgm@gnu.org>
11266
11267 * progmodes/js.el (inferior-moz-process): Fix declaration.
11268
11269 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11270
11271 * obsolete/rnewspost.el (news-mail-reply):
11272 Use goto-char rather than goto-line.
11273
11274 * term/ns-win.el (ns-open-file-select-line):
11275 Use line-beginning-position rather than goto-line.
11276
11277 * apropos.el (apropos-command):
11278 * ehelp.el (electric-helpify):
11279 * printing.el (pr-show-setup):
11280 * strokes.el (strokes-help):
11281 * tutorial.el (tutorial--describe-nonstandard-key)
11282 (tutorial--detailed-help):
11283 * woman.el (woman-mini-help, woman-display-extended-fonts):
11284 * calc/calc-help.el (calc-describe-key):
11285 * emulation/edt.el (edt-electric-helpify):
11286 * international/mule-diag.el (mule-diag):
11287 * play/yow.el (apropos-zippy):
11288 * progmodes/python.el (python-describe-symbol):
11289 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11290 * textmodes/table.el (*table--cell-describe-mode)
11291 (*table--cell-describe-bindings):
11292 Use help-print-return-message rather than the now obsolete alias.
11293
11294 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11295 (calendar-cursor-to-visible-date):
11296 * play/5x5.el (5x5-position-cursor):
11297 * play/decipher.el (decipher):
11298 * play/gomoku.el (gomoku-goto-xy):
11299 * play/landmark.el (lm-goto-xy):
11300 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11301 (mpuz-paint-digit):
11302 Use forward-line, not goto-line.
11303
11304 * mail/rmail.el (rmail-obsolete): Delete custom group.
11305 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11306 (rmail-remote-password, rmail-remote-password-required):
11307 Remove unneeded :set-after and :set properties.
11308
11309 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
11310
11311 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11312
11313 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
11314
11315 * loadup.el: Remove leftover macos code.
11316
11317 * vc-git.el (vc-git-annotate-command): Run asynchronously.
11318 Explicitly pass the date format to git blame so that user local
11319 so that the output format can be parsed.
11320
11321 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
11322
11323 * net/dbus.el (top): Don't check for (getenv
11324 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
11325
11326 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
11327
11328 * log-edit.el (log-edit-strip-single-file-name): New var.
11329 (log-edit-insert-changelog): Use it. Bug#3571
11330
11331 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * subr.el (read-passwd): Use read-key so keypad keys work as well.
11334 Bug#3287
11335
11336 * help.el (help-print-return-message): Rename from
11337 print-help-return-message.
11338
11339 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11340 cvs-mode-map parent hack.
11341 (log-view-mode): Derive from special-mode.
11342
11343 * linum.el (linum-mode): window-size-change-functions is redundant.
11344 Adapt to new window-configuration-change-hook behavior.
11345 (linum-after-size, linum-after-config): Remove.
11346
11347 * imenu.el (imenu-example--name-and-position)
11348 (imenu-example--lisp-extract-index-name)
11349 (imenu-example--create-lisp-index, imenu-example--create-c-index):
11350 Mark as obsolete.
11351
11352 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11353 (inferior-prolog-mode): Use it.
11354 (inferior-prolog-load-file): Reset list of errors.
11355
11356 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11357
11358 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11359
11360 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11361
11362 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
11363
11364 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11365 is running already.
11366
11367 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * subr.el (listify-key-sequence-1): Use normal syntax since those
11370 integers are nowadays always represented by the same (positive) number
11371 on all platforms.
11372 (read-key-empty-map): New const.
11373 (read-key-delay): New var.
11374 (read-key): New function.
11375 (force-mode-line-update): Use with-current-buffer.
11376 (locate-user-emacs-file): Don't forget to abbreviate the file name.
11377 (start-process-shell-command, start-file-process-shell-command):
11378 Discourage the use of command-args.
11379
11380 2009-08-19 Glenn Morris <rgm@gnu.org>
11381
11382 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11383
11384 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * simple.el (choose-completion-string): Don't rely on
11387 minibuffer-completing-file-name and ad-hoc checks to decide whether
11388 to continue completion or not.
11389
11390 * minibuffer.el (minibuffer-hide-completions): New function.
11391 (completion--do-completion): Use it.
11392 (completions-annotations): New face.
11393 (completion--insert-strings): Use it.
11394 (completion-pcm--delim-wild-regex): Add docstring.
11395 (completion-pcm--string->pattern): Add support for 0-width delimiters
11396 in completion-pcm--delim-wild-regex.
11397
11398 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11401 Remove unused var `buffer-modified-p'.
11402
11403 * minibuffer.el (completion--do-completion): Move point for the #b001
11404 case as well (bug#4176).
11405 (minibuffer-complete, minibuffer-complete-word): Don't move point.
11406
11407 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11408
11409 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
11410 and :session buses.
11411
11412 2009-08-18 Kenichi Handa <handa@m17n.org>
11413
11414 * international/ucs-normalize.el (ucs-normalize-version):
11415 Change to 1.1.
11416 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11417 (utf-8-hfs): Make it perform normalization on encoding too.
11418
11419 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
11420 (sentence-end-without-space): Delete duplicated chars.
11421 (sentence-end-base): Likewise.
11422
11423 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
11424 (html-mode): Delete duplicated chars from sentence-end-base.
11425
11426 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
11427 (texinfo-mode): Delete duplicated chars from sentence-end-base.
11428
11429 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11430
11431 * files.el (hack-one-local-variable): If the mode function is for
11432 a minor mode, pass it an argument (Bug#4148).
11433
11434 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * net/tramp.el (tramp-register-completion-file-name-handler):
11437 Check also for (member 'partial-completion completion-styles).
11438
11439 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11440
11441 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11442 abbrev (Bug#3943).
11443
11444 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
11445
11446 * progmodes/cperl-mode.el: Merge upstream 6.2.
11447 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11448 (cperl-forward-re): Check cperl-brace-recursing.
11449 (cperl-highlight-charclass): New function.
11450 (cperl-find-pods-heres): Use it.
11451 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11452 (cperl-beautify-regexp-piece): Fix column calculation.
11453 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11454 (cperl-beautify-level): Don't process entire regexp.
11455 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11456 calling man.
11457 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11458 (cperl-init-faces): Build a list in the normal way.
11459
11460 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11461
11462 * calendar/parse-time.el (parse-time-string-chars): Save match
11463 data.
11464
11465 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11468 (sql-product): Use it.
11469 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11470 (sql-set-product): Add completion.
11471 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11472 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11473 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11474 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11475 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11476 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11477 (sql-highlight-db2-keywords): Remove.
11478 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11479 (sql-highlight-product): Use derived-mode-p.
11480 (sql-set-sqli-buffer): Use with-current-buffer.
11481 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11482 Simplify.
11483
11484 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11485
11486 * term.el: Fix commenting convention, turn comments into docstrings.
11487
11488 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11489
11490 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11491
11492 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
11493
11494 * calendar/parse-time.el (parse-time-string-chars): Compute using
11495 character classes, to handle non-ascii characters (Bug#3190).
11496
11497 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11500 another heredoc if the user adds another < (Bug#3226).
11501
11502 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11503 Don't initialize based on window-system (Bug#4124).
11504
11505 * facemenu.el (facemenu-read-color): Use a completion function
11506 that accepts any defined color, such as RGB triplets (Bug#3677).
11507
11508 * files.el (get-free-disk-space): Change fallback default
11509 directory to /. Expand DIR argument before switching to fallback.
11510 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11511
11512 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11513
11514 * files.el (load-library): Doc fix.
11515
11516 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
11517
11518 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11519 (viper-if-string): Redefine C-s in the minibuffer to insert the last
11520 incremental search string.
11521
11522 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11523 XEmacs.
11524
11525 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11526 (ediff-merge-region-is-non-clash)
11527 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11528 Also check if the job is really a merge job.
11529
11530 * ediff.el (ediff-current-file): New function.
11531
11532 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11533
11534 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11535 conventions.
11536 (js-insert-and-indent): Delete function.
11537 (js-mode-map): Don't bind keys to js-insert-and-indent.
11538 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11539 (js-end-of-defun): Rename from js--end-of-defun.
11540 (js-auto-indent-flag): Delete variable.
11541
11542 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
11543
11544 * progmodes/js.el: Remove proclaim statement.
11545 Defvar which-func-imenu-joiner-function to silence compiler.
11546
11547 * files.el (auto-mode-alist): Use js-mode for .js files.
11548
11549 * progmodes/js2-mode.el: Remove file.
11550
11551 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11552
11553 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11554
11555 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11556
11557 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
11558 Karl Landstrom <karl.landstrom@brgeight.se>
11559
11560 * progmodes/js.el: New file.
11561
11562 2009-08-14 Mark A. Hershberger <mah@everybody.org>
11563
11564 * timezone.el (timezone-parse-date): Add ability to understand ISO
11565 basic format (minimal separators) dates in addition to the
11566 already-supported extended format dates.
11567
11568 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11569
11570 * international/ucs-normalize.el: Add a `coding' file variable.
11571
11572 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11573
11574 2009-08-14 Sam Steingold <sds@gnu.org>
11575
11576 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11577
11578 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11579
11580 * faces.el (help-argument-name): Define it here instead of
11581 help-fns.el, because in daemon mode help-fns.el may be loaded when
11582 faces are still uninitialized (Bug#1078).
11583
11584 * help-fns.el (help-argument-name): Move defface to faces.el.
11585
11586 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11587
11588 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11589 create buffer with a pty but no process so that GDB can make the
11590 inferior the controlling process.
11591
11592 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
11593
11594 * international/ucs-normalize.el: New file.
11595
11596 2009-08-13 Richard Stallman <rms@gnu.org>
11597
11598 * mail/rmail.el (rmail-get-attr-names):
11599 Accept an attribute header that is too short.
11600
11601 * mail/rmail.el (rmail-forget-messages):
11602 Ignore nil elt in rmail-message-vector. Use dotimes.
11603
11604 * progmodes/compile.el (compilation-goto-locus):
11605 Use next-error-move-function.
11606
11607 * simple.el (next-error-move-function): New variable.
11608
11609 2009-08-12 Juri Linkov <juri@jurta.org>
11610
11611 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11612 always non-nil. (Bug#4052)
11613
11614 * replace.el (read-regexp): Return empty string when
11615 `default-value' is nil.
11616 (keep-lines-read-args): Don't use empty string as the
11617 default value for `read-regexp'. (Bug#2495)
11618
11619 2009-08-12 Juri Linkov <juri@jurta.org>
11620
11621 * international/mule-cmds.el (ucs-insert): Change arguments
11622 from `arg' to `character', `count', `inherit' to be the same
11623 as in `insert-char'. Doc fix. (Bug#4039)
11624
11625 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11626
11627 2009-08-12 Juri Linkov <juri@jurta.org>
11628
11629 * files-x.el: New file.
11630
11631 * files.el: Move code that deals with adding/deleting
11632 file/directory-local variables to files-x.el.
11633
11634 * Makefile.in (ELCFILES): Add files-x.elc.
11635
11636 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11637
11638 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11639 to use `goto-line'.
11640 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11641 `goto-line'.
11642 (gdb-invalidate-disassembly): Do not refresh upon receiving
11643 'update signal. Instead, update all disassembly buffers only after
11644 threads list.
11645 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11646 (gdb-starting): Moved -data-list-register-names...
11647 (gdb-stopped): ...here so it's sent when first thread stops.
11648 (gdb-registers-handler-custom): Do nothing if register names are
11649 unknown yet.
11650
11651 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11652 from `gdb-mi.el' to avoid extra tangling.
11653
11654 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11655 change which breaks `gud-def' definitions used in `gdb'.
11656 (gdb-update-gud-running): No extra fuss for updating frame number.
11657
11658 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11661 (describe-language-environment-map, setup-language-environment-map)
11662 (set-coding-system-map): Move initialization into declaration.
11663 (set-language-info-alist): Last arg to define-key-after can be skipped.
11664
11665 * international/quail.el (quail-completion-1): Simplify.
11666 (quail-define-rules): Use slightly more compact code.
11667 (quail-insert-decode-map): Propertize keys, compact columns.
11668
11669 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11670 Add goto-line.
11671
11672 2009-08-10 Miles Bader <miles@gnu.org>
11673
11674 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11675 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11676 (js2-instance-member, js2-private-member, js2-private-function-call)
11677 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11678 (js2-magic-paren, js2-external-variable):
11679 Remove "-face" suffix from face names.
11680 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11681 (js2-highlight-undeclared-vars, js2-peek-token)
11682 (js2-parse-function-params, js2-mode-show-errors)
11683 (js2-mode-show-warnings, js2-make-magic-delimiter)
11684 (js2-mode-highlight-magic-parens): Update to use new face names.
11685
11686 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11687
11688 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11689 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11690
11691 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11692
11693 * subr.el: Provide hashtable-print-readable.
11694
11695 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11696 hs-c-like-adjust-block-beginning.
11697 (hs-hide-block-at-point): Stop hiding at the beginning of
11698 hs-block-end-regexp (Bug#700).
11699
11700 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11701
11702 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11703 a macro.
11704 (gdb-registers-handler-custom): Do not fail when register names
11705 are unavailable.
11706
11707 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11708
11709 * progmodes/gdb-mi.el (gdb-control-all-threads)
11710 (gdb-control-current-thread): Interactive setters for
11711 `gdb-gud-control-all-threads' to use in menu.
11712 (gdb-show-run-p): Show «Go» when process is not active.
11713 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
11714 gud/thread.xpm and gud/all.xpm.
11715
11716 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11717
11718 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11719 (nslookup-font-lock-keywords): Make it a variable.
11720 (net-utils-mode): New mode for viewing diagnostic network output.
11721 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11722 (net-utils-run-simple): New function.
11723 (ifconfig, iwconfig, netstat, arp, route): Use it.
11724
11725 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11726
11727 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11728 (gdb-memory-set-address, def-gdb-set-positive-number)
11729 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11730 after changing settings.
11731 (gdb-invalidate-disassembly): Update when first shown.
11732 (gdb-edit-locals-value): Fixed.
11733 (gdb-registers-handler-custom): Print registers in right order and
11734 allow changing register values (only for current thread yet).
11735 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11736 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11737 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11738 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
11739 info in mode name.
11740 (gdb-registers-mode-map): TAB to switch to locals.
11741
11742 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11743
11744 * mail/rmail.el (rmail-add-mbox-headers)
11745 (rmail-set-message-counters-counter): Search for
11746 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11747
11748 2009-08-08 Glenn Morris <rgm@gnu.org>
11749
11750 * Makefile.in (ELCFILES): Update.
11751
11752 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11753
11754 * mail/sendmail.el (mail-yank-original): Set
11755 buffer-file-coding-system from the one used by the message whose
11756 text is yanked.
11757
11758 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11759 to "windows" when "pgnuplot" is used.
11760 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
11761 call accept-process-output if "pgnuplot" is used.
11762 (calc-graph-init): Don't send -display and -geometry to
11763 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11764 running "pgnuplot -V" with shell-command-to-string.
11765
11766 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11767 the default.
11768
11769 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11770
11771 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11772 org/org-latex.elc.
11773
11774 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11775
11776 * vc-dispatcher.el (vc-resynch-window): Update comment.
11777
11778 * term.el (term-handle-ansi-escape): Add comments with the
11779 terminfo capabilities implemented.
11780
11781 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11782
11783 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11784 (gdb-var-create-handler): Rewritten using JSON parser.
11785 (gdb-propertize-header): Moved earlier.
11786 (gdb-set-header): Removed to avoid duplication.
11787 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11788 Refresh disassembly buffers only after threads list have been
11789 update.
11790 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11791 variables.
11792
11793 2009-08-04 Juri Linkov <juri@jurta.org>
11794
11795 * files.el: Commands to add/delete file/directory-local variables.
11796 (read-file-local-variable, read-file-local-variable-value)
11797 (read-file-local-variable-mode, modify-file-local-variable)
11798 (modify-file-local-variable-prop-line)
11799 (modify-dir-local-variable): New functions.
11800 (add-file-local-variable, delete-file-local-variable)
11801 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11802 (add-dir-local-variable, delete-dir-local-variable)
11803 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11804 (copy-dir-locals-to-file-locals-prop-line): New commands.
11805
11806 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11807
11808 * abbrev.el (insert-abbrev-table-description): Prettify output.
11809 Suggested by Karl Chen.
11810
11811 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11812
11813 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11814 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11815 (gdb-overlay-arrow-position, gdb-thread-position)
11816 (gdb-disassembly-position): Declare variables.
11817 (gdb-wait-for-pending): Function now.
11818 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11819 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11820 compilation goes smoothly.
11821 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11822 (gdb-non-stop-setting): New customization setting which replaces
11823 `gdb-non-stop' so changing it doesn't break active GDB session.
11824 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11825 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11826 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11827 (gdb-show-threads-by-default): New customization options.
11828 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11829 routines.
11830 (gdb-get-buffer-create): Send buffers update signal when they are
11831 created.
11832 (gdb-invalidate-locals, gdb-invalidate-registers)
11833 (gdb-invalidate-breakpoints)
11834 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11835 (gdb-invalidate-memory): Accept update signal.
11836 (gdb-current-context-command): Use --frame option.
11837 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11838 Implement `gdb-frame-number' selection logic.
11839 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11840 whether to show GUD toolbar buttons.
11841 (gdb-thread-exited): Unselect current thread when it exits.
11842 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11843 (gdb-mark-line): Routine which sets overlay arrow or inverses
11844 video on fringeless displays.
11845 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11846 to build aligned columns of data in GDB buffers and set text
11847 properties line-by-line.
11848 (gdb-invalidate-breakpoints)
11849 (gdb-breakpoints-list-handler-custom)
11850 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11851 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11852 (gdb-registers-handler-custom): Align data columns.
11853 (gdb-locals-handler-custom): Now prints data like in variable
11854 declarations.
11855 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11856 Removed confusing buttons.
11857 (gdb-invalidate-threads): Append --frame.
11858 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11859 between breakpoints/threads buffers.
11860 (gdb-set-window-buffer): Now can ignore dedicated windows.
11861 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11862 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11863 (def-gdb-thread-buffer-gud-command): Replaces
11864 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11865 for fine thread control.
11866 (gdb-preempt-existing-or-display-buffer): New function used to
11867 display bound buffers without breaking window layout.
11868 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11869 (gdb-select-frame): New version of `gdb-frames-select' which now
11870 sets `gdb-frame-number' so commands may use --frame option instead
11871 of inner debugger state.
11872 (gdb-frame-handler): Do not set `gdb-frame-number'.
11873 (gdb-threads-mode-map): Select threads with mouse.
11874
11875 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11876 avoid compilation warning.
11877 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11878 `gdb-show-stop-p`.
11879
11880 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11881 Argument `key' renamed to `buffer-type'.
11882 (gdb-current-context-buffer-name): Do not add thread info to
11883 buffer name when no thread is selected.
11884 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11885 command (bug 3794).
11886 (gdb-thread-selected): Handle `=thread-selected' notification.
11887 (gdb-wait-for-pending): New macro to deal with congestion problems.
11888 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11889 breakpoints.
11890 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11891 This fixes problem similar to one described in bug 3947.
11892 (gud-menu-map): More menu items.
11893 (gdb-init-1): Reset `gdb-thread-number' to nil.
11894
11895 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11896 non-stop settings.
11897
11898 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11899 (gdb-current-context-command): Do not append --thread if
11900 `gdb-thread-number' is nil.
11901 (gdb-running-threads-count, gdb-stopped-threads-count): New
11902 variables.
11903 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11904 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11905 customization options.
11906 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11907 GUD commands.
11908 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11909 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11910 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11911 set `gdb-thread-number' and update `gud-running' properly.
11912 (gdb-running): Update threads list when new threads appear.
11913 (gdb-stopped): Support non-stop operation and new thread switching
11914 logic.
11915 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11916 (gdb-json-partial-output): New set of JSON routines.
11917 (def-gdb-auto-update-trigger): New `signal-list' optional
11918 argument.
11919 (gdb-thread-list-handler-custom): Update `gud-running',
11920 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11921 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11922 (gdb-continue-thread, gdb-step-thread): New commands for fine
11923 thread execution control.
11924 (gud-menu-map): New menu items to switch non-stop options.
11925 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11926 (gdb-send): Mimic RET properly (bug 3794).
11927
11928 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11929 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11930 gdb-buffer-rules.
11931 (def-gdb-auto-update-handler): New nopreserve optional argument.
11932 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11933
11934 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11935 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11936 (gdb-parent-mode): New mode to derive other GDB modes from.
11937 (gdb-display-disassembly-for-thread)
11938 (gdb-frame-disassembly-for-thread): New commands for threads
11939 buffer.
11940
11941 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11942 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11943 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11944 (gdb-update): We now store all GDB buffers in a list so that they
11945 can be updated by traversing a list instead of calling invalidate
11946 triggers explicitly.
11947 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11948 pair for GDB buffer.
11949 (gdb-stack-buffer-name): Add thread information.
11950 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11951 handle pending triggers.
11952 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11953 (def-gdb-thread-buffer-simple-command)
11954 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11955 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11956 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11957 New commands which show buffers bound to thread.
11958 (gdb-stack-list-locals-regexp): Removed unused regexp.
11959
11960 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11961 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11962 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11963 to (gud-comint-buffer) in *-buffer-name functions
11964 because (gdb-get-target-string) already does that.
11965 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11966 (gdb-changed-registers-handler): Rewritten without regexps.
11967
11968 * progmodes/gdb-mi.el: Basic thread selection support.
11969 (gdb-thread-number): New variable.
11970 (gdb-current-context-command): New macro which adds --thread
11971 option to command.
11972 (gdb-threads-mode-map): Select thread with SPC.
11973 (gdb-thread-list-handler-custom): Mark current thread with overlay
11974 arrow. Synchronize GDB thread and Emacs thread.
11975 (gdb-select-thread): New command which selects current thread.
11976 (gdb-invalidate-frames, gdb-invalidate-locals)
11977 (gdb-invalidate-registers): Use --thread option.
11978
11979 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11980
11981 * net/tramp.el (top): Make check for tramp-gvfs loading more
11982 robust. (Bug#3977)
11983 (tramp-handle-insert-file-contents): `unwind-protect' must be
11984 inside `with-parsed-tramp-file-name'.
11985
11986 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11987 fails.
11988
11989 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11990
11991 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11992 directory if CLASSPATH is not set.
11993
11994 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11995
11996 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11997 New defconst.
11998 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11999
12000 2009-08-02 Kevin Ryde <user42@zip.com.au>
12001
12002 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12003 Update freshmeat link. Delete newsforge.com as it seems gone.
12004
12005 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12006
12007 * select.el (x-set-selection): Doc fix (Bug#4021).
12008
12009 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12010
12011 * help-fns.el (describe-variable): Treat list return values from
12012 dir-locals-find-file properly (Bug#4005).
12013
12014 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
12015
12016 * net/tramp.el (tramp-debug-message): Print also microseconds.
12017
12018 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
12019
12020 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12021 or END is non-nil.
12022 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12023 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12024 format.
12025
12026 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12027 (tramp-get-file-property): Use it.
12028
12029 * autorevert.el (auto-revert-handler): Allow
12030 `auto-revert-tail-mode' for remote files.
12031
12032 2009-08-02 Jason Rumney <jasonr@gnu.org>
12033
12034 * minibuffer.el (read-file-name): Treat confirm options to
12035 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
12036
12037 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12038
12039 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12040 (font-lock-variable-name-face, font-lock-constant-face): Darken
12041 the colors for light backgrounds.
12042
12043 2009-08-01 Eli Zaretskii <eliz@gnu.org>
12044
12045 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12046 month names. (Bug#3987)
12047
12048 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * simple.el (line-move-finish): Pass whole number to
12051 line-move-to-column.
12052 (line-move-visual): Perform hscroll to the recorded position.
12053
12054 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12055
12056 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12057
12058 2009-07-29 Alan Mackenzie <acm@muc.de>
12059
12060 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12061
12062 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12063
12064 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12065 (gdb-place-breakpoints): Use full path when setting breakpoints.
12066
12067 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12068
12069 * calc/calc.el (calc-mode-map): Add keybinding for
12070 `calc-transpose-lines'.
12071
12072 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
12073
12074 * calc/calc-misc.el (calc-transpose-lines): New function.
12075
12076 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
12077
12078 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12079 Simplify check for out-of-band methods.
12080 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12081 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12082
12083 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12084
12085 * vc-git.el (vc-git-checkin): Fix typo.
12086
12087 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
12088
12089 * progmodes/js2-mode.el: New file.
12090
12091 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
12092
12093 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12094 (gud-menu-map): Adjust tooltip accordingly.
12095
12096 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12097
12098 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12099 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12100
12101 * add-log.el (change-log-mode-map): Add a menu.
12102
12103 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
12104
12105 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12106 function returns nil.
12107 (dbus-handle-event): Handle special return value :ignore.
12108 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12109
12110 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
12111
12112 * view.el (view-mode-enable): Don't define Helper-return-blurb if
12113 it's not needed.
12114
12115 2009-07-25 Eli Zaretskii <eliz@gnu.org>
12116
12117 Fix Bug#3888:
12118
12119 * w32-vars.el (x-select-enable-clipboard): Doc fix.
12120
12121 * term/pc-win.el (x-display-name, x-colors)
12122 (x-select-enable-clipboard, x-select-text): Doc fix.
12123
12124 * term/common-win.el (x-display-name, x-colors): Doc fix.
12125
12126 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12127 (xw-defined-colors): Doc fix.
12128
12129 * w32-fns.el (x-select-text, x-setup-function-keys)
12130 (x-get-selection, x-set-selection): Doc fix.
12131
12132 * term/x-win.el (x-select-text, x-setup-function-keys)
12133 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12134
12135 * select.el (x-set-selection): Doc fix.
12136
12137 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
12138
12139 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12140 instead of "IsNSSSupportAvailable". Avahi ought to work also when
12141 "IsNSSSupportAvailable" method is not available. Reported by
12142 Steve Youngs <steve@sxemacs.org>.
12143
12144 2009-07-24 Kenichi Handa <handa@m17n.org>
12145
12146 * international/characters.el: Fix setting of category ?C, ?|, ?K,
12147 and ?H. Fix setting of case for Latin Extended and Greek Extended.
12148 (build-unicode-category-table): Fix range checks.
12149
12150 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12151
12152 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12153 the buffer we try to sync is current when calling
12154 vc-resynch-buffer.
12155
12156 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12157 not show up to date files.
12158
12159 2009-07-24 Glenn Morris <rgm@gnu.org>
12160
12161 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12162 Add autoload cookies. If necessary, initialize.
12163 (elint-log): Handle non-file buffers.
12164 (elint-initialize): Add optional argument to reinitialize.
12165 (elint-find-builtin-variables): Save excursion.
12166
12167 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12168
12169 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12170 for Lint.
12171
12172 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12173
12174 * vc.el (vc-print-log-internal): New function, split out from ...
12175 (vc-print-log): ... here.
12176 (vc-dir-move-to-goal-column): Declare.
12177
12178 * vc-git.el (vc-git-add-signoff): New variable.
12179 (vc-git-checkin): Use it.
12180 (vc-git-toggle-signoff): New function.
12181 (vc-git-extra-menu-map): Bind it to menu.
12182 (vc-git--run-command-string): Accept a nil FILE argument.
12183 (vc-git-stash-list): New function.
12184 (vc-git-dir-extra-headers): Use it.
12185
12186 2009-07-23 Glenn Morris <rgm@gnu.org>
12187
12188 * help-fns.el (describe-variable): Describe ignored and risky local
12189 variables in a similar way to that in which we describe safe ones.
12190
12191 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12192 (byte-compile-output-file-form, byte-compile-output-docform)
12193 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12194 Give some more local variables with common names a "bytecomp-" prefix,
12195 so as not to shadow things during compilation.
12196 * emacs-lisp/cl-macs.el (load-time-value)
12197 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12198 `outbuffer' to `bytecomp-outbuffer'.
12199
12200 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12201 since the next two variables cover them automatically now.
12202 (elint-builtin-variables, elint-autoloaded-variables): New.
12203 (elint-unknown-builtin-args): Remove all members, since they can be
12204 parsed automatically now.
12205 (elint-extra-errors): New.
12206 (elint-env-add-env, elint-env-add-macro): Use cadr.
12207 (elint-current-buffer): Use or. Change final message.
12208 (elint-get-top-forms): Use line-end-position.
12209 (elint-init-env): Use cadr. Handle autoload, declare-function,
12210 and defalias.
12211 (elint-add-required-env): Doc fix. Use or. Standardize error.
12212 (regexp-assoc): Remove unused function.
12213 (elint-top-form): Set elint-current-pos, to record the start of the
12214 top-level form, for compilation-mode.
12215 (elint-form): Trap errors in macro expansion. Use dolist.
12216 (elint-unbound-variable): Use elint-builtin-variables and
12217 elint-autoloaded-variables.
12218 (elint-get-args): Use cadr, or.
12219 (elint-check-cond-form): Use dolist, cadr.
12220 (elint-check-condition-case-form): Doc fix. Use cadr.
12221 Use elint-extra-errors.
12222 (elint-log): New function.
12223 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12224 Distinguish errors and warnings.
12225 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12226 Use a bytecomp-style format.
12227 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12228 (elint-get-log-buffer): Use compilation mode. Disable undo.
12229 Don't truncate lines.
12230 (elint-initialize): Set builtin and autoloaded variable lists.
12231 Only process elint-unknown-builtin-args if non-nil.
12232 (elint-find-builtin-variables, elint-find-autoloaded-variables):
12233 New functions.
12234 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
12235
12236 2009-07-22 Kevin Ryde <user42@zip.com.au>
12237
12238 * net/newst-backend.el (newsticker--parse-atom-1.0)
12239 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12240 (newsticker--parse-rss-1.0):
12241 * progmodes/idlwave.el (idlwave-mode):
12242 * progmodes/idlw-shell.el (idlwave-shell-mode):
12243 * progmodes/vera-mode.el (vera-mode):
12244 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12245 * progmodes/vhdl-mode.el (vhdl-mode):
12246 * textmodes/table.el (table-generate-source)
12247 (table--warn-incompatibility):
12248 Hyperlink urls in docstrings with URL `...'.
12249
12250 2009-07-22 Glenn Morris <rgm@gnu.org>
12251
12252 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12253 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12254 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12255 Remove leading * from defcustom docs.
12256
12257 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
12258
12259 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12260 defcustom doc.
12261 (list-load-path-shadows): Optionally, just return shadows as a string.
12262
12263 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12264
12265 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
12266
12267 * mail/rmailedit.el (rmail-edit-mode): Use
12268 auto-save-include-big-deletions.
12269
12270 * mail/rmail.el (rmail-variables): Use
12271 auto-save-include-big-deletions.
12272
12273 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12274 changes.
12275
12276 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
12277
12278 * calc/calc.el (calc-undo-length): New variable.
12279 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12280
12281 2009-07-21 Richard Stallman <rms@gnu.org>
12282
12283 * files.el (auto-save-mode): Handle buffer-save-size = -2
12284 for toggling mode.
12285
12286 2009-07-21 Glenn Morris <rgm@gnu.org>
12287
12288 * textmodes/ispell.el (ispell-looking-back): Update declaration.
12289
12290 * calendar/todo-mode.el (calendar-current-date): Update declaration.
12291
12292 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12293 silence compiler. Instead...
12294 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12295 (ps-print-ensure-fontified): Update for above function name changes.
12296
12297 * printing.el (pr-mh-get-msg-num, pr-mh-show)
12298 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12299 silence compiler. Instead...
12300 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12301 (mh-show-buffer): Only define for compiler.
12302 (pr-mh-current-message): Update for above function name changes.
12303
12304 * files.el (abort-if-file-too-large): Explicitly pass `filename'
12305 as an argument.
12306 (find-file-noselect, insert-file-1): Update for above change.
12307
12308 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12309
12310 * mail/mailclient.el (mailclient-send-it): Fix message.
12311
12312 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12313 (edebug-eval): Check cl-debug-env is bound.
12314 (print-level, print-circle): Don't redefine built-in variables.
12315
12316 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12317 (custom-print-vectors): Remove old comments from doc.
12318
12319 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12320 (emerge-version): Make the variable an obsolete alias for the
12321 emacs-version variable. Make the function obsolete.
12322 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12323 Emerge options, rather than merging in into the main Options menu.
12324 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
12325 and auto advance modes. Disable edit/fast items when not relevant.
12326
12327 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12328
12329 * term/vt420.el (terminal-init-vt420): Fix typo.
12330
12331 2009-07-20 Sam Steingold <sds@gnu.org>
12332
12333 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12334 variable (removed from compile.el on 2004-03-11).
12335
12336 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
12337
12338 * files.el (hack-local-variables-filter): Fix last change.
12339
12340 2009-07-19 Juri Linkov <juri@jurta.org>
12341
12342 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12343 (dir-local-variables-alist): New buffer-local variable.
12344 (hack-local-variables-filter): If variable is not dir-local,
12345 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12346 because file-local overrides dir-local.
12347 (c-postprocess-file-styles) <declare-function>:
12348 Remove obsolete declaration.
12349 (hack-dir-local-variables): Add dir-local variable/value pair to
12350 `dir-local-variables-alist' and remove duplicates. Doc fix.
12351
12352 * help-fns.el (describe-variable): Add information about
12353 file-local and dir-local variables.
12354
12355 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
12356
12357 * files.el (hack-local-variables-filter): Rewrite.
12358
12359 2009-07-19 Glenn Morris <rgm@gnu.org>
12360
12361 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12362 Silence compiler by only defining on XEmacs.
12363
12364 * international/mule.el (auto-coding-regexp-alist): Only match
12365 BABYL... at the start of buffer, not of lines. (Bug#3790)
12366
12367 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12368 non-calendar buffers (Bug#3862). Restore "not on a date" message.
12369 (cal-menu-context-mouse-menu): Doc fix.
12370
12371 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12372
12373 * simple.el (mail-user-agent): Doc fix. Set :version tag.
12374
12375 2009-07-18 Juri Linkov <juri@jurta.org>
12376
12377 * info.el: Virtual Info keyword finder.
12378 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12379 (Info-finder-file): New variable.
12380 (Info-finder-find-file): New function.
12381 (finder-known-keywords, finder-package-info)
12382 (find-library-name, lm-commentary): Use defvar and
12383 declare-function to silence compiler warnings.
12384 (Info-finder-find-node): New function.
12385 (info-finder): New command.
12386
12387 * subr.el (process-kill-buffer-query-function): New function.
12388 (add-hook)<kill-buffer-query-functions>: Add hook
12389 `process-kill-buffer-query-function'.
12390
12391 2009-07-18 Alan Mackenzie <acm@muc.de>
12392
12393 * progmodes/cc-mode.el (c-before-hack-hook)
12394 (c-postprocess-file-styles): Give invocation of `c-set-style'
12395 DONT-OVERRIDE parameter of t. Already set style variables will
12396 thus not be overridden by style settings given by `c-file-syle'.
12397
12398 * files.el (hack-local-variables-filter): Remove entries with
12399 duplicate keys from `file-local-variables-alist'.
12400
12401 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12402
12403 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12404 x-set-selection if display-selections-p returns nil for the
12405 current frame.
12406
12407 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
12408
12409 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12410
12411 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12412
12413 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12414 Accept nil in addition to a regexp.
12415 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12416 Accept nil in addition to a regexp.
12417 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12418 buffers that have an associated file. Handle nil values of
12419 desktop-buffers-not-to-save and desktop-files-not-to-save.
12420 (Bug#3833)
12421
12422 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12423 (x-disown-selection-internal): New functions.
12424
12425 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
12426
12427 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12428 warning.
12429 (gdb-breakpoints-header): Move forward to avoid compiler warning.
12430 (gdb-make-header-line-mouse-map): Remove duplicate definition.
12431
12432 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
12433
12434 * simple.el (set-mark): Revert last change.
12435
12436 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
12437
12438 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12439 rendering of pngs is not possible instead of messaging a long
12440 description.
12441
12442 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
12443
12444 * w32-fns.el (x-selection-owner-p): New function.
12445
12446 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12447 (mouse-yank-at-click, mouse-yank-primary): If
12448 select-active-regions is non-nil, deactivate the mark before
12449 insertion.
12450
12451 * simple.el (deactivate-mark, set-mark): Only save selection if we
12452 own it.
12453
12454 2009-07-17 Kenichi Handa <handa@m17n.org>
12455
12456 * case-table.el (describe-buffer-case-table): Fix for the case
12457 that KEY is a cons.
12458
12459 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12460
12461 * vc-rcs.el (vc-rcs-find-file-hook):
12462 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12463
12464 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
12465
12466 * net/tramp.el (tramp-wait-for-output): Handle the case when
12467 commands do not return a newline but a null byte before the shell
12468 prompt. (Bug#3858)
12469
12470 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12471
12472 * term/ns-win.el (ns-set-alpha): Don't declare.
12473 (ns-set-background-alpha): Remove function.
12474
12475 2009-07-16 Kevin Ryde <user42@zip.com.au>
12476
12477 * emacs-lisp/copyright.el (copyright-update): Save match-data across
12478 y-or-n-p, for safety.
12479
12480 2009-07-16 Richard Stallman <rms@gnu.org>
12481
12482 * files.el (auto-save-mode): If buffer-saved-size is -2,
12483 don't clobber it.
12484
12485 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12486 (rmail-retry-ignored-headers): Add more uninteresting fields.
12487
12488 2009-07-15 Jari Aalto <jari.aalto@cante.net>
12489
12490 * net/rcirc.el (rcirc): Use history variables.
12491 (rcirc-server-name-history, rcirc-nick-name-history)
12492 (rcirc-server-port-history): New variables.
12493
12494 2009-07-15 Kenichi Handa <handa@m17n.org>
12495
12496 * international/mule-cmds.el (set-language-environment-charset):
12497 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12498 ignore them.
12499
12500 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12501 Delete unibyte-display.
12502
12503 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12504
12505 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12506
12507 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12508
12509 * simple.el (deactivate-mark): Optional argument FORCE.
12510 (set-mark): Use deactivate-mark.
12511
12512 * info.el (Info-search): No need to check transient-mark-mode
12513 before calling deactivate-mark.
12514
12515 * select.el (x-set-selection): Doc fix.
12516 (x-valid-simple-selection-p): Allow buffer values.
12517 (xselect--selection-bounds): Handle buffer values. Suggested by
12518 David De La Harpe Golden.
12519
12520 * mouse.el (mouse-set-region, mouse-drag-track): Call
12521 copy-region-as-kill before setting the mark, to let
12522 select-active-regions work.
12523
12524 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
12525
12526 * simple.el (deactivate-mark): If select-active-regions is
12527 non-nil, copy the selection data into a string.
12528 (activate-mark): If select-active-regions is non-nil, set the
12529 selection to the current buffer.
12530 (set-mark): Update selection if select-active-regions is non-nil.
12531
12532 * select.el (x-valid-simple-selection-p): Allow buffer values.
12533
12534 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12537 and more featureful message-mode.
12538
12539 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
12540
12541 * select.el (x-set-selection): Doc fix.
12542 (x-valid-simple-selection-p): Disallow selection data consisting
12543 of a list or cons of integers, since that is not used.
12544 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12545 (xselect-convert-to-string, xselect-convert-to-length)
12546 (xselect-convert-to-filename, xselect-convert-to-charpos)
12547 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12548
12549 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12550
12551 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12552 output in -break-info command (Emacs bug #3794).
12553
12554 2009-07-14 Glenn Morris <rgm@gnu.org>
12555
12556 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12557 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12558 (edebug-print-length, edebug-print-level, edebug-print-circle)
12559 (edebug-sit-for-seconds, edebug-view-outside)
12560 (edebug-bounce-point, edebug-set-global-break-condition)
12561 (edebug-Go-nonstop-mode, edebug-trace-mode)
12562 (edebug-Trace-fast-mode, edebug-continue-mode)
12563 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12564 (edebug-visit-eval-list): Doc fixes.
12565
12566 * subr.el (def-edebug-spec): Doc fix.
12567
12568 2009-07-14 Kenichi Handa <handa@m17n.org>
12569
12570 * international/characters.el: Fix setting of category ?C.
12571
12572 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12573
12574 * term/ns-win.el (x-select-font): defalias x-select-font to
12575 ns-popup-font-panel instead of generate-fontset-menu.
12576
12577 2009-07-12 Eli Zaretskii <eliz@gnu.org>
12578
12579 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
12580
12581 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12582
12583 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12584 the PK\003\004 header (Bug#3770).
12585
12586 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12587
12588 * pcomplete.el (pcomplete-comint-setup): Check for
12589 shell-dynamic-complete-filename too.
12590
12591 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
12592
12593 * simple.el (temporary-goal-column): Change the value for
12594 line-move-visual to a cons cell.
12595 (line-move-visual): Record or set the window hscroll, if
12596 necessary (Bug#3494).
12597 (line-move-1): Handle cons value of temporary-goal-column.
12598
12599 2009-07-11 Kenichi Handa <handa@m17n.org>
12600
12601 * international/mule-diag.el (describe-character-set): Don't show
12602 width.
12603
12604 2009-07-10 Sam Steingold <sds@gnu.org>
12605
12606 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12607 Omake sometimes indents the errors it prints, so allow all
12608 regexps to start with spaces.
12609
12610 2009-07-10 Eli Zaretskii <eliz@gnu.org>
12611
12612 * cus-edit.el (customize-changed-options-previous-release):
12613 Bump value to 22.1. (Bug#3804)
12614
12615 2009-07-08 Sam Steingold <sds@gnu.org>
12616
12617 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12618 to be a cons cell (test . ignored-directory) to selectively ignore
12619 some directories depending on the location of the search.
12620
12621 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12622
12623 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12624 remote user is root, on the local host.
12625 (tramp-local-host-p): Either the local user or the remote user
12626 must be root. (Bug#3771)
12627
12628 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12629
12630 * progmodes/gdb-mi.el (gdb): Remove description of
12631 gdb-use-separate-io-buffer.
12632 (menu): Don't allow toggling of or enable
12633 gdb-use-separate-io-buffer from menubar.
12634
12635 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12636
12637 * mail/unrmail.el (unrmail): Make sure the message ends with two
12638 newlines (Bug#3769).
12639
12640 2009-07-08 Glenn Morris <rgm@gnu.org>
12641
12642 * calendar/calendar.el (calendar-current-date): Rework previous change.
12643
12644 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12645
12646 * calendar/calendar.el (calendar-current-date):
12647 Add an optional argument giving an offset from today.
12648
12649 2009-07-08 Glenn Morris <rgm@gnu.org>
12650
12651 * tutorial.el (tutorial--describe-nonstandard-key):
12652 Adjust the message for when a key has been unbound.
12653 (help-with-tutorial): Hide the arch-tag.
12654
12655 2009-07-08 Kenichi Handa <handa@m17n.org>
12656
12657 * international/fontset.el (setup-default-fontset): For each
12658 script, append (not set) font-specs.
12659
12660 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12661 docstring.
12662
12663 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12664
12665 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12666 -data-list-register-names to ...
12667 (gdb-starting): ... here because GDB 7.0 requires execution to
12668 have started when using this MI command.
12669 (gdb-set-header): New function to distinguish select and
12670 unselected tabs in gdb buffers.
12671 (gdb-propertize-header): New macro that uses gdb-set-header.
12672 (gdb-breakpoints-header, gdb-locals-header): Use it.
12673 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12674
12675 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12676
12677 * Makefile.in (ELCFILES): Remove fadr.elc.
12678
12679 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12680
12681 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12682 may contain frame information, so `string-match' should be used.
12683 (gdb-update): Disassembly is invalidated through
12684 `gdb-get-selected-frame'.
12685 (gdb-pad-string): New function to pad string with spaces.
12686 (gdb-invalidate-disassembly): Invalidate only if the buffer
12687 exists.
12688 (gdb-disassembly-handler-custom): Column alignment.
12689 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12690 placing new ones.
12691 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12692 end of line, too.
12693 (gdb-frame-handler): Match convention to for disassembly buffer
12694 mode name.
12695 (gdb-stack-list-frames-handler): Rewritten without regexps.
12696 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12697 not highlight breakpoints without line information.
12698 (gdb-input): Add trailing newline to command.
12699
12700 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12701 buffer properly.
12702 (gdb-breakpoints-list-handler-custom): Replacement for
12703 `gdb-break-list-handler'. Using real parser instead of regexps
12704 now.
12705 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12706 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12707 to place breakpoints.
12708 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12709 functions.
12710 (gdb-disassembly-handler-custom): Show overlay arrow.
12711 (gdb-disassembly-place-breakpoints): Show breakpoints in
12712 disassembly buffer.
12713 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12714 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12715 instead of parsing breakpoints buffer. Fixed old menu references
12716 in `gud-menu-map'.
12717
12718 * fadr.el: Remove.
12719
12720 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12721 (gdb-memory-address): New variable which holds top address of
12722 memory page shown in memory buffer.
12723 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
12724 customization variables.
12725 New functions:
12726 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12727 display the memory buffer.
12728 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12729 buffer display parameters.
12730 (def-gdb-memory-format, gdb-memory-format-binary)
12731 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12732 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12733 Functions for setting memory buffer format.
12734 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12735 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12736 unit size used in memory buffer.
12737 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
12738 to next/previous page of memory buffer.
12739 Now using (bindat-get-field) instead of fadr functions.
12740
12741 2009-07-07 Sam Steingold <sds@gnu.org>
12742
12743 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12744 non-top-level files.
12745
12746 2009-07-07 Kenichi Handa <handa@m17n.org>
12747
12748 * international/mule-cmds.el (reset-language-environment): Put
12749 the highset priority to the charset iso-8859-1.
12750
12751 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12752
12753 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12754 to the end of the line when locating the block (Bug#700).
12755
12756 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12757
12758 * net/tramp.el (tramp-handle-write-region): Flush file properties
12759 in case of short track.
12760
12761 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12762
12763 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12764 Coded custom representation of verilog error regular expressions
12765 to work with Emacs-22's new format.
12766 (verilog-error-regexp-xemacs-alist): Coded custom representation
12767 of verilog error regular expressions to work with XEmacs format.
12768 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12769 error recognition into XEmacs.
12770 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12771 error recognition into Emacs-22.
12772
12773 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12774
12775 * woman.el: Remove stand-alone closing parentheses.
12776 (woman-file-name, woman2-format-paragraphs)
12777 (woman-leave-blank-lines): Code cleanup.
12778 (woman-use-own-frame): Change default to nil.
12779 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
12780 defaults to inherit from default faces.
12781 (woman2-process-escapes): Consume the newline after a stand-alone
12782 filler character (Bug#3651).
12783
12784 2009-07-06 Glenn Morris <rgm@gnu.org>
12785
12786 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12787 (top-level): Move provide to the end.
12788 (ffap): Remove defunct URL from custom group.
12789
12790 * subr.el (eval-after-load): Doc fix.
12791
12792 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12793
12794 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12795 `calc-embedded-word' is called twice.
12796
12797 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * files.el (find-alternate-file-other-window, find-alternate-file):
12800 Obey confirm-nonexistent-file-or-buffer.
12801
12802 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12803
12804 * dired-aux.el (dired-show-file-type): Handle remote files.
12805
12806 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12807
12808 * desktop.el (desktop-globals-to-save):
12809 Add file-name-history (Bug#2750).
12810
12811 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12812
12813 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12814
12815 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12816
12817 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12818 property on entire argument since this is what eshell-lisp-command
12819 expects.
12820
12821 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12822
12823 * net/tramp-gvfs.el (tramp-gvfs-methods)
12824 (tramp-gvfs-zeroconf-domain)
12825 (tramp-bluez-discover-devices-timeout): Add version flag.
12826 (tramp-gvfs-handler-mounted-unmounted)
12827 (tramp-gvfs-connection-mounted-p): Polish handling of
12828 incompatibilities between GVFS 0.2 and 1.0.
12829
12830 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12831
12832 * cus-start.el (all): Add make-pointer-invisible.
12833
12834 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12835
12836 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12837 formatted correctly.
12838
12839 2009-07-02 Juri Linkov <juri@jurta.org>
12840
12841 * info.el: Virtual Info files and nodes.
12842 (Info-virtual-files, Info-virtual-nodes): New variables.
12843 (Info-current-node-virtual): New variable.
12844 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12845 New functions.
12846 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12847 to check for a virtual file instead of checking a fixed list
12848 of node names.
12849 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12850 instead of ad-hoc processing of "dir" and (apropos history toc).
12851 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12852 instead of ad-hoc processing of "dir" and (apropos history toc).
12853 Reread a file when moving from a virtual node.
12854 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12855 (Info-directory-toc-nodes, Info-directory-find-file)
12856 (Info-directory-find-node): New functions.
12857 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12858 (Info-history): Move part of code to
12859 `Info-history-find-node'.
12860 (Info-history-toc-nodes, Info-history-find-file)
12861 (Info-history-find-node): New functions.
12862 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12863 (Info-toc): Move part of code to `Info-toc-find-node'.
12864 (Info-toc-find-node): New function.
12865 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12866 the current Info file name to references because now the node
12867 "*TOC*" belongs to the same Info manual.
12868 (Info-toc-build): Rename from `Info-build-toc'.
12869 (Info-toc-nodes): Rename input argument `file' to `filename'.
12870 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12871 instead of ad-hoc processing of ("dir" apropos history toc).
12872 (Info-index-nodes): Use Info-virtual-file-p
12873 to check for a virtual file instead of checking a fixed list
12874 of node names.
12875 (Info-index-node): Add check for `Info-current-node-virtual'.
12876 Raise `save-match-data' higher up the tree to contain
12877 `search-forward' too (bug fix).
12878 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12879 (Info-virtual-index-nodes): New variable.
12880 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12881 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12882 (Info-apropos-file, Info-apropos-nodes): New variables.
12883 (Info-apropos-toc-nodes, Info-apropos-find-file)
12884 (Info-apropos-find-node, Info-apropos-matches): New functions.
12885 (info-apropos): Move part of code to `Info-apropos-find-node' and
12886 `Info-apropos-matches'.
12887 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12888 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12889 for a virtual file instead of checking a fixed list of node names.
12890
12891 * simple.el (async-shell-command): New command.
12892
12893 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12894
12895 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12896 instead of `mount-info'.
12897
12898 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12899
12900 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12901 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12902
12903 2009-07-02 Kenichi Handa <handa@m17n.org>
12904
12905 * international/mule.el (set-keyboard-coding-system): Force *-unix
12906 coding-system to avoid eol conversion.
12907
12908 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12909
12910 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12911 Add handler for `process-file', `shell-command' and
12912 `start-file-process'.
12913 (tramp-gvfs-handle-shell-command)
12914 (tramp-gvfs-handle-start-file-process)
12915 (tramp-gvfs-handle-process-file): New defuns.
12916 (tramp-synce-list-devices): Simplify check for existence of property.
12917
12918 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12919
12920 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12921
12922 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12923
12924 * language/korean.el (set-language-info-alist): Add korean-cp949,
12925 cp949 to spec.
12926
12927 2009-07-01 Kenichi Handa <handa@m17n.org>
12928
12929 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12930
12931 * international/encoded-kb.el: Deleted.
12932
12933 * international/mule.el (set-keyboard-coding-system): Perform the
12934 necessary setup here instead of calling encoded-kbd-setup-display.
12935
12936 2009-07-01 Glenn Morris <rgm@gnu.org>
12937
12938 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12939
12940 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12941
12942 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12943
12944 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12945
12946 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12947 Handle also the 'rename case, when setting file modes. (Bug#3712)
12948 (tramp-default-file-modes): Remove execute permissions.
12949
12950 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12951 (top): Add a default for "synce" in `tramp-default-user-alist'.
12952 Add completion function for "synce" method.
12953 (tramp-hal-service, tramp-hal-path-manager)
12954 (tramp-hal-interface-manager, tramp-hal-interface-device):
12955 New defconst.
12956 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12957 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12958 New defuns.
12959
12960 * net/trampver.el: Update release number.
12961
12962 2009-06-30 Kenichi Handa <handa@m17n.org>
12963
12964 * international/fontset.el (setup-default-fontset): Add CJK fonts
12965 for symbols and the other miscellaneous characters.
12966
12967 * language/korea-util.el (setup-korean-environment-internal):
12968 Make char-width-table suitable for Korean environments.
12969 (exit-korean-environment): Cancel above.
12970
12971 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12972 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12973 setup-function to make char-width-table suitable for respective
12974 environments, and an exit-function to cancel that.
12975
12976 * language/japan-util.el (setup-japanese-environment-internal):
12977 Call use-cjk-char-width-table with arg `ja_JP'.
12978
12979 * international/characters.el (cjk-char-width-table): Delete it.
12980 (cjk-char-width-table-list): New variable.
12981 (use-cjk-char-width-table): New arg local-name.
12982 (use-default-char-width-table): Fix for the case that Emacs is
12983 already using the default char-width-table.
12984
12985 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12986
12987 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12988 modes mandatory. (Bug#3712)
12989
12990 2009-06-29 Alan Mackenzie <acm@muc.de>
12991
12992 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12993 correction between the visible width of TABs and their number of bytes.
12994
12995 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12996
12997 * server.el (server-buffer-done): Prevent kill-buffer from
12998 prompting by clearing the buffer modification flag (Bug#3696).
12999
13000 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
13001
13002 * progmodes/verilog-mode.el (verilog-beg-of-statement)
13003 (verilog-endcomment-reason-re): Support unique case and priority case.
13004 (verilog-basic-complete-re): Support localparam lineup.
13005 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13006 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13007 commenting.
13008 (verilog-leap-to-case-head): Now support *nested* unique &
13009 priority case statements.
13010 (verilog-auto-lineup): Make just declarations the default (as it
13011 had been).
13012 (verilog-leap-to-case-head): Support priority/unique case statements.
13013 (verilog-auto-lineup): Rework to give users radio buttons to
13014 select the various styles of automatic lineup.
13015 (verilog-error-regexp-alist): Rework to support the XEmacs style
13016 of error regular expressions from compilers, lint tools &
13017 simulators. Note that GNU Emacs has made it impossible for a mode
13018 to load such things.
13019 (electric-verilog-terminate-line, verilog-indent-declaration)
13020 (verilog-auto-wiure): Rework for radio button selection of
13021 auto-lineup selection of specification of auto lineup.
13022 (verilog-beg-of-statement-1): Redesign to support proper operation
13023 in additional code, based on testing with auto-lineup.
13024 (verilog-calculate-indent, assignments & declarations)
13025 (verilog-backward-token): Enhance to support auto-lineup of
13026 assignments & declarations.
13027 (verilog-in-directive-p, verilog-at-struct-p): New function for
13028 easy test of whether we are.
13029 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13030 to support safe execution at almost anyline.
13031 (verilog-calc-1): Properly support indenting deep inside generate
13032 blocks.
13033 (verilog-init-font): Remove definition & use of verilog-init-font,
13034 as it is redundant with font-lock-defaults.
13035 (verilog-mode): Alter the definition of verilog-font-lock-defaults
13036 to avoid circular calls if syntax-ppss is a function (as is the
13037 case now in 22.x GNU Emacs) as that function would sometimes call
13038 itself, leading to (nearly) infinite recursion.
13039 (verilog-ovm-begin-re, verilog-ovm-end-re)
13040 (verilog-ovm-statement-re, verilog-leap-to-head)
13041 (verilog-backward-token): Add support for OVM macros. Some are
13042 complete statements, and others open and close scopes like begin
13043 and end.
13044 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13045 (verilog-defun-level-generate-only-re): Really fix the defun-list
13046 compilation issue.
13047 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13048 coverpoint, constraint and cross statements.
13049 (verilog-defun-level-list, verilog-generate-defun-level-list)
13050 (verilog-all-defun-level-list): Redo these specifications - it is
13051 too hard to support eval-when compile aggregation of lists also
13052 built at when-compile time.
13053 (verilog-defun-level-list): Place defconsts of variables used in
13054 building regular expressions which are built in eval-when-compile
13055 bodies in the same eval-when-compile body to facilitate compile
13056 without load.
13057 (verilog-beg-block-re-ordered): Support indenting
13058 virtual/protected tasks and functions.
13059 (verilog-defun-level-list, verilog-in-generate-region-p)
13060 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13061 indentation of some module items (generate items).
13062 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13063 across virtual/protected tasks and functions.
13064
13065 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13066
13067 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13068 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
13069 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13070 in concatenations. Reported by Yishay Belkind.
13071 (verilog-auto-ascii-enum): Support one-hot state machines in
13072 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13073 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13074 modport in AUTOINST and add vl-modport for users. Reported by
13075 David Rogoff.
13076 (verilog-auto-inout-module, verilog-auto-inst)
13077 (verilog-decls-get-interfaces, verilog-insert-definition)
13078 (verilog-insert-one-definition, verilog-read-decls)
13079 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13080 (verilog-sig-modport, verilog-signals-combine-bus)
13081 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13082 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13083 Suggested by David Rogoff.
13084 (verilog-repair-open-comma): Fix non-insertion of comma when
13085 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13086 (verilog-make-width-expression): Simplify [A-1:0] expression
13087 widths to just {A{1'b0}}.
13088 (verilog-mode): Cleanup checkdoc warnings.
13089 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13090 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13091 inputs/outputs or data type. Suggested by Vasu Kandadi.
13092 (next-error-last-buffer): Fix byte-compiler warning.
13093 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13094 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13095 or shell command text during AUTO expansion. Suggested by Tad Truex.
13096 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13097 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13098 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13099 in AUTOINOUT. Reported by Matthew Lovell.
13100 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13101 causing use of <= assignments. Reported by Alex Reed.
13102 (verilog-read-decls): Fix triand, trior, wand, wor to be
13103 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13104 (verilog-extended-complete-re): Support import "DPI-C" functions.
13105 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13106 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
13107 (verilog-insert-date, verilog-insert-year)
13108 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13109 Windows systems. Reported by Michael Potts.
13110 (verilog-read-module-name): Fix AUTOINST when the child module
13111 declaration's name is a tick define. Reported by Elliot Mednick.
13112 (verilog-read-decls): Fix V2K parameter bit subscripts getting
13113 passed to next parameter's definition. Reported by Bruce T.
13114 (verilog-read-decls): Fix detecting "parameter int" when using
13115 AUTOINSTPARAM. Reported by Bruce T.
13116 (verilog-goto-defun): Fix goto not finding modules unless first
13117 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
13118 (verilog-mode): Expand -f flag arguments on entry to mode so
13119 verilog-goto-defun will work. Reported by Lawrence Butcher.
13120 (verilog-getopt): Expand environment variables in -f file
13121 arguments. Suggested by Lawrence Butcher.
13122 (verilog-set-define): Fix "Symbol's value as variable is void"
13123 when reading enumerations.
13124 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13125 Suggested by Stephen Peltan.
13126 (verilog-read-defines): Fix reading of enumerations in include
13127 files. Reported by Steve Peltan.
13128
13129 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13130
13131 * files.el (trash-directory): Fix defcustom type.
13132
13133 2009-06-28 Juri Linkov <juri@jurta.org>
13134
13135 * help-fns.el (describe-function-1): Correctly locate adviced
13136 functions in hyperlink (Bug#2438).
13137
13138 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
13139
13140 * files.el (trash-directory): Change default to nil.
13141 (move-file-to-trash): If trash-directory is nil and
13142 system-move-file-to-trash is unbound, perform freedesktop-style
13143 trashing.
13144
13145 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13146
13147 * files.el (move-file-to-trash): Add freedesktop trash
13148 support (Bug#973).
13149
13150 2009-06-28 Glenn Morris <rgm@gnu.org>
13151
13152 * autorevert.el (global-auto-revert-non-file-buffers)
13153 (global-auto-revert-mode): Doc fixes.
13154
13155 2009-06-27 Johan Bockgård <bojohan@gnu.org>
13156
13157 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13158
13159 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
13160
13161 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13162 opened an X connection before calling x-get-resource (Bug#3194).
13163
13164 * play/doctor.el: Remove reference to obsolete website.
13165 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13166
13167 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13168
13169 Remove find-file-not-found-hook VC method. (Bug#2757)
13170 * vc-hooks.el (vc-file-not-found-hook)
13171 (vc-default-find-file-not-found-hook): Remove functions.
13172 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13173 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13174 * vc.el:
13175 * vc-hg.el:
13176 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13177
13178 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13179
13180 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13181 compatibility function for `looking-back'.
13182
13183 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13184 Use `ispell-looking-back'.
13185
13186 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
13187
13188 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13189 rather than `filename'.
13190
13191 2009-06-23 Miles Bader <miles@gnu.org>
13192
13193 * face-remap.el (text-scale-set): New function.
13194
13195 2009-06-23 Glenn Morris <rgm@gnu.org>
13196
13197 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13198
13199 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13200
13201 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13202
13203 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13204
13205 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13206 Simplify Persian conditionals.
13207
13208 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13209 variable `filename'.
13210
13211 * comint.el (comint-insert-input): Doc fix.
13212
13213 * Makefile.in (ELCFILES): Fix typo in previous change.
13214
13215 2009-06-23 Miles Bader <miles@gnu.org>
13216
13217 * cus-start.el: Add entry for `recenter-redisplay'.
13218
13219 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13220
13221 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13222 Add an optional argument for the backend, use it instead of
13223 calling vc-backend.
13224 (vc-mode-line): Add an optional argument for the backend.
13225 Pass the backend to vc-state and vc-working-revision. Move code for
13226 special handling for vc-state being a buffer to ...
13227
13228 * vc-rcs.el (vc-rcs-find-file-hook):
13229 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13230
13231 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13232 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13233 vc-stay-local-p and vc-mode-line calls.
13234
13235 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13236 (vc-cvs-diff, vc-cvs-annotate-command)
13237 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13238 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13239 vc-mode-line calls.
13240
13241 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13242 direct comparison.
13243 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13244 backend when calling vc-mode-line.
13245 (vc-register): Do not create a closure for calling the vc register
13246 function, call it directly.
13247
13248 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13249
13250 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13251 to make it obvious item can be clicked.
13252
13253 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13254
13255 2009-06-23 Kenichi Handa <handa@m17n.org>
13256
13257 * language/korea-util.el (korean-key-bindings): Change the binding
13258 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
13259 same command.
13260
13261 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
13262
13263 Sync with Tramp 2.1.16.
13264
13265 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13266
13267 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
13268 when a loading of a package fails. Completion function for rsync
13269 is `tramp-completion-function-alist-ssh'.
13270 (all): Replace all calls of `split-string' and
13271 `tramp-split-string' by `tramp-compat-split-string'.
13272 (tramp-default-method): Use `tramp-compat-process-running-p'.
13273 (tramp-default-proxies-alist): Allow also Lisp forms.
13274 (tramp-remote-path): Add choice "Private Directories".
13275 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13276 (tramp-domain-regexp): Allow also "-", "_" and ".".
13277 (tramp-end-of-output): Remove newlines, and add "$" at the end.
13278 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13279 (tramp-debug-message): Insert header line in debug buffer.
13280 (tramp-handle-directory-files-and-attributes-with-stat):
13281 Care about filenames with spaces, or starting with "-".
13282 (tramp-handle-dired-uncache): New defun.
13283 (tramp-handle-insert-directory): Don't flush the directory from
13284 cache, this is handled by `dired-uncache' now.
13285 (tramp-handle-insert-file-contents): Improve error handling.
13286 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13287 Quote `tramp-end-of-output'.
13288 (tramp-action-password): Improve trace message.
13289 (tramp-check-for-regexp): Both echoes must be present, before removing.
13290 (tramp-open-connection-setup-interactive-shell): Trace coding system.
13291 (tramp-compute-multi-hops): Eval cons cells of
13292 `tramp-default-proxies-alist'.
13293 (tramp-maybe-open-connection): Use the same command pattern for
13294 first hop and further hops.
13295 (tramp-wait-for-output): Remove handling of newlines.
13296 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13297 (tramp-split-string): Remove function. It is handled in
13298 tramp-compat now.
13299
13300 * net/tramp-cmds.el (tramp-bug):
13301 Recommend `tramp-cleanup-all-connections' in the bug mail.
13302
13303 * net/tramp-compat.el (tramp-compat-split-string)
13304 (tramp-compat-process-running-p): New defuns.
13305
13306 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13307 for `dired-uncache'.
13308
13309 * net/tramp-gvfs.el: New package.
13310
13311 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13312 Add handler for `dired-uncache'.
13313 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13314
13315 * net/trampver.el: Update release number. Make version check fit
13316 for SXEmacs 22.
13317
13318 2009-06-22 Jim Meyering <meyering@redhat.com>
13319
13320 Automatically handle .xz suffix (XZ-compressed files), too.
13321 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13322 XZ is the successor to LZMA: <http://tukaani.org/xz/>
13323
13324 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
13325 Nick Roberts <nickrob@snap.net.nz>
13326
13327 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13328 repository (http://sphinx.net.ru/hg/gdb-mi/).
13329
13330 2009-06-22 Glenn Morris <rgm@gnu.org>
13331
13332 * files.el (dir-locals-collect-mode-variables): Allow for any number of
13333 `mode' and `eval' entries. (Bug#3430)
13334
13335 * Makefile.in (ELCFILES): Add fadr.elc.
13336
13337 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13338 differing behavior of \n and ^ in strings. (Bug#3385)
13339
13340 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13341
13342 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13343 property.
13344 (lisp-indent-function): Make it a defcustom.
13345
13346 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
13347
13348 * progmodes/gdb-ui.el: Replace with ...
13349 * progmodes/gdb-mi.el: ... this file.
13350 * progmodes/gud.el: Modify for gdb-mi.el.
13351
13352 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
13353
13354 * fadr.el: New file.
13355
13356 See ChangeLog.14 for earlier changes.
13357
13358 ;; Local Variables:
13359 ;; coding: utf-8
13360 ;; End:
13361
13362 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
13363
13364 This file is part of GNU Emacs.
13365
13366 GNU Emacs is free software: you can redistribute it and/or modify
13367 it under the terms of the GNU General Public License as published by
13368 the Free Software Foundation, either version 3 of the License, or
13369 (at your option) any later version.
13370
13371 GNU Emacs is distributed in the hope that it will be useful,
13372 but WITHOUT ANY WARRANTY; without even the implied warranty of
13373 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13374 GNU General Public License for more details.
13375
13376 You should have received a copy of the GNU General Public License
13377 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13378
13379 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1