* isearch.el (isearch-update-post-hook): New hook.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-05-20 Mark A. Hershberger <mah@everybody.org>
2
3 * isearch.el (isearch-update-post-hook): New hook.
4 (isearch-update): Use the new hook. (Bug#6225)
5
6 2010-05-20 Juri Linkov <juri@jurta.org>
7
8 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
9 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10 (Bug#6222)
11
12 2010-05-20 Juri Linkov <juri@jurta.org>
13
14 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
15 (Bug#6223)
16
17 2010-05-20 Juri Linkov <juri@jurta.org>
18
19 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
20 FILE-NAME to read from the minibuffer when called interactively
21 with prefix argument instead of using buffer-file-name.
22 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
23
24 * dired.el: Update autoloads.
25
26 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
27
28 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
29 nxml-finish-element, for consistency with SGML mode.
30
31 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
32 octave-close-block.
33
34 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
35
36 * composite.el: Require cl when compiling.
37 (reference-point-alist, compose-gstring-for-graphic)
38 (compose-gstring-for-terminal): Fix typos in docstrings.
39
40 2010-05-19 Juri Linkov <juri@jurta.org>
41
42 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
43 set-window-parameter.
44
45 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
46
47 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
48 where appropriate.
49 (tramp-maybe-open-connection): Use it.
50
51 2010-05-19 Eli Zaretskii <eliz@gnu.org>
52
53 * simple.el (move-end-of-line): Make sure we are at line beginning
54 before backing up to end of previous line.
55
56 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
57
58 * password-cache.el (password-cache-remove): Fix docstring.
59
60 * net/secrets.el: Autoload the widget functions.
61 (secrets-search-items, secrets-create-item)
62 (secrets-get-attributes, secrets-expand-item): Attributes will be
63 stored on the password database without leading ":", as all other
64 clients do as well.
65 (secrets-mode): Fix docstring.
66 (secrets-show-secrets): Provide it as autoloaded command only when
67 D-Bus support is available. Check existence of Secret Service API.
68
69 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * indent.el (indent-region): Deactivate region (bug#6200).
72
73 2010-05-19 Glenn Morris <rgm@gnu.org>
74
75 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
76
77 2010-05-19 Kenichi Handa <handa@m17n.org>
78
79 * composite.el: Register compose-gstring-for-graphic in
80 composition-function-table only for combining characters (Mn, Mc, Me).
81
82 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
83
84 * calc/calc-trail.el (calc-trail-isearch-forward)
85 (calc-trail-isearch-backward): Ensure that the new window
86 point is set correctly.
87
88 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * subr.el (read-quoted-char): Resolve modifiers after key
91 remapping (bug#6212).
92
93 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
94
95 Add visualization code for secrets.
96 * net/secrets.el (secrets-mode): New major mode.
97 (secrets-show-secrets, secrets-show-collections)
98 (secrets-expand-collection, secrets-expand-item)
99 (secrets-tree-widget-after-toggle-function)
100 (secrets-tree-widget-show-password): New defuns.
101
102 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
105 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
106 handled in smie-next-sexp.
107 (smie-indent-calculate): Provide a starting indentation (so the
108 recursion is well-founded ;-).
109
110 Fix handling of non-associative equal levels.
111 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
112 when it's not needed.
113 (smie-op-left, smie-op-right): New functions.
114 (smie-next-sexp): New function, extracted from smie-backward-sexp.
115 Better handle equal levels to distinguish the associative case from
116 the "multi-keyword construct" case.
117 (smie-backward-sexp, smie-forward-sexp): Use it.
118
119 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
120
121 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
122
123 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
124 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
125
126 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 Provide a simple generic indentation engine and use it for Prolog.
129 * emacs-lisp/smie.el: New file.
130 * progmodes/prolog.el (prolog-smie-op-levels)
131 (prolog-smie-indent-rules): New var.
132 (prolog-mode-variables): Use them to configure SMIE.
133 (prolog-indent-line, prolog-indent-level): Remove.
134
135 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
136
137 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
138 order before computing the averages.
139
140 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
141
142 * calc/calc-vec.el (calc-histogram):
143 (calcFunc-histogram): Allow vectors as inputs.
144 (math-vector-avg): New function.
145
146 * calc/calc-ext.el (math-group-float): Have the number of digits
147 being grouped depend on the radix (Bug#6189).
148
149 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
150
151 * version.el (emacs-copyright, emacs-version): Don't define here,
152 now that emacs.c defines it.
153
154 2010-05-15 Eli Zaretskii <eliz@gnu.org>
155
156 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
157 "Describe Language Environment" menu item.
158
159 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
160
161 Bidi-sensitive movement with arrow keys.
162 * subr.el (right-arrow-command, left-arrow-command): New functions.
163
164 * bindings.el (global-map): Bind them to right and left arrow keys.
165
166 Don't override standard definition of convert-standard-filename.
167 * files.el (convert-standard-filename): Call
168 w32-convert-standard-filename and dos-convert-standard-filename on
169 the corresponding systems.
170
171 * w32-fns.el (w32-convert-standard-filename): Rename from
172 convert-standard-filename. Doc fix.
173
174 * dos-fns.el (dos-convert-standard-filename): Doc fix.
175 (convert-standard-filename): Don't defalias.
176 (register-name-alist, make-register, register-value)
177 (set-register-value, intdos): Obsolete aliases for the
178 corresponding dos-* functions and variables.
179 (dos-intdos): Add a doc string.
180
181 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
182
183 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
184 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
185 (math-compose-tex-func):
186 * calc/calccomp.el (math-compose-expr):
187 * calc/calc-ext.el (math-format-flat-expr-fancy):
188 * calc/calc-store.el (calc-read-var-name):
189 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
190
191 * calc/calc.el (var-π, var-φ, var-γ): New variables.
192 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
193 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
194 (math-standard-units): Add units.
195
196 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * progmodes/asm-mode.el (asm-mode):
199 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
200
201 * pcomplete.el (pcomplete-completions-at-point): New function,
202 extracted from pcomplete-std-complete.
203 (pcomplete-std-complete): Use it.
204
205 2010-05-15 Glenn Morris <rgm@gnu.org>
206
207 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
208 Remove references to CVS, RCS and Old directories.
209
210 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
211
212 * calc/calc-bin.el (math-format-twos-complement): Group digits when
213 appropriate.
214
215 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
218 (sh-mode-syntax-table): Give it a default value instead.
219 (sh-header-marker): Make buffer-local.
220 (sh-mode): Move make-local-variable to the corresponding setq.
221 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
222 Use complete-with-action.
223
224 * simple.el (prog-mode): New (abstract) major mode.
225 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
226 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
227
228 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
229
230 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
231 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
232 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
233 (sql-make-alternate-buffer-name, sql-placeholders-filter)
234 (sql-escape-newlines-filter, sql-input-sender)
235 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
236
237 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
238
239 Add TeX open-block and close-block keybindings to SGML, and vice versa.
240
241 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
242 latex-open-block and C-c / to latex-close-block.
243
244 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
245 and C-c C-e to sgml-close-tag.
246
247 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
248
249 * net/tramp.el (with-progress-reporter): Create reporter object
250 only when the message would be displayed. Handle nested calls.
251 (tramp-handle-load, tramp-handle-file-local-copy)
252 (tramp-handle-insert-file-contents, tramp-handle-write-region)
253 (tramp-maybe-send-script, tramp-find-shell):
254 Use `with-progress-reporter'.
255 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
256 Fix message text.
257
258 * net/tramp-smb.el (tramp-smb-handle-copy-file)
259 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
260 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
261 Use `with-progress-reporter'.
262
263 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
264
265 * ispell.el (ispell-init-process): Do not kill ispell process
266 everytime when spellchecking from the minibuffer (bug#6143).
267
268 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
271
272 * dos-fns.el: Add "dos-" prefix for namespace control.
273 (convert-standard-filename): Define as alias for
274 dos-convert-standard-filename but only if applicable.
275
276 2010-05-12 Alan Mackenzie <acm@muc.de>
277
278 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
279 Push the mark at the start of these functions when appropriate.
280
281 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * minibuffer.el (completion-cycle-threshold): New custom var.
284 (completion--do-completion): Use it.
285 (minibuffer-complete): Use cycling if appropriate.
286
287 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
288
289 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
290 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
291
292 2010-05-11 Juri Linkov <juri@jurta.org>
293
294 * scroll-all.el (scroll-all-check-to-scroll):
295 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
296
297 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * iimage.el (iimage-mode-map): Move initialization into declaration.
300 (iimage-mode-buffer): Use with-silent-modifications.
301 Simplify calling convention. Adjust callers.
302 (iimage-mode): Don't run hook redundantly.
303
304 * minibuffer.el (completion-pcm--pattern->regex):
305 Fix last change (bug#6160).
306
307 2010-05-10 Juri Linkov <juri@jurta.org>
308
309 Remove nodes visited during Isearch from the Info history.
310 * info.el (Info-isearch-initial-history)
311 (Info-isearch-initial-history-list): New variables.
312 (Info-isearch-start): Record initial values of
313 Info-isearch-initial-history and Info-isearch-initial-history-list.
314 Add Info-isearch-end to isearch-mode-end-hook.
315 (Info-isearch-end): New function.
316
317 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
318
319 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
320 format string, in order to work around a bug in pdksh.
321 Reported by Gilles Pion <gpion@lfdj.com>.
322 (tramp-handle-verify-visited-file-modtime): Do not send a command
323 when the connection is not established.
324 (tramp-handle-set-file-times): Simplify the check for utc.
325
326 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
327
328 Fix use of `filter-buffer-substring' (rework previous change).
329 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
330 (cua-repeat-replace-region):
331 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
332 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
333 (cua-cut-region-to-global-mark): Use it.
334
335 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
336
337 * progmodes/sql.el: Version 2.1.
338 (sql-product-alist): Redesign structure of product info.
339 (sql-product, sql-user, sql-server, sql-database): Safe variables.
340 (sql-port, sql-port-history): New variables.
341 (sql-interactive-product): New variable.
342 (sql-send-terminator): New variable.
343 (sql-imenu-generic-expression): Add "Types" imenu entry.
344 (sql-oracle-login-params, sql-sqlite-login-params)
345 (sql-mysql-login-params, sql-solid-login-params)
346 (sql-sybase-login-params, sql-informix-login-params)
347 (sql-ingres-login-params, sql-ms-login-params)
348 (sql-postgres-login-params, sql-interbase-login-params)
349 (sql-db2-login-params, sql-linter-login-params)
350 (sql-oracle-scan-on): New variables.
351 (sql-mode-map): Add C-c C-i to start interactive mode.
352 (sql-mode-menu): Update existing menu entries.
353 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
354 (sql-mode-oracle-font-lock-keywords)
355 (sql-mode-postgres-font-lock-keywords)
356 (sql-mode-ms-font-lock-keywords)
357 (sql-mode-sybase-font-lock-keywords)
358 (sql-mode-informix-font-lock-keywords)
359 (sql-mode-interbase-font-lock-keywords)
360 (sql-mode-ingres-font-lock-keywords)
361 (sql-mode-solid-font-lock-keywords)
362 (sql-mode-mysql-font-lock-keywords)
363 (sql-mode-sqlite-font-lock-keywords)
364 (sql-mode-db2-font-lock-keywords)
365 (sql-mode-linter-font-lock-keywords): Update initialization to
366 reduce run-time complexity.
367 (sql-add-product, sql-del-product): New functions.
368 (sql-set-product-feature, sql-get-product-feature): New functions.
369 (sql-product-font-lock): Update product API.
370 (sql-add-product-keywords): New function.
371 (sql-highlight-product): Update product API.
372 (sql-help-list-products): New function.
373 (sql-help): Dynamically lists free and non-free products.
374 (sql-get-login): Correct bug in handling history and added
375 prompt for port.
376 (sql-copy-column): Copy without properties.
377 (sqli-input-sender): Apply filters to SQLi input.
378 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
379 Implement as a filter.
380 (sql-escape-newlines-filter): Implement as a filter.
381 (sql-remove-tabs-filter): New function.
382 (sql-send-magic-terminator): New function.
383 (sql-send-string): Implement magic terminator.
384 (sql-send-region): Use `sql-send-string'.
385 (sql-interactive-mode): Use product API.
386 (sql-product-interactive): Use product API.
387 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
388 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
389 (sql-db2, sql-linter): Use `sql-product-interactive'.
390 (sql-connect): New function.
391 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
392 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
393 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
394 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
395 Use `sql-connect'.
396
397 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
400 New custom variable.
401 (completion-pcm--string->pattern): Use it.
402 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
403 Make it handle any symbol as `any'.
404 (completion-pcm--merge-completions): Extract common suffix for the new
405 `prefix' symbol as well.
406 (completion-substring--all-completions): Use the new `prefix' symbol.
407
408 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
409
410 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
411 not bound.
412 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
413 (tramp-compat-funcall): New defmacro.
414 (tramp-compat-line-beginning-position)
415 (tramp-compat-line-end-position)
416 (tramp-compat-temporary-file-directory)
417 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
418 (tramp-compat-copy-file, tramp-compat-copy-directory)
419 (tramp-compat-delete-file, tramp-compat-delete-directory)
420 (tramp-compat-number-sequence, tramp-compat-process-running-p)
421 * net/tramp.el (top, with-progress-reporter)
422 (tramp-rfn-eshadow-setup-minibuffer)
423 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
424 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
425 (tramp-completion-mode-p, tramp-check-for-regexp)
426 (tramp-open-connection-setup-interactive-shell)
427 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
428 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
429 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
430 * net/tramp-cmds.el (tramp-cleanup-all-connections)
431 (tramp-reporter-dump-variable, tramp-load-report-modules)
432 (tramp-append-tramp-buffers)
433 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
434
435 * net/tramp-imap.el (top): Autoload `epg-make-context'.
436
437 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * progmodes/compile.el (compilation-buffer-modtime): Rename from
440 buffer-modtime. Adjust users.
441
442 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
443
444 * international/mule.el (auto-coding-alist): Only purecopy
445 car of each item, not the whole list (Bug#6083).
446
447 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
448
449 * progmodes/js.el (js-mode): Make paragraph variables local before
450 calling c-setup-paragraph-variables (Bug#6071).
451
452 2010-05-08 Eli Zaretskii <eliz@gnu.org>
453
454 * composite.el (compose-region, reference-point-alist): Fix typos
455 in the doc strings.
456
457 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
458
459 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
460 gnuplot's "set" command.
461
462 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
463
464 * abbrev.el (last-abbrev-text): Doc fix.
465 (abbrev-prefix-mark): Don't escape parenthesis.
466
467 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
468
469 * composite.el (find-composition): Doc fix.
470
471 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
472
473 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
474 (sql-oracle-program, sql-sqlite-options)
475 (sql-query-placeholders-and-send): Doc fixes.
476 (sql-set-product, sql-interactive-mode): Reflow docstrings.
477 (sql-imenu-generic-expression, sql-buffer)
478 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
479 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
480 (sql-mode-sybase-font-lock-keywords)
481 (sql-mode-informix-font-lock-keywords)
482 (sql-mode-interbase-font-lock-keywords)
483 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
484 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
485 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
486 (sql-product-feature, sql-highlight-product)
487 (comint-line-beginning-position, sql-rename-buffer)
488 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
489 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
490 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
491 Fix typos in docstrings.
492
493 2010-05-08 Juri Linkov <juri@jurta.org>
494
495 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
496 property instead of `invisible' and `after-string' (bug#5998).
497
498 2010-05-08 Juri Linkov <juri@jurta.org>
499
500 * image-mode.el (image-mode-as-text): Fix typo in docstring.
501
502 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
503
504 * filecache.el (file-cache-add-directory-list)
505 (file-cache-add-directory-recursively): Fix typos in docstrings.
506
507 2010-05-08 Kenichi Handa <handa@m17n.org>
508
509 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
510 (gujarati-composable-pattern): Fix typo.
511
512 2010-05-08 Kenichi Handa <handa@m17n.org>
513
514 * language/indian.el (oriya-composable-pattern)
515 (tamil-composable-pattern, malayalam-composable-pattern):
516 Add two-part vowels to "v" (vowel sign).
517
518 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
519
520 * files.el (copy-directory): Handle symlinks (Bug#5982).
521
522 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
523
524 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
525 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
526 (Bug#5846).
527
528 2010-05-08 Glenn Morris <rgm@gnu.org>
529
530 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
531
532 * minibuffer.el (completion-at-point): Doc fix.
533
534 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * electric.el (Electric-command-loop): Minor tweak.
537
538 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
539 better with dedicated windows.
540
541 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
542
543 * Version 23.2 released.
544
545 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
546 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 Highlight vendor specific properties.
549 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
550 (css-proprietary-property): New face.
551 (css-font-lock-keywords): Use them.
552
553 2010-05-07 Eli Zaretskii <eliz@gnu.org>
554
555 * cus-start.el (all): Add native condition for tool-bar-* symbols.
556
557 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
560 * files.el (auto-mode-alist): Remove redundant entries.
561
562 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
563 * simple.el (auto-save-mode): Move from files.el.
564 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
565
566 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
567
568 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
569
570 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
571
572 * mail/binhex.el (binhex-decode-region-internal)
573 * mail/uudecode.el (uudecode-decode-region-internal)
574 * net/dns.el (dns-read-string-name, dns-write, dns-read)
575 (dns-read-type, dns-query)
576 * pgg-parse.el (pgg-parse-armor)
577 * pgg.el (pgg-verify-region)
578 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
579 XEmacs.
580
581 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
582
583 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
584
585 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
586
587 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
588 * emulation/cua-base.el (cua-repeat-replace-region):
589 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
590 (cua-cut-region-to-global-mark):
591 Remove text properties with `set-text-properties'.
592
593 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
594
595 * net/tramp.el (top, with-progress-reporter):
596 Use `symbol-function' inside `funcall'.
597
598 * net/tramp-compat.el (tramp-compat-file-attributes)
599 (tramp-compat-delete-file, tramp-compat-delete-directory):
600 Handle only `wrong-number-of-arguments' error.
601
602 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
603 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
604 inside `funcall'.
605
606 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * minibuffer.el (completion--sreverse, completion--common-suffix):
609 New functions.
610 (completion-pcm--merge-completions): Extract common suffix when safe.
611
612 * emacs-lisp/easy-mmode.el (define-minor-mode):
613 Make :variable more flexible.
614 * files.el (auto-save-mode): Use it to define using define-minor-mode.
615
616 2010-05-05 Juri Linkov <juri@jurta.org>
617
618 Add `slow' and `history' tags to the desktop data.
619
620 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
621 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
622 (Info-finder-find-node): Require `finder.el' to be able
623 to restore node from the desktop.
624 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
625 data `Info-history' and `slow' tag in the assoc list.
626 (Info-restore-desktop-buffer): Don't restore nodes with the
627 `slow' tag. Restore `Info-history'.
628
629 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
630
631 Add FORCE argument to `delete-file'.
632
633 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
634 forcing to delete the temporary file.
635 (ange-ftp-delete-file): Add FORCE arg.
636 (ange-ftp-rename-remote-to-remote)
637 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
638 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
639 Force file deletion.
640
641 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
642
643 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
644 (tramp-handle-make-symbolic-link, tramp-handle-load)
645 (tramp-do-copy-or-rename-file-via-buffer)
646 (tramp-do-copy-or-rename-file-directly)
647 (tramp-do-copy-or-rename-file-out-of-band)
648 (tramp-handle-process-file, tramp-handle-call-process-region)
649 (tramp-handle-shell-command, tramp-handle-file-local-copy)
650 (tramp-handle-insert-file-contents, tramp-handle-write-region)
651 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
652
653 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
654 (tramp-fish-handle-make-symbolic-link)
655 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
656
657 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
658 Use `tramp-compat-delete-file'.
659
660 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
661 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
662
663 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
664 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
665
666 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
667 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
668 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
669 `tramp-compat-delete-file'.
670
671 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 Minor cleanups.
674 * subr.el (add-minor-mode): Use push.
675 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
676 * emulation/edt.el (edt-select-mode): Simplify.
677
678 Use define-minor-mode in more cases.
679 * term/tvi970.el (tvi970-set-keypad-mode):
680 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
681 (normal-erase-is-backspace-mode):
682 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
683 (set-scroll-bar-mode-1): (Re)move to its sole caller.
684 (get-scroll-bar-mode): New function.
685 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
686
687 Use define-minor-mode for less obvious cases.
688 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
689 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
690 * international/iso-ascii.el (iso-ascii-mode):
691 * frame.el (auto-raise-mode, auto-lower-mode):
692 * composite.el (global-auto-composition-mode): Use define-minor-mode.
693
694 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
695
696 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
697 in order to see error messages for failed logins.
698
699 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
700
701 * diff.el (diff-sentinel):
702
703 * epg.el (epg--make-temp-file, epg-decrypt-string)
704 (epg-verify-string, epg-sign-string, epg-encrypt-string):
705
706 * jka-compr.el (jka-compr-partial-uncompress)
707 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
708
709 * server.el (server-sentinel): Use delete-file's new FORCE arg
710 (Bug#6070).
711
712 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 Use define-minor-mode where applicable.
715 * view.el (view-mode):
716 * type-break.el (type-break-query-mode)
717 (type-break-mode-line-message-mode):
718 * textmodes/reftex.el (reftex-mode):
719 * term/vt100.el (vt100-wide-mode):
720 * tar-mode.el (tar-subfile-mode):
721 * savehist.el (savehist-mode):
722 * ibuf-ext.el (ibuffer-auto-mode):
723 * composite.el (auto-composition-mode):
724 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
725 Use define-minor-mode.
726 (vhdl-mode): Use static mode-line format.
727 (vhdl-mode-line-update): Delete.
728 (vhdl-create-mode-menu, vhdl-activate-customizations)
729 (vhdl-hs-minor-mode): Don't bother calling it.
730
731 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * simple.el (with-wrapper-hook): Move.
734 (buffer-substring-filters): Mark obsolete.
735 (filter-buffer-substring-functions): New variable.
736 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
737
738 Use a mode-line spec rather than a static string in Semantic.
739 * cedet/semantic/util-modes.el:
740 (semantic-minor-modes-format): New var to replace...
741 (semantic-minor-modes-status): Remove.
742 (semantic-mode-line-update): Construct a mode-line spec rather than
743 a static string so that mouse buttons can be used on individual minor
744 modes and so that semantic-mode-line-update only needs to be called
745 when global settings are changed.
746 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
747 Call semantic-mode-line-update.
748 (semantic-toggle-minor-mode-globally): Don't assume mode is on
749 minor-mode-alist, check semantic-minor-mode-alist as well.
750 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
751 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
752 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
753 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
754 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
755 (define-semantic-idle-service, semantic-idle-summary-mode):
756 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
757 Don't call semantic-mode-line-update any more.
758
759 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 Use define-minor-mode in CEDET where applicable.
762
763 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
764 Use define-minor-mode.
765
766 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
767 Remove unused arg `keymap' and code redundant with define-minor-mode.
768 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
769 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
770 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
771 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
772 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
773 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
774 Use define-minor-mode.
775 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
776 (semantic-show-unmatched-syntax-mode-setup)
777 (semantic-show-parser-state-mode-setup)
778 (semantic-highlight-func-mode-setup): Inline into sole caller.
779
780 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
781 (semantic-mru-bookmark-mode): Use define-minor-mode.
782 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
783
784 * cedet/semantic/idle.el (define-semantic-idle-service):
785 Use define-minor-mode and inline setup function into its sole caller.
786 (semantic-idle-scheduler-mode-setup)
787 (semantic-idle-summary-mode-setup): Inline into sole caller.
788 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
789 Use define-minor-mode.
790
791 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
792 (semantic-decoration-mode): Use define-minor-mode.
793 (semantic-decoration-mode-setup): Inline into sole caller.
794
795 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
796 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
797 (ede-dired-add-to-target): Use dolist.
798
799 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
800 Michael Albinus <michael.albinus@gmx.de>
801
802 Implement compression for inline methods.
803
804 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
805 (tramp-copy-size-limit): Allow also nil.
806 (tramp-inline-compress-commands): New defconst.
807 (tramp-find-inline-compress, tramp-get-inline-compress)
808 (tramp-get-inline-coding): New defuns.
809 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
810 replaced by `tramp-get-inline-coding'.
811 (tramp-handle-file-local-copy, tramp-handle-write-region)
812 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
813
814 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
817 Remove unused functions.
818
819 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
820 Set find-tag-default-function as a variable rather than a property.
821
822 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
823 * progmodes/etags.el (tags-completion-at-point-function):
824 Remove left over interactive spec. Add autoloading stub.
825 (complete-tag): Use tags-completion-at-point-function.
826
827 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
828
829 * minibuffer.el (tags-completion-at-point-function): Fix return value.
830
831 2010-04-30 Eli Zaretskii <eliz@gnu.org>
832
833 * composite.el (compose-region, reference-point-alist): Fix typos
834 in the doc strings.
835
836 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
837
838 * ido.el (ido-init-completion-maps): Remove C-v binding.
839 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
840
841 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
842
843 * minibuffer.el (tags-completion-at-point-function): New function.
844 (completion-at-point-functions): Use it.
845
846 * cedet/semantic.el (semantic-completion-at-point-function): New function.
847 (semantic-mode): Use semantic-completion-at-point-function for
848 completion-at-point-functions instead.
849
850 * progmodes/etags.el (complete-tag): Revert last change.
851
852 2010-04-29 Alan Mackenzie <acm@muc.de>
853
854 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
855 off-by-one error (in end of macro position).
856
857 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
860 firefox is absent. Don't autoload.
861 (browse-url-galeon-program): Don't autoload.
862
863 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
864
865 * bindings.el (complete-symbol): Move into minibuffer.el.
866
867 * minibuffer.el (complete-tag): Move from etags.el. If tags
868 completion cannot be performed, return nil instead of signalling
869 an error.
870 (completion-at-point): Make it an alias for complete-symbol.
871 (complete-symbol): Move from bindings.el, and replace with the
872 body of completion-at-point.
873
874 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
875
876 * cedet/semantic.el (semantic-mode): When enabled, add
877 semantic-ia-complete-symbol to completion-at-point-functions.
878
879 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
880 if Semantic is not active.
881
882 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
883
884 * net/tramp.el (tramp-remote-selinux-p): New defun.
885 (tramp-handle-file-selinux-context)
886 (tramp-handle-set-file-selinux-context): Use it.
887
888 2010-04-28 Sam Steingold <sds@gnu.org>
889
890 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
891 `safe-local-variable' if the value is a string or a symbol with
892 the property `bug-reference-url-format'.
893
894 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
895
896 * progmodes/bug-reference.el (bug-reference-url-format): Revert
897 2010-04-27 change due to security risk.
898
899 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 Make it possible to locally disable a globally enabled mode.
902 * simple.el (fundamental-mode): Run fundamental-mode-hook.
903 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
904 rather than kill-all-local-variables so it runs fundamental-mode-hook.
905 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
906 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
907 that subsequent hooks get a chance to disable it.
908
909 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
912 Avoid re-enabling a minor mode after the user turned the minor mode
913 off if MODE-enable-in-buffers is run twice (typically once from
914 fundamental-mode's after-change-major-mode-hook and a second time from
915 run-mode-hook's own after-change-major-mode-hook).
916
917 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
918
919 2010-04-27 Sam Steingold <sds@gnu.org>
920
921 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
922 `safe-local-variable' if the value is a string or a function, as
923 documented and implemented on 2010-04-02.
924
925 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
926
927 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
928 when method is 'kill.
929
930 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
931
932 * ispell.el (ispell-init-process): Fix personal dictionary condition
933 in default directory check.
934 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
935 Kill ispell process when killing its associated buffer.
936
937 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
938
939 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
940 but we aren't using it.
941
942 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
943
944 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
945 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
946
947 2010-04-24 Glenn Morris <rgm@gnu.org>
948
949 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
950 Ignore VCS-ignore files, and deleted nextstep preferences files.
951 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
952 (authors-ambiguous-files): New list.
953 (authors-valid-file-names): Add some deleted files.
954 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
955 (authors-disambiguate-file-name): New function. (Bug#5501)
956 (authors-canonical-file-name): Doc fix.
957 Don't warn about obsolete files.
958 (authors-canonical-file-name, authors-scan-el):
959 Use authors-disambiguate-file-name.
960
961 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
962 Add autoload cookies.
963 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
964 (generated-autoload-file): Set file-local value to "htmlfontify.el".
965 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
966 They have definitions / compiler macros in cl.el.
967 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
968 Replace manual autoloads with generated ones.
969 (htmlfontify-unload-rgb-file): Remove autoload.
970 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
971
972 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
975 (byte-compile-setq-default): Optimize for the
976 single-var case and don't call byte-compile-form in this case to avoid
977 inf-loop with byte-compile-set-default.
978
979 * progmodes/compile.el (compilation-start): Abbreviate default directory.
980
981 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
982
983 Implement SELINUX backends.
984
985 * net/tramp.el (tramp-file-name-handler-alist):
986 Add `file-selinux-context' and `set-file-selinux-context'.
987 (tramp-handle-file-selinux-context)
988 (tramp-handle-set-file-selinux-context): New defuns.
989 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
990 Handle PRESERVE-SELINUX-CONTEXT.
991
992 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
993 Add `file-selinux-context' and `set-file-selinux-context'.
994 (tramp-gvfs-handle-file-selinux-context)
995 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
996 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
997
998 * net/ange-ftp.el (ange-ftp-copy-file):
999 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1000 * net/tramp-imap.el (tramp-imap-handle-copy-file):
1001 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1002 Add PRESERVE-SELINUX-CONTEXT.
1003
1004 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1005
1006 Synchronize with Tramp repository.
1007
1008 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1009 (tramp-action-process-alive, tramp-action-out-of-band)
1010 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1011 (tramp-exists-file-name-handler): Fix docstring.
1012 (with-progress-reporter): New defmacro.
1013 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1014 (tramp-maybe-open-connection): Use it.
1015
1016 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1017
1018 Detect ssh 'ControlMaster' argument automatically in some cases.
1019
1020 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1021 (tramp-default-method): Use it.
1022
1023 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1024
1025 * net/tramp.el (tramp-handle-copy-file): Add new optional
1026 parameter `preserve-selinux-context'.
1027 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1028
1029 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1030
1031 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1032 Ensure, that non remote files are still checked. Oops.
1033
1034 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
1035
1036 Fix Bug#5840.
1037
1038 * icomplete.el (icomplete-completions): Use `non-essential'.
1039
1040 * net/tramp.el (tramp-connectable-p): New defun.
1041 (tramp-handle-expand-file-name)
1042 (tramp-completion-handle-file-name-all-completions)
1043 (tramp-completion-handle-file-name-completion): Use it.
1044
1045 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1048
1049 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1050
1051 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1052
1053 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1054
1055 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1056 is present.
1057
1058 * info.el (info-tool-bar-map): Add labels.
1059
1060 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1061
1062 * cus-edit.el (custom-commands): Add labels for tool bar.
1063 (custom-buffer-create-internal, Custom-mode): Adjust for
1064 labels in custom-commands.
1065
1066 * dynamic-setting.el: Renamed from font-setting.el.
1067
1068 2010-04-21 John Wiegley <jwiegley@gmail.com>
1069
1070 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1071 toggles the use of virtual buffers.
1072 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1073 value.
1074 (ido-toggle-virtual-buffers): New function.
1075
1076 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1077
1078 Use `define-derived-mode'; fix window selection; doc fixes.
1079 * play/tetris.el (tetris, tetris-update-speed-function)
1080 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1081 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1082 (tetris-rotate-next, tetris-end-game, tetris-start-game)
1083 (tetris-pause-game): Fix typos in docstrings.
1084 (tetris-mode-map, tetris-null-map):
1085 Move initialization into declaration.
1086 (tetris-mode): Define with `define-derived-mode';
1087 set show-trailing-whitespace to nil.
1088 (tetris): Prefer window already displaying the "*Tetris*" buffer.
1089
1090 2010-04-21 Karel Klíč <kklic@redhat.com>
1091
1092 * files.el (backup-buffer): Handle SELinux context, and return it
1093 if a backup was made by renaming.
1094 (backup-buffer-copy): Set SELinux context to the target file.
1095 (basic-save-buffer): Set SELinux context of the newly written file.
1096 (basic-save-buffer-1): Now it also returns any SELinux context.
1097 (basic-save-buffer-2): Set SELinux context of the newly created file,
1098 and return it.
1099 * net/tramp.el (tramp-file-name-for-operation):
1100 Add file-selinux-context.
1101
1102 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 Make the log-edit comments use RFC822 format throughout.
1105
1106 * vc.el (vc-checkin, vc-modify-change-comment):
1107 Adjust to new vc-start/finish-logentry.
1108 (vc-find-conflicted-file): New command.
1109 (vc-transfer-file): Adjust to new vc-checkin.
1110 (vc-next-action): Improve scoping.
1111
1112 * vc-hg.el (vc-hg-log-edit-mode): Remove.
1113 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
1114
1115 * vc-git.el (vc-git-log-edit-mode): Remove.
1116 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
1117 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1118
1119 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1120 (vc-start-logentry): Remove argument `extra'.
1121 (vc-finish-logentry): Remove extra args.
1122
1123 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1124 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1125 (vc-bzr-conflicted-files): New function.
1126
1127 * log-edit.el (log-edit-extra-flags)
1128 (log-edit-before-checkin-process): Remove.
1129 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1130 (log-edit-headers-alist): New var.
1131 (log-edit-header-contents-regexp): New const.
1132 (log-edit-match-to-eoh): New function.
1133 (log-edit-font-lock-keywords): Use them.
1134 (log-edit): Insert a "Summary:" header as default.
1135 (log-edit-mode): Mark font-lock rules as case-insensitive.
1136 (log-edit-done): Cleanup headers.
1137 (log-view-process-buffer): Remove.
1138 (log-edit-extract-headers): New function to replace it.
1139
1140 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * subr.el (default-direction-reversed): Remove obsolescence info.
1143
1144 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1147 windows/frames.
1148
1149 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1150 I.e. include text after point in the completion region.
1151 Also, return nil when we're not after/in a symbol.
1152
1153 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1154 default enable-multibyte-characters.
1155
1156 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * international/mule.el: Help the user choose a valid coding-system.
1159 (read-buffer-file-coding-system): New function.
1160 (set-buffer-file-coding-system): Use it. Prompt the user if the
1161 coding-system cannot encode all the chars.
1162
1163 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1164 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1165 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1166 Don't use *vc-bzr-shelve*.
1167
1168 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1171 Don't destroy list before using it.
1172
1173 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 Fix the version number for added files.
1176 * vc-hg.el (vc-hg-working-revision): Check if the file is
1177 registered after hg parent fails (Bug#5961).
1178
1179 2010-04-19 Glenn Morris <rgm@gnu.org>
1180
1181 * htmlfontify.el (htmlfontify-buffer)
1182 (htmlfontify-copy-and-link-dir): Autoload entry points.
1183
1184 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
1185
1186 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1187 name relative to the project root (Bug#5960).
1188
1189 2010-04-19 Glenn Morris <rgm@gnu.org>
1190
1191 * vc-git.el (vc-git-print-log): Doc fix.
1192
1193 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
1194
1195 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1196
1197 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
1198
1199 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1200 default settings (Bug#5928).
1201
1202 2010-04-19 Glenn Morris <rgm@gnu.org>
1203
1204 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1205 New function.
1206 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1207
1208 2010-04-19 Kenichi Handa <handa@m17n.org>
1209
1210 * language/indian.el (malayalam-composable-pattern): Fix previous
1211 change (add U+0D4D "SIGN VIRAMA").
1212 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1213 (tamil-composable-pattern): Fix typo in the regexp.
1214 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1215 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1216 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1217
1218 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1219
1220 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1221 paragraph-separate (Bug#5821).
1222
1223 2010-04-19 Juri Linkov <juri@jurta.org>
1224
1225 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1226
1227 * info.el (Info-find-node-2): Comment out code that skips
1228 breadcrumbs line.
1229 (Info-mouse-follow-link): New command.
1230 (Info-link-keymap): New keymap.
1231 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1232 Return a string with links instead of inserting breadcrumbs
1233 to the Info buffer.
1234 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1235 Instead of putting the `invisible' text property over the Info
1236 header, make an overlay over the Info header with the `invisible'
1237 property and `after-string' set to the string returned by
1238 `Info-breadcrumbs'.
1239
1240 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1243 Reported by monkey@sandpframing.com.
1244
1245 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1248 (tmm-get-keymap): Add key-binding shortcuts now that they're not
1249 available in the "keyseq cache" any more.
1250
1251 * custom.el (defcustom): Add edebug spec.
1252
1253 2010-04-18 Juri Linkov <juri@jurta.org>
1254
1255 Test for special mode-class in view-buffer instead of view-file (bug#5513).
1256
1257 * view.el (view-file, view-buffer): Move test for special mode-class
1258 from view-file to view-buffer.
1259
1260 * tar-mode.el (tar-extract): Turn if's into one cond
1261 like in arc-mode.el.
1262
1263 2010-04-18 Juri Linkov <juri@jurta.org>
1264
1265 Add 7z archive format support (bug#5475).
1266
1267 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1268 (archive-7z-extract): New defcustom.
1269 (archive-find-type): Add magic string for 7z.
1270 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1271 If `stderr-file' is non-nil, use `(t stderr-file)' for the
1272 `buffer' arg of `call-process'.
1273 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1274 call the function `archive-7z-extract' with the variable
1275 `archive-7z-extract' let-bound to `archive-zip-extract'.
1276 (archive-7z-summarize, archive-7z-extract): New functions.
1277
1278 * international/mule.el (auto-coding-alist):
1279 * files.el (auto-mode-alist): Add 7z file extension.
1280
1281 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * loadup.el: Setup hash-cons for pure data.
1284
1285 Fix duplicate entries in cedet's loaddefs.el files.
1286 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1287 Should make most file-local generated-autoload-file unnecessary.
1288 (print-readably): Silence warnings.
1289 (autoload-find-destination): Take load-name as an arg to make sure
1290 it's the same as the one that will be in the file.
1291 (autoload-generate-file-autoloads): Adjust to above changes.
1292 Try to make the dataflow a bit simpler.
1293
1294 * cvs-status.el (cvs-refontify): Remove unused.
1295
1296 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1297
1298 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1299
1300 * calc-bin.el (calc-radix): Have the "O" option turn on
1301 twos-complement mode.
1302
1303 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
1304
1305 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1306 Add `calc-option-prefix-help' to calc-help autoloads.
1307 (calc-inverse): Add "Option" to message, as appropriate.
1308 (calc-hyperbolic): Add "Option" to message, as appropriate.
1309 (calc-option, calc-is-option): New functions.
1310
1311 * calc-help.el (calc-full-help): Add `calc-option-help'.
1312 (calc-option-prefix-help): New function.
1313
1314 * calc-misc.el (calc-help): Add "Option" entry.
1315
1316 * calc.el (calc-local-var-list): Add `calc-option-flag'.
1317 (calc-option-flag): New variable.
1318 (calc-do): Set `calc-option-flag to nil.
1319 (calc-set-mode-line): Add "Opt " as appropriate.
1320
1321 2010-04-16 Juri Linkov <juri@jurta.org>
1322
1323 Move scrolling commands from simple.el to window.el
1324 because their primitives are implemented in window.c.
1325
1326 * simple.el (scroll-error-top-bottom)
1327 (scroll-up-command, scroll-down-command, scroll-up-line)
1328 (scroll-down-line, scroll-other-window-down)
1329 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1330 * window.el (scroll-error-top-bottom)
1331 (scroll-up-command, scroll-down-command, scroll-up-line)
1332 (scroll-down-line, scroll-other-window-down)
1333 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1334 Move from simple.el to window.el because their primitives are
1335 implemented in window.c.
1336
1337 2010-04-16 Juri Linkov <juri@jurta.org>
1338
1339 * isearch.el (isearch-lookup-scroll-key): Check both
1340 `isearch-scroll' and `scroll-command' properties.
1341 (scroll-up, scroll-down): Remove `isearch-scroll' property.
1342
1343 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1344
1345 * simple.el (scroll-up-command, scroll-down-command)
1346 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1347
1348 2010-04-15 Juri Linkov <juri@jurta.org>
1349
1350 * simple.el (scroll-up-command, scroll-down-command)
1351 (scroll-up-line, scroll-down-line): Put `scroll-command'
1352 property on the these symbols. Remove them from
1353 `scroll-preserve-screen-position-commands'.
1354
1355 * mwheel.el (mwheel-scroll): Put `scroll-command' and
1356 `isearch-scroll' properties on the `mwheel-scroll' symbol.
1357 Remove it from `scroll-preserve-screen-position-commands'.
1358
1359 * isearch.el (isearch-allow-scroll): Doc fix.
1360
1361 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
1362
1363 * net/tramp.el (tramp-error-with-buffer): Don't show the
1364 connection buffer when we are in completion mode.
1365 (tramp-file-name-handler): Catch the error for some operations
1366 when we are in completion mode. This gives the user the chance to
1367 correct the file name in the minibuffer.
1368
1369 2010-04-15 Glenn Morris <rgm@gnu.org>
1370
1371 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1372
1373 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
1374
1375 Simplify by using `define-derived-mode'.
1376 * info.el (Info-mode):
1377 * calendar/todo-mode.el (todo-mode):
1378 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1379 (gomoku-mode-map): Move initialization into declaration.
1380
1381 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
1382
1383 Fix Bug#5840.
1384 * ido.el (ido-file-name-all-completions-1):
1385 * minibuffer.el (minibuffer-completion-help):
1386 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1387
1388 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * simple.el (non-essential): New var.
1391
1392 Add a new field `location' to bookmarks for non-file bookmarks.
1393 * bookmark.el (bookmark-location): Use the new field, if present.
1394 (bookmark-insert-location): Undo last change, not needed any more.
1395 * man.el (Man-bookmark-make-record):
1396 * woman.el (woman-bookmark-make-record): Add `location' field.
1397
1398 2010-04-14 Juri Linkov <juri@jurta.org>
1399
1400 * simple.el (scroll-error-top-bottom): New defcustom.
1401 (scroll-up-command, scroll-down-command): Use it. Doc fix.
1402
1403 * emulation/pc-select.el (pc-select-override-scroll-error):
1404 Obsolete in favor of `scroll-error-top-bottom'.
1405
1406 2010-04-14 Juri Linkov <juri@jurta.org>
1407
1408 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1409 `scroll-up-command' and `M-v' to `scroll-down-command'.
1410
1411 * emulation/cua-rect.el (cua--init-rectangles):
1412 * forms.el (forms--change-commands):
1413 * image-mode.el (image-mode-map):
1414 Remap scroll-down-command and scroll-up-command
1415 in addition to scroll-down and scroll-up.
1416
1417 2010-04-14 Juri Linkov <juri@jurta.org>
1418
1419 * mwheel.el (scroll-preserve-screen-position-commands):
1420 Add mwheel-scroll to this list of commands.
1421
1422 * simple.el (scroll-preserve-screen-position-commands):
1423 Add scroll-up-command, scroll-down-command, scroll-up-line,
1424 scroll-down-line to this list of commands.
1425
1426 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * obsolete/complete.el: Move from lisp/complete.el.
1429
1430 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1431
1432 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1433 to the minor mode function now turns the mode ON unconditionally.
1434
1435 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * vc-dir.el (vc-dir-kill-line): New command.
1438 (vc-dir-mode-map): Bind it to C-k.
1439
1440 * bookmark.el (bookmark-insert-location): Handle a nil filename.
1441
1442 * woman.el: Add bookmark declarations to silence the compiler.
1443 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1444 step to compatibility between man and woman bookmarks.
1445 Adjust for Man-default-bookmark-title renaming.
1446 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
1447
1448 * man.el: Add bookmark declarations to silence the compiler.
1449 (Man-name-local-regexp): Make it match NAME as well.
1450 (Man-getpage-in-background): Return the buffer.
1451 (Man-notify-when-ready): Use `case'.
1452 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1453 Don't hardcode "NAME". Simplify.
1454 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1455 Rename from Man-bookmark-make-record.
1456 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
1457 we have the actual man-args. Use Man-getpage-in-background rather
1458 than `man' since the arg is already processed. Let bookmark.el do the
1459 window handling. Only wait for the relevant process.
1460 Don't forget to autoload.
1461
1462 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1463
1464 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1465
1466 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1467 New functions.
1468 (woman-mode): Setup bookmark support.
1469
1470 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1471 (man-bookmark-jump): New functions.
1472 (Man-mode): Setup bookmark support.
1473
1474 2010-04-10 Jari Aalto <jari.aalto@cante.net>
1475
1476 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1477 recognize ssh-keygen prompt (Bug#2817).
1478
1479 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1480
1481 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1482
1483 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1484
1485 Synchronize with Tramp repository.
1486
1487 * net/tramp.el (tramp-completion-function-alist)
1488 (tramp-file-name-regexp, tramp-chunksize)
1489 (tramp-local-coding-commands, tramp-remote-coding-commands):
1490 Fix docstring.
1491 (tramp-remote-process-environment): Use `format' instead of `concat'.
1492 (tramp-handle-directory-files-and-attributes)
1493 (tramp-get-remote-path): Use `copy-tree'.
1494 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1495 compatibility: Use `completion-ignore-case' if
1496 `read-file-name-completion-ignore-case' does not exist.
1497 (tramp-do-copy-or-rename-file-directly): Do not use
1498 `tramp-handle-file-remote-p'.
1499 (tramp-do-copy-or-rename-file-out-of-band):
1500 Use `tramp-compat-delete-directory'.
1501 (tramp-do-copy-or-rename-file-out-of-band)
1502 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1503 Use `format-spec-make'.
1504 (tramp-find-foreign-file-name-handler)
1505 (tramp-advice-make-auto-save-file-name)
1506 (tramp-set-auto-save-file-modes): Remove superfluous check for
1507 `stringp'. This is done inside `tramp-tramp-file-p'.
1508 (tramp-debug-outline-regexp): New defconst.
1509 (tramp-get-debug-buffer): Use it.
1510 (tramp-check-for-regexp): Use (forward-line 1).
1511 (tramp-set-auto-save-file-modes): Adapt version check.
1512
1513 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
1514 Wrap call of `featurep' for 2nd argument.
1515 (tramp-compat-make-temp-file): Simplify fallback implementation.
1516 (tramp-compat-copy-tree): Remove function.
1517 (tramp-compat-delete-directory): Provide implementation for older
1518 Emacsen.
1519
1520 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
1521 Do not use `tramp-fish-handle-file-attributes.
1522
1523 * net/trampver.el: Update release number.
1524
1525 2010-04-10 Glenn Morris <rgm@gnu.org>
1526
1527 * progmodes/compile.el (compilation-save-buffers-predicate):
1528 Add missing :version tag.
1529
1530 2010-04-09 Sam Steingold <sds@gnu.org>
1531
1532 * progmodes/compile.el (compilation-save-buffers-predicate):
1533 Remove the "autoload" cookie.
1534
1535 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
1536 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
1537 and `bug-reference-prog-mode' can be used in hooks directly.
1538
1539 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1540
1541 Add --author support to git commit.
1542 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
1543 (vc-git-log-edit-mode): New minor mode.
1544 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
1545 New declarations.
1546
1547 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
1548
1549 * vc-hooks.el, vc-git.el: Improve documentation comments.
1550
1551 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 Fix some of the problems in defsubst* (bug#5728).
1554 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
1555 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
1556
1557 2010-04-07 Sam Steingold <sds@gnu.org>
1558
1559 * progmodes/compile.el (compilation-save-buffers-predicate):
1560 New custom variable.
1561 (compile, recompile): Pass it to `save-some-buffers'.
1562
1563 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1564
1565 * wid-edit.el (widget-choose): Move cursor to the second line of
1566 the buffer (Bug#5695).
1567
1568 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1569
1570 Add new VC methods: vc-log-incoming and vc-log-outgoing.
1571 * vc.el (vc-print-log-setup-buttons): New function split out from
1572 vc-print-log-internal.
1573 (vc-log-internal-common): New function, a parametrized version of
1574 vc-print-log-internal.
1575 (vc-print-log-internal): Just call vc-log-internal-common with the
1576 right arguments.
1577 (vc-incoming-outgoing-internal):
1578 (vc-log-incoming, vc-log-outgoing): New functions.
1579 (vc-log-view-type): New permanent local variable.
1580
1581 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1582
1583 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1584 of the dynamic bound vc-short-log.
1585 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1586
1587 * vc-git.el (vc-git-log-outgoing): New function.
1588 (vc-git-log-view-mode): Use vc-log-view-type instead
1589 of the dynamic bound vc-short-log.
1590
1591 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
1592 of the dynamic bound vc-short-log. Highlight the tag.
1593 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1594 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1595 (vc-hg-incoming-mode): Remove.
1596 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1597
1598 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1599
1600 Fix default-directory for vc-root-diff.
1601 * vc.el (vc-root-diff): Bind default-directory to the root
1602 directory for the diff command.
1603
1604 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
1605
1606 * progmodes/verilog-mode.el (verilog-forward-sexp):
1607 (verilog-calc-1): Support "disable fork" and "fork wait" multi
1608 word keywords, suggested by Steve Pearlmutter.
1609 (verilog-pretty-declarations): Support lineup of declarations in
1610 port lists.
1611 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
1612 fix bug for /* / comments
1613 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
1614 Speed up and simplfy as this is never called with a bound.
1615 (verilog-pretty-declarations): Enhance to line up declarations
1616 inside a parameter list, suggested by Alan Morgan.
1617 (verilog-pretty-expr): Tune assignment regular expression match
1618 string for corner cases; also use markers instead of character
1619 number as indent changes the later.
1620
1621 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
1622
1623 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
1624 as missing keyword.
1625 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
1626 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
1627 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
1628 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
1629 Tennant.
1630 (verilog-keywords):
1631 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1632 1800-2009 keywords, including "global.".
1633
1634 2010-04-06 John Wiegley <jwiegley@gmail.com>
1635
1636 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
1637 appearing in buffer list (if a live buffer name matched a recentf
1638 file basename). Should use uniquify to offer a real solution.
1639
1640 2010-04-06 John Wiegley <jwiegley@gmail.com>
1641
1642 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
1643 comment to code, and add a :version tag.
1644 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
1645
1646 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
1647
1648 Enable recentf-mode if using virtual buffers.
1649 * ido.el (recentf-list): Declare for byte-compiler.
1650 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
1651 (ido-make-buffer-list): Simplify.
1652 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
1653
1654 2010-04-05 Juri Linkov <juri@jurta.org>
1655
1656 Scrolling commands which scroll a line instead of full screen.
1657 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1658
1659 * simple.el (scroll-up-line, scroll-down-line): New commands.
1660 Put property isearch-scroll=t on them.
1661
1662 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
1663 Remove commands.
1664
1665 2010-04-05 Juri Linkov <juri@jurta.org>
1666
1667 Scrolling commands which do not signal errors at top/bottom.
1668 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1669
1670 * simple.el (scroll-up-command, scroll-down-command): New commands.
1671 Put property isearch-scroll=t on them.
1672
1673 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
1674 `scroll-down-command' and [next] from `scroll-up' to
1675 `scroll-up-command'.
1676
1677 * emulation/cua-base.el: Put property CUA=move on
1678 `scroll-up-command' and `scroll-down-command'.
1679 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
1680 and `scroll-down-command' to `cua-scroll-down'.
1681
1682 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
1683
1684 * help.el (describe-mode): Return nil.
1685
1686 2010-04-04 John Wiegley <jwiegley@gmail.com>
1687
1688 * ido.el (ido-use-virtual-buffers): New variable to indicate
1689 whether "virtual buffer" support is enabled for IDO.
1690 (ido-virtual): Face used to indicate virtual buffers in the list.
1691 (ido-buffer-internal): If a buffer is chosen, and no such buffer
1692 exists, but a virtual buffer of that name does (which would be why
1693 it was in the list), recreate the buffer by reopening the file.
1694 (ido-make-buffer-list): If virtual buffers are being used, call
1695 `ido-add-virtual-buffers-to-list' before the make list hook.
1696 (ido-virtual-buffers): New variable which contains a copy of the
1697 current contents of the `recentf-list', albeit pared down for the
1698 sake of speed, and with proper faces applied.
1699 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
1700 create a list of "virtual buffers" to present to the user in
1701 addition to the currently open set. Note that this logic could
1702 get rather slow if that list is too large. With the default
1703 `recentf-max-saved-items' of 200, there is little speed penalty.
1704
1705 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * font-lock.el: Require CL when compiling.
1708 (font-lock-turn-on-thing-lock): Use `case'.
1709
1710 2010-04-03 Eli Zaretskii <eliz@gnu.org>
1711
1712 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
1713 Zaretskii.
1714
1715 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1718 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1719 (semantic-imenu-goto-function): Reflow docstring.
1720
1721 2010-04-02 Juri Linkov <juri@jurta.org>
1722
1723 * ehelp.el (electric-help-orig-major-mode):
1724 New buffer-local variable.
1725 (electric-help-mode): Set it to original major-mode. Doc fix.
1726 (with-electric-help): Use `electric-help-orig-major-mode' instead
1727 of (default-value 'major-mode). Doc fix.
1728 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
1729
1730 2010-04-02 Sam Steingold <sds@gnu.org>
1731
1732 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1733 `vc-hg-command' with a list of flags.
1734
1735 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1736 Also accept "patch" and "RFE".
1737 (bug-reference-fontify): `bug-reference-url-format' can also be a
1738 function to be able to handle the bug kind.
1739 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
1740
1741 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
1742
1743 * tmm.el (tmm-get-keymap): Check with symbolp before passing
1744 value to fboundp, it may not be a symbol.
1745
1746 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1749
1750 2010-03-31 Juri Linkov <juri@jurta.org>
1751
1752 * simple.el (next-line, previous-line): Re-throw a signal
1753 with `signal' instead of using `ding'.
1754 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
1755
1756 2010-03-31 Juri Linkov <juri@jurta.org>
1757
1758 * simple.el (keyboard-escape-quit): Raise deselecting the active
1759 region higher than exiting the minibuffer.
1760 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
1761
1762 2010-03-31 Juri Linkov <juri@jurta.org>
1763
1764 * image.el (image-animated-p): Use `image-metadata' instead of
1765 `image-extension-data'. Get GIF extenstion data from metadata
1766 property `extension-data'.
1767
1768 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * simple.el (append-to-buffer): Simplify.
1771
1772 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
1773
1774 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1775 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1776
1777 2010-03-31 Kenichi Handa <handa@m17n.org>
1778
1779 * language/sinhala.el (composition-function-table): Fix regexp for
1780 the new Unicode specification.
1781
1782 * language/indian.el (devanagari-composable-pattern)
1783 (tamil-composable-pattern, kannada-composable-pattern)
1784 (malayalam-composable-pattern): Adjust for the new Unicode
1785 specification.
1786 (bengali-composable-pattern, gurmukhi-composable-pattern)
1787 (gujarati-composable-pattern, oriya-composable-pattern)
1788 (telugu-composable-pattern): New variables to cope with the new
1789 Unicode specification. Use them in composition-function-table.
1790
1791 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 Make tmm-menubar work for the Buffers menu again (bug#5726).
1794 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1795 vectors rather than cons cells, as used in menu-bar-update-buffers.
1796
1797 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1800 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1801 electric punctuation for "{}();,:" (Bug#5586).
1802
1803 * mail/sendmail.el (mail-default-directory): Doc fix.
1804
1805 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * mail/sendmail.el (mail-default-directory): Doc fix.
1808
1809 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1810
1811 * subr.el (version-regexp-alist, version-to-list)
1812 (version-list-<, version-list-=, version-list-<=)
1813 (version-list-not-zero, version<, version<=, version=): Doc fix.
1814 (Bug#5744).
1815
1816 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
1817
1818 * vc.el (vc-root-diff): Doc fix.
1819
1820 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1823
1824 * simple.el (append-to-buffer): Fix last change.
1825
1826 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * simple.el (append-to-buffer): Ensure that point is preserved if
1829 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1830 (Bug#5749)
1831
1832 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * files.el (auto-mode-case-fold): Change default to t.
1835
1836 2010-03-30 Juri Linkov <juri@jurta.org>
1837
1838 * dired-x.el (dired-omit-mode): Doc fix.
1839
1840 2010-03-30 Juri Linkov <juri@jurta.org>
1841
1842 * replace.el (occur-accumulate-lines): Move occur-engine related
1843 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1844 to be located after `occur-engine'.
1845
1846 2010-03-30 Juri Linkov <juri@jurta.org>
1847
1848 Make occur handle multi-line matches cleanly with context.
1849 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1850
1851 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1852 (occur-engine): Add local variables `ret', `prev-after-lines',
1853 `prev-lines'. Use more arguments for `occur-context-lines'.
1854 Set first elem of its returned list to `data', and the second elem
1855 to `prev-after-lines'. Don't print the separator line.
1856 In the end, print remaining context after-lines.
1857 (occur-context-lines): Add new arguments `begpt', `endpt',
1858 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
1859 after-lines of the previous match with before-lines of the
1860 current match and not overlap them. Return a list with two
1861 values: the output line and the list of context after-lines.
1862
1863 2010-03-30 Juri Linkov <juri@jurta.org>
1864
1865 * replace.el (occur-accumulate-lines): Fix a bug where the first
1866 context line at the beginning of the buffer was missing.
1867
1868 2010-03-30 Eli Zaretskii <eliz@gnu.org>
1869
1870 * files.el: Make bidi-display-reordering safe variable for boolean
1871 values.
1872
1873 2010-03-29 Phil Hagelberg <phil@evri.com>
1874 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * subr.el: Extend progress reporters to perform "spinning".
1877 (progress-reporter-update, progress-reporter-do-update):
1878 Handle non-numeric value arguments.
1879 (progress-reporter--pulse-characters): New var.
1880
1881 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * progmodes/compile.el (compilation-start): Fix regexp detection
1884 of initial cd command (Bug#5771).
1885
1886 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
1887
1888 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1889
1890 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
1891
1892 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1893 * lisp/progmodes/gdb-mi.el: Restore.
1894 * lisp/progmodes/gdb-ui.el: Remove.
1895 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1896
1897 2010-03-25 Glenn Morris <rgm@gnu.org>
1898
1899 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1900 all dired buffers, even tramp ones. (Bug#5755)
1901
1902 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 Add "union tags" in mpc.el.
1905 * mpc.el: Remove backward compatibility code.
1906 (mpc-browser-tags): Change default.
1907 (mpc--find-memoize-union-tags): New var.
1908 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1909 (mpc-cmd-find): Handle the case where the playlist does not exist.
1910 Handle union-tags.
1911 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
1912 (mpc-cmd-add): Use mpc-cmd-flush.
1913 (mpc-tagbrowser-tag-name): New fun.
1914 (mpc-tagbrowser-buf): Use it.
1915 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
1916
1917 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 Misc cleanup.
1920 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1921 Use replace-regexp-in-string.
1922 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1923 (makefile-imake-mode-syntax-table): Move init into defvar.
1924 (makefile-mode): Use define-derived-mode.
1925
1926 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1927 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1928 not be present any more.
1929
1930 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * faces.el (set-face-attribute): Fix typo in docstring.
1933 (face-valid-attribute-values): Reflow docstring.
1934
1935 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1936
1937 2010-03-24 Glenn Morris <rgm@gnu.org>
1938
1939 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1940
1941 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * indent.el (indent-for-tab-command): Doc fix.
1944
1945 2010-03-24 Alan Mackenzie <acm@muc.de>
1946
1947 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1948 Fix off-by-one error. Fixes bug #5747.
1949
1950 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1951
1952 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1953 (image-dired-read-comment): Doc fix.
1954
1955 * json.el (json-object-type, json-array-type, json-key-type)
1956 (json-false, json-null, json-read-number):
1957 * minibuffer.el (completion-in-region-functions):
1958 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1959 (cal-tex-cursor-week):
1960 * emacs-lisp/trace.el (trace-function):
1961 * eshell/em-basic.el (eshell/printnl):
1962 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1963 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1964 * obsolete/levents.el (allocate-event, event-key, event-object)
1965 (event-point, event-process, event-timestamp, event-to-character)
1966 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1967 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1968 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1969 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1970 (reftex-highlight-selection): Fix typos in docstrings.
1971
1972 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1973
1974 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1975
1976 2010-03-24 Glenn Morris <rgm@gnu.org>
1977
1978 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1979 2008-02-13 without comment; mark it obsolete.
1980 (rmail-highlight-headers): Use rmail-highlight-face once more.
1981
1982 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * woman.el (woman2-process-escapes): Only consume the newline if
1985 the filler character is on a line by itself (Bug#5729).
1986
1987 2010-03-24 Kenichi Handa <handa@m17n.org>
1988
1989 * language/indian.el (devanagari-composable-pattern): Add more
1990 consonants.
1991
1992 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
1993
1994 * net/trampver.el: Update release number.
1995
1996 2010-03-24 Glenn Morris <rgm@gnu.org>
1997
1998 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1999
2000 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * net/tramp.el (tramp-find-executable):
2003 Use `tramp-get-connection-buffer'. Make the regexp for checking
2004 output of "wc -l" more robust.
2005 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2006 (tramp-open-connection-setup-interactive-shell): Remove workaround
2007 for OpenSolaris bug, it is not needed anymore.
2008
2009 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
2010
2011 * cedet/semantic/imenu.el: New file, from the CEDET repository
2012 (Bug#5412).
2013
2014 2010-03-24 Glenn Morris <rgm@gnu.org>
2015
2016 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2017
2018 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
2019
2020 * files.el (auto-mode-alist): Accept more verilog file patterns.
2021
2022 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2025
2026 2010-03-24 Glenn Morris <rgm@gnu.org>
2027
2028 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2029 log-edit-before-checkin-process.
2030
2031 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2032
2033 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2034
2035 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2036 (log-view-process-buffer, log-edit-extra-flags): Declare.
2037
2038 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2039
2040 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2041 Consistently check ede-object is bound throughout.
2042
2043 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2044
2045 2010-03-23 Sam Steingold <sds@gnu.org>
2046
2047 Fix bug#5620: recalculate all markers on compilation buffer
2048 modifications, not on file modifications.
2049 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2050 the buffer modification time, for buffers not associated with files.
2051 (compilation-mode): Create it.
2052 (compilation-filter): Update it.
2053 (compilation-next-error-function): Use it instead of
2054 `visited-file-modtime' for timestamp.
2055
2056 2010-03-23 Juri Linkov <juri@jurta.org>
2057
2058 Implement Occur multi-line matches.
2059 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2060
2061 * replace.el (occur): Doc fix.
2062 (occur-engine): Set `begpt' to the beginning of the first line.
2063 Set `endpt' to the end of the last match line. At first, count
2064 line numbers between `origpt' and `begpt'. Split out code from
2065 `out-line' variable to new let-bindings `match-prefix' and
2066 `match-str'. In `out-line' add non-numeric prefix to all
2067 non-first lines of multi-line matches. Finally, count lines
2068 between `begpt' and `endpt' and add to `lines'.
2069
2070 2010-03-23 Juri Linkov <juri@jurta.org>
2071
2072 * replace.el (occur-accumulate-lines, occur-engine):
2073 Use `occur-engine-line' instead of duplicate code.
2074 (occur-engine-line): New function created from duplicate code
2075 in `occur-accumulate-lines' and `occur-engine'.
2076
2077 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2078 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2079
2080 2010-03-23 Juri Linkov <juri@jurta.org>
2081
2082 * finder.el: Remove TODO tasks.
2083
2084 * info.el (Info-finder-find-node): Add node "all"
2085 with all package info. Handle a list of multiple keywords
2086 separated by comma.
2087 (info-finder): In interactive use with a prefix argument,
2088 use `completing-read-multiple' to read a list of keywords
2089 separated by comma.
2090
2091 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 Add a new completion style `substring'.
2094 * minibuffer.el (completion-basic--pattern): New function.
2095 (completion-basic-try-completion, completion-basic-all-completions):
2096 Use it.
2097 (completion-substring--all-completions)
2098 (completion-substring-try-completion)
2099 (completion-substring-all-completions): New functions.
2100 (completion-styles-alist): New style `substring'.
2101
2102 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 Get rid of .elc files after removal of the corresponding .el.
2105 * Makefile.in (compile-clean): New target.
2106 (compile-main): Use it.
2107
2108 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2109
2110 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2111 don't do make there. When compiling with separate object dir, there
2112 is no Makefile there.
2113
2114 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 Get rid of the ELCFILES abomination, again.
2117 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2118 (all, compile): Don't call compile-last.
2119 (compile-main): Build the "elcfiles" list dynamically.
2120 (compile-targets): New (internal) target.
2121
2122 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2123
2124 * Makefile.in (top_srcdir): Define.
2125 (abs_top_builddir): Define.
2126 (srcdir): Don't append `/..'.
2127 (EMACS): Use ${abs_top_builddir}.
2128 (all, compile, compile-always, compile-last): Don't set emacswd.
2129 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2130 $(srcdir).
2131 (lisp): Use $(srcdir) instead of @srcdir@.
2132
2133 2010-03-21 Juri Linkov <juri@jurta.org>
2134
2135 Fix message of multi-line occur regexps and multi-buffer header lines.
2136 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2137
2138 * replace.el (occur-1): Don't display regexp if it is longer
2139 than window-width. Use `query-replace-descr' to display regexp.
2140 (occur-engine): Don't display regexp in the buffer header for
2141 multi-buffer occur. Display a separate header line with total
2142 match count and regexp for multi-buffer occur.
2143 Use `query-replace-descr' to display regexp.
2144
2145 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2146
2147 * net/secrets.el: Fix parenthesis.
2148 (secrets-enabled): Fix parenthesis.
2149
2150 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 Use more relative file and directory names.
2153 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2154 (setwins, setwins_almost, setwins_for_subdirs):
2155 Don't `cd'; output relative names.
2156 (all, compile, compile-always, compile-last): Set emacswd.
2157 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2158 Just cd to the lisp source dir so we can use relative file names.
2159
2160 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2161
2162 2010-03-20 Glenn Morris <rgm@gnu.org>
2163
2164 * textmodes/rst.el: Use faces for font-lock customization, and make the
2165 old -face variables obsolete.
2166 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2167 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2168 (rst-block-face, rst-external-face, rst-definition-face)
2169 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2170 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2171 Make obsolete.
2172 (rst-font-lock-keywords-function): Update for above changes.
2173
2174 2010-03-20 Juri Linkov <juri@jurta.org>
2175
2176 * s-region.el:
2177 * obsolete/s-region.el: Move to obsolete.
2178
2179 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2182
2183 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2184
2185 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2186
2187 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2188
2189 Add special markup processing for commit logs.
2190 * log-edit.el (log-edit-extra-flags): New variable.
2191 (log-edit): Add new argument MODE. Use that mode when non-nil
2192 instead of the log-view-mode.
2193 (log-view-process-buffer): New function.
2194
2195 * vc.el: Document that the checkin method takes optional
2196 arguments. Document new backend specific method: log-view-mode.
2197 (vc-default-log-edit-mode): New function.
2198 (vc-checkin): Use a backend specific log-view-mode.
2199 Pass extra arguments to the checkin method.
2200 (vc-modify-change-comment): Pass a dummy extra argument.
2201
2202 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2203 log-edit.
2204 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2205 (vc-finish-logentry): Process the log buffer before passing it
2206 down. Pass log-edit-extra-flags.
2207
2208 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2209 command.
2210 (log-edit-extra-flags, log-edit-before-checkin-process):
2211 New declarations.
2212
2213 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2214 command.
2215 (log-edit-extra-flags, log-edit-before-checkin-process):
2216 New declarations.
2217 (vc-hg-log-edit-mode): New derived mode.
2218
2219 * vc-arch.el (vc-arch-checkin):
2220 * vc-cvs.el (vc-cvs-checkin):
2221 * vc-git.el (vc-git-checkin):
2222 * vc-mtn.el (vc-mtn-checkin):
2223 * vc-rcs.el (vc-rcs-checkin):
2224 * vc-sccs.el (vc-sccs-checkin):
2225 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2226
2227 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2230 parent typo).
2231
2232 2010-03-19 Glenn Morris <rgm@gnu.org>
2233
2234 * password-cache.el (password-cache, password-cache-expiry): Autoload.
2235
2236 2010-03-18 Glenn Morris <rgm@gnu.org>
2237
2238 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2239
2240 * replace.el (query-replace-history): Give it a doc string.
2241 (map-query-replace-regexp): Use query-replace-from-history-variable
2242 and query-replace-to-history-variable.
2243
2244 * mail/hashcash.el (declare-function): Remove duplicate definition.
2245
2246 * mail/emacsbug.el (report-emacs-bug-pretest-address):
2247 Make it an obsolete alias for report-emacs-bug-address.
2248 (message-strip-special-text-properties): Declare.
2249 (report-emacs-bug): Remove test for a pretest bug address.
2250 Combine message-mode-specific code.
2251
2252 * mail/supercite.el: Don't require sendmail.
2253 (mh-in-header-p): Declare rather than using with-no-warnings.
2254 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2255 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
2256
2257 * calendar/cal-french.el: Convert to utf-8.
2258
2259 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2260 Emacs scripts.
2261
2262 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
2263
2264 * net/secrets.el (secrets-enabled): New variable. Use it instead
2265 of a subfeature.
2266
2267 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
2268
2269 * net/secrets.el (top): Register the D-Bus signals only when the
2270 service "org.freedesktop.secrets" can be pinged.
2271 Provide subfeature `enabled'.
2272
2273 2010-03-14 Juri Linkov <juri@jurta.org>
2274
2275 Add finder unknown keywords.
2276
2277 * finder.el (finder-unknown-keywords): New function.
2278
2279 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2280 to create a Finder node with unknown keywords.
2281
2282 2010-03-14 Juri Linkov <juri@jurta.org>
2283
2284 * finder.el (finder-compile-keywords): Replace `princ' with
2285 `prin1' on a list of symbols interned from keyword strings.
2286
2287 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2288 a comma, then split keywords using a comma and optional whitespace.
2289 Otherwise, split by whitespace.
2290
2291 * complete.el:
2292 * face-remap.el:
2293 * log-view.el:
2294 * net/hmac-def.el:
2295 * net/hmac-md5.el:
2296 * net/netrc.el:
2297 * progmodes/mixal-mode.el: Fix keywords.
2298
2299 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2300
2301 * Makefile.in (ELCFILES): Add net/secrets.elc.
2302
2303 * net/secrets.el: New file.
2304
2305 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * facemenu.el (list-colors-display, list-colors-print): New arg
2308 callback. Use it to allow selecting colors.
2309
2310 * wid-edit.el (widget-image-insert): Insert image prop even if the
2311 current display is non-graphic.
2312 (widget-field-value-set): New fun.
2313 (editable-field): Use it.
2314 (widget-field-value-get): Clean up unused var.
2315 (widget-color-value-create, widget-color--choose-action):
2316 New funs. Allow using list-colors-display to choose color.
2317
2318 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * cus-edit.el: Resort topmost custom groups.
2321 (custom-buffer-sort-alphabetically): Default to t.
2322 (customize-apropos): Use apropos-parse-pattern.
2323 (custom-search-field): New var.
2324 (custom-buffer-create-internal): Add custom-apropos search field.
2325 (custom-add-parent-links): Don't display parent doc.
2326 (custom-group-value-create): Don't sort top-level custom group.
2327 (custom-magic-value-create): Show visibility button before option name.
2328
2329 (custom-variable-state): New fun, from custom-variable-state-set.
2330 (custom-variable-state-set): Use it.
2331 (custom-group-value-create): Hide options with standard values
2332 using the :hidden-states property. Use progress reporter.
2333
2334 (custom-show): Simplify.
2335 (custom-visibility): Disable images by default.
2336 (custom-variable): New property :hidden-states.
2337 (custom-variable-value-create): Enable images for
2338 custom-visibility widgets. Use :hidden-states property to
2339 determine initial visibility.
2340
2341 * wid-edit.el (widget-image-find): Give images center ascent.
2342 (visibility): Add :on-image and :off-image properties.
2343 (widget-visibility-value-create): Use them.
2344
2345 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * cus-edit.el (processes): Remove from development group.
2348 (oop, hypermedia): Delete group.
2349 (comm): Promote to top-level group.
2350
2351 * net/browse-url.el (browse-url):
2352 * net/xesam.el (xesam):
2353 * net/tramp.el (tramp):
2354 * net/goto-addr.el (goto-address):
2355 * net/ange-ftp.el (ange-ftp): Put in comm group.
2356
2357 * view.el (view): Remove from editing group.
2358
2359 * uniquify.el (uniquify): Put in files group.
2360
2361 * net/browse-url.el (browse-url):
2362 * ps-print.el (postscript): Put in external group.
2363
2364 * cus-edit.el (outlines):
2365 * textmodes/text-mode.el (text-mode-hook):
2366 * textmodes/table.el (table):
2367 * textmodes/picture.el (picture):
2368 * outline.el (outlines): Put in wp group.
2369
2370 * nxml/nxml-mode.el (nxml): Remove from wp group.
2371
2372 * net/tramp-imap.el (tramp-imap): Put in tramp group.
2373
2374 * mail/metamail.el (metamail): Remove from hypermedia group.
2375
2376 * cus-edit.el (abbrev):
2377 * whitespace.el (whitespace):
2378 * vcursor.el (vcursor):
2379 * reveal.el (reveal):
2380 * hl-line.el (hl-line): Put in convenience group.
2381
2382 * epg-config.el (epg): Put in data group.
2383
2384 * emulation/pc-select.el (pc-select): Put in emulations group.
2385
2386 * calculator.el (calculator): Put in applications group.
2387
2388 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2389
2390 Add .dir-locals.el support for file-less buffers.
2391 * files.el (hack-local-variables): Split out code to apply local
2392 variable settings ...
2393 (hack-local-variables-apply): ... here. New function.
2394 (hack-dir-local-variables): Use the default directory for when the
2395 buffer does not have an associated file.
2396 (hack-dir-local-variables-non-file-buffer): New function.
2397 * diff-mode.el (diff-mode):
2398 * vc-annotate.el (vc-annotate-mode):
2399 * vc-dir.el (vc-dir-mode):
2400 * log-edit.el (log-edit-mode):
2401 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2402
2403 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 Add support for shelving snapshots and for showing shelves.
2406 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2407 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2408 New functions.
2409 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2410 (vc-bzr-extra-menu-map): Map them.
2411
2412 2010-03-11 Glenn Morris <rgm@gnu.org>
2413
2414 * cus-edit.el (customize-changed-options-previous-release):
2415 Bump to 23.1.
2416
2417 * image.el (image-animate-max-time): Fix :version tag.
2418
2419 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2420
2421 * Branch for 23.2.
2422
2423 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * vc-git.el (vc-git-revision-table): Include remote branches.
2426
2427 2010-03-10 Kim F. Storm <storm@cua.dk>
2428
2429 Animated image API.
2430 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2431
2432 * image.el (image-animate-max-time): New defcustom.
2433 (image-animated-types): New defconst.
2434 (create-animated-image, image-animate-timer)
2435 (image-animate-start, image-animate-stop, image-animate-timeout)
2436 (image-animated-p): New functions.
2437
2438 * image-mode.el (image-toggle-display-image):
2439 Replace `create-image' with `create-animated-image'.
2440
2441 2010-03-09 Miles Bader <miles@gnu.org>
2442
2443 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2444 instead of "format:"; this ensures that the output is
2445 newline-terminated.
2446
2447 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2448
2449 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2450 that all errors are caught, and that the return value is always a
2451 list (Bug#5692).
2452
2453 2010-03-08 Kenichi Handa <handa@m17n.org>
2454
2455 * language/misc-lang.el (windows-1256): New coding system.
2456 (cp1256): New alias of windows-1256 (bug#5690).
2457
2458 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2459
2460 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2461 call to rfc822-bad-address. (Bug#5692)
2462
2463 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2464
2465 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2466 Use vc-git-root as default directory for revision path (Bug#5657).
2467
2468 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * calculator.el (calculator): Don't bind split-window-keep-point
2471 (Bug#5674).
2472
2473 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * vc-git.el: Re-flow to fit into 80 columns.
2476 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2477 Remove spurious `quote' element in each case alternative.
2478 (vc-git-show-log-entry): Use prog1.
2479 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2480
2481 2010-03-06 Glenn Morris <rgm@gnu.org>
2482
2483 * cedet/semantic/grammar.el (semantic-grammar-header-template):
2484 Update template copyright to GPLv3+.
2485
2486 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2489
2490 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2493 definition, not the name (Bug#5481).
2494
2495 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2496
2497 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2498 argument with a local variable. (Bug#5670)
2499
2500 2010-03-02 Juri Linkov <juri@jurta.org>
2501
2502 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2503
2504 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2507 error when FILENAME and NEWNAME are existing remote directories.
2508
2509 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2510 parameter DIR-FLAG.
2511
2512 2010-03-02 Glenn Morris <rgm@gnu.org>
2513
2514 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2515 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2516
2517 2010-03-01 Kenichi Handa <handa@m17n.org>
2518
2519 * language/burmese.el (burmese-composable-pattern): Rename from
2520 myanmar-composable-pattern.
2521
2522 * international/characters.el (script-list):
2523 * international/fontset.el (script-representative-chars):
2524 Change myanmar to burmese.
2525 (otf-script-alist): Likewise.
2526 (setup-default-fontset): Likewise. Re-fix :otf spec.
2527
2528 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2529
2530 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2531
2532 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2533
2534 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2535
2536 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2537
2538 * net/tramp.el (tramp-handle-write-region): START can be a string.
2539 Take care in the checks. Reported by Dan Davison
2540 <davison@stats.ox.ac.uk>.
2541
2542 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * net/dbus.el (dbus-introspect, dbus-get-property)
2545 (dbus-set-property, dbus-get-all-properties):
2546 Use `dbus-call-method' when noninteractive. (Bug#5645)
2547
2548 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2551 * emacs-lisp/elint.el (elint-add-required-env):
2552 * cedet/semantic/db-find.el
2553 (semanticdb-find-translate-path-brutish-default):
2554 * cedet/ede/make.el (ede-make-check-version):
2555 * calendar/icalendar.el (icalendar--add-diary-entry):
2556 * calc/calcalg2.el (math-tracing-integral):
2557 * files.el (recover-session-finish): Use with-current-buffer
2558 instead of save-excursion.
2559
2560 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 Fix in-buffer completion when after-change-functions modify the buffer.
2563 * minibuffer.el (completion--replace): New function.
2564 (completion--do-completion): Use it and use relative movement.
2565
2566 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2567
2568 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2569
2570 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2571
2572 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2573 Allow the characters _<> in the stack entry (Bug#5653).
2574
2575 2010-02-26 Kenichi Handa <handa@m17n.org>
2576
2577 * language/burmese.el: Fix entries in composition-function-table.
2578 (myanmar-composable-pattern): New variable.
2579
2580 * international/fontset.el (setup-default-fontset): Add an entry
2581 for myanmar.
2582
2583 * international/characters.el (script-list): Add Myanmar
2584 Extended-A.
2585
2586 2010-02-26 Glenn Morris <rgm@gnu.org>
2587
2588 * custom.el (custom-initialize-delay): Doc fix.
2589
2590 * mail/sendmail.el (send-mail-function): Autoload the call
2591 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2592
2593 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * files.el (hack-local-variables-filter): For eval forms, also
2596 check safe-local-variable-p (Bug#5636).
2597
2598 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2599
2600 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2601 and use c(ad)r of cddr (Bug#5640).
2602
2603 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2606 setting the modes by `ignore-errors'. It might fail, for example
2607 if the file is not owned by the user but the group.
2608 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2609
2610 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * files.el (directory-listing-before-filename-regexp): Use
2613 stricter matching for iso-style dates, to avoid false matches with
2614 date-like filenames (Bug#5597).
2615
2616 * htmlfontify.el (htmlfontify): Doc fix.
2617
2618 * eshell/eshell.el (eshell): Doc fix.
2619
2620 * startup.el (fancy-about-screen): In mode-line, apply
2621 mode-line-buffer-id face only to the buffer name (Bug#5613).
2622
2623 2010-02-20 Kevin Ryde <user42@zip.com.au>
2624
2625 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2626 In `watcom' anchor regexp to start of line, to avoid slowness
2627 (Bug#5599).
2628
2629 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2630
2631 * subr.el (remove-yank-excluded-properties): Explain in a comment
2632 why `category' property is removed.
2633
2634 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2637 2010-02-17 change.
2638
2639 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2640
2641 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2642 (icalendar--convert-weekly-to-ical)
2643 (icalendar--convert-yearly-to-ical)
2644 (icalendar--convert-block-to-ical)
2645 (icalendar--convert-cyclic-to-ical)
2646 (icalendar--convert-anniversary-to-ical): Take care of time
2647 specifications where hour has 1-digit only (Bug#5549).
2648
2649 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2650
2651 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2652 of disassemble output in GDB 7.1.
2653
2654 2010-02-19 Glenn Morris <rgm@gnu.org>
2655
2656 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2657 property. (Bug#5593)
2658
2659 2010-02-18 Sam Steingold <sds@gnu.org>
2660
2661 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2662
2663 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 Use abbreviated file names in bookmarks (bug#5591).
2666 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2667 calls to expand-file-name.
2668 (bookmark-relocate): Use abbreviated file names in bookmarks.
2669 (bookmark-load): Use abbreviated file names in messages.
2670
2671 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2672
2673 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2674 expand "." and "..". Reported by Thierry Volpiatto
2675 <thierry.volpiatto@gmail.com>.
2676
2677 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2678
2679 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2680 permissions of the temporary file to "0600". In case the remote
2681 file has no read permissions for the owner, there might be
2682 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2683
2684 22010-02-18 Glenn Morris <rgm@gnu.org>
2685
2686 * emacs-lisp/authors.el (authors-renamed-files-alist):
2687 Add entries for INSTALL.CVS.
2688
2689 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2690
2691 * vc-bzr.el: Fix typo in Known Bugs section.
2692
2693 * isearch.el (isearch-update-post-hook): New hook.
2694 (isearch-update): Use the new hook.
2695
2696 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2697
2698 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2699 Fix errors in copying directories.
2700 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2701 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2702 (tramp-handle-delete-file)
2703 (tramp-handle-dired-recursive-delete-directory)
2704 (tramp-handle-write-region): Flush also the cache for the upper
2705 directory.
2706
2707 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2708
2709 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2710
2711 * cus-edit.el (hardware): Doc fix.
2712
2713 * man.el (man): Add to external custom group.
2714
2715 * delim-col.el (columns): Move to wp custom group.
2716
2717 * doc-view.el (doc-view): Add to data custom group.
2718
2719 * cedet/data-debug.el (data-debug): Move to extensions group.
2720
2721 * cedet/ede.el (ede):
2722 * cedet/srecode.el (srecode):
2723 * cedet/semantic.el (semantic): Put in tools and extensions group.
2724
2725 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2726
2727 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2728 by ispell-parse-output (Bug#5575).
2729
2730 2010-02-16 Kenichi Handa <handa@m17n.org>
2731
2732 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2733 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2734 (skkdic-convert): Use `euc-japan' coding system for writing.
2735
2736 2010-02-16 Glenn Morris <rgm@gnu.org>
2737
2738 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2739 tex-main-file before using it. (Bug#5562)
2740
2741 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2744 warnings, since it is annoying for the user to see them each time he
2745 runs the code.
2746
2747 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2748
2749 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2750 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2751 instead of PROC for caching "first-password-request". Otherwise,
2752 new processes would not profit from passwords already entered.
2753
2754 * net/tramp-cache.el (tramp-dump-connection-properties):
2755 Don't save "first-password-request" property.
2756
2757 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2758
2759 * outline.el (outline-head-from-level):
2760 * simple.el (with-wrapper-hook):
2761 * cedet/ede.el (ede-run-target, project-delete-target)
2762 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
2763 (ede-adebug-project, ede-adebug-project-parent)
2764 (ede-adebug-project-root):
2765 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2766 (elint-defun, elint-buffer-env, elint-top-form-logged)
2767 (elint-unbound-variable):
2768 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2769 Fix typos in docstrings.
2770
2771 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * files.el (insert-directory): When WILDCARD-REGEXP and
2774 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2775 whole directory. (Bug#5551)
2776
2777 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2778 dired's alignment sanity. (Bug#5516)
2779
2780 2010-02-14 Juri Linkov <juri@jurta.org>
2781
2782 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2783 Remove remaining ^H with their preceding chars. (Bug#5566)
2784
2785 2010-02-13 Glenn Morris <rgm@gnu.org>
2786
2787 * simple.el (transpose-subr): Give it a doc-string.
2788
2789 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2790 Doc fixes.
2791
2792 2010-02-12 Juri Linkov <juri@jurta.org>
2793
2794 * arc-mode.el (archive-unique-fname): Make directories for nested
2795 archives. (Bug#5540)
2796
2797 2010-02-12 Juri Linkov <juri@jurta.org>
2798
2799 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2800
2801 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * subr.el (copy-overlay): Handle deleted overlays.
2804
2805 * man.el (Man-completion-table): Don't signal an error if we can't run
2806 manual-program (bug#4056).
2807
2808 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2811
2812 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2813
2814 * info.el (Info-bookmark-jump): Simplify.
2815
2816 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2817 (bookmark-default-handler): Accept new bookmark field `buffer'.
2818
2819 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * iswitchb.el (iswitchb-completions): Revert last change.
2822
2823 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2824
2825 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2826 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2827 This prevents file names like "~/" being listed literally.
2828
2829 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2830
2831 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2832 Remove dead code. (Bug#5546)
2833
2834 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2837 correctly (Bug#5548).
2838
2839 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2840
2841 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2842 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2843
2844 2010-02-08 Kenichi Handa <handa@m17n.org>
2845
2846 * international/mule-util.el (with-coding-priority): Add autoload
2847 cookie for putting `lisp-indent-function'.
2848
2849 2010-02-07 Glenn Morris <rgm@gnu.org>
2850
2851 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2852 Move F2003 named interfaces from keywords-2 to keywords-1, and
2853 use function-name-face rather than constant-face.
2854 Simplify "abstract interface" regexp.
2855
2856 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2859 ID-FORMAT. Pass it to `file-attributes'.
2860
2861 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2862
2863 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2864
2865 * faces.el (set-face-attribute): Allow calling
2866 internal-set-lisp-face-attribute with 'unspecified family and
2867 foundry argument (Bug#5536).
2868
2869 2010-02-07 Glenn Morris <rgm@gnu.org>
2870
2871 * progmodes/f90.el (f90-font-lock-keywords-2)
2872 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2873 Handle F2003 named interfaces.
2874
2875 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2878 beg and end before calling c-get-state-before-change-functions.
2879
2880 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2881
2882 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2883
2884 2010-02-05 Juri Linkov <juri@jurta.org>
2885
2886 * doc-view.el (doc-view-mode):
2887 * image-mode.el (image-mode): Put property mode-class=special.
2888 (Bug#4896)
2889
2890 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2891
2892 * vc-svn.el (vc-svn-revision-table): New function.
2893
2894 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2895
2896 * net/ange-ftp.el (ange-ftp-insert-directory):
2897 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2898 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2899 Handle also directories. (Bug#5478)
2900
2901 2010-02-05 Glenn Morris <rgm@gnu.org>
2902
2903 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2904
2905 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * startup.el (command-line-1): Convert options beginning with a
2908 single dash as well (Bug#5519).
2909
2910 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2913 * minibuffer.el (completion-initials-expand): Only check the presence
2914 of delims *within* the boundaries, since otherwise the / delim is
2915 always found for files.
2916
2917 Fix up various corner case problems.
2918 * doc-view.el (doc-view-last-page-number): New function.
2919 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2920 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2921 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2922 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2923 (doc-view-convert-current-doc): Don't create the resolution.el file
2924 here any more.
2925 (doc-view-pdf/ps->png): Do it here instead.
2926 (doc-view-already-converted-p): Check that resolution.el is present.
2927 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2928 windows that are not yet showing images.
2929
2930 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2931
2932 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2933 `dired-uncache' for every elemnt which is an absolute file name.
2934
2935 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2936 directory, handle its directory component.
2937 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2938 function is called permanently and creates noise, otherwise.
2939
2940 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2941 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2942 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2943
2944 2010-02-04 David Burger <dburger@google.com> (tiny change)
2945
2946 * macros.el (apply-macro-to-region-lines):
2947 Minor simplification. (Bug#5485)
2948
2949 2010-02-04 Glenn Morris <rgm@gnu.org>
2950
2951 * mail/rmail.el (rmail-show-message-1): Handle malformed
2952 quoted-printable text. (Bug#5441)
2953
2954 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2955
2956 * simple.el (visual-line-mode): Capitalize lighter.
2957
2958 2010-02-03 John Wiegley <jwiegley@gmail.com>
2959
2960 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2961 list of files considered for "virtual buffer" completions.
2962
2963 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2964
2965 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2966 also in case of (and (not full) (not wildcard)). This is needed,
2967 when dired is called with a list of files, which are not in
2968 `default-directory'. (Bug#5478)
2969
2970 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2973
2974 2010-02-02 Juri Linkov <juri@jurta.org>
2975
2976 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2977 from unidiff to allow function-line after @@.
2978
2979 2010-02-02 Juri Linkov <juri@jurta.org>
2980
2981 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2982 '(RCS SCCS) with inverted condition.
2983
2984 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2985
2986 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2987 messages.
2988
2989 2010-02-01 Juri Linkov <juri@jurta.org>
2990
2991 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2992 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2993 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2994 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2995
2996 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2999 (doc-view-revert-buffer): New command.
3000 (doc-view-mode-map): Use it.
3001
3002 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3003
3004 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3005 pending merge is detected.
3006
3007 2010-01-31 Juri Linkov <juri@jurta.org>
3008
3009 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3010 beginning of interactive spec like all other grep commands do.
3011 Put "all" in front of "gz". (Bug#5260)
3012
3013 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3014
3015 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3016
3017 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3018
3019 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3020 regexp is incorrect (Bug#5476).
3021
3022 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3023
3024 * net/tramp.el (tramp-handle-insert-directory): Handle also
3025 symlinks, when FILENAME is not in `default-directory'.
3026
3027 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3028
3029 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3030 FILE is not in `default-directory'. (Bug#5478)
3031
3032 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3033 of SWITCHES. Handle the case, FILENAME is not in
3034 `default-directory'. (Bug#5478)
3035 (tramp-register-file-name-handlers): Add safe-magic property.
3036
3037 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3038
3039 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3040 unzip (Bug#5475).
3041
3042 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3043
3044 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3045 (flymake-master-make-header-init): Add other C++ filename masks.
3046 (flymake-find-possible-master-files)
3047 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3048
3049 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3050
3051 Fix some busybox annoyances.
3052
3053 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3054 not responding." string.
3055 (tramp-open-connection-setup-interactive-shell): Dump stty
3056 settings. Enable "neveropen" arg for all `tramp-send-command'
3057 calls. Handle "=" in variable values properly.
3058 (tramp-find-inline-encoding): Raise an error, when no encoding is
3059 found.
3060 (tramp-wait-for-output): Check, whether PROC buffer is available.
3061 Remove spurious " ^H" sequences, sent by busybox.
3062 (tramp-get-ls-command): Suppress coloring, if possible.
3063
3064 2010-01-28 Glenn Morris <rgm@gnu.org>
3065
3066 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3067
3068 * log-edit.el (log-edit-strip-single-file-name): Add missing
3069 :safe, :group, and :version tags.
3070
3071 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3072
3073 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3074 buffers. (Bug#5477)
3075
3076 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3077
3078 * files.el (delete-directory): Handle moving to trash without
3079 first doing recursion (Bug#5436).
3080
3081 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3082
3083 * vc-hooks.el (vc-path): Mark as obsolete.
3084
3085 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3086
3087 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3088 names too.
3089
3090 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3091 for the short log.
3092 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3093
3094 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3095
3096 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3097
3098 * vc-bzr.el (vc-bzr-revision-table): New function.
3099
3100 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3101
3102 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3103 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3104
3105 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3106
3107 Remove support for adding --signoff on commit.
3108 Future support will use an incompatible generic mechanism.
3109 * vc-git.el (vc-git-add-signoff): Remove variable.
3110 (vc-git-toggle-signoff): Remove function.
3111 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3112
3113 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3114 from xterm-set-background-mode. Return t if the background mode
3115 was set.
3116 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3117 earlier, call it again in case the background mode has changed.
3118
3119 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3120
3121 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3122 (Bug#3541).
3123
3124 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3125
3126 * emacs-lisp/assoc.el (aelement): Doc fix.
3127 (aput, adelete, amake): Use lexical-let (Bug#5450).
3128
3129 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3130
3131 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3132 is the same as subprogram call, not declaration. (Bug#5435).
3133
3134 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3135
3136 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3137 (tramp-smb-maybe-open-connection): Use it.
3138
3139 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3140
3141 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3142
3143 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3144
3145 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3146 just because we see "encoding: 8bit".
3147 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3148
3149 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3150
3151 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3152
3153 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3154
3155 * jka-compr.el (jka-compr-load): If load-file is not in
3156 load-history, try its file-truename version. (bug#5447)
3157
3158 2010-01-21 Alan Mackenzie <acm@muc.de>
3159
3160 Fix a situation where deletion of a cpp construct throws an error.
3161 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3162 invoking c-with-all-but-one-cpps-commented-out, check that the
3163 special cpp construct is still in the buffer.
3164 (c-parse-state): Record the special cpp with markers, not numbers.
3165
3166 2010-01-21 Kenichi Handa <handa@m17n.org>
3167
3168 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3169 process last-command-event, as it is now decoded first (Bug#5380).
3170
3171 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3174
3175 2010-01-20 Glenn Morris <rgm@gnu.org>
3176
3177 * indent.el (tab-always-indent): Fix custom-type.
3178
3179 2010-01-19 Alan Mackenzie <acm@muc.de>
3180
3181 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3182 buffer throws "args out of range".
3183 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3184 playing the role of delimiter.
3185
3186 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3187
3188 * progmodes/ada-mode.el: Fix bug#5400.
3189 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3190 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3191 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3192 Improve comments in "is" portion. Handle null procedure declaration.
3193 (ada-move-to-end): Improve doc string.
3194
3195 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3196
3197 * ido.el (ido-cur-list): Initialize to nil.
3198 Remove obsolete information from commentary.
3199 (ido-choice-list): Initialize to nil.
3200 (ido-get-bufname): Reject minibuffers.
3201 (ido-make-buffer-list): If "default" is a nonexistent
3202 buffer, ignore it, as per the function's comment.
3203 (ido-kill-buffer-internal): New function.
3204 (ido-kill-buffer-at-head): Use it.
3205 (ido-visit-buffer): Likewise.
3206
3207 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3210
3211 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * cedet/ede/locate.el (ede-locate-file-in-project)
3214 (ede-locate-file-in-project-impl): Fix typos in docstrings.
3215 (ede-enable-locate-on-project): Fix typos in error messages.
3216
3217 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3218 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3219 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3220 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3221 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3222 Fix typos in menu help.
3223
3224 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3225 Fix typos in chart titles.
3226
3227 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3228 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3229 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3230 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3231 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3232 (semantic-parse-stream, semantic-parse-region)
3233 (semantic-parse-region-default, semantic--set-buffer-cache)
3234 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3235 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3236 (semantic-default-submodes):
3237 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3238 (semanticdb-create-ebrowse-database)
3239 (semanticdb-find-tags-for-completion-method)
3240 (semanticdb-find-tags-by-class-method)
3241 (semanticdb-deep-find-tags-by-name-method)
3242 (semanticdb-deep-find-tags-for-completion-method):
3243 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3244 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3245 (semanticdb-find-tags-for-completion-method)
3246 (semanticdb-find-tags-by-class-method)
3247 (semanticdb-deep-find-tags-for-completion-method):
3248 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3249 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3250 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3251 (semanticdb-find-tags-by-name-method)
3252 (semanticdb-find-tags-by-name-regexp-method)
3253 (semanticdb-find-tags-for-completion-method)
3254 (semanticdb-find-tags-by-class-method)
3255 (semanticdb-find-tags-external-children-of-type-method)
3256 (semanticdb-find-tags-subclasses-of-type-method)
3257 (semanticdb-deep-find-tags-by-name-method)
3258 (semanticdb-deep-find-tags-by-name-regexp-method)
3259 (semanticdb-deep-find-tags-for-completion-method):
3260 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3261 (semanticdb-enable-gnu-global-in-buffer)
3262 (semanticdb-find-tags-for-completion-method)
3263 (semanticdb-deep-find-tags-by-name-method)
3264 (semanticdb-deep-find-tags-for-completion-method):
3265 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3266 (javascript-mode, semanticdb-find-translate-path)
3267 (semanticdb-find-tags-for-completion-method)
3268 (semanticdb-find-tags-by-class-method)
3269 (semanticdb-deep-find-tags-by-name-method)
3270 (semanticdb-deep-find-tags-for-completion-method)
3271 (semanticdb-find-tags-external-children-of-type-method):
3272 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3273 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3274 (global-semantic-idle-scheduler-mode):
3275 * cedet/srecode/dictionary.el (srecode-field-value)
3276 (srecode-dictionary-add-section-dictionary):
3277 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3278 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3279 (describe-class, eieio-describe-generic, describe-generic):
3280 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3281 (eieio-speedbar-expand):
3282 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3283 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3284 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3285 (viper-del-backward-char-in-replace, viper-backward-indent)
3286 (viper-brac-function, viper-register-to-point, viper-submit-report):
3287 * net/tramp.el (tramp-remote-coding-commands):
3288 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3289 Fix typos in docstrings.
3290
3291 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * mail/sendmail.el (mail-yank-original): Set the mark if the
3294 specified function for yanking does not do it.
3295
3296 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3297
3298 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3299
3300 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3301 resyncing a directory.
3302
3303 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3304
3305 * progmodes/ada-mode.el: Fix bug#1920.
3306 (ada-ident-re): Delete ., allow multibyte characters.
3307 (ada-goto-label-re): New; matches goto labels.
3308 (ada-block-label-re): New; matches block labels.
3309 (ada-label-re): New; matches both.
3310 (ada-named-block-re): Deleted; callers changed to use
3311 `ada-block-label-re' instead.
3312 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3313 Use `ada-block-label-re'.
3314 (ada-indent-on-previous-lines): Improve handling of goto labels.
3315 (ada-get-indent-block-start): Special-case block label.
3316 (ada-get-indent-label): Split into `ada-indent-block-label' and
3317 `ada-indent-goto-label'.
3318 (ada-goto-stmt-start, ada-goto-next-non-ws):
3319 Optionally ignore goto labels.
3320 (ada-goto-next-word): Simplify.
3321 (ada-indent-newline-indent-conditional): Insert newline before
3322 trying to fix indentation; doc fix.
3323
3324 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3325
3326 * calc/calc.el (calc-command-flags): Give it an initial value.
3327
3328 2010-01-17 Glenn Morris <rgm@gnu.org>
3329
3330 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3331
3332 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3333
3334 * cedet/semantic.el (semantic-mode):
3335 * files.el (minibuffer-with-setup-hook):
3336 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3337 (artist-key-draw-continously, artist-key-do-continously-continously)
3338 (artist-key-set-point-continously, artist-mouse-draw-continously):
3339 Fix typos in docstrings.
3340
3341 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3342
3343 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3344 return t (Bug#3898).
3345
3346 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3347
3348 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3349 can parse the output of the external commands (Bug#5279).
3350
3351 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3352
3353 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3354
3355 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3358
3359 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3360
3361 * startup.el (command-line): Remove unused --icon-type arg.
3362 Handle --display arg, passing it to command-line-1 (Bug#5392).
3363
3364 2010-01-16 Mario Lang <mlang@delysid.org>
3365
3366 * cedet/ede/cpp-root.el (ede-cpp-root-project):
3367 * cedet/ede/files.el (ede-expand-filename):
3368 * cedet/ede/simple.el (ede-simple-project):
3369 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3370 (semantic-complete-inline-tag-engine):
3371 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3372 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3373 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3374 * cedet/semantic/db.el (semanticdb-equivalent-mode):
3375 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3376 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3377 * emacs-lisp/chart.el (chart-translate-namezone):
3378 * textmodes/artist.el (artist-compute-popup-menu-table):
3379 Remove duplicated words in doc-strings.
3380
3381 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3382
3383 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3384 to mairix-search to suppress threading (Bug#5342).
3385
3386 2010-01-15 Kenichi Handa <handa@m17n.org>
3387
3388 * international/mule-cmds.el (canonicalize-coding-system-name):
3389 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3390
3391 2010-01-15 Glenn Morris <rgm@gnu.org>
3392
3393 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3394
3395 * wid-edit.el (widget-keymap): Doc fix.
3396
3397 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3398 former seems to be more widely accepted by various svn versions.
3399
3400 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3401
3402 * find-cmd.el (find-constituents):
3403 * vc-arch.el (vc-arch-root):
3404 * window.el (window-body-height, pop-up-frames):
3405 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3406 (semantic-no-reparse-needed-change-hook):
3407 * cedet/srecode/insert.el (srecode-resolve-argument-list)
3408 (srecode-template-inserter-blank, srecode-template-inserter-variable)
3409 (srecode-template-inserter-ask, srecode-template-inserter-width)
3410 (srecode-template-inserter-section-start)
3411 (srecode-template-inserter-section-end, srecode-insert-method):
3412 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3413 * progmodes/ada-stmt.el (ada-if):
3414 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3415 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3416 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3417 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3418
3419 * progmodes/flymake.el (flymake-post-syntax-check):
3420 Fix typo in error message.
3421
3422 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3423
3424 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3425 which is always a string. (Bug#5313)
3426
3427 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3428
3429 * progmodes/ada-xref.el (ada-default-prj-properties):
3430 Simplify previous change.
3431
3432 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3433
3434 * progmodes/ada-xref.el (ada-default-prj-properties):
3435 Default ada_project_path to $ADA_PROJECT_PATH.
3436
3437 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3438
3439 * progmodes/ada-mode.el (ada-create-keymap):
3440 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3441
3442 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3443
3444 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3445 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3446 (ada-get-current-indent, ada-imenu-generic-expression)
3447 (ada-which-function): Check for it.
3448
3449 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3450
3451 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3452 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3453
3454 2010-01-14 Glenn Morris <rgm@gnu.org>
3455
3456 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3457
3458 2010-01-14 Kenichi Handa <handa@m17n.org>
3459
3460 * composite.el (auto-composition-mode): Make it a buffer local
3461 variable (permanent-local).
3462 (auto-composition-function): Set the default value to
3463 auto-compose-chars.
3464 (auto-composition-mode): Make it a simple function, not a minor mode.
3465 (global-auto-composition-mode): Likewise.
3466 (turn-on-auto-composition-if-enabled): Delete it.
3467
3468 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3469
3470 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3471
3472 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3473
3474 * files.el (copy-directory): Compute target for recursive
3475 directories with identical names. (Bug#5343)
3476
3477 2010-01-12 Glenn Morris <rgm@gnu.org>
3478
3479 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3480 it to bug-gnu-emacs rather than emacs-pretest-bug.
3481
3482 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * cedet/data-debug.el (data-debug): Fix customization group reference.
3485
3486 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * cedet/semantic/analyze.el (semantic-analyze-push-error)
3489 (semantic-analyze-context, semantic-analyze-context-assignment)
3490 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3491 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3492 (semantic-java-doc-keywords-map):
3493 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3494 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3495 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3496 (semantic-c-classname, semantic-format-tag-uml-prototype)
3497 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3498 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3499 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3500 (semantic-get-local-variables, semantic-end-of-command)
3501 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
3502 (lisp-mode):
3503 * cedet/semantic/bovine/make.el (makefile-mode):
3504 * cedet/semantic/wisent/python.el (wisent-python-string-re)
3505 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
3506 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
3507 (semantic-lex, semantic-get-local-variables, python-mode):
3508 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
3509 * cedet/srecode/extract.el (srecode-extract-state-set)
3510 (srecode-extract-method): Fix typos in docstrings.
3511
3512 2010-01-11 Sam Steingold <sds@gnu.org>
3513
3514 * imenu.el (imenu-default-create-index-function): Detect infinite
3515 loops caused by imenu-prev-index-position-function.
3516
3517 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * htmlfontify.el (htmlfontify-load-rgb-file)
3520 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3521 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3522 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3523 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3524 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3525 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3526 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3527 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3528 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3529 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3530 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3531 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3532 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3533 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3534 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3535 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3536 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3537 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3538 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3539 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3540 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3541 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3542 backslash-quoting from parentheses, etc.
3543
3544 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * progmodes/js.el: Autoload javascript-mode alias.
3547
3548 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3551 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3552 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3553 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3554 Fix typos in docstrings.
3555 (ffap-url-regexp): Doc fix.
3556 (ffap-at-mouse): Fix typo in message.
3557
3558 2010-01-11 Glenn Morris <rgm@gnu.org>
3559
3560 * version.el (emacs-copyright): Set copyright year to 2010.
3561
3562 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * format.el (format-annotate-function): Only set
3565 write-region-post-annotation-function after running to-fn so as not to
3566 affect nested write-region calls (bug#5273).
3567
3568 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3569
3570 * cedet/semantic.el (semantic-new-buffer-setup-functions):
3571 Add python parser.
3572
3573 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3574 wisent/python.el.
3575
3576 2010-01-10 Richard Kim <emacs18@gmail.com>
3577
3578 * cedet/semantic/wisent/python-wy.el:
3579 * cedet/semantic/wisent/python.el: New files.
3580
3581 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * man.el (Man-goto-section): Signal error if the section is not
3584 found (Bug#5317).
3585
3586 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3587
3588 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3589 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3590
3591 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3592
3593 * progmodes/compile.el: Don't treat compile-command as safe if
3594 compilation-read-command might be nil (Bug#4218).
3595
3596 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3597
3598 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3599 NS options.
3600
3601 2010-01-08 Kenichi Handa <handa@m17n.org>
3602
3603 * international/fontset.el (build-default-fontset-data):
3604 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3605
3606 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3607
3608 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3609 to `create-file-buffer' as it expects, not just a buffer name.
3610 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3611 to help uniquify. (Bug#3224)
3612
3613 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3614
3615 * font-setting.el (font-setting-change-default-font): Use user-spec
3616 instead of name.
3617
3618 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3619
3620 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3621
3622 2010-01-05 Tom Tromey <tromey@redhat.com>
3623
3624 * progmodes/python.el (python-font-lock-keywords):
3625 Handle qualified decorators (Bug#881).
3626
3627 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3628
3629 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3630 in a lightweight checkout.
3631
3632 2010-01-05 Kenichi Handa <handa@m17n.org>
3633
3634 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3635
3636 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3637
3638 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3639
3640 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3641
3642 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3643 checkouts. (Bug#618)
3644 (vc-bzr-log-view-mode): Also highlight the author.
3645 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3646 (vc-bzr-shelve-menu-map):
3647 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3648 (vc-bzr-shelve-apply): Make prompt more explicit.
3649
3650 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3653 They are valid characters in URL paths (rfc3986), and at least
3654 Firefox does not understand the encoded version (Bug#3166).
3655
3656 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3657
3658 * progmodes/octave-mod.el (octave-end-keywords)
3659 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3660 Add "end" keyword (Bug#3061).
3661 (octave-end-as-array-index-p): New function.
3662 (calculate-octave-indent): Use it.
3663
3664 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3665
3666 * bookmark.el: Consistently put the text property on the bookmark name.
3667 (bookmark-bmenu-marks-width): Bump back to 2, to include
3668 annotation marks.
3669 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3670 property on the bookmark name, instead of not putting it at all.
3671 (bookmark-bmenu-list): Fix where we put the text property.
3672
3673 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3674
3675 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3676 for showing buffer modified state (as added in the previous change).
3677
3678 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3679
3680 * bookmark.el: Show modified state of bookmark buffer more accurately.
3681 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3682 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3683 (with-buffer-modified-unmodified): New macro.
3684 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3685 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3686 Use new macro to preserve the buffer modified state.
3687
3688 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3689
3690 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3691 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3692 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3693 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3694 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3695 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3696 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3697
3698 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3699
3700 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3701 Make the lines in the generated doc string shorter. (Bug#4668)
3702
3703 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3704
3705 * net/rcirc.el: Add follow-link binding (Bug#4738).
3706
3707 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3708
3709 * Makefile.in (bzr-update): Rename from cvs-update.
3710 (cvs-update): New target for backward compatibility.
3711
3712 * makefile.w32-in (bzr-update): Rename from cvs-update.
3713 (cvs-update): New target for backward compatibility.
3714
3715 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3716
3717 * bookmark.el: Remove gratuitous gratitude.
3718
3719 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3720
3721 * bookmark.el (bookmark-bmenu-any-marks): New function
3722 (bookmark-bmenu-save): Clear buffer modification if no marks.
3723
3724 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3725
3726 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3727 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3728 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3729 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3730
3731 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3732 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3733 To: emacs-devel {_AT_} gnu.org
3734 Subject: bookmark.el bug report
3735 Date: Mon, 28 Dec 2009 14:19:16 +0800
3736 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3737
3738 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3739
3740 * bookmark.el: Improvements suggested by Drew Adams:
3741 (bookmark-bmenu-ensure-position): New name for
3742 `bookmark-bmenu-check-position'. Just ensure the position,
3743 don't return any meaningful value.
3744 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3745 New constants.
3746
3747 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3748
3749 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3750 (bookmark-yank-point, bookmark-bmenu-check-position):
3751 Fix typos in docstrings.
3752 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3753 (bookmark-name-from-full-record, bookmark-get-position)
3754 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3755 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3756 Remove useless quoting of parenthesis, etc. in docstrings.
3757
3758 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3759 (ediff-append-custom-diff): Fix typo in error message.
3760 (ediff-meta-mark-equal-files): Fix typos in messages.
3761
3762 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3763
3764 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
3765 Fix typo in docstring.
3766
3767 * net/imap-hash.el (imap-hash-make): Doc fix.
3768 (imap-hash-test): Fix typo in error message; reflow docstring.
3769 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3770 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3771 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3772 Fix typos in docstrings.
3773 (imap-hash-open-connection): Fix typo in error message.
3774
3775 * play/gomoku.el (gomoku): Fix typos in docstring.
3776
3777 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3778 (gdb-jsonify-buffer): Fix typos in docstring.
3779 (gdb-goto-breakpoint): Fix typo in error message.
3780 ("Display Other Windows"): Fix typo in help message.
3781 (gdb-speedbar-expand-node): Fix typo in question.
3782
3783 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3784 (idlwave-html-system-help-location, idlwave-html-help-location)
3785 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3786 (idlwave-help-browser-generic-args, idlwave-help-directory)
3787 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3788 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3789 (idlwave-online-help, idlwave-help-html-link)
3790 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3791 Fix typos in docstrings.
3792 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3793 Reflow docstrings.
3794 (idlwave-help-assistant-start): Fix typo in error message.
3795
3796 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3797 (octave-electric-space): Fix typos in docstrings.
3798
3799 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3800
3801 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3802
3803 2010-01-01 Juri Linkov <juri@jurta.org>
3804
3805 * comint.el (comint-input-ring-size): Make it a defcustom and
3806 increase the default to 500 (Bug#5148).
3807
3808 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3809
3810 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3811 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3812 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3813
3814 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3815
3816 Show working revision correctly for mercurial.
3817 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3818 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3819
3820 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3821
3822 Declare some functions for the byte-compiler.
3823 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3824 (speedbar-timer-fn, speedbar-change-expand-button-char)
3825 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3826
3827 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3828
3829 This changeset reverts GDB Graphical Interface to use annotations.
3830 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3831
3832 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 Make vc-dir work on subdirectories of the bzr root.
3835 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3836 file names relative to it.
3837 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3838 relative directory to vc-bzr-after-dir-status.
3839
3840 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3841
3842 * font-lock.el (font-lock-refresh-defaults): New function, which
3843 can be used to let font-lock react to external changes in
3844 variables like font-lock-defaults and keywords.
3845 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3846
3847 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3850
3851 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3852
3853 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3854
3855 Supersede color.diff settings in git log (bug#5211).
3856
3857 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3858 escape chars in its output when the user has color.diff set to `always'.
3859 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3860
3861 2009-12-26 Kevin Ryde <user42@zip.com.au>
3862
3863 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3864 node. Keep previous "Index" name to work with past coreutils too.
3865
3866 * man.el (man): Revise docstring a bit to show -a and -l as
3867 examples. Add -k description since support for it has otherwise
3868 been a secret. (Further to bug#3717.)
3869 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3870 "no matches" rather than "Can't find manpage", as the latter reads
3871 like -k was interpreted as a page name, which is not so. (Bug#5431)
3872
3873 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3874
3875 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3876 switches. Check also for //SUBDIRED// line.
3877
3878 2009-12-25 Kenichi Handa <handa@m17n.org>
3879
3880 * language/indian.el (devanagari-composable-pattern): Fixed to
3881 handle ZWNJ and ZWJ. Use it in composition-function-table for
3882 Devanagari.
3883 (malayalam-composable-pattern): Fix previous change.
3884
3885 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3886
3887 * ps-print.el (ps-face-attributes): It was not returning the
3888 attribute face for faces specified as string. Reported by harven
3889 <harven@free.fr>.
3890 (ps-print-version): New version 7.3.5.
3891
3892 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3893
3894 * calendar/icalendar.el (icalendar--convert-tz-offset):
3895 Fix timezone names.
3896 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3897 (icalendar--add-diary-entry): Remove the trailing blank that
3898 diary-make-entry inserts.
3899
3900 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3901
3902 Make `file-expand-wildcards' work for remote files.
3903
3904 * files.el (file-expand-wildcards): In case of remote files, check
3905 only local file name part for wildcards. Provide feature 'files
3906 and subfeature 'remote-wildcards. (Bug#5198)
3907
3908 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3909 if there is already an established connection.
3910 (tramp-advice-file-expand-wildcards): Remove it.
3911
3912 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3913 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3914 Activate advice for older GNU Emacs versions. (Bug#5237)
3915
3916 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3917
3918 Some doc fixes (more needed).
3919
3920 * find-cmd.el (find-constituents): Reflow docstring.
3921 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3922 (find-generic): Doc fix.
3923
3924 2009-12-17 Juri Linkov <juri@jurta.org>
3925
3926 Fix regression from 23.1 to allow multiple modes in Local Variables.
3927
3928 * files.el (hack-local-variables-filter): While ignoring duplicates,
3929 don't take `mode' into account.
3930 (hack-local-variables-filter, hack-dir-local-variables):
3931 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3932
3933 2009-12-17 Juri Linkov <juri@jurta.org>
3934
3935 Make `dired-diff' safer. (Bug#5225)
3936
3937 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3938 `current' or when `file' is a directory of the `current' file.
3939
3940 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3941
3942 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3943 unconditionally preloaded files.
3944
3945 2009-12-16 Juri Linkov <juri@jurta.org>
3946
3947 Revert to old 23.1 logic of using the file at the mark as default.
3948 * dired-aux.el (dired-diff): Use the file at the mark as default
3949 if it's not the same as the current file, and the target dir is
3950 the current dir or the mark is active. Add the current file
3951 as the arg of `dired-dwim-target-defaults'. Use the default file
3952 in the prompt. (Bug#5225)
3953
3954 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3955
3956 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3957 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3958 (tramp-check-for-regexp): Check also, when an echoing shell stops
3959 to echo sent commands.
3960
3961 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * Makefile.in: Revert last change (Bug#5191).
3964
3965 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3966
3967 * vc-hg.el (vc-hg-print-log): Fix argument order.
3968 (vc-hg-working-revision): Make sure the command is executed in a
3969 known environment so that we can parse the output. (Bug#4417)
3970
3971 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * progmodes/python.el (python-symbol-completions): Remove text
3974 properties from symbol string before calling python-send-receive.
3975
3976 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3977
3978 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3979 when there are values for both file and line. (Bug#5060)
3980
3981 2009-12-14 Juri Linkov <juri@jurta.org>
3982
3983 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3984 whitespace after the file name of the first line of unified format,
3985 because git-diff doesn't output whitespace and file modification time
3986 after the file name.
3987
3988 2009-12-14 David Kastrup <dak@gnu.org>
3989
3990 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3991 check if it already has the `display' property added by
3992 `Info-display-images-node', and not put the `invisible' property
3993 in this case.
3994
3995 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3996
3997 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3998 (semantic-mru-bookmark-mode): Doc fixes.
3999
4000 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4001 of assert.
4002
4003 2009-12-13 Glenn Morris <rgm@gnu.org>
4004
4005 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4006 (report-emacs-bug): In message-mode, sort manually before storing
4007 original report text. (Bug#5178)
4008 Remove superfluous save-excursion.
4009
4010 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4013 when responding to "GetAll" properties.
4014
4015 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * simple.el (compose-mail): Remove mail-setup-with-from from
4018 customization checks.
4019
4020 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4021
4022 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4023 RAR archives created on Unix systems.
4024
4025 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4028 the varalias that was accidentally removed by the 2009-11-19 change
4029 (bug#5186).
4030
4031 2009-12-12 Kenichi Handa <handa@m17n.org>
4032
4033 * language/indian.el (indian-compose-regexp): New function.
4034 (malayalam-composable-pattern): Fix the pattern.
4035 (composition-function-table): Set malayalam-composable-pattern for
4036 Malayalam characters.
4037
4038 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4041 rather than down-mouse-1, based on follow-link conventions.
4042
4043 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4044 are compiled.
4045
4046 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4047
4048 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4049 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4050 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4051 (verilog-leap-to-head, verilog-backward-token):
4052 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4053
4054 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4055
4056 * progmodes/verilog-mode.el (verilog-auto-lineup)
4057 (verilog-nameable-item-re): Cleanup user-visible spelling and
4058 documentation errors. One reported by Gary Delp.
4059 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4060 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4061 package, bug195. Reported by Pierre-David Pfister.
4062
4063 2009-12-11 Glenn Morris <rgm@gnu.org>
4064
4065 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4066
4067 * mail/emacsbug.el: No longer require sendmail.
4068 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4069 (report-emacs-bug-orig-text): Doc fix.
4070 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4071 New local variables, to adapt to different mail-user-agents.
4072 (report-emacs-bug): Fix test for a gnu.org address.
4073 Use overlays for emphasis, since font-lock defeats 'face property.
4074 Pretest bugs also end up at the newsgroup these days.
4075 Stop message-mode stripping text properties.
4076 Set and use the new buffer-local variables.
4077 (report-emacs-bug-hook): Add doc-string.
4078 Remove some unnecessary save-excursions and simplify.
4079 Use the appropriate hook and send-command.
4080
4081 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4082 capitalization of some menu entries.
4083
4084 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4085
4086 * whitespace.el (whitespace-display-char-on): Ensure
4087 `buffer-display-table' is unique when two or more windows are
4088 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4089 New version 12.1.
4090
4091 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4092
4093 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4094 characters in the Attribute field.
4095
4096 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4097
4098 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4099
4100 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4103 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4104 Disregard autoload-excludes.
4105 (update-directory-autoloads): Obey autoload-excludes here instead.
4106 But don't store its contents in no-autoloads and remove entries that
4107 refer to excludes files.
4108
4109 2009-12-10 Glenn Morris <rgm@gnu.org>
4110
4111 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4112 (expand-mail-aliases): Define for compiler.
4113
4114 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4115 Define for compiler.
4116
4117 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4118 appropriate for the mail-user-agent in use.
4119
4120 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4121
4122 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4123
4124 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4125
4126 Fix short log parsing and fontification.
4127 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4128 Fix fontification for the [merge] label.
4129
4130 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4131
4132 Drop some properties to avoid surprises (bug#5002).
4133 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4134 (hfy-fontify-buffer): Use it.
4135
4136 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 Minor cleanup.
4139 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4140 Adjust all callers.
4141 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4142 args compulsory. Adjust callers.
4143 (ffap-gopher-at-point): Remove unused var `name'.
4144
4145 Get rid of the ELCFILES abomination.
4146 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4147 (compile-elcfiles): New phony target.
4148 (compile-main): Compute ELCFILES dynamically.
4149 (compile-clean): New target to remove left-over elc files.
4150 (compile, all): Use it.
4151
4152 2009-12-09 Kenichi Handa <handa@etlken>
4153
4154 * international/mule-diag.el: Require help-mode instead of help-fns.
4155
4156 2009-12-09 Kenichi Handa <handa@m17n.org>
4157
4158 * international/mule-cmds.el (ucs-names): Supply sufficiently
4159 fine ranges instead of pre-calculating accurate ranges.
4160 Iterate with bigger gc-cons-threshold.
4161
4162 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4163
4164 Add support for stashing a snapshot of the current tree.
4165 * vc-git.el (vc-git-stash-snapshot): New function.
4166 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4167
4168 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4169
4170 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4171 instead of `(beginning|end)-of-line'.
4172
4173 2009-12-08 Glenn Morris <rgm@gnu.org>
4174
4175 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4176
4177 * Makefile.in (ELCFILES): Regenerate.
4178
4179 2009-12-07 Juri Linkov <juri@jurta.org>
4180
4181 Don't lazy-highlight the comint output in history Isearch mode.
4182
4183 * comint.el (comint-history-isearch-search): Instead of
4184 `comint-line-beginning-position', use `comint-after-pmark-p'
4185 to check if point if before the process mark, and go to
4186 `process-mark' in this case.
4187
4188 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * textmodes/tex-mode.el (latex-complete)
4191 (latex-indent-or-complete): Remove.
4192 (latex-mode): Set completion-at-point-functions instead.
4193
4194 Provide a standard completion command and hook it into TAB.
4195 * minibuffer.el (completion-at-point-functions): New var.
4196 (completion-at-point): New command.
4197 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4198 * progmodes/python.el (python-mode-map): Use completion-at-point.
4199 (python-completion-at-point): Rename from python-partial-symbol and
4200 adjust for use in completion-at-point-functions.
4201 (python-mode): Setup completion-at-point for Python completion.
4202 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4203 extracted from lisp-complete-symbol.
4204 (lisp-complete-symbol): Use it.
4205 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4206 setup completion-at-point for Elisp completion.
4207 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4208 Use completion-at-point.
4209 * ielm.el (ielm-map): Use completion-at-point.
4210 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4211 * progmodes/sym-comp.el: Move to...
4212 * obsolete/sym-comp.el: Move from progmodes.
4213
4214 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4215
4216 Prevent save-buffer in Rmail buffers from using the coding-system
4217 of the current message, and from clobbering the encoding mnemonics
4218 in the mode line (Bug#4623).
4219
4220 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4221 flag, too.
4222 (rmail-message-encoding): New variable.
4223 (rmail-write-region-annotate): Record the encoding of the current
4224 message in rmail-message-encoding.
4225 (rmail-after-save-hook): New function, restores the encoding of
4226 the current message after the message collection is saved.
4227
4228 2009-12-07 Juri Linkov <juri@jurta.org>
4229
4230 * progmodes/grep.el (grep-read-files): Use `completing-read'
4231 instead of `read-string'. Set its `collection' arg to
4232 `read-file-name-internal'. (Bug#4301)
4233
4234 2009-12-07 Juri Linkov <juri@jurta.org>
4235
4236 Correctly restore original Isearch point. (Bug#4994)
4237
4238 * isearch.el (isearch-mode): Move `isearch-push-state' after
4239 `(run-hooks 'isearch-mode-hook)'.
4240 (isearch-cancel): When `isearch-push-state-function' is defined,
4241 let-bind `isearch-cmds' to the first state (the last element of
4242 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4243 function and restores the original point). Otherwise, move point
4244 to `isearch-opoint'.
4245
4246 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4249 chars that don't have names, so the table can be built much faster at
4250 run-time.
4251
4252 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4255 change. Suggested by David Kastrup.
4256
4257 * simple.el (compose-mail): Check for incompatibilities and warn.
4258 (compose-mail-user-agent-warnings): New option.
4259
4260 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4261
4262 Support showing a single log entry from vc-annotate.
4263 * vc.el (print-log): Add a new argument: START-REVISION.
4264 (vc-print-log-internal): Add a new optional argument and
4265 pass it to the backend.
4266 (vc-print-log, vc-print-root-log): Adjust callers.
4267 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4268 buffer already displays the requested log entry, use it.
4269 Otherwise display only the log entry in question.
4270 * vc-svn.el (vc-svn-print-log):
4271 * vc-mtn.el (vc-mtn-print-log):
4272 * vc-hg.el (vc-hg-state):
4273 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4274 (vc-git-show-log-entry): Return t on success.
4275 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4276 (vc-bzr-show-log-entry): Return t on success.
4277 * vc-rcs.el (vc-rcs-print-log):
4278 * vc-sccs.el (vc-sccs-print-log):
4279 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4280
4281 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4282
4283 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4284 Add menus to the meta mode. (Bug#5043)
4285
4286 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4287
4288 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4289 event-key.
4290
4291 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4292
4293 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4294
4295 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4296 Berbain <raphael.berbain@gmail.com>.
4297
4298 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4299 characters.
4300 (tramp-initial-end-of-output): New defconst.
4301 (tramp-methods, tramp-find-shell)
4302 (tramp-open-connection-setup-interactive-shell)
4303 (tramp-maybe-open-connection): Use it.
4304 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4305 existence of `#' and `$'.
4306
4307 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4308 `tramp-initial-end-of-output'.
4309
4310 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4311
4312 Get the background mode from the terminal for xterm, and set
4313 faces accordingly.
4314 * term/xterm.el (xterm-set-background-mode): New function.
4315 (terminal-init-xterm): Use it in case xterm supports background
4316 color queries. Recompute faces after getting the background
4317 color.
4318
4319 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4320
4321 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4322 number comment back on its own line, for easier parsing.
4323
4324 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 Make it work for non-file buffers (bug#5102).
4327 * doc-view.el (doc-view-current-cache-dir):
4328 Use doc-view-buffer-file-name rather than buffer-file-name.
4329 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4330
4331 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4332
4333 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4334 author field is too short.
4335
4336 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4337
4338 * vc-git.el (vc-git-print-log): Handle a limit argument.
4339 Display the short log in graph form and with labels.
4340 (vc-git-log-view-mode): Handle labels.
4341
4342 Make vc-revert change VC state from 'added to 'unregistered.
4343 * vc-git.el (vc-git-revert): Call git reset first.
4344
4345 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4346
4347 * net/newst-backend.el, net/newst-plainview.el:
4348 * net/newst-reader.el, net/newst-ticker.el:
4349 * net/newst-treeview.el, net/newsticker.el:
4350 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4351
4352 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4355
4356 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4357 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4358 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4359 Update annotation regexp.
4360
4361 * simple.el (beginning-of-visual-line): Constrain to field
4362 boundaries (Bug#5106).
4363
4364 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4365
4366 * xml.el (xml-substitute-numeric-entities): Move
4367 newsticker--decode-numeric-entities in newst-backend.el to
4368 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4369 * net/newst-backend.el (newsticker--parse-generic-feed)
4370 (newsticker--parse-generic-items)
4371 (newsticker--decode-numeric-entities): Move
4372 newsticker--decode-numeric-entities in newst-backend.el to
4373 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4374
4375 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4376
4377 * progmodes/js.el (js--js-not): Add null to the list of values.
4378
4379 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4382
4383 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4384
4385 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4386 delimiter if it is at the end of the current line.
4387 (bibtex-generate-url-list): Fix docstring.
4388
4389 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4392 minibuffer's content with itself.
4393 Fold the confirm-after-completion case into the `confirm' case.
4394 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4395
4396 2009-12-06 Kevin Ryde <user42@zip.com.au>
4397
4398 * ffap.el (ffap-rfc-path): Make this a defcustom since
4399 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4400
4401 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4402 manuals, similar to existing setup for help-mode. (Bug#3913.)
4403
4404 2009-12-05 Juri Linkov <juri@jurta.org>
4405
4406 Save and restore dired buffer's point positions too. (Bug#4880)
4407
4408 * dired.el (dired-save-positions): Return in the first element
4409 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4410 Doc fix.
4411 (dired-restore-positions): First restore buffer's position.
4412 While restoring window's positions, check if window still displays
4413 the original buffer.
4414
4415 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4418 if possible.
4419
4420 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4421 Make argument optional.
4422
4423 * shell.el (shell): Require ansi-color (Bug#5113).
4424
4425 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4426
4427 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4428
4429 2009-12-05 Alan Mackenzie <acm@muc.de>
4430
4431 * progmodes/cc-mode.el (c-before-hack-hook)
4432 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4433 `c-file-style' to work again. This reversion restores the current
4434 software to its state in Emacs 23.1. (Bug#4146)
4435
4436 2009-12-05 Kevin Ryde <user42@zip.com.au>
4437
4438 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4439 comment-start-skip to comment-end-skip as comment (Bug#4781).
4440
4441 2009-12-05 Juri Linkov <juri@jurta.org>
4442
4443 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4444 for virtual nodes. (Bug#4147)
4445 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4446 when moving from a virtual node.
4447 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4448 (Info-mode): Add `Info-virtual-index' to the docstring.
4449
4450 2009-12-05 Eric Ludlam <zappo@gnu.org>
4451
4452 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4453 Describe project macro symbols.
4454
4455 * cedet/semantic/complete.el (semantic-complete-do-completion):
4456 Don't call semantic-collector-current-exact-match.
4457
4458 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4459 ede-objects as targets.
4460
4461 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4462 a target's object list even if compiler vars are already in the
4463 Makefile.
4464
4465 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4466 list of headers producing necessary macros.
4467
4468 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4469
4470 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4471 track of the buffer position of the end of a BibTeX entry as this
4472 position may change during reformatting.
4473 (bibtex-format-entry): Remove whitespace before processing
4474 numerical fields so that we recognize the latter properly.
4475 (bibtex-reformat): Do not use push which changes the global value
4476 of bibtex-entry-format.
4477 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4478 (bibtex-field-re-init): Replace only space characters by regexp
4479 for whitespace.
4480 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4481 (bibtex-initialize): Also update bibtex-strings.
4482 (bibtex-kill-field): Preserve white space at end of entry.
4483 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4484 Update bibtex-reference-keys.
4485
4486 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4489 point after a star, if that's the only place where modifications can
4490 make progress.
4491
4492 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4493
4494 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4495 in docstrings.
4496
4497 2009-12-04 Juri Linkov <juri@jurta.org>
4498
4499 * proced.el (proced): Call `(proced-update t)' to update process
4500 information instead of only running proced-post-display-hook.
4501 (proced-send-signal): Add a leading space to the buffer name
4502 " *Marked Processes*" to make this buffer ephemeral.
4503
4504 2009-12-04 Juri Linkov <juri@jurta.org>
4505
4506 * dired.el (dired-auto-revert-buffer): New defcustom.
4507 (dired-internal-noselect): Use it.
4508
4509 2009-12-04 Juri Linkov <juri@jurta.org>
4510
4511 Change roles of modes and functions in image-mode.el (Bug#5062).
4512
4513 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4514 in `auto-mode-alist'.
4515 (image-mode-previous-major-mode): New variable.
4516 (image-minor-mode-map): Rename from `image-mode-text-map'.
4517 (image-mode): Move graceful error-handling code from
4518 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4519 (image-minor-mode): Remove all image-handling code.
4520 Replace `image-mode-text-map' with `image-minor-mode-map'.
4521 Check for `image-type' in mode-line format string.
4522 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4523 (image-mode-as-text): New function with most code from
4524 `image-mode-maybe'.
4525 (image-toggle-display-text): Move code that removes image
4526 properties from `image-toggle-display' to here.
4527 (image-toggle-display-image): New function with code that adds
4528 image properties copied from `image-toggle-display'.
4529 (image-toggle-display): Remove most code with leaving only code
4530 that toggles between `image-mode-as-text' and `image-mode'.
4531
4532 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4533
4534 * net/newst-treeview.el
4535 (newsticker--treeview-list-highlight-start): Restored call to
4536 save-excursion: Selected item was stuck.
4537 (newsticker--treeview-list-select): New.
4538 (newsticker--treeview-item-show-text)
4539 (newsticker--treeview-item-show)
4540 (newsticker--treeview-item-update): Use new
4541 newsticker-treeview-item-mode.
4542 (newsticker-treeview-update): Keep current item.
4543 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4544 (newsticker--treeview-first-feed): Doc change.
4545 (newsticker-treeview-list-menu)
4546 (newsticker-treeview-item-menu): Added menu entries.
4547 (newsticker-treeview-item-mode): New.
4548
4549 * net/newst-backend.el (newsticker-customize): Delete other
4550 windows.
4551
4552 2009-12-04 Sam Steingold <sds@gnu.org>
4553
4554 * log-view.el (log-view-mode-map): "q" calls quit-window,
4555 like in all the other non-self-insert buffers.
4556
4557 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 Minor cleanup.
4560 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4561 key decoding rather than do it manually via last-input-event +
4562 ascii-character.
4563 (term-exec): Use delete-and-extract-region.
4564 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4565 (term-process-pager): Remove unused var `i'.
4566 (term-dynamic-simple-complete): Make obsolete.
4567 (serial-update-config-menu): Remove unused vars `y' and `str'.
4568 (term-update-mode-line): Remove unused var `temp'.
4569
4570 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4571
4572 Limit the number of log entries displayed by default.
4573 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4574 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4575 using a prefix argument.
4576
4577 2009-12-03 Glenn Morris <rgm@gnu.org>
4578
4579 * progmodes/idlwave.el (class): Restore still useful declaration.
4580
4581 2009-12-03 Alan Mackenzie <acm@muc.de>
4582
4583 Enhance `c-parse-state' to run efficiently in "brace deserts".
4584
4585 * progmodes/cc-mode.el (c-basic-common-init):
4586 Call c-state-cache-init.
4587 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4588 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4589 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4590
4591 * progmodes/cc-langs.el (c-before-font-lock-function):
4592 c-extend-and-neutralize-syntax-in-CPP has been renamed
4593 c-neutralize-syntax-in-and-mark-CPP.
4594
4595 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4596 with `category' properties now, not `syntax-table' ones.
4597
4598 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4599 enhanced (but slower) version of c-end-of-macro that won't land
4600 inside a literal or on another awkward character.
4601 (c-state-cache-too-far, c-state-cache-start)
4602 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4603 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4604 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4605 (c-state-min-scan-pos, c-state-brace-pair-desert)
4606 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4607 buffer local variables.
4608 (c-state-literal-at, c-state-lit-beg)
4609 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4610 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4611 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4612 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4613 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4614 (c-renarrow-state-cache)
4615 (c-append-lower-brace-pair-to-state-cache)
4616 (c-state-push-any-brace-pair, c-append-to-state-cache)
4617 (c-remove-stale-state-cache)
4618 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4619 (c-invalidate-state-cache-1, c-parse-state-1)
4620 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4621 (c-parse-state): Enhance and refactor.
4622 (c-debug-parse-state): Amend to deal with all the new variables.
4623
4624 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4625 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4626 modify to use category text properties rather than syntax-table ones.
4627 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4628 to switch off/on the syntactic paren property of C++ template
4629 delimiters using the category property.
4630 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4631 template delims suppressed.
4632 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4633 New constant/macros which apply category properties to the start
4634 and end of preprocessor constructs.
4635 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4636 "comment out" the syntactic value of characters in preprocessor
4637 constructs.
4638 (c-with-cpps-commented-out)
4639 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4640 with characters in all or all but one preprocessor constructs
4641 "commented out".
4642
4643 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4644
4645 * proced.el (proced-filter-alist): Use regexp-quote.
4646
4647 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4648
4649 Cleanup.
4650 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4651 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4652 arguments. Expand `default-directory'.
4653
4654 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4655 the benefit of returning an expanded localname.
4656 (tramp-tramp-file-p): Handle the case NAME is not a string.
4657
4658 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4659
4660 Add support for bzr shelve/unshelve.
4661 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4662 (vc-bzr-extra-menu-map): New variables.
4663 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4664 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4665 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4666 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4667 (vc-bzr-dir-extra-headers): Display shelves.
4668
4669 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4670
4671 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * textmodes/bibtex.el (bibtex-complete-internal):
4674 Use completion-in-region.
4675 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4676
4677 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4678
4679 Support applying stashes. Improve UI.
4680 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4681 (vc-git-stash-apply, vc-git-stash-pop)
4682 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4683 (vc-git-stash-menu): New functions.
4684 (vc-git-stash-menu-map): New variable.
4685 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4686
4687 2009-12-03 Glenn Morris <rgm@gnu.org>
4688
4689 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4690 (vc-print-log-internal): Fix previous change.
4691 (vc-revert): Correct pluralization.
4692
4693 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4694
4695 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4696 it to be an alist any more.
4697 (makefile-complete): Use completion-in-region.
4698
4699 * progmodes/octave-mod.el (octave-complete-symbol):
4700 Use completion-in-region.
4701
4702 Misc cleanup.
4703 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4704 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4705 (idlwave-complete-class): Don't quote lambda.
4706 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4707 (idlwave-mode-map): Move initialization into declaration.
4708 (idlwave-action-and-binding): Use backquotes.
4709 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4710 Simplify.
4711 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4712 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4713 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4714 `parts', and `all-parts'.
4715 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4716 (idlwave-convert-xml-system-routine-info): Remove unused string
4717 `version-string'.
4718 (idlwave-display-user-catalog-widget): Use dolist.
4719 (idlwave-scanning-lib): Declare dynamically-scoped var.
4720 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4721 (completion-highlight-first-word-only): Declare to silence bytecomp.
4722 (idlwave-popup-select): Tighten scope of `resp'.
4723 (idlwave-find-struct-tag): Remove unused var `beg'.
4724 (idlwave-after-load-rinfo-hook): Declare.
4725 (idlwave-sintern-class-info): Remove unused var `taglist'.
4726 (idlwave-find-class-definition): Remove unused var `list'.
4727 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4728 (idlwave-what-module-find-class): Remove unused var `classes'.
4729
4730 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4733
4734 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4737 buffers visited. Remove redundant current-buffer-saving.
4738
4739 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 Use completion-in-buffer and remove uses of dynamic scoping.
4742 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4743 (pascal-buffer-to-use, pascal-flag): Don't declare.
4744 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4745 (pascal-get-completion-decl, pascal-keyword-completion):
4746 Add `pascal-str' argument, save-excursion,
4747 return the found completions, and don't filter with pascal-pred.
4748 (pascal-completion-cache): New var.
4749 (pascal-completion): Don't switch buffer any more (it was never
4750 necessary). Don't save-excursion any more (it's done by the called
4751 subroutines). Use a cache to avoid redundant computations.
4752 Use complete-with-action rather than pascal-completion-response and
4753 let it apply the predicate as well.
4754 (pascal-complete-word): Use completion-in-buffer when
4755 pascal-toggle-completions is nil.
4756 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4757 not used any more.
4758 (pascal-comp-defun): Don't change buffer any more.
4759 Use complete-with-action rather than pascal-completion-response and
4760 let it apply the predicate as well.
4761 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4762 when neded.
4763
4764 2009-12-02 Kenichi Handa <handa@m17n.org>
4765
4766 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4767 shape for all Indic scripts.
4768
4769 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 Use completion-in-buffer.
4772 * wid-edit.el (widget-field-text-end): New function.
4773 (widget-field-value-get): Use it.
4774 (widget-string-complete, widget-file-complete)
4775 (widget-color-complete): Use it and completion-in-region.
4776 (widget-complete): Don't narrow the buffer.
4777
4778 2009-12-02 Glenn Morris <rgm@gnu.org>
4779
4780 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4781 (rmail-select-summary): Use rmail-pop-to-buffer.
4782 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4783 rmail-pop-to-buffer, to prevent horizontal splits.
4784
4785 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4786 save-excursion with save-current-buffer.
4787 Widen before searching. (Bug#5093)
4788 (diary-list-sexp-entries): Remove superfluous save-excursion.
4789
4790 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4791
4792 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4793 name. (Bug#5038)
4794
4795 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4796
4797 * ido.el (ido-file-internal): Handle filenames at point that do
4798 not have a directory part. (Bug#5049)
4799
4800 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4801
4802 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4803 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4804
4805 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4806
4807 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4808 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4809 any more.
4810
4811 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * comint.el (comint-insert-input): Ignore clicks to the right of
4814 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4815
4816 * vc.el (vc-print-log-internal): Don't wait for the process to
4817 terminate before setting up the major mode.
4818
4819 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4820 in case.
4821
4822 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4823 the last element.
4824
4825 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4826
4827 2009-12-01 Glenn Morris <rgm@gnu.org>
4828
4829 * window.el (window--display-buffer-2): Fix previous changes.
4830
4831 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4834
4835 2009-12-01 Glenn Morris <rgm@gnu.org>
4836
4837 * Makefile.in (ELCFILES): Add mpc.elc.
4838
4839 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * mpc.el: New file.
4842
4843 2009-12-01 Glenn Morris <rgm@gnu.org>
4844
4845 * window.el (window-to-use): Define for compiler.
4846
4847 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4848 consistent with others (no final period).
4849
4850 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4851 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4852
4853 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4854
4855 Make vc-print-log buttons work.
4856 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4857
4858 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4859
4860 * savehist.el (savehist-autosave-interval): Allow setting to nil
4861 through customize. (Bug#5056)
4862
4863 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4864
4865 Fix references to jit-lock properties.
4866 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4867 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4868 (perl-font-lock-special-syntactic-constructs):
4869 Quote jit-lock-defer-multiline property.
4870
4871 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4872
4873 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4874
4875 2009-11-30 Juri Linkov <juri@jurta.org>
4876
4877 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4878 value `buffer' of `multi-isearch-next-buffer-current-function'.
4879 Use `(current-buffer)' when `buffer' is nil.
4880 (multi-isearch-next-buffer-from-list): Don't fallback to
4881 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4882
4883 2009-11-30 Juri Linkov <juri@jurta.org>
4884
4885 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4886 of buffers with `get-buffer' to `multi-isearch-buffers'.
4887 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4888 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4889 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4890 FILES with `expand-file-name' converting relative file names
4891 to absolute. Doc fix. (Bug#4727)
4892
4893 2009-11-30 Juri Linkov <juri@jurta.org>
4894
4895 * misearch.el (multi-isearch-read-buffers)
4896 (multi-isearch-read-matching-buffers): New functions.
4897 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4898 Use them in the `interactive' spec. Doc fix.
4899 (multi-isearch-read-files, multi-isearch-read-matching-files):
4900 New functions.
4901 (multi-isearch-files, multi-isearch-files-regexp):
4902 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4903
4904 2009-11-30 Juri Linkov <juri@jurta.org>
4905
4906 * doc-view.el (doc-view-continuous):
4907 Rename from `doc-view-continuous-mode'.
4908 (doc-view-menu): Move "Toggle display" to the top.
4909 Add submenu "Continuous" with radio buttons "Off"/"On"
4910 and "Save as Default".
4911 (doc-view-scroll-up-or-next-page)
4912 (doc-view-scroll-down-or-previous-page)
4913 (doc-view-next-line-or-next-page)
4914 (doc-view-previous-line-or-previous-page): Rename
4915 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4916
4917 2009-11-30 Juri Linkov <juri@jurta.org>
4918
4919 * comint.el (comint-mode-map): Rebind `M-r' from
4920 `comint-previous-matching-input' to
4921 `comint-history-isearch-backward-regexp'.
4922 Unbind `M-s' to allow global key binding `M-s'.
4923 Add menu items for `comint-history-isearch-backward' and
4924 `comint-history-isearch-backward-regexp'. (Bug#3746)
4925
4926 2009-11-30 Juri Linkov <juri@jurta.org>
4927
4928 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4929 For def=recenter, replace `recenter' with `recenter-top-bottom'
4930 that is called with `this-command' and `last-command' let-bound
4931 to `recenter-top-bottom'. When the last `def' was not `recenter',
4932 set `recenter-last-op' to nil. (Bug#4981)
4933
4934 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 Minor cleanup and simplification.
4937 * filecache.el (file-cache-add-directory)
4938 (file-cache-add-directory-recursively)
4939 (file-cache-add-from-file-cache-buffer)
4940 (file-cache-delete-file-regexp, file-cache-delete-directory)
4941 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4942 (file-cache-temp-minibuffer-message): Delete function.
4943 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4944
4945 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4946 Don't signal an error when bumping into EOB in tr, s, or y.
4947
4948 2009-11-29 Juri Linkov <juri@jurta.org>
4949
4950 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4951 (Bug#4960)
4952
4953 * descr-text.el (describe-char-unidata-list): Use lowercase name
4954 for "Unicode name" like in other tags.
4955
4956 2009-11-29 Juri Linkov <juri@jurta.org>
4957
4958 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4959 New compatibility macro.
4960 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4961
4962 2009-11-29 Juri Linkov <juri@jurta.org>
4963
4964 Add defcustom to define the cycling order of `recenter-top-bottom'.
4965 (Bug#4981)
4966
4967 * window.el (recenter-last-op): Doc fix.
4968 (recenter-positions): New defcustom.
4969 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4970 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4971
4972 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4973
4974 Improve integration of Tramp and ange-ftp in eshell.
4975
4976 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4977 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4978 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4979
4980 * eshell/esh-util.el (top): Require also Tramp when compiling.
4981 (eshell-directory-files-and-attributes): Check for FTP remote
4982 connection.
4983 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4984 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4985 (eshell-file-attributes): Handle ".". Return `entry'.
4986
4987 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4988 (ange-ftp-directory-files-and-attributes)
4989 (ange-ftp-real-directory-files-and-attributes): New defuns.
4990
4991 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4992 shell with "exec" when possible. This prevents trailing prompts
4993 in `start-file-process'.
4994
4995 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 Try and remove assumptions about point-min==1.
4998 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4999 (rng-compute-mode-line-string): Show the validation percentage in
5000 terms of the narrowed text, not the widened text.
5001 (rng-do-some-validation): Don't catch internal errors when debugging.
5002 (rng-first-error): Simplify.
5003 (rng-after-change-function): Remove work around. AFAIK the bug has
5004 been fixed a while ago.
5005
5006 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5007 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5008
5009 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5010
5011 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5012 `cd' doesn't always do it for us (bug#5067).
5013
5014 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5015 on 2009-10-25 as part of some other change (bug#5067).
5016
5017 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5020 `suspicious'.
5021 (byte-compile-warnings): Use byte-compile-warning-types.
5022 (byte-compile-save-excursion): Warn about use of set-buffer right
5023 after save-excursion.
5024
5025 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5026 the excursion as well.
5027
5028 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5029
5030 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5031 providing a Tramp related implementation of "su" and "sudo".
5032 (eshell-unix-initialize): Add "su" and "sudo".
5033
5034 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5035
5036 * net/socks.el (socks-send-command): Convert binary request to
5037 unibyte before sending. This fixes mishandling of some port
5038 numbers such as 129.
5039
5040 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5041
5042 * help.el (describe-bindings-internal): Remove `interactive'.
5043
5044 * man.el (Man-completion-table): Trim a terminating "(".
5045 Remove the space between name page a section.
5046 Add the command's description on the `help-echo' property.
5047 Remove `process-connection-type' binding since it's unused by
5048 call-process.
5049 Provide completion for the "<section> <name>" format as well.
5050 (Man-default-man-entry): Remove spurious var shadowing the argument.
5051
5052 2009-11-26 Kevin Ryde <user42@zip.com.au>
5053
5054 * log-view.el: Add "Keywords: tools", since its other keywords
5055 aren't in finder-known-keywords, and following vc.el.
5056
5057 * sha1.el (sha1-string-external): default-directory "/" in case
5058 otherwise non-existent. process-connection-type pipe for touch of
5059 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5060
5061 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 Misc coding convention cleanups.
5064 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5065 hfy-init-kludge-hooks.
5066 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5067 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5068 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5069 and push.
5070 (hfy-slant, hfy-weight): Use tables rather than code.
5071 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5072 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5073 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5074 (hfy-face-to-css): Remove `nconc' with single arg.
5075 (hfy-p-to-face-lennart): Use `or'.
5076 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5077 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5078 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5079 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5080 (hfy-force-fontification): Use run-hooks.
5081
5082 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5083
5084 Various minor fixes.
5085 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5086 Javascript belongs in the header, not the body.
5087 (hfy-javascript): Remove.
5088 (hfy-fontify-buffer): Don't insert it any more.
5089 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5090 Fix bug in invis handling when there were no invis props in a chunk.
5091
5092 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5095
5096 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5097
5098 * finder.el (finder-mode-map): Add a menu.
5099
5100 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5101
5102 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5103 "unsigned" structs.
5104
5105 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5106 fork" statement better.
5107
5108 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5109
5110 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5111 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5112 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5113 Reported by Clay Douglass.
5114
5115 (verilog-auto-inst, verilog-auto-star-safe)
5116 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5117 Fix removing "// Interfaces" when saving .* expansions. Reported by
5118 Pierre-David Pfister.
5119
5120 2009-11-26 Glenn Morris <rgm@gnu.org>
5121
5122 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5123 the scope.
5124
5125 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5126
5127 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5128 Really use previous revision.
5129
5130 2009-11-25 Kevin Ryde <user42@zip.com.au>
5131
5132 * man.el (Man-completion-table): default-directory "/" in case
5133 doesn't otherwise exist. process-environment COLUMNS=999 so as
5134 not to truncate long names. process-connection-type pipe to avoid
5135 any chance of hitting the pseudo-tty TIOCGWINSZ.
5136 (man): completion-ignore-case t for friendliness and since man
5137 itself is case-insensitive on the command line.
5138 Further to Bug#3717.
5139
5140 * arc-mode.el: Add "Keywords: files", so the details in its
5141 commentary can be reached from finder-by-keyword.
5142 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5143 editing mode, but it's comms related and sgml-mode.el has "comm"
5144 on that basis too.
5145 * textmodes/bibtex-style.el: Add "Keywords: tex".
5146 * international/isearch-x.el, international/ja-dic-cnv.el:
5147 * international/ja-dic-utl.el, international/kkc.el:
5148 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5149
5150 2009-11-25 Juri Linkov <juri@jurta.org>
5151
5152 * man.el (Man-completion-table): Modify regexp to include
5153 section names to completion strings. (Bug#3717)
5154
5155 2009-11-25 Juri Linkov <juri@jurta.org>
5156
5157 Search recursively in gzipped files. (Bug#4982)
5158
5159 * progmodes/grep.el (grep-highlight-matches): Add new options
5160 `always' and `auto'. Doc fix.
5161 (grep-process-setup): Check `grep-highlight-matches' for
5162 `auto-detect' to determine the need to compute grep defaults.
5163 Move Windows/DOS specific --colors settings handling
5164 to `grep-compute-defaults'. Check `grep-highlight-matches'
5165 to get the value of "--color=".
5166 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5167 has the value `auto-detect'. Move Windows/DOS specific settings
5168 from `grep-process-setup'.
5169 (zrgrep): New command with alias `rzgrep'.
5170
5171 2009-11-25 Juri Linkov <juri@jurta.org>
5172
5173 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5174 to nil instead of switching off view-mode. (Bug#4896)
5175
5176 2009-11-25 Juri Linkov <juri@jurta.org>
5177
5178 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5179
5180 * mwheel.el (mwheel-scroll-up-function)
5181 (mwheel-scroll-down-function): New defvars.
5182 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5183 `scroll-up', and `mwheel-scroll-down-function' instead of
5184 `scroll-down'.
5185
5186 * doc-view.el (doc-view-scroll-up-or-next-page)
5187 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5188 Use this ARG in the call to image-scroll-up/image-scroll-down.
5189 Change `interactive' spec to "P". Goto next/previous page only
5190 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5191 SPC/DEL case). Doc fix.
5192 (doc-view-next-line-or-next-page)
5193 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5194 for consistency.
5195 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5196 `doc-view-scroll-up-or-next-page', and buffer-local
5197 `mwheel-scroll-down-function' to
5198 `doc-view-scroll-down-or-previous-page'.
5199
5200 2009-11-25 Juri Linkov <juri@jurta.org>
5201
5202 Provide additional default values (directories at other Dired
5203 windows) via M-n in the minibuffer of some Dired commands.
5204
5205 * dired-aux.el (dired-diff, dired-compare-directories)
5206 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5207 `minibuffer-default' in `minibuffer-with-setup-hook'.
5208 (dired-dwim-target-directory): Find a window that displays Dired
5209 buffer instead of failing when the next window is not Dired.
5210 Use `get-window-with-predicate' to find for the next Dired window.
5211 (dired-dwim-target-defaults): New function.
5212
5213 * ediff-util.el (ediff-read-file-name):
5214 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5215 in `minibuffer-with-setup-hook'.
5216
5217 2009-11-25 Juri Linkov <juri@jurta.org>
5218
5219 Provide additional default values (file name at point or at the
5220 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5221
5222 * minibuffer.el (read-file-name-defaults): New function.
5223 (read-file-name): Reset `minibuffer-default' to nil when
5224 it duplicates initial input `insdef'.
5225 Bind `minibuffer-default-add-function' to lambda that
5226 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5227 (minibuffer-insert-file-name-at-point): New command.
5228
5229 * files.el (file-name-at-point-functions): New defcustom.
5230 (find-file-default): Remove defvar.
5231 (find-file-read-args): Don't use `find-file-default'.
5232 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5233 to `read-file-name'.
5234 (find-file-literally): Use `read-file-name' with
5235 `confirm-nonexistent-file-or-buffer'.
5236
5237 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5238
5239 * dired.el (dired-read-dir-and-switches):
5240 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5241 to `read-file-name'.
5242 (dired-file-name-at-point): New function.
5243 (dired-mode): Add hook `dired-file-name-at-point' to
5244 `file-name-at-point-functions'.
5245
5246 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 Really make the *Completions* window soft-dedicated (bug#5030).
5249 * window.el (window--display-buffer-2): Add `dedicated' argument.
5250 (display-buffer): Pass it when needed so the dedicated flag is set
5251 after calling set-window-buffer, which would otherwise reset it.
5252
5253 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * progmodes/meta-mode.el (meta-complete-symbol):
5256 * progmodes/etags.el (complete-tag):
5257 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5258 Use completion-in-region.
5259
5260 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5261 (dabbrev-completion): Use completion-in-region.
5262 (dabbrev--abbrev-at-point): Simplify regexp.
5263
5264 * abbrev.el (abbrev--before-point): Use word-motion functions
5265 if :regexp is not specified (bug#5031).
5266
5267 * subr.el (string-prefix-p): New function.
5268
5269 * man.el (Man-completion-cache): New var.
5270 (Man-completion-table): Use it.
5271
5272 * vc.el (vc-print-log-internal): Make `limit' optional for better
5273 compatibility (e.g. with vc-annotate.el).
5274
5275 2009-11-24 Kevin Ryde <user42@zip.com.au>
5276
5277 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5278 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5279
5280 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5281 when .el source file not found or other error.
5282
5283 2009-11-24 Markus Triska <markus.triska@gmx.at>
5284
5285 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5286
5287 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 Handle the [back] button properly (bug#4979).
5290 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5291 Use help-setup-xref, help-buffer, and with-help-window.
5292 (describe-char): Add `buffer' argument.
5293 Pass proper command to help-setup-xref. Don't meddle with
5294 help-xref-stack-item directly.
5295 (describe-text-category): Use with-help-window and help-buffer.
5296
5297 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5298 for the displayed buffer (bug#4887).
5299
5300 * man.el (Man-completion-table): New function.
5301 (man): Use it.
5302
5303 2009-11-24 David Reitter <david.reitter@gmail.com>
5304
5305 * vc-git.el (vc-git-registered): Use checkout directory (where
5306 .git is) rather than the file's directory and a relative path spec
5307 to work around a bug in git.
5308
5309 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5310
5311 Improve handling of processes on remote hosts.
5312
5313 * eshell/esh-util.el (eshell-path-env): New defvar.
5314 (eshell-parse-colon-path): New defun.
5315 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5316
5317 * eshell/esh-ext.el (eshell-search-path):
5318 Use `eshell-parse-colon-path'.
5319 (eshell-remote-command): Remove argument HANDLER.
5320 (eshell-external-command): Check for FTP remote connection.
5321
5322 * eshell/esh-proc.el (eshell-gather-process-output):
5323 Use `file-truename', in order to start also symlinked files.
5324 Apply `start-file-process' instead of `start-process'.
5325 Shorten `command' to the local file name part.
5326
5327 * eshell/em-cmpl.el (eshell-complete-commands-list):
5328 Use `eshell-parse-colon-path'.
5329
5330 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5331
5332 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5333 to `eshell-directory-change-hook'.
5334
5335 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5336
5337 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5338 because it could be enabled automatically if view-read-only is non-nil.
5339
5340 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5341
5342 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5343 made on 2009-11-22.
5344
5345 2009-11-24 Glenn Morris <rgm@gnu.org>
5346
5347 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5348 deleted variable bookmark-bmenu-bookmark-column.
5349
5350 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5351 Move after definition of global-semantic-idle-tag-highlight-mode.
5352
5353 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5356
5357 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5358
5359 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5360 two slashes to the "file:" prefix.
5361 (browse-url-file-url): De-munge Cygwin filenames before passing
5362 them to Windows browser.
5363 (browse-url-default-windows-browser): Use call-process.
5364
5365 2009-11-23 Juri Linkov <juri@jurta.org>
5366
5367 Implement DocView Continuous mode. (Bug#4896)
5368 * doc-view.el (doc-view-continuous-mode): New defcustom.
5369 (doc-view-mode-map): Bind C-n/<down> to
5370 `doc-view-next-line-or-next-page', C-p/<up> to
5371 `doc-view-previous-line-or-previous-page'.
5372 (doc-view-next-line-or-next-page)
5373 (doc-view-previous-line-or-previous-page): New commands.
5374
5375 2009-11-23 Juri Linkov <juri@jurta.org>
5376
5377 Implement Isearch in comint input history. (Bug#3746)
5378 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5379 `isearch-mode-hook'.
5380 (comint-history-isearch): New defcustom.
5381 (comint-history-isearch-backward)
5382 (comint-history-isearch-backward-regexp): New commands.
5383 (comint-history-isearch-message-overlay): New buffer-local variable.
5384 (comint-history-isearch-setup, comint-history-isearch-end)
5385 (comint-goto-input, comint-history-isearch-search)
5386 (comint-history-isearch-message, comint-history-isearch-wrap)
5387 (comint-history-isearch-push-state)
5388 (comint-history-isearch-pop-state): New functions.
5389
5390 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5391
5392 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5393 return.
5394 (tramp-handle-make-symbolic-link)
5395 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5396 Quote file names.
5397 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5398 (tramp-handle-process-file): Use it.
5399
5400 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * window.el (move-to-window-line-last-op): Remove.
5403 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5404
5405 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5406
5407 Make M-r mirror the new cycling behavior of C-l.
5408 * window.el (move-to-window-line-last-op): New var.
5409 (move-to-window-line-top-bottom): New command.
5410 (global-map): Bind M-r move-to-window-line-top-bottom.
5411
5412 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5413
5414 * dired-x.el (dired-guess-shell-alist-default):
5415 Support xz format. (Bug#4953)
5416
5417 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * cedet/srecode/map.el (srecode-get-maps):
5420 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5421 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5422 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5423 (semantic-toggle-decoration-style):
5424 * cedet/semantic/decorate/include.el
5425 (semantic-decoration-include-describe)
5426 (semantic-decoration-unknown-include-describe)
5427 (semantic-decoration-unparsed-include-describe)
5428 (semantic-decoration-all-include-summary):
5429 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5430 * cedet/semantic/analyze/complete.el
5431 (semantic-analyze-possible-completions):
5432 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5433 (semantic-show-unmatched-syntax-mode)
5434 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5435 (semantic-highlight-func-mode):
5436 * cedet/semantic/util.el (semantic-describe-buffer):
5437 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5438 (semantic-symref-find-tags-by-name)
5439 (semantic-symref-find-tags-by-regexp)
5440 (semantic-symref-find-tags-by-completion)
5441 (semantic-symref-find-file-references-by-name)
5442 (semantic-symref-find-text):
5443 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5444 (senator-yank-tag):
5445 * cedet/semantic/scope.el (semantic-calculate-scope):
5446 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5447 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5448 (define-semantic-idle-service):
5449 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5450 (semantic-complete-analyze-inline-idle):
5451 * cedet/semantic/analyze.el (semantic-analyze-current-context):
5452 * cedet/mode-local.el (describe-mode-local-bindings)
5453 (describe-mode-local-bindings-in-mode):
5454 * cedet/ede/make.el (ede-make-check-version):
5455 * cedet/ede/locate.el (ede-enable-locate-on-project):
5456 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5457 (cedet-idutils-version-check):
5458 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5459 (cedet-gnu-global-version-check):
5460 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5461 (cedet-cscope-version-check): Use called-interactively-p instead
5462 of interactive-p.
5463
5464 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5465 Use semantic-format-tag-prototype.
5466
5467 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5468
5469 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5470 last-command-char/last-command-event.
5471 (viper-prefix-arg-value): Do correct conversion of event-char for
5472 XEmacs.
5473
5474 * emulation/viper-util.el, emulation/viper.el:
5475 Use viper-last-command-char instead of
5476 last-command-char/last-command-event.
5477
5478 * ediff-init.el, ediff-mult.el, ediff-util.el:
5479 Replace last-command-char and last-command-event
5480 with (ediff-last-command-char) everywhere.
5481
5482 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5483 created in fundamental mode.
5484
5485 * ediff.el (ediff-version): Revert the change of interactive-p to
5486 called-interactively-p.
5487
5488 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5489
5490 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5491 generation from word-movement command names.
5492
5493 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5496 (semantic-complete-jump-local, semantic-complete-jump):
5497 Improve prompt string.
5498
5499 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5500
5501 * cus-start.el (all): Add native condition for font-use-system-font.
5502
5503 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5504
5505 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5506 Correct the patch from 2009-11-18. (Bug#3910)
5507
5508 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5509
5510 * progmodes/subword.el: Rename from lisp/subword.el.
5511
5512 * subword.el: Rename to progmodes/subword.el.
5513
5514 * Makefile.in (ELCFILES): Adapt to subword.el move.
5515
5516 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5517 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5520 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5521 (bookmark-bmenu-show-filenames): Use push.
5522 (bookmark-bmenu-hide-filenames): Use local var instead of
5523 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5524 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5525 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5526 filenames now that the bookmark names are always available.
5527
5528 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5531 (bookmark-search-pattern): Move and leave unbound.
5532 (bookmark-bmenu-mode-map): Change binding.
5533 (bookmark-read-search-input): Simplify.
5534 Don't use text-char-description. Don't error on non-char events.
5535 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5536 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5537 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5538 Use a local var for the timer.
5539 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5540 (i.e. bookmark-bmenu-search).
5541
5542 2009-11-21 Glenn Morris <rgm@gnu.org>
5543
5544 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5545
5546 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5547
5548 * net/browse-url.el (browse-url-default-windows-browser):
5549 Use cygstart for cygwin.
5550
5551 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5552
5553 * bookmark.el: Formatting and doc fixes only:
5554 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5555 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5556 Minor grammar and punctuation fixes in doc string.
5557 (bookmark-read-search-input): Adjust to fit within 80 columns.
5558
5559 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5560
5561 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5562 (c-backward-into-nomenclature): Adapt to subword renaming.
5563
5564 * subword.el (subword-forward, subword-backward, subword-mark)
5565 (subword-kill, subword-backward-kill, subword-transpose)
5566 (subword-downcase, subword-upcase, subword-capitalize)
5567 (subword-forward-internal, subword-backward-internal):
5568 Rename from forward-subword, backward-subword, mark-subword,
5569 kill-subword, backward-kill-subword, transpose-subwords,
5570 downcase-subword, upcase-subword, capitalize-subword,
5571 forward-subword-internal, backward-subword-internal.
5572
5573 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5574
5575 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5576 New options.
5577 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5578 New vars.
5579 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5580 (bookmark-bmenu-filter-alist-by-regexp)
5581 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5582 (bookmark-bmenu-search): New command.
5583 (bookmark-bmenu-mode-map): Bind it.
5584
5585 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
5588
5589 * cedet/semantic/idle.el (define-semantic-idle-service)
5590 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
5591
5592 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5593
5594 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5595 backward-subword to quit the byte-compiler.
5596
5597 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5598
5599 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5600
5601 * progmodes/cc-cmds.el (c-update-modeline)
5602 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5603 Refer to subword.el functions instead of cc-subword.el.
5604
5605 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5606 subword.el functions instead of cc-subword.el.
5607
5608 * progmodes/cc-subword.el: Rename to subword.el.
5609 * subword.el: Rename from progmodes/cc-subword.el.
5610 (subword-mode-map): Rename from c-subword-mode-map.
5611 (subword-mode): Rename from c-subword-mode.
5612 (global-subword-mode): New global minor mode.
5613 (forward-subword): Rename from c-forward-subword.
5614 (backward-subword): Rename from c-backward-subword.
5615 (mark-subword): Rename from c-mark-subword.
5616 (kill-subword): Rename from c-kill-subword.
5617 (backward-kill-subword): Rename from c-backward-kill-subword.
5618 (transpose-subwords): Rename from c-tranpose-subword.
5619 (downcase-subword): Rename from c-downcase-subword.
5620 (capitalize-subword): Rename from c-capitalize-subword.
5621 (forward-subword-internal): Rename from c-forward-subword-internal.
5622 (backward-subword-internal): Rename from c-backward-subword-internal.
5623
5624 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5625
5626 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5627 from a dired buffer.
5628 (vc-dired-deduce-fileset): New function.
5629 (vc-root-diff, vc-print-root-log): Use it.
5630
5631 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5632 nil LIMIT argument to vc-print-log-internal.
5633
5634 2009-11-20 Glenn Morris <rgm@gnu.org>
5635
5636 * Makefile.in (ELCFILES): Regenerate.
5637
5638 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
5641
5642 * cedet/semantic.el: Enable idle-mode menu items only if
5643 global-semantic-idle-scheduler-mode is enabled.
5644 (semantic-default-submodes): Doc fix.
5645
5646 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5647 When turning off, disable other idle modes.
5648
5649 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5650
5651 * calc/calc.el (calc-set-mode-line):
5652 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5653 (math-format-number): Rename `math-format-complement-signed' to
5654 `math-format-twos-complement'.
5655
5656 * calc/calc-bin.el (math-format-twos-complement): Rename from
5657 math-format-complement-signed.
5658 (calc-radix): Rename `calc-complement-signed-mode' to
5659 `calc-twos-complement-mode'.
5660 (calc-octal-radix, calc-hex-radix): Add an argument for
5661 two's complement.
5662
5663 * calc/calc-embed.el (calc-embedded-mode-vars):
5664 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5665
5666 * calc/calc-ext.el (calc-init-extensions):
5667 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5668 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5669
5670 * calc/calc-units.el (math-build-units-table-buffer):
5671 Let `calc-twos-complement-mode' be nil.
5672
5673 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5674 entries.
5675
5676 * calc/calc-vec.el (calcFunc-vunpack):
5677 * calc/calc-aent.el (calc-do-calc-eval):
5678 * calc/calc-forms.el (math-format-date):
5679 * calc/calc-graph.el (calc-graph-plot):
5680 * calc/calc-math.el (math-use-emacs-fn):
5681 * calc/calccomp.el (math-compose-expr):
5682 Let `calc-twos-complement-mode' be nil.
5683
5684 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5685
5686 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5687 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5688 * minibuffer.el (completion-in-region-functions): New hook.
5689 (completion-in-region): New function.
5690 * emacs-lisp/lisp.el (lisp-complete-symbol):
5691 * pcomplete.el (pcomplete-std-complete): Use it.
5692
5693 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5696 (latex-complete-alist): New vars.
5697 (latex-string-prefix-p, latex-complete-bibtex-keys)
5698 (latex-complete-envnames, latex-complete-refkeys)
5699 (latex-complete-data): New functions.
5700 (latex-complete, latex-indent-or-complete): New commands.
5701
5702 * window.el (display-buffer-mark-dedicated): New var.
5703 (display-buffer): Obey it.
5704 * minibuffer.el (minibuffer-completion-help): Use it.
5705
5706 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5707
5708 * filecache.el (file-cache-add-file): Use push and cons.
5709 (file-cache-delete-file-regexp): Use push.
5710 (file-cache-complete): Use completion-in-region.
5711
5712 * simple.el (with-wrapper-hook): Fix thinko.
5713
5714 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5715 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5716 Use with-current-buffer and string-to-number.
5717 (hfy-fallback-colour-values): Use assoc-string.
5718 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5719 (hfy-face-at): Remove unused var `found-face'.
5720 (hfy-compile-stylesheet): Remove unused var `css'.
5721 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5722 and `orig-buffer'.
5723 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5724 Use with-current-buffer.
5725 (hfy-text-p): Use expand-file-name and fewer setq.
5726
5727 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5728
5729 * htmlfontify.el, hfy-cmap.el: New files.
5730
5731 2009-11-19 Juri Linkov <juri@jurta.org>
5732
5733 * minibuffer.el (completions-format): New defcustom.
5734 (completion--insert-strings): Implement vertical format.
5735
5736 * simple.el (switch-to-completions): Move point to the first
5737 completion when point was at the beginning of the buffer.
5738
5739 2009-11-19 Juri Linkov <juri@jurta.org>
5740
5741 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5742
5743 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5744
5745 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5748 (mail-signature): Change default to t.
5749 (mail-from-style): Deprecate `system-default' value.
5750 (mail-insert-from-field): For default value of mail-from-style,
5751 default to `angles' unless `angles' needs quoting and `parens'
5752 does not.
5753 (mail-citation-prefix-regexp): Use citation regexp from
5754 message-mode.
5755
5756 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5757
5758 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5759 Set variables for computing the prompt for reading password.
5760
5761 2009-11-19 Glenn Morris <rgm@gnu.org>
5762
5763 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5764
5765 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5766
5767 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5768 (newsticker-treeview-listwindow-height): Fix custom type.
5769
5770 2009-11-19 Kenichi Handa <handa@m17n.org>
5771
5772 * descr-text.el (describe-char-padded-string): Compose with TAB
5773 only if there's a font for CH.
5774 (describe-char): Fix the condition for detecting a trivial composition.
5775
5776 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5777
5778 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5779 more accurate version of the regexp. (Bug#3910)
5780
5781 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5782
5783 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5784
5785 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5786
5787 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5788 (font-setting-change-default-font): Fix typo in docstring.
5789
5790 2009-11-18 Alan Mackenzie <acm@muc.de>
5791
5792 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5793
5794 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5795
5796 * font-setting.el (font-use-system-font): Move ...
5797
5798 * cus-start.el (all): ... to here.
5799
5800 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5801
5802 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5803 Don't set `ad-return-value' if `ad-do-it' doesn't.
5804
5805 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5806 modification time.
5807
5808 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5809
5810 * menu-bar.el: Put "Use system font" in Option-menu.
5811 (menu-bar-options-save): Add font-use-system-font.
5812
5813 * loadup.el: If feature system-font-setting or font-render-setting is
5814 there, load font-setting.
5815
5816 * Makefile.in (ELCFILES): Add font-settings.el.
5817 * font-setting.el: New file.
5818
5819 2009-11-17 Glenn Morris <rgm@gnu.org>
5820
5821 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5822
5823 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5824 Preserve point in the list buffer. (Bug#4939)
5825 Use point-at-eol.
5826 (newsticker--treeview-list-update-highlight)
5827 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5828
5829 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5830
5831 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5832 Remove.
5833
5834 * calc/calc-ext.el (calc-init-extensions): Remove references to
5835 symclip.
5836
5837 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5838
5839 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5840 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5841 `calc-symclip'.
5842
5843 2009-11-16 Kevin Ryde <user42@zip.com.au>
5844
5845 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5846 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5847
5848 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5849 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5850 Ignore trailing spaces by omit-nulls to split-string (fixing
5851 regression from Emacs 21 due to the incompatible split-string
5852 change). (Bug #4928.)
5853
5854 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5855
5856 * vc.el (vc-log-show-limit): Default to 2000.
5857 (vc-print-log-internal): Insert buttons to request more entries
5858 when limiting the output.
5859
5860 * vc-sccs.el (vc-sccs-print-log):
5861 * vc-rcs.el (vc-rcs-print-log):
5862 * vc-cvs.el (vc-cvs-print-log):
5863 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5864 LIMIT is non-nil.
5865
5866 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5867
5868 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5869 error when `tramp-gvfs-dbus-event-vector' is set.
5870 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5871
5872 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5875
5876 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5877
5878 * net/dbus.el (dbus-unregister-service): New defun.
5879 (dbus-register-property): Register the handlers of
5880 "org.freedesktop.DBus.Properties" for SERVICE.
5881 (dbus-property-handler): Fix docstring.
5882
5883 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5884
5885 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5886 Quote doc string reference in defvaralias as it is not in special form.
5887 (byte-compile-output-docform): Doc fix.
5888
5889 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5890
5891 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5892 (calc-complement-signed-mode): New variables.
5893 (calc-set-mode-line): Add indicator for twos-complements.
5894 (math-format-number): Format twos-complement notation.
5895
5896 * calc/calc-bin.el (calc-word-size): Reset the variables
5897 `math-2-word-size' and `math-half-2-word-size'.
5898 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5899 (calc-symclip): New functions.
5900
5901 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5902
5903 * calc/calc-embed.el (calc-embedded-mode-vars):
5904 Add `calc-complement-signed-mode' to the list of modes.
5905
5906 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5907 (calc-b-oper-keys): Add `calc-symclip' to list.
5908
5909 * calc/calc-ext.el (math-read-number-fancy): Read complement
5910 signed numbers.
5911 (calc-init-extensions): Add binding for `calc-symclip'.
5912 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5913
5914 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5915 `calc-symclip'.
5916 (calc-modes-menu): Add item for twos complement mode.
5917
5918 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5919
5920 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5921
5922 * register.el (jump-to-register, insert-register): Handle Semantic
5923 tags. From commented-out advice in semantic/senator.el.
5924
5925 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5926
5927 * vc.el (vc-log-show-limit): New variable.
5928 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5929 when using a prefix argument.
5930 (vc-print-log-internal): Add new argument LIMIT.
5931
5932 * vc-svn.el (vc-svn-print-log):
5933 * vc-mtn.el (vc-mtn-print-log):
5934 * vc-hg.el (vc-hg-print-log):
5935 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5936 pass it to the log command when set. Make the BUFFER argument
5937 non-optional.
5938
5939 * vc-sccs.el (vc-sccs-print-log):
5940 * vc-rcs.el (vc-rcs-print-log):
5941 * vc-git.el (vc-git-print-log):
5942 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5943 ignore it. Make the BUFFER argument non-optional
5944
5945 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5946
5947 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5948
5949 * dired.el (dired-mode-map): Move encryption items to "Operate"
5950 menu (Bug#4703).
5951
5952 * strokes.el (strokes-update-window-configuration): Make strokes
5953 buffer current before erasing (Bug#4906).
5954
5955 * cedet/semantic/idle.el (semantic-idle-summary-mode)
5956 (semantic-idle-summary-mode): Define using define-minor-mode
5957 instead of define-semantic-idle-service.
5958 (semantic-idle-summary-mode): New function.
5959 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5960 that mouse motion does not reset the echo area.
5961
5962 2009-11-15 Juri Linkov <juri@jurta.org>
5963
5964 * simple.el (set-mark-default-inactive): Add :type, :group
5965 and :version. (Bug#4876)
5966
5967 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5968
5969 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5970 (archive-unique-fname): ... here. (Bug#4929)
5971
5972 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5973
5974 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5975 with a real fix.
5976
5977 * novice.el (disabled-command-function): Add useful args.
5978 Setup the help buffer so that [back] works.
5979 Remove redundant call to help-mode.
5980 (disabled-command-function): Use `case'.
5981 (en/disable-command): New function extracted from enable-command.
5982 (enable-command, disable-command): Use it.
5983
5984 2009-11-14 Glenn Morris <rgm@gnu.org>
5985
5986 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5987 constants. (Bug#4913)
5988
5989 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5990
5991 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5992
5993 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5994 defined in C that have no doc-strings. (Bug#1063)
5995
5996 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5997
5998 * cus-edit.el (data, files):
5999 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6000
6001 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6002
6003 * simple.el (shell-command): Doc fix (Bug#4891).
6004
6005 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6006
6007 2009-11-14 Glenn Morris <rgm@gnu.org>
6008
6009 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6010 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6011 If they are already loaded, eval-after-load will do the right thing.
6012
6013 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6014 compiling.
6015
6016 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6017
6018 * simple.el (x-selection-owner-p): Declare.
6019 (read-mail-command): Use custom radio type rather than choice.
6020 (completion-no-auto-exit): Doc fix.
6021
6022 * custom.el (defgroup):
6023 * epg-config.el (epg): Doc fixes.
6024
6025 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6026
6027 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6028 * international/ccl.el (define-ccl-program): Do not purecopy the
6029 docstring, defconst does it anyway.
6030
6031 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6034 a second time.
6035
6036 * x-dnd.el (x-dnd-maybe-call-test-function):
6037 * window.el (split-window-vertically):
6038 * whitespace.el (whitespace-help-on):
6039 * vc-rcs.el (vc-rcs-consult-headers):
6040 * userlock.el (ask-user-about-lock-help)
6041 (ask-user-about-supersession-help):
6042 * type-break.el (type-break-force-mode-line-update):
6043 * time-stamp.el (time-stamp-conv-warn):
6044 * terminal.el (te-set-output-log, te-more-break, te-filter)
6045 (te-sentinel, terminal-emulator):
6046 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6047 (term-write-input-ring, term-check-source, term-start-output-log):
6048 (term-display-buffer-line, term-dynamic-list-completions):
6049 (term-ansi-make-term, serial-term):
6050 * subr.el (selective-display):
6051 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6052 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6053 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6054 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6055 (speedbar-remove-localized-speedbar-support)
6056 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6057 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6058 (speedbar-buffers-line-directory):
6059 * simple.el (shell-command-on-region, append-to-buffer)
6060 (prepend-to-buffer):
6061 * shadowfile.el (shadow-save-todo-file):
6062 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6063 (scroll-bar-maybe-set-window-start):
6064 * sb-image.el (speedbar-image-dump):
6065 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6066 (load-save-place-alist-from-file):
6067 * ps-samp.el (ps-print-message-from-summary):
6068 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6069 (ps-background-image, ps-begin-job, ps-do-despool):
6070 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6071 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6072 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6073 (pr-call-process, pr-file-list, pr-interface-save):
6074 * novice.el (disabled-command-function)
6075 (enable-command, disable-command):
6076 * mouse.el (mouse-buffer-menu-alist):
6077 * mouse-copy.el (mouse-kill-preserving-secondary):
6078 * macros.el (kbd-macro-query):
6079 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6080 * informat.el (batch-info-validate):
6081 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6082 * hippie-exp.el (try-expand-dabbrev-visible):
6083 * help-mode.el (help-make-xrefs):
6084 * help-fns.el (describe-variable):
6085 * generic-x.el (bat-generic-mode-run-as-comint):
6086 * finder.el (finder-mouse-select):
6087 * find-dired.el (find-dired-sentinel):
6088 * filesets.el (filesets-file-close):
6089 * files.el (list-directory):
6090 * faces.el (list-faces-display, describe-face):
6091 * facemenu.el (list-colors-display):
6092 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6093 * epg.el (epg--process-filter, epg-cancel):
6094 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6095 (epa--read-signature-type):
6096 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6097 (emerge-file-names):
6098 * ehelp.el (electric-helpify):
6099 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6100 * ediff-vers.el (rcs-ediff-view-revision):
6101 * ediff-util.el (ediff-setup):
6102 * ediff-mult.el (ediff-append-custom-diff):
6103 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6104 (ediff-wordify):
6105 * echistory.el (Electric-command-history-redo-expression):
6106 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6107 * disp-table.el (describe-display-table):
6108 * dired.el (dired-find-buffer-nocreate):
6109 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6110 * dabbrev.el (dabbrev--same-major-mode-p):
6111 * chistory.el (list-command-history):
6112 * apropos.el (apropos-documentation):
6113 * allout.el (allout-obtain-passphrase):
6114 (allout-copy-exposed-to-buffer):
6115 (allout-verify-passphrase): Use with-current-buffer.
6116
6117 2009-11-13 Glenn Morris <rgm@gnu.org>
6118
6119 * Makefile.in (ELCFILES): Regenerate.
6120
6121 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6122
6123 * net/dbus.el (dbus-registered-objects-table): Rename from
6124 `dbus-registered-functions-table', because it contains also properties.
6125 (dbus-unregister-object): Unregister also properties.
6126 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6127 Use a timeout of 500 msec, in order to not block.
6128 (dbus-register-property, dbus-property-handler): New defuns.
6129
6130 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * simple.el (minibuffer-default-add-completions): Drop deprecated
6133 4th arg.
6134
6135 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6136
6137 * textmodes/artist.el (artist-mouse-choose-operation):
6138 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6139 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6140 (artist-compute-up-event-key): New function.
6141 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6142
6143 2009-11-13 Kenichi Handa <handa@m17n.org>
6144
6145 * language/japan-util.el: Make sure that the value of jisx0208
6146 property is jisx0208 character.
6147
6148 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6149
6150 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6151 car or each item, not the whole list.
6152
6153 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6154
6155 * minibuffer.el (minibuffer-completion-help):
6156 Use minibuffer-hide-completions.
6157
6158 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6159
6160 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6161 (dired-revert): Use them (bug#4880).
6162
6163 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6164
6165 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6166
6167 2009-11-12 Juri Linkov <juri@jurta.org>
6168
6169 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6170 New functions.
6171 (find-file-literally-at-point): Alias of `ffap-literally'.
6172
6173 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6174
6175 * textmodes/ispell.el (ispell-skip-region-alist):
6176 * textmodes/css-mode.el (auto-mode-alist):
6177 * progmodes/compile.el (auto-mode-alist):
6178 * international/mule.el (ctext-non-standard-encodings-alist)
6179 (ctext-non-standard-encodings-regexp):
6180 * simple.el (shell-command-switch, text-read-only):
6181 * replace.el (occur-mode-map):
6182 * paths.el (rmail-file-name):
6183 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6184 * find-file.el (ff-special-constructs):
6185 * files.el (file-name-handler-alist):
6186 * composite.el: Purecopy strings.
6187
6188 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6189
6190 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * widget.el (define-widget): Purecopy the docstring.
6193 * international/mule-cmds.el (charset): Do not purecopy the
6194 docstring here, define-widget does it.
6195
6196 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6197 * textmodes/bibtex-style.el (auto-mode-alist):
6198 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6199 * progmodes/compile.el (compile-command):
6200 * language/korea-util.el (default-korean-keyboard):
6201 * international/mule-conf.el (file-coding-system-alist):
6202 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6203 * tooltip.el (tooltip-frame-parameters):
6204 * newcomment.el (comment-end, comment-padding):
6205 * dired.el (dired-trivial-filenames):
6206 * comint.el (comint-file-name-prefix): Purecopy initial values.
6207
6208 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6209
6210 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6211 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6212 `tramp-unload'.
6213 (tramp-advice-make-auto-save-file-name)
6214 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6215 after removing the advice.
6216
6217 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6218
6219 * progmodes/grep.el (grep-regexp-alist):
6220 * international/mule-cmds.el (iso-2022-control-alist):
6221 * emacs-lisp/timer.el (timer-duration-words):
6222 * subr.el (version-separator, version-regexp-alist):
6223 * minibuffer.el (completion-styles-alist):
6224 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6225 Change defvars to defconsts.
6226
6227 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6228 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6229 * international/mule-conf.el: Allow to be byte compiled.
6230
6231 * international/mule.el (define-charset): Purecopy props.
6232 (load-with-code-conversion): Purecopy doc string and file name.
6233 (put-charset-property): Purecopy strings.
6234 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6235
6236 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6237 (define-char-code-property): Correctly purecopy the table.
6238
6239 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6240
6241 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6242
6243 * subr.el (add-hook): Purecopy strings.
6244 (eval-after-load): Purecopy load-history-regexp and the form.
6245
6246 * custom.el (custom-declare-group): Purecopy load-file-name.
6247
6248 * subr.el (menu-bar-separator): New defconst.
6249 * net/eudc.el (eudc-tools-menu):
6250 * international/mule-cmds.el (set-coding-system-map)
6251 (mule-menu-keymap):
6252 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6253 * vc-hooks.el (vc-menu-map):
6254 * replace.el (occur-mode-map):
6255 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6256 (menu-bar-edit-menu, menu-bar-goto-menu)
6257 (menu-bar-custom-menu, menu-bar-showhide-menu)
6258 (menu-bar-options-menu, menu-bar-tools-menu)
6259 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6260 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6261 (menu-bar-help-menu):
6262 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6263 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6264
6265 * term/x-win.el (x-gtk-stock-map):
6266 * progmodes/vera-mode.el (auto-mode-alist):
6267 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6268 (inferior-lisp-program, inferior-lisp-load-command):
6269 * progmodes/hideshow.el (hs-special-modes-alist):
6270 * progmodes/gud.el (same-window-regexps):
6271 * progmodes/grep.el (grep-program, find-program, xargs-program):
6272 * net/telnet.el (same-window-regexps):
6273 * net/rlogin.el (same-window-regexps):
6274 * language/ethiopic.el (font-ccl-encoder-alist):
6275 * vc-sccs.el (vc-sccs-master-templates):
6276 * vc-rcs.el (vc-rcs-master-templates):
6277 * subr.el (cl-assertion-failed):
6278 * simple.el (next-error-overlay-arrow-position):
6279 * lpr.el (lpr-command):
6280 * locate.el (locate-ls-subdir-switches):
6281 * info.el (same-window-regexps, info)
6282 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6283 * image-mode.el (image-mode, auto-mode-alist):
6284 * hippie-exp.el (hippie-expand-ignore-buffers):
6285 * format.el (format-alist):
6286 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6287 (find-name-arg):
6288 * facemenu.el (facemenu-keybindings):
6289 * dired.el (dired-listing-switches, dired-chown-program):
6290 * diff.el (diff-switches, diff-command):
6291 * cus-edit.el (same-window-regexps):
6292 * bindings.el (mode-line-mule-info)
6293 (mode-line-buffer-identification): Purecopy strings.
6294
6295 2009-11-11 Juri Linkov <juri@jurta.org>
6296
6297 * simple.el (dired-get-filename) <declare-function>:
6298 Tell the byte-compiler about dired-get-filename.
6299 (shell-command): In Dired mode, get filename from the current line
6300 as the default value.
6301
6302 2009-11-10 Glenn Morris <rgm@gnu.org>
6303
6304 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6305 * calendar/holidays.el, progmodes/cperl-mode.el:
6306 Update x-popup-menu declarations.
6307
6308 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6309 (list-load-path-shadows): Use dolist.
6310 (list-load-path-shadows): Use with-current-buffer.
6311
6312 2009-11-10 Juri Linkov <juri@jurta.org>
6313
6314 * minibuffer.el (read-file-name): Support a list of default values
6315 in `default-filename'. Use the first file name where only one
6316 element is required. Doc fix.
6317
6318 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6319
6320 * net/dbus.el (dbus-unregister-object): Release service, if no
6321 other method is registered for it.
6322
6323 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6324
6325 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6326 bookmark-sort-flag is non-nil (Bug#4653).
6327
6328 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6331 the progress reporter entirely.
6332
6333 * emulation/cua-base.el: Add CUA property to some CC mode commands
6334 (Bug#4100).
6335
6336 2009-11-08 Kevin Ryde <user42@zip.com.au>
6337
6338 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6339 at end of sentence (Bug#4818).
6340
6341 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6342
6343 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6344 Handle "see declaration of" MSFT statements (Bug#4100).
6345
6346 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6347
6348 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6349 (tramp-advice-file-expand-wildcards): Unload via
6350 `ad-remove-advice'.
6351
6352 * net/trampver.el: Update release number.
6353
6354 2009-11-08 Kevin Ryde <user42@zip.com.au>
6355
6356 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6357 `ad-do-it'.
6358
6359 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6360
6361 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6362 in order to keep context in SELinux.
6363
6364 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * dired-aux.el (dired-query): Place cursor in echo area and allow
6367 C-g.
6368
6369 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6370 menu item if not on a directory (Bug#4701).
6371
6372 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6373
6374 Sync with Tramp 2.1.17.
6375
6376 * net/tramp.el (tramp-handle-copy-directory): Don't use
6377 `file-remote-p' (due to compatibility).
6378
6379 * net/tramp-compat.el (tramp-compat-copy-directory)
6380 (tramp-compat-delete-directory): New defuns.
6381
6382 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6383 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6384 `tramp-compat-delete-directory'.
6385
6386 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6387 (tramp-smb-handle-delete-directory): Use
6388 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6389
6390 * net/trampver.el: Update release number.
6391
6392 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * tar-mode.el (tar-copy): Call write-region on the right buffer
6395 (Bug#4857).
6396
6397 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6398 by hand, if necessary (Bug#4878).
6399
6400 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6401
6402 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6403 align size column (Bug#4839).
6404
6405 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6406 statement.
6407
6408 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6409
6410 * progmodes/ld-script.el (auto-mode-alist):
6411 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6412
6413 * cus-face.el (custom-declare-face): Purecopy face spec.
6414
6415 2009-11-06 Kenichi Handa <handa@m17n.org>
6416
6417 * international/uni-bidi.el: Re-generated.
6418 * international/uni-category.el: Re-generated.
6419 * international/uni-combining.el: Re-generated.
6420 * international/uni-mirrored.el: Re-generated.
6421
6422 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6423
6424 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6425 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6426 (tex-start-options, slitex-run-command, latex-run-command)
6427 (tex-run-command, tex-directory):
6428 * textmodes/ispell.el (ispell-html-skip-alists)
6429 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6430 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6431 (adaptive-fill-regexp):
6432 * textmodes/dns-mode.el (auto-mode-alist):
6433 * progmodes/python.el (interpreter-mode-alist):
6434 * progmodes/etags.el (tags-compression-info-list):
6435 * progmodes/etags.el (tags-file-name):
6436 * net/browse-url.el (browse-url-galeon-program)
6437 (browse-url-firefox-program):
6438 * mail/sendmail.el (mail-signature-file)
6439 (mail-citation-prefix-regexp):
6440 * international/mule-conf.el (eight-bit):
6441 * international/latexenc.el (latex-inputenc-coding-alist):
6442 * international/fontset.el (x-pixel-size-width-font-regexp):
6443 * emacs-lisp/warnings.el (warning-type-format):
6444 * emacs-lisp/trace.el (trace-buffer):
6445 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6446 (emacs-lisp-mode-map):
6447 * calendar/holidays.el (holiday-solar-holidays)
6448 (holiday-bahai-holidays, holiday-islamic-holidays)
6449 (holiday-christian-holidays, holiday-hebrew-holidays)
6450 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6451 (hebrew-holidays-1, holiday-oriental-holidays)
6452 (holiday-general-holidays):
6453 * x-dnd.el (x-dnd-known-types):
6454 * tool-bar.el (tool-bar):
6455 * startup.el (site-run-file):
6456 * shell.el (shell-dumb-shell-regexp):
6457 * rfn-eshadow.el (file-name-shadow-tty-properties)
6458 (file-name-shadow-properties):
6459 * paths.el (remote-shell-program, news-directory):
6460 * mouse.el ([C-down-mouse-3]):
6461 * menu-bar.el (menu-bar-tools-menu):
6462 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6463 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6464 (jka-compr-compression-info-list):
6465 * isearch.el (search-whitespace-regexp):
6466 * image-file.el (image-file-name-extensions):
6467 * find-dired.el (find-ls-option):
6468 * files.el (directory-listing-before-filename-regexp)
6469 (directory-free-space-args, insert-directory-program)
6470 (list-directory-brief-switches, magic-fallback-mode-alist)
6471 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6472 (automount-dir-prefix):
6473 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6474 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6475 (face-font-registry-alternatives, face-font-registry-alternatives)
6476 (face-font-family-alternatives):
6477 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6478 (facemenu-foreground-menu, facemenu-face-menu):
6479 * epa-hook.el (epa-file-name-regexp):
6480 * dnd.el (dnd-protocol-alist):
6481 * textmodes/rst.el (auto-mode-alist):
6482 * button.el (default-button): Purecopy strings.
6483
6484 2009-11-06 Glenn Morris <rgm@gnu.org>
6485
6486 * Makefile.in (ELCFILES): Update.
6487
6488 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6491 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6492
6493 * nxml/xsd-regexp.el (xsdre-gen-categories):
6494 * nxml/xmltok.el (xmltok-parse-entity):
6495 * nxml/rng-parse.el (rng-parse-validate-file):
6496 * nxml/rng-maint.el (rng-format-manual)
6497 (rng-manual-output-force-new-line):
6498 * nxml/rng-loc.el (rng-save-schema-location-1):
6499 * nxml/rng-cmpct.el (rng-c-parse-file):
6500 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6501 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6502
6503 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6504
6505 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6506 Remove extra save-excursions and make-variable-buffer-local's.
6507 Suggested by Stefan Monnier.
6508
6509 (verilog-getopt-file, verilog-module-inside-filename-p)
6510 (verilog-set-define): Merge GNU 1.35 and repair changes from
6511 switching to using with-current-buffer.
6512
6513 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6514 being treated as a number and confusing AUTORESET.
6515 Reported by Dan Dever.
6516
6517 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6518 Add verilog-auto-ignore-concat to fix backward compatibility with
6519 older verilog-modes. Reported by Dan Katz.
6520
6521 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6522 containing closing anchors "...$".
6523
6524 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6525 Reported by Wade Smith.
6526
6527 (verilog-batch-execute-func): Comment on function usage.
6528
6529 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6530
6531 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6532 for labels.
6533
6534 (verilog-label-re, verilog-calc-1): Support proper indent of named
6535 asserts.
6536
6537 (verilog-backward-token, verilog-basic-complete-re)
6538 (verilog-beg-of-statement, verilog-indent-re): Support proper
6539 indent of the assert statement at the beginning of a block of text.
6540
6541 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6542 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6543 tokens as begins.
6544
6545 2009-11-05 Glenn Morris <rgm@gnu.org>
6546
6547 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6548 Emacs 19. (Bug#1531)
6549 (byte-compile-fix-header): Update for the above change.
6550 Drop test for epoch::version.
6551
6552 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6553 * cus-dep.el (custom-make-dependencies):
6554 * finder.el (finder-compile-keywords):
6555 Use autoload-rubric's feature argument.
6556
6557 * calendar/diary-lib.el (top-level): Make load behave more like require.
6558
6559 * vc-git.el (vc-git-stash-map): Move definition before use.
6560
6561 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6562
6563 * custom.el (custom-declare-group): Purecopy standard-value.
6564 (custom-declare-group): Purecopy custom-prefix.
6565
6566 * international/mule.el (load-with-code-conversion):
6567 Call do-after-load-evaluation unconditionally.
6568
6569 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6570
6571 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6574
6575 2009-11-04 Glenn Morris <rgm@gnu.org>
6576
6577 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6578 (byte-compile-compatibility): Remove option.
6579 (byte-compile-close-variables, byte-compile-fix-header)
6580 (byte-compile-insert-header, byte-compile-output-docform)
6581 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6582 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6583 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6584 (byte-compile-insert, byte-compile-defun):
6585 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6586 (byte-defop-compiler19): Remove.
6587 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6588 used by anything. Replace all calls with byte-defop-compiler.
6589
6590 2009-11-04 Juri Linkov <juri@jurta.org>
6591
6592 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6593 (menu-bar-options-menu): Don't quote the `prop' arg of
6594 `menu-bar-make-mm-toggle'.
6595
6596 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6597
6598 * calendar/calendar.el (cal-loaddefs):
6599 * calendar/diary-lib.el (diary-loaddefs):
6600 * calendar/holidays.el (hol-loaddefs):
6601 * eshell/esh-module.el (esh-groups): Load rather than require.
6602
6603 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6606 point-min==1.
6607 (todo-top-priorities): Only display-buffer when called interactively.
6608 (todo-item-start): Don't save excursion point.
6609 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6610 (todo-insert-item-here, todo-file-item, todo-remove-item):
6611 Adjust uses of todo-item-start and todo-item-end.
6612
6613 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6614 (autoload-rubric): Don't use any more.
6615 * cedet/semantic/fw.el (semantic/loaddefs):
6616 * cedet/srecode.el (srecode/loaddefs):
6617 * cedet/ede.el (ede/loaddefs): Load rather than require.
6618 * cedet/ede/cpp-root.el:
6619 * cedet/ede/emacs.el:
6620 * cedet/ede/files.el:
6621 * cedet/ede/linux.el:
6622 * cedet/ede/locate.el:
6623 * cedet/ede/make.el:
6624 * cedet/ede/shell.el:
6625 * cedet/ede/speedbar.el:
6626 * cedet/ede/system.el:
6627 * cedet/ede/util.el:
6628 * cedet/semantic/analyze.el:
6629 * cedet/semantic/bovine.el:
6630 * cedet/semantic/complete.el:
6631 * cedet/semantic/ctxt.el:
6632 * cedet/semantic/db-file.el:
6633 * cedet/semantic/db-find.el:
6634 * cedet/semantic/db-global.el:
6635 * cedet/semantic/db-mode.el:
6636 * cedet/semantic/db-typecache.el:
6637 * cedet/semantic/db.el:
6638 * cedet/semantic/debug.el:
6639 * cedet/semantic/dep.el:
6640 * cedet/semantic/doc.el:
6641 * cedet/semantic/edit.el:
6642 * cedet/semantic/find.el:
6643 * cedet/semantic/format.el:
6644 * cedet/semantic/html.el:
6645 * cedet/semantic/ia-sb.el:
6646 * cedet/semantic/ia.el:
6647 * cedet/semantic/idle.el:
6648 * cedet/semantic/lex-spp.el:
6649 * cedet/semantic/lex.el:
6650 * cedet/semantic/mru-bookmark.el:
6651 * cedet/semantic/scope.el:
6652 * cedet/semantic/senator.el:
6653 * cedet/semantic/sort.el:
6654 * cedet/semantic/symref.el:
6655 * cedet/semantic/tag-file.el:
6656 * cedet/semantic/tag-ls.el:
6657 * cedet/semantic/tag-write.el:
6658 * cedet/semantic/tag.el:
6659 * cedet/semantic/util-modes.el:
6660 * cedet/semantic/analyze/complete.el:
6661 * cedet/semantic/analyze/refs.el:
6662 * cedet/semantic/bovine/c.el:
6663 * cedet/semantic/bovine/gcc.el:
6664 * cedet/semantic/bovine/make.el:
6665 * cedet/semantic/bovine/scm.el:
6666 * cedet/semantic/decorate/include.el:
6667 * cedet/semantic/decorate/mode.el:
6668 * cedet/semantic/symref/cscope.el:
6669 * cedet/semantic/symref/global.el:
6670 * cedet/semantic/symref/grep.el:
6671 * cedet/semantic/symref/idutils.el:
6672 * cedet/semantic/symref/list.el:
6673 * cedet/semantic/wisent/java-tags.el:
6674 * cedet/semantic/wisent/javascript.el:
6675 * cedet/srecode/compile.el:
6676 * cedet/srecode/cpp.el:
6677 * cedet/srecode/document.el:
6678 * cedet/srecode/el.el:
6679 * cedet/srecode/expandproto.el:
6680 * cedet/srecode/getset.el:
6681 * cedet/srecode/insert.el:
6682 * cedet/srecode/java.el:
6683 * cedet/srecode/map.el:
6684 * cedet/srecode/mode.el:
6685 * cedet/srecode/template.el:
6686 * cedet/srecode/texi.el: Remove the file-local setting of
6687 generated-autoload-feature.
6688
6689 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6690 and only put a prop if it is non-nil.
6691
6692 2009-11-03 Juri Linkov <juri@jurta.org>
6693
6694 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6695 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6696
6697 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6698 and "Menu" to make top-level menu item visually one unit (like
6699 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6700 multi-word menu items). Fix :help string for quit-window.
6701
6702 2009-11-03 Glenn Morris <rgm@gnu.org>
6703
6704 * cedet/mode-local.el (with-mode-local): Doc fix.
6705
6706 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6707 (byte-compile-file-form-define-abbrev-table)
6708 (byte-compile-file-form-custom-declare-variable)
6709 (byte-compile-variable-ref, byte-compile-defvar):
6710 Whether or not a warning is enabled should only affect whether we issue
6711 the warning, not whether or not we collect the relevant data.
6712 Eg warnings can be turned on and off throughout the course of a file.
6713
6714 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6715 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6716
6717 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6720 * play/mpuz.el (mpuz-create-buffer):
6721 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6722 (lm-print-y,s,noise, lm-print-w0, lm-init):
6723 * play/gomoku.el (gomoku-prompt-for-move):
6724 * play/fortune.el (fortune-in-buffer):
6725 * play/dissociate.el (dissociated-press):
6726 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6727 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6728 * mail/supercite.el (sc-eref-show):
6729 * mail/smtpmail.el (smtpmail-send-it):
6730 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6731 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6732 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6733 (rmail-summary-goto-msg, rmail-summary-expunge)
6734 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6735 (rmail-summary-add-label, rmail-summary-output-menu)
6736 (rmail-summary-output-body):
6737 * mail/rfc822.el (rfc822-addresses):
6738 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6739 * mail/mailpost.el (post-mail-send-it):
6740 * mail/hashcash.el (hashcash-generate-payment):
6741 * mail/feedmail.el (feedmail-run-the-queue)
6742 (feedmail-queue-send-edit-prompt-help-first)
6743 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6744 (feedmail-deduce-address-list):
6745 * eshell/esh-ext.el (eshell-remote-command):
6746 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6747 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6748 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6749 (viper-save-string-in-file, viper-valid-marker):
6750 * emulation/viper-keym.el (viper-toggle-key):
6751 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6752 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6753 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6754 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6755 (viper-exec-form-in-emacs, viper-brac-function):
6756 * emulation/viper.el (viper-delocalize-var):
6757 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6758 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6759 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6760 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6761 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6762 * emulation/edt.el (edt-electric-helpify):
6763 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6764 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6765 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6766 (cua-indent-to-global-mark-column):
6767 * calendar/diary-lib.el (calendar-mark-1):
6768 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6769 Use with-current-buffer.
6770 * emulation/viper.el (viper-delocalize-var): Use dolist.
6771
6772 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * comint.el (comint-replace-by-expanded-history-before-point):
6775 Replace !! with the previous input string literally (Bug#1795).
6776
6777 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6778
6779 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6780 to be made up of whitespace.
6781
6782 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * minibuffer.el (read-file-name): Don't use file dialogs for
6785 remote directories (Bug#99).
6786
6787 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6788
6789 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6790
6791 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6792
6793 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6794 instead of deleting the window or frame.
6795
6796 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6797
6798 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6799 Support face colors.
6800
6801 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6802 New function. Support face colors (Bug#1168).
6803 (tex-common-initialization): Use it.
6804
6805 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6806 mode allows it (Bug#1168).
6807
6808 2009-10-31 Juri Linkov <juri@jurta.org>
6809
6810 * facemenu.el (list-colors-display): Don't mark buffer as
6811 modified (Bug#3948).
6812
6813 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6814
6815 * international/mule-diag.el (list-character-sets-1): Minor
6816 message fix (Bug#3526).
6817
6818 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
6819 face property (Bug#4834).
6820 (etags-list-tags, etags-tags-apropos-additional)
6821 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6822 property.
6823
6824 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6825 items.
6826
6827 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
6828 items.
6829
6830 * cedet/ede.el (ede-minor-mode):
6831 * cedet/semantic.el (semantic-mode): Toggle menu separators.
6832
6833 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * textmodes/two-column.el (2C-split):
6836 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6837 * textmodes/tex-mode.el (tex-set-buffer-directory):
6838 * textmodes/spell.el (spell-region, spell-string):
6839 * textmodes/reftex.el (reftex-erase-buffer):
6840 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6841 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6842 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6843 (reftex-select-item):
6844 * textmodes/reftex-ref.el (reftex-label-info-update)
6845 (reftex-offer-label-menu):
6846 * textmodes/reftex-index.el (reftex-index-change-entry)
6847 (reftex-index-phrases-info):
6848 * textmodes/reftex-global.el (reftex-create-tags-file)
6849 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6850 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6851 (reftex-view-crossref-from-bibtex):
6852 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6853 (reftex-extract-bib-entries-from-thebibliography)
6854 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6855 * textmodes/refbib.el (r2b-capitalize-title):
6856 (r2b-convert-buffer, r2b-help):
6857 * textmodes/page-ext.el (pages-directory)
6858 (pages-directory-goto-with-mouse):
6859 * textmodes/bibtex.el (bibtex-validate-globally):
6860 * textmodes/bib-mode.el (bib-capitalize-title):
6861 * textmodes/artist.el (artist-clear-buffer, artist-system):
6862 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6863 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6864 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6865 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6866 (xscheme-send-control-g-interrupt, xscheme-start-process)
6867 (xscheme-process-sentinel, xscheme-cd):
6868 * progmodes/verilog-mode.el (verilog-read-always-signals)
6869 (verilog-set-define, verilog-getopt-file)
6870 (verilog-module-inside-filename-p):
6871 * progmodes/sh-script.el:
6872 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6873 (python-pdbtrack-grub-for-buffer, python-execute-file):
6874 * progmodes/octave-inf.el (inferior-octave):
6875 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6876 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6877 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6878 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6879 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6880 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6881 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6882 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6883 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6884 (idlwave-shell-examine-display, idlwave-shell-run-region)
6885 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6886 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6887 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6888 (idlwave-help-get-help-buffer):
6889 * progmodes/gud.el (gud-basic-call, gud-find-class)
6890 (gud-tooltip-activate-mouse-motions-if-enabled):
6891 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6892 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6893 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6894 (ebrowse-tags-next-file):
6895 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6896 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6897 (ebnf-eps-finish-and-write):
6898 * progmodes/cpp.el (cpp-edit-save):
6899 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6900 * progmodes/cc-defs.el (c-emacs-features):
6901 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6902 (antlr-directory-dependencies):
6903 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6904 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6905 (ada-find-any-references, ada-make-filename-from-adaname)
6906 (ada-make-body-gnatstub):
6907 * obsolete/rnews.el (news-list-news-groups):
6908 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6909 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6910 * net/rcirc.el (rcirc-debug):
6911 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6912 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6913 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6914 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6915 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6916 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6917 (newsticker--treeview-list-clear-highlight)
6918 (newsticker--treeview-list-update-highlight)
6919 (newsticker--treeview-list-highlight-start)
6920 (newsticker--treeview-tree-update-highlight)
6921 (newsticker--treeview-get-selected-item)
6922 (newsticker-treeview-mark-list-items-old)
6923 (newsticker--treeview-set-current-node):
6924 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6925 * net/newst-backend.el (newsticker--get-news-by-funcall)
6926 (newsticker--get-news-by-wget, newsticker--image-get)
6927 (newsticker--image-sentinel):
6928 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6929 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6930 (eudc-ph-close-session):
6931 * net/eudc.el (eudc-save-options):
6932 * language/thai-word.el (thai-update-word-table):
6933 * language/japan-util.el (japanese-string-conversion):
6934 * international/titdic-cnv.el (tsang-quick-converter)
6935 (ziranma-converter, ctlau-converter):
6936 * international/mule-cmds.el (describe-language-environment):
6937 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6938 (skkdic-convert-postfix, skkdic-convert-prefix):
6939 (skkdic-convert-okuri-nasi, skkdic-convert):
6940 * emacs-lisp/re-builder.el (reb-update-overlays):
6941 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6942 * emacs-lisp/gulp.el (gulp-send-requests):
6943 * emacs-lisp/find-gc.el (trace-call-tree):
6944 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6945 (eieio-describe-generic):
6946 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6947 * emacs-lisp/edebug.el (edebug-outside-excursion):
6948 * emacs-lisp/debug.el (debugger-make-xrefs):
6949 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6950 * emacs-lisp/chart.el (chart-new-buffer):
6951 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6952 Use with-current-buffer.
6953 * textmodes/artist.el (artist-system): Don't call
6954 copy-sequence on a fresh string.
6955 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6956
6957 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6958
6959 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6960 is no item to edit. (Bug#4820)
6961 (todo-top-priorities): Restore point and restore narrowing in Todo
6962 buffer. (Bug#4820)
6963
6964 2009-10-31 Glenn Morris <rgm@gnu.org>
6965
6966 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6967 (comint-last-output-start, comint-last-input-start)
6968 (comint-last-input-end): Don't defvar when compiling.
6969 (ange-ftp-process-file): Use bound-and-true-p.
6970
6971 * pcmpl-rpm.el (top-level): Move provide statement to end.
6972 (pcmpl-rpm): Remove unused custom group.
6973
6974 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6975
6976 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6977
6978 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6979 (byte-compile-warnings): Add `constants' as an option.
6980 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6981 (display-call-tree): Update for byte-compile-fdefinition possibly
6982 returning `(macro lambda ...)'. (Bug#4778)
6983 (byte-compile-variable-ref, byte-compile-setq-default):
6984 Respect `constants' member of byte-compile-warnings.
6985
6986 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6987 Use mapc rather than mapcar because the return value is never used.
6988
6989 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6990 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6991 * cedet/semantic/html.el:
6992 Suppress harmless warnings about setting up semantic-imenu (not
6993 part of Emacs) variables.
6994
6995 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6998 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6999 to "submit:".
7000
7001 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7002 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7003 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7004 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7005 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7006 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7007 (semantic-analyzer-debug-global-symbol)
7008 (semantic-analyzer-debug-missing-innertype)
7009 (semantic-analyzer-debug-insert-include-summary):
7010 * cedet/semantic/util.el (semantic-file-tag-table):
7011 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7012 (semantic-recursive-find-nonterminal-by-name):
7013 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7014 * cedet/semantic/tag-file.el (semantic-prototype-file):
7015 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7016 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7017 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7018 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7019 (semantic-idle-summary-maybe-highlight):
7020 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7021 (semantic-ia-sb-tag-info):
7022 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7023 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7024 * cedet/semantic/ede-grammar.el (project-compile-target):
7025 (ede-proj-makefile-insert-variables):
7026 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7027 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7028 (semantic-debug-mode, semantic-debug):
7029 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7030 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7031 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7032 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7033 (semanticdb-find-translate-path-includes--internal)
7034 (semanticdb-reset-log, semanticdb-find-log-activity):
7035 * cedet/semantic/db-file.el (object-write):
7036 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7037 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7038 (semanticdb-create-ebrowse-database):
7039 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7040 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7041 (semantic-collector-calculate-completions-raw)
7042 (semantic-complete-read-tag-analyzer):
7043 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7044 * cedet/ede/util.el (ede-update-version-in-source):
7045 * cedet/ede/proj.el (project-delete-target):
7046 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7047 (ede-proj-flush-autoconf):
7048 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7049 (ede-proj-configure-synchronize):
7050 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7051 * cedet/ede/linux.el (ede-linux-version):
7052 * cedet/ede/emacs.el (ede-emacs-version):
7053 * cedet/ede/dired.el (ede-dired-add-to-target):
7054 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7055 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7056 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7057 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7058 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7059 (cedet-idutils-version-check):
7060 * cedet/cedet-global.el (cedet-gnu-global-call):
7061 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7062 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7063 * cedet/cedet-cscope.el (cedet-cscope-call)
7064 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7065 Use with-current-buffer.
7066 * cedet/ede.el (ede-make-project-local-variable)
7067 (ede-set-project-variables, ede-set): Use dolist.
7068
7069 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7070
7071 * textmodes/ispell.el (ispell-skip-region-alist):
7072 * international/mule-conf.el (eight-bit):
7073 * international/fontset.el (font-encoding-alist):
7074 * startup.el (pure-space-overflow-message):
7075 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7076 * paths.el (gnus-nntp-service, rmail-spool-directory)
7077 (term-file-prefix):
7078 * files.el (save-some-buffers-action-alist):
7079 * cmuscheme.el (same-window-buffer-names):
7080 * ielm.el (same-window-buffer-names):
7081 * shell.el (same-window-buffer-names):
7082 * mail/sendmail.el (same-window-buffer-names):
7083 * progmodes/inf-lisp.el (same-window-buffer-names):
7084 * bindings.el (mode-line-client)
7085 (mode-line-column-line-number-mode-map):
7086 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7087 (tibetan-precomposed-regexp): Purecopy string arguments.
7088
7089 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7092 (calcDigit-nondigit):
7093 * calc/calc-yank.el (calc-copy-to-buffer):
7094 * calc/calc-units.el (calc-invalidate-units-table):
7095 * calc/calc-trail.el (calc-trail-yank):
7096 * calc/calc-store.el (calc-insert-variables):
7097 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7098 * calc/calc-prog.el (calc-read-parse-table):
7099 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7100 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7101 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7102 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7103 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7104 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7105 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7106 * calc/calc-ext.el (calc-realign):
7107 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7108 (calc-embedded-finish-edit, calc-embedded-make-info)
7109 (calc-embedded-finish-command, calc-embedded-stack-change):
7110 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7111
7112 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7113 (overload-docstring-extension): Use that info.
7114 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7115 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7116 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7117 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7118 (semantic-nonterminal-full-name): Add the new `when' info.
7119 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7120 `assert'.
7121
7122 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7123 shell-dynamic-complete-filename in preference to
7124 comint-dynamic-complete-filename.
7125
7126 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7127 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7128 Don't consider whether the display supports colors.
7129 (bookmark-import-new-list): Use dolist.
7130 (bookmark-bmenu-mode-map): Move initialization into declaration.
7131 (bookmark-bmenu-list): Use dolist, simplify.
7132 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7133 (menu-bar-final-items): Use push.
7134
7135 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7136
7137 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7138 it works on remote files.
7139 (vc-hg-diff): Don't pass any `--cwd' argument.
7140
7141 2009-10-27 Kevin Ryde <user42@zip.com.au>
7142
7143 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7144 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7145 (Further to Bug#3921).
7146
7147 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7148
7149 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7150 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7151 calling `tramp-imap-put-file'. Add file size to the call.
7152 (tramp-imap-get-file-entries): Compute also user name, file size,
7153 and date.
7154 (tramp-imap-handle-insert-directory): Insert uid and gid.
7155 (tramp-imap-handle-file-attributes): Transform uid and gid
7156 according to `id-format'.
7157 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7158 size in header X-Size.
7159
7160 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7161
7162 * simple.el (transpose-subr): Give clearer error when the mark
7163 is not set. (Bug#4807)
7164
7165 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7166
7167 * net/tramp.el (tramp-perl-file-truename): New defconst.
7168 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7169 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7170 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7171 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7172
7173 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7174 Ignore `dired-call-process'.
7175 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7176
7177 2009-10-26 Julian Scheid <julians37@gmail.com>
7178
7179 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7180 (tramp-get-remote-readlink): New defun.
7181 (tramp-handle-file-truename): Use it.
7182 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7183 file exists if cache value present.
7184 (tramp-check-cached-permissions): New defun.
7185 (tramp-handle-file-readable-p): Use it.
7186 (tramp-handle-file-writable-p): Likewise.
7187 (tramp-handle-file-executable-p): Likewise.
7188 (tramp-handle-file-name-all-completions): Try using Perl to get
7189 partial completions. When perl not available, combine `cd' and
7190 `ls' into single remote operation and use shell expansion to get
7191 partial remote directory contents. Set `file-exists-p' cache for
7192 directory and any files returned by ls. Change cache handling to
7193 support partial directory contents. Use error message emitted by
7194 remote `cd' or Perl code for local tramp-error.
7195 (tramp-do-copy-or-rename-file-directly): Avoid separate
7196 tramp-send-command-and-check call.
7197 (tramp-handle-process-file): Merge three remote ops into one.
7198 Do not flush all caches when `process-file-side-effects' is set.
7199 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7200 file-attributes shows uid/gid to be set already.
7201
7202 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7203
7204 * textmodes/tex-mode.el (tex-dvi-view-command)
7205 (tex-show-queue-command, tex-open-quote):
7206 * progmodes/ruby-mode.el (auto-mode-alist)
7207 (interpreter-mode-alist): Purecopy strings.
7208
7209 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7210
7211 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7212 string for the hook, keymap and abbrev table.
7213
7214 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7215
7216 * x-dnd.el (x-dnd-xdnd-to-action):
7217 * startup.el (fancy-startup-text, fancy-about-text): Change to
7218 defconst from defvar.
7219
7220 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7221
7222 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7223 Purecopy initialization strings.
7224
7225 * mail/sendmail.el (mail-header-separator)
7226 (mail-personal-alias-file):
7227 * mail/rmail.el (rmail-default-dont-reply-to-names)
7228 (rmail-ignored-headers, rmail-retry-ignored-headers)
7229 (rmail-highlighted-headers, rmail-secondary-file-directory)
7230 (rmail-secondary-file-regexp):
7231 * files.el (null-device, file-name-invalid-regexp)
7232 (locate-dominating-stop-dir-regexp)
7233 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7234 (interpreter-mode-alist): Use mapcar instead of mapc.
7235
7236 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7237
7238 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7239 (completion-ignored-extensions):
7240 (debug-ignored-errors): Purecopy strings.
7241
7242 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7245 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7246 (pcomplete--here): Use push.
7247
7248 * subr.el (all-completions): Declare the 4th arg obsolete.
7249
7250 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7253 (pcomplete-unquote-argument): New function.
7254 (pcomplete--common-suffix): Always pay attention to case.
7255 (pcomplete--table-subvert): Quote and unquote the text.
7256 (pcomplete--common-quoted-suffix): New function.
7257 (pcomplete-std-complete): Use it and pcomplete-begin.
7258
7259 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7260 we're inside a dedicated or minibuffer window.
7261
7262 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * cedet/semantic/fw.el (semantic-alias-obsolete)
7265 (semantic-varalias-obsolete): Make the `when' arg mandatory.
7266 (define-mode-overload-implementation):
7267 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7268 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7269 * cedet/semantic/util.el (semantic-file-token-stream)
7270 (semantic-something-to-stream):
7271 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7272 (semantic-expand-nonterminal):
7273 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7274 (semantic-find-dependency, semantic-find-nonterminal)
7275 (semantic-find-dependency):
7276 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7277 (semantic-flex-text, semantic-flex-make-keyword-table)
7278 (semantic-flex-keyword-p, semantic-flex-keyword-put)
7279 (semantic-flex-keyword-get, semantic-flex-map-keywords)
7280 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7281 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7282 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7283 (semantic-after-idle-scheduler-reparse-hooks):
7284 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7285 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7286 * cedet/semantic.el (semantic-toplevel-bovine-table)
7287 (semantic-toplevel-bovine-cache)
7288 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7289 (semantic-init-mode-hooks, semantic-init-db-hooks)
7290 (semantic-bovination-working-type): Provide the `when' arg.
7291
7292 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7293
7294 * bookmark.el: Update documentation, especially documentation
7295 of `bookmark-alist' and of the bookmark file format.
7296 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7297
7298 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7301 keybindings apply to the mail buffer (Bug#4003). Shrink help
7302 window to buffer.
7303
7304 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7305 (global-whitespace-mode, global-whitespace-newline-mode)
7306 (whitespace-toggle-options, global-whitespace-toggle-options):
7307 Doc fix (Bug#3660).
7308
7309 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7310 of xmltok-start before the end tag was inserted (Bug#2840).
7311
7312 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7313 patterns that are preceded by an open-paren (Bug#1320).
7314
7315 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7316
7317 * files.el (delete-directory): Delete symlinks to directories with
7318 delete-file (Bug#4739).
7319
7320 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7323 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7324 argument to make-obsolete.
7325
7326 * cedet/semantic/fw.el (semantic-alias-obsolete)
7327 (semantic-varalias-obsolete): Add optional WHEN argument.
7328
7329 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7330
7331 * vc.el (vc-backend-for-registration): Rename from
7332 vc-get-backend-for-registration. Update callers.
7333
7334 * international/mule-cmds.el (set-language-info-alist):
7335 Purecopy lang-env.
7336 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7337 (charset): Purecopy the name.
7338 (define-char-code-property): Purecopy string arguments.
7339
7340 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7341 Purecopy string arguments.
7342
7343 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7344 * ediff-hook.el (menu-bar-ediff-menu):
7345 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7346 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7347
7348 2009-10-24 Glenn Morris <rgm@gnu.org>
7349
7350 * comint.el (comint-dynamic-list-completions):
7351 * term.el (term-dynamic-list-completions): Use choose-completion rather
7352 than obsolete alias mouse-choose-completion.
7353
7354 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7355 file-cache-choose-completion.
7356 (file-cache-choose-completion): Handle an optional event argument.
7357 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7358
7359 * progmodes/octave-mod.el (octave-complete-symbol):
7360 Use choose-completion if mouse-choose-completion is ever removed.
7361
7362 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7363 use.
7364
7365 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7366 compiler.
7367
7368 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7369
7370 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7373 Ignore `pred' now that we receive one.
7374 Handle test-completion specially.
7375
7376 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7377
7378 * vc.el (vc-responsible-backend): Throw an error if not backend is
7379 found. Remove the REGISTER argument. Move the code dealing with
7380 REGISTER ...
7381 (vc-get-backend-for-registration): ... here. New function.
7382 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7383 of vc-responsible-backend, pass the file name instead of the
7384 directory name.
7385
7386 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7389 New funs.
7390 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7391 (pcomplete-comint-setup): Don't modify a global var via
7392 accidental side-effects.
7393 (pcomplete-shell-setup): Adjust call accordingly.
7394 (pcomplete-parse-comint-arguments): Use push.
7395
7396 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7399 Allow uncapitalized info node names (Bug#3921).
7400
7401 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7402 to the DEBUG file (Bug#3781).
7403
7404 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7405
7406 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7407 dictionary entry (Bug#4579).
7408
7409 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7410
7411 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7412 from `rfn-eshadow-update-overlay-hook' when unloading.
7413 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7414 "rsyncc". Adjust doc string.
7415 (tramp-temp-buffer-file-name): New buffer-local defvar.
7416 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7417 Keep temporary file when indicated by method ("rsync" and
7418 "rsyncc").
7419 (tramp-handle-write-region): Handle APPEND.
7420 (tramp-delete-temp-file-function): New defun. Added to
7421 `kill-buffer-hook'.
7422
7423 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7424
7425 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7426
7427 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7428
7429 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7430 (color-name-rgb-alist, tty-standard-colors)
7431 (tty-color-mode-alist): Change to defconst.
7432
7433 * simple.el (mark-inactive): Purecopy message.
7434
7435 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7436 (global-map, yank-menu):
7437 * textmodes/ispell.el (ispell-menu-map):
7438 * net/eudc.el (eudc-tools-menu):
7439 * international/mule-cmds.el (describe-language-environment-map)
7440 (setup-language-environment-map, set-coding-system-map)
7441 (mule-menu-keymap):
7442 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7443 * replace.el (occur-mode-map):
7444 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7445
7446 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7447
7448 * calc/calc.el (math-read-number, math-read-number-simple): Use
7449 `save-match-data'.
7450
7451 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7454 rather than fiddling with global-map bindings, since it should only
7455 affect per-terminal settings.
7456 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7457
7458 * minibuffer.el (completion-table-with-terminator): Allow to specify
7459 the terminator-regexp.
7460
7461 * simple.el (switch-to-completions): Look for *Completions* in other
7462 frames as well.
7463
7464 * pcomplete.el: Allow the use of completion-tables.
7465 (pcomplete-std-complete): New command.
7466 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7467 (pcomplete--here): Use a function for `form' rather than an expression,
7468 so it can be byte-compiled.
7469 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7470 Add edebug declaration.
7471 (pcomplete-show-completions): Remove unused var `curbuf'.
7472 (pcomplete-do-complete, pcomplete-stub):
7473 Don't assume `completions' is a list of strings any more.
7474
7475 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7476
7477 * find-dired.el (find-name-arg): Fix typo in docstring.
7478
7479 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7482 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7483
7484 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7485 pcomplete-entries.
7486
7487 * comint.el (comint-read-input-ring, comint-write-input-ring)
7488 (comint-substitute-in-file-name)
7489 (comint-dynamic-complete-as-filename)
7490 (comint-dynamic-simple-complete)
7491 (comint-dynamic-list-filename-completions)
7492 (comint-dynamic-list-completions)
7493 (comint-redirect-results-list-from-process): Minor simplifications.
7494
7495 2009-10-21 Kevin Ryde <user42@zip.com.au>
7496
7497 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7498 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7499 the first form. And insert a blank line after ";;; Code" since
7500 that's usual style. (Bug#4612)
7501
7502 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7503
7504 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * minibuffer.el (completion-table-with-terminator): Properly implement
7507 boundaries, in case `terminator' appears in the suffix.
7508 (completion--embedded-envvar-table): Don't return boundaries if
7509 there's no valid completion. Simplify.
7510 (completion-file-name-table): New completion table extracted from
7511 completion--file-name-table.
7512 (completion--file-name-table): Use it.
7513 (read-file-name-predicate): Declare obsolete.
7514 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7515 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7516 completion-file-name-table, and use the `pred' argument.
7517 * files.el (locate-file-completion-table): Use the `pred' arg rather
7518 than read-file-name-predicate.
7519 (abbreviate-file-name): Use \` rather than ^ for BOS.
7520
7521 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7522
7523 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7524 vc-responsible-backend to register, it causes problems.
7525
7526 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7527
7528 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7529
7530 2009-10-21 Eric Ludlam <zappo@gnu.org>
7531
7532 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
7533 (semantic-c-debug-mode-init-pch): New functions.
7534 (semantic-c-debug-mode-init-last-mode): New var.
7535 (semantic-c-parse-lexical-token): Use them.
7536
7537 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
7538 When extracting the argument list, limit only by point-max.
7539
7540 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7541
7542 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7543 (tramp-smb-handle-file-attributes): Use it.
7544 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7545 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7546 `mapcar'. Use `tramp-smb-get-stat-capability'.
7547 Add `dired-filename' text properties.
7548 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7549 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7550 version.
7551
7552 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * subr.el (read-key-delay): Reduce to 0.01.
7555 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7556 (bug#4751).
7557
7558 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7559
7560 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7561
7562 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7563 (Info-menu): Remove unused vars `last' and `completions'.
7564 (Info-index-nodes): Remove unused var `node'.
7565
7566 * info.el (Info-complete-menu-item): Use complete-with-action.
7567
7568 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7569
7570 Make vc-annotate work through copies and renames.
7571 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7572 Return the file name too.
7573 (vc-annotate-revision-at-line)
7574 (vc-annotate-find-revision-at-line)
7575 (vc-annotate-revision-previous-to-line)
7576 (vc-annotate-show-log-revision-at-line): Update to get the file
7577 name from vc-annotate-extract-revision-at-line.
7578 (vc-annotate-show-diff-revision-at-line-internal): Change the
7579 argument to mean whether to show a file diff or not. Get the file
7580 name from vc-annotate-extract-revision-at-line.
7581 (vc-annotate-show-diff-revision-at-line):
7582 Update vc-annotate-show-diff-revision-at-line call.
7583 (vc-annotate-warp-revision): Add an optional file argument.
7584
7585 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7586 (vc-git-annotate-extract-revision-at-line): Also return the file
7587 name if found.
7588
7589 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7590 command. Remove unused code.
7591 (vc-hg-annotate-re): Update to match --follow output.
7592 (vc-hg-annotate-extract-revision-at-line): Also return the file
7593 name if found.
7594
7595 * vc.el: Update annotate-extract-revision-at-line documentation.
7596
7597 2009-10-18 Kevin Ryde <user42@zip.com.au>
7598
7599 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7600 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7601
7602 * net/browse-url.el (browse-url): Identify alist with "consp and
7603 not functionp" and let all other things go down the `apply' leg,
7604 as suggested by Stefan. (Further to bug#4531.)
7605
7606 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * minibuffer.el (read-file-name): Check for repeat before putting
7609 a default argument in file-name-history (Bug#4657).
7610
7611 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7612 read syntax (Bug#4737).
7613
7614 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7615
7616 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7617
7618 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7619 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7620 entries and make note of obsolete tags.
7621
7622 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7625
7626 2009-10-18 Glenn Morris <rgm@gnu.org>
7627
7628 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7629 grep, so that binary files (eg international/uni-bidi.el) can match.
7630 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7631 now, and in any case the file header format has changed.
7632
7633 2009-10-17 Glenn Morris <rgm@gnu.org>
7634
7635 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7636 (flyspell-get-word, flyspell-large-region)
7637 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7638
7639 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7640
7641 * Makefile.in (ELCFILES): Add ede/shell.
7642
7643 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7644
7645 * term/common-win.el (x-colors): Purecopy it.
7646
7647 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7650 permissive for when the buffer is empty.
7651 (tar-header-block-tokenize): Decode the username and groupname.
7652 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7653
7654 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7655
7656 * cedet/srecode/srt.el:
7657 * cedet/srecode/compile.el:
7658 * cedet/semantic/mru-bookmark.el:
7659 * cedet/semantic/debug.el:
7660 * cedet/semantic/complete.el:
7661 * cedet/semantic/analyze.el: Require CL when compiling.
7662
7663 2009-10-17 Eric Ludlam <zappo@gnu.org>
7664
7665 * cedet/semantic/scope.el
7666 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
7667 tmpscope so that the regular scope will continue to work.
7668
7669 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
7670 Use semantic-idle-summary-highlight-face as the highlighting.
7671
7672 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
7673 contains multibyte characters, choose first applicable coding
7674 system automatically.
7675
7676 * cedet/ede/project-am.el (project-run-target): New method.
7677 (project-run-target): New method.
7678
7679 * cedet/ede.el (ede-target): Add run target menu item.
7680 (ede-project, ede-minor-keymap): Add ede-run-target binding.
7681 (ede-run-target): New function.
7682 (ede-target::project-run-target): New method.
7683
7684 * cedet/ede/proj.el (project-run-target): New method.
7685
7686 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
7687 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
7688 Add :rules.
7689 (ede-proj-target-makefile-shared-object): Only libtool compilers
7690 now available. Add linkers for libtool.
7691 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
7692 (ede-proj-makefile-target-name): Always use .la extension.
7693
7694 * cedet/ede/proj-prog.el (project-run-target): New method.
7695
7696 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
7697 (ede-g++-linker): Change Change link lines.
7698
7699 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
7700 When searching for old variables, go to the end of the buffer and
7701 search backward from there.
7702 (ede-proj-makefile-automake-insert-subdirs)
7703 (ede-proj-makefile-automake-insert-extradist): New methods.
7704 (ede-proj-makefile-create): Use them.
7705
7706 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
7707 Force FILE to expand to the current target. Use file-exists-p to
7708 check that it exists.
7709
7710 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
7711 (ede-linux-load): Wrap dir in file-name-as-directory.
7712 Set :version slot.
7713
7714 * cedet/ede/files.el (ede-get-locator-object): When enabling
7715 locate, do so on "top".
7716
7717 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
7718 file-name-as-directory during compare.
7719 (ede-emacs-version): Return Emacs/XEmacs differentiator.
7720 Get version number from different places. Don't call egrep.
7721 (ede-emacs-load): Set :version slot. Call file-name-as-directory
7722 to set the directory.
7723
7724 * cedet/ede/shell.el: New file.
7725
7726 * cedet/inversion.el (inversion-decoders): Allow for stray . in
7727 alpha/beta variants.
7728
7729 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * international/mule-cmds.el (select-safe-coding-system): If the file
7732 has a coding cookie, use it regardless of any other setting (bug#4712).
7733
7734 2009-10-17 Glenn Morris <rgm@gnu.org>
7735
7736 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
7737 All errors should have messages.
7738
7739 * foldout.el (foldout-mouse-swallow-events):
7740 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7741
7742 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7743 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7744 (dired-keep-marker-symlink, dired-dwim-target)
7745 (dired-copy-preserve-time): Do not autoload these defcustoms.
7746
7747 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7748 messages from messing up the file coding. (Bug#4623)
7749
7750 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7751
7752 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7753 if no match is found for the current dictionary. (Bug#4578)
7754
7755 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7756 optional, since that is how it is documented, and this is often called
7757 with a nil argument. (Bug#4577)
7758 (flyspell-external-point-words, flyspell-auto-correct-word)
7759 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7760 (flyspell-word-search-backward): Remove nil argument in calls to
7761 flyspell-get-word, since it is not needed now.
7762
7763 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7764
7765 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7766
7767 2009-10-16 Glenn Morris <rgm@gnu.org>
7768
7769 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7770
7771 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7772
7773 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7774 (ange-ftp-file-size): New function.
7775 (ange-ftp-file-attributes): Use it.
7776
7777 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7778
7779 * net/tramp-smb.el (tramp-smb-version): New defvar.
7780 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7781 repeated checks.
7782
7783 2009-10-16 Glenn Morris <rgm@gnu.org>
7784
7785 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7786 Maybe copy some custom properties from old to new name. (Bug#4706)
7787
7788 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7789
7790 * subr.el (error, sit-for, start-process-shell-command)
7791 (start-file-process-shell-command): Set the calling convention
7792 after the function definition.
7793
7794 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * subr.el (error, sit-for, start-process-shell-command)
7797 (start-file-process-shell-command): Use the new
7798 set-advertised-calling-convention feature.
7799
7800 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7801
7802 * international/ucs-normalize.el (ucs-normalize-version):
7803 Change to 1.2.
7804 (check-range): Adjust for Unicode 5.2.
7805
7806 2009-10-15 Juri Linkov <juri@jurta.org>
7807
7808 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7809 to the `menu-item' format.
7810
7811 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7812
7813 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7814 if the environment variable does not exist.
7815
7816 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7817 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7818 parameter.
7819 (tramp-smb-handle-add-name-to-file)
7820 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7821 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7822 (tramp-smb-handle-file-attributes)
7823 (tramp-smb-do-file-attributes-with-stat)
7824 (tramp-smb-handle-file-local-copy)
7825 (tramp-smb-handle-insert-directory)
7826 (tramp-smb-handle-make-directory)
7827 (tramp-smb-handle-make-directory-internal)
7828 (tramp-smb-handle-make-symbolic-link)
7829 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7830 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7831 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7832 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7833 Handle long file names.
7834 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7835 process is running.
7836 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7837 Read share names with "-g" option.
7838
7839 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7840
7841 * net/rcirc.el (rcirc-view-log-file): New command.
7842 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7843 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7844 specified.
7845
7846 2009-10-15 Glenn Morris <rgm@gnu.org>
7847
7848 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7849 from the second command-line argument.
7850 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7851 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7852 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7853 w32-batch-update-autoloads.
7854 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7855 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7856
7857 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7858 the headers cannot be located. Simplify, subtracting superflous
7859 save-excursions.
7860
7861 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 Replace completion-base-size by completion-base-position to fix bugs
7864 such as (bug#4699).
7865 * simple.el (completion-base-position): New var.
7866 (completion-base-size): Mark as obsolete.
7867 (choose-completion): Make it work for mouse events as well.
7868 Pass the new base-position to choose-completion-string.
7869 (choose-completion-guess-base-position): New function, extracted from
7870 choose-completion-delete-max-match.
7871 (choose-completion-delete-max-match): Use it. Make obsolete.
7872 (choose-completion-string): Use the new base-position info.
7873 (completion-root-regexp): Delete.
7874 (completion-setup-function): Preserve completion-base-position.
7875 Eliminate obsolete base-size manipulation.
7876 * minibuffer.el (display-completion-list): Don't mess with base-size.
7877 (minibuffer-completion-help): Set completion-base-position instead.
7878 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7879 choose-completion.
7880 * textmodes/bibtex.el (bibtex-complete):
7881 * emacs-lisp/crm.el (crm--choose-completion-string):
7882 Adjust to new calling convention.
7883 * complete.el (partial-completion-mode): Use minibufferp to avoid
7884 bumping into incompatible change to choose-completion-string-functions.
7885 * ido.el (ido-choose-completion-string): Make its calling convention
7886 more permissive.
7887 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7888 base-size manipulation.
7889 (comint-dynamic-list-input-ring): Use dotimes and push.
7890 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7891 fundamental-mode. Use `or'.
7892
7893 2009-10-14 Juri Linkov <juri@jurta.org>
7894
7895 * misearch.el (multi-isearch-next-buffer-from-list)
7896 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7897
7898 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7901 `bytecomp.el'.
7902
7903 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7904 string we return is all made up of text from the completions rather
7905 than part from the completions and part from the input (bug#4219).
7906
7907 * ido.el (ido-everywhere): Use define-minor-mode.
7908
7909 * buff-menu.el (list-buffers, ctl-x-map):
7910 Mark the entry points with ;;;###autoload cookies.
7911
7912 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7913
7914 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7915 correctly in the detached head case.
7916 (vc-git-print-log): Remove unused binding.
7917
7918 * vc.el (vc-responsible-backend): When a directory is passed for
7919 for registration create a VC repository if no backend is
7920 responsible for the directory argument.
7921 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7922
7923 * vc.el: Move comments about RCS and SCCS ...
7924 * vc-rcs.el:
7925 * vc-sccs.el: ... here, respectively.
7926
7927 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * minibuffer.el (completion--file-name-table): Return nil if there's
7930 no file completion, even if substitute-in-file-name changed
7931 the string (bug#4708).
7932
7933 2009-10-13 Juri Linkov <juri@jurta.org>
7934
7935 * files-x.el (read-file-local-variable-value): Don't filter out
7936 minor modes from mode name completion (bug#4664).
7937
7938 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * international/mule-cmds.el (ucs-names): Remove exclusion of
7941 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7942
7943 2009-10-13 Kenichi Handa <handa@m17n.org>
7944
7945 * international/uni-name.el: Regenerated.
7946
7947 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7948
7949 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7950 should be automatically buffer-local, but isn't.)
7951
7952 2009-10-12 Sam Steingold <sds@gnu.org>
7953
7954 * progmodes/compile.el (compilation-next-error-function): Fix the
7955 timestamps if the buffer has been visited before.
7956 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7957 non-anchored patterns, like the perl one (bug#3928).
7958
7959 2009-10-12 Glenn Morris <rgm@gnu.org>
7960
7961 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7962 Let-bind `size'.
7963
7964 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * proced.el (proced-unload-function): New function.
7967
7968 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7969 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7970 Doc fix.
7971
7972 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7973
7974 2009-10-11 Juri Linkov <juri@jurta.org>
7975
7976 * files-x.el (read-file-local-variable-value):
7977 Provide default value only for bound variables (bug#4664).
7978
7979 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7980
7981 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7982 connection methods like smb.
7983
7984 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7985 can be empty.
7986
7987 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7988 (tramp-smb-file-name-handler-alist): Add handlers for
7989 `add-name-to-file', `make-symbolic-link'.
7990 (tramp-smb-handle-add-name-to-file)
7991 (tramp-smb-do-file-attributes-with-stat)
7992 (tramp-smb-handle-make-symbolic-link)
7993 (tramp-smb-get-cifs-capabilities): New defuns.
7994 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7995 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7996 (tramp-smb-handle-file-local-copy)
7997 (tramp-smb-handle-make-directory-internal)
7998 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7999 The file name syntax depends on cifs capabilities.
8000 (tramp-smb-handle-file-attributes):
8001 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8002 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8003 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8004
8005 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
8006
8007 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8008 (eieio-defclass): Apply deftype handler and setf-method properties
8009 directly.
8010 (eieio-add-new-slot): Avoid union function from cl library.
8011 (eieio--typep): New function.
8012 (eieio-perform-slot-validation): Use it.
8013
8014 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8015
8016 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8017 Update documentation to refer to the variables documented in r1.135.
8018 (Bug#4188)
8019
8020 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8021
8022 * bookmark.el (Info-suffix-list): Remove this unused variable.
8023 (bookmark-current-point): Remove this obsolete variable.
8024 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8025 Adjust for removal of bookmark-current-point.
8026
8027 (bookmarks-already-loaded, bookmark-current-buffer)
8028 (bookmark-yank-point): Document. (Bug#4188)
8029
8030 2009-10-10 Glenn Morris <rgm@gnu.org>
8031
8032 * frame.el (frame-height): Doc fix.
8033
8034 * calendar/calendar.el (calendar-split-width-threshold): New option.
8035 (calendar-basic-setup): Use calendar-split-width-threshold.
8036
8037 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
8038
8039 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8040 Use .la for Automake.
8041
8042 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8045 Use "autoreconf -i". Suggested by Andreas Schwab.
8046
8047 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
8048
8049 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8050 Ideographic Supplement" range (U+1F200..U+1F2FF).
8051
8052 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8053
8054 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8055 since the list will have been rebuilt anyway. (Bug#4349)
8056
8057 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8058
8059 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8060 (bookmark-bmenu-execute-deletions): Don't save here, as
8061 bookmark-delete will now do so if necessary.
8062 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8063 (Bug#4348)
8064
8065 2009-10-09 Glenn Morris <rgm@gnu.org>
8066
8067 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8068
8069 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8070
8071 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8072 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8073 argument now, so the two function's behaviors will match. (Bug#3645)
8074
8075 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8076
8077 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8078 Fix filename test.
8079 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8080 to expand file names.
8081
8082 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
8083
8084 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8085 (tramp-file-name-real-host, tramp-file-name-port):
8086 Apply `save-match-data'.
8087
8088 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8089 case both directories are remote.
8090 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8091 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8092
8093 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8096 (ede-proj-target-makefile-objectcode): Use it.
8097
8098 * cedet/ede/source.el (ede-want-any-source-files-p)
8099 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8100 Return search result. This error was introduced while merging.
8101
8102 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8103
8104 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8105
8106 2009-10-07 Glenn Morris <rgm@gnu.org>
8107
8108 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8109 of concat.
8110
8111 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8112
8113 * files-x.el (read-file-local-variable): Include some
8114 non-user-variables in the completion table (bug#4664).
8115
8116 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
8117
8118 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8119 message.
8120
8121 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8122 (tramp-smb-file-name-handler-alist): Add handler for
8123 `copy-directory', `expand-file-name', `set-file-modes'.
8124 (tramp-smb-handle-copy-directory)
8125 (tramp-smb-handle-expand-file-name)
8126 (tramp-smb-handle-set-file-modes): New defuns.
8127 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8128 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8129 entry.
8130 (tramp-smb-handle-insert-directory): Don't flush the cache.
8131 (tramp-smb-maybe-open-connection): Check for samba client and
8132 server versions.
8133
8134 2009-10-07 Eli Zaretskii <eliz@gnu.org>
8135
8136 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8137 to not error out of search for "^lisp=" fails.
8138
8139 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * makefile.w32-in (WINS_UPDATES): New macro.
8142 (custom-deps, finder-data, autoloads): Use it.
8143
8144 2009-10-07 Glenn Morris <rgm@gnu.org>
8145
8146 * Makefile.in (autoloads): Revert previous change.
8147 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8148 the list of preloaded files passed on the command-line, get
8149 it from src/Makefile.
8150
8151 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8152 show the original buffer rather than a random one.
8153
8154 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
8155
8156 * help.el (describe-no-warranty): Place point in a slightly better
8157 position in the GPLv3 text.
8158
8159 2009-10-06 Sam Steingold <sds@gnu.org>
8160
8161 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8162 the comm attribute is present before calling regexp-quote.
8163
8164 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
8165
8166 * play/animate.el (animate-string): For good effect, make sure
8167 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8168
8169 * play/animate.el (animate-sequence, animate-birthday-present):
8170 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8171
8172 2009-10-06 Glenn Morris <rgm@gnu.org>
8173
8174 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8175
8176 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8177 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8178 (batch-update-autoloads): Process a string value of autoload-excludes,
8179 set during the build process.
8180 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8181
8182 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8183 inside with-parsed... macro so that `v' is defined.
8184
8185 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8186 * progmodes/fortran.el (fortran-end-of-block)
8187 (fortran-beginning-of-block):
8188 Also push mark in the macro case.
8189
8190 * emerge.el (emerge-show-file-name):
8191 * calc/calc.el (calc-quit):
8192 * calc/calc-misc.el (calc-big-or-small):
8193 * calc/calc-graph.el (calc-graph-view):
8194 * calc/calc-ext.el (calc-reset):
8195 * calendar/calendar.el (calendar-basic-setup):
8196 Use window-full-height-p.
8197
8198 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8199 header we don't understand, don't insert another. (Bug#4624)
8200 If changing mime charset, insert the new one in the right place.
8201
8202 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8203
8204 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8205 (cal-tex-cursor-month): Correctly increment the end date for diary and
8206 holiday listing. (Bug#4626)
8207
8208 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * help-fns.el (describe-function-1): Don't burp if the function is not
8211 a symbol.
8212
8213 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8214
8215 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8216 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8217 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8218 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8219
8220 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8221 (eieio-default-superclass): Reflow docstrings.
8222 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8223 (eieio-unbind-method-implementations, defmethod)
8224 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8225 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8226 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8227 (eieio-slot-originating-class-p, eieio-slot-name-index)
8228 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8229 (constructor, initialize-instance, no-next-method, object-print)
8230 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8231 Fix typos in docstrings.
8232 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8233 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8234 (next-method-p): Doc fixes.
8235 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8236 Fix typos in error messages.
8237 (eieio-defmethod): Fix typo in description of generic method.
8238
8239 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8240 (eieio-persistent-save-interactive, slot-missing):
8241 Fix typos in docstrings.
8242 (eieio-instance-inheritor-slot-boundp): Doc fix.
8243
8244 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8245 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8246
8247 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8248 (eieio-custom-object-apply-reset):
8249 Fix typos in docstrings and error messages.
8250
8251 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8252 Fix typo in docstring.
8253
8254 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8255 (eieio-browse-tree): Doc fix.
8256 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8257 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8258 Fix typos in docstrings.
8259
8260 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8261 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8262 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8263 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8264 Reflow docstrings.
8265
8266 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8267
8268 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8269 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8270 Set log-view-vc-backend so that diff can work.
8271
8272 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8273 vc-version-diff.
8274 (vc-diff-internal): Autoload this instead of vc-version-diff.
8275
8276 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8277
8278 * simple.el (eval-expression): Doc fix.
8279
8280 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8281
8282 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8283
8284 * files.el (directory-files-no-dot-files-regexp): New defconst.
8285 (delete-directory): Use it.
8286 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8287
8288 * net/tramp.el (tramp-verbose): Fix docstring.
8289 (tramp-methods): Add recursive option to `tramp-copy-args'.
8290 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8291 "scp1_old", "scp2_old", "rsync", "rsyncc".
8292 (tramp-default-method): Check also for `auth-source-user-or-password'.
8293 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8294 Add handler for `copy-directory'.
8295 (tramp-handle-copy-directory): New defun.
8296 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8297 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8298 Optimize sent command.
8299
8300 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8303 window if necessary.
8304
8305 * calendar/calendar.el (calendar-basic-setup): Don't call
8306 switch-to-buffer in a dedicated window.
8307
8308 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8309
8310 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8311 don't do anything related to relocating, just return nil.
8312 (bookmark-error-no-filename): New error.
8313 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8314 bookmark has no file. Don't even attempt to handle things that
8315 are not files; the whole point of custom handlers is to keep that
8316 knowledge elsewhere anyway. Tighten some comments.
8317 (bookmark-file-or-variation-thereof): Remove now-unused function.
8318 (bookmark-location): Doc string fix.
8319 (Bug#4250)
8320
8321 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8322
8323 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8324 don't use a file dialog, because they usually don't know how to read
8325 a directory target from the user. (Bug#4230)
8326 Also, make sure the prompt can display directories as well as files.
8327
8328 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8329
8330 * bookmark.el (bookmark-set, bookmark-buffer-name):
8331 Improve doc strings. (Bug#1193)
8332
8333 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8334
8335 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8336 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8337 (bookmark-get-annotation, bookmark-set-annotation)
8338 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8339 (bookmark-set-position, bookmark-get-front-context-string)
8340 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8341 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8342 (bookmark-jump-other-window, bookmark-handle-bookmark)
8343 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8344 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8345 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8346 Improve doc strings to say whether bookmark can be a string or
8347 a record or both, and make other consistency and clarity fixes.
8348 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8349 (bookmark-default-annotation-text, bookmark-yank-word)
8350 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8351 (bookmark-import-new-list, bookmark-maybe-rename)
8352 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8353 (bookmark-bmenu-bookmark): Give these doc strings.
8354 (bookmark-bmenu-check-position): Give this a doc string, but also
8355 add a FIXME comment about how the function may be pointless.
8356 (bookmark-default-handler): Rework doc string and change a
8357 parameter name, to clarify that this takes a bookmark record
8358 not a bookmark name.
8359 (bookmark-set): Change a parameter name to indicate its meaning,
8360 and improve the doc string a bit.
8361 (Bug#4188)
8362
8363 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8364
8365 * bookmark.el (bookmark-alist): Document the new `handler' element
8366 in the param alist.
8367 (bookmark-make-record-function): Adjust documentation for above.
8368 (Bug#4193)
8369
8370 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8371
8372 * info.el (Info-bookmark-make-record): Document this function.
8373 (Info-bookmark-jump): Document with a doc string, not just a comment.
8374 (Bug#4203)
8375
8376 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8377
8378 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8379 (semantic-new-buffer-fcn): Call parser setup functions here.
8380 (semantic-mode): Don't call parser setup functions here, it's done
8381 in semantic-new-buffer-fcn now.
8382 (semantic-mode): Parse all existing buffers when enabled.
8383
8384 * cedet/srecode/compile.el (srecode-compile-file):
8385 Call semantic-new-buffer-fcn if the buffer has not been parsed.
8386
8387 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8388
8389 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8390
8391 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8392 (proj-comp-insert-variable-once): New macro, renamed from
8393 ede-pmake-insert-variable-once in ede/pmake.edl.
8394 (ede-proj-makefile-insert-variables): Use it.
8395
8396 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8397
8398 * files.el (copy-directory): New defun.
8399
8400 * dired-aux.el (dired-copy-file-recursive): Use it.
8401
8402 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8403
8404 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8405 (makefile-end-of-command):
8406 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8407 (semantic-end-of-context): Fix previous change. Doc fixes.
8408
8409 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8410
8411 * files-x.el (modify-dir-local-variable)
8412 (copy-dir-locals-to-file-locals-prop-line):
8413 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8414 (makefile-end-of-command):
8415 * cedet/semantic/lex.el (semantic-lex-token):
8416 * cedet/semantic/analyze/fcn.el
8417 (semantic-analyze-dereference-metatype-1):
8418 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8419 (semantic-lex-cpp-undef):
8420 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8421 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8422 (semantic-end-of-context): Fix typos in docstrings.
8423
8424 * recentf.el (recentf-unload-function): New function.
8425
8426 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8427
8428 * cedet/ede.el (ede-project-placeholder-cache-file):
8429 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8430 * cedet/srecode/map.el (srecode-map-save-file):
8431 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
8432
8433 2009-10-04 Glenn Morris <rgm@gnu.org>
8434
8435 * window.el (window-full-height-p): Add doc string.
8436
8437 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8438
8439 * window.el (window-full-height-p): New function. (Bug#4543)
8440
8441 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
8442
8443 * cedet/srecode/insert.el: Require srecode/args.
8444
8445 * cedet/srecode/args.el: Require srecode/dictionary instead of
8446 srecode/insert.
8447
8448 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8449
8450 * files.el (auto-mode-alist): Add .srt and Project.ede.
8451
8452 * cedet/semantic.el (semantic-mode):
8453 Handle srecode-template-mode-hook as well.
8454 (semantic-mode): Use js-mode-hook for Javascript hook.
8455
8456 * cedet/srecode/template.el: Remove hook variable.
8457
8458 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8459
8460 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8461 projects exist.
8462 (ede-project-placeholder-cache-file): Default to a file in
8463 user-emacs-directory.
8464
8465 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8466 templates in data-directory.
8467 (srecode-map-save-file): Default to a file in user-emacs-directory.
8468
8469 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8470 directory.
8471
8472 2009-09-30 Eric Ludlam <zappo@gnu.org>
8473
8474 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8475 Doc fix.
8476
8477 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8478 Only insert each variable once.
8479
8480 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8481 (ede-pmake-insert-variable-shared): Use it.
8482
8483 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8484 for lexical table iff table is nil.
8485
8486 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8487
8488 * vc.el: Remove commented out code.
8489 (vc-derived-from-dir-mode): Remove, unused.
8490 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8491
8492 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8493
8494 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8495 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8496 there could be recursive loading when `default-directory' is a
8497 remote file name. (Bug#4614)
8498
8499 2009-10-03 Glenn Morris <rgm@gnu.org>
8500
8501 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8502 the frame is wide.
8503 (calendar-generate-window): Test for shrinkability rather than width.
8504
8505 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
8506 declaration, currently false.
8507
8508 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8509 reusing existing buffers, in case we happen to visit two files with the
8510 same basename. (Bug#4593)
8511
8512 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8513
8514 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8515 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8516 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8517 subdirs of cedet as well.
8518 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8519
8520 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8523 Obey advertised-signature-table.
8524
8525 * help-fns.el (help-function-arglist): Don't check
8526 advertised-signature-table.
8527 (describe-function-1): Do it here instead so it also applies to subrs.
8528
8529 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8530
8531 * simple.el (start-file-process): Say in the doc-string, that file
8532 handlers might not support pty association, if PROGRAM is nil.
8533
8534 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8535 HOST and USER are strings. They are nil, when there are
8536 incomplete entries in ~/.netrc, for example.
8537 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8538 root directory ("device busy" error otherwise).
8539
8540 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8541 Flush file properties of created directory.
8542
8543 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8544
8545 * makefile.w32-in (WINS_BASIC): Remove cedet.
8546 (WINS_CEDET): Add cedet.
8547 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8548
8549 2009-10-02 Kevin Ryde <user42@zip.com.au>
8550
8551 * net/browse-url.el (browse-url): Pass any symbol in
8552 browse-url-browser-function to `apply', since if you've mistakenly put
8553 an unbound symbol then the error is clearer. (Bug#4531)
8554
8555 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8556
8557 * allout.el (allout-init, allout-back-to-current-heading)
8558 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8559 (allout-ascend, allout-up-current-level, allout-end-of-level)
8560 (allout-previous-visible-heading, allout-forward-current-level)
8561 (allout-backward-current-level, allout-show-children):
8562 * apropos.el (apropos-describe-plist):
8563 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8564 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8565 * completion.el (add-completion, add-permanent-completion):
8566 * descr-text.el (describe-text-category, describe-char):
8567 * desktop.el (desktop-lazy-abort):
8568 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8569 * dired.el (dired-build-subdir-alist):
8570 * ediff.el (ediff-version):
8571 * elide-head.el (elide-head, elide-head-show):
8572 * emerge.el (emerge-version):
8573 * env.el (getenv):
8574 * face-remap.el (variable-pitch-mode):
8575 * faces.el (describe-face):
8576 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8577 (dired-at-point):
8578 * files.el (find-file-existing, auto-save-mode):
8579 * font-lock.el (font-lock-fontify-buffer):
8580 * help-fns.el (describe-function, describe-variable)
8581 (describe-syntax, describe-categories):
8582 * help.el (view-lossage, describe-bindings, describe-key)
8583 (describe-mode):
8584 * hexl.el (hexl-current-address):
8585 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8586 * info.el (Info-goto-emacs-key-command-node):
8587 * log-edit.el (log-edit-insert-cvs-template)
8588 (log-edit-insert-cvs-rcstemplate):
8589 * menu-bar.el (menu-bar-mode):
8590 * mouse.el (mouse-appearance-menu):
8591 * newcomment.el (comment-indent-new-line):
8592 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8593 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8594 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8595 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8596 * recentf.el (recentf-mode):
8597 * savehist.el (savehist-mode, savehist-save):
8598 * shadowfile.el (shadow-copy-files):
8599 * simple.el (kill-ring-save, next-line, previous-line)
8600 (normal-erase-is-backspace-mode):
8601 * strokes.el (strokes-update-window-configuration)
8602 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8603 (strokes-xpm-for-stroke):
8604 * time.el (emacs-uptime, emacs-init-time):
8605 * tutorial.el (tutorial--describe-nonstandard-key)
8606 (tutorial--detailed-help):
8607 * type-break.el (type-break-mode)
8608 (type-break-mode-line-message-mode, type-break-query-mode)
8609 (type-break-guesstimate-keystroke-threshold):
8610 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8611 * version.el (emacs-version):
8612 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8613 * winner.el (winner-mode):
8614 * calendar/timeclock.el (timeclock-in, timeclock-out)
8615 (timeclock-status-string, timeclock-change)
8616 (timeclock-workday-remaining-string)
8617 (timeclock-workday-elapsed-string)
8618 (timeclock-when-to-leave-string):
8619 * calendar/todo-mode.el (todo-add-category):
8620 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8621 * emacs-lisp/autoload.el (update-file-autoloads):
8622 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8623 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8624 (checkdoc-message-text, checkdoc-defun):
8625 * emacs-lisp/debug.el (debugger-list-functions):
8626 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8627 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8628 (eieio-describe-generic):
8629 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8630 * emacs-lisp/shadow.el (list-load-path-shadows):
8631 * emulation/cua-base.el (cua-mode):
8632 * emulation/edt.el (edt-set-scroll-margins):
8633 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8634 (tpu-toggle-regexp, tpu-toggle-search-direction)
8635 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8636 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8637 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8638 (viper-set-parsing-style-toggling-macro)
8639 (viper-set-emacs-state-searchstyle-macros):
8640 * emulation/viper.el (viper-set-hooks):
8641 * eshell/esh-mode.el (eshell-truncate-buffer):
8642 * international/mule-cmds.el (prefer-coding-system)
8643 (describe-input-method, describe-language-environment):
8644 * international/mule-diag.el (list-character-sets)
8645 (describe-character-set, describe-coding-system)
8646 (describe-fontset, list-fontsets, list-input-methods):
8647 * mail/sendmail.el (mail-signature):
8648 * net/ange-ftp.el (ange-ftp-copy-file):
8649 * net/browse-url.el (browse-url):
8650 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8651 * net/quickurl.el (quickurl-add-url):
8652 * net/rcirc.el (names, topic):
8653 * net/xesam.el (xesam-mode):
8654 * play/5x5.el (5x5-new-game):
8655 * play/yow.el (apropos-zippy):
8656 * progmodes/ada-mode.el (ada-mode-version):
8657 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8658 (f90-end-of-block)
8659 (f90-beginning-of-block):
8660 * progmodes/fortran.el (fortran-end-of-block)
8661 (fortran-beginning-of-block):
8662 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8663 * progmodes/python.el (python-describe-symbol, python-shell):
8664 * term/ns-win.el (ns-print-buffer):
8665 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8666 * textmodes/flyspell.el (flyspell-mode-on):
8667 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8668 (pages-directory-for-addresses):
8669 * textmodes/table.el (table-recognize-cell)
8670 (table-query-dimension, table-generate-source)
8671 (table-insert-sequence, table--warn-incompatibility):
8672 * textmodes/tex-mode.el (tex-validate-buffer):
8673 * textmodes/texinfmt.el (texinfmt-version)
8674 (texinfo-format-buffer):
8675 Use `called-interactively-p' instead of `interactive-p'.
8676
8677 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8678
8679 * image-mode.el (image-toggle-display):
8680 * emacs-lisp/elp.el (elp-instrument-function):
8681 * emacs-lisp/advice.el (ad-make-advised-definition):
8682 * emacs-lisp/easy-mmode.el (define-minor-mode):
8683 * net/browse-url.el (browse-url-maybe-new-window):
8684 * progmodes/sh-script.el (sh-learn-buffer-indent):
8685 Pass new argument 'any to `called-interactively-p'.
8686
8687 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8688
8689 * international/uni-bidi.el:
8690 * international/uni-category.el:
8691 * international/uni-combining.el:
8692 * international/uni-comment.el:
8693 * international/uni-decimal.el:
8694 * international/uni-decomposition.el:
8695 * international/uni-digit.el:
8696 * international/uni-lowercase.el:
8697 * international/uni-mirrored.el:
8698 * international/uni-name.el:
8699 * international/uni-numeric.el:
8700 * international/uni-old-name.el:
8701 * international/uni-titlecase.el:
8702 * international/uni-uppercase.el:
8703 Regenerate from Unicode 5.2.0 data.
8704
8705 2009-10-01 Glenn Morris <rgm@gnu.org>
8706
8707 * Makefile.in (ELCFILES): Regenerate.
8708
8709 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * subr.el (interactive-p): Mark obsolete.
8712 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8713 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8714 advertised-signature-table for subroutines as well.
8715
8716 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8717 (set-advertised-calling-convention): New function.
8718 (make-obsolete, define-obsolete-function-alias)
8719 (make-obsolete-variable, define-obsolete-variable-alias):
8720 Make the optional-ness of `when' obsolete.
8721 (define-obsolete-face-alias): Make `when' non-optional.
8722 * help-fns.el (help-function-arglist):
8723 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8724 Use advertised-signature-table.
8725
8726 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8727
8728 * files.el (delete-directory): New defun. The original function
8729 in fileio.c has been renamed to `delete-directory-internal'.
8730
8731 * dired.el (dired-delete-file): Call `delete-directory' with
8732 RECURSIVE parameter.
8733
8734 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8735 parameter RECURSIVE. Implementation is missing.
8736
8737 * net/tramp.el (tramp-handle-make-directory): Flush upper
8738 directory's file properties.
8739 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8740 (tramp-handle-dired-recursive-delete-directory): Flush directory
8741 properties after the remove command only.
8742
8743 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8744 Handle optional parameter RECURSIVE.
8745
8746 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8747 Handle optional parameter RECURSIVE.
8748
8749 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8750 connection timeout.
8751 (tramp-smb-handle-delete-directory): Handle optional parameter
8752 RECURSIVE.
8753
8754 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8757 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8758 (byte-compile-defmacro): Use backquotes.
8759
8760 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8761
8762 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8763 has no associated file.
8764 (vc-resynch-buffer): Use vc-dir-buffers.
8765
8766 2009-10-01 Glenn Morris <rgm@gnu.org>
8767
8768 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8769 (chart-file-count):
8770 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8771 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8772 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8773 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8774 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8775 (eieio-copy-parents-into-subclass, make-instance, class-children)
8776 (eieio-generic-form):
8777 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
8778 * cedet/cedet-idutils.el (cedet-idutils-search)
8779 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
8780 (cedet-idutils-version-check):
8781 * cedet/cedet.el (cedet-version):
8782 * cedet/data-debug.el (data-debug-insert-overlay-button)
8783 (data-debug-insert-overlay-list-button)
8784 (data-debug-insert-buffer-button)
8785 (data-debug-insert-buffer-list-button)
8786 (data-debug-insert-process-button, data-debug-insert-ring-button)
8787 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
8788 (data-debug-insert-stuff-vector-button)
8789 (data-debug-insert-symbol-button, data-debug-insert-string)
8790 (data-debug-insert-number, data-debug-insert-lambda-expression)
8791 (data-debug-insert-nil, data-debug-insert-simple-thing)
8792 (data-debug-insert-custom, data-debug-edebug-expr):
8793 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
8794 (global-ede-mode-map, ede-new, ede-debug-target)
8795 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
8796 * cedet/semantic.el (semantic-minimum-working-buffer-size)
8797 (semantic-fetch-tags, semantic-submode-list)
8798 (semantic-default-submodes):
8799 * cedet/ede/source.el (ede-source-match):
8800 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
8801 (project-am-package-info):
8802 * cedet/ede/proj.el (ede-proj-target, project-new-target):
8803 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
8804 * cedet/ede/proj-comp.el (ede-current-build-list):
8805 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
8806 * cedet/ede/files.el (ede-toplevel-project-or-nil):
8807 * cedet/ede/cpp-root.el (initialize-instance):
8808 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
8809 (autoconf-parameter-strip, autoconf-insert-new-macro):
8810 * cedet/semantic/wisent.el (wisent-lex-eoi):
8811 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
8812 (semantic-show-parser-state-mode):
8813 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
8814 * cedet/semantic/tag.el (semantic-tag-new-variable)
8815 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
8816 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
8817 (semantic--tag-deep-copy-tag-list)
8818 (semantic-tag-components-with-overlays-default):
8819 * cedet/semantic/symref.el (semantic-symref-find-text):
8820 * cedet/semantic/senator.el (senator-yank-tag)
8821 (senator-transpose-tags-up):
8822 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
8823 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
8824 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
8825 * cedet/semantic/lex.el (semantic-lex-comment-regex)
8826 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
8827 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
8828 * cedet/semantic/lex-spp.el
8829 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
8830 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
8831 * cedet/semantic/idle.el
8832 (semantic-idle-summary-current-symbol-info-brutish)
8833 (semantic-idle-summary-current-symbol-info-default):
8834 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
8835 (semantic--grammar-macro-compl-dict):
8836 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
8837 * cedet/semantic/format.el (semantic-format-tag-custom-list)
8838 (semantic-format-tag-canonical-name-default):
8839 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
8840 (semantic-find-tags-for-completion)
8841 (semantic-find-tags-by-scope-protection-default)
8842 (semantic-deep-find-tags-for-completion):
8843 * cedet/semantic/edit.el
8844 (semantic-edits-incremental-reparse-failed-hook)
8845 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8846 (semantic-edits-splice-remove, semantic-edits-splice-replace):
8847 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8848 * cedet/semantic/dep.el (semantic-dependency-include-path):
8849 * cedet/semantic/db.el (semanticdb-default-find-index-class)
8850 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8851 (semanticdb-project-roots):
8852 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8853 (semanticdb-find-adebug-insert-scanned-tag-cons)
8854 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8855 (semanticdb-brute-deep-find-tags-for-completion):
8856 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8857 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8858 (semantic-end-of-context-default)
8859 (semantic-ctxt-current-function-default)
8860 (semantic-ctxt-scoped-types-default):
8861 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8862 (semantic-complete-inline-tag-engine)
8863 (semantic-complete-inline-custom-type)
8864 (semantic-complete-read-tag-analyzer):
8865 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8866 (semantic-chart-database-size):
8867 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8868 (semantic-analyze-current-context):
8869 * cedet/semantic/symref/list.el (semantic-symref)
8870 (semantic-symref-hide-buffer, semantic-symref-symbol):
8871 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8872 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8873 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8874 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8875 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8876 (semantic-c-dereference-template):
8877 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8878 (semantic--analyze-refs-full-lookup-with-parents)
8879 (semantic--analyze-refs-full-lookup-simple):
8880 * cedet/semantic/analyze/complete.el
8881 (semantic-analyze-possible-completions):
8882 * cedet/srecode/table.el (srecode-mode-table-new):
8883 * cedet/srecode/srt.el (srecode-read-variable-name):
8884 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8885 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8886 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8887 * cedet/srecode/map.el (srecode-current-map):
8888 * cedet/srecode/insert.el (srecode-insert)
8889 (srecode-insert-variable-secondname-handler, srecode-insert-method)
8890 (srecode-template-inserter-point-override)
8891 (srecode-insert-include-lookup):
8892 * cedet/srecode/getset.el (srecode-auto-choose-class):
8893 * cedet/srecode/extract.el (srecode-inserter-extract):
8894 * cedet/srecode/document.el
8895 (srecode-document-autocomment-return-last-alist)
8896 (srecode-document-autocomment-param-type-alist)
8897 (srecode-document-insert-function-comment)
8898 (srecode-document-insert-variable-one-line-comment)
8899 (srecode-document-function-name-comment):
8900 * cedet/srecode/dictionary.el (srecode-create-dictionary)
8901 (srecode-compound-toString):
8902 * cedet/srecode/compile.el (srecode-flush-active-templates):
8903 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8904 Doc/message fixes.
8905
8906 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8907 match-data. (Bug#4555).
8908
8909 * cedet/semantic/bovine/gcc.el
8910 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8911 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8912
8913 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8914 rather than parsing it as a regexp. This relaxes the layout
8915 requirements and makes errors easier to detect.
8916 (check-declare-verify): Check file is regular.
8917 (check-declare-directory): Doc fix.
8918 * subr.el (declare-function): Doc fix.
8919
8920 * ibuffer.el (ibuffer-format-qualifier):
8921 * isearch.el (hi-lock-regexp-okay):
8922 * calc/calc.el (math-zerop):
8923 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8924 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8925 Remove unused declarations.
8926
8927 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8928
8929 * cedet/semantic/wisent/javat-wy.el
8930 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8931
8932 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
8933
8934 * cedet/srecode/expandproto.el: Fix provide statement.
8935
8936 2009-09-30 Eric Ludlam <zappo@gnu.org>
8937
8938 * emacs-lisp/eieio.el (boolean-p): Delete.
8939
8940 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
8941
8942 * cedet/ede/srecode.el: Fix provide statement.
8943
8944 2009-09-30 Glenn Morris <rgm@gnu.org>
8945
8946 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8947 * cedet/ede/proj-aux.el (ede-aux-source):
8948 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8949 (ede-misc-source):
8950 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8951 (semantic-mrub-switch-tags): Fix doc typos.
8952
8953 * cedet/semantic/db-global.el (data-debug-new-buffer)
8954 (data-debug-insert-thing): Remove unneeded declarations (one broken).
8955 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8956
8957 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8958
8959 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8960 use of CL function `remove-if-not'.
8961
8962 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8963
8964 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8965 filename is not a string.
8966
8967 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8968
8969 * files.el (safe-local-eval-forms): Fix typo.
8970
8971 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * vc-hooks.el (vc-dir-buffers): New var.
8974 (vc-state-refresh): New function.
8975 (vc-state): Use it.
8976 (vc-after-save): Always ask the backend to recompute the new state.
8977 Always call vc-dir if necessary, using vc-dir-buffers.
8978 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8979 Use vc-dir-buffers.
8980 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8981 (vc-dir-prepare-status-buffer, vc-dir-update)
8982 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8983 Don't call expand-file-name on default-directory.
8984
8985 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8986
8987 * speedbar.el (speedbar-item-delete):
8988 * calc/calc-prog.el (calc-kbd-if):
8989 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8990
8991 * epa.el (epa-key-list-mode-map):
8992 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8993
8994 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8995 (hs-show-hook): Fix typo in docstring.
8996
8997 2009-09-29 Glenn Morris <rgm@gnu.org>
8998
8999 * cedet/semantic/symref/idutils.el:
9000 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9001
9002 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9003
9004 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9005 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9006 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9007 Mark declarations not understood by check-declare.
9008
9009 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9010 file-name-nondirectory call preventing location of cedet files.
9011 (check-declare-verify): Use literal search rather than re-search.
9012 Add basic defmethod and defclass, and define-overloadable-function.
9013
9014 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9015 Use tramp-compat-file-attributes rather than nonexistent
9016 tramp-compat-handle-file-attributes.
9017
9018 * Makefile.in (lisptagsfiles4): New.
9019 (AUTOGENEL): Add cedet loaddefs files.
9020 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9021 (update-elclist, compile-always, backup-compiled-files)
9022 (bootstrap-clean): Add yet another directory level.
9023 (update-elclist): Use LC_COLLATE rather than COLLATE.
9024 (ELCFILES): Update, via `make update-elclist'.
9025
9026 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9027
9028 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9029 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9030 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9031
9032 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9033
9034 * Makefile.in (lisptagsfiles3): Define.
9035 (TAGS, TAGS-LISP): Use it.
9036 (update-elclist): Add third directory level to look for elc files.
9037 (compile-always): Likewise.
9038 (backup-compiled-files): Likewise.
9039 (bootstrap-clean): Likewise.
9040 (ELCFILES): Update.
9041
9042 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
9043
9044 * Makefile.in (ELCFILES): Add CEDET files.
9045
9046 2009-09-28 Eric Ludlam <zappo@gnu.org>
9047
9048 CEDET (development tools) package merged.
9049
9050 * cedet/*.el:
9051 * cedet/ede/*.el:
9052 * cedet/semantic/*.el:
9053 * cedet/srecode/*.el: New files.
9054
9055 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
9056
9057 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9058
9059 * net/tramp.el (top): Require tramp-imap.
9060
9061 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9062 Use `tramp-compat-handle-file-attributes'.
9063
9064 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9065
9066 * net/tramp-imap.el: New package.
9067
9068 2009-09-28 Eric Ludlam <zappo@gnu.org>
9069
9070 * emacs-lisp/chart.el:
9071 * emacs-lisp/eieio-base.el:
9072 * emacs-lisp/eieio-comp.el:
9073 * emacs-lisp/eieio-custom.el:
9074 * emacs-lisp/eieio-datadebug.el:
9075 * emacs-lisp/eieio-opt.el:
9076 * emacs-lisp/eieio-speedbar.el:
9077 * emacs-lisp/eieio.el: New files.
9078
9079 * cedet/cedet-cscope.el:
9080 * cedet/cedet-files.el:
9081 * cedet/cedet-global.el:
9082 * cedet/cedet-idutils.el:
9083 * cedet/data-debug.el:
9084 * cedet/inversion.el:
9085 * cedet/mode-local.el:
9086 * cedet/pulse.el: New files.
9087
9088 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9089
9090 * whitespace.el (whitespace-trailing-regexp)
9091 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9092 Fix doc string.
9093
9094 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
9095
9096 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9097 menu.
9098
9099 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9100 menu-bar-ediff-menu.
9101
9102 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9103 define-overloadable-function.
9104
9105 * progmodes/autoconf.el: Provide autoconf as well, so that this
9106 file can be `require'd.
9107
9108 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9109
9110 * emacs-lisp/autoload.el (generated-autoload-feature)
9111 (generated-autoload-load-name): New vars.
9112 (autoload-rubric, autoload-generate-file-autoloads): Use them.
9113 (make-autoload): Recognize define-overloadable-function and
9114 defclass forms (for EIEIO).
9115
9116 * Makefile.in (update-subdirs): Exclude cedet directory.
9117
9118 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9119
9120 * term/ns-win.el: Don't set the region face background. (Bug#4381)
9121
9122 * faces.el: Default light-background background for region face to
9123 ns_selection_color under NS.
9124
9125 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9126
9127 * net/imap-hash.el: New library, see NEWS.
9128
9129 * Makefile.in (ELCFILES): Add imap-hash.el.
9130
9131 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9134 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9135 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9136 definition where the docstring could be taken for the return value.
9137
9138 2009-09-26 Glenn Morris <rgm@gnu.org>
9139
9140 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9141 Add option to only show images below a certain size.
9142 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9143 save-excursion calls.
9144
9145 2009-09-26 Eli Zaretskii <eliz@gnu.org>
9146
9147 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9148 subdirectories) and eieio.
9149
9150 2009-09-26 Alan Mackenzie <acm@muc.de>
9151
9152 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9153 buggy bracketing. (Bug#4289)
9154
9155 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9156 character constants (as case labels). (Bug#4289)
9157
9158 2009-09-25 Juri Linkov <juri@jurta.org>
9159
9160 * files.el (safe-local-eval-forms): Allow time-stamp in
9161 before-save-hook (Bug#4554).
9162
9163 2009-09-25 Drew Adams <drew.adams@oracle.com>
9164
9165 * menu-bar.el (list-buffers-directory): Doc fix.
9166
9167 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9170 Try and avoid copying twice the same paragraph.
9171 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9172 Remove save-excursion.
9173 (log-edit-changelog-entry): Do it here instead.
9174
9175 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
9176
9177 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9178 when available, instead of hardcoding mode names. Doc fix.
9179
9180 * menu-bar.el (list-buffers-directory): Add docstring.
9181 Make automatically buffer-local.
9182
9183 * dired.el (dired-mode):
9184 * files.el (cd-absolute):
9185 * pcvs.el (cvs-temp-buffer):
9186 * pcvs-util.el (cvs-get-buffer-create):
9187 * shell.el (shell-mode):
9188 * vc-dir.el (vc-dir-mode):
9189 Don't make `list-buffers-directory' buffer local.
9190
9191 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9192
9193 * comint.el (comint-exec, comint-run, make-comint):
9194 Doc fixes (Bug#4542).
9195
9196 2009-09-25 Glenn Morris <rgm@gnu.org>
9197
9198 * mail/rmailmm.el (rmail-mime): New custom group.
9199 Move all defcustoms in this file into this group.
9200 (rmail-mime-media-type-handlers-alist): Revert previous change.
9201 (rmail-mime-show-images): New option.
9202 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9203 references to it, since it wasn't actually used for anything.
9204 (rmail-mime-insert-image): New function.
9205 (rmail-mime-image): Use rmail-mime-insert-image.
9206 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9207 obey the value of `rmail-mime-show-images' option. Print the size of
9208 attachments.
9209
9210 2009-09-25 David Engster <deng@randomsample.de>
9211
9212 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
9213
9214 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9215
9216 * whitespace.el: Does not highlight trailing spaces While point is
9217 at end of line. Does not highligt spaces at beginning of buffer
9218 while point is at beginning of buffer. Does not highlight spaces
9219 at end of buffer while point is at end of buffer. (Bug#4177)
9220 New version 12.0.
9221 (whitespace-display-mappings): Adjust initialization.
9222 (whitespace-point, whitespace-font-lock-refontify): New vars.
9223 (whitespace-color-on, whitespace-color-off): Adjust code.
9224 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9225 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9226 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9227
9228 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9231
9232 * textmodes/sgml-mode.el: Remove xml-mode alias.
9233
9234 * files.el (auto-mode-alist, conf-mode-maybe)
9235 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9236
9237 2009-09-24 Alan Mackenzie <acm@muc.de>
9238
9239 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9240 c-forward-conditionals, but it doesn't move point and doesn't set
9241 the mark.
9242 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9243 (c-down-conditional-with-else, c-backward-conditional)
9244 (c-forward-conditional): Refactor to use c-scan-conditionals.
9245
9246 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9247
9248 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9249 (help-default-arg-highlight): Remove.
9250 (help-highlight-arg): New function.
9251 (help-do-arg-highlight): Use it.
9252 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
9253
9254 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9255
9256 * term.el (term-set-scroll-region, term-handle-ansi-escape):
9257 Undo last change, which didn't fix the problem and introduced others.
9258
9259 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
9260
9261 * progmodes/gdb-mi.el: Don't require speedbar.
9262 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9263
9264 2009-09-24 Glenn Morris <rgm@gnu.org>
9265
9266 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9267
9268 * term/ns-win.el (ns-reg-to-script): Define for compiler.
9269
9270 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9271 there is no newline after the final mime boundary. (Bug#4539)
9272 Move markers on insertion so that any buttons inserted don't end up in
9273 the next part of a multipart message.
9274 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
9275 (rmail-mime-bulk-handler): Optionally handle images.
9276 (rmail-mime-image): New button action.
9277 (rmail-mime-image-handler): New function.
9278 (rmail-mime-mode): New mode.
9279 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
9280
9281 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9284 than just dropping elements from it (bug#4504).
9285
9286 * term.el (term-set-scroll-region): Don't move cursor any more.
9287 (term-handle-ansi-escape): Call term-goto here instead.
9288 Suggested by Ivan Kanis <apple@kanis.eu>.
9289
9290 * term.el: Require CL.
9291 (term-ansi-reset): New function.
9292 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9293 (term-handle-colors-array): Simplify.
9294
9295 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9296
9297 * allout.el (allout-overlay-interior-modification-handler)
9298 (allout-obtain-passphrase):
9299 * epa-file.el (epa-file-write-region):
9300 * ps-print.el (ps-begin-job):
9301 * vc-hooks.el (vc-toggle-read-only):
9302 * vc-rcs.el (vc-rcs-rollback):
9303 * vc-sccs.el (vc-sccs-rollback):
9304 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9305 (vc-version-diff, vc-revert, vc-rollback):
9306 * wdired.el (wdired-check-kill-buffer):
9307 * emacs-lisp/authors.el (authors):
9308 * net/socks.el (socks-open-connection):
9309 * net/zeroconf.el (zeroconf-service-add-hook):
9310 * obsolete/vc-mcvs.el (vc-mcvs-register):
9311 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9312 (gdb-select-frame):
9313 * progmodes/grep.el (lgrep, rgrep):
9314 * progmodes/idlw-help.el (idlwave-help-check-locations)
9315 (idlwave-help-html-link, idlwave-help-assistant-open-link):
9316 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9317 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9318 (reftex-toc-rename-label): Fix typos in error messages.
9319
9320 * dired-aux.el (dired-do-shell-command): Reflow docstring.
9321 (dired-copy-how-to-fn): Doc fix.
9322 (dired-files-attributes, dired-read-shell-command):
9323 Fix typos in docstrings.
9324
9325 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9326 (dired-x-find-file-other-window): Reflow docstrings.
9327 (dired-omit-marker-char, dired-read-shell-command)
9328 (dired-x-submit-report): Fix typos in docstrings.
9329
9330 * shell.el (shell-mode-hook):
9331 * view.el (View-scroll-line-forward):
9332 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9333 Fix typos in docstrings.
9334
9335 * net/dig.el (dig-invoke): Fix typo in docstring.
9336 (query-dig): Reflow docstring.
9337
9338 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9339 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9340 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9341 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9342 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9343 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9344 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9345 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9346 (idlwave-completion-map, idlwave-current-indent)
9347 (idlwave-custom-ampersand-surround, idlwave-customize)
9348 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9349 (idlwave-define-abbrev, idlwave-determine-class-special)
9350 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9351 (idlwave-end-block-reg, idlwave-end-of-statement)
9352 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9353 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9354 (idlwave-explicit-class-listed, idlwave-file-header)
9355 (idlwave-fill-paragraph, idlwave-find-class-definition)
9356 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9357 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9358 (idlwave-in-quote, idlwave-indent-action-table)
9359 (idlwave-indent-expand-table, idlwave-indent-line)
9360 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9361 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9362 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9363 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9364 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9365 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9366 (idlwave-outlawed-buffers, idlwave-popup-select)
9367 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9368 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9369 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9370 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9371 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9372 (idlwave-statement-type, idlwave-struct-skip)
9373 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9374 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9375 (idlwave-what-module-find-class): Fix typos in docstrings.
9376 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9377 (idlwave-calculate-cont-indent, idlwave-expand-equal)
9378 (idlwave-find-module, idlwave-find-structure-definition)
9379 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9380 (idlwave-list-load-path-shadows, idlwave-next-statement)
9381 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9382 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9383 (idlwave-template): Reflow docstrings.
9384
9385 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9386 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9387 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9388 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9389 (idlwave-shell-display-line, idlwave-shell-display-wframe)
9390 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9391 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9392 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9393 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9394 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9395 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9396 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9397 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9398 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9399 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9400 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9401 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9402 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9403 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9404 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9405 Fix typos in docstrings.
9406 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9407 (idlwave-shell-hide-output, idlwave-shell-mode)
9408 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9409 Reflow docstrings.
9410
9411 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9412
9413 2009-09-24 Ivan Kanis <apple@kanis.eu>
9414
9415 * term.el (term-bold-attribute): New var.
9416 (term-handle-colors-array): Use it.
9417
9418 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
9419
9420 * progmodes/gdb-mi.el (gdb-version): New variable.
9421 (gdb-non-stop-handler): Set gdb-version.
9422 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9423 Condition "--thread" option on gdb-version.
9424 (gdb-invalidate-threads): Remove unused argument.
9425
9426 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9429 to looking-back to avoid ridiculous slow down in large files (bug#4511).
9430
9431 2009-09-23 Glenn Morris <rgm@gnu.org>
9432
9433 * mail/rmail.el (rmail-reply): Don't try to add a References header when
9434 replying to mail without References or Message-Id. (Bug#4525)
9435
9436 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9437
9438 * term/ns-win.el (ns-reg-to-script): New variable.
9439
9440 2009-09-23 Daiki Ueno <ueno@unixuser.org>
9441
9442 * epg.el (epg-wait-for-status): Preserve existing 'error results.
9443
9444 2009-09-22 Sam Steingold <sds@gnu.org>
9445
9446 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9447 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9448 to 1 because hg returns status 1 when nothing is found.
9449 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9450
9451 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * textmodes/fill.el: Convert to utf-8 encoding.
9454 (fill-french-nobreak-p): Remove redundant » and « inherited from our
9455 pre-unicode days.
9456
9457 * add-log.el (change-log-fill-forward-paragraph): New function.
9458 (change-log-mode): Use it so fill-region DTRT.
9459 Set fill-indent-according-to-mode here rather than in
9460 change-log-fill-paragraph.
9461 (change-log-fill-paragraph): Remove.
9462
9463 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
9464
9465 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9466 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9467
9468 2009-09-22 Glenn Morris <rgm@gnu.org>
9469
9470 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9471 the scroll-bar scroll the calendar window rather than the buffer.
9472
9473 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9474 commands that move point (as opposed to scrolling).
9475
9476 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9477
9478 * emacs-lisp/elint.el (elint): New custom group.
9479 (elint-log-buffer): Make it a defcustom.
9480 (elint-scan-preloaded, elint-ignored-warnings)
9481 (elint-directory-skip-re): New options.
9482 (elint-builtin-variables): Doc fix.
9483 (elint-preloaded-env): New variable.
9484 (elint-unknown-builtin-args): Add an entry for encode-time.
9485 (elint-extra-errors): Make it a variable rather than a constant.
9486 (elint-preloaded-skip-re): New constant.
9487 (elint-directory): Skip files matching elint-directory-skip-re.
9488 (elint-features): New variable, local to linted buffers.
9489 (elint-update-env): Initialize elint-features. Possibly add
9490 elint-preloaded-env to the buffer's environment.
9491 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9492 Skip quoted forms.
9493 (elint-init-form): New function, extracted from elint-init-env.
9494 Make non-list forms a warning rather than an error.
9495 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9496 easy-menu-define, put that adds an error-condition, and provide.
9497 When requiring cl, also require cl-macs. Really require cl, to handle
9498 some cl macros. Store required libraries in the list elint-features,
9499 so as not to re-load them. Treat cc-require like require.
9500 (elint-init-env): Call elint-init-form to do the work.
9501 Handle eval-and-compile and such like.
9502 (elint-add-required-env): Do not clear messages.
9503 (elint-special-forms): Add handlers for function, defalias, if, when,
9504 unless, and, or.
9505 (elint-form): Add optional argument to ignore elint-special-forms,
9506 useful to prevent recursive calls from handlers. Doc fix.
9507 Respect elint-ignored-warnings.
9508 (elint-form): Respect elint-ignored-warnings.
9509 (elint-bound-variable, elint-bound-function): New variables.
9510 (elint-unbound-variable): Respect elint-bound-variable.
9511 (elint-get-args): Respect elint-bound-function.
9512 (elint-check-cond-form): Add some simple handling for (f)boundp and
9513 featurep tests.
9514 (elint-check-defalias-form): New handler.
9515 (elint-check-let-form): Make an empty let a warning rather than an
9516 error.
9517 (elint-check-setq-form): Make an empty setq a warning rather than an
9518 error. Respect elint-ignored-warnings.
9519 (elint-check-defvar-form): Accept null doc-strings.
9520 (elint-check-conditional-form): New handler. Does some simple-minded
9521 checking of featurep and (f)boundp tests.
9522 (elint-put-function-args): New function.
9523 (elint-initialize): Use elint-scan-doc-file rather than
9524 elint-find-builtin-variables. Use elint-put-function-args.
9525 Possibly scan preloaded-file-list.
9526 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9527 extend to handle functions as well.
9528
9529 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9530
9531 * linum.el (linum-delete-overlays, linum-update-window):
9532 Do not modify the right margin. (Bug#3971)
9533
9534 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
9535
9536 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
9537 nxml-mode instead of xml-mode.
9538
9539 2009-09-21 Kevin Ryde <user42@zip.com.au>
9540
9541 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9542
9543 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * net/dig.el (dig-mode): Use define-derived-mode.
9546
9547 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9548
9549 * vc-dispatcher.el (vc-do-command): Return the process object in
9550 the asynchronous case. Use when instead of if. Do not run
9551 vc-exec-after to display a message if not enabled. (Bug#4463)
9552
9553 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9554 properties to the stash strings.
9555 (vc-git-stash-list): Return a list of strings.
9556 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9557 (vc-git-stash-show-at-point): New functions.
9558 (vc-git-stash-map): New keymap.
9559
9560 * register.el (ctl-x-r-map): Define the keys here instead of
9561 using autoload.
9562
9563 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
9564
9565 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9566 list, to workaround performance problem (bug#4485).
9567
9568 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
9569
9570 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9571
9572 2009-09-20 Daiki Ueno <ueno@unixuser.org>
9573
9574 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9575 Document that this option is not recommended to use.
9576
9577 2009-09-19 Glenn Morris <rgm@gnu.org>
9578
9579 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9580 variable `var'.
9581
9582 * calc/calc-alg.el (var):
9583 * calc/calcalg2.el (var): Define for compiler.
9584
9585 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
9586
9587 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9588 Doc fix (Bug#3932).
9589
9590 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9591
9592 * time-stamp.el (time-stamp-month-dd-yyyy)
9593 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9594 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9595 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9596 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9597 Remove functions that have been obsolete since 1995 (Bug#4436).
9598
9599 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9600 indent buffer only if called interactively (Bug#4452).
9601
9602 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9603 Eli Zaretskii <eliz@gnu.org>
9604
9605 This fixes bug#4197 (merged to bug#865, though not identical).
9606 * server.el (server-auth-dir): Add docstring note about FAT32.
9607 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9608 but warn against using them.
9609
9610 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9611
9612 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9613 older GDB where there is no has_more field.
9614
9615 2009-09-19 Glenn Morris <rgm@gnu.org>
9616
9617 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9618
9619 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * files.el (auto-mode-alist): Change default for XML files to nXML
9622 mode (Bug#4169).
9623
9624 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9625
9626 * server.el (server-ensure-safe-dir): Pass 'integer
9627 to `file-attributes', as suggested.
9628
9629 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9632 (dired-query): Use read-key.
9633
9634 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9635
9636 * cus-start.el (ns-use-qd-smoothing): Remove.
9637
9638 2009-09-18 Glenn Morris <rgm@gnu.org>
9639
9640 * allout.el (top-level): Remove unnecessary progn.
9641
9642 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9643
9644 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9645 definition of abbrev table.
9646
9647 * speedbar.el (speedbar-track-mouse):
9648 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9649 * net/eudc.el (eudc-expand-inline):
9650 * net/newst-backend.el (newsticker--cache-read-feed):
9651 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9652 condition-case handlers.
9653
9654 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9655
9656 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9657 (gdb-var-list): Add an element for has_more field.
9658 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9659 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9660 (gdb-var-update-handler-1): Parse output of dynamic variable
9661 objects (STL containers).
9662 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9663 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9664
9665 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9666 gdb-var-list.
9667 (gud-speedbar-buttons): Make node expandable if expression "has more"
9668 children.
9669
9670 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9671
9672 * startup.el (emacs-quick-startup): Remove variable and all uses.
9673 (command-line): Set `inhibit-x-resources' instead.
9674 (command-line-1): Use `inhibit-x-resources' instead.
9675
9676 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9677
9678 * subr.el: Fix last change to avoid using the `unless' macro,
9679 which breaks bootstrapping.
9680
9681 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9684 extended definitions, in case we reload subr.el after having
9685 loaded CL.
9686 (eval-next-after-load): Mark as obsolete.
9687
9688 2009-09-17 Juri Linkov <juri@jurta.org>
9689
9690 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9691 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9692 (menu-bar-showhide-menu, menu-bar-tools-menu)
9693 (menu-bar-describe-menu, menu-bar-help-menu)
9694 (minibuffer-local-completion-map, minibuffer-local-map):
9695 Fix list quoting.
9696
9697 2009-09-17 Glenn Morris <rgm@gnu.org>
9698
9699 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9700 arguments, whether or not it has a handler.
9701
9702 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9703
9704 * simple.el (hard-newline): Give it a doc-string.
9705
9706 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9707 (lisp-mode-syntax-table): Give them doc-strings.
9708
9709 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9710
9711 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9712 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9713 (menu-bar-options-menu, menu-bar-showhide-menu)
9714 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9715 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9716 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9717 (menu-bar-options-menu, menu-bar-tools-menu)
9718 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9719 (menu-bar-help-menu):
9720 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9721 string arguments.
9722
9723 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9724 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9725 calls for the menu names and :help.
9726
9727 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9730 to :minor-mode-function (bug#4455).
9731
9732 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * startup.el (command-line): Initialize the window-system after
9735 processing the command-line.
9736
9737 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9738 page-delimiter matches the empty string.
9739
9740 2009-09-16 Glenn Morris <rgm@gnu.org>
9741
9742 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9743 byte-compile-not-obsolete-var. It's a list now.
9744 (byte-compile-not-obsolete-funcs): New variable.
9745 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9746 byte-compile-not-obsolete-funcs.
9747 (byte-compile-variable-ref, byte-compile-defvar): Update for
9748 byte-compile-not-obsolete-vars name-change and list nature.
9749 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9750 and variables behind (f)boundp tests.
9751 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9752
9753 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9754
9755 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9756
9757 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9760 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9761 Don't autoload.
9762
9763 2009-09-15 Stephen Eglen <stephen@gnu.org>
9764
9765 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9766 the virtual-buffers, use the name of the buffer specified by
9767 find-file-noselect, as the match may be a symlink. (This was a
9768 problem if the target and the symlink had different names.)
9769
9770 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9773
9774 * desktop.el (desktop-path): Check user-emacs-directory.
9775
9776 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9777
9778 * loadup.el: Use after-load-functions to GC after loading each file.
9779 Remove the explicit GC calls that used to be sprinkled around.
9780
9781 * subr.el (after-load-functions): New hook.
9782 (do-after-load-evaluation): Run it. Use string-match-p to detect
9783 `obsolete' packages, rather than painfully extracting the relevant
9784 directory name.
9785
9786 2009-09-15 Glenn Morris <rgm@gnu.org>
9787
9788 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9789 free variable `doc'.
9790
9791 * dired.el (dired-mode-map): Add menu entry for async shell command.
9792
9793 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9794 variables, also consider the .elc files, since the .el files are
9795 normally gzipped (subsequent code locates the .el.gz from the .elc).
9796
9797 * calc/calc-prog.el (arglist): Define for compiler.
9798
9799 * calendar/diary-lib.el (diary-display-function): Change the default to
9800 fancy display.
9801 (body): Define for compiler.
9802
9803 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9804 (byte-compile-file-form, byte-compile-lambda)
9805 (byte-compile-top-level-body, byte-compile-form)
9806 (byte-compile-variable-ref, byte-compile-setq)
9807 (byte-compile-setq-default, byte-compile-body)
9808 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9809 (batch-byte-compile): Give some more local variables with common names
9810 a "bytecomp-" prefix to avoid masking warnings about free variables.
9811
9812 * startup.el (command-line-1): Give local variables with common names a
9813 distinguishing prefix, so as not to hide free variable warnings during
9814 bootstrap.
9815
9816 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9817 clever and add a suffix to make a unique name, just let the user decide
9818 whether or not to overwrite it. If the input is a directory, write the
9819 default filename to that directory. (Bug#4388)
9820 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9821 is a filename-as-a-directory.
9822
9823 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * textmodes/page.el (what-page): Don't move to beginning of line.
9826 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9827
9828 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9829
9830 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9831
9832 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9833
9834 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9835 * help.el (help-for-help-internal): Add purecopy calls for text.
9836
9837 * vc.el (top): print-log method now takes an optional SHORTLOG
9838 argument. Add a new method: root.
9839 (vc-root-diff, vc-print-root-log): New functions.
9840 (vc-log-short-style): New variable.
9841 (vc-print-log-internal): Add support for showing short logs.
9842
9843 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9844 vc-print-root-log and vc-print-root-diff.
9845
9846 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9847 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9848 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9849 short logs.
9850
9851 * vc-cvs.el (vc-cvs-print-log):
9852 * vc-mtn.el (vc-mtn-print-log):
9853 * vc-rcs.el (vc-rcs-print-log):
9854 * vc-sccs.el (vc-sccs-print-log):
9855 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9856 that is ignored for now.
9857
9858 * vc-mtn.el (vc-mtn-annotate-command):
9859 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9860
9861 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9864 to function-key-map, and give them ascii-character property.
9865 * term/x-win.el (x-alternatives-map):
9866 * term/ns-win.el (ns-alternatives-map):
9867 * term/internal.el (msdos-key-remapping-map):
9868 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9869
9870 2009-09-14 Glenn Morris <rgm@gnu.org>
9871
9872 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9873 temp-buffers (2009-09-12).
9874
9875 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9878 the new read-key function.
9879
9880 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9881
9882 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9883 is defined (Bug#4405).
9884
9885 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9886
9887 * recentf.el (recentf-cleanup): Use a hash table to find
9888 duplicates (Bug#4407).
9889
9890 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9891
9892 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9893 kp-0 to ascii equivalents (Bug#4325).
9894
9895 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9896
9897 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9898
9899 * eshell/em-hist.el:
9900 * eshell/em-dirs.el (eshell-complete-user-reference):
9901 Declare pcomplete functions and variables to avoid compiler warnings.
9902
9903 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9904
9905 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9906 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9907 * eshell/em-alias.el (eshell-aliases-file):
9908 * eshell/em-hist.el (eshell-history-file-name):
9909 Use expand-file-name instead of concat to make file names (Bug#4308).
9910
9911 2009-09-13 Glenn Morris <rgm@gnu.org>
9912
9913 * ediff-merg.el (ediff-do-merge):
9914 * filesets.el (filesets-run-cmd):
9915 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9916 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9917 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9918 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9919 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9920 Replace empty `let's with `progn'.
9921
9922 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * mail/sendmail.el (send-mail-function):
9925 * tooltip.el (tooltip-mode):
9926 * simple.el (transient-mark-mode):
9927 * rfn-eshadow.el (file-name-shadow-mode):
9928 * frame.el (blink-cursor-mode):
9929 * font-core.el (global-font-lock-mode):
9930 * files.el (temporary-file-directory)
9931 (small-temporary-file-directory, auto-save-file-name-transforms):
9932 * epa-hook.el (auto-encryption-mode):
9933 * composite.el (global-auto-composition-mode):
9934 Use custom-initialize-delay.
9935 * startup.el (command-line): Don't explicitly call
9936 custom-reevaluate-setting for all the above vars.
9937 * custom.el (custom-initialize-safe-set)
9938 (custom-initialize-safe-default): Delete.
9939
9940 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * term/x-win.el (x-initialize-window-system):
9943 * term/w32-win.el (w32-initialize-window-system):
9944 * term/ns-win.el (ns-initialize-window-system): Don't call
9945 mouse-wheel-mode since it's enabled globally by default already.
9946
9947 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9948 actually define the variable, but only silences the byte-compiler.
9949 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9950 before looking it up.
9951 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9952 is changed.
9953
9954 2009-09-12 Glenn Morris <rgm@gnu.org>
9955
9956 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9957 1000.
9958 (elint-add-required-env): Don't beep on error.
9959 (elint-forms): In case of error, return ENV unchanged.
9960 (elint-init-env): Skip non-list forms.
9961 (elint-log): Handle unknown file positions.
9962
9963 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9964
9965 * epg.el (epg-make-context): Add autoload cookie.
9966 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9967 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9968 (epg-verify-string, epg-start-sign, epg-sign-file)
9969 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9970 (epg-encrypt-string, epg-start-export-keys)
9971 (epg-export-keys-to-file, epg-export-keys-to-string)
9972 (epg-start-import-keys, epg-import-keys-from-file)
9973 (epg-import-keys-from-string, epg-start-receive-keys)
9974 (epg-receive-keys, epg-import-keys-from-server)
9975 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9976 (epg-sign-keys, epg-start-generate-key)
9977 (epg-generate-key-from-file, epg-generate-key-from-string):
9978 Remove autoload cookie.
9979
9980 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9981
9982 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9983 reevaluation of trash-directory.
9984
9985 * mwheel.el: Fix last change.
9986 (mouse-wheel-mode): New defvar.
9987 (mouse-wheel-mode): Remove autoload cookie.
9988
9989 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * mwheel.el (mwheel-installed-bindings): New var.
9992 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9993 the bindings we set last time. Use custom-initialize-delay.
9994 * loadup.el: Load mwheel after term/*-win.el.
9995 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9996 and mouse-wheel-up-event now that their first evaluation is done
9997 sufficiently late to be correct.
9998
9999 * startup.el (tutorial-directory): Make it a defcustom.
10000 Use custom-initialize-delay rather than eval-at-startup to set it.
10001 * image.el (image-load-path): Make it a defcustom.
10002 Use custom-initialize-delay rather than eval-at-startup to set it.
10003 * subr.el (eval-at-startup): Remove.
10004 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10005
10006 * subr.el (do-after-load-evaluation): Warn the user after loading an
10007 obsolete package.
10008
10009 2009-09-12 Glenn Morris <rgm@gnu.org>
10010
10011 * proced.el (proced-mark-alt): Remove alias.
10012 (proced-mode-map): Remove proced-mark-alt.
10013
10014 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10015 Elint file and directory. Remove initialization entry.
10016
10017 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10018 commands.
10019 (elint-current-buffer): Set mode-line-process.
10020 (elint-init-env): Handle define-derived-mode.
10021 Fix declare-function with unspecified arglist. Guard against odd
10022 defalias statements (eg iso-insert's 8859-1-map).
10023 (elint-add-required-env): Use a temp buffer.
10024 (elint-form): Just print the function/macro name, not the whole form.
10025 Return env unchanged if we fail to parse a macro.
10026 (elint-forms): Guard against parse errors.
10027 (elint-output): New function, to handle batch mode.
10028 (elint-log-message): Add optional argument. Use elint-output.
10029 (elint-set-mode-line): New function.
10030
10031 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10032
10033 * emacs-lisp/elp.el (elp-not-profilable): Add more
10034 functions (Bug#4233).
10035
10036 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
10037
10038 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10039 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10040
10041 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10042
10043 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10044 (gdb-var-list-children): Use json parsing.
10045
10046 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
10047
10048 * progmodes/js.el (js--proper-indentation): Handle the case where
10049 char-before is null. Reported by Deniz Dogan.
10050
10051 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10052
10053 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10054
10055 2009-09-11 Daiki Ueno <ueno@unixuser.org>
10056
10057 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10058 (epg-digest-algorithm-alist): Add SHA224.
10059 (epg-context-set-passphrase-callback)
10060 (epg-context-set-progress-callback): Add description about
10061 callback function.
10062
10063 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * custom.el (custom-delayed-init-variables): New var.
10066 (custom-initialize-delay): New function.
10067 * startup.el (command-line): "Re"evaluate all vars in
10068 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10069 explicitly any more.
10070 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10071 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10072
10073 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10074
10075 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10076
10077 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10078 (gdb-var-update-handler): Use json parsing.
10079
10080 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10081
10082 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10083 decode annotated text, regardless of language environment. (Bug#2741)
10084
10085 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * Makefile.in (autoloads): Make rmail.el writable as well.
10088
10089 2009-09-11 Glenn Morris <rgm@gnu.org>
10090
10091 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10092 loaddefs.el.
10093 * dired.el: Regenerate with extracted autoloads.
10094 * Makefile.in (autoloads): Make dired.el writable.
10095
10096 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10097 * ibuffer.el: Regenerate with extracted autoloads.
10098 * Makefile.in (autoloads): Make ibuffer.el writable.
10099
10100 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10101 * version.el (emacs-copyright, emacs-major-version)
10102 (emacs-minor-version): Reformat doc-strings for make-docfile.
10103
10104 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10105 functions and variables, since they must be stuff specific to some other
10106 platform.
10107 (apropos-print): Make mouse-click message less specific about button.
10108
10109 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10110 that records where a macro was defined.
10111 * help-fns.el (describe-function-1): Mention if a function has a
10112 compiler-macro.
10113 * help-mode.el (help-function-cmacro): New button.
10114
10115 * locate.el (top-level): Always require dired.
10116 (locate-mode-map): Initialize inside the defvar.
10117
10118 * net/ange-ftp.el (dired-compress-file): Declare.
10119 (ange-ftp-dired-compress-file): Add doc string.
10120
10121 * term/ns-win.el (x-display-name, x-setup-function-keys):
10122 Unify doc-strings with X versions.
10123
10124 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * emulation/crisp.el (crisp-mode-map): Move initialization
10127 into declaration.
10128 (crisp-mode): Use define-minor-mode.
10129
10130 * progmodes/xscheme.el (xscheme-evaluation-commands):
10131 Put a :advertised-binding property rather than using
10132 advertised-xscheme-send-previous-expression.
10133 (advertised-xscheme-send-previous-expression): Declare obsolete.
10134 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10135 `advertised-undo'.
10136 (crisp-mode): Add corresponding bindings to
10137 undo's :advertised-binding instead.
10138 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10139 than using dired-advertised-find-file.
10140 (dired-advertised-find-file):
10141 * simple.el (advertised-undo):
10142 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10143 (widget-keymap): Put a :advertised-binding property rather
10144 than using advertised-widget-backward.
10145 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10146 than using advertised-undo.
10147 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10148
10149 2009-09-10 Simon South <ssouth@slowcomputing.org>
10150
10151 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10152 Mark mode is enabled and region is active; otherwise indent or
10153 insert TAB as usual.
10154 (delphi-mode): Update description of TAB-key binding.
10155
10156 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * subr.el (define-key-rebound-commands): Mark obsolete.
10159 * startup.el (precompute-menubar-bindings): Remove.
10160 (normal-top-level): Remove obsolete code that tried to precompute
10161 menubar bindings.
10162 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10163 define-key-rebound-commands and precompute-menubar-bindings.
10164
10165 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10166
10167 * net/imap.el (imap-interactive-login): Better messages.
10168 (imap-open): Fix bug with renamed buffer on reconnect.
10169 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10170 for easier debugging and cleaner code. On successful (guessed based on
10171 server capabilities) secondary authentication, set imap-state
10172 correctly.
10173 (imap-last-authenticator): Define imap-last-authenticator as a variable
10174 to avoid warnings.
10175
10176 2009-09-10 Glenn Morris <rgm@gnu.org>
10177
10178 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10179
10180 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10181 (byte-compile-file-form-autoload): Don't warn about unknown functions
10182 where the autoload statement comes after the use.
10183 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10184 that any handlers inside the body (eg require) are in turn respected.
10185
10186 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10187 effects.
10188
10189 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10190 and syntax and abbrev tables basic docs, if they don't have any.
10191
10192 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10193
10194 * international/mule-cmds.el (top-level): Require cl when compiling.
10195 (view-hello-file): Use default-value rather than
10196 default-enable-multibyte-characters.
10197
10198 * progmodes/fortran.el: Move all safe and risky properties into the
10199 defcustoms.
10200
10201 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10202 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10203 * mail/undigest.el:
10204 Put autoloads in rmail.el rather than loaddefs.el.
10205 * mail/rmail.el: Regenerate with extracted autoloads.
10206
10207 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10208 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10209
10210 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
10211
10212 Reported in thread for Bug#4375.
10213 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10214 "-data-evaluate-expression" instead of print.
10215 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10216 (gdb-tooltip-print): Parse output from above MI command.
10217 (gdb): Revert 2009-08-11 change. User should detach inferior
10218 manually.
10219
10220 Remove the word "separate" from IO functions as inferior
10221 output is now never displayed in the GUD buffer.
10222
10223 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
10224
10225 * startup.el (command-line-normalize-file-name): On Windows and
10226 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10227
10228 2009-09-10 Juri Linkov <juri@jurta.org>
10229
10230 * isearch.el (isearch-text-char-description): Propertize escape
10231 character sequences with the `escape-glyph' face. (Bug#4344)
10232
10233 * simple.el (shell-command): Set asynchronous process filter to
10234 `comint-output-filter'. (Bug#4343)
10235
10236 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10237 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
10238 the list. Move "asm" to the bottom.
10239 (grep-find-ignored-directories): Add `choice' with nil value
10240 to empty the list easily.
10241 (grep-find-ignored-files): New option.
10242 (grep-files-history): Set to nil by default instead of '("ch" "el").
10243 (grep-compute-defaults): Add "<X>" to `grep-template'.
10244 (grep-read-files): Bind new local variables `default-alias' and
10245 `default-extension'. Use a list of default values for the file prompt.
10246 (lgrep): Add `--exclude=' command line options composed from
10247 `grep-find-ignored-files'.
10248 (rgrep): Add `-name' command line options composed from
10249 `grep-find-ignored-files'. (Bug#4301)
10250
10251 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10254 (bug#4368).
10255
10256 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * calendar/time-date.el (autoload):
10259 Expand define-obsolete-function-alias into defalias and make-obsolete
10260 for old Emacsen that Gnus supports.
10261 (with-no-warnings): Define it for old Emacsen.
10262 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10263 is available.
10264 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10265 float-time is available; suppress compile warning for time-to-seconds.
10266
10267 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
10268
10269 * net/imap.el (imap-message-map): Docstring fix.
10270
10271 2009-09-09 Glenn Morris <rgm@gnu.org>
10272
10273 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10274 line numbers too. (Bug#4374)
10275
10276 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * smerge-mode.el (smerge-remove-props, smerge-refine):
10279 Use with-silent-modifications (bug#4342).
10280
10281 * subr.el (with-silent-modifications): New macro.
10282
10283 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * files.el (top-level): Require `cl' when compiling.
10286
10287 2009-09-07 Glenn Morris <rgm@gnu.org>
10288
10289 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10290
10291 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10292 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
10293
10294 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
10295
10296 * vc-git.el (vc-git-annotate-command): Use separator to parse
10297 arguments correctly.
10298
10299 2009-09-06 Eli Zaretskii <eliz@gnu.org>
10300
10301 * proced.el (proced-mode): Doc fix.
10302
10303 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
10304
10305 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10306 lstat fails.
10307 (tramp-do-file-attributes-with-ls): Check for file existence at
10308 remote end.
10309 (tramp-do-file-attributes-with-stat): Likewise.
10310 (tramp-convert-file-attributes): Return nil when attr is nil.
10311
10312 2009-09-05 Glenn Morris <rgm@gnu.org>
10313
10314 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10315 properties to this button.
10316 (diary-fancy-display): Don't extend the button to the final newline.
10317 (diary-fancy-display-mode): Continue to define "q" as a local key.
10318
10319 * calendar/cal-china.el (holiday-chinese): Make it slightly more
10320 efficient.
10321
10322 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10323
10324 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10325 (byte-compile-dest-file-function): New option.
10326 (byte-compile-dest-file): Doc fix.
10327 Obey byte-compile-dest-file-function.
10328 (byte-compile-cl-file-p): New function.
10329 (byte-compile-eval): Only suppress noruntime warnings about cl functions
10330 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
10331 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10332 than for file being previously loaded.
10333 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10334 (byte-compile-file-form-require): Handle the case where requiring a file
10335 indirectly causes CL to be loaded.
10336
10337 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10338
10339 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10340 before killing the old buffer, since by the time `kill-buffer' is
10341 run so many buffer variables have been set to nil that it may not
10342 behave as expected. (Bug#4061)
10343
10344 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10345
10346 * files.el (find-alternate-file): If the old buffer is modified
10347 and visiting a file, behave similarly to `kill-buffer' when
10348 killing it, thus reverting to the pre-1.878 behavior; see
10349 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10350 for discussion. Also, consult `buffer-file-name' as a variable
10351 not as a function, for consistency with the rest of the code.
10352
10353 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
10354
10355 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10356 also when adding a new directory.
10357
10358 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10359 defun.
10360
10361 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * files.el (locate-file-completion-table): Make it provide boundary
10364 information, so partial-completion works better.
10365
10366 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
10367
10368 * mail/footnote.el (Footnote-text-under-cursor):
10369 Check footnote-text-marker-alist before using it (bug#4324).
10370
10371 2009-09-04 Glenn Morris <rgm@gnu.org>
10372
10373 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10374 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10375 * play/solitaire.el, play/tetris.el:
10376 Remove leading * from defcustom and defface docs.
10377
10378 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10379 necessary.
10380 (diary-fancy-overriding-map): New variable.
10381 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10382 Use view-mode.
10383
10384 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10385 goto-line.
10386
10387 2009-09-03 Glenn Morris <rgm@gnu.org>
10388
10389 * arc-mode.el (archive-mode):
10390 * dos-fns.el (set-default-process-coding-system):
10391 * man.el (Man-getpage-in-background):
10392 * menu-bar.el (menu-bar-describe-menu):
10393 * server.el (server-process-filter):
10394 * startup.el (command-line):
10395 * tar-mode.el (tar-header-block-tokenize, tar-extract):
10396 * w32-fns.el (set-default-process-coding-system):
10397 * x-dnd.el (x-dnd-handle-file-name):
10398 * international/mule-cmds.el (mule-menu-keymap)
10399 (set-default-coding-systems, language-info-alist, set-language-info)
10400 (set-language-environment, standard-display-european-internal)
10401 (set-locale-environment):
10402 * international/mule-diag.el (mule-diag):
10403 * mail/emacsbug.el (report-emacs-bug):
10404 * mail/rmail.el (rmail-mode):
10405 * mail/sendmail.el (mail-setup):
10406 Use default-value rather than default-enable-multibyte-characters.
10407
10408 * progmodes/f90.el: Move all safe properties into the defcustoms.
10409 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10410
10411 * calendar/appt.el (appt-check):
10412 * calendar/diary-lib.el (diary-set-header, diary-live-p)
10413 (diary-check-diary-file, diary-list-entries)
10414 (diary-include-other-diary-files, diary-simple-display)
10415 (diary-fancy-display, diary-print-entries)
10416 (diary-mark-included-diary-files, diary-make-entry):
10417 Don't call substitute-in-file-name on diary-file.
10418
10419 2009-09-03 Eduard Wiebe <usenet@pusto.de>
10420 Stefan Monnier <monnier@iro.umontreal.ca>
10421
10422 * mail/footnote.el (footnote-prefix): Make it a defcustom.
10423 (footnote-mode-map): Move initialization into the declaration.
10424 (footnote-minor-mode-map): Define it rather than changing global-map.
10425 (footnote-mode): Use define-minor-mode.
10426
10427 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
10428
10429 * net/tramp.el (tramp-handle-file-attributes-with-ls)
10430 (tramp-do-file-attributes-with-perl)
10431 (tramp-do-file-attributes-with-stat): Rename from
10432 `tramp-handle-file-attributes-with-*'.
10433 (tramp-handle-file-attributes): Use them.
10434 (tramp-do-directory-files-and-attributes-with-perl)
10435 (tramp-do-directory-files-and-attributes-with-stat): Rename from
10436 `tramp-handle-directory-files-and-attributes-with-*'.
10437 (tramp-handle-directory-files-and-attributes): Use them.
10438 (tramp-method-out-of-band-p): Additional parameter SIZE.
10439 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10440 (tramp-handle-write-region): Use it.
10441 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10442 (tramp-handle-vc-registered): Check, whether the first run did
10443 return files to be tested.
10444 (tramp-advice-make-auto-save-file-name): Do not call directly
10445 `tramp-handle-make-auto-save-file-name', because this would bypass
10446 the locking mechanism.
10447
10448 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10449 (file-remote-p, process-file, start-file-process, set-file-times)
10450 (tramp-compat-file-attributes): Compatibility functions shall not
10451 call directly `tramp-handle-*', because this would bypass the
10452 locking mechanism.
10453 (tramp-compat-number-sequence): New defun.
10454
10455 2009-09-02 Glenn Morris <rgm@gnu.org>
10456
10457 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10458 alias for float-time.
10459 (time-to-number-of-days): In Emacs, use float-time.
10460 * net/newst-backend.el (time-add): Suppress warnings from compat
10461 function.
10462 * time.el (emacs-uptime, emacs-init-time):
10463 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10464 Use float-time rather than time-to-seconds.
10465
10466 * minibuffer.el (completion-initials-expand): Fix typo.
10467
10468 * faces.el (modeline, modeline-inactive, modeline-highlight)
10469 (modeline-buffer-id):
10470 * info.el (info-menu-5): Mark these face aliases as obsolete.
10471
10472 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10473
10474 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10475 space ...
10476 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10477 no "--thread" option.
10478 (gdb-stopped): Don't print "Switched to thread" message when it is
10479 unchanged.
10480
10481 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * minibuffer.el (completion-try-completion)
10484 (completion-all-completions): Remove ill-defined (and
10485 mistakenly installed and luckily never used nor documented)
10486 `completion-styles' property.
10487 (completion-initials-expand, completion-initials-all-completions)
10488 (completion-initials-try-completion): New functions.
10489 (completion-styles-alist): Add doc to each entry.
10490 Add new `initials' entry.
10491
10492 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10493
10494 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10495 MI command -var-evaluate-expression.
10496 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10497 and tweak for case of string child.
10498 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10499
10500 2009-09-01 Glenn Morris <rgm@gnu.org>
10501
10502 * add-log.el (change-log-date-face, change-log-name-face)
10503 (change-log-email-face, change-log-file-face, change-log-list-face)
10504 (change-log-conditionals-face, change-log-function-face)
10505 (change-log-acknowledgement-face):
10506 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10507 (custom-modified-face, custom-set-face, custom-changed-face)
10508 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10509 (custom-documentation-face, custom-state-face, custom-comment-face)
10510 (custom-comment-tag-face, custom-variable-tag-face)
10511 (custom-variable-button-face, custom-face-tag-face)
10512 (custom-group-tag-face-1, custom-group-tag-face):
10513 * diff-mode.el (diff-header-face, diff-file-header-face)
10514 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10515 (diff-added-face, diff-changed-face, diff-function-face)
10516 (diff-context-face, diff-nonexistent-face):
10517 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10518 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10519 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10520 (Info-title-4-face):
10521 * isearch.el (isearch-lazy-highlight-face):
10522 * log-view.el (log-view-file-face, log-view-message-face):
10523 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10524 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10525 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10526 (cvs-msg-face):
10527 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10528 (smerge-base-face, smerge-markers-face):
10529 * wid-edit.el (widget-documentation-face, widget-button-face)
10530 (widget-field-face, widget-single-line-field-face)
10531 (widget-inactive-face, widget-button-pressed-face):
10532 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10533 (woman-addition-face):
10534 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10535 (eshell-ls-executable-face, eshell-ls-readonly-face)
10536 (eshell-ls-unreadable-face, eshell-ls-special-face)
10537 (eshell-ls-missing-face, eshell-ls-archive-face)
10538 (eshell-ls-backup-face, eshell-ls-product-face)
10539 (eshell-ls-clutter-face):
10540 * eshell/em-prompt.el (eshell-prompt-face):
10541 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10542 * obsolete/old-whitespace.el (whitespace-highlight-face):
10543 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10544 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10545 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10546 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10547 (antlr-font-lock-literal-face):
10548 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10549 (ebrowse-root-class-face, ebrowse-file-name-face)
10550 (ebrowse-default-face, ebrowse-member-attribute-face)
10551 (ebrowse-member-class-face, ebrowse-progress-face):
10552 * progmodes/make-mode.el (makefile-space-face):
10553 * progmodes/sh-script.el (sh-heredoc-face):
10554 * textmodes/flyspell.el (flyspell-incorrect-face)
10555 (flyspell-duplicate-face):
10556 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10557 * textmodes/texinfo.el (texinfo-heading-face):
10558 Mark face aliases with "-face" suffix as obsolete.
10559
10560 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10561 compiler.
10562
10563 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10564 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10565 easy-menu-define wants to modify these.
10566
10567 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10568
10569 * net/browse-url.el (browse-url-file-url):
10570 * term/internal.el (dos-codepage-setup):
10571 Use default-value rather than default-enable-multibyte-characters.
10572
10573 * progmodes/etags.el (etags-goto-tag-location):
10574 * progmodes/flymake.el (flymake-highlight-line)
10575 (flymake-goto-file-and-line, flymake-goto-line):
10576 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10577 (gdb-goto-breakpoint):
10578 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10579 * progmodes/python.el (python-find-function)
10580 (python-pdbtrack-track-stack-file):
10581 * progmodes/verilog-mode.el (verilog-surelint-off):
10582 * term/ns-win.el (ns-open-file-select-line):
10583 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10584 Use forward-line rather than goto-line.
10585
10586 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10587 * textmodes/reftex-index.el (reftex-display-index):
10588 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10589 * textmodes/reftex-toc.el (reftex-toc):
10590 Remove unnecessary bindings of default-major-mode (all are followed by
10591 major-mode check and possible mode switch).
10592
10593 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10594
10595 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10596 Handle watchpoints (bug#4282).
10597 (def-gdb-thread-buffer-command): Enable thread to be selected by
10598 clicking without selecting threads buffer first.
10599 (gdb-current-context-command): Use selected frame so that "up",
10600 "down" etc work in the GUD buffer.
10601 (gdb-update): Find selected frame before rendering stack buffer.
10602 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10603
10604 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 * progmodes/sym-comp.el (displayed-completions): Remove.
10607 (symbol-complete): Use minibuffer-complete.
10608
10609 2009-08-31 Glenn Morris <rgm@gnu.org>
10610
10611 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10612
10613 * apropos.el (apropos-symbols-internal):
10614 Handle (obsolete) face aliases.
10615
10616 * faces.el (describe-face): Adjust the output format to be more like
10617 describe-variable, and to mention (obsolete) face aliases.
10618 Adjust the whitespace so that help-setup-xref works.
10619
10620 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10621 * calendar/diary-lib.el (diary-button-face):
10622 Mark these face aliases as obsolete.
10623
10624 * calendar/calendar.el (calendar-today): Doc fix.
10625
10626 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10627
10628 * progmodes/gdb-mi.el (gdb-control-all-threads)
10629 (gdb-control-current-thread): Force tool bar update.
10630 (gdb-non-stop-handler): New function.
10631 (gdb-init-1): Use it to test if non-stop mode is supported.
10632 Remove unused gdbmi buffer type.
10633
10634 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10635
10636 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10637 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10638
10639 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10640
10641 * comint.el (comint-exec-1): Check command is non-null first.
10642 Part of gdb-mi.el change (2009-08-28).
10643
10644 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10647
10648 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10649
10650 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10651 instead of `dolist' to avoid a recursive require when bootstrapping.
10652
10653 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10656
10657 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10658
10659 * net/imap.el (imap-send-command): Simplify.
10660 (imap-wait-for-tag): point-max -> buffer-size.
10661
10662 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10663
10664 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10665 with constant argument.
10666
10667 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10668
10669 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10670
10671 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10672 Change default, since most of our files don't have a history.
10673 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10674 the user.
10675
10676 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10677 Add comint-run.
10678
10679 * calc/calc.el: Improve commenting convention.
10680 (calc-digit-map, toplevel): Simplify.
10681
10682 * comint.el (comint-insert-input): Be careful to only set point if we
10683 don't delegate to some other command.
10684
10685 * proced.el (proced-signal-list): Make it an alist.
10686 (proced-grammar-alist): Capitalize names.
10687 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10688 Disable undo manually and make it read-only.
10689 Use completion-annotate-function.
10690
10691 * minibuffer.el (minibuffer-message): If the current buffer is not
10692 a minibuffer, insert the message in the echo area rather than at the
10693 end of the buffer.
10694 (completion-annotate-function): New variable.
10695 (minibuffer-completion-help): Use it.
10696 (completion--embedded-envvar-table): Environment vars are
10697 always case-sensitive.
10698
10699 2009-08-30 Glenn Morris <rgm@gnu.org>
10700
10701 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10702 from fortran-current-defun.
10703 (fortran-beginning-of-subprogram): Be more precise about finding the
10704 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10705 (fortran-end-of-subprogram): Simplify.
10706 (fortran-current-defun): Use fortran-start-prog-re.
10707
10708 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10709
10710 * subr.el (do-after-load-evaluation): Simplify.
10711
10712 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10713
10714 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10715
10716 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10717 (vc-rcs-print-log): Use it.
10718
10719 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10720
10721 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * paths.el (abbrev-file-name): Move to abbrev.el.
10724 * abbrev.el (abbrev-file-name): Move from paths.el.
10725 Obey user-emacs-directory.
10726 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10727 user-emacs-directory.
10728 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10729 abbrev-file-name and calc-settings-file any more.
10730 * startup.el (command-line): Recompute abbrev-file-name and
10731 abbreviated-home-dir.
10732 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10733 of the special code for when C-h bindings haven't been changed.
10734 (display-startup-echo-area-message): Use with-current-buffer.
10735 (command-line-1): Use a list of strings, rather than a list of lists
10736 of strings for longopts.
10737
10738 * files.el (get-free-disk-space): Use / for default-directory.
10739
10740 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10741 Use with-current-buffer.
10742
10743 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10744 Recognize immutable variables like most-positive-fixnum.
10745 (byte-compile-setq-default): Check and warn if trying to assign
10746 to an immutable variable, or a non-variable.
10747
10748 * progmodes/cc-vars.el (c-comment-continuation-stars):
10749 * progmodes/cc-engine.el (c-looking-at-bos):
10750 * progmodes/cc-cmds.el (c-toggle-auto-state)
10751 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10752 (c-comment-line-break-function): Add version of obsolescence.
10753
10754 2009-08-28 Juri Linkov <juri@jurta.org>
10755
10756 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10757 associated with `archive-mode'.
10758
10759 * image.el (image-type-header-regexps): Use only JPEG magic number
10760 to determine JPEG images, and don't use `image-jpeg-p' because
10761 Emacs can display non-JFIF non-Exif JPEG images.
10762
10763 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10764
10765 * arc-mode.el (archive-mode):
10766 * emacs-lisp/re-builder.el (re-builder-unload-function):
10767 Protect against the default value of `major-mode' being nil.
10768
10769 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10770
10771 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10772 Fix typos in docstrings.
10773
10774 * progmodes/js.el (js--macro-decl-re): Doc fix.
10775 (js--plain-method-re, js--split-name): Refloc docstring.
10776 (js--class-styles, js--make-merged-item, js--splice-into-items):
10777 Fix typos in docstrings; reflow docstrings.
10778 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10779 (js--variable-decl-matcher, js--inside-pitem-p)
10780 (js--parse-state-at-point, js--get-all-known-symbols)
10781 (js--symbol-history, js-find-symbol, js--js-references)
10782 (js--moz-interactor, js--js-encode-value, js--read-tab):
10783 Fix typos in docstrings.
10784
10785 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 * textmodes/reftex.el (reftex-get-file-buffer-force):
10788 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10789 * emulation/viper.el (viper-go-away, viper-set-hooks):
10790 * emacs-lisp/re-builder.el (re-builder-unload-function):
10791 * emacs-lisp/bytecomp.el (byte-compile-file):
10792 * ses.el (ses-unload-function):
10793 * hexl.el (hexl-find-file):
10794 * files.el (normal-mode):
10795 * ehelp.el (with-electric-help):
10796 * autoinsert.el (auto-insert-alist):
10797 * arc-mode.el (archive-mode):
10798 Use (default-value 'major-mode) instead of default-major-mode.
10799
10800 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10801 * international/mule.el (load-with-code-conversion):
10802 * emacs-lisp/debug.el (debug):
10803 * ediff-vers.el (ediff-rcs-get-output-buffer):
10804 * dired.el (dired-internal-noselect): Don't let-bind
10805 default-major-mode around code that doesn't use it.
10806 E.g. buffer creation via get-buffer-create doesn't use it.
10807
10808 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10809
10810 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10811 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10812 when writing the temp file. Otherwise, epa-file gets confused.
10813 (tramp-register-file-name-handlers): Make it a defun. Move also
10814 `epa-file-handler' to the front of `file-name-handler-alist'.
10815
10816 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10819 start right after a ^M.
10820 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10821 (tramp-completion-file-name-regexp-separate)
10822 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10823 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10824 Don't modify last-coding-system-used by accident.
10825 (tramp-completion-file-name-handler): Apply the checks here,
10826 instead during registration.
10827 (tramp-register-file-name-handlers): Renamed from
10828 `tramp-register-file-name-handler'. Register both
10829 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10830 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10831
10832 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10833
10834 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10835 Remove variable ...
10836 (gdb-init-1, gdb-display-separate-io-buffer)
10837 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10838 references to it.
10839 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10840 (gdb-inferior-filter): Use comint-output-filter to stop
10841 echoing and remove ^M characters.
10842
10843 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * emulation/viper-init.el (viper-restore-cursor-type):
10846 * emulation/cua-base.el (cua--update-indications):
10847 Replace default-cursor-type with (default-value 'cursor-type).
10848
10849 * mail/sendmail.el (mail-recover-1):
10850 * international/mule-diag.el (describe-current-coding-system-briefly)
10851 (describe-current-coding-system):
10852 * international/mule-cmds.el (select-safe-coding-system)
10853 (select-message-coding-system)
10854 (set-language-environment-coding-systems, set-locale-environment):
10855 * hexl.el (hexl-insert-multibyte-char):
10856 * dos-w32.el (find-buffer-file-type-coding-system):
10857 * simple.el (what-cursor-position):
10858 Replace uses of default-buffer-file-coding-system
10859 with (default-value 'buffer-file-coding-system).
10860
10861 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10862 Replace uses of default-cursor-in-non-selected-windows
10863 with (default-value 'cursor-in-non-selected-windows).
10864 Use with-current-buffer.
10865
10866 * mail/feedmail.el: Use CL macros.
10867 (feedmail-run-the-queue, feedmail-send-it-immediately):
10868 * dos-w32.el (find-buffer-file-type): Replace uses of
10869 default-buffer-file-type with (default-value 'buffer-file-type).
10870
10871 2009-08-28 Glenn Morris <rgm@gnu.org>
10872
10873 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10874 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10875 Use default-value of major-mode rather than default-major-mode.
10876
10877 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * Makefile.in (update-elcfiles): Report left over elc files.
10880
10881 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10882 expand-file-name and with-current-buffer.
10883 (mail-get-names, mail-directory): Use with-current-buffer.
10884
10885 * vc.el (vc-read-revision): New function.
10886 (vc-version-diff, vc-merge): Use it.
10887
10888 2009-08-27 Sam Steingold <sds@gnu.org>
10889
10890 * simple.el (kill-do-not-save-duplicates): New user option.
10891 (kill-new): When it is non-nil, and the new string is the same as
10892 the latest kill, set replace to t to avoid duplicates in kill-ring.
10893
10894 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10895
10896 * net/tramp.el (tramp-handle-process-file): Do not flush all
10897 caches when `process-file-side-effects' is set.
10898 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10899 instead of `tramp-find-file-exists-command'.
10900 Unset `process-file-side-effects'.
10901
10902 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10903
10904 * net/tramp.el (tramp-methods): New method "rsyncc".
10905 (top): Add completion function for "rsyncc".
10906 (tramp-message-show-message): New defvar.
10907 (tramp-message, tramp-error): Use it.
10908 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10909 remote copying.
10910 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10911 `tramp-methods' entry `copy-env' of "rsyncc".
10912 (tramp-vc-registered-read-file-names): New defconst.
10913 (tramp-vc-registered-file-names): New defvar.
10914 (tramp-handle-vc-registered): Implement optimization strategy.
10915 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10916 (tramp-vc-file-name-handler): New defun.
10917 (tramp-get-ls-command, tramp-get-test-command)
10918 (tramp-get-file-exists-command, tramp-get-remote-ln)
10919 (tramp-get-remote-perl, tramp-get-remote-stat)
10920 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10921
10922 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10923 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10924 timestamps.
10925 (tramp-get-file-property): Check for timestamps in
10926 `tramp-cache-inhibit-cache'.
10927 (tramp-set-file-property): Write timestamp.
10928
10929 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10930
10931 * language/japan-util.el (japanese-symbol-table): Add entries for
10932 cp932-2-byte.
10933
10934 * international/characters.el: Add category `j' to cp932-2-byte.
10935
10936 2009-08-27 Kenichi Handa <handa@m17n.org>
10937
10938 * international/fontset.el (build-default-fontset-data): New macro.
10939 (setup-default-fontset): Use build-default-fontset-data for CJK,
10940 tibetan, ethiopic, and ipa.
10941
10942 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10945 (enable-multibyte-characters): Not customizable any more.
10946
10947 * subr.el (default-mode-line-format, default-header-line-format)
10948 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10949 (default-direction-reversed, default-truncate-lines)
10950 (default-left-margin, default-tab-width, default-case-fold-search)
10951 (default-left-margin-width, default-right-margin-width)
10952 (default-left-fringe-width, default-right-fringe-width)
10953 (default-fringes-outside-margins, default-scroll-bar-width)
10954 (default-vertical-scroll-bar, default-indicate-empty-lines)
10955 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10956 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10957 (default-scroll-down-aggressively, default-fill-column)
10958 (default-cursor-type, default-buffer-file-type)
10959 (default-cursor-in-non-selected-windows)
10960 (default-buffer-file-coding-system, default-major-mode)
10961 (default-enable-multibyte-characters): Mark as obsolete.
10962
10963 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10964
10965 * vc-dir.el (vc-dir-update): Remove debug helper.
10966
10967 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10968
10969 2009-08-26 Sam Steingold <sds@gnu.org>
10970
10971 * simple.el (save-interprogram-paste-before-kill): New user option.
10972 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10973 save the interprogram-paste into kill-ring before overriding it
10974 with the Emacs kill.
10975
10976 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10977
10978 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10979 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10980 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10981 and move to vc-rcs.el.
10982 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10983 move to vc-rcs.el.
10984 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10985 (vc-rcs-update-changelog): Remove.
10986 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10987 and move to vc-rcs.el.
10988
10989 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10990 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10991 renaming.
10992 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10993 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10994 vc.el, renamed to be RCS specific.
10995
10996 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10997 New functions.
10998 (vc-cvs-update-changelog): Move here from vc.el.
10999
11000 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11001 New functions.
11002
11003 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11006
11007 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11008
11009 * vc-git.el (vc-git-register): Use "git add" for directories.
11010 (vc-git-stash, vc-git-stash-show): New functions.
11011 (vc-git-extra-menu-map): Bind them.
11012
11013 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11014 directory correctly in case the item is a directory itself.
11015
11016 * vc.el: Document the desired behavior for reverted files in the
11017 `added' state.
11018 (vc-default-prettify-state-info): Remove function, unused.
11019
11020 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11021
11022 2009-08-26 Glenn Morris <rgm@gnu.org>
11023
11024 * bindings.el (standard-mode-line-format): Reposition dashes in
11025 which-func entry. (Bug#4217)
11026
11027 * files.el (enable-local-variables, enable-local-eval)
11028 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11029 the defcustoms.
11030 (auto-mode-alist, ignored-local-variables)
11031 (save-some-buffers-action-alist): Move risky declarations to the
11032 definitions.
11033 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11034 (font-lock-defaults, format-alist, imenu--index-alist)
11035 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11036 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11037 (mode-line-modified, mode-line-mule-info, mode-line-position)
11038 (mode-line-process, mode-line-remote, outline-level)
11039 (parse-time-rules, rmail-output-file-alist)
11040 (special-display-buffer-names, vc-mode):
11041 Move risky declarations to the relevant files.
11042 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11043 (mode-line-modified, mode-line-process, mode-line-position)
11044 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11045 * font-core.el (font-lock-defaults):
11046 * format.el (format-alist):
11047 * vc-hooks.el (vc-mode):
11048 * window.el (special-display-buffer-names):
11049 * international/mule-cmds.el (input-method-alist):
11050 Define riskiness here (dumped file) rather than in files.el.
11051 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11052 * imenu.el (imenu-generic-expression, imenu--index-alist):
11053 * outline.el (outline-level):
11054 * time.el (display-time-string):
11055 * calendar/parse-time.el (parse-time-rules):
11056 * mail/rmailout.el (rmail-output-file-alist):
11057 Autoload riskiness here, rather than placing in files.el.
11058
11059 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11060
11061 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11062
11063 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
11064
11065 * simple.el (process-file-side-effects): New defvar.
11066
11067 * dired-aux.el (dired-show-file-type):
11068 * vc.el (vc-diff-internal):
11069 * vc-arch.el (vc-arch-diff):
11070 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11071 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11072 * vc-git.el (vc-git-registered, vc-git-working-revision)
11073 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11074 (vc-git--empty-db-p):
11075 * vc-hooks.el (vc-user-login-name):
11076 * vc-svn.el (vc-svn-registered, vc-svn-state)
11077 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11078 * progmodes/grep.el (grep-probe): Let-bind
11079 `process-file-side-effects' with nil.
11080
11081 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11082
11083 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11084 daemon. Replace ping by checking for running service for bluez
11085 and zeroconf. (Bug#4239)
11086
11087 2009-08-25 Kevin Ryde <user42@zip.com.au>
11088
11089 * net/dig.el (dig): Add autoload cookie.
11090
11091 2009-08-25 Glenn Morris <rgm@gnu.org>
11092
11093 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11094 load-history for absolute file-names.
11095 (byte-compile-file-form-require): Warn about use of the cl package.
11096
11097 * format.el (format-alist): Doc fix.
11098
11099 * play/bubbles.el (top-level): Don't require cl at run-time.
11100
11101 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11102 run-time cl).
11103
11104 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
11105
11106 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11107 from cl package.
11108 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11109
11110 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
11111
11112 * calc/calc-alg.el (math-trig-rewrite)
11113 (math-hyperbolic-trig-rewrite): New functions.
11114 (calc-simplify): Simplify trig functions when asked.
11115
11116 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11117
11118 * diff-mode.el (diff-find-source-location): Avoid goto-line.
11119
11120 2009-08-24 Kenichi Handa <handa@m17n.org>
11121
11122 * language/ind-util.el (mapthread): Delete it.
11123 (combinatorial): New function.
11124 (indian--puthash-cv): Use combinatorial instead of mapthread.
11125
11126 2009-08-22 Kevin Ryde <user42@zip.com.au>
11127
11128 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11129 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11130 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11131 Clarify docstring that the value is strings not symbols.
11132 (checkdoc-list-of-strings-p): New function.
11133
11134 2009-08-22 Glenn Morris <rgm@gnu.org>
11135
11136 * files.el (auto-mode-alist):
11137 * hippie-exp.el (he-concat-directory-file-name):
11138 * lpr.el (lpr-windows-system, printer-name):
11139 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11140 * ps-print.el (ps-windows-system):
11141 * startup.el (command-line):
11142 * emulation/viper-ex.el (viper-glob-function):
11143 * international/mule-cmds.el (set-language-environment-coding-systems):
11144 * net/ange-ftp.el (ange-ftp-write-region):
11145 * obsolete/fast-lock.el (fast-lock-cache-name):
11146 Remove code for defunct system-types emx, macos, mswindows, next-mach,
11147 unisoft-unix, vax-vms, win32, w32.
11148
11149 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11150 given name if the pattern is not more specific.
11151
11152 * calendar/lunar.el (lunar-phase-names): New option.
11153 (lunar-phase): Doc fix.
11154 (lunar-cycles-per-year): New constant.
11155 (lunar-index): New function.
11156 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11157 (lunar-phase-name): Use lunar-phase-names.
11158 (calendar-lunar-phases): Use format.
11159 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11160
11161 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11162 Copy imenu-example--name-and-position function here for own use.
11163 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11164
11165 * bs.el (bs--redisplay):
11166 * cus-edit.el (custom-redraw):
11167 * ibuffer.el (ibuffer-bury-buffer):
11168 * server.el (server-goto-line-column):
11169 * startup.el (command-line-1):
11170 * strokes.el (strokes-xpm-for-stroke):
11171 * term.el (term-display-buffer-line):
11172 * view.el (View-goto-line):
11173 * calc/calc.el (calc-do, calc-trail-buffer):
11174 * play/gamegrid.el (gamegrid-add-score-insecure):
11175 * progmodes/ada-mode.el (ada-compile-goto-error):
11176 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11177 (ebrowse-select-1st-to-9nth):
11178 * progmodes/cperl-mode.el (cperl-time-fontification):
11179 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11180 * progmodes/gud.el (gud-display-line):
11181 (idlwave-shell-display-line):
11182 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11183 * progmodes/make-mode.el (makefile-browser-toggle):
11184 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11185 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11186 * textmodes/picture.el (picture-draw-rectangle):
11187 * textmodes/reftex-index.el (reftex-index-goto-letter):
11188 (reftex-select-jump-to-previous):
11189 * textmodes/reftex-sel.el (reftex-find-start-point)
11190 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11191 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11192 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11193 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11194 * textmodes/two-column.el (2C-associated-buffer):
11195 Use forward-line rather than goto-line.
11196
11197 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11198 goto-line.
11199
11200 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11201 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11202 (quick-check-list-to-regexp): Declare.
11203
11204 * progmodes/make-mode.el (makefile-browser-insert-selection):
11205 Use goto-char rather than goto-line.
11206
11207 * progmodes/prolog.el (compilation-error-regexp-alist)
11208 (compilation-forget-errors): Declare.
11209
11210 2009-08-22 Juri Linkov <juri@jurta.org>
11211
11212 * progmodes/grep.el (lgrep, rgrep): At the beginning
11213 set `dir' to `default-directory' unless `dir' is a non-nil
11214 readable directory. (Bug#4052)
11215 (lgrep, rgrep): Change a weird way to report an error
11216 from using `read-string' to using `error'.
11217 Instead of using interactive arguments in the function body,
11218 add new argument `confirm'.
11219
11220 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * textmodes/remember.el (remember-buffer):
11223 * progmodes/cperl-mode.el (cperl-vc-header-alist):
11224 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11225 (icalendar-extract-ical-from-buffer):
11226 * net/newst-treeview.el (newsticker-groups-filename):
11227 * net/newst-backend.el (newsticker-cache-filename):
11228 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11229 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11230 (speedbar-add-ignored-path-regexp, speedbar-line-path)
11231 (speedbar-buffers-line-path, speedbar-path-line)
11232 (speedbar-buffers-line-path):
11233 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11234 (epg-sign-keys):
11235 * epa.el (epa-display-verify-result):
11236 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11237
11238 2009-08-21 Glenn Morris <rgm@gnu.org>
11239
11240 * progmodes/js.el (inferior-moz-process): Fix declaration.
11241
11242 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11243
11244 * obsolete/rnewspost.el (news-mail-reply):
11245 Use goto-char rather than goto-line.
11246
11247 * term/ns-win.el (ns-open-file-select-line):
11248 Use line-beginning-position rather than goto-line.
11249
11250 * apropos.el (apropos-command):
11251 * ehelp.el (electric-helpify):
11252 * printing.el (pr-show-setup):
11253 * strokes.el (strokes-help):
11254 * tutorial.el (tutorial--describe-nonstandard-key)
11255 (tutorial--detailed-help):
11256 * woman.el (woman-mini-help, woman-display-extended-fonts):
11257 * calc/calc-help.el (calc-describe-key):
11258 * emulation/edt.el (edt-electric-helpify):
11259 * international/mule-diag.el (mule-diag):
11260 * play/yow.el (apropos-zippy):
11261 * progmodes/python.el (python-describe-symbol):
11262 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11263 * textmodes/table.el (*table--cell-describe-mode)
11264 (*table--cell-describe-bindings):
11265 Use help-print-return-message rather than the now obsolete alias.
11266
11267 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11268 (calendar-cursor-to-visible-date):
11269 * play/5x5.el (5x5-position-cursor):
11270 * play/decipher.el (decipher):
11271 * play/gomoku.el (gomoku-goto-xy):
11272 * play/landmark.el (lm-goto-xy):
11273 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11274 (mpuz-paint-digit):
11275 Use forward-line, not goto-line.
11276
11277 * mail/rmail.el (rmail-obsolete): Delete custom group.
11278 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11279 (rmail-remote-password, rmail-remote-password-required):
11280 Remove unneeded :set-after and :set properties.
11281
11282 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
11283
11284 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11285
11286 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
11287
11288 * loadup.el: Remove leftover macos code.
11289
11290 * vc-git.el (vc-git-annotate-command): Run asynchronously.
11291 Explicitly pass the date format to git blame so that user local
11292 so that the output format can be parsed.
11293
11294 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
11295
11296 * net/dbus.el (top): Don't check for (getenv
11297 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
11298
11299 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
11300
11301 * log-edit.el (log-edit-strip-single-file-name): New var.
11302 (log-edit-insert-changelog): Use it. Bug#3571
11303
11304 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * subr.el (read-passwd): Use read-key so keypad keys work as well.
11307 Bug#3287
11308
11309 * help.el (help-print-return-message): Rename from
11310 print-help-return-message.
11311
11312 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11313 cvs-mode-map parent hack.
11314 (log-view-mode): Derive from special-mode.
11315
11316 * linum.el (linum-mode): window-size-change-functions is redundant.
11317 Adapt to new window-configuration-change-hook behavior.
11318 (linum-after-size, linum-after-config): Remove.
11319
11320 * imenu.el (imenu-example--name-and-position)
11321 (imenu-example--lisp-extract-index-name)
11322 (imenu-example--create-lisp-index, imenu-example--create-c-index):
11323 Mark as obsolete.
11324
11325 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11326 (inferior-prolog-mode): Use it.
11327 (inferior-prolog-load-file): Reset list of errors.
11328
11329 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11330
11331 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11332
11333 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11334
11335 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
11336
11337 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11338 is running already.
11339
11340 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * subr.el (listify-key-sequence-1): Use normal syntax since those
11343 integers are nowadays always represented by the same (positive) number
11344 on all platforms.
11345 (read-key-empty-map): New const.
11346 (read-key-delay): New var.
11347 (read-key): New function.
11348 (force-mode-line-update): Use with-current-buffer.
11349 (locate-user-emacs-file): Don't forget to abbreviate the file name.
11350 (start-process-shell-command, start-file-process-shell-command):
11351 Discourage the use of command-args.
11352
11353 2009-08-19 Glenn Morris <rgm@gnu.org>
11354
11355 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11356
11357 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * simple.el (choose-completion-string): Don't rely on
11360 minibuffer-completing-file-name and ad-hoc checks to decide whether
11361 to continue completion or not.
11362
11363 * minibuffer.el (minibuffer-hide-completions): New function.
11364 (completion--do-completion): Use it.
11365 (completions-annotations): New face.
11366 (completion--insert-strings): Use it.
11367 (completion-pcm--delim-wild-regex): Add docstring.
11368 (completion-pcm--string->pattern): Add support for 0-width delimiters
11369 in completion-pcm--delim-wild-regex.
11370
11371 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11374 Remove unused var `buffer-modified-p'.
11375
11376 * minibuffer.el (completion--do-completion): Move point for the #b001
11377 case as well (bug#4176).
11378 (minibuffer-complete, minibuffer-complete-word): Don't move point.
11379
11380 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11381
11382 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
11383 and :session buses.
11384
11385 2009-08-18 Kenichi Handa <handa@m17n.org>
11386
11387 * international/ucs-normalize.el (ucs-normalize-version):
11388 Change to 1.1.
11389 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11390 (utf-8-hfs): Make it perform normalization on encoding too.
11391
11392 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
11393 (sentence-end-without-space): Delete duplicated chars.
11394 (sentence-end-base): Likewise.
11395
11396 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
11397 (html-mode): Delete duplicated chars from sentence-end-base.
11398
11399 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
11400 (texinfo-mode): Delete duplicated chars from sentence-end-base.
11401
11402 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11403
11404 * files.el (hack-one-local-variable): If the mode function is for
11405 a minor mode, pass it an argument (Bug#4148).
11406
11407 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
11408
11409 * net/tramp.el (tramp-register-completion-file-name-handler):
11410 Check also for (member 'partial-completion completion-styles).
11411
11412 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11415 abbrev (Bug#3943).
11416
11417 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
11418
11419 * progmodes/cperl-mode.el: Merge upstream 6.2.
11420 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11421 (cperl-forward-re): Check cperl-brace-recursing.
11422 (cperl-highlight-charclass): New function.
11423 (cperl-find-pods-heres): Use it.
11424 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11425 (cperl-beautify-regexp-piece): Fix column calculation.
11426 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11427 (cperl-beautify-level): Don't process entire regexp.
11428 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11429 calling man.
11430 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11431 (cperl-init-faces): Build a list in the normal way.
11432
11433 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11434
11435 * calendar/parse-time.el (parse-time-string-chars): Save match
11436 data.
11437
11438 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11439
11440 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11441 (sql-product): Use it.
11442 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11443 (sql-set-product): Add completion.
11444 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11445 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11446 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11447 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11448 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11449 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11450 (sql-highlight-db2-keywords): Remove.
11451 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11452 (sql-highlight-product): Use derived-mode-p.
11453 (sql-set-sqli-buffer): Use with-current-buffer.
11454 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11455 Simplify.
11456
11457 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11458
11459 * term.el: Fix commenting convention, turn comments into docstrings.
11460
11461 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11462
11463 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11464
11465 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
11466
11467 * calendar/parse-time.el (parse-time-string-chars): Compute using
11468 character classes, to handle non-ascii characters (Bug#3190).
11469
11470 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11471
11472 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11473 another heredoc if the user adds another < (Bug#3226).
11474
11475 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11476 Don't initialize based on window-system (Bug#4124).
11477
11478 * facemenu.el (facemenu-read-color): Use a completion function
11479 that accepts any defined color, such as RGB triplets (Bug#3677).
11480
11481 * files.el (get-free-disk-space): Change fallback default
11482 directory to /. Expand DIR argument before switching to fallback.
11483 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11484
11485 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11486
11487 * files.el (load-library): Doc fix.
11488
11489 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
11490
11491 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11492 (viper-if-string): Redefine C-s in the minibuffer to insert the last
11493 incremental search string.
11494
11495 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11496 XEmacs.
11497
11498 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11499 (ediff-merge-region-is-non-clash)
11500 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11501 Also check if the job is really a merge job.
11502
11503 * ediff.el (ediff-current-file): New function.
11504
11505 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11506
11507 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11508 conventions.
11509 (js-insert-and-indent): Delete function.
11510 (js-mode-map): Don't bind keys to js-insert-and-indent.
11511 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11512 (js-end-of-defun): Rename from js--end-of-defun.
11513 (js-auto-indent-flag): Delete variable.
11514
11515 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
11516
11517 * progmodes/js.el: Remove proclaim statement.
11518 Defvar which-func-imenu-joiner-function to silence compiler.
11519
11520 * files.el (auto-mode-alist): Use js-mode for .js files.
11521
11522 * progmodes/js2-mode.el: Remove file.
11523
11524 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11525
11526 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11527
11528 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11529
11530 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
11531 Karl Landstrom <karl.landstrom@brgeight.se>
11532
11533 * progmodes/js.el: New file.
11534
11535 2009-08-14 Mark A. Hershberger <mah@everybody.org>
11536
11537 * timezone.el (timezone-parse-date): Add ability to understand ISO
11538 basic format (minimal separators) dates in addition to the
11539 already-supported extended format dates.
11540
11541 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11542
11543 * international/ucs-normalize.el: Add a `coding' file variable.
11544
11545 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11546
11547 2009-08-14 Sam Steingold <sds@gnu.org>
11548
11549 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11550
11551 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11552
11553 * faces.el (help-argument-name): Define it here instead of
11554 help-fns.el, because in daemon mode help-fns.el may be loaded when
11555 faces are still uninitialized (Bug#1078).
11556
11557 * help-fns.el (help-argument-name): Move defface to faces.el.
11558
11559 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11560
11561 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11562 create buffer with a pty but no process so that GDB can make the
11563 inferior the controlling process.
11564
11565 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
11566
11567 * international/ucs-normalize.el: New file.
11568
11569 2009-08-13 Richard Stallman <rms@gnu.org>
11570
11571 * mail/rmail.el (rmail-get-attr-names):
11572 Accept an attribute header that is too short.
11573
11574 * mail/rmail.el (rmail-forget-messages):
11575 Ignore nil elt in rmail-message-vector. Use dotimes.
11576
11577 * progmodes/compile.el (compilation-goto-locus):
11578 Use next-error-move-function.
11579
11580 * simple.el (next-error-move-function): New variable.
11581
11582 2009-08-12 Juri Linkov <juri@jurta.org>
11583
11584 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11585 always non-nil. (Bug#4052)
11586
11587 * replace.el (read-regexp): Return empty string when
11588 `default-value' is nil.
11589 (keep-lines-read-args): Don't use empty string as the
11590 default value for `read-regexp'. (Bug#2495)
11591
11592 2009-08-12 Juri Linkov <juri@jurta.org>
11593
11594 * international/mule-cmds.el (ucs-insert): Change arguments
11595 from `arg' to `character', `count', `inherit' to be the same
11596 as in `insert-char'. Doc fix. (Bug#4039)
11597
11598 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11599
11600 2009-08-12 Juri Linkov <juri@jurta.org>
11601
11602 * files-x.el: New file.
11603
11604 * files.el: Move code that deals with adding/deleting
11605 file/directory-local variables to files-x.el.
11606
11607 * Makefile.in (ELCFILES): Add files-x.elc.
11608
11609 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11610
11611 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11612 to use `goto-line'.
11613 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11614 `goto-line'.
11615 (gdb-invalidate-disassembly): Do not refresh upon receiving
11616 'update signal. Instead, update all disassembly buffers only after
11617 threads list.
11618 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11619 (gdb-starting): Moved -data-list-register-names...
11620 (gdb-stopped): ...here so it's sent when first thread stops.
11621 (gdb-registers-handler-custom): Do nothing if register names are
11622 unknown yet.
11623
11624 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11625 from `gdb-mi.el' to avoid extra tangling.
11626
11627 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11628 change which breaks `gud-def' definitions used in `gdb'.
11629 (gdb-update-gud-running): No extra fuss for updating frame number.
11630
11631 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11634 (describe-language-environment-map, setup-language-environment-map)
11635 (set-coding-system-map): Move initialization into declaration.
11636 (set-language-info-alist): Last arg to define-key-after can be skipped.
11637
11638 * international/quail.el (quail-completion-1): Simplify.
11639 (quail-define-rules): Use slightly more compact code.
11640 (quail-insert-decode-map): Propertize keys, compact columns.
11641
11642 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11643 Add goto-line.
11644
11645 2009-08-10 Miles Bader <miles@gnu.org>
11646
11647 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11648 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11649 (js2-instance-member, js2-private-member, js2-private-function-call)
11650 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11651 (js2-magic-paren, js2-external-variable):
11652 Remove "-face" suffix from face names.
11653 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11654 (js2-highlight-undeclared-vars, js2-peek-token)
11655 (js2-parse-function-params, js2-mode-show-errors)
11656 (js2-mode-show-warnings, js2-make-magic-delimiter)
11657 (js2-mode-highlight-magic-parens): Update to use new face names.
11658
11659 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11660
11661 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11662 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11663
11664 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * subr.el: Provide hashtable-print-readable.
11667
11668 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11669 hs-c-like-adjust-block-beginning.
11670 (hs-hide-block-at-point): Stop hiding at the beginning of
11671 hs-block-end-regexp (Bug#700).
11672
11673 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11674
11675 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11676 a macro.
11677 (gdb-registers-handler-custom): Do not fail when register names
11678 are unavailable.
11679
11680 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11681
11682 * progmodes/gdb-mi.el (gdb-control-all-threads)
11683 (gdb-control-current-thread): Interactive setters for
11684 `gdb-gud-control-all-threads' to use in menu.
11685 (gdb-show-run-p): Show «Go» when process is not active.
11686 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
11687 gud/thread.xpm and gud/all.xpm.
11688
11689 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11690
11691 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11692 (nslookup-font-lock-keywords): Make it a variable.
11693 (net-utils-mode): New mode for viewing diagnostic network output.
11694 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11695 (net-utils-run-simple): New function.
11696 (ifconfig, iwconfig, netstat, arp, route): Use it.
11697
11698 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11699
11700 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11701 (gdb-memory-set-address, def-gdb-set-positive-number)
11702 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11703 after changing settings.
11704 (gdb-invalidate-disassembly): Update when first shown.
11705 (gdb-edit-locals-value): Fixed.
11706 (gdb-registers-handler-custom): Print registers in right order and
11707 allow changing register values (only for current thread yet).
11708 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11709 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11710 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11711 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
11712 info in mode name.
11713 (gdb-registers-mode-map): TAB to switch to locals.
11714
11715 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11716
11717 * mail/rmail.el (rmail-add-mbox-headers)
11718 (rmail-set-message-counters-counter): Search for
11719 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11720
11721 2009-08-08 Glenn Morris <rgm@gnu.org>
11722
11723 * Makefile.in (ELCFILES): Update.
11724
11725 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11726
11727 * mail/sendmail.el (mail-yank-original): Set
11728 buffer-file-coding-system from the one used by the message whose
11729 text is yanked.
11730
11731 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11732 to "windows" when "pgnuplot" is used.
11733 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
11734 call accept-process-output if "pgnuplot" is used.
11735 (calc-graph-init): Don't send -display and -geometry to
11736 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11737 running "pgnuplot -V" with shell-command-to-string.
11738
11739 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11740 the default.
11741
11742 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11743
11744 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11745 org/org-latex.elc.
11746
11747 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11748
11749 * vc-dispatcher.el (vc-resynch-window): Update comment.
11750
11751 * term.el (term-handle-ansi-escape): Add comments with the
11752 terminfo capabilities implemented.
11753
11754 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11755
11756 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11757 (gdb-var-create-handler): Rewritten using JSON parser.
11758 (gdb-propertize-header): Moved earlier.
11759 (gdb-set-header): Removed to avoid duplication.
11760 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11761 Refresh disassembly buffers only after threads list have been
11762 update.
11763 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11764 variables.
11765
11766 2009-08-04 Juri Linkov <juri@jurta.org>
11767
11768 * files.el: Commands to add/delete file/directory-local variables.
11769 (read-file-local-variable, read-file-local-variable-value)
11770 (read-file-local-variable-mode, modify-file-local-variable)
11771 (modify-file-local-variable-prop-line)
11772 (modify-dir-local-variable): New functions.
11773 (add-file-local-variable, delete-file-local-variable)
11774 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11775 (add-dir-local-variable, delete-dir-local-variable)
11776 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11777 (copy-dir-locals-to-file-locals-prop-line): New commands.
11778
11779 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11780
11781 * abbrev.el (insert-abbrev-table-description): Prettify output.
11782 Suggested by Karl Chen.
11783
11784 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11785
11786 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11787 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11788 (gdb-overlay-arrow-position, gdb-thread-position)
11789 (gdb-disassembly-position): Declare variables.
11790 (gdb-wait-for-pending): Function now.
11791 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11792 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11793 compilation goes smoothly.
11794 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11795 (gdb-non-stop-setting): New customization setting which replaces
11796 `gdb-non-stop' so changing it doesn't break active GDB session.
11797 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11798 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11799 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11800 (gdb-show-threads-by-default): New customization options.
11801 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11802 routines.
11803 (gdb-get-buffer-create): Send buffers update signal when they are
11804 created.
11805 (gdb-invalidate-locals, gdb-invalidate-registers)
11806 (gdb-invalidate-breakpoints)
11807 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11808 (gdb-invalidate-memory): Accept update signal.
11809 (gdb-current-context-command): Use --frame option.
11810 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11811 Implement `gdb-frame-number' selection logic.
11812 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11813 whether to show GUD toolbar buttons.
11814 (gdb-thread-exited): Unselect current thread when it exits.
11815 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11816 (gdb-mark-line): Routine which sets overlay arrow or inverses
11817 video on fringeless displays.
11818 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11819 to build aligned columns of data in GDB buffers and set text
11820 properties line-by-line.
11821 (gdb-invalidate-breakpoints)
11822 (gdb-breakpoints-list-handler-custom)
11823 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11824 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11825 (gdb-registers-handler-custom): Align data columns.
11826 (gdb-locals-handler-custom): Now prints data like in variable
11827 declarations.
11828 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11829 Removed confusing buttons.
11830 (gdb-invalidate-threads): Append --frame.
11831 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11832 between breakpoints/threads buffers.
11833 (gdb-set-window-buffer): Now can ignore dedicated windows.
11834 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11835 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11836 (def-gdb-thread-buffer-gud-command): Replaces
11837 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11838 for fine thread control.
11839 (gdb-preempt-existing-or-display-buffer): New function used to
11840 display bound buffers without breaking window layout.
11841 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11842 (gdb-select-frame): New version of `gdb-frames-select' which now
11843 sets `gdb-frame-number' so commands may use --frame option instead
11844 of inner debugger state.
11845 (gdb-frame-handler): Do not set `gdb-frame-number'.
11846 (gdb-threads-mode-map): Select threads with mouse.
11847
11848 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11849 avoid compilation warning.
11850 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11851 `gdb-show-stop-p`.
11852
11853 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11854 Argument `key' renamed to `buffer-type'.
11855 (gdb-current-context-buffer-name): Do not add thread info to
11856 buffer name when no thread is selected.
11857 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11858 command (bug 3794).
11859 (gdb-thread-selected): Handle `=thread-selected' notification.
11860 (gdb-wait-for-pending): New macro to deal with congestion problems.
11861 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11862 breakpoints.
11863 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11864 This fixes problem similar to one described in bug 3947.
11865 (gud-menu-map): More menu items.
11866 (gdb-init-1): Reset `gdb-thread-number' to nil.
11867
11868 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11869 non-stop settings.
11870
11871 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11872 (gdb-current-context-command): Do not append --thread if
11873 `gdb-thread-number' is nil.
11874 (gdb-running-threads-count, gdb-stopped-threads-count): New
11875 variables.
11876 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11877 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11878 customization options.
11879 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11880 GUD commands.
11881 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11882 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11883 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11884 set `gdb-thread-number' and update `gud-running' properly.
11885 (gdb-running): Update threads list when new threads appear.
11886 (gdb-stopped): Support non-stop operation and new thread switching
11887 logic.
11888 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11889 (gdb-json-partial-output): New set of JSON routines.
11890 (def-gdb-auto-update-trigger): New `signal-list' optional
11891 argument.
11892 (gdb-thread-list-handler-custom): Update `gud-running',
11893 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11894 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11895 (gdb-continue-thread, gdb-step-thread): New commands for fine
11896 thread execution control.
11897 (gud-menu-map): New menu items to switch non-stop options.
11898 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11899 (gdb-send): Mimic RET properly (bug 3794).
11900
11901 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11902 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11903 gdb-buffer-rules.
11904 (def-gdb-auto-update-handler): New nopreserve optional argument.
11905 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11906
11907 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11908 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11909 (gdb-parent-mode): New mode to derive other GDB modes from.
11910 (gdb-display-disassembly-for-thread)
11911 (gdb-frame-disassembly-for-thread): New commands for threads
11912 buffer.
11913
11914 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11915 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11916 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11917 (gdb-update): We now store all GDB buffers in a list so that they
11918 can be updated by traversing a list instead of calling invalidate
11919 triggers explicitly.
11920 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11921 pair for GDB buffer.
11922 (gdb-stack-buffer-name): Add thread information.
11923 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11924 handle pending triggers.
11925 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11926 (def-gdb-thread-buffer-simple-command)
11927 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11928 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11929 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11930 New commands which show buffers bound to thread.
11931 (gdb-stack-list-locals-regexp): Removed unused regexp.
11932
11933 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11934 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11935 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11936 to (gud-comint-buffer) in *-buffer-name functions
11937 because (gdb-get-target-string) already does that.
11938 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11939 (gdb-changed-registers-handler): Rewritten without regexps.
11940
11941 * progmodes/gdb-mi.el: Basic thread selection support.
11942 (gdb-thread-number): New variable.
11943 (gdb-current-context-command): New macro which adds --thread
11944 option to command.
11945 (gdb-threads-mode-map): Select thread with SPC.
11946 (gdb-thread-list-handler-custom): Mark current thread with overlay
11947 arrow. Synchronize GDB thread and Emacs thread.
11948 (gdb-select-thread): New command which selects current thread.
11949 (gdb-invalidate-frames, gdb-invalidate-locals)
11950 (gdb-invalidate-registers): Use --thread option.
11951
11952 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11953
11954 * net/tramp.el (top): Make check for tramp-gvfs loading more
11955 robust. (Bug#3977)
11956 (tramp-handle-insert-file-contents): `unwind-protect' must be
11957 inside `with-parsed-tramp-file-name'.
11958
11959 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11960 fails.
11961
11962 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11963
11964 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11965 directory if CLASSPATH is not set.
11966
11967 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11968
11969 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11970 New defconst.
11971 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11972
11973 2009-08-02 Kevin Ryde <user42@zip.com.au>
11974
11975 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11976 Update freshmeat link. Delete newsforge.com as it seems gone.
11977
11978 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11979
11980 * select.el (x-set-selection): Doc fix (Bug#4021).
11981
11982 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11983
11984 * help-fns.el (describe-variable): Treat list return values from
11985 dir-locals-find-file properly (Bug#4005).
11986
11987 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11988
11989 * net/tramp.el (tramp-debug-message): Print also microseconds.
11990
11991 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11992
11993 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11994 or END is non-nil.
11995 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11996 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11997 format.
11998
11999 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12000 (tramp-get-file-property): Use it.
12001
12002 * autorevert.el (auto-revert-handler): Allow
12003 `auto-revert-tail-mode' for remote files.
12004
12005 2009-08-02 Jason Rumney <jasonr@gnu.org>
12006
12007 * minibuffer.el (read-file-name): Treat confirm options to
12008 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
12009
12010 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12011
12012 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12013 (font-lock-variable-name-face, font-lock-constant-face): Darken
12014 the colors for light backgrounds.
12015
12016 2009-08-01 Eli Zaretskii <eliz@gnu.org>
12017
12018 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12019 month names. (Bug#3987)
12020
12021 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
12022
12023 * simple.el (line-move-finish): Pass whole number to
12024 line-move-to-column.
12025 (line-move-visual): Perform hscroll to the recorded position.
12026
12027 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12028
12029 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12030
12031 2009-07-29 Alan Mackenzie <acm@muc.de>
12032
12033 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12034
12035 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12036
12037 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12038 (gdb-place-breakpoints): Use full path when setting breakpoints.
12039
12040 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12041
12042 * calc/calc.el (calc-mode-map): Add keybinding for
12043 `calc-transpose-lines'.
12044
12045 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
12046
12047 * calc/calc-misc.el (calc-transpose-lines): New function.
12048
12049 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
12050
12051 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12052 Simplify check for out-of-band methods.
12053 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12054 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12055
12056 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12057
12058 * vc-git.el (vc-git-checkin): Fix typo.
12059
12060 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
12061
12062 * progmodes/js2-mode.el: New file.
12063
12064 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
12065
12066 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12067 (gud-menu-map): Adjust tooltip accordingly.
12068
12069 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12070
12071 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12072 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12073
12074 * add-log.el (change-log-mode-map): Add a menu.
12075
12076 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
12077
12078 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12079 function returns nil.
12080 (dbus-handle-event): Handle special return value :ignore.
12081 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12082
12083 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
12084
12085 * view.el (view-mode-enable): Don't define Helper-return-blurb if
12086 it's not needed.
12087
12088 2009-07-25 Eli Zaretskii <eliz@gnu.org>
12089
12090 Fix Bug#3888:
12091
12092 * w32-vars.el (x-select-enable-clipboard): Doc fix.
12093
12094 * term/pc-win.el (x-display-name, x-colors)
12095 (x-select-enable-clipboard, x-select-text): Doc fix.
12096
12097 * term/common-win.el (x-display-name, x-colors): Doc fix.
12098
12099 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12100 (xw-defined-colors): Doc fix.
12101
12102 * w32-fns.el (x-select-text, x-setup-function-keys)
12103 (x-get-selection, x-set-selection): Doc fix.
12104
12105 * term/x-win.el (x-select-text, x-setup-function-keys)
12106 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12107
12108 * select.el (x-set-selection): Doc fix.
12109
12110 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
12111
12112 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12113 instead of "IsNSSSupportAvailable". Avahi ought to work also when
12114 "IsNSSSupportAvailable" method is not available. Reported by
12115 Steve Youngs <steve@sxemacs.org>.
12116
12117 2009-07-24 Kenichi Handa <handa@m17n.org>
12118
12119 * international/characters.el: Fix setting of category ?C, ?|, ?K,
12120 and ?H. Fix setting of case for Latin Extended and Greek Extended.
12121 (build-unicode-category-table): Fix range checks.
12122
12123 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12124
12125 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12126 the buffer we try to sync is current when calling
12127 vc-resynch-buffer.
12128
12129 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12130 not show up to date files.
12131
12132 2009-07-24 Glenn Morris <rgm@gnu.org>
12133
12134 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12135 Add autoload cookies. If necessary, initialize.
12136 (elint-log): Handle non-file buffers.
12137 (elint-initialize): Add optional argument to reinitialize.
12138 (elint-find-builtin-variables): Save excursion.
12139
12140 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12141
12142 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12143 for Lint.
12144
12145 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12146
12147 * vc.el (vc-print-log-internal): New function, split out from ...
12148 (vc-print-log): ... here.
12149 (vc-dir-move-to-goal-column): Declare.
12150
12151 * vc-git.el (vc-git-add-signoff): New variable.
12152 (vc-git-checkin): Use it.
12153 (vc-git-toggle-signoff): New function.
12154 (vc-git-extra-menu-map): Bind it to menu.
12155 (vc-git--run-command-string): Accept a nil FILE argument.
12156 (vc-git-stash-list): New function.
12157 (vc-git-dir-extra-headers): Use it.
12158
12159 2009-07-23 Glenn Morris <rgm@gnu.org>
12160
12161 * help-fns.el (describe-variable): Describe ignored and risky local
12162 variables in a similar way to that in which we describe safe ones.
12163
12164 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12165 (byte-compile-output-file-form, byte-compile-output-docform)
12166 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12167 Give some more local variables with common names a "bytecomp-" prefix,
12168 so as not to shadow things during compilation.
12169 * emacs-lisp/cl-macs.el (load-time-value)
12170 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12171 `outbuffer' to `bytecomp-outbuffer'.
12172
12173 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12174 since the next two variables cover them automatically now.
12175 (elint-builtin-variables, elint-autoloaded-variables): New.
12176 (elint-unknown-builtin-args): Remove all members, since they can be
12177 parsed automatically now.
12178 (elint-extra-errors): New.
12179 (elint-env-add-env, elint-env-add-macro): Use cadr.
12180 (elint-current-buffer): Use or. Change final message.
12181 (elint-get-top-forms): Use line-end-position.
12182 (elint-init-env): Use cadr. Handle autoload, declare-function,
12183 and defalias.
12184 (elint-add-required-env): Doc fix. Use or. Standardize error.
12185 (regexp-assoc): Remove unused function.
12186 (elint-top-form): Set elint-current-pos, to record the start of the
12187 top-level form, for compilation-mode.
12188 (elint-form): Trap errors in macro expansion. Use dolist.
12189 (elint-unbound-variable): Use elint-builtin-variables and
12190 elint-autoloaded-variables.
12191 (elint-get-args): Use cadr, or.
12192 (elint-check-cond-form): Use dolist, cadr.
12193 (elint-check-condition-case-form): Doc fix. Use cadr.
12194 Use elint-extra-errors.
12195 (elint-log): New function.
12196 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12197 Distinguish errors and warnings.
12198 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12199 Use a bytecomp-style format.
12200 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12201 (elint-get-log-buffer): Use compilation mode. Disable undo.
12202 Don't truncate lines.
12203 (elint-initialize): Set builtin and autoloaded variable lists.
12204 Only process elint-unknown-builtin-args if non-nil.
12205 (elint-find-builtin-variables, elint-find-autoloaded-variables):
12206 New functions.
12207 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
12208
12209 2009-07-22 Kevin Ryde <user42@zip.com.au>
12210
12211 * net/newst-backend.el (newsticker--parse-atom-1.0)
12212 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12213 (newsticker--parse-rss-1.0):
12214 * progmodes/idlwave.el (idlwave-mode):
12215 * progmodes/idlw-shell.el (idlwave-shell-mode):
12216 * progmodes/vera-mode.el (vera-mode):
12217 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12218 * progmodes/vhdl-mode.el (vhdl-mode):
12219 * textmodes/table.el (table-generate-source)
12220 (table--warn-incompatibility):
12221 Hyperlink urls in docstrings with URL `...'.
12222
12223 2009-07-22 Glenn Morris <rgm@gnu.org>
12224
12225 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12226 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12227 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12228 Remove leading * from defcustom docs.
12229
12230 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
12231
12232 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12233 defcustom doc.
12234 (list-load-path-shadows): Optionally, just return shadows as a string.
12235
12236 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12237
12238 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
12239
12240 * mail/rmailedit.el (rmail-edit-mode): Use
12241 auto-save-include-big-deletions.
12242
12243 * mail/rmail.el (rmail-variables): Use
12244 auto-save-include-big-deletions.
12245
12246 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12247 changes.
12248
12249 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
12250
12251 * calc/calc.el (calc-undo-length): New variable.
12252 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12253
12254 2009-07-21 Richard Stallman <rms@gnu.org>
12255
12256 * files.el (auto-save-mode): Handle buffer-save-size = -2
12257 for toggling mode.
12258
12259 2009-07-21 Glenn Morris <rgm@gnu.org>
12260
12261 * textmodes/ispell.el (ispell-looking-back): Update declaration.
12262
12263 * calendar/todo-mode.el (calendar-current-date): Update declaration.
12264
12265 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12266 silence compiler. Instead...
12267 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12268 (ps-print-ensure-fontified): Update for above function name changes.
12269
12270 * printing.el (pr-mh-get-msg-num, pr-mh-show)
12271 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12272 silence compiler. Instead...
12273 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12274 (mh-show-buffer): Only define for compiler.
12275 (pr-mh-current-message): Update for above function name changes.
12276
12277 * files.el (abort-if-file-too-large): Explicitly pass `filename'
12278 as an argument.
12279 (find-file-noselect, insert-file-1): Update for above change.
12280
12281 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12282
12283 * mail/mailclient.el (mailclient-send-it): Fix message.
12284
12285 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12286 (edebug-eval): Check cl-debug-env is bound.
12287 (print-level, print-circle): Don't redefine built-in variables.
12288
12289 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12290 (custom-print-vectors): Remove old comments from doc.
12291
12292 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12293 (emerge-version): Make the variable an obsolete alias for the
12294 emacs-version variable. Make the function obsolete.
12295 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12296 Emerge options, rather than merging in into the main Options menu.
12297 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
12298 and auto advance modes. Disable edit/fast items when not relevant.
12299
12300 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12301
12302 * term/vt420.el (terminal-init-vt420): Fix typo.
12303
12304 2009-07-20 Sam Steingold <sds@gnu.org>
12305
12306 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12307 variable (removed from compile.el on 2004-03-11).
12308
12309 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
12310
12311 * files.el (hack-local-variables-filter): Fix last change.
12312
12313 2009-07-19 Juri Linkov <juri@jurta.org>
12314
12315 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12316 (dir-local-variables-alist): New buffer-local variable.
12317 (hack-local-variables-filter): If variable is not dir-local,
12318 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12319 because file-local overrides dir-local.
12320 (c-postprocess-file-styles) <declare-function>:
12321 Remove obsolete declaration.
12322 (hack-dir-local-variables): Add dir-local variable/value pair to
12323 `dir-local-variables-alist' and remove duplicates. Doc fix.
12324
12325 * help-fns.el (describe-variable): Add information about
12326 file-local and dir-local variables.
12327
12328 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
12329
12330 * files.el (hack-local-variables-filter): Rewrite.
12331
12332 2009-07-19 Glenn Morris <rgm@gnu.org>
12333
12334 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12335 Silence compiler by only defining on XEmacs.
12336
12337 * international/mule.el (auto-coding-regexp-alist): Only match
12338 BABYL... at the start of buffer, not of lines. (Bug#3790)
12339
12340 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12341 non-calendar buffers (Bug#3862). Restore "not on a date" message.
12342 (cal-menu-context-mouse-menu): Doc fix.
12343
12344 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12345
12346 * simple.el (mail-user-agent): Doc fix. Set :version tag.
12347
12348 2009-07-18 Juri Linkov <juri@jurta.org>
12349
12350 * info.el: Virtual Info keyword finder.
12351 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12352 (Info-finder-file): New variable.
12353 (Info-finder-find-file): New function.
12354 (finder-known-keywords, finder-package-info)
12355 (find-library-name, lm-commentary): Use defvar and
12356 declare-function to silence compiler warnings.
12357 (Info-finder-find-node): New function.
12358 (info-finder): New command.
12359
12360 * subr.el (process-kill-buffer-query-function): New function.
12361 (add-hook)<kill-buffer-query-functions>: Add hook
12362 `process-kill-buffer-query-function'.
12363
12364 2009-07-18 Alan Mackenzie <acm@muc.de>
12365
12366 * progmodes/cc-mode.el (c-before-hack-hook)
12367 (c-postprocess-file-styles): Give invocation of `c-set-style'
12368 DONT-OVERRIDE parameter of t. Already set style variables will
12369 thus not be overridden by style settings given by `c-file-syle'.
12370
12371 * files.el (hack-local-variables-filter): Remove entries with
12372 duplicate keys from `file-local-variables-alist'.
12373
12374 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12375
12376 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12377 x-set-selection if display-selections-p returns nil for the
12378 current frame.
12379
12380 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
12381
12382 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12383
12384 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12385
12386 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12387 Accept nil in addition to a regexp.
12388 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12389 Accept nil in addition to a regexp.
12390 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12391 buffers that have an associated file. Handle nil values of
12392 desktop-buffers-not-to-save and desktop-files-not-to-save.
12393 (Bug#3833)
12394
12395 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12396 (x-disown-selection-internal): New functions.
12397
12398 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
12399
12400 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12401 warning.
12402 (gdb-breakpoints-header): Move forward to avoid compiler warning.
12403 (gdb-make-header-line-mouse-map): Remove duplicate definition.
12404
12405 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
12406
12407 * simple.el (set-mark): Revert last change.
12408
12409 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
12410
12411 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12412 rendering of pngs is not possible instead of messaging a long
12413 description.
12414
12415 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
12416
12417 * w32-fns.el (x-selection-owner-p): New function.
12418
12419 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12420 (mouse-yank-at-click, mouse-yank-primary): If
12421 select-active-regions is non-nil, deactivate the mark before
12422 insertion.
12423
12424 * simple.el (deactivate-mark, set-mark): Only save selection if we
12425 own it.
12426
12427 2009-07-17 Kenichi Handa <handa@m17n.org>
12428
12429 * case-table.el (describe-buffer-case-table): Fix for the case
12430 that KEY is a cons.
12431
12432 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12433
12434 * vc-rcs.el (vc-rcs-find-file-hook):
12435 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12436
12437 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
12438
12439 * net/tramp.el (tramp-wait-for-output): Handle the case when
12440 commands do not return a newline but a null byte before the shell
12441 prompt. (Bug#3858)
12442
12443 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12444
12445 * term/ns-win.el (ns-set-alpha): Don't declare.
12446 (ns-set-background-alpha): Remove function.
12447
12448 2009-07-16 Kevin Ryde <user42@zip.com.au>
12449
12450 * emacs-lisp/copyright.el (copyright-update): Save match-data across
12451 y-or-n-p, for safety.
12452
12453 2009-07-16 Richard Stallman <rms@gnu.org>
12454
12455 * files.el (auto-save-mode): If buffer-saved-size is -2,
12456 don't clobber it.
12457
12458 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12459 (rmail-retry-ignored-headers): Add more uninteresting fields.
12460
12461 2009-07-15 Jari Aalto <jari.aalto@cante.net>
12462
12463 * net/rcirc.el (rcirc): Use history variables.
12464 (rcirc-server-name-history, rcirc-nick-name-history)
12465 (rcirc-server-port-history): New variables.
12466
12467 2009-07-15 Kenichi Handa <handa@m17n.org>
12468
12469 * international/mule-cmds.el (set-language-environment-charset):
12470 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12471 ignore them.
12472
12473 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12474 Delete unibyte-display.
12475
12476 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12477
12478 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12479
12480 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12481
12482 * simple.el (deactivate-mark): Optional argument FORCE.
12483 (set-mark): Use deactivate-mark.
12484
12485 * info.el (Info-search): No need to check transient-mark-mode
12486 before calling deactivate-mark.
12487
12488 * select.el (x-set-selection): Doc fix.
12489 (x-valid-simple-selection-p): Allow buffer values.
12490 (xselect--selection-bounds): Handle buffer values. Suggested by
12491 David De La Harpe Golden.
12492
12493 * mouse.el (mouse-set-region, mouse-drag-track): Call
12494 copy-region-as-kill before setting the mark, to let
12495 select-active-regions work.
12496
12497 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
12498
12499 * simple.el (deactivate-mark): If select-active-regions is
12500 non-nil, copy the selection data into a string.
12501 (activate-mark): If select-active-regions is non-nil, set the
12502 selection to the current buffer.
12503 (set-mark): Update selection if select-active-regions is non-nil.
12504
12505 * select.el (x-valid-simple-selection-p): Allow buffer values.
12506
12507 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12510 and more featureful message-mode.
12511
12512 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
12513
12514 * select.el (x-set-selection): Doc fix.
12515 (x-valid-simple-selection-p): Disallow selection data consisting
12516 of a list or cons of integers, since that is not used.
12517 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12518 (xselect-convert-to-string, xselect-convert-to-length)
12519 (xselect-convert-to-filename, xselect-convert-to-charpos)
12520 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12521
12522 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12523
12524 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12525 output in -break-info command (Emacs bug #3794).
12526
12527 2009-07-14 Glenn Morris <rgm@gnu.org>
12528
12529 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12530 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12531 (edebug-print-length, edebug-print-level, edebug-print-circle)
12532 (edebug-sit-for-seconds, edebug-view-outside)
12533 (edebug-bounce-point, edebug-set-global-break-condition)
12534 (edebug-Go-nonstop-mode, edebug-trace-mode)
12535 (edebug-Trace-fast-mode, edebug-continue-mode)
12536 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12537 (edebug-visit-eval-list): Doc fixes.
12538
12539 * subr.el (def-edebug-spec): Doc fix.
12540
12541 2009-07-14 Kenichi Handa <handa@m17n.org>
12542
12543 * international/characters.el: Fix setting of category ?C.
12544
12545 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12546
12547 * term/ns-win.el (x-select-font): defalias x-select-font to
12548 ns-popup-font-panel instead of generate-fontset-menu.
12549
12550 2009-07-12 Eli Zaretskii <eliz@gnu.org>
12551
12552 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
12553
12554 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12555
12556 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12557 the PK\003\004 header (Bug#3770).
12558
12559 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12560
12561 * pcomplete.el (pcomplete-comint-setup): Check for
12562 shell-dynamic-complete-filename too.
12563
12564 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
12565
12566 * simple.el (temporary-goal-column): Change the value for
12567 line-move-visual to a cons cell.
12568 (line-move-visual): Record or set the window hscroll, if
12569 necessary (Bug#3494).
12570 (line-move-1): Handle cons value of temporary-goal-column.
12571
12572 2009-07-11 Kenichi Handa <handa@m17n.org>
12573
12574 * international/mule-diag.el (describe-character-set): Don't show
12575 width.
12576
12577 2009-07-10 Sam Steingold <sds@gnu.org>
12578
12579 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12580 Omake sometimes indents the errors it prints, so allow all
12581 regexps to start with spaces.
12582
12583 2009-07-10 Eli Zaretskii <eliz@gnu.org>
12584
12585 * cus-edit.el (customize-changed-options-previous-release):
12586 Bump value to 22.1. (Bug#3804)
12587
12588 2009-07-08 Sam Steingold <sds@gnu.org>
12589
12590 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12591 to be a cons cell (test . ignored-directory) to selectively ignore
12592 some directories depending on the location of the search.
12593
12594 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12595
12596 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12597 remote user is root, on the local host.
12598 (tramp-local-host-p): Either the local user or the remote user
12599 must be root. (Bug#3771)
12600
12601 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12602
12603 * progmodes/gdb-mi.el (gdb): Remove description of
12604 gdb-use-separate-io-buffer.
12605 (menu): Don't allow toggling of or enable
12606 gdb-use-separate-io-buffer from menubar.
12607
12608 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12609
12610 * mail/unrmail.el (unrmail): Make sure the message ends with two
12611 newlines (Bug#3769).
12612
12613 2009-07-08 Glenn Morris <rgm@gnu.org>
12614
12615 * calendar/calendar.el (calendar-current-date): Rework previous change.
12616
12617 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12618
12619 * calendar/calendar.el (calendar-current-date):
12620 Add an optional argument giving an offset from today.
12621
12622 2009-07-08 Glenn Morris <rgm@gnu.org>
12623
12624 * tutorial.el (tutorial--describe-nonstandard-key):
12625 Adjust the message for when a key has been unbound.
12626 (help-with-tutorial): Hide the arch-tag.
12627
12628 2009-07-08 Kenichi Handa <handa@m17n.org>
12629
12630 * international/fontset.el (setup-default-fontset): For each
12631 script, append (not set) font-specs.
12632
12633 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12634 docstring.
12635
12636 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12637
12638 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12639 -data-list-register-names to ...
12640 (gdb-starting): ... here because GDB 7.0 requires execution to
12641 have started when using this MI command.
12642 (gdb-set-header): New function to distinguish select and
12643 unselected tabs in gdb buffers.
12644 (gdb-propertize-header): New macro that uses gdb-set-header.
12645 (gdb-breakpoints-header, gdb-locals-header): Use it.
12646 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12647
12648 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12649
12650 * Makefile.in (ELCFILES): Remove fadr.elc.
12651
12652 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12653
12654 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12655 may contain frame information, so `string-match' should be used.
12656 (gdb-update): Disassembly is invalidated through
12657 `gdb-get-selected-frame'.
12658 (gdb-pad-string): New function to pad string with spaces.
12659 (gdb-invalidate-disassembly): Invalidate only if the buffer
12660 exists.
12661 (gdb-disassembly-handler-custom): Column alignment.
12662 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12663 placing new ones.
12664 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12665 end of line, too.
12666 (gdb-frame-handler): Match convention to for disassembly buffer
12667 mode name.
12668 (gdb-stack-list-frames-handler): Rewritten without regexps.
12669 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12670 not highlight breakpoints without line information.
12671 (gdb-input): Add trailing newline to command.
12672
12673 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12674 buffer properly.
12675 (gdb-breakpoints-list-handler-custom): Replacement for
12676 `gdb-break-list-handler'. Using real parser instead of regexps
12677 now.
12678 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12679 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12680 to place breakpoints.
12681 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12682 functions.
12683 (gdb-disassembly-handler-custom): Show overlay arrow.
12684 (gdb-disassembly-place-breakpoints): Show breakpoints in
12685 disassembly buffer.
12686 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12687 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12688 instead of parsing breakpoints buffer. Fixed old menu references
12689 in `gud-menu-map'.
12690
12691 * fadr.el: Remove.
12692
12693 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12694 (gdb-memory-address): New variable which holds top address of
12695 memory page shown in memory buffer.
12696 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
12697 customization variables.
12698 New functions:
12699 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12700 display the memory buffer.
12701 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12702 buffer display parameters.
12703 (def-gdb-memory-format, gdb-memory-format-binary)
12704 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12705 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12706 Functions for setting memory buffer format.
12707 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12708 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12709 unit size used in memory buffer.
12710 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
12711 to next/previous page of memory buffer.
12712 Now using (bindat-get-field) instead of fadr functions.
12713
12714 2009-07-07 Sam Steingold <sds@gnu.org>
12715
12716 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12717 non-top-level files.
12718
12719 2009-07-07 Kenichi Handa <handa@m17n.org>
12720
12721 * international/mule-cmds.el (reset-language-environment): Put
12722 the highset priority to the charset iso-8859-1.
12723
12724 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12725
12726 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12727 to the end of the line when locating the block (Bug#700).
12728
12729 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12730
12731 * net/tramp.el (tramp-handle-write-region): Flush file properties
12732 in case of short track.
12733
12734 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12735
12736 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12737 Coded custom representation of verilog error regular expressions
12738 to work with Emacs-22's new format.
12739 (verilog-error-regexp-xemacs-alist): Coded custom representation
12740 of verilog error regular expressions to work with XEmacs format.
12741 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12742 error recognition into XEmacs.
12743 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12744 error recognition into Emacs-22.
12745
12746 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12747
12748 * woman.el: Remove stand-alone closing parentheses.
12749 (woman-file-name, woman2-format-paragraphs)
12750 (woman-leave-blank-lines): Code cleanup.
12751 (woman-use-own-frame): Change default to nil.
12752 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
12753 defaults to inherit from default faces.
12754 (woman2-process-escapes): Consume the newline after a stand-alone
12755 filler character (Bug#3651).
12756
12757 2009-07-06 Glenn Morris <rgm@gnu.org>
12758
12759 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12760 (top-level): Move provide to the end.
12761 (ffap): Remove defunct URL from custom group.
12762
12763 * subr.el (eval-after-load): Doc fix.
12764
12765 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12766
12767 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12768 `calc-embedded-word' is called twice.
12769
12770 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * files.el (find-alternate-file-other-window, find-alternate-file):
12773 Obey confirm-nonexistent-file-or-buffer.
12774
12775 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12776
12777 * dired-aux.el (dired-show-file-type): Handle remote files.
12778
12779 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12780
12781 * desktop.el (desktop-globals-to-save):
12782 Add file-name-history (Bug#2750).
12783
12784 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12787
12788 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12789
12790 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12791 property on entire argument since this is what eshell-lisp-command
12792 expects.
12793
12794 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12795
12796 * net/tramp-gvfs.el (tramp-gvfs-methods)
12797 (tramp-gvfs-zeroconf-domain)
12798 (tramp-bluez-discover-devices-timeout): Add version flag.
12799 (tramp-gvfs-handler-mounted-unmounted)
12800 (tramp-gvfs-connection-mounted-p): Polish handling of
12801 incompatibilities between GVFS 0.2 and 1.0.
12802
12803 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12804
12805 * cus-start.el (all): Add make-pointer-invisible.
12806
12807 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12808
12809 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12810 formatted correctly.
12811
12812 2009-07-02 Juri Linkov <juri@jurta.org>
12813
12814 * info.el: Virtual Info files and nodes.
12815 (Info-virtual-files, Info-virtual-nodes): New variables.
12816 (Info-current-node-virtual): New variable.
12817 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12818 New functions.
12819 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12820 to check for a virtual file instead of checking a fixed list
12821 of node names.
12822 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12823 instead of ad-hoc processing of "dir" and (apropos history toc).
12824 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12825 instead of ad-hoc processing of "dir" and (apropos history toc).
12826 Reread a file when moving from a virtual node.
12827 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12828 (Info-directory-toc-nodes, Info-directory-find-file)
12829 (Info-directory-find-node): New functions.
12830 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12831 (Info-history): Move part of code to
12832 `Info-history-find-node'.
12833 (Info-history-toc-nodes, Info-history-find-file)
12834 (Info-history-find-node): New functions.
12835 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12836 (Info-toc): Move part of code to `Info-toc-find-node'.
12837 (Info-toc-find-node): New function.
12838 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12839 the current Info file name to references because now the node
12840 "*TOC*" belongs to the same Info manual.
12841 (Info-toc-build): Rename from `Info-build-toc'.
12842 (Info-toc-nodes): Rename input argument `file' to `filename'.
12843 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12844 instead of ad-hoc processing of ("dir" apropos history toc).
12845 (Info-index-nodes): Use Info-virtual-file-p
12846 to check for a virtual file instead of checking a fixed list
12847 of node names.
12848 (Info-index-node): Add check for `Info-current-node-virtual'.
12849 Raise `save-match-data' higher up the tree to contain
12850 `search-forward' too (bug fix).
12851 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12852 (Info-virtual-index-nodes): New variable.
12853 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12854 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12855 (Info-apropos-file, Info-apropos-nodes): New variables.
12856 (Info-apropos-toc-nodes, Info-apropos-find-file)
12857 (Info-apropos-find-node, Info-apropos-matches): New functions.
12858 (info-apropos): Move part of code to `Info-apropos-find-node' and
12859 `Info-apropos-matches'.
12860 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12861 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12862 for a virtual file instead of checking a fixed list of node names.
12863
12864 * simple.el (async-shell-command): New command.
12865
12866 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12867
12868 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12869 instead of `mount-info'.
12870
12871 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12872
12873 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12874 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12875
12876 2009-07-02 Kenichi Handa <handa@m17n.org>
12877
12878 * international/mule.el (set-keyboard-coding-system): Force *-unix
12879 coding-system to avoid eol conversion.
12880
12881 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12882
12883 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12884 Add handler for `process-file', `shell-command' and
12885 `start-file-process'.
12886 (tramp-gvfs-handle-shell-command)
12887 (tramp-gvfs-handle-start-file-process)
12888 (tramp-gvfs-handle-process-file): New defuns.
12889 (tramp-synce-list-devices): Simplify check for existence of property.
12890
12891 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12892
12893 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12894
12895 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12896
12897 * language/korean.el (set-language-info-alist): Add korean-cp949,
12898 cp949 to spec.
12899
12900 2009-07-01 Kenichi Handa <handa@m17n.org>
12901
12902 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12903
12904 * international/encoded-kb.el: Deleted.
12905
12906 * international/mule.el (set-keyboard-coding-system): Perform the
12907 necessary setup here instead of calling encoded-kbd-setup-display.
12908
12909 2009-07-01 Glenn Morris <rgm@gnu.org>
12910
12911 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12912
12913 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12914
12915 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12916
12917 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12918
12919 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12920 Handle also the 'rename case, when setting file modes. (Bug#3712)
12921 (tramp-default-file-modes): Remove execute permissions.
12922
12923 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12924 (top): Add a default for "synce" in `tramp-default-user-alist'.
12925 Add completion function for "synce" method.
12926 (tramp-hal-service, tramp-hal-path-manager)
12927 (tramp-hal-interface-manager, tramp-hal-interface-device):
12928 New defconst.
12929 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12930 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12931 New defuns.
12932
12933 * net/trampver.el: Update release number.
12934
12935 2009-06-30 Kenichi Handa <handa@m17n.org>
12936
12937 * international/fontset.el (setup-default-fontset): Add CJK fonts
12938 for symbols and the other miscellaneous characters.
12939
12940 * language/korea-util.el (setup-korean-environment-internal):
12941 Make char-width-table suitable for Korean environments.
12942 (exit-korean-environment): Cancel above.
12943
12944 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12945 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12946 setup-function to make char-width-table suitable for respective
12947 environments, and an exit-function to cancel that.
12948
12949 * language/japan-util.el (setup-japanese-environment-internal):
12950 Call use-cjk-char-width-table with arg `ja_JP'.
12951
12952 * international/characters.el (cjk-char-width-table): Delete it.
12953 (cjk-char-width-table-list): New variable.
12954 (use-cjk-char-width-table): New arg local-name.
12955 (use-default-char-width-table): Fix for the case that Emacs is
12956 already using the default char-width-table.
12957
12958 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12959
12960 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12961 modes mandatory. (Bug#3712)
12962
12963 2009-06-29 Alan Mackenzie <acm@muc.de>
12964
12965 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12966 correction between the visible width of TABs and their number of bytes.
12967
12968 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12969
12970 * server.el (server-buffer-done): Prevent kill-buffer from
12971 prompting by clearing the buffer modification flag (Bug#3696).
12972
12973 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12974
12975 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12976 (verilog-endcomment-reason-re): Support unique case and priority case.
12977 (verilog-basic-complete-re): Support localparam lineup.
12978 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12979 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12980 commenting.
12981 (verilog-leap-to-case-head): Now support *nested* unique &
12982 priority case statements.
12983 (verilog-auto-lineup): Make just declarations the default (as it
12984 had been).
12985 (verilog-leap-to-case-head): Support priority/unique case statements.
12986 (verilog-auto-lineup): Rework to give users radio buttons to
12987 select the various styles of automatic lineup.
12988 (verilog-error-regexp-alist): Rework to support the XEmacs style
12989 of error regular expressions from compilers, lint tools &
12990 simulators. Note that GNU Emacs has made it impossible for a mode
12991 to load such things.
12992 (electric-verilog-terminate-line, verilog-indent-declaration)
12993 (verilog-auto-wiure): Rework for radio button selection of
12994 auto-lineup selection of specification of auto lineup.
12995 (verilog-beg-of-statement-1): Redesign to support proper operation
12996 in additional code, based on testing with auto-lineup.
12997 (verilog-calculate-indent, assignments & declarations)
12998 (verilog-backward-token): Enhance to support auto-lineup of
12999 assignments & declarations.
13000 (verilog-in-directive-p, verilog-at-struct-p): New function for
13001 easy test of whether we are.
13002 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13003 to support safe execution at almost anyline.
13004 (verilog-calc-1): Properly support indenting deep inside generate
13005 blocks.
13006 (verilog-init-font): Remove definition & use of verilog-init-font,
13007 as it is redundant with font-lock-defaults.
13008 (verilog-mode): Alter the definition of verilog-font-lock-defaults
13009 to avoid circular calls if syntax-ppss is a function (as is the
13010 case now in 22.x GNU Emacs) as that function would sometimes call
13011 itself, leading to (nearly) infinite recursion.
13012 (verilog-ovm-begin-re, verilog-ovm-end-re)
13013 (verilog-ovm-statement-re, verilog-leap-to-head)
13014 (verilog-backward-token): Add support for OVM macros. Some are
13015 complete statements, and others open and close scopes like begin
13016 and end.
13017 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13018 (verilog-defun-level-generate-only-re): Really fix the defun-list
13019 compilation issue.
13020 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13021 coverpoint, constraint and cross statements.
13022 (verilog-defun-level-list, verilog-generate-defun-level-list)
13023 (verilog-all-defun-level-list): Redo these specifications - it is
13024 too hard to support eval-when compile aggregation of lists also
13025 built at when-compile time.
13026 (verilog-defun-level-list): Place defconsts of variables used in
13027 building regular expressions which are built in eval-when-compile
13028 bodies in the same eval-when-compile body to facilitate compile
13029 without load.
13030 (verilog-beg-block-re-ordered): Support indenting
13031 virtual/protected tasks and functions.
13032 (verilog-defun-level-list, verilog-in-generate-region-p)
13033 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13034 indentation of some module items (generate items).
13035 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13036 across virtual/protected tasks and functions.
13037
13038 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13039
13040 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13041 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
13042 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13043 in concatenations. Reported by Yishay Belkind.
13044 (verilog-auto-ascii-enum): Support one-hot state machines in
13045 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13046 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13047 modport in AUTOINST and add vl-modport for users. Reported by
13048 David Rogoff.
13049 (verilog-auto-inout-module, verilog-auto-inst)
13050 (verilog-decls-get-interfaces, verilog-insert-definition)
13051 (verilog-insert-one-definition, verilog-read-decls)
13052 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13053 (verilog-sig-modport, verilog-signals-combine-bus)
13054 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13055 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13056 Suggested by David Rogoff.
13057 (verilog-repair-open-comma): Fix non-insertion of comma when
13058 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13059 (verilog-make-width-expression): Simplify [A-1:0] expression
13060 widths to just {A{1'b0}}.
13061 (verilog-mode): Cleanup checkdoc warnings.
13062 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13063 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13064 inputs/outputs or data type. Suggested by Vasu Kandadi.
13065 (next-error-last-buffer): Fix byte-compiler warning.
13066 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13067 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13068 or shell command text during AUTO expansion. Suggested by Tad Truex.
13069 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13070 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13071 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13072 in AUTOINOUT. Reported by Matthew Lovell.
13073 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13074 causing use of <= assignments. Reported by Alex Reed.
13075 (verilog-read-decls): Fix triand, trior, wand, wor to be
13076 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13077 (verilog-extended-complete-re): Support import "DPI-C" functions.
13078 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13079 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
13080 (verilog-insert-date, verilog-insert-year)
13081 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13082 Windows systems. Reported by Michael Potts.
13083 (verilog-read-module-name): Fix AUTOINST when the child module
13084 declaration's name is a tick define. Reported by Elliot Mednick.
13085 (verilog-read-decls): Fix V2K parameter bit subscripts getting
13086 passed to next parameter's definition. Reported by Bruce T.
13087 (verilog-read-decls): Fix detecting "parameter int" when using
13088 AUTOINSTPARAM. Reported by Bruce T.
13089 (verilog-goto-defun): Fix goto not finding modules unless first
13090 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
13091 (verilog-mode): Expand -f flag arguments on entry to mode so
13092 verilog-goto-defun will work. Reported by Lawrence Butcher.
13093 (verilog-getopt): Expand environment variables in -f file
13094 arguments. Suggested by Lawrence Butcher.
13095 (verilog-set-define): Fix "Symbol's value as variable is void"
13096 when reading enumerations.
13097 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13098 Suggested by Stephen Peltan.
13099 (verilog-read-defines): Fix reading of enumerations in include
13100 files. Reported by Steve Peltan.
13101
13102 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13103
13104 * files.el (trash-directory): Fix defcustom type.
13105
13106 2009-06-28 Juri Linkov <juri@jurta.org>
13107
13108 * help-fns.el (describe-function-1): Correctly locate adviced
13109 functions in hyperlink (Bug#2438).
13110
13111 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
13112
13113 * files.el (trash-directory): Change default to nil.
13114 (move-file-to-trash): If trash-directory is nil and
13115 system-move-file-to-trash is unbound, perform freedesktop-style
13116 trashing.
13117
13118 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13119
13120 * files.el (move-file-to-trash): Add freedesktop trash
13121 support (Bug#973).
13122
13123 2009-06-28 Glenn Morris <rgm@gnu.org>
13124
13125 * autorevert.el (global-auto-revert-non-file-buffers)
13126 (global-auto-revert-mode): Doc fixes.
13127
13128 2009-06-27 Johan Bockgård <bojohan@gnu.org>
13129
13130 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13131
13132 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
13133
13134 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13135 opened an X connection before calling x-get-resource (Bug#3194).
13136
13137 * play/doctor.el: Remove reference to obsolete website.
13138 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13139
13140 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13141
13142 Remove find-file-not-found-hook VC method. (Bug#2757)
13143 * vc-hooks.el (vc-file-not-found-hook)
13144 (vc-default-find-file-not-found-hook): Remove functions.
13145 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13146 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13147 * vc.el:
13148 * vc-hg.el:
13149 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13150
13151 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13152
13153 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13154 compatibility function for `looking-back'.
13155
13156 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13157 Use `ispell-looking-back'.
13158
13159 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
13160
13161 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13162 rather than `filename'.
13163
13164 2009-06-23 Miles Bader <miles@gnu.org>
13165
13166 * face-remap.el (text-scale-set): New function.
13167
13168 2009-06-23 Glenn Morris <rgm@gnu.org>
13169
13170 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13171
13172 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13173
13174 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13175
13176 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13177
13178 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13179 Simplify Persian conditionals.
13180
13181 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13182 variable `filename'.
13183
13184 * comint.el (comint-insert-input): Doc fix.
13185
13186 * Makefile.in (ELCFILES): Fix typo in previous change.
13187
13188 2009-06-23 Miles Bader <miles@gnu.org>
13189
13190 * cus-start.el: Add entry for `recenter-redisplay'.
13191
13192 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13193
13194 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13195 Add an optional argument for the backend, use it instead of
13196 calling vc-backend.
13197 (vc-mode-line): Add an optional argument for the backend.
13198 Pass the backend to vc-state and vc-working-revision. Move code for
13199 special handling for vc-state being a buffer to ...
13200
13201 * vc-rcs.el (vc-rcs-find-file-hook):
13202 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13203
13204 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13205 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13206 vc-stay-local-p and vc-mode-line calls.
13207
13208 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13209 (vc-cvs-diff, vc-cvs-annotate-command)
13210 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13211 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13212 vc-mode-line calls.
13213
13214 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13215 direct comparison.
13216 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13217 backend when calling vc-mode-line.
13218 (vc-register): Do not create a closure for calling the vc register
13219 function, call it directly.
13220
13221 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13222
13223 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13224 to make it obvious item can be clicked.
13225
13226 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13227
13228 2009-06-23 Kenichi Handa <handa@m17n.org>
13229
13230 * language/korea-util.el (korean-key-bindings): Change the binding
13231 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
13232 same command.
13233
13234 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
13235
13236 Sync with Tramp 2.1.16.
13237
13238 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13239
13240 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
13241 when a loading of a package fails. Completion function for rsync
13242 is `tramp-completion-function-alist-ssh'.
13243 (all): Replace all calls of `split-string' and
13244 `tramp-split-string' by `tramp-compat-split-string'.
13245 (tramp-default-method): Use `tramp-compat-process-running-p'.
13246 (tramp-default-proxies-alist): Allow also Lisp forms.
13247 (tramp-remote-path): Add choice "Private Directories".
13248 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13249 (tramp-domain-regexp): Allow also "-", "_" and ".".
13250 (tramp-end-of-output): Remove newlines, and add "$" at the end.
13251 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13252 (tramp-debug-message): Insert header line in debug buffer.
13253 (tramp-handle-directory-files-and-attributes-with-stat):
13254 Care about filenames with spaces, or starting with "-".
13255 (tramp-handle-dired-uncache): New defun.
13256 (tramp-handle-insert-directory): Don't flush the directory from
13257 cache, this is handled by `dired-uncache' now.
13258 (tramp-handle-insert-file-contents): Improve error handling.
13259 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13260 Quote `tramp-end-of-output'.
13261 (tramp-action-password): Improve trace message.
13262 (tramp-check-for-regexp): Both echoes must be present, before removing.
13263 (tramp-open-connection-setup-interactive-shell): Trace coding system.
13264 (tramp-compute-multi-hops): Eval cons cells of
13265 `tramp-default-proxies-alist'.
13266 (tramp-maybe-open-connection): Use the same command pattern for
13267 first hop and further hops.
13268 (tramp-wait-for-output): Remove handling of newlines.
13269 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13270 (tramp-split-string): Remove function. It is handled in
13271 tramp-compat now.
13272
13273 * net/tramp-cmds.el (tramp-bug):
13274 Recommend `tramp-cleanup-all-connections' in the bug mail.
13275
13276 * net/tramp-compat.el (tramp-compat-split-string)
13277 (tramp-compat-process-running-p): New defuns.
13278
13279 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13280 for `dired-uncache'.
13281
13282 * net/tramp-gvfs.el: New package.
13283
13284 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13285 Add handler for `dired-uncache'.
13286 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13287
13288 * net/trampver.el: Update release number. Make version check fit
13289 for SXEmacs 22.
13290
13291 2009-06-22 Jim Meyering <meyering@redhat.com>
13292
13293 Automatically handle .xz suffix (XZ-compressed files), too.
13294 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13295 XZ is the successor to LZMA: <http://tukaani.org/xz/>
13296
13297 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
13298 Nick Roberts <nickrob@snap.net.nz>
13299
13300 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13301 repository (http://sphinx.net.ru/hg/gdb-mi/).
13302
13303 2009-06-22 Glenn Morris <rgm@gnu.org>
13304
13305 * files.el (dir-locals-collect-mode-variables): Allow for any number of
13306 `mode' and `eval' entries. (Bug#3430)
13307
13308 * Makefile.in (ELCFILES): Add fadr.elc.
13309
13310 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13311 differing behavior of \n and ^ in strings. (Bug#3385)
13312
13313 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13314
13315 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13316 property.
13317 (lisp-indent-function): Make it a defcustom.
13318
13319 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
13320
13321 * progmodes/gdb-ui.el: Replace with ...
13322 * progmodes/gdb-mi.el: ... this file.
13323 * progmodes/gud.el: Modify for gdb-mi.el.
13324
13325 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
13326
13327 * fadr.el: New file.
13328
13329 See ChangeLog.14 for earlier changes.
13330
13331 ;; Local Variables:
13332 ;; coding: utf-8
13333 ;; End:
13334
13335 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
13336
13337 This file is part of GNU Emacs.
13338
13339 GNU Emacs is free software: you can redistribute it and/or modify
13340 it under the terms of the GNU General Public License as published by
13341 the Free Software Foundation, either version 3 of the License, or
13342 (at your option) any later version.
13343
13344 GNU Emacs is distributed in the hope that it will be useful,
13345 but WITHOUT ANY WARRANTY; without even the implied warranty of
13346 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13347 GNU General Public License for more details.
13348
13349 You should have received a copy of the GNU General Public License
13350 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13351
13352 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1